@charset "utf-8";

body { min-width:0; }

/* レイアウト */
#global_menu_wrap {
  height:auto; min-width:0; width:100%; background:none; border-bottom:none;
}
#header { height:55px; width:100%; background:#EFEEF3; z-index:100; border-bottom:1px solid #ccc; box-shadow:0 1px 4px 0 rgba(0,0,0,0.2); margin:0; }
.mobile .mobile_header_fix #header{ position:fixed; }
.mobile .mobile_header_fix #main_contents{ margin-top:56px; }
.mobile .home.mobile_header_fix #main_contents{ margin-top:0px; }
.mobile .mobile_header_fix #header_slider{ margin-top:56px; }

#main_contents { width:auto; margin:0 auto; padding:0; }
#main_col { width:auto; margin:0; padding:30px 20px; -moz-box-sizing:border-box; -webkit-box-sizing:border-box; -o-box-sizing:border-box; -ms-box-sizing:border-box; box-sizing:border-box; }
#left_col { width:auto; float:none; }
#side_col { width:auto; float:none; }

.page-template-page-noside #main_col, .error404 #main_col { width:auto; float:none; margin:0 auto; }
.page #main_col { margin-top:15px; padding-top:15px; }




/* ----------------------------------------------------------------------
 固定ページテンプレート
---------------------------------------------------------------------- */
.page_content_headline { margin:0 0 25px; text-align:center; }
.page_content_headline h3 { font-size:24px; margin:0; line-height:1.5; }
.page_content_headline .post_content { margin:15px 0 0 0; text-align:left; }

.page_content_headline_menu h3 { font-size: 24px; margin: 20px 0; text-align:center; }
.page_content_image_menu { width:100%; height:auto; margin:25px 0 0;}

.page_content_image { width:100%; height:auto; display:block; margin:0 0 25px; }

.page_content2 { margin:0 0 20px 0; }
.page_content2 .headline { font-size:24px; margin:0 0 10px 0; line-height:180%; text-align:center; }

.page_image_list { margin:0 0 60px 0; }
.page_image_list li { float:left; width:33.3333%; width:-webkit-calc(100% / 3); width:-moz-calc(100% / 3); width:calc(100% / 3); }
.page_image_list li img { display:block; width:100%; height:auto; }
@media screen and (max-width:500px) {
  .page_image_list { margin:0 0 25px 0; }
}

.page_content3_inner { }
.page_content3 .headline { font-size:24px; margin:0 0 10px 0; line-height:180%; }
.page_content3 .image {
  width:40%; height:auto; float:left; margin:0 15px 0 0;
  width:-webkit-calc(40% - 15px); width:-moz-calc(40% - 15px); width:calc(40% - 15px);
}
.page_content3_inner .info {
  width:60%; float:right; padding:0 0 0 15px; position:relative;
  -moz-box-sizing:border-box; -webkit-box-sizing:border-box; -o-box-sizing:border-box; -ms-box-sizing:border-box; box-sizing:border-box;
}
@media screen and (max-width:500px) {
  .page_content3 .headline { text-align:center; }
  .page_content3 .image { width:100%; height:auto; float:none; margin:0 0 20px 0; }
  .page_content3_inner .info { width:100%; float:none; padding:0; }
}


/* テンプレート３ */
.tcd-w_page_menu { margin:0 -20px 0 0; display: -webkit-flex; display:flex; -webkit-flex-wrap:wrap; flex-wrap:wrap; }
.tcd-w_page_menu li {
  margin:0 20px 40px 0; width:50%; position:relative;
  width:-webkit-calc(50% - 20px); width:-moz-calc(50% - 20px); width:calc(50% - 20px);
}
.tcd-w_page_menu li:last-child { margin-bottom:5px; }
.tcd-w_page_menu .image { width:100%; height:auto; margin:0 0 20px 0; }
.tcd-w_page_menu .info { }
.tcd-w_page_menu .name p { font-size:21px; line-height:1.5; margin:0 0 15px 0; text-align:center; }
.tcd-w_page_menu .desc { line-height:180%; margin:0 0 25px 0; font-size:14px; }
.tcd-w_page_menu .price {
  background:#f7f2ee; padding:10px; line-height:180%; text-align:center; color:#333; font-size:14px; position:absolute; bottom:0; width:100%;
  -moz-box-sizing:border-box; -webkit-box-sizing:border-box; -o-box-sizing:border-box; -ms-box-sizing:border-box; box-sizing:border-box;
}

.menu_type2 .tcd-w_page_menu { margin:0; display:block; }
.menu_type2 .tcd-w_page_menu li { display:block; width:100%; margin:0 0 30px 0; padding:0; }
.menu_type2 .tcd-w_page_menu li:last-child { margin-bottom:5px; }
.menu_type2 .tcd-w_page_menu .image {
  width:40%; height:auto; float:left; margin:0 15px 0 0;
  width:-webkit-calc(40% - 15px); width:-moz-calc(40% - 15px); width:calc(40% - 15px);
}
.menu_type2 .tcd-w_page_menu .info {
  width:60%; float:left; padding:0 0 0 15px; position:relative;
  -moz-box-sizing:border-box; -webkit-box-sizing:border-box; -o-box-sizing:border-box; -ms-box-sizing:border-box; box-sizing:border-box;
}
.menu_type2 .tcd-w_page_menu .name p { font-size:21px; line-height:1.5; margin:0 0 15px 0; text-align:center; }
.menu_type2 .tcd-w_page_menu .price { position:relative; bottom:auto; }
@media screen and (max-width:500px) {
  .tcd-w_page_menu { margin:0; display:block; }
  .tcd-w_page_menu li { margin:0 0 30px 0; display:block; width:100%; }
  .menu_type2 .tcd-w_page_menu .image { width:100%; height:auto; float:none; margin:0 0 20px 0; }
  .menu_type2 .tcd-w_page_menu .info { width:100%; float:none; padding:0; }
  .tcd-w_page_menu .price{ position:relative; }
}


/* テンプレート２ */
.page_content_image2 { width:100%; height:auto; display:block; margin:0 0 5px; }

.page_image_list2 { margin:0 0 40px 0; }
.page_image_list2 li { float:left; width:33.3333%; width:-webkit-calc(100% / 3); width:-moz-calc(100% / 3); width:calc(100% / 3); }
.page_image_list2 li img { display:block; width:100%; height:auto; }

.page_content_address { margin:0 0 40px 0; }
.page_content_logo { margin:0 auto 20px; display:block; }
.page_address { text-align:center; }

.page_google_map iframe { width:100%; height:400px; margin:0 0 30px 0; }
.page_google_map2 { margin:0 0 30px 0; }
.page_google_map2 .dp-google-map { width:100% !important; }

