@charset "utf-8";
/*
Theme Name:BIRTH
Theme URI:
Description:WordPressテーマ「BIRTH」
Author:Design Plus
Author URI:http://design-plus1.com/tcd-w/
Version:1.5
Text Domain:tcd-w
*/


/* ------------------------------------------------------------------------------------
 web fonts　ウェブフォントファイルを変更した場合はv=1.0の数字を変更（キャッシュ対策）
------------------------------------------------------------------------------------ */
@font-face {
  font-family: 'design_plus';
  src: url('fonts/design_plus.eot?v=1.6');
  src: url('fonts/design_plus.eot?v=1.6#iefix') format('embedded-opentype'),
       url('fonts/design_plus.woff?v=1.6') format('woff'),
       url('fonts/design_plus.ttf?v=1.6') format('truetype'),
       url('fonts/design_plus.svg?v=1.6#design_plus') format('svg');
  font-weight: normal;
  font-style: normal;
}




/* ----------------------------------------------------------------------
 reset css
---------------------------------------------------------------------- */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video
 { margin:0; padding:0; border:0; outline:0; font-size:100%; vertical-align:baseline; }

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display:block; }
audio, canvas, video { display:inline-block; max-width:100%; }
html { overflow-y: scroll; -webkit-text-size-adjust:100%; -ms-text-size-adjust:100%; }
ul, ol { list-style:none; }
blockquote , q { quotes:none; }
blockquote:before, blockquote:after, q:before, q:after { content:''; content: none; }
a:focus { outline:none; }
ins { text-decoration:none; }
mark { font-style:italic; font-weight:bold; }
del { text-decoration:line-through; }
abbr[title], dfn[title] { border-bottom:1px dotted; cursor:help; }
table { border-collapse:collapse; border-spacing:0; width:100%; }
hr { display:block; height:1px; border:0; border-top:1px solid #ccc; margin:1em 0; padding:0; }
button, input, select, textarea { outline:0; -webkit-box-sizing:border-box; -moz-box-sizing:border-box; box-sizing:border-box; font-size:100%; }
input, textarea { background-image: -webkit-linear-gradient(hsla(0,0%,100%,0), hsla(0,0%,100%,0)); -webkit-appearance: none; border-radius:0; /* Removing the inner shadow, rounded corners on iOS inputs */ }
input[type="checkbox"]{ -webkit-appearance: checkbox; }
input[type="radio"]{ -webkit-appearance: radio; }
button::-moz-focus-inner, input::-moz-focus-inner { border:0; padding:0; }
img { -ms-interpolation-mode:bicubic; }

/* clearfix */
.clearfix:after { content: "."; display:block; clear:both; height:0; font-size:0.1em; line-height:0; visibility:hidden; overflow:hidden; }
.clearfix { display:inline-block; }
/* exlude MacIE5 \*/
* html .clearfix { height:1% }
.clearfix { display:block;}
/* end MacIE5 */




/* ----------------------------------------------------------------------
 基本設定
---------------------------------------------------------------------- */
body { font-family:Arial,sans-serif; font-size:14px; line-height:1.5; width:100%; }
.pc .admin-bar { padding-top:33px; }
a { text-decoration:none; }
a, a:before, a:after, input {
  -webkit-transition-property:background-color, color; -webkit-transition-duration:0.2s; -webkit-transition-timing-function:ease;
  -moz-transition-property:background-color, color; -moz-transition-duration:0.2s; -moz-transition-timing-function:ease;
  -o-transition-property:background-color, color; -o-transition-duration:0.2s; -o-transition-timing-function:ease;
  transition-property:background-color, color; transition-duration:0.2s; transition-timing-function:ease;
}
.clear { clear:both; }
.hide { display:none; }


/* レイアウト */
#main_contents { background:#fff; width:100%; position:relative; z-index:10; }
#main_col { width:1180px; min-width:1180px; margin:90px auto 150px; -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:830px; float:left; }
#side_col { width:300px; float:right; margin-top:10px; }
.layout2 #left_col { float:right; }
.layout2 #side_col { float:left; }
.pc .no_side_content #left_col { width:auto; float:none; }


/* ボタン */
.design_button a {
  display:inline-block; height:55px; line-height:55px; min-width:220px; padding:0 20px; background:#afcfd2; color:#fff; text-align:center;
  -moz-box-sizing:border-box; -webkit-box-sizing:border-box; -o-box-sizing:border-box; -ms-box-sizing:border-box; box-sizing:border-box;
}
.design_button a:hover { background:#6598a1; color:#fff; }




/* ----------------------------------------------------------------------
 トップページ
---------------------------------------------------------------------- */
.index_content { background:#fff; width:1180px; padding:90px 30px 0; margin:0 auto 0px; }
.index_content:first-of-type { position:relative; top:-80px; margin:0 auto -80px; }
.index_content:last-of-type { margin-bottom:150px;}
.index_content img { max-width:100%; height:auto; display:block; }
.no_header_slider .index_content:first-of-type { top:0; margin:0 auto; }


/* ３点ボックス */
#index_3box.index_content:first-of-type { padding-top:30px; }
#index_3box { padding-top:100px; display: -webkit-box; display: -ms-flexbox; display: flex; }
#index_3box .box {
  /*float:left;*/ width:33.33333%; width:-webkit-calc(100% / 3); width:-moz-calc(100% / 3); width:calc(100% / 3);
  border-right:1px solid #fff;
  -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_3box .title { font-size:16px; }
#index_3box .title a { display:block; font-weight:normal; height:58px; line-height:58px; text-align:center; background:#afcfd2; color:#fff; }
#index_3box .title a:hover { background:#6598a1; }
#index_3box .image { width:100%; display:block; position:relative; z-index:2; overflow:hidden; }
#index_3box img { width:100%; height:auto; display:block; -webkit-backface-visibility:hidden; backface-visibility:hidden; }


/* イントロ */
#index_intro { }
#index_intro .headline { text-align:center; line-height:1.5; margin:0; font-weight:500; }
#index_intro .desc { text-align:center; line-height:3.0; margin:0px 0 0 0; }
#index_intro .image { width:100%; height:380px; position:relative; margin:85px 0 0 0; }
#index_intro .button {
  display:inline-block; height:55px; line-height:55px; min-width:220px; padding:0 20px; text-align:center;
  margin:auto; position:absolute; top:0; bottom:0;
  left:50%; -webkit-transform: translateX(-50%); -ms-transform: translateX(-50%); transform: translateX(-50%);
  -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 { }
#index_news .headline { text-align:center; line-height:1.5; margin:0; font-weight:500; }
#index_news .sub_title { text-align:center; font-size:16px; line-height:1.0; margin:0; }
#index_news_list { margin:60px 0 40px; }
#index_news_list article { float:left; background:#f5f5f5; width:380px; height:150px; margin:0 20px 0 0; overflow:hidden; }
#index_news_list article:nth-child(3n) { margin:0; }
#index_news_list .image { width:150px; height:150px; display:block; float:left; position:relative; z-index:2; overflow:hidden; }
#index_news_list .image img { width:100%; height:auto; display:block; -webkit-backface-visibility:hidden; backface-visibility:hidden; }
#index_news_list .title_area {
  float:left; position:relative; height:150px;
  width:-webkit-calc(100% - 150px); width:-moz-calc(100% - 150px); width:calc(100% - 150px);
  -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_list .no_image .title_area { width:100%; }
#index_news_list .title_area_inner {
  position:absolute; left:40px; right:40px;
  top:50%; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%);
}
#index_news_list .title { font-weight:normal; line-height:1.8; }
#index_news_list .title a { display:block; }
#index_news_list .date { font-size:12px; color:#999; margin-top:7px; }
#index_news .button { text-align:center; }


/* ワイドコンテンツ */
#index_wide_content { width:100%; min-width:1180px; height:440px; position:relative; margin:100px 0 0 0; }
#index_wide_content .headline_area {
  position:absolute; text-align:center; width:100%;
  top:50%; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%);
}

#index_wide_content .headline { text-align:center; color:#6598a0; line-height:1.5; margin:0; font-weight:500; }
#index_wide_content .button {
  display:inline-block; height:55px; line-height:55px; min-width:220px; padding:0 20px; text-align:center; margin:30px 0 0 0;
  -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_course { }
#index_course .headline { text-align:center; line-height:1.5; margin:0; font-weight:500; }
#index_course .desc { text-align:center; line-height:3.0; margin:0px 0 0 0; }
#index_course_list {
  margin:87px 0 0 0; border-top:1px solid #ddd; border-left:1px solid #ddd;
  display:-webkit-box; display:-ms-flexbox; display:-webkit-flex; display:flex;
  -ms-flex-wrap:wrap; -webkit-flex-wrap:wrap; flex-wrap:wrap;
  -ms-justify-content:space-between; -webkit-justify-content:space-between; justify-content:space-between;
}
#index_course_list li {
  float:left; width:50%; border-right:1px solid #ddd; border-bottom:1px solid #ddd;
  -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_course_list.type2 li {
  width:33.3333%; width:-webkit-calc(100% / 3); width:-moz-calc(100% / 3); width:calc(100% / 3);
}
#index_course_list a {
  display:block; padding:38px 38px 28px; background:#fff; height: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;
}
#index_course_list a:hover { background:#f9f9f9; }
#index_course_list .image { margin:0 0 43px 0; }
#index_course_list .title { text-align:center; font-size:24px; font-weight:500; margin:0 0 25px 0; }
#index_course_list .short_desc { line-height:2.7; }
#index_course .button { text-align:center; margin:40px 0 0 0; }


/* ブログ */
#index_blog { width:100%; min-width:1180px; background:#f5f5f5; margin:100px 0 0 0; }
#index_blog_inner { width:1180px; margin:0 auto; padding:48px 0 60px; }
#index_blog .headline { text-align:center; line-height:1.5; margin:0; font-weight:500; }
#index_blog .sub_title { text-align:center; font-size:16px; line-height:1.0; margin:0; }
#index_blog .button { text-align:center; margin:40px 0 0 0; }
/* スライダー部分 */
#index_blog_list { margin:60px 0 0 0; position:relative; height:342px; border:1px solid #ddd; }
#index_blog_list .item {
  width:25%; height:340px; border-right:1px solid #ddd; padding:15px; background:#fff;
  -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_list .image { width:100%; display:block; margin:0 0 15px 0; position:relative; z-index:2; overflow:hidden; }
#index_blog_list img { width:100%; height:auto; display:block; -webkit-backface-visibility:hidden; backface-visibility:hidden; }
#index_blog_list .title { font-size:16px; font-weight:normal; line-height:1.7; margin:0 0 10px 0; }
#index_blog_list .title a { display:block; }
#index_blog_list li { float:left; font-size:12px; color:#999; }
#index_blog_list li:first-of-type { border-right:1px solid #ddd; padding:0 5px 0 0; margin:0 5px 0 0; }
#index_blog_list li.category a { color:#999; display:none; }
#index_blog_list li.category a:first-of-type { display:inline; }
#index_blog_list .slick-arrow {
  width:15px; height:15px; position:absolute; overflow:hidden; cursor:pointer; background:none !important;
  -webkit-transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; -ms-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out;
}
#index_blog_list .slick-arrow span { text-indent:-200px; display:block; }
#index_blog_list .slick-arrow:before {
  font-family:'design_plus'; color:#555; font-size:15px; font-weight:bold; display:block; position:absolute;
  -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale;
}
#index_blog_list .slick-prev:before { content:'\e90f'; }
#index_blog_list .slick-next:before { content:'\e910'; }
#index_blog_list .slick-arrow:hover:before { color:#666; }
#index_blog_list .slick-prev { top:162px; left:-40px; }
#index_blog_list .slick-next { top:162px; right:-40px; }


/* Google Maps */
#index_gmap .headline { text-align:center; line-height:1.5; margin:0; font-weight:normal; }
#index_gmap .sub_title { text-align:center; font-size:16px; line-height:1.0; margin:0 0 60px; }
#index_gmap .button { text-align:center; margin:40px 0 0 0; }
#index_gmap .p-access__map { width: 100%; height: 500px; margin-bottom: 40px; }
#index_gmap .p-access__custom-overlay-inner { display: -webkit-box; display: -ms-flexbox; display: flex; position: absolute; top: -94px; left: -40px; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; width: 80px !important; height: 80px !important; border-radius: 50%; font-size: 18px; text-align: center; }
#index_gmap .p-access__custom-overlay-inner::after { display: block; position: absolute; right: 0; bottom: -15px; left: 0; width: 0; height: 0; margin: auto; border-width: 16px 5px 0 5px; border-style: solid; content: ""; }


/* 会社情報 */
#index_company { padding-top:100px; }
#index_company .left_area { width:560px; float:left; margin:0 0 0 0; }
#index_company .right_area { width:560px; float:right; margin:0 0 0 0; }
#index_company .image { margin:0 0 17px 0; }
#index_company .desc { line-height:2.5; }
#index_company li { float:left; width:30px; }
#index_company li a { display:block; position:relative; text-decoration:none; }
#index_company li a span { text-indent:100%; white-space:nowrap; overflow:hidden; display:block; }
#index_company li a:before {
  font-family:'design_plus'; color:#7f7f7f; font-size:13px; display:block; position:absolute; top:10px; left:0px;
  -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale;
}
#index_company li a:hover:before { color:#000; }
#index_company li.twitter a:before { content:"\e904"; }
#index_company li.facebook a:before { content:"\e902"; }
#index_company li.insta a:before { content:"\ea92"; top:10px; }
#index_company li.pint a:before { content:"\e905"; }
#index_company li.mail a:before { content:"\f0e0"; }


/* スケジュール */
#schedule_table {
  margin:0;
  table-layout:fixed;
  border-collapse:collapse; border-spacing:0; width:100%;
  border-top:1px solid #ccc; border-left:1px solid #ccc;
}
#schedule_table caption { background:#ccc; color:#fff; height:50px; line-height:50px; margin-bottom:-1px; font-weight:normal; }
#schedule_table thead { background:#fafafa; }
#schedule_table td, #schedule_table th {
  padding:20px 10px; text-align:center; vertical-align:middle; font-weight:normal;
  border-right:1px solid #ccc; border-bottom:1px solid #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;
}
#schedule_table .header { width:180px; background:#fff; }
#schedule_table .color { background:#eff5f6; }


/* フリースペース */
.index_free_space {}


/* 見出しセット */
.index_headline_set .headline { text-align:center; line-height:1.5; margin:0; font-weight:500; }
.index_headline_set .desc { text-align:center; line-height:3.0; margin:0px 0 0 0; }


/* スライダー */
#header_slider { width:100%; min-width:1180px; padding-top:56.85%; overflow:hidden; position:relative; background:#fff; }
#header_slider .item { opacity:0; width:100%; position:relative; -webkit-backface-visibility:hidden; backface-visibility:hidden; overflow: hidden; }
#header_slider .image { width:100%; height:100%; position:absolute; top:0px; left:0px; z-index:1; }
#header_slider .caption {
  width:100%; z-index:3; padding:0 20px; text-align:center; margin-top:-40px;
  position:absolute; top: 50%; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%);
  -moz-box-sizing:border-box; -webkit-box-sizing:border-box; -o-box-sizing:border-box; -ms-box-sizing:border-box; box-sizing:border-box;
}
#header_slider .caption .title { line-height:1.3; -ms-word-wrap: break-word; word-wrap: break-word; position:relative; font-weight:500; }
#header_slider .link { display:block; width:100%; height:100%; position:absolute; top:0px; left:0px; z-index:4; }
#header_slider .overlay { width:100%; height:100%; position:absolute; top:0px; left:0px; z-index:2; }
#header_slider video { position:absolute; top:0; display:block; height:100%; width:auto; max-width:inherit; }
#header_slider .image-entity { width:100%; height:auto; opacity:0; }
.youtube-player { position:absolute; top:0; opacity:0; pointer-events:none; }


/* 縦書き */
#header_slider .caption.type2 {
  width:100%; padding:0; margin:0; height:-webkit-calc(100% - 80px); height:-moz-calc(100% - 80px); height:calc(100% - 80px);
  position:relative; top:0; -webkit-transform: translateY(0%); -ms-transform: translateY(0%); transform: translateY(0%);
}
#header_slider .caption.type2 h3 {
  text-align:left; padding:50px 0; display:inline-block;
  top:50%; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%);
  -webkit-writing-mode: vertical-rl; -ms-writing-mode: tb-rl; writing-mode: vertical-rl;
}


/* アニメーションの設定 */
#header_slider .caption { opacity:0; }
#header_slider .slick-active .caption {
  -webkit-animation: opacityAnimation 1.0s ease forwards 1.0s;
  animation: opacityAnimation 1.0s ease forwards 1.0s;
}
#header_slider .first_active .caption {
  -webkit-animation: opacityAnimation 1.0s ease forwards 2.0s !important;
  animation: opacityAnimation 1.0s ease forwards 2.0s !important;
}
#header_slider .animation_type1.animate .image {
  -webkit-backface-visibility:hidden; backface-visibility:hidden;
  -webkit-animation: zoomOut 35.0s ease forwards;
  animation: zoomOut 35.0s ease forwards;
}
#header_slider .animation_type2.animate .image {
  -webkit-backface-visibility:hidden; backface-visibility:hidden;
  -webkit-animation: zoomIn 35.0s ease forwards;
  animation: zoomIn 35.0s ease forwards;
}


/* アニメーション　透過 */
@-webkit-keyframes opacityAnimation {
  0% { }
  100% { opacity: 1; }
}
@keyframes opacityAnimation {
  0% { }
  100% { opacity: 1; }
}
/* アニメーション　ズームアウト */
@-webkit-keyframes zoomOut {
  0% { transform: scale(1.0) rotate(0.0001deg); }
  100% { transform: scale(1.3); }
}
@keyframes zoomOut {
  0% { transform: scale(1.0) rotate(0.0001deg); }
  100% { transform: scale(1.3); }
}
/* アニメーション　ズームイン */
@-webkit-keyframes zoomIn {
  0% { transform: scale(1.3) rotate(0.0001deg); }
  100% { transform: scale(1.0); }
}
@keyframes zoomIn {
  0% { transform: scale(1.3) rotate(0.0001deg); }
  100% { transform: scale(1.0); }
}




/* ----------------------------------------------------------------------
 アーカイブ・固定ページの見出し　共通パーツ
---------------------------------------------------------------------- */
#page_header { width:100%; min-width:1180px; height:440px; position:relative; text-align:center; }
#page_header .square_headline {
  background:#fff; display:inline-block; position:relative; padding:0 15px; height:200px; width:auto; min-width:200px;
  top:50%; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%);
  -moz-box-sizing:border-box; -webkit-box-sizing:border-box; -o-box-sizing:border-box; -ms-box-sizing:border-box; box-sizing:border-box;
}
#page_header .square_headline_inner {
  position:relative; top:50%; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%);
}
#page_header .title { line-height:1.5; font-size:28px; }
#page_header .sub_title { margin:5px 0 0 0; font-size:16px; }
#page_header.no_image { background:#f2f2f2; position:relative; }

#archive_catch { text-align:center; }
#archive_catch .catch { font-size:28px; line-height:1.5;}
#archive_catch .desc { line-height:2.7; margin-top:12px;}




/* ----------------------------------------------------------------------
アーカイブページ
---------------------------------------------------------------------- */
/* リスト */
#course_list { margin-top:90px; }
.single-course #course_list { margin-top:100px; }
#course_list .headline { height:60px; line-height:60px; padding:0 35px; color:#fff; font-size:22px; font-weight:normal; }
#course_list .course { margin:0 0 100px 0; }
#course_list ol {
  border:1px solid #ddd; border-top:none; overflow:hidden;
  display:-webkit-box; display:-ms-flexbox; display:-webkit-flex; display:flex;
  -ms-flex-wrap:wrap; -webkit-flex-wrap:wrap; flex-wrap:wrap;
  -ms-justify-content:space-between; -webkit-justify-content:space-between; justify-content:space-between;
}
#course_list li {
  width:50%; float:left; margin:0 0 -1px 0; padding-top:1px; border-right:1px solid #ddd; border-bottom:1px solid #ddd;
  -moz-box-sizing:border-box; -webkit-box-sizing:border-box; -o-box-sizing:border-box; -ms-box-sizing:border-box; box-sizing:border-box;
}
#course_list li:nth-child(2n) { border-right:none; }
#course_list li a {
  display:block; padding:38px; background:#fff; height: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;
}
#course_list li a:hover { background:#f9f9f9; }
#course_list .image { width:150px; height:150px; display:block; float:left; margin:0 38px 0 0; }
#course_list .image img { width:100%; height:auto; display:block; }
#course_list .right_area { }
#course_list .title { font-size:22px; margin:-3px 0 10px 0; display:block; line-height:1.4; font-weight:normal; }
#course_list .excerpt { line-height:2.4; margin-bottom:-10px; }




/* ----------------------------------------------------------------------
詳細ページ
---------------------------------------------------------------------- */
#single_course { margin-top:100px; }


/* タイトルエリア */
#course_title_area { height:60px; line-height:60px; position:relative; background:#f9f0f0; }
#course_title_area .category {
  font-size:22px; padding:0 34px; min-width:220px; color:#fff; display:inline-block; float:left; text-align:center;
  -moz-box-sizing:border-box; -webkit-box-sizing:border-box; -o-box-sizing:border-box; -ms-box-sizing:border-box; box-sizing:border-box;
}
#course_title_area  .title { font-size:22px; font-weight:normal; padding:0 34px; float:left; }


/* アイキャッチ画像 */
#course_image { height:360px; }


/* アイキャッチ画像以下のコンテンツ */
#curse_main_content { border:1px solid #ddd; border-top:none; padding:95px 60px 80px; }


/* キャッチフレーズ */
#curse_main_content .catch { font-size:36px; color:#000; font-weight:500; text-align:center; line-height:1.5; margin:0 0 10px 0; }
#curse_main_content .desc { font-size:14px; line-height:2.7; width:840px; margin:0 auto 20px; }


/* コンテンツ一覧 */
#course_content_list { margin:90px 0 0; }
#course_content_list .item { margin:0 0 80px 0;}
#course_content_list .image { float:left; width:500px; }
#course_content_list .desc { float:right; width:500px; line-height:2.5; margin-top:-10px; }
#course_content_list .even .image { float:right; }
#course_content_list .even .desc { float:left; }


/* 次・前のページリンク */
#course_next_prev_link { text-align:center; margin-top:70px; }
#course_next_prev_link div { display:inline-block; margin:0 3px; }
#course_next_prev_link a { display:block; width:220px; height:55px; line-height:55px; text-align:center; background:#ccc; color:#fff; }
#course_next_prev_link a:hover { background:#65989f; }




/* ----------------------------------------------------------------------
 お知らせ
---------------------------------------------------------------------- */
/* アーカイブページ */
#archive_news_list { margin:100px 0 0 0; position:relative; border:1px solid #ddd; overflow:hidden; }
#archive_news_list .item {
  float:left; width:50%; height:200px; border:1px solid #ddd; border-top:none; border-left:none; margin:0 0 -1px 0; padding:18px; 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;
}
#archive_news_list .item:nth-child(2n) { border-right:none; }
#archive_news_list .image { width:260px; height:auto; display:block; position:relative; z-index:2; overflow:hidden; }
#archive_news_list img { width:100%; height:auto; display:block; -webkit-backface-visibility:hidden; backface-visibility:hidden;}
#archive_news_list .title { font-size:16px; font-weight:normal; line-height:1.7; margin:0 0 9px 0; }
#archive_news_list .title a { display:block; }
#archive_news_list .date { font-size:12px; color:#999; }
#archive_news_list .title_area {
  padding: 0px 40px 0 300px;
  position:absolute; top:50%; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%);
}
#archive_news_list .no_image .title_area { padding:0 18px; }


/* 詳細ページ */
.single-news #post_meta_top li:first-of-type:after { display:none; }
#single_news_list { margin:50px 0 0 0; position:relative; }
#single_news_list .headline { margin:0; font-weight:400; background:#afcfd2; height:50px; line-height:50px; color:#fff; padding:0 24px; z-index:1; }
#single_news_list .link { display:block; position:absolute; top:0px; right:0px; height:50px; line-height:50px; padding:0 35px 0 20px; color:#fff; z-index:2; }
#single_news_list .link:before {
  content:''; width:15px; height:20px;
  font-family:'design_plus'; color:#fff; font-size:12px; display:block;
  -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale;
  content:'\e910'; position:absolute; top:0px; right:14px;
}
#single_news_list ol { position:relative; border:1px solid #ddd; border-top:none; overflow:hidden; }
#single_news_list li a { display:block; border-bottom:1px solid #ddd; height:48px; line-height:48px; padding:0 24px; }
#single_news_list li:last-of-type a { border:none; }
#single_news_list li .date { float:left; font-size:12px; color:#999; width:90px; }
#single_news_list li .title { float:right; font-weight:normal; width:-webkit-calc(100% - 90px); width:-moz-calc(100% - 90px); width:calc(100% - 90px); }
#single_news_list li a:hover { background:#f9f9f9; }




/* ----------------------------------------------------------------------
 よくある質問と答え
---------------------------------------------------------------------- */
#archive_faq_list { margin:100px 0 0 0; border-bottom:1px solid #ddd; }
#archive_faq_list .item { border:1px solid #ddd; border-bottom:none; background:#fff; }
#archive_faq_list .question { font-size:16px; line-height:2; padding:18px 70px 18px 40px; font-weight:normal; position:relative; cursor:pointer; }
#archive_faq_list .question:hover, #archive_faq_list .question.active, #archive_faq_list .question:hover:before, #archive_faq_list .question.active:before { color:#65989f; }
#archive_faq_list .question:before {
  content:'\e90e'; font-family:'design_plus'; color:#666; font-size:12px; display:block; width:18px; height:18px;
  position:absolute; right:28px; top:25px; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale;
}
#archive_faq_list .question.active:before { content:'\e911'; }
#archive_faq_list .answer { padding:32px 40px 3px; background:#f6f9f9; display:none; border-top:1px solid #ddd; }




/* ----------------------------------------------------------------------
 アーカイブページ
---------------------------------------------------------------------- */
#blog_list { margin:100px 0 0 0; position:relative; }
#blog_list .item {
  float:left; width:25%; height:340px; border:1px solid #ddd; margin:0 -1px -1px 0; padding:18px;
  -moz-box-sizing:border-box; -webkit-box-sizing:border-box; -o-box-sizing:border-box; -ms-box-sizing:border-box; box-sizing:border-box;
}
#blog_list .image { width:100%; display:block; position:relative; z-index:2; overflow:hidden; }
#blog_list img { width:100%; height:auto; display:block; -webkit-backface-visibility:hidden; backface-visibility:hidden;}
#blog_list .title { font-size:16px; font-weight:normal; line-height:1.7; margin:13px 0 5px 0; }
#blog_list .title a { display:block; }
#blog_list .meta { max-height:60px; overflow:hidden; }
#blog_list li { display:inline; line-height:1.7; font-size:12px; color:#999; position:relative; }
#blog_list li:first-of-type { padding:0 9px 0 0; margin:0 3px 0 0; }
#blog_list li:first-of-type:after { content:''; display:block; position:absolute; right:0px; top:3px; width:1px; height:10px; background:#999; }
#blog_list li.category a { }
#blog_list li.category a:first-of-type { display:inline; }
.no_post { text-align:center; margin:50px 0 0 0; }


/* ページング */
.page_navi { margin:40px 0 0 0; }
.page_navi ul { margin:0; font-size:0; }
.page_navi li { display:inline; margin:0 5px 5px 0; }
.page_navi a, .page_navi a:hover, .page_navi span { font-size:14px; padding:14px 16px; line-height:1; margin:0; background:#f5f5f5; color:#333; display:inline-block; }
.page_navi a:hover { color:#fff; background:#000; border-color:#000; }
.page_navi span.dots { background:none; }
.page_navi span.current { color:#fff; background:#000; border-color:#000; }

.page_navi .next span, .page_navi .prev span { display:none; }
.page_navi .next:before, .page_navi .prev:before {
  font-family:'design_plus'; color:#333; font-size:11px;
  -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale;
}
.page_navi .prev:before { content:'\e90f'; }
.page_navi .next:before { content:'\e910'; }
.page_navi .prev:hover:before, .page_navi .next:hover:before { color:#fff; }




/* ----------------------------------------------------------------------
 記事
---------------------------------------------------------------------- */
.post_content { }
.post_content a:hover { text-decoration:underline; }

/* 記事タイトル */
#post_title { font-size:40px; line-height:1.3; color:#000; margin:5px 0 10px 0; }
body.page #post_title { text-align:center; margin:-30px 0 50px 0; }
.pc .no_side_content #post_title { text-align:center; }


/* カテゴリ― */
#post_meta_top { margin:0 0 45px 0; }
#post_meta_top li { display:inline; line-height:1.7; font-size:12px; color:#999; position:relative; }
#post_meta_top li:first-of-type { padding:0 9px 0 0; margin:0 3px 0 0; }
#post_meta_top li:first-of-type:after { content:''; display:block; position:absolute; right:0px; top:3px; width:1px; height:10px; background:#999; }
#post_meta_top a { color:#999; }


/* アイキャッチ画像*/
#post_image { padding:0; margin:0 0 38.8px 0; position:relative; }
#post_image img { width:100%; height:auto; display:block; margin:0; z-index:1; }


/* SNSボタン */
#single_share_top { margin:0 0 5px 0; }
#single_share_top #share_top1 { padding-top:0; }
#single_share_bottom { margin:0; }
#single_share_bottom .share-btm { margin-bottom:0; padding:0; }
#single_share_bottom .mb45 { margin-bottom:45px !important; }


/* ページ分割 */
#post_pagination { margin:0 0 40px 0; padding:12px 0 0 0; clear:both; font-size:0; text-align:center; }
#post_pagination h5 { margin:0 0 10px 0; font-size:12px; }
#post_pagination a, #post_pagination p { font-size:12px; display:inline-block; background:#fff; margin:0 0 0 -1px; width:40px; height:40px; line-height:40px; text-align:center; text-decoration:none; color:#333; border:1px solid #ccc; }
#post_pagination p { background:#000; color:#fff; border-color:#000; position:relative; }
#post_pagination a:hover { color:#fff; }


/* ページ分割（続きを読むver） */
#p_readmore { text-align:center; padding:12px 0 0 0; }
#p_readmore .button {
  background:#000; color:#fff; display:inline-block; height:50px; line-height:50px; min-width:220px; padding:0 40px; text-decoration:none;
  -moz-box-sizing:border-box; -webkit-box-sizing:border-box; -o-box-sizing:border-box; -ms-box-sizing:border-box; box-sizing:border-box;
}
#p_readmore .button:hover { background:#999; }


/* メタ情報 */
#post_meta_bottom { margin:0 0 50px; background:#fafafa; padding:25px; }
#post_meta_bottom li { display:inline; margin:0 10px 0 0; padding:0 15px 0 20px; border-right:1px solid #ddd; font-size:12px; line-height:1.8; position:relative; }
#post_meta_bottom li:last-child { border:none; margin:0; }
#post_meta_bottom li:before {
  font-family:'design_plus'; color:#aaa; font-size:13px; width:13px; height:13px; line-height:13px; display:block;
  position:absolute; top:0; left:0px;
  -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale;
}
#post_meta_bottom li.post_author:before { content:'\e90d'; top:1px; }
#post_meta_bottom li.post_category:before { content:'\e92f'; }
#post_meta_bottom li.post_tag:before { content:'\e935'; top:2px; }
#post_meta_bottom li.post_comment:before { content:'\e916'; font-size:16px; top:1px; }


/* 次の記事、前の記事 */
#previous_next_post { margin:0; }
#previous_next_post .prev_post, #previous_next_post .next_post { float:left; width:50%; }
#previous_next_post a {
  width:100%; display:block; border:1px solid #ddd; line-height:1.8; height:97px; position:relative; display:table; background:#fff;
  -moz-box-sizing:border-box; -webkit-box-sizing:border-box; -o-box-sizing:border-box; -ms-box-sizing:border-box; box-sizing:border-box;
}
#previous_next_post div:last-of-type a { border-left:none; }
#previous_next_post div:only-of-type a { border-left:1px solid #ddd; }
#previous_next_post .next_post a { padding:0 60px 0 25px; }
#previous_next_post .prev_post a { padding:0 25px 0 60px; }
#previous_next_post a span { display:table-cell; vertical-align:middle; ; height:50px; overflow:hidden; -ms-word-wrap: break-word; word-wrap: break-word; }
#previous_next_post span.nav { display:none; }
#previous_next_post a:hover { background:#f7f7f7; }
#previous_next_post .prev_post a:before {
  content:''; width:15px; height:20px;
  font-family:'design_plus'; color:#111; font-size:16px; display:block;
  -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale;
  content:'\e90f'; position:absolute; top:-6px; bottom:0px; left:20px; margin:auto;
}
#previous_next_post .next_post a:before {
  content:''; width:15px; height:20px;
  font-family:'design_plus'; color:#111; font-size:16px; display:block;
  -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale;
  content:'\e910'; position:absolute; top:-6px; bottom:0px; right:20px; margin:auto;
}


/* 広告 */
#single_banner_top { margin:5px 0 30px; text-align:center; padding:30px 20px; }
#single_banner_bottom { margin:50px 0 ; text-align:center; padding:30px 20px; }
#single_banner_shortcode { margin:0 0 30px 0; padding:10px 0 0 0; text-align:center; }

.single_banner_area .single_banner_left {
  width:50%; float:left; padding:0 10px;
  -moz-box-sizing:border-box; -webkit-box-sizing:border-box; -o-box-sizing:border-box; -ms-box-sizing:border-box; box-sizing:border-box;
}
.single_banner_area .single_banner_right {
  width:50%; float:right; padding:0 10px;
  -moz-box-sizing:border-box; -webkit-box-sizing:border-box; -o-box-sizing:border-box; -ms-box-sizing:border-box; box-sizing:border-box;
}
.single_banner_area img { max-width:100%; height:auto; display:block; margin:0 auto; }
.single_banner_area.one_banner .single_banner_left { float:none; margin:0 auto; }
.single_banner_area.one_banner img { margin:0 auto; }


/* 関連記事 */
#related_post { margin:50px 0 0 0; }
#related_post .headline { margin:0; font-weight:400; background:#afcfd2; height:50px; line-height:50px; color:#fff; padding:0 24px;  }
#related_post ol { position:relative; width:-webkit-calc(100% + 2px); width:-moz-calc(100% + 2px); width:calc(100% + 2px); display: flex; flex-wrap: wrap; }
#related_post li {
  height:auto; min-height: 260px; margin:0 -1px -1px 0; border:1px solid #ddd; padding:22px;
  width:33.33333%; width:-webkit-calc(100% / 3); width:-moz-calc(100% / 3); width:calc(100% / 3);
  -moz-box-sizing:border-box; -webkit-box-sizing:border-box; -o-box-sizing:border-box; -ms-box-sizing:border-box; box-sizing:border-box;
}
#related_post .image { display:block; width:100%; height:auto; position:relative; overflow:hidden; z-index:2; margin:0 0 15px 0; }
#related_post .image img { display:block; width:100%; height:auto; -webkit-backface-visibility:hidden; backface-visibility:hidden; }
#related_post .title { line-height:1.9; font-weight:normal; -ms-word-wrap: break-word; word-wrap: break-word; }
#related_post .title a { display:block; }




/* ----------------------------------------------------------------------
 固定ページ
---------------------------------------------------------------------- */

/* プロフィールページ */
#profile_page_top { }
#profile_page_top .user_avatar { overflow:hidden; width:200px; height:200px; display:block; margin:0px auto 30px; border-radius:130px; }
#profile_page_top .user_avatar img { width:100%; height:auto; display:block; }
#profile_page_top .user_name { font-size:21px; margin:0 0 25px 0; text-align:center; font-weight:400; }
#profile_page_top .user_sns { text-align:center; margin-bottom:33px; padding:0; font-size:0; }
#profile_page_top li { display:inline-block; vertical-align:top; margin:0; padding:0; line-height:100%; font-size:11px; background:none; width:30px; }
#profile_page_top li a { position:relative; text-decoration:none; }
#profile_page_top li a span { text-indent:100%; white-space:nowrap; overflow:hidden; display:block; }
#profile_page_top li a:before {
  font-family:'design_plus'; color:#333; font-size:12px; display:block; position:absolute; top:10px; left:-5px;
  -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale;
}
#profile_page_top li.twitter_button a:before { content:"\e904"; }
#profile_page_top li.facebook_button a:before { content:"\e902"; }
#profile_page_top li.insta_button a:before { content:"\ea92"; top:10px; }
#profile_page_top li.pint_button a:before { content:"\e905"; }
#profile_page_top li.mail_button a:before { content:"\f0e0"; }
#profile_page_top li.twitter_button a:hover:before { color:#16b9dc; }
#profile_page_top li.facebook_button a:hover:before { color:#3B5998; }
#profile_page_top li.insta_button a:hover:before { color:#8a3ab9; }
#profile_page_top li.pint_button a:hover:before { color:#c92228; }
#profile_page_top li.mail_button a:hover:before { color:#16b9dc; }


/* 404ページ */
#header_image_for_404 { width:100%; margin:0 auto; position:relative; overflow:hidden; }
#header_image_for_404 img { width:100%; height:auto; display:block; }
#header_image_for_404 .caption { margin:0; width:100%; padding:0 30px; line-height:1.5; text-align:center; color:#fff; position:absolute; top:50%; left:50%; opacity:0;
  -webkit-transform:translate(-50%, -50%); -mox-transform:translate(-50%, -50%); -ms-transform:translate(-50%, -50%); -o-transform:translate(-50%, -50%); transform:translateY(-50%, -50%);
  -moz-box-sizing:border-box; -webkit-box-sizing:border-box; -o-box-sizing:border-box; -ms-box-sizing:border-box; box-sizing:border-box;
}
#header_image_for_404 .caption p + p {
	margin-top: 0.5em;
}
#header_image_for_404.animate .caption {
  -webkit-animation: opacityAnimation 1.0s ease forwards 1.5s !important;
  animation: opacityAnimation 1.0s ease forwards 1.5s !important;
}


/* 広告 */
#page_banner { margin:50px 0; text-align:center; font-size:0; }
#page_banner img { max-width:100%; height:auto; display:block; margin:0 auto; }
#page_banner .page_banner {
  width:50%; display:inline-block; border:1px solid #ddd; padding:40px; text-align:center;
  width:-webkit-calc(50% - 15px); width:-moz-calc(50% - 15px); width:calc(50% - 15px);
  -moz-box-sizing:border-box; -webkit-box-sizing:border-box; -o-box-sizing:border-box; -ms-box-sizing:border-box; box-sizing:border-box;
}
#page_banner .banner_left { margin:0 15px 0 0; }
#page_banner .banner_right { margin:0 0 0 15px; }
#page_banner.one_banner .banner_left, #page_banner.one_banner .banner_right { margin:0; }


/* ページナビゲーション */
#previous_next_page { text-align:center; margin:12px 0 70px 0; font-size:0; }
#previous_next_page a {
  font-size:14px; display:inline-block; vertical-align:top; text-decoration:none; text-align:center; padding:0 25px; height:50px; line-height:50px; min-width:180px; background:#ccc; color:#fff; position:relative; margin:0 5px;
  -moz-box-sizing:border-box; -webkit-box-sizing:border-box; -o-box-sizing:border-box; -ms-box-sizing:border-box; box-sizing:border-box;
}
#previous_next_page a:after {
  font-family:'design_plus'; content:'\e910'; color:#fff; display:block; position:absolute; top:1px; right:16px;
  -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale;
}
#previous_next_page a.prev:after { content:'\e90f'; right:auto; left:16px; }




/* ----------------------------------------------------------------------
 ヘッダー
---------------------------------------------------------------------- */
#header {
  height:90px; width:100%; min-width:1180px; position:relative; z-index:20;
  -moz-box-sizing:border-box; -webkit-box-sizing:border-box; -o-box-sizing:border-box; -ms-box-sizing:border-box; box-sizing:border-box;
}
#header_inner { height:90px; width:1180px; margin:0 auto; position:relative; }


/* ロゴ */
.pc #logo_text, .pc #logo_image {
  display:inline; position:absolute; left:0; top:50%;
  -webkit-transform:translateY(-50%); -ms-transform:translateY(-50%); transform:translateY(-50%);
}
#logo_image .logo { }
.pc #logo_image img.pc_logo_image { display:block; margin:0 auto; }
.pc #logo_image img.mobile_logo_image { display:none; }
.pc #logo_text h2 { line-height:1; font-weight:normal; }
.pc #logo_text a { text-decoration:none; }
.pc .header_fix #header #logo_text, .pc .header_fix #header #logo_image { display:none; }

@media screen and (max-width: 1280px) {
.pc #header .logo { display: none; }
.mobile #logo_text {
  position: absolute;
  top: 50%;
  left: 20px;
  margin: auto;
  -webkit-transform: translate(0%, -50%);
  -moz-transform: translate(0%, -50%);
  -o-transform: translate(0%, -50%);
  transform: translate(0%, -50%); }
}

/* ヘッダーボタン */
#header_button { float:right; margin:18px 0 0 46px; }
#header_button a { min-width:180px; height:50px; line-height:50px; }


/* グローバルメニュー */
.pc #global_menu { height:90px; font-size:0; float:right; }
.pc #global_menu > ul { display:inline-block; height:90px; font-size:0; position:relative; vertical-align:top; }
.pc #global_menu > ul > li { font-size:1%; position:relative; display:inline-block; height:90px; line-height:90px; margin:0 0 0 46px; }

.pc #global_menu > ul > li > a {
  font-size:14px; text-decoration:none; height:90px; line-height:90px; display:block;
  -moz-box-sizing:border-box; -webkit-box-sizing:border-box; -o-box-sizing:border-box; -ms-box-sizing:border-box; box-sizing:border-box;
}
.pc #global_menu > ul > li.active > a, .pc #global_menu > ul > li.current-menu-item > a { }
.pc #global_menu a:hover { }

.pc #global_menu ul ul { display:none; width:210px; position:absolute; top:90px; left:-24px; margin:0; padding:0; }
.pc #global_menu ul ul ul { left:100%; top:0; margin:0; border:none; }
.pc #global_menu ul ul li { line-height:1.5; padding:0; margin:0; text-align:left; position:relative; display:block; }
.pc #global_menu ul ul a { font-size:14px; background:#222; color:#fff !important; display:block; border:none; position:relative; padding:14px 25px; height:auto; line-height:1.6; margin:0; text-align:left; }
.pc #global_menu ul ul a:hover { text-decoration:none; border:none; }

.pc #global_menu ul ul li.menu-item-has-children > a:before {
  font-size:12px; font-family:'design_plus'; content:'\e910'; color:#fff; display:block; position:absolute; right:15px; top:19px; height:14px; line-height:14px;
  -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale;
}


/* その他 */
.pc #menu_button { display:none; }
.pc #global_menu ul.main_menu { display:none; }


/* 固定ヘッダー */
.pc .header_fix { padding-top:90px; }/* #header_inner height + #header margin bottom */
.pc .header_fix #header {
  position:fixed; top:0px; left:0px; z-index:200; background:#fff; height:50px; width:100%;
  box-shadow:0 1px 5px 0 rgba(0,0,0,0.2);
  animation: slideDown 0.5s ease; -ms-animation: slideDown 0.5s ease; -webkit-animation: slideDown 0.5s ease; -moz-animation: slideDown 0.5s ease;
}
.pc .header_fix #header_inner { height:50px; }
@-webkit-keyframes slideDown {
  0% { top:-50px; }
  100% { top:0px; }
}
@keyframes slideDown {
  0% { top:-50px; }
  100% { top:0px; }
}


/* 固定ヘッダーのグローバルメニュー */
.pc .header_fix #header_button { display:none; }
.pc .header_fix #global_menu { bottom:-1px; float:none; }
.pc .header_fix #global_menu > ul > li { height:50px; line-height:50px; margin:0; }
.pc .header_fix #global_menu > ul > li > a { margin:0; height:50px; line-height:50px; }
.pc .header_fix #global_menu ul ul { top:50px; left:0; width:100%; }
.pc .header_fix #global_menu ul ul ul { top:0; left:100%; }
.pc .header_fix #global_menu { width:100%; }
.pc .header_fix #global_menu > ul { display: -webkit-box; -webkit-box-pack: justify; display: -webkit-flex; display: -ms-flex; display: flex; }
.pc .header_fix #global_menu > ul > li {  flex:1; -webkit-box-flex: 1; text-align:center; }


/* パンくずリンク */
#bread_crumb { width:100%; min-width:1180px; background:#afcfd2; }
#bread_crumb ul { margin:0 auto; width:1180px; padding:17px 0 14px 0; }
#bread_crumb li { color:#fff; display:inline; font-size:14px; padding:0 0 0 17px; margin:0 5px 0 0; line-height:1.6; position:relative; }
#bread_crumb li:before {
  font-family:'design_plus'; content:'\e910'; color:#fff; font-size:9px; width:9px; height:9px; line-height:9px;
  display:block; position:absolute; left:0; top:4px;
  -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale;
}
#bread_crumb li.home { padding:0 0 0 5px;}
#bread_crumb li.home a {
  position:relative; width:14px; height:18px; word-wrap: break-word;
  text-indent:-300%; overflow:hidden; display:block; float:left;
  -moz-box-sizing:border-box; -webkit-box-sizing:border-box; -o-box-sizing:border-box; -ms-box-sizing:border-box; box-sizing:border-box;
}
#bread_crumb li.home a:after {
  font-family:'design_plus'; content:'\e90c'; width:14px; height:14px; line-height:14px;
  text-indent:0; display:block; position:absolute; top:3px; left:0px;
  -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale;
}
#bread_crumb li.home a:hover:after { color:#6698a1; }
#bread_crumb li.home:before { display:none; }
#bread_crumb li a { color:#fff; }
#bread_crumb li a:hover { color:#6698a1; }
#bread_crumb li.category a:after { content:','; }
#bread_crumb li.category a:last-of-type:after, #bread_crumb li.category a:only-of-type:after { display:none; }




/* ----------------------------------------------------------------------
 フッター
---------------------------------------------------------------------- */

/* 連絡先 */
#footer_contact_area { background:#f5f5f5; width:100%; min-width:1180px; padding:60px 0; margin-bottom:60px; }
#footer_contact_area_inner {
  width:1180px; margin:0 auto;
  -moz-box-sizing:border-box; -webkit-box-sizing:border-box; -o-box-sizing:border-box; -ms-box-sizing:border-box; box-sizing:border-box;
  display:-webkit-box; display:-ms-flexbox; display:-webkit-flex; display:flex;
  -ms-flex-wrap:wrap; -webkit-flex-wrap:wrap; flex-wrap:wrap;
  -ms-justify-content:space-between; -webkit-justify-content:space-between; justify-content:space-between;
}
.footer_contact_content {
  width:50%; position:relative; padding:40px; background:#fff; border:1px solid #ddd;
  -moz-box-sizing:border-box; -webkit-box-sizing:border-box; -o-box-sizing:border-box; -ms-box-sizing:border-box; box-sizing:border-box;
}
.footer_contact_content:last-of-type { border-left:none; }
.footer_contact_content:only-of-type { border-left:1px solid #ddd; margin:0 auto; }
#footer_tel > div, #footer_contact > div { position:relative; /*top:50%; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%);*/ }
#footer_tel { border-right:1px solid #ddd; }
#footer_tel .headline {
  line-height:2; position:absolute;
  top:50%; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%);
}
#footer_tel .right_area { float:right; }
#footer_tel .number { font-size:38px; margin-top:-3px; }
#footer_tel .number span { font-size:24px; }
#footer_tel .time { margin:13px 0 0 0; }
#footer_contact .headline {
  line-height:2; position:absolute;
  top:50%; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%);
}
#footer_contact .button { float:right; text-align:center; margin:0; }


/* フッター３点コンテンツ */
#footer_content { width:100%; min-width:1180px; padding:0 0 60px; }
#footer_content_inner { width:1180px; margin:0 auto; }
#footer_content .item { height:130px; width:380px; position:relative; float:left; margin:0 20px 0 0; }
#footer_content .item:nth-child(3n) { margin:0; }
#footer_content .image { display:block; width:130px; height:130px; float:left; position:relative; z-index:2; overflow:hidden; }
#footer_content .image img { width:100%; height:auto; display:block; -webkit-backface-visibility:hidden; backface-visibility:hidden; }
#footer_content .title {
  float:left; display:block; width:-webkit-calc(100% - 130px); width:-moz-calc(100% - 130px); width:calc(100% - 130px); height:130px; 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;
}
#footer_content .title span {
  width:100%; padding:0 40px; position:absolute; top:50%; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%);
  -moz-box-sizing:border-box; -webkit-box-sizing:border-box; -o-box-sizing:border-box; -ms-box-sizing:border-box; box-sizing:border-box;
}


/* フッターメニュー */
#footer_menu { text-align:center; border-top:1px solid #ddd; height:60px; line-height:60px; }
#footer_menu ul { font-size:0; line-height:1; margin:23px 0 0 0;}
#footer_menu li { font-size:14px; display:inline-block; }
#footer_menu li a { display:block; margin:0 10px 0 0; padding:0 12px 0 0; border-right:1px solid #666; }
#footer_menu li:last-of-type a { border:none; margin:0; padding:0; }


/* コピーライト */
#copyright { background:#65989f; text-align:center; font-size:12px; height:60px; line-height:60px; color:#fff; }
#copyright a { color:#fff; }


/* ページ上部へ戻るボタン */
#return_top { display:block; }
#return_top a { display:block; height:60px; width:60px; line-height:60px; text-decoration:none; background:rgba(0,0,0,0.2); z-index:100; position:relative; }
#return_top span { text-indent:100%; white-space:nowrap; overflow:hidden; display:block; }
#return_top a:before {
  font-family:'design_plus'; color:#fff; font-size:12px; display:block; position:absolute; width:18px; height:18px;
  -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale;
}
#return_top a:before { content:'\e911'; left:24px; top:2px; }
#return_top {
  position:fixed; right:0px; bottom:0px; z-index:999;
  -webkit-transform: translate3d(0,100%,0); transform: translate3d(0,100%,0);
  -webkit-transition: -webkit-transform 0.35s; transition: transform 0.35s;
}
#return_top.active { -webkit-transform: translate3d(0,0,0); transform: translate3d(0,0,0); }


/* 固定コンテンツ */
#fixed_footer_content {
  position:fixed; bottom:0; left:0; width:100%; height:120px; color:#fff; padding:40px; z-index:9999;
  -moz-box-sizing:border-box; -webkit-box-sizing:border-box; -o-box-sizing:border-box; -ms-box-sizing:border-box; box-sizing:border-box;
  -webkit-transform: translate3d(0,100%,0); transform: translate3d(0,100%,0);
  -webkit-transition: -webkit-transform 0.35s; transition: transform 0.35s;
}
#fixed_footer_content.active { -webkit-transform: translate3d(0,0,0); transform: translate3d(0,0,0); }
#fixed_footer_content a { color:#fff; text-decoration:none; }
#fixed_footer_content .content_left {
  position:absolute; left:40px; top:50%; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%);
  width:-webkit-calc(100% - 530px); width:-moz-calc(100% - 530px); width:calc(100% - 530px);
  -moz-box-sizing:border-box; -webkit-box-sizing:border-box; -o-box-sizing:border-box; -ms-box-sizing:border-box; box-sizing:border-box;
}
#fixed_footer_content .has_image .content_left { width:-webkit-calc(100% - 840px); width:-moz-calc(100% - 840px); width:calc(100% - 840px); }
#fixed_footer_content .button {
  position:absolute; right:55px; top:50%; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%);
  min-width:300px; height:55px; line-height:55px; text-align:center; display:inline-block; padding:0 40px 0 10px; font-size:16px;
}
#fixed_footer_content .button:after {
  font-family:'design_plus'; content:'\e910'; color:#fff; font-size:14px; display:block; position:absolute; top:1px; right:16px;
  -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale;
}
#fixed_footer_content .image {
  position:absolute; right:55px; max-width:728px;
  top:50%; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%);
}
#fixed_footer_content .image img { width:100%; max-width:100%; height:auto; display:block; }
#fixed_footer_content .close {
  position:absolute; right:5px; top:50%; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%);
  display:block; width:40px; height:40px; border-radius:100%;
}
#fixed_footer_content span { display:none; }
#fixed_footer_content .close:before {
  font-family:'design_plus'; color:#fff; font-size:20px; display:block;
  content:'\e91a'; position:absolute; top:10px; left:10px;
  -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale;
}
#fixed_footer_content .close:hover { background:rgba(255,255,255,0.1); }
#fixed_footer_content .catch { font-size:21px; margin:0; line-height:1.5; }
#fixed_footer_content .desc { font-size:14px; margin:5px 0 0 0; line-height:2; }
#fixed_footer_content .pr { background:#fff; color:#333; display:inline; font-size:12px; margin:5px 15px 0 0; padding:0 12px; border-radius:2px; height:20px; line-height:20px; float:left; }
#fixed_footer_content .pr1 { display:none; }

#fixed_footer_content .free {
  width:100%; padding-right:100px; position:absolute; left:40px; top:50%; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%);
  -moz-box-sizing:border-box; -webkit-box-sizing:border-box; -o-box-sizing:border-box; -ms-box-sizing:border-box; box-sizing:border-box;
}
#fixed_footer_content .post_content p { margin:0; line-height:1.6; }