.page_map_info .post_content { margin:0 0 30px 0; padding:0; border-bottom:1px dotted #ccc;  }
.page_map_info .post_content.right { margin:0; border:none; }




/* ----------------------------------------------------------------------
トップページ
---------------------------------------------------------------------- */
/* スライダー */
#header_slider { width:100%; height:auto; position:relative; min-width:0; margin:0; }
#header_slider .item { width:100%; height:auto; min-width:0; overflow:hidden; }
#header_slider .item img { width:100%; height:auto; }
#header_slider .caption { width:100%; padding:0 20px; top:50%; }
#header_slider .caption .title { line-height:150%; font-size:20px !important; }
#header_slider .caption .button { font-size:14px; text-decoration:none; padding:0 20px; height:40px; line-height:40px; display:inline-block; margin:20px 0 0 0; }

@media screen and (max-width:500px) {
    /*#header_slider { height:200px; }*/
    /*#header_slider .item { height:200px; }*/
    /*#header_slider .item img { width:auto; height:100%; }*/
    #header_slider .item img { width:100%; height:auto; }
}

@media screen and (orientation: landscape) {
   #header_slider .caption .title { font-size:24px !important; }
   #header_slider .caption .button { font-size:16px; }
}

/* コンテンツ１ */
#index_content1_top { display:none; }
#index_content1_top_inner { width:auto; }
#index_content1 { position:relative; padding:35px 0 0 0; margin:0 0 30px; }
#index_content1_inner { width:100%; margin:0 auto; position:relative; z-index:10; }
.index_box_list { padding:0; display:block; }
.index_box_list .box {
  width:100%; margin:0 0 30px 0; padding:0 20px 30px; position:relative; border-bottom:1px dotted #ccc;
  -moz-box-sizing:border-box; -webkit-box-sizing:border-box; -o-box-sizing:border-box; -ms-box-sizing:border-box; box-sizing:border-box;
}
.index_box_list .box.box3 { margin:0; }
#index_content1 .index_box_list .image { display:block; }
.index_box_list .image {
  width:40%; height:auto; float:left; margin:0 15px 0 0;
  width:-webkit-calc(40% - 15px); width:-moz-calc(40% - 15px); width:calc(40% - 15px);
}
.index_box_list .box.box2 .image { float:right; margin:0 0 0 15px; }
.index_box_list .image img { width:100%; height:auto; }
.index_box_list .image a:hover img {
 -webkit-transform: scale(1.2); -moz-transform: scale(1.2); -ms-transform: scale(1.2); -o-transform: scale(1.2); transform: scale(1.2);
}
.index_box_list .info {
  width:60%; float:left; padding:0 0 0 15px; position:relative;
  -moz-box-sizing:border-box; -webkit-box-sizing:border-box; -o-box-sizing:border-box; -ms-box-sizing:border-box; box-sizing:border-box;
}
.index_box_list .no_image .info { float:none; width:100%; padding:0; }
.index_box_list .headline { font-size:25px; text-align:center; }
@media screen and (max-width:500px) {
  .index_box_list .box { border:none; padding-bottom:0; }
  .index_box_list .image, .index_box_list .box.box2 .image { float:none; width:100%; margin:0 0 30px 0; }
  .index_box_list .info { width:100%; float:none; padding:0; }
}

/* コンテンツ２ */
#index_content2 { width:auto; margin:0 20px 40px; }
#index_content2 .image { margin:0 0 25px 0; }
#index_content2 .catchphrase .headline { font-size:22px; line-height:1.5; margin:0 0 10px 0; text-align: left; }
#index_content2 .catchphrase .desc { font-size:14px; line-height:2.5; margin:0 0 20px 0; }
@media screen and (max-width:500px) {
  #index_content2 .catchphrase .desc { text-align:left; }
}


/* お知らせ */
#index_news { width:100%; min-width:0; background:#f9f8f4; }
#index_news_inner {
  width:auto; margin:0 auto 25px; padding:25px 20px; position:relative;
  -moz-box-sizing:border-box; -webkit-box-sizing:border-box; -o-box-sizing:border-box; -ms-box-sizing:border-box; box-sizing:border-box;
}
#index_news_headline_top { display:block; text-align:center; margin:0 0 20px 0; font-size:30px !important; }
#index_news_banner { width:auto; float:none; margin:0 0 30px 0; }
#index_news_banner .banner1 { margin:0 0 30px 0; }
#index_news_banner .image { margin:0 auto 10px; display:block; max-width:100%; height:auto; }
#index_news_banner .desc { text-align:left;}
#index_news_list { float:none; width:auto; padding:0 0 80px 0; }
#index_news_list ol li:last-child { margin-bottom:0; }
#index_news_list .headline { display:none; }
#index_news_list .index_archive_link { top:auto; bottom:0; left:0; right:0; margin:auto; }


/* ブログ */
#index_blog {
  width:auto; margin:0; position:relative; padding:0 20px 100px;
  -moz-box-sizing:border-box; -webkit-box-sizing:border-box; -o-box-sizing:border-box; -ms-box-sizing:border-box; box-sizing:border-box;
}
#index_blog_headline { position:relative; top:0px; left:0px; text-align:center; margin:0 0 25px 0; font-size:30px !important; }
#index_blog_list { font-size:0; margin:0 -20px 0 0; }
#index_blog_list li, #index_blog_list li:nth-child(3n) {
  display:inline-block; vertical-align:top; width:50%; margin:0 20px 20px 0;
  width:-webkit-calc(50% - 20px); width:-moz-calc(50% - 20px); width:calc(50% - 20px);
}
#index_blog_list li .title{ font-size: 13px; line-height: 180%; margin-bottom: 0; }
#index_blog_list li li { width:auto; margin:0; font-size:12px; }
#index_blog_list li .image { width:100%; height:auto; }
#index_blog_list li .image img { width:100%; height:auto; }
#index_blog .index_archive_link { top:auto; bottom:50px; left:0; right:0; margin:auto; }
@media screen and (max-width:500px) {
  #index_blog_list { margin:0; }
  #index_blog_list li, #index_blog_list li:nth-child(3n) { width:100%; display:block; margin:0 0 20px 0; }
  #index_blog_list li:last-child { /*margin-bottom:0;*/ }
  #index_blog_list li li { width:auto; margin:0; font-size:12px; float:left; }
}


/* ページナビ */
.page_navi { margin:0 0 30px 0; }
.page_navi ul{ margin: 0 auto; font-size: 0; text-align: center; }
.page_navi li{ float: none; margin: 0 0 8px 0; display: inline-block; }
.page_navi a, .page_navi a:hover, .page_navi span{ margin: 0 -1px 0 0; background: #fff; border: solid 1px #EFEFEF; }


/* ----------------------------------------------------------------------
 お知らせ
---------------------------------------------------------------------- */
#previous_next_page { padding:30px 0; }
#article #previous_next_page { padding-top:15px; }

/* 最近のお知らせ */
#recent_news { margin:0 0 35px; }
#recent_news li { padding:15px; }
#recent_news .content { float:none; width:auto; }
#recent_news .no_image .content { float:none; width:auto; }
#recent_news .title { font-size:12px; }
#recent_news .date { padding:0 0 15px 20px; margin:10px 0 0 0; }



/* ----------------------------------------------------------------------
 アーカイブページ
---------------------------------------------------------------------- */
/* ヘッダー画像 */
#header_image { min-width:0; /*height:200px;*/ overflow:hidden; margin-top:0px; }
#header_image .image img { height:200px; width:100%; padding-top: 0; }
#header_image .caption { width:100%; padding:0 20px; -moz-box-sizing:border-box; -webkit-box-sizing:border-box; -o-box-sizing:border-box; -ms-box-sizing:border-box; box-sizing:border-box; top: 30%; }
#header_image .caption .title {
  font-size:32px !important; line-height:160%;
  top:50%; top:-webkit-calc(50%); top:-moz-calc(50%); top:calc(50%);
}
#header_image.no_image { height:200px; background:#e5e5e5; }
@media screen and (max-width:485px) {
  #header_image .caption .title { font-size:24px !important; }
}

/* ヘッダーのキャッチフレーズ */
#archive_header { margin:0 0 30px; }
#archive_headline { font-size:28px; margin:25px 0 15px; text-align: center; }
#category_desc { font-size:13px; line-height:180%; margin:10px 0 0 0; }



/* ----------------------------------------------------------------------
 ヘッダー
---------------------------------------------------------------------- */
/* PCのスタイルをリセット　iPadの回転対策 */
.pc .home #header_top { width:auto; min-width:0;  }
.pc .home #header_logo { width:auto; }
.pc #header_logo #logo_text, .pc #header_logo #logo_image { width:auto; }
.pc .not_home #header_bottom { width:auto; }


/* メニューボタン */
a.menu_button {
   position:absolute; right:0px; z-index:9; border-left:1px solid #ddd;
   display:inline-block; font-size:11px; color:#333; width:56px; height:56px; line-height:56px; text-decoration:none;
}
a.menu_button span { text-indent:100%; white-space:nowrap; overflow:hidden; display:block; }
a.menu_button:before {
  font-family:'design_plus'; color:#888; display:block; position:absolute; top:17px; left:19px;
  font-size:18px; width:24px; height:24px; line-height:24px;
  -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale;
}
a.menu_button:before { content:'\f0c9'; }
a.menu_button:hover, a.menu_button.active { background:#333; }
a.menu_button:hover:before, a.menu_button.active:before { color:#fff; }


/* グローバルメニュー */
#global_menu { clear:both; width:100%; margin:0; top:80px; position:absolute; z-index:9; }
.mobile_header_fix #global_menu { max-height: -webkit-calc(100vh - 55px); max-height: calc(100vh - 55px); overflow-y: auto; }
#global_menu ul { margin:0; text-align: center; }
#global_menu ul ul { display:none; }
#global_menu a {
  display:inline-block; height:50px; line-height:50px; overflow:hidden; text-decoration:none; font-size: 16px;
  -moz-box-sizing:border-box; -webkit-box-sizing:border-box; -o-box-sizing:border-box; -ms-box-sizing:border-box; box-sizing:border-box;
}
/* #global_menu a:hover { color:#fff; } */
#global_menu ul ul a { padding-left:28px; background:#222; }
#global_menu ul ul ul a { padding-left:42px; background:#111; }
#global_menu ul ul ul ul a { padding-left:55px; background:#000; }
#global_menu li.menu-item-has-children { position:relative; }
#global_menu .child_menu_button { display:block; position:absolute; text-align:center; width:60px; height:49px; right:0px; top:1px; z-index:9; cursor:pointer;  }
#global_menu .child_menu_button .icon:before {
  content:'+'; font-size:13px; color:#aaa; text-align:center;
  display:block; width:20px; height:20px; line-height:20px; border:1px solid #555; border-radius:100%;
  position:absolute; left:20px; top:15px;
}
#global_menu .child_menu_button.active .icon:before, #global_menu .child_menu_button:hover .icon:before { color:#fff; border-color:#fff; }
#global_menu li.menu-item-has-children.open > .child_menu_button .icon:before { content:'-'; }
#global_menu li.menu-item-has-children.open > ul { display:block; }


/* ロゴ */
#logo_text { margin:0 0 0 15px; z-index:10; float:left; text-align:left; width:-webkit-calc(100% - 90px); width:-moz-calc(100% - 90px); width:calc(100% - 90px); overflow:hidden; }
#logo_text h1 { font-weight:normal; height:35px; line-height:56px; }
#logo_text a, #logo_image h1 a { color:#333; text-decoration:none; display:block; -webkit-transition-property:none; -moz-transition-property:none; -o-transition-property:none; transition-property:none; }
#logo_text a:hover, #logo_image h1 a:hover { text-decoration:underline; }
#logo_text .desc { display: none; }
#logo_image { margin:0 0 0 15px; z-index:10; float:left; text-align:left; width:-webkit-calc(100% - 90px); width:-moz-calc(100% - 90px); width:calc(100% - 90px); overflow:hidden; }
#logo_image h1 { font-weight:normal; height:55px; line-height:56px; }
#logo_image h1 img { display:none; }
#logo_image h1 a:before { content:attr(data-label); }
#logo_image_mobile { float:left; margin:0 0 0 15px; font-size:18px; font-weight:normal; }
#logo_image_mobile a { display:block; height:55px; position:relative; }
#logo_image_mobile img { position:absolute; top:0; bottom:0; margin:auto; }
#logo_text_fixed, #logo_image_fixed { display:none; }


/* パンくずリンク */
#bread_crumb { background:#f2f2f2; margin:0; height:auto; line-height:180%; min-width:0px; padding:6px 20px; }
#bread_crumb ul { width:auto; margin:0 auto; }
#bread_crumb li.home a:before { top:5px; left:0px; }




/* ----------------------------------------------------------------------
 記事
---------------------------------------------------------------------- */
/* アイキャッチ画像 */
#post_image { margin:0 0 30px; padding:0; }


/* カテゴリー */
#post_meta_top{ margin-bottom: 15px; }
#post_meta_top li { float:left; margin:0 15px 0 0; font-size:11px; }
#post_meta_top .date:before{ font-size: 12px; color: #000; }