/* ----------------------------------------------------------------------
 サイドコンテンツ
---------------------------------------------------------------------- */
/* 基本設定 */
.side_widget { margin:0 0 48px 0; position:relative; }
.side_widget:last-child, .side_widget:only-child  { margin:0; }
.side_headline { font-size:16px; margin:0; padding:0 20px; font-weight:400; color:#fff; background:#afcfd2; height:50px; line-height:50px; }
.side_widget ul { margin:0; }
.side_widget li ul { margin:10px 0 0 0; }
.side_widget li { line-height:2; padding:2px 0; margin:0 0 10px 0; }
.side_widget a { text-decoration:none; }
.side_widget a:hover { }
.side_widget img { height:auto; max-width:100%; }


/* 広告 */
.tcd_ad_widget { margin:0 0 50px 0; border:none; padding:0; background:none; }
.tcd_ad_widget img { height:auto; max-width:100%; margin:0 auto; display:block; }


/* カレンダー */
.widget_calendar .side_headline { margin:0 0 30px 0; }
#wp-calendar { margin:0 auto; width:100%; font-size:11px; border-collapse:separate; table-layout:fixed; }
#wp-calendar th, #wp-calendar td { color:#333; padding:2px; line-height:3.4; text-align:center; }
#wp-calendar td a { display:block; margin:0; padding:0; text-decoration:none; color:#333; background-color:#eee; }
#wp-calendar td a:hover { text-decoration:none; color:#fff; background:#ccc; }
#wp-calendar caption { padding:7px 0; }
#wp-calendar thead th, #wp-calendar tfoot td { border:none; padding:0; line-height:2; }
#wp-calendar #prev, #wp-calendar #next { line-height:3; }
#wp-calendar #prev a, #wp-calendar #next a { text-decoration:none; background:none; color:#333; }
#wp-calendar #prev a:hover, #wp-calendar #next a:hover { color:#fff; background:#ccc; }
#wp-calendar td#today { font-weight:bold; }


/* デザインされた記事一覧１ */
.styled_post_list1 { margin:0; padding:0; border:1px solid #ddd; border-top:none; overflow:hidden; }
.styled_post_list1 li {
  width:50%; height:230px; float:left; margin:0 0 -1px 0; overflow:hidden; padding:14px; background:none; border-right:1px solid #ddd; border-bottom:1px solid #ddd;
  -moz-box-sizing:border-box; -webkit-box-sizing:border-box; -o-box-sizing:border-box; -ms-box-sizing:border-box; box-sizing:border-box;
}
.styled_post_list1 li:nth-child(2n) { border-right:none; }
.styled_post_list1.show_date li { height:250px; }
.styled_post_list1 .image { width:100%; height:auto; display:block; overflow:hidden; position:relative; z-index:2; }
.styled_post_list1 .image img { display:block; -webkit-backface-visibility:hidden; backface-visibility:hidden; }
.styled_post_list1 .title { font-size:14px; margin:10px 0 0 0; display:block; line-height:1.8; -ms-word-wrap: break-word; word-wrap: break-word; position:relative; }
.styled_post_list1 .title:hover { text-decoration:none; }
.styled_post_list1 .date { margin:5px 0 0 0; position:relative; display:block; line-height:1; color:#999; font-size:12px; }


/* デザインされた記事一覧２ */
.styled_post_list2 { margin:0; padding:0; border:1px solid #ddd; border-top:none; overflow:hidden; }
.styled_post_list2 li {
  margin:0 0 -1px 0; overflow:hidden; padding:14px; background:none; border-bottom:1px solid #ddd;
  -moz-box-sizing:border-box; -webkit-box-sizing:border-box; -o-box-sizing:border-box; -ms-box-sizing:border-box; box-sizing:border-box;
  display:-webkit-box; display:-ms-flexbox; display:-webkit-flex; display:flex;
}
.styled_post_list2 .image { /*float:left;*/ width:120px; height:120px; margin:0 14px 0 0; display:block; overflow:hidden; position:relative; z-index:2; }
.styled_post_list2 .image img { display:block; -webkit-backface-visibility:hidden; backface-visibility:hidden; }
.styled_post_list2 .info {
  -webkit-box-flex: 1; -ms-flex: 1; flex: 1;
  display:-webkit-box; display:-ms-flexbox; display:-webkit-flex; display:flex;
  -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column;
  -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center;
}
.styled_post_list2 .title { font-size:14px; margin:0; display:block; line-height:1.8; -ms-word-wrap: break-word; word-wrap: break-word; position:relative; }
.styled_post_list2 .date { margin:5px 0 0 0; position:relative; display:block; line-height:1; color:#999; font-size:12px; }


/* タブ記事 */
.widget_tab_post_list_button a {
  display:inline-block; height:55px; line-height:55px; width:50%; text-align:center; border:1px solid #ddd; background:#f9f9f9; float:left; margin-bottom:-1px; font-size:14px; position:relative; text-decoration:none;
  -moz-box-sizing:border-box; -webkit-box-sizing:border-box; -o-box-sizing:border-box; -ms-box-sizing:border-box; box-sizing:border-box;
}
.widget_tab_post_list_button a:hover { color:#fff; background:#65989f; border-color:#65989f; }
.widget_tab_post_list_button a.tab1 { border-right:0; }
.widget_tab_post_list_button a.active { background:#fff; border-bottom:1px solid #fff; }
.widget_tab_post_list_button a.active:hover { color:#666; background:#fff !important; border-color:#ddd !important; border-bottom:1px solid #fff !important; }
.widget_tab_post_list { border:1px solid #ddd; font-size:0; padding:20px 0 0 0; }
.widget_tab_post_list li {
  margin:0 0 -1px 0; overflow:hidden; padding:14px; background:none; border-bottom:1px solid #ddd;
  -moz-box-sizing:border-box; -webkit-box-sizing:border-box; -o-box-sizing:border-box; -ms-box-sizing:border-box; box-sizing:border-box;
  display:-webkit-box; display:-ms-flexbox; display:-webkit-flex; display:flex;
}
.widget_tab_post_list2 { display:none; }
.widget_tab_post_list .info {
  -webkit-box-flex: 1; -ms-flex: 1; flex: 1;
  display:-webkit-box; display:-ms-flexbox; display:-webkit-flex; display:flex;
  -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column;
  -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center;
}
.widget_tab_post_list .title { font-size:14px; margin:0; display:block; line-height:1.8; -ms-word-wrap: break-word; word-wrap: break-word; position:relative; }
.widget_tab_post_list .date { color:#999; font-size:12px; }
.widget_tab_post_list .image { /*float:left;*/ width:120px; height:120px; margin:0 14px 0 0; display:block; overflow:hidden; position:relative; z-index:2; }
.widget_tab_post_list .image img { display:block; -webkit-backface-visibility:hidden; backface-visibility:hidden; }


/* カスタムメニュー */
.tcdw_menu_widget .menu1, .tcdw_menu_widget .menu2 { width:50%; float:left; font-size:12px; }
.tcdw_menu_widget .menu_headline { margin:0 0 15px 0; font-size:16px; font-weight:bold; }
.tcdw_menu_widget li:last-child { margin-bottom:0; }


/* プロフィール */
.tcd_user_profile_widget { border:1px solid #ddd; padding:30px 30px 30px; }
.tcd_user_profile_widget .user_avatar { overflow:hidden; width:130px; height:130px; display:block; margin:0px auto 25px; border-radius:130px; }
.tcd_user_profile_widget .user_avatar img { width:100%; height:auto; display:block; }
.tcd_user_profile_widget .user_desc { line-height:2.3; margin:0 0 30px 0; }
.tcd_user_profile_widget .button { text-align:center; margin:0 0 30px 0; }
.tcd_user_profile_widget .button a { display:inline-block; height:45px; line-height:45px; padding:0 30px; background:#222; color:#fff; text-decoration:none; border-radius:5px; }
.tcd_user_profile_widget .user_sns { text-align:center; margin:0; padding:0; font-size:0; }
.tcd_user_profile_widget li { display:inline-block; vertical-align:top; margin:0; padding:0; line-height:100%; font-size:11px; background:none; width:30px; }
.tcd_user_profile_widget li a { position:relative; text-decoration:none; }
.tcd_user_profile_widget li a span { text-indent:100%; white-space:nowrap; overflow:hidden; display:block; }
.tcd_user_profile_widget li a:before {
  font-family:'design_plus'; color:#333; font-size:12px; display:block; position:absolute; top:10px; left:-5px;
  -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale;
}
.tcd_user_profile_widget li.twitter_button a:before { content:"\e904"; }
.tcd_user_profile_widget li.facebook_button a:before { content:"\e902"; }
.tcd_user_profile_widget li.insta_button a:before { content:"\ea92"; top:10px; }
.tcd_user_profile_widget li.pint_button a:before { content:"\e905"; }
.tcd_user_profile_widget li.mail_button a:before { content:"\f0e0"; }
.tcd_user_profile_widget li.twitter_button a:hover:before { color:#16b9dc; }
.tcd_user_profile_widget li.facebook_button a:hover:before { color:#3B5998; }
.tcd_user_profile_widget li.insta_button a:hover:before { color:#8a3ab9; }
.tcd_user_profile_widget li.pint_button a:hover:before { color:#c92228; }
.tcd_user_profile_widget li.mail_button a:hover:before { color:#16b9dc; }


/* ドロップダウンカテゴリーメニュー */
.tcd_category_list { margin:0; }
.tcd_category_list li { margin:0; padding:0; background:none; position:relative; }
.tcd_category_list a {
  display:block; padding:0 5px 0 20px; height:50px; line-height:50px; overflow:hidden; border:1px solid #ddd; margin:-1px 0 0 0; text-decoration:none; background:#fff; 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;
}
.tcd_category_list > li:first-child > a { border-top:none; }
.tcd_category_list a:hover { background:#f5f5f5; color:#333; }
.tcd_category_list li a .count { display:none; float:right; top:5px; position:relative; height:40px; line-height:40px; background:#ccc; color:#fff; padding:0 8px; min-width:24px; text-align:center; font-size:11px; }
.tcd_category_list li a:hover .count{ background:#d80c49; }
.tcd_category_list.show_count li a .count { display:block; }
.tcd_category_list li li a { padding-left:28px; }
.tcd_category_list li li li a { padding-left:42px; }
.tcd_category_list li li li li a { padding-left:56px; }

.tcd_category_list ul {
  display:none; margin:0 !important; padding:0 !important; background:none;
  z-index:9; position:relative;
}
.tcd_category_list ul ul { width:100%; position:relative;}
.tcd_category_list ul li { margin:0; padding:0; }
.tcd_category_list ul li a {  }
.tcd_category_list ul ul li a { }
.tcd_category_list ul ul ul li a { }
.tcd_category_list ul ul ul ul li a { }


/* カスタムメニュー（ドロップダウンver）*/
.tcdw_custom_drop_menu_widget .side_headline { margin:0 0 -1px 0; z-index:2; position:relative; }
.tcdw_custom_drop_menu { margin:0; padding:0; }
.tcdw_custom_drop_menu li { margin:0; padding:0; background:none; position:relative; }
.tcdw_custom_drop_menu a {
  display:block; padding:0 15px; height:55px; line-height:55px; overflow:hidden; border:1px solid #ddd; margin:-1px 0 0 0; text-decoration:none; background:#fff; 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;
}
.tcdw_custom_drop_menu li:first-child > a { border-top:none; }
.tcdw_custom_drop_menu a:after {
  font-family:'design_plus'; content:'\e910'; color:#aaa; font-size:12px; display:block; position:absolute; top:2px; right:15px;
  -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale;
}
.tcdw_custom_drop_menu a:hover { background:#014760; color:#fff; }
.tcdw_custom_drop_menu a:hover:after { color:#fff; }
.tcdw_custom_drop_menu > li.parent_menu.active > a:after { content:'\e911'; }

.tcdw_custom_drop_menu li ul {
  display:none; margin:0 !important; padding:0 !important; background:none;
  z-index:9; position:relative;
}
.tcdw_custom_drop_menu li ul ul { width:100%; position:relative;}
.tcdw_custom_drop_menu li ul li { margin:0; padding:0; }
.tcdw_custom_drop_menu li ul li a { height:auto; line-height:1.5; padding:18px 25px; background:#f6f6f6; }
.tcdw_custom_drop_menu li ul li a:after { display:none; }
.tcdw_custom_drop_menu li ul ul li a { background:#ddd; }
.tcdw_custom_drop_menu li ul ul ul li a { background:#ccc; }
.tcdw_custom_drop_menu li ul ul ul ul li a { background:#bbb; }


/* 検索 */
.widget_search label { display:none; }
#searchform {
  border:1px solid #ddd; background:#fbfbfb; height:50px;
  -moz-box-sizing:border-box; -webkit-box-sizing:border-box; -o-box-sizing:border-box; -ms-box-sizing:border-box; box-sizing:border-box;
}
#searchform #s {
  border:none; background:none; padding:0 10px; margin:0; width:calc(100% - 50px); height:50px;
  -moz-box-sizing:border-box; -webkit-box-sizing:border-box; -o-box-sizing:border-box; -ms-box-sizing:border-box; box-sizing:border-box;
}
#searchform #searchsubmit {
  border:none; background:none; width:50px; height:50px; z-index:200; position:relative;
  cursor:pointer; display:block; text-indent:-300%; overflow:hidden;
}
#searchform .submit_button  { position:relative; width:50px; height:50px; float:right; top:-1px; }
#searchform .submit_button:before {
  text-indent:0; display:block; width:50px; height:50px; line-height:50px; text-align:center; cursor:pointer; z-index:1;
  position:absolute; font-family:'design_plus'; color:#333; font-size:18px; content:'\e915'; right:0px; top:1px;
}
#searchform .submit_button:hover:before { color:#fff; }
#searchform .submit_button:hover { background:#333; }


/* アーカイブ、カテゴリードロップダウンメニュー */
.widget_archive, .widget_categories, .tcdw_archive_list_widget { }
.widget_archive .side_headline { margin:0 0 20px 0; }
.widget_archive ul  { margin:0; padding:0; }
.widget_archive ul li { }
.widget_archive select, .widget_categories select, .tcd_archive_dropdown select { border:1px solid #ddd; padding:12px 10px; width:100%; margin:0; }
.widget_archive select { border:1px solid #ddd; padding:12px; }
.widget_archive label, .widget_categories label { display:none; }
.widget_archive select option, .widget_categories select option, .tcd_archive_dropdown option { background:#fff; color:#333; }
.widget_categories li { }


/* アーカイブ一覧 */
.tcdw_archive_list_widget .side_headline { display:none; }
.p-widget-dropdown { height: 45px; line-height: 45px; position: relative; }
.p-widget-dropdown::after { color: #666; content: "\e90e"; font-family: "design_plus"; position: absolute; top: 0; right: 17px; z-index: 1; }
.p-widget-dropdown select { padding-right:33px; position: relative; z-index: 2; -webkit-appearance: none; -moz-appearance: none; appearance: none; }
.p-widget-dropdown select::-ms-expand { display: none; }

.p-dropdown { font-size: 14px; }
.p-dropdown__title { -webkit-box-sizing: border-box; box-sizing: border-box; position: relative; height: 50px; padding: 0 18px; border: 1px solid #ddd; background: #fff; line-height: 50px; }
.p-dropdown__title::after { position: absolute; right: 17px; font-family: "design_plus"; content: "\e90e"; }
.p-dropdown__title:hover { cursor: pointer; }
.p-dropdown__title.is-active::after { content: "\e911"; }
.p-dropdown__list { display: none; }
.p-widget .p-dropdown .p-dropdown__list { margin: 0; }
.p-dropdown__list li { border: 1px solid #ddd; border-top: 0; line-height: 1.5; margin:0; padding:0; }
.p-dropdown__list li a { display: block; padding: 14px 18px; }
.p-dropdown__list li a:hover { background: #f6f6f6; color: #000; }


/* デフォルトの最近の記事 */
.widget_recent_entries li { border-bottom:1px dotted #ccc; padding:0 0 15px 0; }
.widget_recent_entries li:last-child { border:none; padding:0; }


/* アクセス数ランキング */
.ranking_list_widget .side_headline { margin:0 0 -1px 0; z-index:2; position:relative; }
.ranking_list_widget ol { margin:0; padding:0; }
.ranking_list_widget li { padding:6px 0 15px; margin:0; }
.ranking_list_widget .num {
  float:left; position:relative; height:40px; width:40px; display:block; background:#ccc; color:#fff; padding:0 0 0 7px; font-weight:bold; font-size:13px; margin:0;
  -moz-box-sizing:border-box; -webkit-box-sizing:border-box; -o-box-sizing:border-box; -ms-box-sizing:border-box; box-sizing:border-box;
}
.ranking_list_widget .num:after {
  position:absolute; display:block; content:''; width:0; right:0px; top:0px;
  height:0; border-style: solid; border-width:0 0 40px 40px; border-color:transparent transparent #fff transparent;
}
.ranking_list_widget .title { margin:13px 0 0 0; }




/* ----------------------------------------------------------------------
 コメント
---------------------------------------------------------------------- */
/* 基本設定 */
#comments { font-size:12px; margin:0; }
#comment_headline { font-size:16px; margin:50px 0 20px 0; }
#comment_area, #trackback_area { margin:15px 0 20px; padding:0 0 5px 0; }
#trackback_area { display:none; }


/* コメント・トラックバックのタブ */
#comment_header { position:relative; margin:0 0 25px; }
#comment_header ul { margin:0; }
#comment_header ul li { float:left; text-align:center; margin:0; width:50%; }
#comment_header ul li a, #comment_header ul li p { font-size:11px; padding:18px 15px; line-height:1.6; display:block; color:#333; text-decoration:none; background:#f2f2f2; }
#comment_header ul li a:hover { color:#fff !important; background:#333; }
#comment_header ul li.comment_switch_active a, #comment_header #comment_closed p { color:#fff; position:relative; background:#afcfd2; }
#comment_header ul li.comment_switch_active a:after, #comment_header #comment_closed p:after {
  position:absolute; bottom:-17px; left:-webkit-calc(50% - 5px); left:-moz-calc(50% - 5px); left:calc(50% - 5px);
  content:""; width:0; height:0; border-width:10px; border-style:solid; border-color:#afcfd2 transparent transparent transparent;
}
#comment_header ul li.comment_switch_active a:hover { }


/*  コメントの基本部分 */
.commentlist { list-style-type:none; margin:0; padding:0; }
.comment { border:1px solid #ccc; color:#777; margin:0 0 15px; padding:15px 20px 0; background:#fff; }
#comments .post_content { margin:20px 0 0; padding:0; background:none; }
.admin-comment { }


/* コメントの情報部分 */
.comment-meta { position:relative; margin:0 0 10px 0; }

.comment-meta-left { float:left; width:400px; }
#comments .avatar { float:left; margin:0 10px 0 0; background:#fff; width:40px; height:40px; }
.comment-name-date { padding:3px 0 0 0; height:37px; }

a.admin-url { text-decoration:underline; }
a.guest-url { text-decoration:underline; }

.comment-name-date { margin:0; }
.comment-date { font-size:11px; color:#757676; margin:10px 0 0 0; }

.comment-act { background:url(img/common/arrow3.gif) no-repeat left; font-size:11px; position:absolute; right:0px; padding:0 0 0 10px; margin:5px 0 0 0; }
.comment-act li { display:inline; margin:0; }
.comment-reply a, .comment-reply a:visited { border-right:1px solid #aaa; padding:0 10px 0 0; margin:0 6px 0 0; }
.comment-edit a, .comment-edit a:visited { border-left:1px solid #aaa; padding:0 0 0 10px; margin:0 0 0 6px; }


/* コメント本文 */
#comments .post_content p { margin:0 0 15px 0; }
#comments .post_content blockquote span { margin:0 0 -1em 0; display:block; }


/* メッセージ、警告文 */
.comment-note { display:block; font-size:11px; margin:0 0 1em 0; color:#33a8e5; border:1px solid #94ddd4; padding:10px 15px; background:#d6f4f0; }
.comment_closed { border:1px solid #ccc; text-align:center; margin:0 35px 15px 0; padding:15px; background:#fefefe; }
.no_comment { padding-bottom:15px; }


/* トラックバック */
.trackback_time { font-size:11px; color:#757676; margin:0 0 7px 0px; }
.trackback_title { margin:2px 0 8px 0; margin:0 0 10px 0px; line-height:1.6; }

#trackback_url_area { margin:0; }
#trackback_url_area label { display:block; margin:0 0 10px 0; font-size:11px; }
#trackback_url_area input { border:1px solid #ccc; background:#fafafa; padding:10px; width:100%; font-size:11px; -webkit-box-sizing:border-box; -moz-box-sizing:border-box; box-sizing:border-box; }


/* ページナビ */
#comment_pager { margin:0 0 10px; height:24px; }
#comment_pager a, #comment_pager span { display:inline; float:left; margin:0 10px 0 0; }
#comment_pager .current { text-decoration:underline; }


/* コメントフォーム */
.comment_form_wrapper { border:1px solid #ccc; margin:0 0 0px; padding:15px; background:#fff; }
.comment .comment_form_wrapper { margin:0 0 20px; }

#cancel_comment_reply  { background:url(img/common/arrow3.gif) no-repeat left center; margin:0 0 1em 0; padding:0 0 0 10px; }

#comment_user_login p { padding:0 0 0 1px; margin:0; line-height:1; }
#comment_user_login span { margin:0 0 0 40px; }

#comment_login { margin:0; padding:3px 30px 10px 30px; }
#comment_login p { margin:0; padding:12px 0 11px 36px; line-height:1; }
#comment_login a { margin:0 0 0 20px; padding:0 0 0 20px; background:url(img/common/arrow3.gif) no-repeat 10px 3px; }

#guest_info { padding:0; width:100%; }
#guest_info div { margin:0 0 12px 0; text-align:left; }
#guest_info input { margin:0; padding:5px 0; border:1px solid #ccc; width:100%; background:#fff; color:#777; }
#guest_info input:focus { border:1px solid #e48898; }
#guest_info label { display:block; margin:0 0 5px 0; padding:0 0 0 0; font-size:11px; color:#888;}
#guest_info span { margin:0 10px 0 0; }

#comment_textarea textarea { margin:15px 0 0; width:100%; height:150px; border:1px solid #ccc;
                             background:#fff; color:#777; font-size:11px; overflow:auto; }
#comment_textarea textarea:focus { border:1px solid #e48898; }

#submit_comment_wrapper { text-align:center; }
#submit_comment {
  background:#ccc; border:none; cursor:pointer; color:#fff; font-size:14px; width:200px; height:50px; margin:15px auto 0; display:block;
  -webkit-transition: background-color 200ms ease-in-out; -moz-transition: background-color 200ms ease-in-out; -o-transition: background-color 200ms ease-in-out; -ms-transition: background-color 200ms ease-in-out; transition: background-color 200ms ease-in-out;
}
#submit_comment:hover { background:#e48898; }

#input_hidden_field { display:none; }


/* パスワード保護 */
.password_protected { text-align:center; margin:0 38px 30px; padding:10px 20px; color:#fff; background:#3db4b2; border-radius:5px; }
.password_protected p { font-size:12px; margin:0; line-height:1.6; }




/* ----------------------------------------------------------------------
 WordPress プリセットスタイル
---------------------------------------------------------------------- */
/* alignment */
.post_content .alignright { float:right; }
.post_content .alignleft { float:left; }
.post_content .aligncenter { display:block; margin-left:auto; margin-right:auto; margin-bottom:7px; }
.post_content blockquote.alignleft, .post_content img.alignleft { margin:7px 24px 7px 0; }
.post_content .wp-caption.alignleft { margin:7px 14px 7px 0; }
.post_content blockquote.alignright, .post_content img.alignright { margin:7px 0 7px 24px; }
.post_content .wp-caption.alignright { margin:7px 0 7px 14px; }
.post_content blockquote.aligncenter, .post_content img.aligncenter, .post_content .wp-caption.aligncenter { margin-top:7px; margin-bottom:7px; }


/* text and headline */
.post_content p { line-height:2.4; margin:0 0 2em 0; }
.post_content h1, .post_content h2, .post_content h3, .post_content h4, .post_content h5, .post_content h6 { clear:both; line-height:1.4;  margin:0 0 10px 0; padding:10px 0 0 0; }
.post_content h1 { font-size:150%; }
.post_content h2 { font-size:140%; }
.post_content h3 { font-size:130%; }
.post_content h4 { font-size:120%; }
.post_content h5 { font-size:110%; }
.post_content h6 { font-size:100%; }


/* image */
.post_content img[class*="align"], .post_content img[class*="wp-image-"], .post_content img[class*="attachment-"], .post_content img.size-full, .post_content img.size-large, .post_content .wp-post-image, .post_content img
 { height:auto; max-width:100%; }


/* list */
.post_content li, .post_content dt, .post_content dd { line-height:2.4; }
.post_content ul, .post_content ol, .post_content dl { margin-bottom:24px; }
.post_content ol { list-style:decimal outside none; margin-left:1.5em; }
.post_content ul { list-style:circle outside none; margin-left:1.3em; }
.post_content li > ul, .post_content li > ol { margin-bottom:0; }
.post_content dt { font-weight:bold; }
.post_content dd { margin-bottom:1em; }


/* table */
.post_content table { margin:0 0 24px 0; width:100% !important; }
.post_content td, .post_content th { border:1px solid #bbb; padding:10px 15px; line-height:2.4; background:#fff; }
.post_content th { background:#ddd; font-weight:normal; }
/* table style */
.post_content table.table_no_border th, .post_content table.table_no_border td { border:none; padding-left:0; }
.post_content table.table_border_horizontal th, .post_content table.table_border_horizontal td { border-left:none; border-right:none; padding-left:0; }


/* block quote */
.post_content blockquote { margin:0 0 25px 0; padding:27px 30px 0; border:1px solid #ccc; box-shadow:0px 4px 0px 0px #f2f2f2; position:relative; }
.post_content blockquote:before { content: '"'; font-style:italic; font-size:30px; font-weight:normal; line-height:40px; width:30px; height:30px; position:absolute; top:5px; left:10px; color:#5cbcd7; }
.post_content blockquote:after { content: '"'; font-style:italic; font-size:30px; font-weight:normal; text-align:left; line-height:60px; width:30px; height:30px; position:absolute; bottom:7px; right:-2px; color:#5cbcd7; }
.post_content blockquote cite { border-top:1px dotted #aaa; display:block; padding:20px 0 0 0; font-style:italic; text-align:right; font-size:90%; }


/* captions */
.post_content .wp-caption { margin-bottom:24px; background:#fff; border:1px solid #ccc; padding:5px; max-width:100%; -webkit-border-radius:5px; -moz-border-radius:5px; border-radius:5px; -webkit-box-sizing:border-box; -moz-box-sizing:border-box; box-sizing:border-box; }
.post_content .wp-caption-text { text-align:center; font-size:12px; font-style:italic; line-height:1.5; margin:9px auto; }
.post_content .wp-caption img[class*="wp-image-"] { display:block; margin:0 auto; }


/* gallery */
.gallery { margin-bottom:20px; }
.gallery a img { border: 0 !important; }
.gallery-item { float:left; margin:0 4px 4px 0; overflow:hidden; position:relative; }
.gallery-columns-1 .gallery-item { max-width:100%; }
.gallery-columns-2 .gallery-item { max-width:48%; max-width:-webkit-calc(50% - 4px); max-width:calc(50% - 4px); }
.gallery-columns-3 .gallery-item { max-width:32%; max-width:-webkit-calc(33.3% - 4px); max-width:calc(33.3% - 4px); }
.gallery-columns-4 .gallery-item { max-width:23%; max-width:-webkit-calc(25% - 4px); max-width:calc(25% - 4px); }
.gallery-columns-5 .gallery-item { max-width:19%; max-width:-webkit-calc(20% - 4px); max-width:calc(20% - 4px); }
.gallery-columns-6 .gallery-item { max-width:15%; max-width:-webkit-calc(16.7% - 4px); max-width:calc(16.7% - 4px); }
.gallery-columns-7 .gallery-item { max-width:13%; max-width:-webkit-calc(14.28% - 4px);	max-width:calc(14.28% - 4px); }
.gallery-columns-8 .gallery-item { max-width:11%; max-width:-webkit-calc(12.5% - 4px); max-width:calc(12.5% - 4px); }
.gallery-columns-9 .gallery-item { max-width: 9%; max-width:-webkit-calc(11.1% - 4px); max-width:calc(11.1% - 4px); }
.gallery-columns-10 .gallery-item { max-width: 7%; max-width:-webkit-calc(9.4% - 0px); max-width:calc(9.4% - 0px); }
.gallery-columns-1 .gallery-item:nth-of-type(1n), .gallery-columns-2 .gallery-item:nth-of-type(2n), .gallery-columns-3 .gallery-item:nth-of-type(3n), .gallery-columns-4 .gallery-item:nth-of-type(4n), .gallery-columns-5 .gallery-item:nth-of-type(5n), .gallery-columns-6 .gallery-item:nth-of-type(6n), .gallery-columns-7 .gallery-item:nth-of-type(7n), .gallery-columns-8 .gallery-item:nth-of-type(8n), .gallery-columns-9 .gallery-item:nth-of-type(9n), .gallery-columns-10 .gallery-item:nth-of-type(10n) { margin-right:0; }
.gallery-caption { background-color:rgba(0, 0, 0, 0.7);	-webkit-box-sizing:border-box; -moz-box-sizing:border-box; box-sizing:border-box; color:#fff; font-size:12px; line-height:1.5; margin:0; max-height:50%; opacity:0; padding:6px 8px; position:absolute; bottom:0; left:0; text-align:left; width:100%; }
.gallery-caption:before { content: ""; height:100%; min-height:49px; position:absolute; top:0; left:0; width:100%; }
.gallery-item:hover .gallery-caption { opacity: 1; }
.gallery-columns-7 .gallery-caption, .gallery-columns-8 .gallery-caption, .gallery-columns-9 .gallery-caption, .gallery-columns-10 .gallery-caption { display: none; }


/* etc */
.post_content .wp-smiley { border:0; margin-bottom:0; margin-top:0; padding:0; }
.post_content address { margin:0 0 24px 0; line-height:2.2; }
.post_content pre { border-left:5px solid #7fc120; font-size:12px; margin:0 0 27px 0; line-height:25px; background:url(img/common/pre.gif) repeat left top; padding:0 17px; overflow:auto; }
.post_content .sticky { }
.post_content .mejs-container { margin: 12px 0 25px; }


/* パスワード保護 */
.c-pw__desc, .c-pw__desc p { line-height:2.5; }
.c-pw__desc p { margin-bottom:16px; }
.c-pw__btn { box-sizing: border-box; color: #fff; display: inline-block; padding: 13px 20px; font-size:14px; text-align:center; line-height:1; }
.c-pw__btn:hover { background: #333; color: #fff; }
.c-pw__btn--register { min-width: 160px; margin-bottom:32px; }
.c-pw__btn--submit { min-width: 100px; border:0; cursor:pointer; }
.c-pw .c-pw__btn:hover { text-decoration: none; }
.c-pw__box { border:1px solid #ddd; background:#f5f5f5; padding: 25px 36px; display:inline-block; margin-bottom:40px; box-sizing: border-box; }
.c-pw__box .c-pw__box-desc { line-height:1.2; margin-bottom: 20px; }
.c-pw__box-label { margin-right: 14px; }
.c-pw__box-input { border:1px solid #ddd; box-shadow:none; height:40px; width:250px; margin-right: 13px; flex: 1; box-sizing: border-box; padding: 0 10px; }

.post_content .c-pw__btn, .post_content .c-pw__btn:hover { color: #fff; }


/* Cardlink style - カードリンクのスタイル */
.cardlink { word-wrap: break-word; max-width: 100%; margin: 10px 0; padding: 12px; border: 1px solid #ddd; background: #fafafa; }
.cardlink_thumbnail { margin-right: 20px; float: left; }
.cardlink_content { line-height: 1.6; }
.cardlink_timestamp { display: inline; margin: 0; padding: 0; color: #222; font-size: 12px; line-height: 1.6; vertical-align: top; }
.cardlink_title { margin: 0 0 5px; font-size: 14px; }
.cardlink_title a { color: #000; font-weight: bold; text-decoration: none; }
.cardlink_title a:hover { text-decoration: underline; }
.cardlink_excerpt { overflow: hidden; color: #333; font-size: 12px; line-height: 1.8; }
.cardlink_footer { clear: both; }
.clear { clear: both; }
@media screen and (max-width: 767px) {
  .cardlink_thumbnail { float: none; }
  .cardlink_timestamp { line-height: 2.4; vertical-align: middle; }
  .cardlink_excerpt { float: none; }
}



/* Google Mapの設定 */
.p-btn {
  -webkit-box-sizing: border-box; box-sizing: border-box;
  display: inline-block; min-width: 180px; height: 50px; padding: 0 15px; border-radius: 0;
  color: #fff; font-size: 14px; line-height: 50px; text-align: center;
}
@media screen and (max-width: 767px) {
  .p-btn { height: 45px; font-size: 12px; line-height: 45px; }
}


/*----*/

.wrap { width:90%; margin:0 auto; overflow:hidden;}
.link-wrap { width:100%; height:100%; position:absolute; top:0; left:0; z-index:19;}
.clear:after { display:block; content:""; clear:both;}
.overflow { overflow:hidden;}
.fleft { float:left;}
.fright { float:right;}
.flex { display:flex; flex-wrap:wrap; align-items:flex-start;}
.flex.between { justify-content:space-between;}
.flex.a-initial { align-items:initial;}
@media screen and (max-width:768px){
	.wrap { width:100%;}
	.fleft,.fright { float:none;}
}

.sp { display:none !important;}
@media screen and (max-width:768px){
	.sp { display:block !important;}
	.pc { display:none !important;}
}	

.w30 { width:30%!important;}
.w35 { width:35%!important;}
.w40 { width:40%!important;}
.w48 { width:48%!important;}
.w49 { width:49%!important;}
.w50 { width:50%!important;}
.w56 { width:56%!important;}
.w60 { width:60%!important;}
.w64 { width:64%!important;}
.w70 { width:70%!important;}

.mt-0 { margin-top:0 !important;}
.mt-40 { margin-top:40px !important;}
.mt-80 { margin-top:80px !important;}
.mb-0 { margin-bottom:0 !important;}
.mb-40 { margin-bottom:40px !important;}
.mb-80 { margin-bottom:80px !important;}
@media screen and (max-width:768px){
	.w30,.w35,.w40,.w48,.w49,.w50,.w56,.w60,.w64,.w70 { width:100%!important;}
	
	.mt-80 { margin-top:40px !important;}
	.mb-80 { margin-bottom:40px !important;}
}

ul.col2 li { width:49%!important; margin-right:2%!important;}
ul.col2 li:nth-of-type(2n) { margin-right:0!important;} 
ul.col3 li { width:32%!important; margin-right:2%!important;}
ul.col3 li:nth-of-type(3n) { margin-right:0!important;}
ul.col4 li { width:23.5%!important; margin-right:2%!important;}
ul.col4 li:nth-of-type(4n) { margin-right:0!important;}
@media screen and (max-width:768px) {
	ul.sp-col1 li { width:100%!important; margin-right:0!important;}
	ul.sp-col2 li { width:49%!important; margin-right:2%!important;}
	ul.sp-col2 li:nth-of-type(2n) { margin-right:0!important;} 
	ul.sp-col3 li{ width:32%; margin-right:2%!important;}
	ul.sp-col3 li:nth-of-type(3n) { margin-right:0!important;} 
}

.parallax { width:100%; background-attachment:fixed; background-size:cover;}
@media screen and (max-width:768px){
	.parallax { background-attachment:scroll;}
}

.btn-basic { border:1px solid; color:#fff!important; padding:10px 10px; max-width:300px; display:block; text-align:center; background:#000; margin:16px auto; box-sizing:border-box;}
.btn-basic:hover { border:1px solid; color:#0d0047!important; background:#fff;}
@media screen and (max-width:768px){
	.btn-basic {width:100%;}
}	

.bg-ef { background-color:#efefef;}
.bg-fff { background-color:#fff; padding:0 0 1px;}
.bg-ef-page { background-color:#efefef; padding:40px 0;}
.fff { color:#fff;}
.t-center { text-align:center;}
@media screen and (max-width:768px){
	.bg-ef .wrap { width:90%; padding:0 0 24px;}
	.bg-ef-page { padding:1px 0;}
}

/*--ここから--*/
.contact-form { margin:80px 0;}
.contact-form p { padding:24px 0; border-bottom:1px dashed; overflow:hidden;}
.contact-form p:nth-last-child(2) { border:none; text-align:center;}
.contact-form .contct-left { display:block; width:25%; float:left; text-align:right; padding-right:20px; box-sizing:border-box;}
.contact-form input,.contact-form textarea { border:none; display:block; background-color:#eee; width:100%;}
.contact-form .wpcf7-form-control-wrap { width:75%; float:right;}
.contact-form input[type="checkbox"],.contact-form input[type="radio"] { width:auto; display:inline; float:none;}
.contact-form .submit { text-align:center; margin:56px 0;}
.contact-form .submit span { display:block;}
.contact-form input[type="submit"] { background:#000; border:none; color:#fff; text-align:center; display:inline-block; border-radius:0; letter-spacing:0.1em; padding:17px 0; width: 38%;font-size:16px; float:none; margin:0 auto;}
@media screen and (max-width:768px) {
	.contact-form { margin:8px 0 0;}
    .contact-form p { padding:24px 0; border-bottom:1px dashed; overflow:hidden; margin:0;}
    .contact-form p:nth-last-child(2) { border:none;}
    .contact-form .contct-left { display:block; width:100%; float:none; text-align:left; padding-right:8px; box-sizing:border-box;}
    .contact-form input,.contact-form textarea { border:none; display:block; width:100%; background-color:#eee;}
    .contact-form .wpcf7-form-control-wrap { width:100%; float:none;}
    .contact-form .submit { text-align:center; margin:56px 0;}
    .contact-form .submit span { display:block;}
    .contact-form .submit input[type="submit"] { background:#000; border:none; color:#fff; text-align: center; display:inline-block; border-radius:0; letter-spacing:0.1em; padding:17px 0; width:38%; font-size:16px;}	
}

.inner-secu { background-color:#fff; padding:32px 24px; box-sizing:border-box; margin-bottom:24px;}
.inner-secu h3 { font-size:28px; margin:0 0 64px; line-height:1.8;}
.inner-secu h3 span { border-bottom:2px solid #111;}
.inner-secu .clear { margin-bottom:80px;}
.inner-secu dl { margin:0 0 24px; border-top:1px dotted #ccc; display:flex; flex-wrap:wrap;}
.inner-secu dl dt { width:35%; padding:40px 10px; position:relative; border-bottom:1.5px dashed #ccc; font-size:22px; font-weight:400; box-sizing:border-box; text-align:center;}
.inner-secu dl dt:nth-child(4n-1) {  border-bottom:1px dashed #ccc;}
.inner-secu dl dt small { font-size:16px;}
.inner-secu dl dd { margin:0; padding:40px 64px 40px 20px; border-bottom:1.5px dashed #ccc; width:65%; box-sizing:border-box;}
.inner-secu dl dd:nth-child(4n) { border-bottom:1px dashed #ccc;}
.inner-secu dl dt:after { content:""; width:2px; height:calc(100% - 32px); background-color:#111; position:absolute; top:16px; right:0;}

.inner-secu.ins { margin-bottom:40px;}
.inner-secu.ins .clear { margin-bottom:0;}
@media screen and (max-width:768px) {
	.inner-secu { padding:12px 12px 0!important; width:100%!important;} 
	.inner-secu.ins { width: 100%!important; margin-bottom:30px; padding:12px 12px;}
	.inner-secu h3 { font-size:18px; font-weight:400; line-height:2.2; margin:0 0 24px;}
	.inner-secu .clear { margin:0 0 40px;}
	
	.inner-secu dl { border-top:0;}
	.inner-secu dl dt { padding:40px 0 12px; width:100%; font-size:20px;}
	.inner-secu dl dt p { margin:0 0 16px;}
	.inner-secu dl dt small { font-size:14px;}
	.inner-secu dl dt:after { display:none;}
	.inner-secu dl dd { width:100%; padding: 20px 10px; font-size:14px; line-height:1.8;}
}

.wrap-product { width:96%; margin:80px auto; overflow:hidden; box-sizing:border-box;}
.w48-product { width:48%;}
.w48-product p { margin:0 0 16px; line-height:2;}
.w48-product img { width:480px; height:480px; object-fit:cover; vertical-align:bottom;}
.w48-product .des { margin:16px 0; line-height:1;}
.name-product { font-size:20px; text-align:center; margin:0 0 40px;}
.name-product small { font-size:13px; display:block; font-weight:400; margin-bottom:8px;}
.name-product span { font-size:15px; display:block; font-weight:400; margin-top:8px;}
.w48-product dl { margin:40px 0; padding:0; display:flex; flex-wrap:wrap;}
.w48-product dt { width:30%; float:left; padding:4px 0; font-weight:400; border-bottom:1px solid #bbb;}
.w48-product dd { border-bottom:1px solid #bbb; padding:4px 0; width:70%; margin:0;}
.w48-product .btn { display:block; height:40px; line-height:40px; color:#fff; background-color:#0d0047; margin:24px 0 0 ; text-align:center; border:1px solid #0d0047;}
.w48-product .btn:hover { color:#0d0047; background-color:#fff;}
@media screen and (max-width:768px){
	.wrap-product { width:100%; padding:0 5%;}
	.w48-product { width:100%!important;}
	.w48-product img { width:100%; height:100%;}
	.w48-product.fleft { text-align:center; margin-bottom:20px;}
	.w48-product dl { font-size:14px;}
	.w48-product dl dd { padding:4px 0 4px 8px; box-sizing:border-box;}
	.name-product { font-size:18px; line-height:1.6;}
}

.dl-company-g { margin:0; padding:0; display:flex; flex-wrap:wrap;}
.dl-company-g dt { width:25%; border-bottom:1.5px dashed #aaa; padding:16px 8px; text-align:right; box-sizing:border-box;}
.dl-company-g dt:nth-child(4n+1) { border-bottom:1px dashed #aaa;}
.dl-company-g dd { width:75%; border-bottom:1px dashed #aaa; padding:16px 8px; margin:0; box-sizing:border-box;}
.dl-company-g dd:nth-child(4n) { border-bottom:1.5px dashed #aaa;}
@media screen and (max-width:768px){
	.dl-company-g { margin:0 0 20px; padding:0; display:block;}
	.dl-company-g dt { width:100%; padding:16px 5% 0; text-align:left; border-bottom:0;}
	.dl-company-g dt:nth-child(4n+1) { border:0;}
	.dl-company-g dd { width:100%; padding:16px 5%;}
}



.midashi-page-main { text-align:center; margin:80px 0!important; font-size:40px!important; padding:8px 0 0!important;}
.midashi-page-main small { font-size:13px; display:block; margin:8px 0 0;}
.midashi-page-main:before { content:""; display: block; width: 30px; height: 0;margin: 0 auto 12px;
    border-top: 3px solid #0d0047;}
@media screen and (max-width:768px){
	.midashi-page-main { margin:24px 0 40px!important; font-size:32px!important;}
}


.wrap-works { padding:80px 0;}
.wrap-works-new { width:100%; height:60vh; position:relative; font-size:0; margin:0 0 24px;}
.wrap-works-new p { margin:0; font-size:0;}
.wrap-works-new img { width:70%; height:100%; object-fit:cover; position:absolute; top:0px; right:0px;}
.wrap-works-new .box { width:42%; padding:32px 18px; box-sizing:border-box; background-color:#fff; margin-top:80px; position:relative; z-index:9; float:left; font-size:14px;}
.wrap-works-new .box h3 { font-size:20px; font-weight:400; line-height:1.4; margin:0 0 16px;}
.wrap-works-new .box p { font-size:14px;}
.wrap-works-new .box span { position:absolute; left:25px; top:-48px; display:block; background:#0d0047; color:#fff; width:60px; height:60px; line-height:60px; border-radius:50%; text-align:center; z-index:10; font-size:11px;}
.wrap-works-new .box span:after { content:""; position:absolute; left:-5px; top:-5px; width:66px; height:66px; border-radius:50%; border:2px solid #0d0047;}

.wrap-works-new .box strong { font-size:16px; padding:2px 40px; margin:20px 0 0; background-color:#0d0047; color:#fff; font-weight:400; border-radius:20px; display:inline-block;}
.wrap-works-new .box strong:hover { opacity:.7;}
.wrap-works-new2 img { left:0px; right:0px;}
.wrap-works-new2 .box { float:right;}
@media screen and (max-width:768px){
	.bg-fa { padding:40px 0;}
	.wrap-works { padding:10px 0;}
	.wrap-works-new { height:auto; margin:0 0 40px;}
	.wrap-works-new img { width:100%; height:auto; position:static;}
	.wrap-works-new .box { width:100%; padding:24px 5%; margin-top:0; float:none;}
	.wrap-works-new .box h3 { font-size:18px;}
	.wrap-works-new .box strong { display:table; margin: 20px auto 0;}
}

.midashi-contact-g { margin:40px 0!important; text-align:center; font-size:36px!important; font-weight:400; }
.midashi-contact-g span,.inner-faq h3 span,.bottom-passive h3 span { font-size:16px; width:120px; text-align:center; display:block; padding:0 0 16px; margin:0 auto 24px; position:relative; border-bottom:1px solid #111; }
.midashi-contact-g span:after,.inner-faq h3 span:after,.bottom-passive h3 span:after { content:""; width:1px; height:20px; display:block; background-color:#111; bottom:-21px; left:50%; position:absolute;}
@media screen and (max-width:768px){
	.midashi-contact-g { font-size:20px!important; margin:12px 0 40px!important;}
	.midashi-contact-g span,.inner-faq h3 span,.bottom-passive h3 span { width:80px; font-size:11px; padding:0 0 12px;}
	.midashi-contact-g span:after,.inner-faq h3 span:after,.bottom-passive h3 span:after { height:16px; bottom:-17px;}
}

.page-header { background-color:#efefef; padding-bottom:64px; position:relative; padding-top:170px;}
.page-header img { width:100%; height:300px; position:absolute; top:0; left:0; object-fit:cover;}
.page-header .box { background-color:#fff; padding:24px 0 40px; text-align:center; position:relative; width:80%; margin:60px auto 0; }
.page-header .box:after { content:""; width: 60px; height: 3px; left: 50%; transform: translateX(-50%); background-color:#0d0047; bottom:0; z-index:9; display:block; position:absolute; text-align:center;}
.page-header .box h3 { font-size:28px; margin:0;}
.page-header .box h3 small { font-size:14px; display:block; font-weight:400; margin-top:16px;}

.page-header .box .title { height:auto; width:100%; position:static; margin:-24px 0 20px;}
.page-header .box img { position:static; height:auto; display:block; margin:0 auto 20px; width:80%;}
.page-header .box.iecafe:after { display:none;}

.page-header dl.box { background-color:#111; color:#fff; display:flex; padding:30px 45px; align-items:center; flex-wrap:wrap;}
.page-header dl.box:after { width:300px; height:5px;}
.page-header dl.box dt { font-size:48px; width:165px; border-right:1px solid #fff; text-align:center;}
.page-header dl.box dt small { font-size:14px; display:block; margin-bottom:8px;}
.page-header dl.box dd { font-size:28px; width:calc(100% - 165px); text-align:center; font-weight:bold;}
@media screen and (max-width:768px) {
	.page-header { padding-bottom:36px; padding-top:85px; margin-top:30px;}
	.page-header img { height:160px;}
	.page-header .box { width:90%; padding:24px 0;}
	.page-header .box h3 { font-weight:400; font-size:24px; }
	.page-header .box h3 small { font-size:13px;}
	
	.page-header dl.box { padding:20px 45px;}
	.page-header dl.box:after { height:4px;}
	.page-header dl.box dt { width:100%; border-right:0; border-bottom:1px solid #fff; font-weight:400; font-size:34px; text-align:left;}
	.page-header dl.box dt small { display:inline-table; vertical-align:middle; margin:0 10px 0 0;}
	.page-header dl.box dd { width:100%; font-weight:400; font-size:23px; padding-top:5px; margin-bottom:0;}
}


.inner-contact-new { margin:80px 0 40px; font-size:15px; line-height:2;}
.inner-contact-new .txt { padding:24px 24px 0; box-sizing:border-box;}
.inner-contact-new h3 { font-size:40px; margin:0 0 24px;}

.box-contact-h { background-color:#eee; padding:48px 48px 48px 180px; position:relative; font-size:15px; line-height:2; margin:0 0 80px;}
.box-contact-h h3 { font-size:20px; width:140px; position:absolute; top:48px; left:48px; margin:0;}
@media screen and (max-width:768px){
	.inner-contact-new { margin-top:24px;}
	.inner-contact-new .txt { padding:24px 0;}	
	.box-contact-h { padding:20px 5%;}
	.box-contact-h h3 { position:static; width:100%; margin:0 0 20px;}
}

.wrap-page-warra { border-top:1px solid #0d0047;}

.ul-warra { margin:0!important; padding:0; display:flex; border:1px solid #ccc;}
.ul-warra li { width:calc(100% / 3); padding:40px; box-sizing:border-box; border-right:1px solid #ccc; list-style:none;}
.ul-warra li:nth-of-type(3) { border-right:0;}
.ul-warra li h4 { margin:0 0 24px; position:relative; padding-left:24px; font-size:20px;}
.ul-warra li h4:before { content:""; display:block; width:16px; height:3px; background-color:#0d0047; position:absolute; top:calc(50% - 1px); left:0;}
@media screen and (max-width:768px){
	.ul-warra { display:block; margin:0 0 20px;}
	.ul-warra li { width:100%; padding:20px 5% 1px; border-right:0; border-bottom:1px solid #ccc;}
	.ul-warra li:nth-of-type(3) { border-bottom:0;}
}

.box-maint { padding:48px; background-color:#eee; position:relative; margin:24px 0 80px;}
.box-maint h3 { font-size:28px; font-weight:400; line-height:1.8; position:absolute; top:-54px; left:48px;}
.box-maint h3 span { padding:20px 24px; position:relative; display:block;}
.box-maint h3 span:before { content:""; position:absolute; display:block; width:100px; height:1px; background-color:#111; top:0px; left:-16px;}
.box-maint h3 span:after { content:"";  position:absolute; display:block; width:1px; height:100px; background-color:#111; top:-12px; left:0px;}
.box-maint .lead { width:60%; margin-bottom:48px; line-height:2;}
@media screen and (max-width:768px){
	.box-maint { padding:24px 5% 16px 8%; margin:24px 0 40px;}
	.box-maint h3 { font-size:20px; position:static;}
	.box-maint h3 span { padding:20px 24px 0;}
	.box-maint .lead { width:100%; margin-bottom:24px;}
}

.titlebar-page { background-color:#0d0047; color:#fff; text-align:center; padding:35px 0!important; margin:0 0 80px!important; font-size:30px!important;}

.box-warra { padding:100px 0;}
.box-warra h3,.inner-tech h3 { margin:0 0 24px;}
.box-warra h3 strong,.inner-tech h3 strong { font-size:22px; display:block; margin-top:16px;}
.box-warra h3 .num,.inner-tech h3 .num { font-weight:400; font-size:28px; line-height:34px; display:inline-block; float:left;}
.box-warra h3 .sub,.inner-tech h3 .sub { display:inline-block; background-color:#0d0047; color:#fff; font-size:13px; line-height:34px; padding:0 12px; border-radius:4px; margin-left:16px;}
.box-warra p { line-height:2; margin:0 0 24px;}
@media screen and (max-width:768px){
	.box-warra { padding:40px 0 6px;}
	.box-warra h3,.inner-tech h3 { margin:20px 0;}
	.box-warra h3 strong,.inner-tech h3 strong { font-size:20px; margin-top:12px;}
}

.head-page-h img { width:100%; height:auto;}
.head-page-h h2 { font-size:64px; text-align:center; letter-spacing:.2em; font-weight:400; margin:-64px 0 120px;}
.head-page-h h2 span { font-size:18px;}
@media screen and (max-width:768px) {
    .head-page-h h2 { font-size:32px; text-align:center; letter-spacing:.2em; font-weight:400; margin:-44px 0 80px;}
    .head-page-h h2 span { font-size:14px;}
}

.box-flow-h { border:1px solid #000; margin:0 0 20px; padding:32px 24px; overflow:hidden;}
.box-flow-h .left-flow { float:left; width:30%;}
.box-flow-h .left-flow img { width:250px; height:250px; object-fit:cover;}
.box-flow-h .right-flow { width:67%; float:right;}
.box-flow-h .right-flow h3 { margin:0 0 20px; height:80px; line-height:80px; font-size:32px; font-weight:500;}
.box-flow-h .right-flow h3 .number-flow { height:80px; width:80px; background-color:#efefef; border-radius:50%; text-align:center; padding:10px 0; font-size:16px; font-weight:bold; color:#555; display:inline-block; float:left; line-height:1.3; margin-right:16px; box-sizing:border-box;}
.box-flow-h .right-flow h3 .number-flow span { font-size:32px; font-weight:bold; letter-spacing:.05em;}
.box-flow-h .right-flow div { background-color:#efefef; padding:20px; border-radius:8px;}
@media screen and (max-width:768px) {
	.box-flow-h { margin:0 0 20px; padding:20px 16px;}
	.box-flow-h .left-flow { float:none; width:100%;}
    .box-flow-h .left-flow img { width:100%; height:auto;}
	.box-flow-h .right-flow { width:100%; float:none; margin-top:20px;}
	.box-flow-h .right-flow h3 { margin:0 0 20px; height:64px; line-height:64px; font-size:20px;}
	.box-flow-h .right-flow h3 .number-flow { height:64px; width:64px; padding:10px 0; font-size:12px;}
	.box-flow-h .right-flow h3 .number-flow span { font-size:24px;}
	.box-flow-h .right-flow div { padding:20px 16px;}
}

.inner-m_pros .check { border:1px solid; padding:24px; border-radius:4px;}
.head-page { padding:250px 0; color:#fff; position:relative; background:#000;}
.head-page img { width:100%; height:100%; position:absolute; top:0; left:0; object-fit:cover; opacity:.7;}
.head-page h3 { font-size:40px; text-align:center; margin:0; position:relative; z-index:3; color:#fff;}
.head-page h3 span { display:block; font-size:20px; margin-bottom:12px;}
.head-page h3 span a { text-decoration:underline; color:#fff;}
.head-page.full { background-color:#f2f5f7; color:#0095d8; margin:0 0 100px;}
@media screen and (max-width:768px){
	.head-page { padding:100px 0;}
	.head-page h3 { font-size:24px;}
	.head-page h3 span { font-size:14px;}
	.head-page.full { margin:0 0 40px;}
}

h3.midashi-page2 { font-size:24px; margin:0 0 40px; border-top:1px solid #ccc; padding-top:19px; position:relative;}
h3.midashi-page2 img { position:absolute; width:30%; top:19px; right:0;}
h3.midashi-page2 span { border-top:4px solid #0d0047; padding:16px 0;}
h3.midashi-page2.new { font-size:24px; text-align:center; margin:40px 0; font-weight:400; border:0;}
h4.midashi-page2 { font-size:20px; margin:0 0 40px; border-top:1px solid #ccc; padding-top:16px; position:relative;}
h4.midashi-page2 span { border-top:1px solid #0d0047; padding:16px 0;}
h4.midashi-page2 img { position:absolute; right:0; top:16px; width:30%;}
.midashi-sub-page { font-size:16px!important; margin:40px 0!important; padding:0 0 0 8px!important; border-left:2px solid #0d0047;}
@media screen and (max-width:768px){
	h3.midashi-page2 { font-size:20px; margin:0 0 20px; padding-top:0;}
	h3.midashi-page2 span { padding:12px 0; display:inline-block;}
	h4.midashi-page2 { font-size:18px; margin:0 0 20px; padding-top:0;}
    h4.midashi-page2 span { border-top:1px solid #0095d8; padding:12px 0; display:inline-block!important; margin:0!important;}
}

.sticy { position:sticky; top:60px;}

.calum-2 { position:relative; background-color:#fff;}
.calum-2 .left { width:22%; padding:0 40px 0 70px; border-radius:0 8px 0 0; position:absolute; top:-65px; left:0; background-color:#fff; box-sizing:border-box;}
.calum-2 .left h3 { border-top:4px solid #0d0047; padding:16px 0; border-bottom:1px solid #ccc; font-size:18px; margin:0 0 20px;}
.calum-2 .left a { color:#111;}
.calum-2 .left i { color:#000; padding-right:12px;}
.calum-2 .left ul { list-style-type:none;}
.calum-2 .left ul li { margin:0 0 12px;}
.calum-2 .left ul li a { display:block; color:#111; font-size:14px;}

.calum-2 .right { padding:80px 80px 80px 0; width:78%; float:right; box-sizing:border-box;}
.calum-2 .right img { border-radius:15px;}
@media screen and (max-width:768px){
	.calum-2 .left { display:none;}
	.calum-2 .right { padding:40px 0; width:100%; float:none; margin:0 auto;}
	.calum-2 .right p.mb-80 em { font-size:14px;}
}


.inner-sur .box { border:1px solid #ccc; margin:40px 0 80px; background-color:#f9fbfc; padding:20px 24px; display:flex; justify-content:space-between; align-items:center; background-color:#fafafa;}
.inner-sur .box img { width:150px;}
.inner-sur .box .txt { width:calc(100% - 200px);}
.inner-sur .box .txt h4 { margin:0 0 20px; font-size:18px;}
.inner-sur .box .txt a { color:#0095d8; text-decoration:underline;}

.inner-sur .flex,.inner-c_sur .flex { border-top:1px solid #ccc; border-bottom:1px solid #ccc;}
.inner-sur .flex .inner,.inner-c_sur .flex .inner { width:68%; margin-right:2%;}
.inner-sur .flex .inner .midashi-page2,.inner-c_sur .flex .inner .midashi-page2 { border:0!important;}
.inner-sur .flex img,.inner-c_sur .flex img { margin:10px 0;}

.wrap-full { width:70%; margin:0 auto;}
@media screen and (max-width:768px){
	.inner-sur .box { margin:20px 0 40px; padding:16px; display:block; font-size:13px;}
	.inner-sur .box img { width:150px; display:block; margin:0 auto;}
	.inner-sur .box .txt { width:100%;}
	.inner-sur .box .txt h4 { font-size:14px;}
	
	.inner-sur .flex .inner,.inner-c_sur .flex .inner { width:100%;}
	.inner-sur .flex .inner p,.inner-c_sur .flex .inner p { margin:0;}
	
	.wrap-full { width:90%;}
}

.midashi-com { font-size:28px !important; text-align:center; padding:80px 0 40px !important;}
.midashi-com span { font-size:20px; display:block; font-weight:400;}

.dl-com { display: flex; margin:0; padding:0; margin-bottom:0 !important;}
.dl-com dt { flex-basis:20%; border-bottom:1px solid #0d0047; padding:16px 2px; font-weight:400;}
.dl-com:first-of-type dt { border-top:1px solid #0d0047;}
.dl-com dd { flex-basis:calc(80% - 24px); margin:0 0 0 24px; border-bottom:1px solid #000; padding:16px 2px;}
.dl-com:first-of-type dd { border-top:1px solid #000;}
.dl-com:last-of-type { margin-bottom:80px;}

.dl-his { margin:0; padding:0 0 80px;}
.dl-his dt { width:20%; padding:16px 2px; float:left; box-sizing:border-box; font-weight:400;}
.dl-his dd { padding:16px 2px 16px calc(20% + 26px); border-bottom:1px solid #aaa; margin:0;}

.box-access { margin:24px 0 80px; line-height:1.8;}
.box-access h4 { width:45%; float:left; margin:0; font-size:32px; line-height:54px;}
.box-access p { width:55%; padding-left:24px; border-left:1px solid #000; float:right; box-sizing:border-box;}
.ul-access { margin:0 0 80px; padding:0; overflow:hidden;}
.ul-access li { width:30%; float:left; margin-right:5%; list-style:none; text-align:left; margin-bottom:20px;}
.ul-access li:nth-of-type(3n) { margin-right:0;}
.ul-access li img { width:100%; margin-bottom:8px;}
@media screen and (max-width:768px){
	.midashi-com { font-size:22px!important; padding:40px 0 24px;}
	.midashi-com span { font-size:14px;}
	.dl-com dt { flex-basis:25%;}
	.dl-com dd { flex-basis:75%; margin:0;}
	.dl-com:last-of-type { margin-bottom:40px;}
	.dl-his { margin:0; padding:0 0 40px;}
	.dl-his dt { width:100%; padding:16px 0 8px;}
	.dl-his dd { padding:16px 0;}
	.box-access { margin:8px 0 40px;}
	.box-access h4 { width:100%; border-bottom:1px solid #111; float:none; font-size:24px; line-height:1.6;}
	.box-access p { width:100%; padding-left:8px; border-left:0; float:none;}
	.ul-access { margin:0 0 40px;}
	.ul-access li { width:100%; float:none; margin-right:0; margin-bottom:20px;}
}

.w656-page { width:65.6%; margin-right:3%; float:left; background-color:#000; height:300px; margin-bottom:32px; font-size:0;}
.w313-page { width:31.3%; float:left; background-color:#000; height:300px; margin-bottom:32px; font-size:0;}
.w656-page img,.w313-page img { width:100%; height:100%; object-fit:cover; opacity:.5;}
.w656-page a,.w313-page a { color:#fff;}
.w656-page,.w313-page { position:relative;}
.w656-page span,.w313-page span { font-size:24px; position:absolute; right:20px; bottom:20px; line-height:1; text-shadow:1px 1px 1px #333;}
.w656-page:hover img,.w313-page:hover img { opacity:1;}
.mr-3p { margin-right:3%;}
@media screen and (max-width:768px){
    .w656-page { height:107px; margin-bottom:10px;}
    .w313-page { height:107px; margin-bottom:10px;}
	.w656-page span,.w313-page span { font-size:14px; right:8px; bottom:8px;}
}

.box-deli { width:90%; margin:0 auto; padding:20px; border:1px solid #ccc; border-radius:8px; line-height:1.8;}
@media screen and (max-width:768px){
	.box-deli { width:100%;}
}

.ul-faq { overflow:hidden; border-top:1px solid #000; border-bottom:3px double #000; margin:40px 0 80px; padding:0;}
.ul-faq li { width:calc(100% / 3); float:left; text-align:center; list-style:none; font-size:14px; letter-spacing:.1em; font-family: "Noto Sans Japanese", sans-serif; box-sizing:border-box; padding:8px 0;}
.ul-faq li a { padding:4px 0; color:#333; border-right:1px solid #ccc; height:57px; line-height:46px; display:block; font-weight:500;}
.ul-faq li:nth-of-type(3) a { border-right:0;}
.ul-faq li a span { height:36px; width:36px; background-color:#333; color:#fff; font-size:24px; line-height:1.4; display:inline-block; letter-spacing:0; border-radius:50%; margin-right:16px; font-weight:400;}

.midashi-faq { font-size:24px; color:#7d0029; text-align:center; padding:12px 0; background-color:#fafafa; margin:0 0 52px; font-weight:500;}

.inner-faq { margin:0 0 80px; border-top:1px solid #ccc; font-family:"Noto Sans Japanese", sans-serif;}
.inner-faq p { margin:0;}
@media screen and (max-width:768px){
	.ul-faq li { width:100%; float:none; text-align:center; list-style:none; font-size:12px; letter-spacing:.1em; font-family: "Noto Sans Japanese", sans-serif; box-sizing:border-box; padding:0;}
	.ul-faq li a { padding:0; color:#333; border-right:0; height:40px; line-height:40px; display:block; font-weight:500; border-bottom:1px solid #ccc;}
	.ul-faq li:nth-of-type(3) a { border-bottom:0;}
	.midashi-faq { font-size:20px; color:#7d0029; text-align:center; padding:12px 0; background-color:#fafafa; margin:0 0 40px; font-weight:500;}
}

.midashi-beg { margin:0 !important; font-size:40px !important;}
.midashi-beg span { font-size:64px; padding-left:10px;}
.des-beg { font-size:20px; margin:0 0 24px;}

.midashi-page { font-size:48px !important; text-align:center; border:8px solid #141412; padding:10px 32px !important; display:inline-block; margin:80px auto 40px !important; color:#444; font-family: "Noto Sans JP", sans-serif; font-weight: 900;}
.midashi-page span { display:block; font-size:20px; margin:0;}
@media screen and (max-width:768px){
	.midashi-page { margin:40px auto !important; font-size:24px !important;}
	.midashi-page span { font-size:14px;}
}

.box-facility { border:10px solid #bbb; box-sizing:border-box; margin:0 0 16px;}
.box-facility .txt { padding: 25px 20px; text-align: center; box-sizing:border-box;}
.box-facility h3 { font-size:18px; margin:0 0 30px;}
.box-facility h3 img { width:50%; display:inline-block; margin-bottom:8px;}
.para-facility { margin:80px 0 0; background-attachment:fixed; background-size:cover; height:80vh;}
@media screen and (max-width:768px){
	.box-facility .txt { padding: 24px 5%;}
	.para-facility { margin:40px 0 0; background-attachment:scroll; height:50vh;}
}

.efbg-facility { background-color:#efefef; padding:80px 0;}
.ul-facility { margin:0; padding:0; overflow:hidden;}
.ul-facility li { width:30%; margin-right:5%; float:left; list-style:none; margin-bottom:32px;}
.ul-facility li img { margin:0 0 20px; width:100%; margin-bottom:16px;}
.ul-facility li:nth-of-type(3n) { margin-right:0;}
@media screen and (max-width:768px){
	.efbg-facility { padding:40px 0;}
	.ul-facility li { width:100%; margin-right:0; float:none; margin-bottom:24px;}
}

.box-access-page { border:1px solid #ccc; padding:30px 48px 6px; margin:80px 0; }
.box-access-page h4 { font-size:24px; margin:0 0 20px; padding:0; font-weight:400; color:#111;}
@media screen and (max-width:768px){
	.box-access-page { padding:24px 5% 0; margin:40px 0;}
}

.pb_headline { color:#65989f; font-size:36px!important; text-align:center;}

.staff-list { display:flex; flex-wrap:wrap; margin:80px 0; border-top:1px solid #ccc;}
.staff-list .panel { width:50%; padding:40px 30px 16px; box-sizing:border-box; border:1px solid #ccc; border-top:0;}
.staff-list .panel:nth-of-type(2n) { border-left:0;}
.staff-list .panel h4 { margin:40px 0 0; font-weight:400; color:#111;}
.staff-list .panel h4 .position { font-size:14px;}
.staff-list .panel h4 .name { font-size:18px; display:block; margin:8px 0 0;}
.staff-list .panel h4 .name small { font-size:14px; color:#666; display:block; margin:8px 0 0;}
.staff-list .panel .sns { margin:8px 0;}
.staff-list .panel .sns li { list-style:none; font-size:13px;}
.staff-list .panel .sns li a { color:#666;}
.staff-list .panel strong { font-size:15px; display:block; margin:0;}
.staff-list .panel img { width:100%;}
@media screen and (max-width:768px){
	.pb_headline { font-size:24px !important;}
	
	.staff-list { display:block; margin:40px 0;}
	.staff-list .panel { width:100%; padding:24px 5% 0;}
	.staff-list .panel:nth-of-type(2n) { border-left:1px solid #ccc;}
}

.midashi-about { border:1px solid #ccc; line-height:60px !important; color:#111; padding:0 !important; font-size:24px !important; font-weight:400; margin:0 !important; text-align:center;}

.inner-about { border:1px solid #ccc; border-top:0; padding:48px 48px 24px; margin:0 0 80px;}
.inner-about .box { border:1px solid #ccc; margin:0 0 80px;}
.inner-about ul { margin:80px 0 0; padding:0; overflow:hidden;}
.inner-about li { width:32%; margin-right:2%; float:left; list-style:none; margin-bottom:24px;}
.inner-about li:nth-of-type(3n) { margin-right:0;}
@media screen and (max-width:768px){
	.inner-about { padding:24px 5% 0;}
	.inner-about .box { margin:0 0 40px;}
	.inner-about ul { margin:40px 0 0;}
	
	.inner-about li { width:100%; margin-right:0; float:none;}
}

div#n2-ss-2 .nextend-bar-horizontal div * { display:block !important;}
div#n2-ss-2 .n2-style-65dd15db09e3391d026b2db58e63ea50-simple { padding:30px 48px !important;}
@media screen and (max-width:768px){
	div#n2-ss-2 .n2-style-65dd15db09e3391d026b2db58e63ea50-simple { padding:20px 5% !important;}
}

.midashi-intro { margin:64px 0 !important; font-size:28px !important; font-weight:400; text-align:center; padding:0 !important;}
.midashi-intro small { font-size:12px; color:#0d0047; display:block; letter-spacing:5px; margin-bottom:8px;}
@media screen and (max-width:768px){
	.midashi-intro { margin:40px 0 !important; font-size:24px !important;}
}

.lead-intro { font-size:18px; text-align:center; margin:0 0 80px !important;}
@media screen and (max-width:768px){
	.lead-intro { margin:0 0 40px !important;}
}

.inner-intro { margin:0 0 80px;}
.inner-intro p { margin:0;}
.inner-intro h4 { font-size:18px; margin:16px 0; line-height:40px; font-weight:400; padding:0;}
.inner-intro h4 span { width:24%; display:block; float:left; border-right:1px solid #ccc; padding-right:16px; margin-right:16px; box-sizing:border-box; text-align:right; font-size:12px; color:#0d0047; letter-spacing:5px;}
@media screen and (max-width:768px){
	.inner-intro { margin:0 0 40px;}
	.inner-intro h4 span { width:100%; float:none; border-right:0; text-align:left;}
}

.midashi-gall { font-size: 30px !important; color: #0d0047; letter-spacing: 4px; text-align: center; margin:0 0 64px !important; padding:0 !important;}
.midashi-gall span { border-bottom:3px solid #0d0047;}
@media screen and (max-width:768px){
	.midashi-gall { font-size: 24px !important;}
}

.wrap-reason { padding:120px 100px 0; background-size:60% 100%; background-position:top right; background-repeat:no-repeat; margin-bottom:80px; height:540px;}
.wrap-reason * { box-sizing:border-box;}
.wrap-reason.twei { background-position:top left;}
.wrap-reason .txt { padding:80px 24px 24px; background-color:#fff; width:50%; min-height:434px; font-size:17px; line-height:1.6;}
.wrap-reason .txt h3 { font-size:64px; margin:-110px 0 24px; color:#0d0047; line-height:1; font-weight:600; letter-spacing:.05em;}
.wrap-reason .txt h3 span { display:block; font-size:28px; line-height:1.6; margin-top:24px; color:#111;}
.wrap-reason .txt h3 span em { color:#0d0047; font-style:normal;}
.wrap-reason .txt strong { background-color: #fff990; color: #0d0047; font-weight:bold;}
.wrap-reason .txt .btn { margin:40px auto;}

@media screen and (max-width:768px){
	.wrap-reason { padding:248px 0 0; background-size:contain; background-position:top center; margin-bottom:40px; height:auto;}
	.wrap-reason .txt { padding:0 5% 20px; width:100%; min-height:1px; font-size:13px; box-sizing:border-box;}
	.wrap-reason .txt h3 { font-size:40px; margin:-40px 0 24px -6%; background-color:#fff; padding:12px 0px 0 20px; display:inline-block; width:248px;}
	.wrap-reason .txt h3 span { font-size:16px; margin-top: 10px; margin-right:-80px;}
}

.midashi-about-new { font-size:28px !important; text-align:center; margin:80px 0 40px !important;}

.dl-about { margin:0 0 40px; display:flex; flex-wrap:wrap; line-height:24px;}
.dl-about dt { padding:20px 0; border-bottom:1px solid #d7e8f7; margin-right:20px; display:block; width:24%;}
.dl-about dd { border-bottom:1px solid #d7e8f7; margin:0; padding:20px 0; display:block; width:calc(76% - 20px);}
.dl-about dd a { border:1px solid rgb(16, 106, 181); color:rgb(16, 106, 181); padding:0 24px; border-radius:40px; display:inline-block; margin-left:24px;}

.mod-table-schedule { margin-top: 15px;
    width: 100%;
    border-left: 1px solid #d7e8f6;
    border-top: 1px solid #d7e8f6;}
.mod-block > *:first-child { margin-top: 0;}
.mod-table-schedule th {
    padding: 10px;
    font-size: 14px;
    text-align: center;
    border-right: 1px solid #d7e8f6;
    border-bottom: 1px solid #d7e8f6;
    background: #82c7f3;
    color: #fff;
}
.mod-table-schedule td { padding: 10px;
    font-size: 24px;
    text-align: center;
    border-right: 1px solid #d7e8f6;
    border-bottom: 1px solid #d7e8f6;
    color: #5bade1;}
.mod-table-schedule th._date {
    text-align: left;
}
.mod-table-schedule th._date span {
    display: inline-block;
    width: 90px;
}

.bg-slider { padding:2px 0 80px; background-color:#f1f7fc; margin:80px 0;}
.hr-about { border-top:1px solid #d7e8f6; margin-top:80px;}

.wrap-faq { padding:45px 0 60px; background-color:#ffffe0; margin:100px 0;}
.wrap-faq h3 { font-size:22px; text-align:center; margin:-72px 0 40px;}
@media screen and (max-width:768px){
	.wrap-faq { margin:20px 0 40px; padding:24px 5%;}
	.wrap-faq h3 { font-size:18px; margin:-46px 0 24px;}
}

/*全体*/
.hidden_box {
    margin: 0;/*前後の余白*/ padding: 0; border-bottom:1px solid #e5e5e5; width:100%;
}
.hidden_box .last { border-bottom:0;}
.hidden_box p { margin:0;}

/*ボタン装飾*/
.hidden_box label {
    padding:20px 0; 
    font-weight: 400;
    cursor :pointer; display:block; color:#ffcc33;  position:relative; width:100%; line-height:24px;
}

/*ボタンホバー時*/
.hidden_box label:hover {
    }
.hidden_box label span { width:6%; display:block; float:left; text-align:center; font-size:24px; color:#ffcc33; font-weight:300; line-height:24px;}


/*チェックは見えなくする*/
.hidden_box input {
    display: none;
}

/*中身を非表示にしておく*/
.hidden_box .hidden_show {
    height: 0;
    padding: 0;
    overflow: hidden;
    opacity: 0;
   
}

/*クリックで中身表示*/
.hidden_box input:checked ~ .hidden_show {
    padding: 0 0 20px;
    height: auto;
    opacity: 1; font-weight:300;
}
.hidden_box input:checked ~ .hidden_show span { width:6%; display:block; text-align:center; float:left; font-size:24px; color:#ffcc33; line-height:24px; font-weight:300;}
.hidden_box input:checked ~ .hidden_show .txt { width:94%; float:right;}

.hidden_box input:checked ~ .hidden_show .tel { width:470px; line-height:75px; background-color:#fff; text-align:center; font-size:20px; font-weight:bold; border-radius:40px; display:block; color:#141412;}
.hidden_box input:checked ~ .hidden_show .tel i { color:#ffcc33; padding-right:8px;}
.hidden_box input:checked ~ .hidden_show .btn { border:1px solid #ffcc33; line-height:32px; display:inline-block; padding:0 32px; border-radius:40px; color:#ffcc33; background-color:#fff;}
@media screen and (max-width:768px){
	.hidden_box input:checked ~ .hidden_show .tel { width:100%; line-height:40px; margin-top:20px;}
}

.ul-faq-menu { border: 2px solid #ffffe0; margin:80px 0 !important; padding:24px;}
.ul-faq-menu li { display:inline-block; margin-right:40px; font-size:0;}
.ul-faq-menu li a { font-size:14px; color:#141412;}
.ul-faq-menu li a i { color:#ffcc33; padding-left:8px;}
@media screen and (max-width:768px){
	.ul-faq-menu { margin:40px 0 !important;}
	.ul-faq-menu li { margin-right:24px;}
}

.wrap-mess { background-color:#ffffe0; padding:0 5% 1px;}
.midashi-mess { font-size:28px !important; color:#ffcc33; text-align:center; padding:80px 0 0!important; margin:0 0 40px !important; letter-spacing:.3em;}
.midashi-mess small { font-size:11px; display:block; color:#EB7278; letter-spacing:.3em; margin-top:8px;}
@media screen and (max-width:768px){
	.wrap-mess { padding:0 5% 20px;}
	.midashi-mess { font-size:24px !important; padding:40px 0 0!important; margin:0 0 24px !important;}
}

.box-mess { margin:0 0 80px;}
.box-mess .txt { width:70%; padding-right:40px; box-sizing:border-box;}
.box-mess .txt h3 { font-size:16px; font-weight:400; color:#ffcc33; margin:0 0 24px; padding:0 !important;}
.box-mess .txt h3 span { border-bottom:2px solid #ffcc33; padding:0 0 4px;}
.box-mess .txt h4 { font-size:24px; color:#EB7278; margin:0 0 24px; padding:0 !important;}
.box-mess .img { width:30%;}
.box-mess .img p { margin:0;}
.box-mess .img .name { color:#ffcc33; font-size:18px; margin:16px 0; font-weight:bold;}
.box-mess .img .name small { padding-right:24px; font-size:11px;}
@media screen and (max-width:768px){
	.box-mess { margin:0 0 40px;}
	.box-mess .txt { width:100%; padding-right:0;}
	.box-mess .txt h4 { font-size:20px; margin:0 0 20px;}
	.box-mess .img { width:100%;}
	.box-mess .img .name { margin:16px 0 0;}
}

.box-his { background-color:#fff; padding:40px 24px; border-radius:20px; box-sizing:border-box; position:relative; min-height:400px;}
.box-his:before { content:""; display:block; background-color:#ffcc33; width:calc(100% - 48px); height:4px; position:absolute; top:0; left:24px;}
.box-his h4 { border-bottom:1px dashed #ffcc33; font-size:16px; font-weight:400; margin:0 0 20px; letter-spacing:.3em; padding:0 8px 8px; color:#ffcc33;}
.box-his h4 small { font-size:11px; padding-left:24px; color:#EB7278;}
.box-his dl,.box-mess dl { margin:0; padding:0;}
.box-his dt,.box-mess dt { width:64px; float:left; font-weight:400; color:#ffcc33;}
.box-his dd,.box-mess dd { padding-left:80px; margin:0 0 8px;}
.box-his ul { list-style:none; padding:0; margin:0;}
.box-his ul li { padding:0 24px; display:inline-block; position:relative;}
.box-his ul li:before { content:""; display:block; width:4px; height:4px; border-radius:50%; position:absolute; background-color:#666; top:calc(50% - 2px); left:10px;}
.box-his .img { width:30%;}
.box-his .img p { margin:0;}
.box-his .img img { margin-bottom:8px;}
.box-his .txt { width:70%; padding-left:40px; box-sizing:border-box;}
.box-his .txt h5 { font-size:16px; font-weight:400; color:#ffcc33; margin:0 0 12px;}
.box-his .txt .box { padding:0 0 0 20px; border-left:2px solid #ccc; margin:0 0 24px;}
.box-his .txt .box p { margin:0 0 8px;}
@media screen and (max-width:768px){
	.box-his { padding:24px 5%; min-height:0px; margin:0 0 40px;}
	.box-his .img { width:100%;}
	.box-his .txt { width:100%; padding-left:0;}
	.box-his dd,.box-mess dd { padding-left:64px;}
}

.box-flow { box-sizing:border-box; overflow:hidden; border:1px solid; margin-bottom:40px;}
.box-flow.last { border-bottom:1px dashed #ccc;}
.box-flow h3 { margin:0 0 24px !important; padding:0;}
.box-flow h3 .time { color:#ffcc33; display:flex;  align-items:center; margin-bottom:16px; font-size:28px; line-height:32px;}
.box-flow h3 .time .label { background-color:#c30d23; color:#fff; font-size:14px; padding:0 8px; line-height:32px; display:inline-block; margin-left:16px;}
.box-flow h3 strong { font-size:30px; color:#141412; display:block;}
.box-flow h3 strong small { font-size:18px;}
.box-flow .ul-img { margin:20px 0 0; padding:0; overflow:hidden;}
.box-flow .ul-img li { width:32%; margin-right:2%; float:left; list-style:none;}
.box-flow .ul-img li:nth-of-type(3n) { margin-right:0;}
.box-flow .dl-point { margin:20px 0 0; padding:0; border:3px solid #ffcc33; display:flex;}
.box-flow .dl-point dt { color:#fff; font-size:18px; width:30%; text-align:center; background-color:#ffcc33; display:flex; align-items:center; justify-content:center; padding:16px 0;}
.box-flow .dl-point dd { margin:0; padding:16px;}
.box-flow .txt { padding:16px; box-sizing:border-box; width:70%; float:left;}
.box-flow .txt p { margin-bottom:0;}
.box-flow .txt a { font-size:18px; color:red; font-weight:bold;}
.box-flow .txt .block { display:block; width:150px; height:150px; font-size:12px; background-color:#000; text-align:center; color:#fff; font-weight:bold; padding:22px 8px 0; box-sizing: border-box; float:left; margin-right:20px; margin-bottom:64px; line-height:1.8;}
.box-flow .txt .block span { font-size:24px; border-bottom:3px double #fff; display:block; margin:0 0 16px; line-height:1.8;}
.box-flow img { width:30%; height:280px; object-fit:cover; margin:0; float:right;}
.arrow { text-align:center; margin:16px 0; margin-bottom:16px !important; font-size:64px !important; line-height:1 !important; color:#0d0047;}
.box-flow.o2 { border-style: solid!important; border-width: 10px!important; border-image: repeating-linear-gradient(40deg, #ccc, #ccc, #fff 1px)50!important; box-sizing:border-box; overflow:hidden; padding:0!important; margin:0!important;}
@media screen and (max-width:768px) {
	.box-flow { padding:24px 5%;}
	.box-flow h3 .time { font-size:24px;}
	.box-flow h3 .time .label { background-color:#ffcc33; line-height:24px;}
	.box-flow h3 strong { font-size:24px;}
	.box-flow .dl-point { display:block;}
	.box-flow .dl-point dt { width:100%; padding:8px 0;}
	.box-flow .txt { width:100%; float:none; padding:0;}
	.box-flow .txt p { padding-left:0;}
	.box-flow .txt .block { display:block; width:100%; height:auto; padding:8px 0 16px; margin-bottom:20px;}
	.box-flow .txt p { padding:0 5%;}
	.box-flow img { width:100%; height:auto; margin-top:16px;}
}

.inner-50on { margin:40px 0 80px; overflow:hidden;}
.inner-50on ul { width:calc(10% - 2px); float:left; margin:0; padding:0;}
.inner-50on ul li { margin:2px 1px; height:35px; list-style:none;}
.inner-50on ul li a,.inner-50on ul li span { display:block; width:100%; text-align:center; line-height:35px; font-weight:bold; font-size:18px; border-radius:4px;}
.inner-50on ul li a { background-color:#F5F5F5; color:#FFCC33;}
.inner-50on ul li span { color: #B3B3B3; background: #E6E6E6;}
@media screen and (max-width:768px){
	.inner-50on { margin:40px 0;}
	.inner-50on ul { width:100%; float:none;}
	.inner-50on ul li { width:calc(20% - 2px); float:left; height:40px;}
	.inner-50on ul li a,.inner-50on ul li span { line-height:40px;}
}


.midashi-concept { font-size:28px !important; margin:40px 0 !important; padding:0 0 0 32px !important; position:relative; line-height:1 !important; font-weight:500;}
.midashi-concept:before { content:""; display:inline-block; width:20px; height:2px; position:absolute; top:13px; left:0; background-color:#0d0047;}
@media screen and (max-width:768px){
	.midashi-concept { font-size:24px; margin:64px 0 24px;}
	.midashi-concept:before { top:10px;}
}

.logo-hou { width:400px; margin:0 0 32px;}
.btn-hou { font-size:14px; font-weight:bold; line-height:48px; height:48px; min-width:200px; padding:0 40px 0 16px; border:1px solid #000; background-color:#000; position:relative; display:inline-block; margin:32px 0 40px; color:#fff !important;}
.btn-hou:hover { background-color:#fff; color:#111 !important;}
.btn-hou:after { content:""; display:block; width:20px; height:1px; background-color:#0d0047; position:absolute; top:23px; right:-10px;}
@media screen and (max-width:768px){
	.logo-hou { width:300px; margin:0 0 24px;}
	.btn-hou { min-width:180px; margin:24px 0 40px;}
}

.ul-hou,.ul2-hou { margin:0 0 120px; padding:0; overflow:hidden;}
.ul-hou li { width:calc(100% / 3); float:left; margin-bottom:20px; list-style:none; font-weight:bold; letter-spacing:.1em;}
.ul-hou li.w50 { width:50%;}
.ul-hou li.w50 img { height:283px; object-fit:cover;}
.ul-hou li img { width:100%; margin-bottom:8px;}

.ul2-hou li { width:30%; margin-right:5%; float:left; list-style:none; margin-bottom:20px; height:410px;}
.ul2-hou li:nth-of-type(3n) { margin-right:0;}
.ul2-hou li h4 { font-size:20px; margin:12px 0 8px;}
@media screen and (max-width:768px){
	.ul-hou,.ul2-hou { margin:0; padding:0; overflow:hidden;}
	.ul-hou { margin:0 -5%;}
	.ul-hou li { width:calc(100% / 2); text-align:center;}
	.ul-hou li img { height:139px;}
	.ul-hou li.w50 img { height:139px;}
	
	.ul2-hou li { width:100%; margin-right:0; float:none; margin-bottom:40px;}
	.ul2-hou li h4 { font-size:22px;}
}

.inner-spirit { width:70%; margin:0 auto;}
.inner-spirit h3 { font-size:18px; font-weight:400; margin:0 0 40px; text-align:center; font-weight:500;}
@media screen and (max-width:768px){
	.inner-spirit { width:100%;}
}

.midashi2-top { text-align:center; font-size:20px; letter-spacing:.1em; margin:0 0 32px;}
.midashi2-top span { font-size:8px; margin-top:2px; display:block;}

.box-shop { overflow:hidden; margin:0 0 40px;}
.box-shop img { width:48%; float:left; margin-right:4%;}
.box-shop .txt { width:48%; float:right;}
.box-shop h4 { clear:none; font-size:18px; border-bottom:3px solid #F7D358; margin:0 0 20px;}
.box-shop h4 span { font-size:12px; display:block;}
.box-shop .btn { display:inline-block; background-color:#000; color:#fff; text-decoration:none !important; padding:0 4px; margin:10px 0; margin-right:8px;}
.box-shop .btn2 { background-color:#D5B52B;}
.box-shop .box { background-color:#efefef; padding:10px;}

.box-btn { width:80%; margin:40px auto 80px;}
.box-btn a { width:40%; border:1px solid #D5B52B; display:block; text-align:center; margin:0; padding:24px 0; text-decoration:none; box-sizing:border-box;}
.box-btn a:hover { background-color:#D5B52B; color:#fff;}

.wrap-shop { width:80%; margin:0 auto 80px !important;}
.wrap-shop h3 { margin:40px 0 24px; font-size:16px; text-align:center; padding:0 0 8px;}
.wrap-shop dl { margin:0; padding:0;}
.wrap-shop dt { width:30%; float:left; font-weight:400;}
.wrap-shop dd { margin:0 0 8px; padding:0 0 0 30%; border-bottom:1px solid #ccc;}
.wrap-shop a { width:100%; border:1px solid #111; padding:16px 0; text-align:center; display:block; margin:24px 0 0;}
.wrap-shop a:hover { background-color: #111; color:#fff;}
@media screen and (max-width:768px){
	.box-btn { width:100%; margin:40px auto;}
	.box-btn a { width:100%; text-align:center; padding:16px 0; box-sizing:border-box;}
	.wrap-shop { width:100%;}
	.wrap-shop .w47 { margin-bottom:0;}
}

.wrap-rec { padding:64px 5%;}
.inner-rec { padding:64px 0; position:relative;}
.inner-rec p { margin:0;}
.inner-rec img { width:55%;  height:270px; object-fit:cover;position:absolute; top:0; right:0;}
.inner-rec.p2 img { z-index:10;}
.inner-rec .txt { width:55%; background-color:#fff !important; padding:40px; position:relative; z-index:9; box-sizing:border-box}
.inner-rec.p2 .txt { padding:40px 15% 40px 40px;}
.inner-rec .txt h3 { font-size:20px; margin:0 0 32px; position:relative; padding:0 0 0 88px;}
.inner-rec .txt h3 span { font-size:56px; line-height:1; color:#0d0047; position:absolute; top:0; left:0;}
.inner-rec .txt h3 strong { font-size:22px; display:block;}
.inner-rec .txt h3 em { color:#0d0047;}
.inner-rec .btn { width:300px; display:block; text-align:center; font-size:18px; font-weight:bold; padding:6px 0; margin:-24px auto 0; background-color:#000; color:#fff!important; border-radius:40px; position:relative; z-index:19;}
@media screen and (max-width:768px){
	.wrap-rec { padding:40px 5% 1px!important;}
    .inner-rec { padding:0;}
	.inner-rec img { width:100%; position:static; height:auto;}
	.inner-rec .txt { width:100%; padding:24px 5%;}
	.inner-rec .btn { width:100%; margin:20px 0 40px; padding:4px 0; font-size:14px;}
}

.midashi-rec { font-size:48px !important; text-align:center; color:#0d0047; margin:0 0 40px !important;}
.midashi-rec span { border-bottom:3px solid red; padding:0 0 4px;}
.midashi2-rec { font-size:32px !important; margin:40px 0 !important; text-align:center;}
.midashi3-rec { background-color:#0d0047; color:#fff; padding:8px; text-align:center; font-size:16px !important; margin:40px 0 20px !important;}
.wrap-rec .box { padding:24px 5% 4px; background-color:#fff; box-sizing:border-box;}

.img-rec { width:100%; margin:80px 0;}
.midashi4-rec { font-size:20px !important; margin:0 0 40px !important; text-align:center;}
@media screen and (max-width:768px){
	.midashi-rec { font-size:32px !important; margin:0 0 24px !important;}
	.midashi2-rec { font-size:20px !important; margin:24px 0 !important;}
	.img-rec { margin:40px 0;}
}

.dl-iv { margin:40px 0; height:180px; padding:0; display:flex; align-items:stretch; position:relative;}
.dl-iv.per { margin:0;}
.dl-iv dt { width:40%;}
.dl-iv dt img { width:100%; height:100%; object-fit:cover;}
.dl-iv dd { width:60%; padding:20px 24px 0; box-sizing:border-box; background-color:#fff; font-size:14px; margin:0 !important;}
.dl-iv.per dd { background-color:#0d0047; color:#fff;}
.dl-iv dd h3 { font-size:24px !important; margin:0 0 8px !important;}
.dl-iv dd strong { font-size:20px;}
.dl-iv dd p { margin:0 0 20px !important;}

.box-iv { padding:40px 5%; background-color:#fff;}
.box-iv h3 { font-size:24px !important;}
.box-iv h4 { font-size:24px !important; border-bottom:3px solid #ccc; padding:0 0 8px;}
.box-iv h4 span { color:#0d0047; padding-right:16px;}

.link-wrap { width:100%; height:100%; position:absolute; top:0; left:0; z-index:9;}
@media screen and (max-width:768px){
	.dl-iv { margin:40px 0; height:auto; display:block;}
	.dl-iv dt { width:100%;}
	.dl-iv dt img { height:auto;}
	.dl-iv dd { width:100%; padding:20px 5%;}
	.dl-iv dd h3 { font-size:22px !important;}
	.dl-iv dd strong { font-size:18px;}
	
	.box-iv { padding:40px 0;}
}

.midashi-produce { font-size:16px !important; text-align:center; line-height:1.6 !important; font-weight:400 !important; padding:80px 0 0 !important; margin:0 0 80px !important;}
.midashi-produce span { font-size:28px; font-weight:700;}
.midashi2-produce { font-size:32px; color:#FA58AC; background: -webkit-linear-gradient(0deg, #FA58AC, #ffc0cb); -webkit-background-clip: text; -webkit-text-fill-color: transparent; text-align:center; margin:0 0 80px; font-weight:700;}

.box-produce { margin:0 0 100px; padding:32px; background-color:#efefef; position:relative;} 
.box-produce h4 { font-size:24px; text-align:center; border-bottom:1px dashed #000; padding:0 0 20px; margin:-48px 0 0; letter-spacing:.05em;}
.box-produce h4 span { font-size:28px; color:#ffa500; display:block; margin-bottom:16px;}
.box-produce div { padding:24px 24px 0; overflow:hidden; line-height:2;}
.box-produce div img { width:40%; float:left; margin-right:32px; margin-bottom:24px;}
.box-produce div a,.wrap-feature .w50 .btn-a,.btn-a { background-color:#ffa500; color:#fff !important; padding:8px 40px; display:inline-block; margin-right:24px; border-radius:24px; margin-top:20px; border:1px solid #ffa500;}
.box-produce div a i { padding-left:8px;}
.box-produce div a:hover,.wrap-feature .w50 .btn-a:hover,.btn-a:hover { background-color:#fff; color:#ffa500 !important;}
.box-produce:after { content:"↓"; font-size:80px; color:#111; position:absolute; left:calc( 50% - 20px ); bottom:-80px; font-weight:400;}
.box-produce.last:after { display:none;}
.box-produce.last { margin:0 0 80px;}
.box-produce div p { padding-left:42%;}
@media screen and (max-width:768px) {
	.midashi-produce { margin:64px 0;}
	.midashi-produce span { font-size:28px;}
	.midashi2-produce { font-size:24px; margin:0 0 40px;}
	.box-produce { margin:0 0 64px; padding:32px 5%;}
	.box-produce h4 { font-size:18px; line-height:1.6; margin:-46px 0 0; }
	.box-produce h4 span { line-height:1;}
	.box-produce div { padding:24px 0 0;}
	.box-produce div img { width:100%; float:none; margin-right:0;}
	.box-produce div a,.wrap-feature .w50 .btn-a { display:block; margin-right:0; text-align:center;}
	.box-produce:after { font-size:64px; left:calc( 50% - 19px ); bottom:-80px;}
	.box-produce.last { margin:0 0 40px;}
	.box-produce div p { padding-left:0;}
}

.midashi-gyou { font-size:30px !important; margin:40px 0 !important; padding:2px 16px !important; border-left:10px solid #FFCC33; box-sizing:border-box;}
.ul-gyou { border-top:1px solid #ccc; margin:0 !important; padding:0;}
.ul-gyou.last { margin:0 0 40px !important;}
.ul-gyou li { border-bottom:1px solid #ccc; padding:20px 0; margin:0; list-style:none; font-size:16px;}
.ul-gyou li h4 { font-size:22px; margin:0 0 24px;}
.ul-gyou li h4 i { color:#FFCC33; padding-right:8px;}
.ul-gyou li p { margin:0;}
.ul-gyou li a { color:#FFCC33; text-decoration:underline;}
@media screen and (max-width:768px){
	.midashi-gyou { font-size:24px !important; margin:24px 0 !important;}
	.ul-gyou li h4 { font-size:20px; margin:0 0 16px;}
	.ul-gyou.last { margin:0 0 40px !important;}
}

.midashi-first { text-align:center; font-size:32px; font-weight:400; color: #0B173B; margin:80px 0 20px;}
.des-first { font-size:20px; text-align:center; color: #0B173B; margin-bottom:40px; font-weight:400;}
.midashi2-first { text-align:center; margin:80px 0; background-color:#E0E6F8; color: #0B173B; padding:80px 0; font-size:24px; font-weight:400;}

.img-first { width:38%; display:block;}
.textarea { width:57%;}
.textarea h4 { font-size:20px; font-weight:400; color: #ffcc33; margin-top:0; margin-bottom:16px;}
.textarea h4 span { width:140px; text-align:center; display:block; background-color:#ffcc33; color:#fff; font-weight:400; padding:4px 0 2px; font-size:14px; border-radius:20px; margin-bottom:16px;}
.textarea a,.box-pageser a,.wrap-reason a  { width: 320px; height: 60px; line-height: 60px; border-radius: 0; font-size: 18px; padding: 0; text-align: center; border: 1px solid #0B173B; margin: 20px 0 0; display: block; color:#ffcc33;}
.textarea small { display:block; margin-top:16px;}

.hr-first { border:32px solid #ffcc33; margin:80px 0;}
@media screen and (max-width:768px) {
    .midashi-first { text-align:center; font-size:20px; font-weight:400; margin:40px 0 20px;}
    .des-first { font-size:15px; text-align:center; margin-bottom:40px; font-weight:400;}
    .midashi2-first { text-align:center; margin:40px 0; padding:40px 16px; font-size:20px; font-weight:400;}
    .img-first { width:100%; margin-bottom:20px;}
    .textarea { width:100%;}
    .textarea a,.box-pageser a,.wrap-reason a { width: 100%; height: 60px; line-height: 60px; border-radius: 0; font-size: 18px; padding: 0; text-align: center; margin: 20px 0 0; display: block;}
	.textarea h4 { font-size:16px;}
    .hr-first { margin:40px 0;}
}

.midashi-rec-kind { font-size:24px !important; margin:40px 0 20px !important;}
@media screen and (max-width:768px){
	.midashi-rec-kind { font-size:20px !important;}
}

.dl-company { border:6px solid #eee; margin:0; padding:0;}
.dl-company dt { width:22%; float:left; padding:16px 0 16px 16px; position:relative; z-index:9; box-sizing:border-box;}
.dl-company dd { border-bottom:1px solid #aaa; padding:16px 16px 16px 29%; margin:0; position:relative;}
.dl-company dd:before { content:""; width:1px; height:100%; background-color:#aaa; position:absolute; top:0; left:25%;}
.dl-company dd:last-of-type { border:0;}
.dl-company dt:nth-of-type(2n),.dl-company dd:nth-of-type(2n) { background-color:#e5e5e5;}
@media screen and (max-width:768px){
	.dl-company { text-align:left;}
	.dl-company dt { width:100%; float:none; border-right:0; border-bottom:1px dashed #aaa; padding:10px;}
	.dl-company dd { border-bottom:2px solid #aaa; padding:10px;}
	.dl-company dd:before { display:none;}
}

.btn-rec { display:block; width:260px; background-color:#fff; text-align:center; height:56px; line-height:56px; margin:0; border:1px solid #000;}
.btn-rec:hover { background-color:#fffacd;}
.btn-rec { margin:40px auto;}

.midashi-recruit { font-size:20px !important; color:#333; margin:40px 0 24px; line-height:1.8 !important; position:relative;}
.midashi-recruit span { font-size:80px; font-weight:500; display:block; line-height:1; margin-bottom:20px;}
.midashi-recruit:after {  content: ""; position: absolute; left:0; width: 50px; height: 2px; background-color:#ffcc33; bottom: 0;}
@media screen and (max-width:768px){
	.midashi-recruit span { font-size:48px;}
}

.wrap-contact { padding:80px 5%; margin:80px 0; background-color:#efefef;}
.midashi-contact { font-size:18px !important; margin:0 0 20px !important; padding:0 !important; letter-spacing:.05em; line-height:1;}
.midashi-contact:before { content:"■"; color:#0d0047; padding-right:8px;}
.wrap-contact ul { margin:0; padding:0;}
.wrap-contact li { list-style:none; font-size:15px; font-weight:bold; line-height:32px; padding:8px 0 4px; position:relative; margin:16px 0 0;}
.wrap-contact li i { color:#0d0047; font-size:6px; position:relative; z-index:9; background-color:#efefef; padding-right:12px;}
.wrap-contact li strong { background-color:#efefef; padding:0 16px 0 0; position:relative; z-index:9;}
.wrap-contact li a { width:50%; float:right; color:#0d0047; font-size:32px; line-height:32px; display:block; margin-top:-6px; background-color:#efefef;}
.wrap-contact li a small { font-size:18px;}
.wrap-contact li:before { content:""; display:block; width:48%; height:1px; background-color:#ccc; position:absolute; top:22px; left:0; z-index:2;}

.wpcf7 { box-sizing:border-box;}
.wpcf7 input.wpcf7-submit { background-color:#0d0047;}
@media screen and (max-width:768px){
	.wrap-contact { padding:40px 5%; margin:40px 0;}
	.wrap-contact li a { width:100%; float:none; font-size:24px; margin-top:8px;}
	.wrap-contact li a small { font-size:14px;}
	.wrap-contact li:before { display:none;}
}

.table-price td { vertical-align:middle;}
.table-price tr { border-bottom:1px solid #ccc;}

.dl-option { margin:0 0 20px; padding:0;}
.dl-option dt { width:24%; float:left; background-color:#ddd; padding:8px; box-sizing:border-box;}
.dl-option dd { margin:0; padding:8px 0; padding-left:26%;  border-bottom:1px solid #ccc;}
@media screen and (max-width:768px) {
	.table-price tr th:nth-of-type(1),.table-price tr td:nth-of-type(1) { width:27%; text-align:center;}
	.table-price tr th:nth-of-type(3),.table-price tr td:nth-of-type(3) { width:33%; text-align:center;}
	
	.dl-option dt { width:100%; float:none;}
	.dl-option dd { padding-left:0;}
}

.midashi-head-line { font-size:40px !important; margin:0 !important; text-align:center; padding:140px 30% 140px 10% !important; position:relative; text-align:center; background-color:#00b900; color:#fff;}
.midashi-head-line img { width:20%; height:90%; position:absolute; top:5%; right:10%;}
@media screen and (max-width:768px){
	.midashi-head-line { font-size:28px !important; padding:48px 5% !important;}
	.midashi-head-line img { display:none;}
}

.midashi-line { font-size:36px !important; margin:80px 0 40px !important; text-align:center; color:#00b900; border:3px solid #00b900; border-radius:40px; padding:0 !important;}
@media screen and (max-width:768px){
	.midashi-line { font-size:20px !important; margin:40px 0 24px !important; border-radius:4px;}
}

.ul-line { width:70%; margin:0 auto  !important; padding:0 !important; }
.ul-line li { background-color:#008dd7; color:#fff; font-size:32px; padding:20px 48px !important; list-style:none !important; border-radius:20px; margin-bottom:24px; line-height:32px;}
.ul-line li a { border:1px solid red; color:red !important; padding:0 16px; background-color:#fff; float:right;}
.ul-line li a:hover { text-decoration:none;}
@media screen and (max-width:768px){
	.ul-line { width:90%;}
	.ul-line li { padding:8px 24px !important; border-radius:4px; line-height:20px; font-size:20px; margin-bottom:20px;}
	.ul-line li a { padding:0 8px;}
}

.bg-line { background-color:#00b900; padding:1px 0 24px; color:#fff; margin:80px 0 40px;}
.bg-line h3 { color:#fff; border-color:#fff;}
@media screen and (max-width:768px){
	.bg-line { margin:40px 0 20px;}
	.bg-line .wrap { width:90%;}
	.bg-line p { margin:0;}
}

.inner-flow-line { display:flex !important; margin:0 0 40px; align-items:center;}
.inner-flow-line img { width:30%;}
.inner-flow-line span { font-size:32px; width:5%; display:block; text-align:center;}
@media screen and (max-width:768px){
	.inner-flow-line { background-color:#fff; padding:20px; border-radius:20px; margin:0 0 24px; text-align:center; display:block; color:#111; line-height:2;}
	.inner-flow-line a { background-color:#00b900; color:#fff; padding:8px 16px; }
}

.des-line { font-size:20px; }
.qr-line { width:200px; display:block; margin:0 auto 64px;}
.box-line { width:60%; background-color:#fff; padding:8px 24px; margin:0 auto; border-radius:20px; color:#111;}
.box-line h4 { color:#00b900; font-size:24px; margin:0 0 20px;}
.btn-line { width:300px; display:block; text-align:center; background-color:#668ad8; color:#fff !important; font-size:24px; line-height:60px; margin:0 auto 40px;}
@media screen and (max-width:768px){
	.box-line { width:100%; padding:20px; box-sizing:border-box;}
	.box-line h4 { font-size:20px;}
}

.midashi-new { font-size:20px; margin:0 0 80px; font-weight:bold;}
.box-new { border-left:1px solid #ccc; padding:16px 24px; display:inline-block; margin:0 0 80px; box-sizing:border-box;}
.box-new .imgarea,.box-new .txtarea { width:48%;}
.box-new.w48 .imgarea,.box-new.w48 .txtarea { width:100%;}
.box-new h3 { font-size:18px; margin:0 0 24px; font-weight:bold;}
.box-new h3 span { font-size:12px; margin-left:10px; display:inline-block;}

.box-new .logo { width:120px; margin:0 0 20px;}
.box-new h4 { font-size:16px; margin:0 0 20px;}
.box-new a { border:1px solid #444; display:inline-block; margin-top:32px; padding:12px 16px; color:#444; line-height:1;}
.box-new .imgarea .des { font-size:12px; text-align:right; margin:8px 0 0;}
.box-new .imgarea { margin:0 0 20px;}
@media screen and (max-width:768px){
	.box-new { margin:0 0 40px; padding:20px 5%;}
	.box-new .imgarea,.box-new .txtarea { width:100%;}
}

.midashi-service { font-size:24px; margin:120px 0 0; font-weight:400;}
.des-service { font-size:12px; margin-bottom:40px;}
@media screen and (max-width:768px){
    .midashi-service { font-size:32px; margin:40px 0 0;}
	.des-service { margin-bottom:24px;}
}

.dl-access,.dl-menu { margin:0 0 80px; padding:0; width:48%; border-top:1px solid #ccc;}
.dl-access dt,.dl-menu dt { font-weight:400; width:14%; float:left; padding:8px 0;}
.dl-access dd,.dl-menu dd { padding:8px 0 8px 16%; margin:0; border-bottom:1px solid #ccc;}
.dl-menu dt { float:right;}
.dl-menu dd { padding:8px 0;}
@media screen and (max-width:768px) {
	.dl-access,.dl-menu { margin:0; padding:0; width:100%; border-top:1px solid #ccc;}
    .dl-access dt,.dl-menu dt { font-weight:400; width:20%; float:left; padding:8px 0;}
    .dl-access dd,.dl-menu dd { padding:8px 0 8px 16%; margin:0; border-bottom:1px solid #ccc;}
    .dl-menu dt { float:right;}
    .dl-menu dd { padding:8px 0;}
	.dl-access:nth-of-type(1) { margin:0;}
	.dl-access:nth-of-type(2) { border-top:0;}
	.dl-access dt { width:100%; float:none; padding:8px 0 4px;}
	.dl-access dd { padding:0 0 8px;}
	.overflow .dl-menu:nth-of-type(2) { border-top:0;}
}

.caution-price { color:red; margin:40px 0;}

.pall-l { margin-bottom: 60px; margin-top: 80px; overflow: hidden;}
.p-page-l { float: left; padding-top: 40px; width: 30%;}
h2.midashi { font-size:19px; font-style:italic; letter-spacing:3px; margin:0; font-weight:400;}
h3.midashi { border-top:1px solid black; height:18px; margin:50px 0 0; padding:0;}
h3.midashi span { background:white none repeat scroll 0 0; font-size:15px; font-style:italic; letter-spacing:2px; padding:0 20px 0 0; position:relative; top:-13px;}
@media screen and (max-width:768px){
	h3.midashi span { top:-16px;}
}

.handbook { float: left; max-width: 700px; width: 70%;}
.p-midasi { line-height: 1.8;}
.p-midasi a { color:#000 !important; text-decoration:underline !important;}

.p-allbox { border-bottom:1px dotted #cdcdcd; margin:20px 0; max-width:665px; overflow:hidden; padding-bottom:2px; width:100%;}
.p-lbox { float:left; font-weight:bold; padding-left:2%; width:78%; line-height:2;}
.p-lbox small { font-weight:400;}
.p-lbox.owner { width: 58%;}
.p-rbox { float:left; font-style:italic; letter-spacing:2px; margin-right:1%; text-align:right; width:20%;}
.p-rbox.owner { width: 40%; float: right;}
p.text-midashi { color:#888; font-size:12px; font-style:italic; margin-bottom:0; margin-left:2%;}
@media screen and (max-width:768px){
.pall-l { margin-bottom: 40px; margin-top: 40px; overflow: hidden;}
.p-page-l { clear:both; padding-top: 0; width: 100%;}
.handbook { clear:both; max-width: 700px; width: 100%;}
.p-lbox.owner { width: 100%;}
.p-rbox.owner { width: 100%; clear:both; text-align:right;}
}

.wrap-faq-new { background-color:#0d0047; color:#fff; position:relative; padding:0 0 0 24%; margin:80px 0;}
.wrap-faq-new p { margin:0; font-size:0;}
.wrap-faq-new h3 { font-size:32px; margin:0; font-weight:400; position:absolute; top:100px; left:24px;}
.wrap-faq-new h3 small { font-size:13px; display:block; font-weight:300;}
.wrap-faq-new .inner { background-color:#fff; color:#111; padding:100px 40px; box-sizing:border-box;}
@media screen and (max-width:768px){
	.wrap-faq-new { padding:160px 5% 24px; margin:40px 0;}
	.wrap-faq-new h3 { font-size:24px; top:64px; left:5%;}
	.wrap-faq-new h3 small { font-size:12px;}
	.wrap-faq-new .inner { padding:0; background-color:transparent;}
}

.box-faq { border:1px solid #f6f6f8; margin:0 0 16px; padding:16px 0; display:flex; align-items:center; color:#999; background-color:#fff;}
.box-faq .q { width:100px; text-align:center; font-size:24px; font-weight:400; height:100%;}
.box-faq:hover { border:1px solid #0d0047;}
.box-faq:hover .q { color:#0d0047;}
.box-faq:hover .hidden_box { border-color:#0d0047; color:#0d0047;}
.box-faq:hover label {}
.box-faq  p { margin:0;}
@media screen and (max-width:768px){
	.box-faq .q { width:64px; font-size:18px;}
}

/*全体*/
.wrap-faq-new .hidden_box {
    margin:  0;/*前後の余白*/
    padding: 24px 0 24px 24px; border-left:1px solid #f6f6f8; width:100%; border-bottom:0;
}

/*ボタン装飾*/
.wrap-faq-new .hidden_box label {
    padding: 0;
    font-weight: 400;
    cursor :pointer; font-size:18px; display:block; position:relative; width:100%; background-color:#fff;
 height:auto; line-height:auto; color:#999;}
.wrap-faq-new .hidden_box label i { position:absolute; top:14px; right:20px; font-size:24px;}

/*ボタンホバー時*/
.wrap-faq-new .hidden_box label:hover {
    color:#111;
}

/*チェックは見えなくする*/
.wrap-faq-new .hidden_box input {
    display: none;
}

/*中身を非表示にしておく*/
.wrap-faq-new .hidden_box .hidden_show {
    height: 0;
    padding: 0;
    overflow: hidden;
    opacity: 0;
   
}

/*クリックで中身表示*/
.wrap-faq-new .hidden_box input:checked ~ .hidden_show {
    padding: 10px 48px 10px 0;
    height: auto; border-bottom:0;
    opacity: 1;
}
.wrap-faq-new .hidden_box input:checked ~ label i { transform:rotate(180deg); padding-left:0;}
.wrap-faq-new .hidden_box input:checked ~ label:after { display:none;}
@media screen and (max-width:768px){
	.wrap-faq-new .hidden_box { padding:8px 0 8px 8px;}
	.wrap-faq-new .hidden_box label { font-size:13px; font-weight:300;}
	.wrap-faq-new .hidden_box label i { top:4px; font-size:18px;}
	.wrap-faq-new .hidden_box input:checked ~ .hidden_show { padding:8px 0 0;}
}

.wrap-2c { position:relative; display:flex;}
.wrap-2c a { text-decoration:none;}
.wrap-2c.prof { background-color:#0d0047; color:#fff;}
.wrap-2c.prof a { color:#fff; text-decoration:none;}
.left-content { width:24%; padding:80px 5%; top:256px; left:0; position:fixed; height:100%;}
.left-content h3 { font-size:80px; writing-mode:vertical-rl; margin:0; position:absolute; top:80px; left:5%; font-weight:400;}
.left-content ul { margin:0; padding:0; width:60%; position:absolute; top:80px; right:48px;}
.left-content ul li { list-style:none;}
.left-content ul li a { font-size:13px; color:#ccc; text-align:right; display:block;}
@media screen and (max-width:768px){
	.wrap-2c { display:block;}
	.left-content { width:100%; padding:40px 5%; position:static; overflow:hidden;}
	.left-content h3 { font-size:24px; writing-mode:horizontal-tb; position:static;}
	.left-content ul { position:static; float:right; text-align:right;}
}

.right-content { width:100%; padding:0 5% 0 24%;}
.right-content.disc {}

.right-content.disc ul { margin:0; padding:0 0 0 48px; overflow:hidden; border-left:1px solid #aaa;}
.right-content.disc ul li { width:30%; float:left; margin-right:5%; list-style:none; margin-bottom:48px;}
.right-content.disc ul li:nth-of-type(3n) { margin-right:0;}
.right-content.disc ul li .date { margin:12px 0; font-size:12px;}
.right-content.disc ul li .date span { color:#aaa; padding-right:8px;}
.right-content.disc ul li h4 { margin:12px 0;}
@media screen and (max-width:768px){
	.right-content { padding:0 5%;}
	.right-content.disc ul { padding:0 0 40px; border-left:0;}
	.right-content.disc ul li { width:48%; float:left; margin-right:4%; margin-bottom:20px;}
	.right-content.disc ul li:nth-of-type(3n) { margin-right:4%;}
	.right-content.disc ul li:nth-of-type(2n) { margin-right:0;}
}

.prof-imagearea { padding:120px 160px 0 0; position:relative; margin:0 0 100px;}
.prof-imagearea h3 { font-size:80px; margin:0; text-align:right; position:absolute; top:0; right:0; line-height:1.2; font-weight:400;}
@media screen and (max-width:768px){
	.prof-imagearea { padding:0; margin:0 0 40px;}
	.prof-imagearea h3 { font-size:24px; position:static; text-align:left; margin:0 0 24px;}
}

.inner-prof { display:flex; padding:0 0 80px; margin:80px 0 0;}
.inner-prof h4 { font-size:14px; margin:0; width:10%;}
.inner-prof .txt { width:90%; line-height:2;}
.inner-prof .txt dl { margin:0; padding:0; padding-left:240px;}
.inner-prof .txt dt { font-size:40px; font-weight:400; line-height:1; position:relative;}
.inner-prof .txt dt img { width:220px; position:absolute; left:-240px; top:0;}
.inner-prof .txt dd { font-size:20px; margin:0;}
.inner-prof .txt dd a { color:#fff; padding-right:16px;}
.inner-prof .txt dl p { margin:24px 0 48px;}
@media screen and (max-width:768px){
	.inner-prof { padding:0 0 40px; margin:40px 0 0; display:block;}
	.inner-prof h4 { font-size:18px; width:100%; margin:0 0 20px;}
	.inner-prof .txt { width:100%;}
	.inner-prof .txt dl { padding-left:0;}
	.inner-prof .txt dt { font-size:24px;}
	.inner-prof .txt dt img { width:100%; position:static; display:block; margin:0 0 16px;}
	.inner-prof .txt dd { font-size:16px; margin:0 0 40px;}
}

.header-page { text-align:center; margin:0; padding:160px 0 48px; background-color:#efefef; position:relative;}
.header-page img { width:100%; height:224px; object-fit:cover; position:absolute; top:0; left:0; }
.header-page h3 { background-color:#fff; margin:0 auto; padding:24px 20px 24px; font-size:32px; text-align:center; width:50%; box-sizing:border-box; position:relative; z-index:9;}
.header-page h3 small{ font-size:13px; display:block; font-weight:400; margin-top:20px;}
.header-page h3:after { content:""; display:block; width:64px; height:3px; background-color:#0d0047; position:absolute; bottom:0; left:calc(50% - 32px);}
.header-page h4 { font-size:32px; text-align:center; margin:48px 0 0; position:relative; z-index:9; font-weight:400;}
.header-page p { margin:0;}
.header-page dl { width:50%; display:flex; margin:0 auto; padding:30px 45px; background-color:#000; color:#fff; position:relative; z-index:9;}
.header-page dt { width:35%; text-align:center; padding:0 55px 0 0; height:114px; margin:0 55px 0 0; border-right:1px solid #fff; font-size:64px; line-height:1.2; font-weight:400; color:#0d0047;}
.header-page dt small { font-size:13px; line-height:1.6; display:block; margin:0 0 8px; color:#fff;}
.header-page dd { line-height:114px; width:65%; font-size:24px;}
.header-page .lead { width:70%; margin:40px auto 0; text-align:center;}
@media screen and (max-width:768px){
	.header-page { padding:160px 0 20px;}
	.header-page dl { width:90%; display:block; padding:16px;}
	.header-page dt { width:100%; padding:0; height:auto; margin:0; border-right:0; border-bottom:1px solid #fff; font-size:40px;}
	.header-page dd { width:100%; line-height:2; margin:8px 0 0;}
	.header-page h4 { font-size:24px; margin:40px 0 0;}
	.header-page .lead { width:90%; margin:24px auto 0; text-align:left;}
}

.inner-passive { padding:48px; background-color:#fff;}
.inner-passive .box-bottom { padding:0 0 0 180px; position:relative; overflow:/*hidden*/;}
.inner-passive .num-box-passive { position:absolute; top:0; left:0;}
.inner-passive .btn-basic { margin: 16px auto 16px 0;}
@media screen and (max-width:768px){
	.inner-passive { padding:20px;}
    .inner-passive .box-bottom { padding:0;}
	.inner-passive .num-box-passive { position:static; margin-bottom:20px!important;}	
}

.num-box-passive { width:140px; height:140px; border:3px solid #111; box-sizing:border-box; padding:16px; font-size:48px; color:#0d0047; text-align:right; line-height:1;}
.num-box-passive span { font-size:20px; padding:0 0 16px; margin:0 0 20px; text-align:left; display:block; position:relative; color:#111;}
.num-box-passive span:after { content:""; width:24px; height:1px; background-color:#0d0047; display:block; position:absolute; bottom:0; left:0;}
@media screen and (max-width:768px){
	.num-box-passive { width:100px; height:100px; padding:8px; font-size:40px;}
	.num-box-passive span { padding:0 0 8px; margin:0 0 8px;}
}

.midashi-passive { font-size:24px; font-weight:400; margin:0 0 40px; line-height:1.6;}
.midashi-passive small { font-size:14px; color:#0d0047; display:block; margin:0 0 12px;}
@media screen and (max-width:768px){
	.midashi-passive { margin:0 0 20px;}
}

.btn-passive { display:block; width:150px; line-height:48px; border:2px solid #111; text-align:center; font-size:16px; color:#111 !important;}
.btn-passive:hover { background-color:#111; color:#fff !important;}
@media screen and (max-width:768px){
	.btn-passive { width:100%; line-height:40px; margin:20px 0 0;}
}

.inner-passive.second { background-color:#efefef;}
.inner-passive.second .num-box-passive { margin:0 0 40px; position:static;}

.box-passive { margin:48px 0; padding:64px; background-color:#fff;}
.box-passive h3 { margin:0 0 40px; font-size:28px; font-weight:400; line-height:2;}
.box-passive h3 span { border-bottom:2px solid #111;}
@media screen and (max-width:768px){
	.box-passive { margin:40px 0; padding:20px;}
	.box-passive h3 { margin:0 0 24px; font-size:24px;}
}

.bottom-passive { padding:48px 0 48px 24%; min-height: 350px;}
.bottom-passive h3 { background-color:#fafafa; top:48px;}
.bottom-passive .btn-passive { margin-top:20px;}
.bottom-passive ul { margin:0; padding:0; }
.bottom-passive ul li { list-style:none; border-bottom:1px dashed #ccc; position:relative; line-height:24px; padding:4px 32px; box-sizing:border-box;}
.bottom-passive ul li:first-of-type { border-top:1px dashed #ccc;}
.bottom-passive ul li small { line-height:24px; border-right:2px solid #0d0047; padding-right:32px; margin-right:32px; display:inline-block;}
@media screen and (max-width:768px){
	.bottom-passive { padding:20px 5%;}
	.bottom-passive h3 { position:static; display:block; margin:0 0 20px;}
}

.midashi-contact-new { margin:40px 0 !important; text-align:center; font-size:36px !important; font-weight:400; }
.midashi-contact-new span,.inner-faq h3 span,.bottom-passive h3 span { font-size:16px; width:120px; text-align:center; display:block; padding:0 0 16px; margin:0 auto 24px; position:relative; border-bottom:1px solid #111; }
.midashi-contact-new span:after,.inner-faq h3 span:after,.bottom-passive h3 span:after { content:""; width:1px; height:20px; display:block; background-color:#111; bottom:-20px; left:50%; position:absolute;}
@media screen and (max-width:768px){
	.midashi-contact-new { font-size:24px !important;}
}

.gaiyouw50 { width:50%; float:left; padding-right:40px; box-sizing:border-box;}
.gaiyouw50 ul { padding-top:10px; padding-left:20px;}
.gaiyou { border:1px solid #bbb; border-top:0; overflow:hidden; height:auto; margin-bottom:40px; background-color:#eee;}
.gaiyou dt { width:20%; float:left; padding:10px 0 10px 10px; box-sizing:border-box; border-top:1px solid #bbb;}
.gaiyou dd { padding:10px 10px 10px 10px; margin-left:20%; border-left:1px solid #bbb; background-color:#fff; box-sizing:border-box; border-top:1px solid #bbb;}
.gaiyouw50 img { width:100%; margin-bottom:20px;}

.overviewol { padding:10px 25px;}
@media screen and ( max-width:768px ) {
.gaiyouw50 { width:100%; clear:both; padding-right:0px;}
.gaiyouw50 ul { padding-top:20px; padding-left:20px; width:100%;}
.gaiyou { border-bottom:1px solid #bbb; overflow:hidden; height:auto; margin-bottom:20px;}
.gaiyou dt { width:100%; float:none; padding:10px;}
.gaiyou dd { width:100%; padding:10px; margin:0;}
}

.topshita { font-size:14px; text-align:center;}

.midashi2 { font-size:20px; text-align:center; margin:0 0 40px;}
@media screen and (max-width:768px) {
.midashi2 { font-size:20px !important;}
}

.w302 { width:33.3%; padding:18px; float:left; box-sizing:border-box;}
.w302 img { margin-bottom:20px;}
.w302title { font-size:20px; font-weight:bold; border-bottom: 1px solid #000;position: relative; padding:4px 0;}
.w302title:after { content: '';
    width: 20px;
    border-bottom: 1px solid #000;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    right: 0;
    margin-right: -2px;
    margin-bottom: 6px;
    bottom: 0;}
@media screen and ( max-width:768px ) {
.w302 { width:100%; padding:0px; clear:both; margin-bottom:20px;}
.w302 img { margin-bottom:10px;}
.w302title { font-size:20px; font-weight:bold; border-bottom: 1px solid #000;position: relative;}
.w302title:after { content: '';
    width: 20px;
    border-bottom: 1px solid #000;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    right: 0;
    margin-right: -2px;
    margin-bottom: 6px;
    bottom: 0;}
}

.midashi-page-new { font-size:20px !important; line-height:1;  margin:80px 0 40px !important; text-align:center; padding:0 0 8px;}
.midashi-page-new span { font-size:28px; display:block; margin:0 0 4px;}
@media screen and (max-width:768px){
	.midashi-page-new { font-size:14px !important; margin:40px 0 24px !important;}
	.midashi-page-new span { font-size:24px;}
}

.dl-com-new { margin:0 0 80px; padding:0; border-top:3px solid #ccc;}
.dl-com-new dt { width:24%; float:left; padding:16px 0 16px 8px; box-sizing:border-box;}
.dl-com-new dd { margin:0; padding:16px 0 16px 24%; border-bottom:3px solid #ccc; font-weight:bold;}
.dl-com-new dd strong { font-size:22px; line-height:1.2;}
.dl-com-new dd ul { margin:0; padding:0;}
.dl-com-new dd li { margin:0 0 24px; padding:0 0 0 24px; list-style:none; position:relative;}
.dl-com-new dd li:before { content:"\f45c"; font-family:"Font Awesome 5 Free"; display:inline-block; position:absolute; top:0; left:0; color:#0d0047;}
.dl-com-new dd li strong { display:block; margin:0 0 8px;}
.dl-com-new dd li dl { margin:0; padding:0;}
.dl-com-new dd li dt { margin:0;  color:#0d0047; display:block; float:none; width:100%; padding:0;}
.dl-com-new dd li dt a { background-color:#0d0047; color:#fff; border-radius:24px; padding:0 16px; margin:0 8px; display:inline-block; font-size:80%;}
.dl-com-new dd li dt a.black { background-color:#000;}
.dl-com-new dd li dt a.black:hover { background-color:#0d0047;}
.dl-com-new dd li dd { padding:0; border-bottom:0; margin:0 0 20px;}
@media screen and (max-width:768px){
	.dl-com-new { margin:0 0 40px;}
	.dl-com-new dt { width:100%; float:none; padding:8px;}
	.dl-com-new dd { margin:0; padding:0 8px 8px;}
	.dl-com-new dd li dl { font-size:12px;}
}

.midashi-his { font-size:32px !important; margin:64px 0 20px !important; text-align:center; color:#0d0047;}
.midashi-his span { border-bottom:3px solid #0d0047; padding:0 32px 8px;}
.lead-his { font-size:20px !important; color:#333; text-align:center; font-weight:bold; margin:0 0 8px !important;}
.img-his { width:50%; margin:0 auto; display:block;}
@media screen and (max-width:768px){
	.midashi-his { font-size:22px !important; margin:32px 0 20px !important;}
	.midashi-his span { padding:0 24px 4px;}
	.lead-his { font-size:14px !important;}
	.img-his { width:100%;}
}

.lead-service { font-size:32px !important; margin:64px 0 24px !important; text-align:center;}
.lead-service-new span { font-size:14px; margin:16px 0 0; display:block; line-height:2;}
.isn { padding:64px 5%;}
.isn .oss { font-size:16px;}
.isn .oss h3 { text-align:center;}
.isn .oss .bg-fff { padding:16px; box-sizing:border-box; display:flex; align-items:center; justify-content:space-around; flex-wrap:wrap;}
.isn .oss .bg-fff.shadow { box-shadow:0px 2px 16.74px 1.26px rgb(0 0 0 / 10%);}
.isn .oss .bg-fff b { border-bottom:2px solid #0d0047;}
.isn .oss .bg-fff h4 { width:140px; height:140px; background-color:#0d0047; border-radius:50%; text-align:center; display:flex; align-items:center; color:#fff; justify-content:center; padding:0;}
.isn .oss .bg-fff .check { width:calc(100% - 170px); position:relative; padding-left:30px; margin-left:20px;}
.isn .oss .bg-fff .check i { color:#0d0047; position:absolute; left:0; padding-top:8px;}
.isn .oss .border { width:100%; height:2px; background-color:#000; display:block; margin:24px 0 60px; position:relative;}
.isn .oss .border:before { content:""; width:12px; height:2px; background-color:#efefef; display:block; position:absolute; right:51%;}
.isn .oss .border:after { content:""; width:32px; height:2px; background-color:#000; display:block; transform:rotateZ(120deg); position:absolute; right:50%; top:14px;}
.ul-service-menu { list-style-type: none!important; margin:0 auto 40px!important; display:flex; flex-wrap:wrap;}
.ul-service-menu li { width:32%; margin-right:2%; margin-bottom:24px; background-color:#000; color:#fff; padding:12px 8px; text-align:center; box-sizing:border-box; font-size:20px; font-weight:bold; line-height:1.6; position:relative;}
.ul-service-menu li:after { content:""; width:0; height:0; border-style:solid; border-width:9px 9px 0 9px; border-color:#0d0047 transparent transparent transparent; position:absolute; right:30px; top:50%; margin-top:-4px;}
.ul-service-menu li small { display:block; font-size:14px; font-weight:400;}
.ul-service-menu li:nth-of-type(3n) { margin-right:0;}

.isn h3 { font-size:32px; margin:0 0 20px !important;}
.isn h3 small { font-size:14px; padding-left:20px;}
.isn .w35 img { border-radius:20px;}
.isn h4 { font-size:24px; margin:0 0 20px;}
.isn .box { border:2px solid #ccc; padding:4px 8px; display:block; margin:8px 0 0;}
.isn p { margin:0 0 16px;}
.isn ul { margin:0 !important; padding:0 !important; overflow:hidden;}
.isn li { width:48%; float:left; background-color:#333; color:#fff; padding:4px 0; display:block; text-align:center; font-size:16px; list-style:none; border-radius:32px; margin:0 !important;}
.isn li:nth-of-type(2n) { float:right; background-color:#0d0047;}
.isn li a { color:#fff!important; font-weight:bold;}
.isn li:hover { background-color:#0d0047;}
@media screen and (max-width:768px){
	.lead-service-new { font-size:24px !important; margin:40px 0 !important;}
	.ul-service-menu li { width:49%; margin-right:2%!important; font-size:16px;}
	.ul-service-menu li:nth-of-type(2n) { margin-right:0!important;}
	.ul-service-menu li:after { border-width:7px 7px 0 7px; border-color:#0d0047 transparent transparent transparent; right:10px; margin-top:-3.5px;}
	.isn { padding:24px 5%!important;}
	.isn h3 { font-size:24px;}
	.isn h4 { font-size:20px; margin:20px 0;}
	.isn li { width:100%; float:none; margin:0 0 8px !important;}
	.isn li:last-of-type { margin:0;}
	.isn .oss { font-size:14px;}
	.isn .oss .bg-fff { margin:0 0 10px;}
	.isn .oss .border { height:0.5px; margin:16px 0 32px; position:relative;}
	.isn .oss .border:after { height:1px; top:5px; width:12px;}
	.isn .oss .bg-fff h4 { width:108px; height:108px; margin-top:8px;}
	.isn .oss .bg-fff .check { margin:0 8px; padding-left:24px; width:100%;}
	.isn .oss .bg-fff .check i { padding-top:6px;}
}

.inner-service-p { padding:64px 5%; margin:0 0 80px;}
.inner-service-p p { margin:0 !important; line-height:2 !important;}
.inner-service-p .ul-service { margin:0 0 40px; padding:0;}
.inner-service-p .ul-service li { padding:0 0 0 20px; position:relative; list-style:none !important; margin:0 !important;}
.inner-service-p .ul-service li:before { content:"\f111"; font-family:"Font Awesome 5 Free"; color:#0d0047; position:absolute; top:0; left:0; font-weight:700;}
.inner-service-p h4 { font-size:18px !important; margin:64px 0 32px !important; border-top:2px solid #ccc; position:relative;}
.inner-service-p h4 span { position:absolute; top:-12px; left:0; background-color:#efefef; padding:0 20px 0 0; color:#111;}
.inner-service-p .span-service { padding:0 8px; background-color:#000; color:#fff; font-weight:bold; display:inline-block; margin-right:8px; border-radius:20px; margin-bottom:8px;}
.inner-service-p .w35 img { margin-bottom:4px;}
.inner-service-p h3 { font-size:24px; border-bottom:1px solid #111; margin:0 0 24px;}
@media screen and (max-width:768px){
	.inner-service-p { padding:40px 5%; margin:0 0 40px;}
	.inner-service-p h4 { margin:32px 0 24px !important;}
	.inner-service-p .w35 { margin:20px 0 0;}
}

.inner-service-p .lead { font-size:16px !important; margin:0 0 24px !important; text-align:center;}
.ul2-service { margin:0 0 24px !important; padding:0 !important; overflow:hidden;}
.ul2-service li { width:23.5%; margin-left:0 !important; margin-right:2%; margin-top:24px; border:3px solid #0d0047; box-sizing:border-box; background-color:#fff; padding:64px 2% 20px; float:left; list-style:none !important; position:relative; border-radius:16px;}
.ul2-service li:before { content:"step"; color:#0d0047; font-size:18px; font-weight:bold; position:absolute; top:-34px; left:12px;}
.ul2-service li:nth-of-type(4n) { margin-right:0;}
.ul2-service li h4 { border-top:0; font-size:24px !important; margin:0 0 20px !important;}
.ul2-service li span { background-color:#0d0047; color:#fff; font-weight:bold; font-size:40px; width:64px; height:64px; line-height:64px; display:block; text-align:center; position:absolute; top:0; left:0; border-radius:12px 0 12px 0;}
@media screen and (max-width:768px){
	.ul2-service li { width:100%; margin-right:0; margin-top:40px; padding:32px 5% 20px; float:none;}
	.ul2-service li:before { left:8px;}
	.ul2-service li span { font-size:32px; width:48px; height:48px; line-height:48px;}
}

.inner-mess { padding:40px 8%;}
.inner-mess .w35 img { margin:0 0 16px;}
.inner-mess .w35 b { line-height:1.6;}
.inner-mess h4 { font-size:24px;}
@media screen and (max-width:768px){
	.inner-mess { padding:24px 5%;}
	.inner-mess h4 { font-size:20px;}
	.w40 .dl-com { margin-top:20px;}
}

.midashi-line-new { text-align:center; font-size:40px !important; border-top:4px solid #00b900; border-bottom:4px solid #00b900; margin:80px 0 24px !important; padding:4px 0 !important; line-height:64px !important; display:flex; width:100%; align-items:center; justify-content:center;}
.midashi-line-new span { font-size:64px; color:#00b900; padding-right:8px; height:64px; display:inline-block;}
@media screen and (max-width:768px){
	.midashi-line-new { font-size:24px; margin:40px 0 20px; line-height:48px;}
	.midashi-line-new span { font-size:32px; height:48px;}
}

.box-line-new { padding:40px 5%; background-color:#00b900; margin:0 0 24px; text-align:center; color:#fff; font-weight:bold; font-size:16px; margin-top:20px;}
.box-line-new h3 { background-color:#fff; border-radius:20px; margin:0 0 24px; line-height:54px; color:#111; font-size:24px;}
.box-line-new img { margin:0 0 20px; width:50%;}
@media screen and (max-width:768px){
	.box-line-new { padding:24px 5%; font-size:14px;}
	.box-line-new h3 { font-size:20px; line-height:1.4; padding:8px;}
}

.inner-line { background-color:#efefef; padding:40px 5%; margin-bottom:80px;}
.inner-line h3 { font-size:32px; text-align:center; margin:0 0 24px;}
.inner-line ul { margin:0 0 24px; padding:0; overflow:hidden;}
.inner-line ul li { width:48%; list-style:none; background-color:#fff; text-align:center; padding:32px 2% 24px; float:left; margin-right:4%; margin-left:0; box-sizing:border-box;}
.inner-line ul li:nth-of-type(2n) { margin-right:0;}
.inner-line ul li img { width:60%; margin:0 0 16px;}
.inner-line .box { padding:40px 5%; background-color:#fff;}
.inner-line .box h3 { text-align:left; font-size:20px; margin:0 0 40px;}
.inner-line .box h4 { margin:40px 0 24px; font-size:16px; display:flex; align-items:center;}
.inner-line .box h4 .num { display:block; width:30px; line-height:30px; color:#fff; font-weight:bold; text-align:center; background-color:#00b900; border-radius:50%; margin-right:12px; font-size:20px;}
.inner-line .box img { width:50%; display:block; margin:0 auto;}
@media screen and (max-width:768px){
	.inner-line { padding:24px 5%; margin-bottom:40px;}
	.inner-line h3 { font-size:24px; margin:0 0 20px;}
	.inner-line ul li { width:100%; margin-bottom:20px; float:none;}
	.inner-line ul li:nth-of-type(2n) { float:none;}
	.inner-line .box { padding:24px 5%;}
	.inner-line .box h3 { margin:0 0 20px;}
	.inner-line .box h4 { margin:24px 0 20px; font-size:14px; align-items:flex-start;}
	.inner-line .box h4 .title { width:calc(100% - 42px);}
}

.dl-flow { margin:0 0 40px; padding:0; overflow:hidden;}
.dl-flow dt { width:30%; float:left;}
.dl-flow dd { padding-left:32%; margin:0;}
.dl-flow dd h3 { clear:none;}
.midashi-flow { font-size:24px; margin:80px 0 40px; background-color:rgb(34, 139, 34); color:#fff; padding:8px 20px; font-weight:400;}
@media screen and (max-width:768px){
	.dl-flow dt { width:100%; float:none;}
	.dl-flow dd { padding-left:0;}
	.midashi-flow { font-size:20px; margin:40px 0 40px;}
	.dl-flow dd h3 { clear:none; margin:20px 0;}
}

.midashi-ebig { font-size:20px!important; padding:0 0 8px!important; margin:40px 0 16px; border-bottom:1px solid #0d0047;}

.wrap-faq-h h3 { padding: 8px 22px; background: #efefef; border-radius: 20px; font-size:22px !important; line-height:1.2; margin:0 0 40px;}

.wrap-faq-h .hidden_box {
    margin:24px 0 0;/*前後の余白*/
    padding:0; position:relative; border-bottom:0;
}

/*ボタン装飾*/
.wrap-faq-h .hidden_box label { font-size:18px; font-weight:700; border-top:1px solid #0d0047; display:block; padding:8px 32px 8px 40px; position:relative; cursor:pointer; line-height:1.6; color:#111; box-sizing:border-box;}
.wrap-faq-h .hidden_box label:before { content:"Q"; font-weight:bold; font-size:18px; background-color: #0d0047; color:#fff; width:28px; height:28px; line-height:28px; text-align:center; display:block; border-radius:50%; position:absolute; top:-14px; left:0;}
.wrap-faq-h .hidden_box label:after { content:"+"; font-size:32px; width:25px; height:25px; line-height:25px; text-align:center; display:block; position:absolute; top:0; right:0; background-color:#0d0047; color:#fff;}

/*ボタンホバー時*/
.wrap-faq-h .hidden_box label:hover { }

/*チェックは見えなくする*/
.wrap-faq-h .hidden_box input {
    display: none;
}

/*中身を非表示にしておく*/
.wrap-faq-h .hidden_box .hidden_show {
    height: 0;
    padding: 0;
    overflow: hidden;
    opacity: 0;}
.wrap-faq-h .hidden_box .hidden_show:after { content:"-"; font-size:50px; width:25px; height:25px; line-height:18px; text-align:center; display:block; position:absolute; top:0; right:0; background-color:#0d0047; color:#fff; z-index:9;}
.wrap-faq-h .hidden_box p { margin:0;}

/*クリックで中身表示*/
.wrap-faq-h .hidden_box input:checked ~ .hidden_show {
    padding: 8px 10px; font-weight:500;
    height: auto; line-height:1.6;
    opacity: 1; margin-left:40px; border-left:1px solid #aaa; font-size:16px;
}

.wrap-faq-h .hidden_box .hidden_show a { color:#141412; display:block;}
.wrap-faq-h .hidden_box .hidden_show a span { font-size:14px !important; font-weight:400 !important; color:#141412 !important; float:none !important; padding-left:0 !important; display:inline !important;}
.ul-service .hidden_box .hidden_show h4 { font-weight:500; margin:8px 0; border-top:1px solid #333; border-bottom:1px solid #333; font-size:16px;}
@media screen and ( max-width:768px ) {
    .wrap-faq-h .hidden_box .hidden_show a { display:block; width:100%; font-size:14px; border-bottom:1px solid #ccc; line-height:2;}
	.wrap-faq-h .hidden_box .hidden_show a:last-of-type { border-bottom:0;}
	.wrap-faq-h .hidden_box .hidden_show a span { font-size:10px !important; font-weight:400 !important; color:#141412 !important; float:none !important; padding-left:0 !important; display:inline !important; padding-right:0 !important;}
}

.lead-specific { line-height:2; margin:0 0 40px; text-align:center;}

.ul-specific { margin:0!important; padding:0; overflow:hidden; display:flex; flex-wrap:wrap; justify-content:space-between;}
.ul-specific li { width:48%; float:left; list-style:none; position:relative; margin-bottom:24px;}
.ul-specific li:nth-of-type(2n) { float:right;}
.ul-specific li dl { display:block; margin:-24px auto 0; padding:24px 20px; background-color:#222; color:#fff; position:relative; z-index:9;}
.ul-specific li .flex { align-items:center; margin:0 0 12px;}
.ul-specific li dt { width:100px; border-right:1px solid #fff; float:left; height:64px; line-height:32px; font-size:16px; text-align:center;}
.ul-specific li dt span { color:#0d0047; font-size:28px; display:block;}
.ul-specific li dd { width:calc(100% - 118px); font-size:24px; line-height:1.6; margin:0; padding-left:118px;}
.ul-specific.title-col li .flex { flex-direction:column;}
.ul-specific.title-col li dt { border-right:0; border-bottom:1px solid; width:100%; line-height:1.3;}
.ul-specific.title-col li dd { width:100%; text-align:center;}

.ul-specific.col1 li { width:100%; display:flex; flex-wrap:wrap;}
.ul-specific.col1 li img { width:30%; object-fit:cover;}
.ul-specific.col1 li dl { width:70%; box-sizing:border-box; margin:0;}
@media screen and (max-width:768px){
	.ul-specific li { width:100%; float:none;}
	.ul-specific li:nth-of-type(2n) { float:none;}
	.ul-specific li dt { width:100%; border-right:0; border-bottom:1px solid #fff; float:none; height:64px; line-height:28px; font-size:14px; text-align:center;}
	.ul-specific li dt span { color:#0d0047; font-size:22px; display:block;}
	.ul-specific li dd { padding:8px 0 0; font-size:22px; line-height:1.5; margin:0; width:100%; text-align:center;}
	.ul-specific.title-col li dt { line-height:1.5; height:60px;}	
	.ul-specific.col1 li { padding:0 20px;}
	.ul-specific.col1 li img { width:100%;}
	.ul-specific.col1 li dl { width:100%;}
}

.midashi-contact-hope { font-size:24px !important; margin:40px 0 20px !important; color:#0d0047;}
.midashi2-contact { font-size:20px !important; margin:0 0 20px !important; position:relative; padding-left:10px !important; border-left:10px solid #0d0047; line-height:1 !important;}
.tel-contact { font-size:32px !important; font-weight:bold;}
.tel-contact i { padding-right:10px !important;}
.box-contact { background-color:#fafafa; padding:24px 5%; margin:80px 0 ;}
.box-contact h4 { font-size:16px; margin:0 0 20px;}
@media screen and (max-width:768px){
	.midashi-contact-hope { font-size:22px !important; margin:0 0 20px !important;}
	.tel-contact { font-size:28px!important;}
	.box-contact { padding:20px 5%; margin:0 0 40px;}
}

.midashi-page-hope { font-size:32px !important; text-align:center; margin:80px 0 40px !important; padding:0 0 16px !important; position:relative; color:#0d0047;}
.midashi-page-hope:after { content:""; width:40px; height:3px; position:absolute; bottom:0; left:calc(50% - 20px); background-color:#0d0047;}
.dl-outline { margin:0 0 80px; padding:0; display:flex; flex-wrap:wrap;}
.dl-outline dt { width:24%; border-right:3px solid #fff; background-color:#0d0047; color:#fff; padding:24px; box-sizing:border-box; float:left; border-bottom:3px solid #fff;}
.dl-outline dt:last-of-type { padding:24px;}
.dl-outline dd { background-color:#efefef; padding:24px; border-bottom:3px solid #fff; margin:0; width:76%;  box-sizing:border-box;}
@media screen and (max-width:768px){
	.midashi-page-hope { font-size:24px !important; margin:40px 0 24px !important; padding:0 0 8px !important;}
	.dl-outline { margin:0 0 40px; }
	.dl-outline dt,.dl-outline dt:last-of-type { padding:8px; width:100%; float:none; text-align:center; border-right:0;}
	.dl-outline dd { background-color:#efefef; padding:8px; width:100%;}
}

.dl-access-des,.dl-access-img { margin:24px 0 0; padding:0; display:flex; align-items:center; height:144px;}
.dl-access-des dt,.dl-access-img dt { width:34%; border-right:3px solid #efefef; box-sizing:border-box; background-color:#fff; height:100%; text-align:center; display:flex; align-items:center; font-size:16px; justify-content: center; color:#0d0047;}
.dl-access-des dd,.dl-access-img dd { width:66%; background-color:#fff; height:100%; margin:0; display:flex; align-items:center; font-size:16px; padding-left:24px; box-sizing:border-box; flex-wrap:wrap;}
.dl-access-img { flex-wrap:wrap; height:auto; align-items:stretch;}
.dl-access-img dt,.dl-access-img dd { margin-bottom:8px; height:190px;}
.dl-access-img dt img { width:100%; height:100%; object-fit:cover;}
.dl-access-img dd {  padding:8px 24px; display:block;}
.dl-access-img dd h4 { width:100%; border-bottom:1px solid #111; margin:0 0 16px;}
@media screen and (max-width:768px){
	.bg-ef { background-color:#efefef; padding:1px 0;}
	.dl-access-des { height:80px;}
	.dl-access-des dt,.dl-access-des dd { font-size:13px;}
	.dl-access-img dd h4 { font-size:18px; margin:0 0 8px;}
}

.box-flow,.box-men { background-color:#fff; padding:24px; border:1px solid #ccc; margin:80px 0; border-radius:10px;}
.box-flow h3 { font-size:22px; color:#666; border-bottom:2px solid #ccc; margin:0 0 40px; position:relative;}
.box-flow h3:after { content:""; width:170px; height:2px; position:absolute; bottom:-2px; left:0; background-color:#0d0047;}
.box-flow h4,.box-men h4 { font-size:24px; color:#0d0047; margin:0 0 10px;}
.box-flow .box,.box-men .box { background-color:#cce6ff; padding: 15px 20px; margin:0 0 20px; line-height:1.8;}
.box-flow ul { margin:0; padding:0; overflow:hidden;}
.box-flow li { width:48%; float:left; list-style:none;}
.box-flow li:nth-of-type(2n) { float:right;}
.box-flow li a { border:2px solid #0d0047; line-height:80px; width:100%; display:block; text-align:center; color:#0d0047; font-size:20px; border-bottom-width: 4px; border-radius:10px; box-sizing:border-box;}
.box-flow li:nth-of-type(2) a { color: #666; border-color: #666;}
@media screen and (max-width:768px){
	.box-flow,.box-men { margin:40px 0;}
	.box-flow h3 { font-size:20px; margin:0 0 24px;}
	.box-flow li { width:100%; float:none; margin-bottom:8px;}
    .box-flow li:nth-of-type(2n) { float:none;}
	.box-flow li a { line-height:48px; font-size:16px;}
	.box-flow .box,.box-men .box { padding:15px 5%;}
}

.box-men h3 { font-size:32px; border-bottom:4px solid #0d0047; padding:0 0 8px; margin:0 0 20px;}
.box-men ul { margin:24px 0 24px; padding:0; overflow:hidden;}
.box-men li { width:calc(100% / 4); float:left; list-style:none; padding:0 24px; box-sizing:border-box; font-size:24px; font-weight:bold; line-height:1.2; text-align:center;}
.box-men li img { margin:0 0 8px;}
.box-men li a { display:block; text-align:center; background-color:#0d0047; color:#fff; border:1px solid #0d0047; font-size:14px; font-weight:400; line-height:40px; margin-top:16px;}
.box-men li a:hover { background-color:#fff; color:#0d0047;}
.box-men h5 { font-size:24px; margin:0 0 8px;}
.box-men h5 i { color:#0d0047; padding-right:4px;}
.box-men .btn-box { margin:0 0 64px;}
.box-men .btn-box strong { display:inline-block; background-color:#0d0047; color:#fff; font-weight:400; padding:0 32px; font-size:26px; border-radius:24px; line-height:1.4; margin:0 0 20px;}
.box-men .btn-box span { display:inline-block; background-color:#2c7cff; color:#fff; font-size:18px; border-radius:8px; line-height:1; padding:10px 8px 8px 8px; margin-right:8px; margin-bottom:8px;}
.box-men .btn { font-size: 18px; border: 2px solid #2c7cff; border-bottom-width: 4px; display:block; text-align: center; width: 345px; border-radius: 8px; height: 56px; line-height: 52px; margin:40px auto;}
.box-men dl { margin:0; padding:0; overflow:hidden; border-bottom:1px dotted #0d0047; display:flex;}
.box-men dt { width:70px; background-color:#cce6ff; text-align:center; padding:10px 0 0;}
.box-men dt span { display:inline-block; width:46px; height:46px; background-color:#0d0047; color:#fff; font-size:2.6rem; font-weight:bold; border-radius:50%; -webkit-border-radius:50%; -moz-border-radius:50%; text-align:center; line-height:46px;}
.box-men dd { padding:18px 0 10px 15px; width:calc(100% - 70px);}
.box-men dd h3 { font-size:18px; border:0; margin:0 0 15px;}
.box-men dd .tel { padding:0 0 0 15px; border-left:4px solid #0d0047; }
.box-men dd .tel h4 { font-size:16px; margin:0; line-height:1.1;}
.box-men dd .tel h4 a { font-size:40px; padding-left:8px;}
@media screen and (max-width:768px){
	.box-men h3 { font-size:20px; padding:0;}
	.box-men li { width:100%; float:none;  padding:0; margin-bottom:20px; font-size:16px;}
	.box-men h5 { font-size:20px;}
	.box-men .btn { width:100%; margin:20px auto;}
	.box-men .btn-box { margin:0 0 24px;}
	.box-men .btn-box strong { font-size:22px;}
	.box-men .btn-box span { font-size:14px; padding:4px 8px;}
	.box-men dd h3 { font-size:16px;}
	.box-men dd .tel h4 { font-size:14px;}
	.box-men dd .tel h4 a { font-size:20px;}
}

.box-men.b h3 { border-color:#5d99ff;}
.box-men.b h4 { color:#5d99ff;}
.box-men.b .btn-box strong,.box-men.b .btn-box span { background-color:#5d99ff;}
.box-men.b dl { border-color:#5d99ff;}
.box-men.b dt { background-color:#fafafa}
.box-men.b dt span { background-color:#5d99ff;}
.box-men.b dd .tel { border-color:#5d99ff;}

.midashi-price { font-size: 24px !important; color: #0d0047; border-bottom: 1px solid #0d0047; padding: 0 0 11px 27px !important; position:relative; margin:80px 0 20px !important; line-height:1 !important; font-weight:400;}
.midashi-price:before { content:""; width:20px; height:8px; background-color:#0d0047; position:absolute; left:0; top:7px;}
@media screen and (max-width:768px){
	.midashi-price { margin:40px 0 20px;}
}

.ul-price { border:6px solid #cce6ff; padding:0; margin:0 !important; overflow:hidden; width:500px; background-color:#cce6ff;}
.ul-price li { width:50%; float:left; display:block; padding:6px 0; list-style:none; text-align:left;}
.ul-price li:nth-of-type(2) { background-color:#fff; text-align:center;}
.ul-price p { margin:0; padding:16px 0 0; clear:both;}
@media screen and (max-width:768px){
	.ul-price { width:100%;}
	.ul-price p { margin:0; padding:16px 0 0; clear:both;}
}

.box-price { padding:30px; background-color: #f2f6f9; margin:0 0 30px; box-sizing:border-box;}
.box-price h4 { font-size: 20px; font-weight: bold; color: #0d0047; line-height: 1.5; margin:0 0 15px;}
.box-price h4 span { font-size:14px; font-weight:400; color:#111; padding:0 8px;}
.box-price h4 em { font-style:normal; border-left:1px dotted #111; padding:0 8px;}
.box-price table { border-top:1px solid #c5cad5; border-left:1px solid #c5cad5; width:100%; max-width:100%;}
.box-price table .tblWidth,.box-price table .tblWidth02 { width:calc(100% / 3);}
.box-price table th {border-right:1px solid #c5cad5; border-bottom:1px solid #c5cad5; background-color:#777; color:#fff; vertical-align:middle; font-size:13px; padding:20px 0 18px 0; text-align:center;}
.box-price table .tblFont01 { font-weight:bold; text-align:center; background-color:#eaeaea;}
.box-price table td {border-right:1px solid #c5cad5; border-bottom:1px solid #c5cad5; vertical-align:middle; font-size:13px; text-align:right; padding:23px 30px; background-color:#fff;}
@media screen and (max-width:678px){
	.box-price { padding:24px 5%;}
	.box-price h4 { font-size: 18px;}
	.box-price h4 span { font-size:12px;}
	.box-price table td { padding:20px 8px; font-size:12px;}
}

.box2-price { background-color:#cce6ff; padding:30px; margin:0 0 30px; line-height:1.8;}
.box2-price h4 { line-height:1.5; font-size:18px; font-weight:normal; border-bottom:1px solid #85857d; padding-bottom:10px; margin:0 0 20px;}
.box2-price h4 span { font-size:13px; display:inline-block; background-color:#0d0047; color:#fff; padding:7px 25px 3px 29px; margin-right:11px;}
.box2-price dl { margin:20px 0 0; padding:0; overflow:hidden; background-color:#fafafa; padding:20px 40px; font-size:16px;}
.box2-price dt { width:80px; float:left; color: #0d0047;}
.box2-price dd { margin:0;}
.box2-price p { margin:0;}
@media screen and (max-width:768px){
	.box2-price { padding:24px 5%;}
	.box2-price dl { padding:20px 5%; font-size:14px;}
	


}

.midashi-k2 { font-size: 20px !important; letter-spacing: 2px; margin: 40px 0px 14px !important; padding: 22px 20px 12px !important; background:#000; border-bottom:5px solid #0d0047; color:#fff;}

.box-reason-k2 { margin:40px 0;}
.box-reason-k2 h4.no1 { background:#f6f5f0}
.box-reason-k2 h4 { padding-left: 75px !important; border-bottom: #dabc90 5px solid !important; font-size: 26px !important; background-color: #f6f5f0 !important; padding-top: 20px !important; padding-bottom: 20px !important; padding-right: 10px !important; margin: 0 !important; min-height: 120px !important; line-height:1.6;}
.box-reason-k2 .box { border-left: 5px solid #e4e1d6; border-right: 5px solid #e4e1d6; border-bottom: 5px solid #e4e1d6; padding:20px 24px 0; overflow:hidden;}
.box-reason-k2 .box img { width:300px; float:right; margin:0 0 20px 20px;}

.inner-menu-k2 { border:2px solid #dabc90; padding:24px 20px; }

img.w40.fright { margin:0 0 20px 20px;}
@media screen and (max-width:768px) {
	img.w40.fright { margin:0;}
}

.midashi-sub-k2 { font-size:20px !important; margin:32px 0 8px !important; border-bottom:1px solid #111; padding:0 0 8px !important; letter-spacing: 2px;}
.midashi2-sub-k2 { font-size: 18px !important; letter-spacing: 2px;  margin: 20px 0px 10px !important; padding: 0px 0px 5px !important; border-bottom: 1px solid rgb(220, 220, 220);}

.tk1 { color: #e17a00;}
.tk2 { font-weight: bold; background: linear-gradient(transparent 60%, rgba(245, 235, 196, 1) 40%); text-shadow: 0px 2px 0px rgb(255 255 255); padding-bottom: 3px; color: #000000;}

.dl-menu-k2 { margin:0 0 24px !important; padding:0 !important; border-top: 2px solid #8b8b8b; border-bottom: 2px solid #8b8b8b;}
.dl-menu-k2 dt { min-width:180px; padding:10px; background-color:#f6f5f0; float:left;}
.dl-menu-k2 dd { padding:10px; text-align:right; margin:0; border-bottom:1px solid #ccc;}
.dl-menu-k2 dd:last-of-type { border-bottom:0;}

.inner-voice-k2 { margin:0 0 80px; overflow:hidden;}
.inner-voice-k2 .w48 { margin:0 0 40px;}
.inner-voice-k2 h4 { background-color:#000!important; border-bottom:5px solid #666 ; color: #fff; padding: 10px 10px 5px; text-align: center; font-size: 18px; margin:0;}
.inner-voice-k2 .txt { border:solid 5px #666; border-top:0; padding:24px 20px;}
.inner-voice-k2 .txt img { margin-bottom:20px;}
@media screen and (max-width:768px) {
	.inner-voice-k2 { margin:0 0 24px;}
	.inner-voice-k2 .txt img { margin:0;}
}

.dl-access-k2 { margin:0 0 64px !important; padding:0 !important; border-top: 2px solid #8b8b8b; border-bottom: 2px solid #8b8b8b; display:flex; flex-wrap:wrap;}
.dl-access-k2 dt { min-width:50%; padding:10px; background-color:#f6f5f0; border-right:1px solid #ccc; border-bottom:1px solid #ccc; box-sizing:border-box;}
.dl-access-k2 dd { padding:10px; width:50%; margin:0; border-bottom:1px solid #ccc; box-sizing:border-box;}
.dl-access-k2 dt:last-of-type,.dl-access-k2 dd:last-of-type { border-bottom:0;}

.inner-m_pros .box-staff { display:flex; justify-content:space-between; align-items:start;}
.inner-m_pros .box-staff img { width:120px;}
.inner-m_pros .box-staff .txt { width:calc(100% - 140px);}
.inner-m_pros .box-staff .txt h4 { margin:0 0 16px; font-size:15px; color:#666; font-weight:400;}
.inner-m_pros .box-staff .txt h4 span { color:#0095d8; font-size:18px; display:block; font-weight:bold; margin-top:8px;}
.inner-m_pros dl { margin:40px 0;}
.inner-m_pros dl dd i { color:#0095d8; font-size:13px; padding-right:8px;}
@media screen and (max-width:768px){
	.inner-m_pros .box-staff { display:block;}
	.inner-m_pros .box-staff img { width:240px; display:block; margin:0 auto;}
	.inner-m_pros .box-staff .txt { width:100%; font-size:13px;}
	.inner-m_pros .box-staff .txt h4 { font-size:13px;}
	.inner-m_pros dl { font-size:12px;}
	
	.inner-m_pros .campaign {width:100%!important;}
	.inner-m_pros .campaign .midashi-sub-page { margin:32px 0 0; width:50%; font-size:14px;}
}

.tcenter { display:block; text-align:center!important;}
.tright { display:block!important; text-align:right!important;}
.tleft { display:block!important; text-align:left!important;}

img.frame { border:10px solid #fff; border-radius:8px; box-sizing:border-box;}

/* 見出し　タイトル*/
.ttl { }
.ttl big { display:block; margin:8px 0;}
.ttl small { display:block; margin:8px 0;}
.ttl .deco { display:block; width:100px; height:1.5px; margin:12px auto; background-color:#111;}
.ttl .deco.color1 { background-color:#00468f;}
.ttl .deco.color2 { background-color:#bdac19;}
.ttl .deco.left { margin-left:0; width:40px; height:2px; margin-top:20px;}
.ttl .deco.right {display:inline-block; margin:8px 24px; width:24px; height:1px; }
.ttl img.deco { width:200px; height:auto; background:initial;}
.ttl.uline { padding-bottom:8px;}
.ttl.ldeco { position:relative; padding-left:20px;}
.ttl.ldeco:before { content:""; width:8px; height:2px; background-color:#bdac19; position:absolute; left:0; top:0; bottom:0; margin:auto;}
.ttl.ldeco.long { padding-left:80px;}
.ttl.ldeco.long:before { width:56px; height:1px;}
.ttl.ldeco.vert { padding-left:32px;}
.ttl.ldeco.vert:before { width:1.5px; height:100%;}
.ttl_belt { background-color:#00468f; color:#fff; padding:16px;}
.ttl_belt em { color:#ffe704; font-style:initial;}
.ttl_belt-deco { background-color:#00468f; color:#fff; padding:16px 16px 16px 140px; position:relative; margin-bottom:32px;}
.ttl_belt-deco .num { background-color:#fff; color:#00468f; border:1px solid; position:absolute; left:40px; top:-20px; text-align:center; padding:6px 8px; font-size:12px; letter-spacing:1px; z-index:1;}
.ttl_belt-deco .num span { display:block; font-size:24px; font-weight:800;}
.ttl_belt-deco p { margin:0;}
@media screen and (max-width:768px) {
	.ttl .deco { width:60px; margin:6px auto 10px;}
	.ttl img.deco { width:100px;}
	.ttl.uline { margin-bottom:16px; padding-bottom:8px;}
	.ttl.ldeco.long { padding-left:52px;}
	.ttl.ldeco.long:before { width:38px; top:14px; bottom:auto;}
	.ttl_belt { padding:8px;}
	.ttl_belt-deco { padding: 4px 4px 4px 70px; margin-bottom:20px;}
	.ttl_belt-deco .num { font-size:10px; letter-spacing:0px; left:12px; padding:4px;}
	.ttl_belt-deco .num span { font-size:16px;}
	.ttl.dleft { font-size:20px;}
}

/*　ボタン */
.btn { border:1px solid; padding:10px 10px; width:100%; max-width:300px; display:block; text-align:center; margin:16px auto; box-sizing:border-box; color: #141416!important; transition:0.5s;}
.btn.wfit { max-width:fit-content; padding:10px 20px;}
.btn.maru { border-radius:30px;}
.btn.fill { background-color:#666; color:#fff!important; border:0;}
a.btn:hover { opacity:.6; text-decoration:none;}
a.btn.inv:hover { border:1px solid; color:#fff!important; background:#000; opacity:1;}
a.btn.fill.inv:hover { border:1px solid; color:#141416!important; background:#fff; opacity:1;}
@media screen and (max-width:768px){
	.btn { width:/*100%*/;}
	.btn.wfit { padding:10px;}
}

/* ul */
ul.col2,ul.col3,ul.col4 { display:flex; flex-wrap:wrap; list-style-type:none;}
ul.col2 li { width:48%!important; margin-right:4%!important; margin-bottom:24px;}
ul.col2 li:nth-of-type(2n) { margin-right:0!important;} 
ul.col3 li { width:32%!important; margin-right:2%!important; margin-bottom:24px;}
ul.col3 li:nth-of-type(3n) { margin-right:0!important;}
ul.col4 li { width:23.5%!important; margin-right:2%!important; margin-bottom:24px;}
ul.col4 li:nth-of-type(4n) { margin-right:0!important;}
@media screen and (max-width:768px) {
	ul.sp-col1 li { width:100%!important; margin-right:0!important; margin-bottom:16px;}
	ul.sp-col2 li { width:49%!important; margin-right:2%!important; margin-bottom:16px;}
	ul.sp-col2 li:nth-of-type(3n) { margin-right:2%!important;} 
	ul.sp-col2 li:nth-of-type(2n) { margin-right:0!important;} 
	ul.sp-col3 li{ width:32%!important; margin-right:2%!important; margin-bottom:16px;}
	ul.sp-col3 li:nth-of-type(2n) { margin-right:2%!important;}
	ul.sp-col3 li:nth-of-type(4n) { margin-right:2%!important;}
	ul.sp-col3 li:nth-of-type(3n) { margin-right:0!important;} 
}

/*　背景 */
.pad0 { padding:0!important;}
.pad1 { padding:1px 0!important;}
.pad24 { padding:24px!important;}
.pad40 { padding:40px!important;}
.pt0 { padding-top:0!important;}
.pt40 { padding-top:40px!important;}
.pt80 { padding-top:80px!important;}
.pb0 { padding-bottom:0!important;}
.pb40 { padding-bottom:40px!important;}
.pb80 { padding-bottom:80px!important;}
@media screen and (max-width:768px) {
	.pt80 { padding-top:40px!important;}
	.pb80 { padding-bottom:40px!important;}
}

img.bg-img,
.bg-img img { position:absolute; width:100%!important; height:100%!important; top:0; left:0; object-fit:cover; z-index:-1; opacity:.4;}

.bg_color1 { background:#00468f!important; padding:1px 0;}
.bg_color2 { background:#bdac19!important; padding:1px 0;}
.bg_f5 { background:#f5f5f5!important; padding:1px 0;}
.bg_fff { background:#fff!important; padding:1px 0;}
.bg_000 { background:#000!important; padding:1px 0;}

.sec_bg { padding:80px 6%; position:relative; z-index:0;}
.sec_bg.pad20 { padding:80px 20%;}

.sec_bg .bg-img { opacity:.4;}
  /* 背景画像セクション（テキスト量にあわせて画像リサイズ） */
.sec_bg .abs.center { } 
  /* 背景画像セクション（テキスト量に関係なく画像フル表示） */
@media screen and (max-width:768px) {
	.sec_bg { padding:40px 6%;}
	.sec_bg.pad20 { padding:40px 6%;}
}



/*    トップ　top
----------------------------------------*/
.sec_Top01 { position:relative; z-index:0; height:440px; text-align:center;}
.sec_Top01 .bg-img { opacity:1;}
.sec_Top01 .btn { background:#fff; border:4px double #444; font-size:132%; font-weight:bold; line-height:1.8; margin:0 auto; position:absolute; top:0; bottom:0; right:0; left:0; margin:auto; height:fit-content;}
@media screen and (max-width:768px) {
	.sec_Top01 { height:240px; margin:0 -6%;}
	.sec_Top01 .btn { width:180px; min-width:0; line-height:initial; top:80px;}
}


/*    サービス　service
----------------------------------------*/
/* service3 */
.ul_serv04 { margin-left:0!important;}
.ul_serv04 li { border:1px solid #00468f; position:relative; list-style:none; box-sizing:border-box;}
.ul_serv04 li .ttl_belt { text-align:center; margin:0;}
.ul_serv04 li .txt { padding:24px;}
.ul_serv04 li .txt p { margin-bottom:0;}
.ul_serv04 li .txt .p { padding-bottom:80px;}
.ul_serv04 li .txt .p br {display:none;}
.ul_serv04 li .txt .img { margin-bottom:24px;}
.ul_serv04 li .txt .btn.abs { position:absolute; bottom:32px; width:calc(100% - 48px); left:0; right:0; margin:auto;}
@media screen and (max-width:768px) {
	.ul_serv04 li .txt { padding:24px 16px;}
	.ul_serv04 li .txt .btn.abs { bottom:24px;}
}

.ul_serv05 { margin-left:0!important;}
.ul_serv05 li { border-top:1px solid #666; position:relative; margin-bottom:40px; overflow:hidden; list-style:none; box-sizing:border-box;}
.ul_serv05 li:last-of-type { margin-bottom:0;}
.ul_serv05 li:before { content:""; height:2px; width:200px; background-color:#000; position:absolute; top:4px; left:0;}
.ul_serv05 li .ttl { margin:16px 0;}
.ul_serv05 li .txt { width:66%;}
.ul_serv05 li .txt .ttl { display:inline-block;}
.ul_serv05 li .img { width:30%; margin-top:-52px; float:right;}
.ul_serv05 li .img img { object-fit:contain; max-height:300px; margin-left:auto; margin-right:auto; display:block;}
@media screen and (max-width:768px) {
	.ul_serv05 li .ttl { margin:20px 0 16px;}
	.ul_serv05 li .txt { width:100%;}
	.ul_serv05 li .img { margin:0 0 8px 16px;}
	.ul_serv05 li .flex { flex-direction:column-reverse;}
	.ul_serv05 li .flex img { margin:0 0 16px;}
}

/* service4 */
.sec_serv02 { display:flex; flex-wrap:wrap; justify-content:space-between; margin:80px auto;}
.sec_serv02 .img { width:40%;}
.sec_serv02 .img img { height:100%; margin-bottom:24px;}
.sec_serv02 .txt { width:56%;}
.sec_serv02 .txt .ttl { margin-top:0;}
.sec_serv02 .txt .ttl small { margin:0;}
.sec_serv02 .txt .ttl big { margin:0;}
@media screen and (max-width:768px) {
	.sec_serv02 { margin:40px auto;}
	.sec_serv02 .img { width:100%;}
	.sec_serv02 .img img { height:auto;}
	.sec_serv02 .txt { width:100%;}
}

.dl_serv01 { margin:80px auto;}
.dl_serv01 dt { border-bottom:2px solid #aaa; margin:0 0 32px;}
.dl_serv01 dt .ttl { margin-bottom:16px;}
.dl_serv01 dd { background-color:#f5f5f5; padding:24px 32px;}
.dl_serv01 dd .ttl { margin-top:12px;}
.dl_serv01 dd .ttl span { background-color:#bdac19; color:#fff; padding:4px 16px; margin-right:24px;}
@media screen and (max-width:768px) {
	.dl_serv01 { margin:40px auto;}
	.dl_serv01 dt { margin:24px 0 16px;}
	.dl_serv01 dt .ttl.ldeco { margin-bottom:10px;}
	.dl_serv01 dd { padding:16px 5%;}
	.dl_serv01 dd .ttl { margin:8px 0 20px;}
	.dl_serv01 dd .ttl span { padding:4px 10px; margin-right:20px; margin-bottom:4px; display: inline-block;}
}

/*    会社概要 company
----------------------------------------*/
/* company2 */
.ul_co03 { display:flex; flex-wrap:wrap; margin:40px auto!important; max-width:90%;}
.ul_co03 .ttl.main { width:100%;}
.ul_co03 li { width:32%; margin-right:2%; margin-bottom:24px; list-style:none;}
.ul_co03 li:nth-of-type(3n) { margin-right:0;}
.ul_co03 li .ttl { margin:16px 0; text-align:center;}
.ul_co03 li .btn { margin-bottom:0;}
@media screen and (max-width:768px) {
	.ul_co03 { margin:40px auto;}
	.ul_co03 li { width:100%; margin-right:0;}
	.ul_co03 li:last-of-type { margin-bottom:0;}
	.ul_co03 li p { margin-bottom:0;}
	.ul_co03 li .ttl { margin:10px 0 4px;}
}

/*    ごあいさつ　message
----------------------------------------*/

.sec_msg01 { margin-top:40px;}
.sec_msg01 .txt { width:88%; margin:40px auto 80px;}
.sec_msg01 .txt .ttl small { color:#00468f;}
.sec_msg01 .txt .ttl .deco { background:#00468f;}
@media screen and (max-width:768px) {
	.sec_msg01 { margin-top:40px;}
	.sec_msg01 .txt { margin:40px auto;}
}

.sec_msg02 { position:relative; background:#000; color:#fff; z-index:0; margin:80px auto;}
.sec_msg02 .wrap { padding:100px 0; position:relative;}
.sec_msg02 .ttl.main { text-align:center; margin:0 auto 80px;}
.sec_msg02 .txt { padding:0 24% 0 8%; line-height:2.4; position:relative; z-index:2;}
.sec_msg02 .txt .name { text-align:right; font-family:"Noto Serif JP", serif; font-size:116%;}
.sec_msg02 .txt .name big { display:block; font-size:28px; line-height:1;}
.sec_msg02 .abs { width:37vw; max-width:440px; right:0; bottom:0;}
.sec_msg02 .abs img {}
@media screen and (max-width:768px) {
	.sec_msg02 { margin:40px auto;}
	.sec_msg02 .wrap { padding:1px 0 80px;}
	.sec_msg02 .ttl.main { margin:40px auto 24px;}
	.sec_msg02 .txt { padding:0; line-height:1.8;}
	.sec_msg02 .txt .name { text-align:center; padding-left:46px; font-size:initial; width:fit-content; margin-top:46px;}
	.sec_msg02 .txt .name big { font-size:22px;}
}

.dl_msg01 { display:flex; background-color:#00468f; margin:80px auto;}
.dl_msg01 dt { width:50%; color:#fff; display:flex; align-items:center; padding-left:5%;}
.dl_msg01 dd { width:50%; margin:0; display:flex; justify-content:end; max-height:/*400px*/;}
.dl_msg01 dd img { height:100%;}
@media screen and (max-width:768px) {
	.dl_msg01 { flex-direction:column-reverse; margin:40px auto;}
	.dl_msg01 dt { width:100%; padding:0 5%;}
	.dl_msg01 dd { width:100%;}
}


/*    実績　works
----------------------------------------*/
/* works4 */
.ul_wrks03 { margin:40px auto!important;}
.ul_wrks03 li { display:flex; flex-wrap:wrap; justify-content:space-between; align-items:flex-start; margin-bottom:40px;}
.ul_wrks03 li:last-of-type { margin-bottom:0!important;}
.ul_wrks03 li .img { width:48%;}
.ul_wrks03 li dl { width:48%; margin-bottom:0!important;}
@media screen and (max-width:768px) {
	.ul_wrks03 { margin:24px auto!important;}
	.ul_wrks03 li { margin-bottom:24px;}
	.ul_wrks03 li .img { width:80%; margin:0 auto;}
	.ul_wrks03 li dl { width:100%;}
}

.dl_wrks01 { display:flex; flex-wrap:wrap; justify-content:space-between; margin:0 0 16px;}
.dl_wrks01 .ttl.main { width:100%; border-bottom:2px solid #00468f; padding-bottom:8px; text-align:center;}
.dl_wrks01 dt { width:30%; border-bottom:1px solid #ccc; padding:8px 0;}
.dl_wrks01 dd { width:70%; border-bottom:1px solid #ccc; padding:8px 0; margin-bottom:0;}
@media screen and (max-width:768px) {
	.dl_wrks01 .ttl.main { margin-bottom:16px; padding-bottom:8px;}
}