/* 記事タイトル */
#post_title { margin:10px 0 30px; font-size:21px !important; line-height: 130%; }


/*  記事本文*/
.post_content { margin:0; }
.post_content p{ margin-bottom: 1em; line-height: 1.8; }


/* SNSボタン */
#single_share_top { margin:-5px 0 10px; }
#single_share_top #share_top1 { padding-top:0; }


/* メタ情報 */
#post_meta_bottom { margin:0 0 20px 0; background:none; padding:15px 0; }
#post_meta_bottom li { display:block; margin:0 0 10px 0; border:none; font-size:12px; line-height:160%; }
#post_meta_bottom li:last-child { border:none; margin:0; }
#post_meta_bottom li.post_category:before { top:0px; left:0px; }
#post_meta_bottom li.post_tag:before { top:2px; left:0px; }
#post_meta_bottom li.post_author:before { top:0px; left:0px; }
#post_meta_bottom li.post_comment:before { top:0px; left:0px; }


/* 次の記事、前の記事 */
#previous_next_post { margin:0 0 30px 0!important; display: flex; }
.single-news #previous_next_post { margin:0 !important; }
#previous_next_post .prev_post, #previous_next_post .next_post { float:none; width:100%; }
#previous_next_post .next_post { float:none; /*margin-top:15px;*/ }
#previous_next_post a{ padding: 0 20px; height: 50px; line-height: 50px; text-align: center; }
#previous_next_post .title{ line-height: inherit; margin: 0; }
#previous_next_post a .title:before {
  font-family:'design_plus'; color:#aaa; font-size:14px; display:block; position:absolute;
  -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale;
}
#previous_next_post .prev_post a .title:before { content:'\e90f'; top:0px; left:15px; }
#previous_next_post .next_post a .title:before { content:'\e910'; top:0px; right:15px; }

#previous_next_post a:hover:before {
  font-family:'design_plus'; color:#333; font-size:30px; display:none; position:absolute; top:68px; left:62px; z-index:10;
  -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale;
}
#previous_next_post .prev_post a:hover:before { content:'\e90f'; left:59px; }
#previous_next_post .next_post a:hover:before { content:'\e910'; }



/* 広告 */
#single_banner_area { margin:0 0 15px 0; text-align:center; }
#single_banner_area .single_banner_left { float:none; padding:0 0 15px 0; margin:0 auto; }
#single_banner_area .single_banner_right { float:none; padding:0 0 15px 0; margin:0 auto; }
#single_banner_area img { max-width:100%; height:auto; display:inline; }

/* 広告2 */
#single_banner_area_bottom { margin: -20px 0 0; text-align:center; }
#single_banner_area_bottom .single_banner_left { float:none; padding:0 0 15px 0; margin:0 auto; }
#single_banner_area_bottom .single_banner_right { float:none; padding:0; margin:0 auto; }
#single_banner_area_bottom img { max-width:100%; height:auto; display:inline; }

/* 広告（ショートコードver） */
#single_banner_area2 { margin:0 0 15px 0; text-align:center; }
#single_banner_area2 .single_banner_left { float:none; padding:0 0 15px 0; margin:0 auto; }
#single_banner_area2 .single_banner_right { float:none; padding:0 0 5px 0; margin:0 auto; }
#single_banner_area2 img { max-width:100%; height:auto; display:inline; }


/* 関連記事 */
#related_post .headline { margin:0 0 15px 0; height: 40px; line-height: 40px; color: #fff; }
#related_post ol { margin:0 -15px 20px 0; }
#related_post li, #related_post li:nth-child(3n) {
  width:50%; margin:0 15px 15px 0; float:none; display:inline-block; vertical-align:top;
  width:-webkit-calc(50% - 15px); width:-moz-calc(50% - 15px); width:calc(50% - 15px);
}
/*@media screen and (max-width:480px) {
  #related_post ol { margin:0; }
  #related_post li, #related_post li:nth-child(3n) { width:auto; margin:0 0 30px 0; float:none; display:block; }
  #related_post li .desc { }
  #related_post li .title { font-size:14px; line-height:160%; }
  #related_post li .title a { display:block; }
}*/




/* ----------------------------------------------------------------------
 コメント
---------------------------------------------------------------------- */
#comment_headline { margin:0 0 15px 0; }
#comment_area, #trackback_area { margin:15px 0px 0; }

/* コメント・トラックバックのタブ */
#comment_header { position:relative; margin:0 0 15px; }
#comment_header ul { margin:0; }
#comment_header ul li.comment_switch_active a:after, #comment_header #comment_closed p:after { display:none; }
@media screen and (max-width:500px) {
  #comment_header ul li { float:none; text-align:center; margin:0; width:100%; }
}

/*  コメントの基本部分 */
.comment { padding:10px 10px 0; }

/* コメントの情報部分 */
.comment-meta-left { float:left; width:100%; }

/* フォーム部分 */
.comment_form_wrapper { border:1px solid #ccc; margin:0 0 25px; padding:15px; background:#fff; }





/* ----------------------------------------------------------------------
 フッター
---------------------------------------------------------------------- */
#footer_wrapper{position: relative;}
#footer_top { min-width:0; margin-top:25px; }
#footer_top_inner { width:80%; margin:0 auto; padding:30px 0 20px; text-align:center; }

/* logo */
#footer_logo { margin:0 0 30px 0; }

/* menu list */
/*#footer_menu { margin:0; }
.footer_menu { display:block; margin:20px; width:auto; border:1px solid #ddd; background:#fff; }
.footer_menu li { text-align:left; margin:0; font-size:12px; line-height:160%; width:50%; float:left; }
.footer_menu li:first-child { margin:0; width:100%; float:none; }
.footer_menu a { padding:15px 20px; text-decoration:none; }
.footer_menu li:first-child a { background:#eee; padding:15px 20px; }
.footer_menu a:hover { background:#333; text-decoration:none !important; color:#fff; }
.footer_menu li:first-child a, .footer_menu li:only-child a { font-weight:bold; }
@media screen and (max-width:500px) {
  .footer_menu li { width:100%; float:none; }
}*/

/* new footer menu (flex box) */
@media only screen and (max-width: 767px) {
  #footer_menu{
    margin: 0 20px 30px 20px;
    box-sizing: border-box;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .footer_menu{ display: block; border: none; background: none; width: calc(50% - 5px); margin: 0 0 30px; }
  .footer_menu:nth-of-type(even){ margin-left: 10px; }
  .footer_menu li { text-align:left; margin:0; font-size:12px; line-height:180%; }
  .footer_menu a { padding:5px 20px; text-decoration:none; }
  .footer_menu a:hover { background:#333; text-decoration:none !important; color:#fff; }
  .footer_menu li:first-child{margin: 0;}
}

/* メニュー */
#footer_menu_bottom { text-align:left; margin:25px 0 0; }
#footer_menu_bottom li { display:block; font-size:12px; float:left; width:50%; line-height:160%; }
#footer_menu_bottom li a, #footer_menu_bottom li:last-child a  { display:block; border:none; padding:15px 20px; margin:0; border-top:1px dotted #ccc; }
#footer_menu_bottom li a:hover { text-decoration:none; color:#fff; }
@media screen and (max-width:500px) {
  #footer_menu_bottom li { width:100%; float:none; }
}

/* 住所 */
#footer_address {
  min-width:0px; margin:0 auto; height:auto; line-height:180%; padding:20px 20px 15px; font-size:12px;
  -moz-box-sizing:border-box; -webkit-box-sizing:border-box; -o-box-sizing:border-box; -ms-box-sizing:border-box; box-sizing:border-box;
  color: #666;
}

#footer_address .footer_shopname{ font-size: 16px; }
#footer_address .footer_address{ font-size: 12px; }
#footer_address .footer_phonenumber{ font-size: 12px; }

/* メニューとコピーライトエリア */
#footer_bottom { background:#000; width:100%; min-width:0px; height:auto; position: relative; }
#footer_bottom_inner {
  width:100%; margin:0 auto; height:auto; position:relative; padding:10px 20px;
  -moz-box-sizing:border-box; -webkit-box-sizing:border-box; -o-box-sizing:border-box; -ms-box-sizing:border-box; box-sizing:border-box;
}

/* SNSボタン */
#footer_social_link { position:relative; top:0px; text-align:center; }
#footer_social_link li { display:inline-block; float:none; margin:0 5px 0 0; position:relative; }

/* コピーライト */
#copyright { position:relative; right:0px; top:0px; font-size:12px; color:#fff; text-align:center; padding:10px; }
#copyright a { color:#fff; }


/* new sns btn */
/* ソーシャルボタン */
.user_sns{margin:10px 0 0;}


/* footer widget (new footer menu) */
/*#footer_menu { display: flex; flex-wrap:wrap; }
.footer_widget { float: none; margin:0; width:calc(50%-5px); vertical-align:top; }
.footer_widget li { text-align:left; margin:0 0 15px 0; font-size:12px; line-height:180%; }
.footer_widget h3 { margin:0 0 25px 0; font-weight: normal; font-size: 14px;}
.footer_widget li:last-child { margin:0; }*/

#return_top { right: 0; bottom: 0; }
#return_top a{ height: 50px; width: 50px; border-radius: 0; }
#return_top a:before{ top: 16px; left: 18px; }


/* ----------------------------------------------------------------------
 サイドコンテンツ
---------------------------------------------------------------------- */
/* 基本設定 */
.side_widget { margin:0 0 25px 0; font-size:12px; position:relative; }
.side_widget:last-child, .side_widget:only-child  { margin:0; }


/* search */
.widget_search #search-box, .widget_search #s, .side_widget.google_search #s { width:75%; height:40px; margin:0 0 5px 0; }
.widget_search #search-btn input, .widget_search #searchsubmit, .side_widget.google_search #searchsubmit { width:25%; }

/* オリジナルCSS */
.header_logo { line-height: 55px; }
.header_logo a { line-height: 55px; font-size: 22px; }
#nav-open { margin-top: 40%; }
#nav-open span { width: 44px; }
#nav-open span, #nav-open span:after { height: 2px; }
#nav-open span:before { font-size: 14px; right: 55px; font-weight: 400; }
#nav-open span:after { width: 24px; bottom: -9px; }
.header_drawer { padding-right: 38px; }
.main-contents { margin-top: 55px; }

.lild_logo img { height: 90px; width: 300px; object-fit: cover; }
.content1, .content2 { margin-bottom: 150px; }
.content3, .content4, .content5 { margin-bottom: 100px; }
.content6 { margin-bottom: 60px; }
.content_title { font-size: 16px; }
.content_sub { font-size: 24px; margin-top: 30px; }
.content_desc { margin-top: 34px; margin-bottom: 66px; }
.content2_content .content_desc, .content3_content .content_desc { margin-top: 34px; margin-bottom: 50px; }
.content2_img, .content3_img { top: -37px; }
.content2_content { padding-top: 30px; }
.content3_content .content_title { margin-top: 0; }
.content--btn__read-more  { padding: 14px 27px; }
.half-half__content .half-content__en-title { font-size: 16px; margin-bottom: 30px; }
.half-half__content .half-content__ja-title { font-size: 24px; margin-bottom: 50px; }
.contact-section__head .half-content__en-title { font-size: 16px; }
.contact-section__head .half-content__ja-title { font-size: 24px; margin-top: 40px; }
.contact-section .half-content__left, .contact-section .half-content__right { height: 237px; }
.contact-section__head { padding: 50px 0; }
.contact-section { padding-bottom: 80px; }

.footer_logo .logo a { font-size: 28px; }
.footer_menu li { line-height: 80%; }
.footer_logo { line-height: 182px; }
.copyright { font-size: 12px; }

/* 会社概要 */
.page-id-12 .post_content table { margin: 20px auto; }
.page-id-12 .post_content td, .page-id-12 .post_content th, .page-id-12 .post_content table a { font-size: 8px; } 
.page-id-12 .post_content .company_head { font-size: 120%; }

@media screen and (max-width:500px) {
	#header { padding: 0 0 0 20px; }
	.header_logo { font-size: 14px; }
	.header_drawer { padding-right: 24px; }
	#nav-open { margin-top: 35%; }
	
	.main-contents { background: linear-gradient(-30deg, #EFEEF3, #EFEEF3 67%, #E1D1D2 67%, #E1D1D2 69.5%, #EFEEF3 69.5%, #EFEEF3); }
	
	.home .caption { margin: 0 auto 50px; }
	.caption_img img { height: 400px; }
	.lild_logo { padding: 50px 0 40px; }
	.lild_logo img { height: 60px; width: 200px; }
	.caption_content p { font-size: 1.5rem; }
	.caption_logo { font-size: 24px; }
	
	.content1 { display: block; }
	.content1.inner { width: 100%; }
	.content1_img, .content1_content { width: 100%; margin: 0; }
	.content1_img img { height: 200px; object-position: 50% 72%; }
	.content1_content { padding-top: 50px; }
	.content_title { font-size: 14px; font-weight: 400; }
	.content_sub { font-size: 18px; letter-spacing: 5px; font-weight: 400; }
	.content_desc { font-size: 1.5rem; line-height: 2.5; margin-bottom: 33px; letter-spacing: 1px; }
	.content--btn__read-more { font-size: 1.7rem; padding: 8px 14px; font-weight: 400; }
	.content2_img { height: 250px; width: 60%; top: -40px; right: 20px; }
	.content2_img img { height: 100%; object-fit: cover; object-position: 90% 50%; }
	.content2_content { padding-top: 250px; width: 80%; }
	.content2 .content_title, .content3 .content_title { font-size: 12px; letter-spacing: 1px; }
	.content2 .content_sub, .content3 .content_sub { font-size: 16px; letter-spacing: 3px; margin-top:30px; }
	.content2 .content_desc, .content3 .content_desc { margin-top: 24px; margin-bottom: 40px; }
	.content3_content { padding-top: 230px; width: 80%; }
	.content3_img { left: 20px; width: 60%; height: 240px; }
	.content3_img img { height: 100%; object-fit: cover; object-position: 40% 80%; }
	.half-half__content .have__img { width: 55%; }
	.half-half__content .have__content { width: 45%; }
	.half-half__content .half-content__en-title { font-size: 12px; margin-bottom: 20px; font-weight: 400; }
	.half-half__content .half-content__ja-title { font-size: 14px; margin-bottom: 35px; font-weight: 400; }
	.content1, .content2 { margin-bottom: 100px; }
	.content3, .content4, .content5, .content6 { margin-bottom: 50px; }
	.contact-section .half-half__content { display: block; }
	.contact-section .half-content__left, .contact-section .half-content__right { width: 100%; }
	.contact-section .half-half__content .have__content { margin-left: 0; }
	.contact-section .half-half__content .half-content__right.have__content .to-the-vertival-center { top: 50%; left: 50%; }
	.contact-section.inner { width: 100%; position: relative; padding-top: 180px; padding-bottom: 90px; }
	.contact-section .have__img { position: absolute; top: 0; height: 200px; }
	.contact-section .half-half__content .have__img img { width: 100%; }
	.contact-section .half-content__right { height: unset; }
	.contact-section__head .half-content__en-title { font-size: 14px; }
	.contact-section__head .half-content__ja-title { font-size: 16px; margin-top: 40px; margin-bottom: 0; letter-spacing: 5px; }
	.contact-section__para { font-size: 1.5rem; letter-spacing: 1px; }
	
	#footer_top_inner { width: 100%; padding-bottom: 40px; }
	#footer_menu { margin-bottom: 0; }
	.footer_menu { width: 150px; margin: 0; }
	.footer_menu li { line-height: 140%; font-weight: 400; }
	.footer_menu a { font-size: 12px; }
	.footer_logo { margin: 0 30px 0 auto; line-height: 104px; }
	.footer_logo .logo { letter-spacing: 8px; }
	.footer_logo .logo a { font-size: 18px; }
	.copyright { font-size: 8px; }
	
	.section-title {
        margin: 40px 0;
    }
    .section-title_en { font-size: 18px; letter-spacing: 5px; margin-bottom: 10px; }
    .section-title_ja { font-size: 10px; letter-spacing: 3px; }
    .section-caption__title {
        position: absolute;
        bottom: 20px;
        text-align: right;
        padding: 10px 20px 10px 30%;
        font-size: 12px;
        line-height: 1.5;
    }
    .section-caption__top-img {
        height: 150px;
    }
    .section-caption__logo h3 {
        font-size: 14px;
        letter-spacing: 3px;
    }
    .section-caption__content {
        width: 85%;
        margin: 20px 5% 20px auto;
    }
    .section-caption__message {
        font-size: 7px;
    }
	.section-caption__message--para {
		font-size: 8px!important;
	}
    .section-caption, .section-strength {
        padding-bottom: 0;
    }
    .section-service-menu {
        padding: 50px 0 20px;
    }
    .service-menu__title, .service-flow__title, .strength__title, .flow__title, .works__title, .possible__title, .management-flow__title {
        margin-bottom: 30px;
        font-size: 16px;
    }
    .service-menus {
        display: unset;
        justify-content: unset;
    }
    .service-menu__list {
        width: 70%;
        margin: 0 auto;
    }
    .service-menu__list-box--title {
        font-size: 14px;
        margin: 20px 0;
    }
    .service-menu__desc {
        font-size: 12px;
    }
    .servece-menu__list-box {
        height: auto;
    }
    .service-menu__desc span {
        font-size: 8px;
    }
    .service-menu__content {
        padding: 20px 30px;
        width: 75%;
    }
    .service-menu__content--title {
        font-size: 14px;
    }
    .service-menu__content--menus {
        margin: 20px 0;
    }
    .service-menu__content--menus li {
        margin-left: 10px;
        font-size: 9px;
        line-height: 10px;
        margin-top: 10px;
    }
    .service-menu__content--menus li:before {
        left: -20px;
        width: 8px;
        height: 8px;
    }
    .service-menu__content--menus {
        min-height: unset;
    }
    .service-menu__desc {
        font-size: 10px;
    }
    .service-menu__content p {
        font-size: 12px;
    }
    .section-service-flow {
        padding: 30px 0 20px;
    }
    .service-flow__steps {
        width: 70%;
    }
    .service-flow__step {
        margin-bottom: 20px;
        padding: 20px;
    }
    .service-flow__step .step {
        font-size: 16px;
    }
    .service-flow-step__title {
        font-size: 12px;
        margin: 10px 0 30px;
    }
    .service-flow-step__desc {
        font-size: 10px;
    }
    .service-flow-step__desc br {
        display: none;
    }
    .service-flow-step__title:after {
        bottom: -17px;
        width: 24%;
        height: 2px;
    }
    .service-flow__step:first-child:after {
        display: none;
    }
    .service-flow__step.only-for-step5:before {
        display: none;
    }
    .service-flow__step.only-for-step5:after {
        display: none;
    }
	.service-flow__steps {
		position: relative;
	}
	.service-flow__steps:before , .service-flow__steps:after {
		position: absolute;
		width: 2px;
		content: "";
		bottom: 12%;
		right: -11%;
		background: #B1C9D5;
		z-index: 999;
	}
	.service-flow__steps:before {
		height: 80%;
	}
	.service-flow__steps:after {
		height: 25px;
		transform: rotate(40deg);
		transform-origin: right bottom;
	}
    .section-contact {
		padding-top: 20px;
        padding-bottom: 40px;
    }
    .section-contact__ja-title {
        margin-top: 30px;
        font-size: 16px;
        margin-bottom: 30px;
    }
    .section-contact__ja-title span {
        font-size: 16px;
    }
    .section-contact .half-half__content {
        display: unset;
    }
    .section-contact .half-half__content .have__img {
        width: 100%;
    }
    .section-contact .half-half__content .have__img img {
        height: 150px;
    }
    .section-contact .half-half__content .have__content {
        width: 100%;
    }
    .section-contact .half-half__content .half-content__right.have__content .to-the-vertival-center {
        position: unset; 
        left: unset;
        top: unset;
        transform: unset;
        -webkit-transform: unset;
    }
    .section-contact__para {
        font-size: 14px;
        margin-top: 20px;
    }
    .contact--btn__read-more {
        font-size: 14px;
        transform: unset;
        padding: 10px 20px 12px;
        margin: 20px auto 0;
    }
	.section-service-menu {
    	background: linear-gradient(-36deg, #EFEEF3, #EFEEF3 72%, #B1C9D5 72%, #B1C9D5 78%, #EFEEF3 78%, #EFEEF3);
	}
	
	.strength-point1__content, .strength-point3__content {
        background: #E1D1D1;
        width: 70%;
        margin: 30px 0 30px auto;
        padding: 70px 0 30px 40px;
    }
	.strength-point1__desc, .strength-point3__desc {
		margin-left: 0;
	}
    .strength-point1__desc, .strength-point2__desc p, .strength-point3__desc, .strength-point4__desc p {
        font-size: 8px;
        line-height: 2;
    }
    .vertical_content {
        letter-spacing: 3px;
        font-size: 11px;
    }
    .strength-point1__title, .strength-point3__title {
        position: absolute;
        top: -135px;
        right: 10%;
    }
	.strength-point2__title, .strength-point4__title {
		top: -130px;
		left: 10%;
	}
    .strength-point1__number, .strength-point3__number {
        right: 7%;
    }
    .section-strength {
        padding-top: 30px;
    }
    .strength-point1 {
        margin-top: 130px;
    }
    .strength-point1, .strength-point2, .strength-point3 {
        margin-bottom: 150px;
    }
    .strength-point4 {
        margin-bottom: 50px;
    }
    .strength-point2__content, .strength-point4__content {
        background: #E1D1D1;
        width: 70%;
        margin: 30px auto 30px 0;
        padding: 70px 0 30px 40px;
    }
    .strength-point2__img, .strength-point4__img {
        position: absolute;
        top: -100px;
        right: 10%;
    }
	.strength-point2__desc, .strength-point4__desc {
    	margin-left: 0;
	}
    .strength-point2__desc p, .strength-point4__desc p {
        margin-left: 24%
    }
    .strength--btn__read-more {
        width: 45%;
        font-size: 10px;
        padding: 5px 8px;
        transform: unset;
		margin: 20px auto 0;
    }
    .strength-point1__number, .strength-point3__number {
        right: 6%;
    }
    .strength-point2__number, .strength-point4__number {
        left: 13%;
    }

    .step-first, .step-third, .step-fourth, .step-sixth {
        -webkit-transform: unset;
        transform: unset;
    }
    .step-fourth {
        margin-top: 0;
    }
    .flow-step {
        margin: 0 auto 20px;
        padding: 20px;
        width: 50%;
    }
    .flow-step__number {
        font-size: 14px;
        letter-spacing: 4px;
    }
    .flow-step__number:after {
        width: 20%;
        height: 2px;
        bottom: -10px;
    }
    .flow-step__title {
        margin: 20px 0 15px;
        font-size: 10px;
        letter-spacing: 3px;
    }
    .flow-step__paragraph {
        font-size: 9px;
        line-height: 1.8;
    }
    .step1:before {
        height: 966px;
    }
    .step2:before, .step3:before, .step4:before, .step5:before {
        display: none;
    }
    .flow-step__title::after {
        display: none;
    }
    .step-third .flow-step__paragraph::before, .step-third .flow-step__paragraph::after {
        display: none;
    }
    .step-first .flow-step__title::after, .step-second .flow-step__title::after, .step-fourth .flow-step__title::after {
        display: none;
    }
    .flow-step__supprimental-paragraph {
        margin-top: 15px;
        font-size: 8px;
    }
    .section-flow {
        padding-top: 40px;
        padding-bottom: 20px;
    }

    .section-works {
        padding: 20px 0 80px;
    }
    .background-color--pink {
        top: 40px;
/*         left: 16%; */
		left: 0;
        height: calc(100% - 80px);
/*         width: 84%; */
		width: 100%;
    }
    .works__title {
        margin-top: 50px;
    }
    .works__message {
        margin: 0 0 20px;
        font-size: 10px;
        display: inline-block;
/*         width: 50%; */
		width: 70%;
        line-height: 1.8;
/*         margin-left: 25%; */
		margin-left: 15%;
		text-align: left;
    }
    .works__message-site {
        text-align: center;
/*         width: 50%; */
		width: 70%;
        line-height: 1.8;
/*         margin-left: 25%; */
		margin-left: 15%;
    }
    .works__message-site p {
        font-size: 10px;
        line-height: 1.8;
    }
    .works__message-site p br {
        display: none;
    }
    .works__examples {
/*         width: 60%;
        margin-left: 20%; */
		width: 70%;
		margin-left: 15%;
    }
    .work {
        width: 100%;
        margin-top: 20px;
    }
    .work a img {
        height: 150px;
    }
    .name-of-site {
        font-size: 12px;
    }
	
	.page-id-80 .section-caption__logo h3 {
        top: 80%;
    }
    .page-id-80 .section-caption__title {
        padding: 10px 20px 10px 10%;
    }
    .page-id-80 .section-caption__message--para {
        margin-top: 10px;
    }
    .section-possible {
        padding: 60px 0 20px;
    }
    ul.possible--contents__lists {
        display: block;
    }
    li.possible--contents__list {
        width: 100%;
        margin: 0 7px 30px;
    }
    .possible--contents__title {
        font-size: 14px;
        margin: 20px 0;
    }
    .possible--contents__title::after {
        height: 3px;
    }
    .possible--contents__paragraph {
        font-size: 13px;
        line-height: 1.5;
    }
    .section-management-flow {
        padding: 30px 0 20px;
    }
    .management-steps {
        width: 70%;
    }
    .management-step {
        padding: 20px;
    }
    .management-step {
        display: block;
        margin-bottom: 10px;
    }
    .management-step:nth-child(2n) {
        margin-top: 15px;
    }
    .management-step__number {
        width: 100%;
        padding-left: 0;
        font-size: 14px;
		position: relative;
    }
	.management-step__number::after {
		position: absolute;
		content: "";
		background: #fff;
		width: 15%;
		height: 2px;
		bottom: -10px;
		left: 50%;
		-webkit-transform: translatex(-50%);
		transform: translatex(-50%);
	}
    .management-step__content {
        width: 80%;
        padding-left: 10%;
        font-size: 12px;
        margin-top: 25px;
        line-height: 1.5;
    }
    .management-step:first-child:after {
        right: -25px;
        height: 580px;
        background: #E2E1CF;
    }
	
/* 	.strength__title:before, .flow__title:before, .works__title:before, .section-contact__ja-title:before, .possible__title:before, .management-flow__title:before, .service-menu__title:before, .service-flow__title:before, .section-contact__ja-title span {
    	display: none;
	} */
	.step1:before, .step2:before, .step4:before, .step5:before, .flow-step__title::after, .step-third .flow-step__paragraph::before, .step-third .flow-step__paragraph::after { display: none; }
	.step-box::before, .step-box::after, .step-box__exception::before, .step-box__exception::after  { display: none; }
	.flow-steps { position: relative; }
	.flow-steps::before, .flow-steps::after { content: ""; position: absolute; z-index: 9999; background: #DFDADA; }
	.flow-steps::before { width: 2px; height: 84%; bottom: 13%; right: 25%;  }
	.flow-steps::after { width: 20px; height: 2px; bottom: 13%; right: 25.5%; transform: rotate(130deg); transform-origin: right bottom; }
	
	.vertical_content img { width: 50px; margin-bottom: 15px; }
	
	.section-caption__message--para:not(:last-child) { margin-bottom: 20px; }
	.management-steps::before { right: -11%; left: unset; background: #E2E1CF; }
	.management-steps::after { right: -11%; left: unset; background: #E2E1CF; }
	
	.service-flow__step .step img { width: 75px; }
	.sideLink { height: 10px; left: 15px; }
	.sideLink li a, .sideLink li span { letter-spacing: 4px; font-size: 130%; }
	
	/* 各セクションタイトルの英文字 */
	.strength__title:before { left: 14%; width: 56px; height: 30px; }
	.flow__title:before { left: 15%; width: 60px; height: 30px; }
	.works__title:before { left: 14%; width: 75px; height: 30px; }
	.section-contact__ja-title.pink_letter::before, 
	.section-contact__ja-title.yellow_letter::before, 
	.section-contact__ja-title.blue_letter::before { left: 5%; top: -35px; width: 90px; height: 30px; }
	.possible__title:before { top: -45px; left: 14%; width: 80px; height: 30px; }
	.management-flow__title::before { left: 15%; width: 60px; height: 30px; }
	.service-menu__title:before { top: -35px; width: 110px; left: 11%; height: 40px; }
	.service-flow__title:before { top: -10px; left: 15%; width: 60px; height: 30px; }
}
@media screen and (max-width: 1024px) and (min-width: 897px) and (orientation: portrait) { 
	.step-box__exception::after { bottom: -1.7%; }
	.possible__title:before { left: 9%; width: 19%; }
	.service-menu__title:before { width: 26%; left: 11%; }
}
@media screen and (max-width: 896px) and (min-width: 501px) and (orientation: portrait) { 
	.strength-point, .strength-point2, .strength-point3 { margin-bottom: 200px; }
	.strength-point1__number, .strength-point2__number, .strength-point3__number, .strength-point4__number { top: -23%; }
	.flow-step__number{ font-size: 130%; }
	.flow-step__title::after { bottom :-380%; }
	.flow-step__number:after { height: 2px; }
	.works__message-site p { font-size: 16px; }
	.works__message { margin: 50px 0 30px; font-size: 17px; }
	.work { width: calc(50% - 28px); }
	.section-contact__ja-title { margin-top: 60px; margin-bottom: 60px; padding-top: 30px; }
	.half-half__content { display: block; }
	.half-content__left, .half-content__right { width: 100%; }
	.half-half__content .half-content__right.have__content .to-the-vertival-center { margin-top: 40px; position: unset; transform: unset; -webkit-transform: unset; }
	.contact--btn__read-more { font-size: 20px; }
	.section-title { margin: 60px 0; }
	.section-title_en { font-size: 36px; }
	.section-title_ja { font-size: 18px; }
	.strength__title { margin-bottom: 150px; }
	.strength__title, .flow__title, .works__title, .possible__title, .management-flow__title, .service-menu__title, .service-flow__title, .section-contact__ja-title { font-size: 24px; }
	.possible__title, .management-flow__title, .service-menu__title, .service-flow__title { margin-bottom: 60px; }
	.section-caption { padding-top: 0; }
	.section-strength, .section-flow, .section-works, .section-possible,  .section-management-flow, .section-service-menu, .section-service-flow { padding-top: 60px; }
	.strength__title:before { left: 20%; width: 100px; height: 45px; }
	.section-contact__ja-title span { left: 10%; top: 0; }
	.management-steps { width: 80%; }
	.management-step__number { width: 20%; font-size: 18px; }
	.management-step__content { width: 80%; font-size: 16px; padding-left: 8%; }
	.management-steps::before, .management-steps::after { left: 24%; }
	.possible--contents__title::after { height: 2px; }
	.service-menu__desc { font-size: 90%; }
	.service-menu__desc span { font-size: 10px; }
	.servece-menu__list-box { height: 170px; }
	.service-menu__content--menus li:before { left: -20px; width: 7px; height: 7px; }
	.service-menu__content--menus li { margin-left: 10px; margin-top: 15px; }
	.service-menu__content--menus { min-height: 300px; }
	.service-flow__step .step { font-size: 120%; }
	.service-flow-step__title { margin: 20px 0 30px; font-size: 110%; }
	.service-flow-step__title:after { bottom: -15px; width: 15%; }
	.step-box__exception::after { width: 20px; }
	.vertical_content img { width: 90px; margin-bottom: 30px; }
	.strength-point1__title, .strength-point3__title, .strength-point2__title, .strength-point4__title { top: -160px; }
	.step-box::after { height: 20px; }
	.service-flow__step .step img { width: 100px; }
	.sideLink { height: 20px; left: 30px; }
	
    /* 各セクションタイトル横の英文字 */
	.strength__title:before { left: 20%; width: 100px; height: 45px; }
	.flow__title:before { width: 85px; height: 45px; left: 25%; }
	.works__title:before { width: 115px; height: 45px; left: 21%; }
	.section-contact__ja-title.pink_letter::before, 
	.section-contact__ja-title.yellow_letter::before, 
	.section-contact__ja-title.blue_letter::before {
		width: 150px; 
		height: 45px;
		left: 3%;
		top: -10px;
	}
	.possible__title:before { left: 9%; width: 120px; height: 45px; }
	.management-flow__title::before { width: 85px; height: 45px; left: 23%; }
	.service-menu__title:before { width: 170px; height: 45px; left: 11%; }
	.service-flow__title:before { left: 23%; width: 85px; height: 45px; }
}