@charset "UTF-8";
/* no delete, no changed 暫定処理です。機を見てstyle.scssに追加願います */
* img{ image-rendering: auto; }
.wp-core-ui .attachment .thumbnail,.attachment-info .thumbnail{ width: 100%; }
#sidebar table{width:100%;text-align:center;}

/* Page default setttings. If necessary, can you changed OK.*/
/* default module titles */
#pagewrap .module .module-title{}
#pagewrap .module .module-title span{}


/* Archive & Single dafault settings */
.archive .archive-title{} /* for Archive page title */
/* default titles */
.archive .post .post-title,
.single .post .post-title{}

.archive .post .post-title span,
.single .post .post-title span{}

/* default post dates */
.post .post-date{}


/* Module default setttings. If necessary, can you changed OK.*/
.module.frame{height:200px;overflow:auto;} /* for privacy policy */
.module.icons{margin-bottom:10px;}
.module.fancy-heading{margin:0 0 5px 0;}

/* Contact form default settings. If necessary, can you changed OK. */
#body .module .wpcf7 input[type=submit]{ font-family: Fontawesome,sans-serif; }
#body .module .wpcf7 table tbody tr td span input[type="checkbox"],
#body .module .wpcf7 table tbody tr td span input[type="radio"]{ width: auto; }

/* navigation */
#navSw{ display: none; }
#ham{ display: none; position: fixed; z-index: 9999; top: 20px; right: 20px; margin: 0; font-size: 12px; color: white; text-align: center; }
#ham .ham-lines{ position: relative; display: block; width: 24px; height: 24px; margin-bottom: 5px; }
#ham .ham-lines span{ display: block; width: 24px; height: 2px; background: white; position: absolute; top: calc(50% - 1px);  opacity: 1; transition: .3s linear; }
#ham .ham-lines::before,#ham .ham-lines::after{ content: ""; display: block; width: 24px; height: 2px; background: white; position: absolute; }
#ham .ham-lines::before{ top: 0; transform: rotate(0deg); /*transform-origin: right top;*/ transition: .3s linear; }
#ham .ham-lines::after{ bottom: 0; transform: rotate(0deg); /*transform-origin: right bottom;*/ transition: .3s linear; }

#navSw:checked ~ #ham .ham-lines span{ opacity: 0; }
#navSw:checked ~ #ham .ham-lines::before{ transform: rotate(-45deg);  top: calc(50% - 1px); }
#navSw:checked ~ #ham .ham-lines::after{ transform: rotate(45deg);  top: calc(50% - 1px); }
.mobile_menu_active #pagewrap #main-nav{
	display: flex;
  flex-direction: column;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  justify-content: center;
  align-items: center;
  opacity: 0;
  background: rgba(0,0,0,.72);
  transition: .3s linear;
  transform-origin: center top;
  transform: rotateX(90deg);
}

/*--------------------------------- PAGE ---------------------------------*/
#pagewrap .pagewidth,
#pagewrap .row_banner_contact .row_inner{
  width:1100px;
  max-width:94%;
  margin-left:auto;
  margin-right:auto;
}
#header.pagewidth{
	width:100%;
  max-width:100%;
}
a img:hover{
  opacity:0.7;
}
#pagewrap{
  background:#fff;
  font-size:18px;
  line-height:2;
  color:#000;
  font-family: "メイリオ", Meiryo, sans-serif;
}
#pagewrap a,
#pagewrap a:active,
#pagewrap a:visited{
  color:#000;
}
body #pagewrap a:focus{outline: none;}
#main{text-align:center;margin:0;}
#pagewrap #main img{
  vertical-align:top;
  width:auto;
  transform: scale(1);
}

/*--------------------------------- END PAGE ---------------------------------*/
/*--------------------------------- HEADER ---------------------------------*/
body #headerwrap{
	padding:0;
}
#headerwrap .social-widget{padding:0;}
#headerwrap #header{
  padding:0;
  border:none;
  height:auto;
}
#header img{vertical-align:top;}
#headerwrap hgroup:before,
#headerwrap hgroup:after{
  content:'';
  display:table;
  clear:both;
}
#headerwrap #site-logo{
  float:left;
  margin:15px 0 16px 22px;
  line-height:1;
}
#headerwrap .rb{
  float:right;
  margin:0;
}
.rb > *{
	display:inline-block;
  vertical-align:top;
}
.header_tel{
	margin:12px 8px 15px 0;
}
#headerwrap #global-nav{
  display:none !important;
}
#responsive-nav-wrapper{overflow:hidden;}

/*--------------------------------- END HEADER ---------------------------------*/
/*--------------------------------- FOOTER ---------------------------------*/
#footerwrap{}
#footerwrap #footer{
  padding:0;
  border:none;
}
#pagewrap #footerwrap .copy{
  padding:45px 3% 46px;
}
#footerwrap .copy span{
  color:#000;
  font-size:16px;
}
#footerwrap .copy img{
  vertical-align:middle;
  margin-left:0;
}
#footerwrap #footer .widget{
  margin-bottom: 0;
}
#pagewrap .rtt{
  right:45px;
  bottom:22px;
  margin:0;
  text-align:center;
  font-size:18px;
  line-height:1;
  color:#404040;
  font-family: 'Oswald', sans-serif;
}
.rtt a:hover{
	opacity:0.7;
}
.rtt a img{
	display:block;
  margin:0 auto 15px;
}
#pagewrap .rtt a:hover img{
	opacity:1;
}
#pagewrap #footerwrap .f-con a{
	padding:3px 5px;
}
#pagewrap #footerwrap .f-con .rtt a{
  max-width:none;
  padding:0;
}
#footerwrap .f-con{z-index: 9;}
#pagewrap .rtt img{vertical-align:top;}
#pagewrap #footerwrap .f-con .f-tel,
#pagewrap #footerwrap .f-con .f-rtt{background-color:#000;color:#fff;border-top:1px solid #fff;}
#pagewrap #footerwrap .f-con .f-map{background-color:#000;color:#fff;border-top:1px solid #fff;}
#pagewrap #footerwrap .f-con .f-rtt,
#pagewrap #footerwrap .f-con .f-map{border-left:1px solid #fff;}
body.builder-is-mobile #footerwrap{
  margin-bottom: 51px;
}
body.builder-is-mobile #footerwrap .f-con{
  position: fixed;
  bottom:0;
  width:100%;
}

/*--------------------------------- END FOOTER ---------------------------------*/
/*--------------------------------- CONTENT ---------------------------------*/
#pagewrap #content{
	padding: 0;
}

body #responsive-btn {
  display: none;
}

/*--------------------------------- END CONTENT ---------------------------------*/





/*--------------------------------------------------
- TITLE -
--------------------------------------------------*/
#pagewrap .module.tit_0 .module-title{margin-bottom: 0;}
#pagewrap .module.tit_5 .module-title{margin-bottom: 5px;}
#pagewrap .module.tit_10 .module-title{margin-bottom: 10px;}
#pagewrap .module.tit_15 .module-title{margin-bottom: 15px;}
#pagewrap .module.tit_20 .module-title{margin-bottom: 20px;}

#pagewrap .tit_fff .module-title,
#pagewrap .m_fff,
#pagewrap .m_fff .module-title,
#pagewrap .module.banner_contact_txt a{
	color:#fff;
}

.module_row .module .module-title,
.module_row .module .fancy-heading{
	font-size:18px;
  line-height:1.4;
  color:#000;
}
.module .fancy-heading .sub-head:before{
  display:none;
}

.module.tit_bs .module-title{
	font-size:43px;
  font-family:Yu Gothic,Yu Gothic M,"メイリオ",sans-serif;
}
.module.fc_num_round .fancy-heading{
  margin:0;
  color:#fff;
  background:#7dbc37;
  width:160px;height:160px;
  border-radius:50%;
  overflow:hidden;
  padding:20px 0 0;
}
.module.fc_num_round .main-head{
  font-size:30px;
  font-family:Yu Gothic,Yu Gothic M,"メイリオ",sans-serif;
}
.module.fc_num_round .sub-head{
  display:inline-block;
  vertical-align:top;
  font-size:90px;
  line-height:0.75;
  font-family: rift-soft, sans-serif;
  padding:2px 0 0;
  letter-spacing:0.05em;
  background:linear-gradient(-32deg,#e8ce80,#fffce9,#e8ce80);
  color:transparent;
  -webkit-background-clip: text;
}
.module.tit_mid .module-title{
	font-size:52px;
  text-align:center;
  font-family: 'Oswald', sans-serif;
  font-weight:500;
  letter-spacing:0.05em;
  overflow:hidden;
}
.module.tit_mid .module-title > span{
	display:inline-block;
  vertical-align:top;
  position:relative;
  padding:0 3% 2px;
}
.module.tit_mid .module-title > span:before,
.module.tit_mid .module-title > span:after{
	content:'';
  display:block;
  position:absolute;
  top:50%;
  width:1100px;
  border-top:1px solid #8c8c8c;
  right:100%;
}
.module.tit_mid .module-title > span:after{
	left:100%;
  right:auto;
}
.module.tit_box .module-title{
	font-size:17px;
  color:#fff;
  background:#000;
  text-align:center;
  padding:11px 10px;
}
.module.fc_num_box .fancy-heading,
.module.fc_num_box_s .fancy-heading{
  margin:0;
  color:#fff;
  background:#000;
  overflow:hidden;
  position:relative;
}
.module.fc_num_box .main-head,
.module.fc_num_box_s .main-head{
  font-size:48px;
  line-height:1;
  font-family: rift-soft, sans-serif;
  letter-spacing:0.05em;
  color:#7dbc37;
  position:absolute;
  top:-7px;
  left:-2px;
}
.module.fc_num_box .sub-head,
.module.fc_num_box_s .sub-head{
  font-size:36px;
  padding:25px 20px;
  letter-spacing:0.025em;
  position:relative;
  z-index:1;
}
.module.fc_num_box_s .sub-head{
  font-size:30px;
  padding:28px 15px 30px;
}
.module.fc_box_fff .fancy-heading{
  margin:0;
  font-family:Yu Gothic,Yu Gothic M,"メイリオ",sans-serif;
  overflow:hidden;
}
.module.fc_box_fff .fancy-heading > *{
	float:left;
  background:#fff;
}
.module.fc_box_fff .main-head{
  font-size:55px;
  padding:3px 15px 0;
  margin-bottom:30px;
}
.module.fc_box_fff .sub-head{
  font-size:48px;
  padding:6px 15px 2px;
}
.module.tit_cs .module-title{
	font-size:23px;
  text-align:center;
  font-family:Yu Gothic,Yu Gothic M,"メイリオ",sans-serif;
}
.module.tit_fc .fancy-heading{
  margin:0;
  font-family:Yu Gothic,Yu Gothic M,"メイリオ",sans-serif;
}
.module.tit_fc .main-head{
  font-size:30px;
}
.module.tit_fc .sub-head{
  font-size:42px;
  padding:10px 0 0;
}
.module.tit_num_corner .module-title{
	font-size:26px;
  color:#7dbc37;
  font-family: 'Oswald', sans-serif;
  position:absolute;
  z-index:1;
  top:0;
  left:0;
  font-weight:normal;
  width:75px;height:75px;
  background:linear-gradient(135deg,#000,#000 50%,transparent 50%,transparent);
  padding:0 0 0 8px;
}
.module.tit_lc .module-title{
	font-size:24px;
  text-align:center;
  border-bottom:1px solid #b7b7b7;
  font-family:Yu Gothic,Yu Gothic M,"メイリオ",sans-serif;
  padding:0 0 20px;
}
.module.tit_bc .module-title{
	font-size:55px;
  text-align:center;
}
.module.fc_inline_box .fancy-heading{
  margin:0;
}
.module.fc_inline_box .fancy-heading > *{
	display:inline-block;
  vertical-align:middle;
  margin-left:10px;
  margin-right:10px;
}
.module.fc_inline_box .main-head{
  font-size:72px;
  line-height:1.2;
  font-weight:normal;
  letter-spacing:0.05em;
  font-family: 'Oswald', sans-serif;
  color:#7dbc37;
}
.module.fc_inline_box .sub-head{
  font-size:30px;
  padding:9px 20px;
  color:#fff;
  background:rgba(0,0,0,0.58);
  letter-spacing:0.025em;
  margin:17px 0 10px;
}
.module.tit_b .module-title{
	font-size:48px;
  font-family:Yu Gothic,Yu Gothic M,"メイリオ",sans-serif;
}
.module.fc_line .fancy-heading{
  margin:0;
}
.module.fc_line .main-head{
  font-size:40px;
  font-family:Yu Gothic,Yu Gothic M,"メイリオ",sans-serif;
  padding:0 0 14px;
}
.module.fc_line .sub-head{
  font-size:18px;
  font-weight:normal;
  padding:23px 0 0;
  font-family: 'Oswald', sans-serif;
}
.module.fc_line .sub-head:before{
  display:block;
  position:absolute;
  top:0;
  left:0;
  right:0;
  border-top-width:3px;
  border-color:#7dbc37;
  width:50px;
  max-width:100%;
}
.module.tit_c .module-title{
	font-size:30px;
  text-align:center;
  font-family:Yu Gothic,Yu Gothic M,"メイリオ",sans-serif;
}

/*--------------------------------------------------
- TEXT -
--------------------------------------------------*/
.module.anchor_load{padding:0;}
.module.anchor_load ul{
  border: none;
  padding: 0;
  line-height:1;
}
.module.anchor_load ul li{
  margin-bottom: 10px;
  padding: 0 15px;
}
#pagewrap .pagenav a,
#pagewrap .pagenav span{
  padding: 10px 0;
  text-decoration: none;
  color:#000;
  min-width:38px;
  border:1px solid #000;
  background:none;
  border-radius:0;
  margin:0 0 0 0px;
}
#pagewrap .pagenav a:hover{
  opacity:0.7;
}
#pagewrap .pagenav .number[title="«"] + a{
	margin-left:0px;
}
#pagewrap .pagenav .number[title="»"]{
	margin-left:0px;
}

.txt_yugo{
  font-family:Yu Gothic,Yu Gothic M,"メイリオ",sans-serif;
}
.module.banner_contact_txt{
  font-size:16px;
	line-height:26px;
  letter-spacing:0.05em;
  border:1px solid #4e4e4e;
  padding:15px 29px 11px;
  float:right;
}
.module.reason_txt{
	font-size:48px;
  line-height:1.4;
  font-family:Yu Gothic,Yu Gothic M,"メイリオ",sans-serif;
  font-weight:bold;
}
.module.reason_txt strong{
  display:inline-block;
  vertical-align:top;
	font-size:100px;
  line-height:1;
  font-family: rift-soft, sans-serif;
  font-weight:700;
  font-style:italic;
  color:#de0000;
  margin:-30px 5px -3px 7px;
}
.module.txt_b{
	font-size:53px;
  line-height:1.4;
  font-weight:bold;
}
#pagewrap .module.btn_corner a{
	display:block;
  width:180px;
  max-width:100%;
  margin:0 auto;
  font-size:18px;
  font-weight:bold;
  font-family:Yu Gothic,Yu Gothic M,"メイリオ",sans-serif;
  background:#7dbc37;
  text-decoration:none;
  position:relative;
  padding:0 10px;
}
#pagewrap .module.btn_corner a:hover{
	opacity:0.7;
}
.module.btn_corner a:before{
	content:'';
  display:block;
  position:absolute;
  bottom:2px;
  right:2px;
  border:1px solid transparent;
  border-width:8px 8px 0 0;
  border-right-color:#000;
}
#pagewrap .module.course_pop{
  font-size:24px;
  line-height:1;
	color:#fff;
  font-family:Yu Gothic,Yu Gothic M,"メイリオ",sans-serif;
  font-weight:bold;
  width:251px;height:196px;
  background:url(../../uploads/course_pop.png)center center no-repeat;
  padding:20px 0 0;
  position:absolute;
  top:-0;
  left:-134px;
}
.module.course_pop strong{
  display:inline-block;
	font-size:60px;
  font-weight:normal;
  font-family: 'Oswald', sans-serif;
  padding:3px 0 10px;
}
.module.txt_c{
	font-size:30px;
  font-weight:bold;
}
.module.txt_c strong{
	font-size:36px;
}
.module.module-buttons{
  margin-bottom:0;
}
#pagewrap .module.module-buttons a span{display:block;margin:0;font-size: 100%;}
#pagewrap .module.module-buttons a.ui.builder_button:hover{opacity:0.7;}
.module.btn_arrow .module-buttons-item{
	width:auto;
  max-width:100%;
  padding:0 30px 0 0;
}
#pagewrap .module.btn_arrow a.ui.builder_button{
  display:block;
	border:none;
  font-size:18px;
  line-height:1.4;
  padding:15px 40px 15px 50px;
  box-shadow:none;
  font-weight:bold;
  text-align:center;
  font-family:Yu Gothic,Yu Gothic M,"メイリオ",sans-serif;
  color:#fff;
  background:#000;
  position:relative;
}
.module.btn_arrow a.ui.builder_button:before{
	content:'';
  display:block;
  position:absolute;
  top:50%;
  right:-30px;
  width:51px;height:16px;
  margin-top:-8px;
  background:url(../../uploads/icon_arrow.png)center center no-repeat;
}
#pagewrap .m_qa .ui.module-accordion>li{
	margin-bottom:50px;
}
#pagewrap .m_qa .ui.module-accordion .accordion-title{
	font-size:18px;
}
#pagewrap .m_qa .ui.module-accordion .accordion-title a{
	padding:20px 4.1% 20px 65px;
  color:#fff;
  background:#000;
  position:relative;
}
.m_qa .accordion-title a:before,
.m_qa .accordion-content:before{
	content:'Q.';
  font-size:30px;
  line-height:1;
  font-weight:normal;
  color:#7dbc37;
  position:absolute;
  top:15px;
  left:22px;
  font-family: 'Oswald', sans-serif;
}
#pagewrap .m_qa.module-accordion .accordion-content{
	padding:20px 4.1% 20px 65px;
  font-size:16px;
  line-height:2;
  background:#f4f4f4;
  position:relative;
  margin-top:20px;
}
.m_qa .accordion-content:before{
	content:'A.';
  color:#de0000;
  top:22px;
}

/*--------------------------------------------------
- IMAGE -
--------------------------------------------------*/
#pagewrap #body .module.img_wrap5 .image-wrap{margin-bottom: 5px;}
#pagewrap #body .module.img_wrap10 .image-wrap{margin-bottom: 10px;}
#pagewrap #body .module.img_wrap15 .image-wrap{margin-bottom: 15px;}
#pagewrap #body .module.img_wrap20 .image-wrap{margin-bottom: 20px;}
.module .image-wrap{
  line-height:1;
}
.module .image-wrap img{
	vertical-align:top;
}
#pagewrap .module.img_right .image-wrap,
#pagewrap .module.img_r .image-wrap{
  text-align: right;
}
#pagewrap .module .image-content{
  margin: 0;
}
#pagewrap .module.image-left .image-wrap,
#pagewrap .module.image-right .image-wrap{
  margin-bottom: 0;
  max-width: 50%;
}
#pagewrap .module.img_o .image-wrap{
  max-width: none;
}
#pagewrap #body .gallery .gallery-item{margin-bottom:10px;}
#pagewrap #body .gallery .gallery-caption{line-height:2;font-size:100%;}
#body .gallery br{display:none;}
.module.module-gallery .gallery-icon{cursor:auto;}

.module.img_bordered .image-wrap img{
	border:1px solid #acacac;
}

/*--------------------------------------------------
- MODULE - BACKGROUND - BORDER -
--------------------------------------------------*/
.module.module-layout-part{
  margin-bottom: 0;
}
.module iframe{display:block;margin:0 auto;}
.tb_responsive_mode #pagewrap .tb_grid_classes>.module_column{
	margin-top:0;
}

.row_bg_000{background:#000;}
.row_bg_yel{background:linear-gradient(to right,#e8ce80,#fffce9,#e8ce80);}

.row_bordered{
	border:1px solid #424242;
  background:#fff;
}

.row_banner_contact .row_inner,
.row_banner_contact .module_column{
	position:static;
}
.row_banner_contact .tb-column{
	padding:0 0 0 25%;
}
#pagewrap .banner_contact_img{
	width:1254px;
  max-width:98%;
	position:absolute;
  bottom:0;
  left:50%;
  -ms-transform: translate(-50%,0);
  -webkit-transform: translate(-50%,0);
  transform: translate(-50%,0);
}
#pagewrap .banner_contact_img .image-wrap{
	width:41%;
}
.row_banner_contact .module:not(.banner_contact_img){
  z-index:1;
}
.row_banner_contact .subrow_inner{
	width:755px;
  max-width:92%;
  margin-left:auto;
}
.row_banner_contact .sub_column.first{
	width:49.3%;
}
.row_banner_contact .sub_column.last{
	width:48.61%;
  margin-left:2.09%;
}
#pagewrap .row_reason,
#pagewrap .row_voice{
	background-size:100% auto;
}
.srow_reason_tit .subrow_inner{
	position:relative;
}
.srow_reason_tit .sub_column.first{
  width:160px;
	position:absolute;
  top:0;
  left:0;
}
.srow_reason_tit .sub_column.last{
	width:100%;
  min-height:173px;
  margin-left:0;
  padding:0 0 0 187px;
}
.srow_reason_tit,
.reason_content,
.srow_reason_bottom{
	border:5px solid #000;
  background:#fff;
  padding-left:4.09%;
  padding-right:4.09%;
}
.srow_reason_tit{
	border-width:5px 5px 0;
}
.reason_content{
	border-width:0 5px;
}
.srow_reason_bottom{
	border-width:0 5px 5px;
}
.srow_reason_instructor .sub_column{
	width:30%;
  margin-left:5%;
}
.module.reason_dpa_note{
	width:270px;
  max-width:100%;
  margin-left:auto;
  margin-right:auto;
}
.srow_reason_dpa .sub_column.first{
	width:69.8%;
}
.srow_reason_dpa .sub_column.last{
	width:27%;
}
.srow_reason .sub_column{
	width:48%;
  margin-left:4%;
}
.row_fix_col2 .tb-column,
.srow_fix_col2 .sub_column{
	width:48.2%;
}
.row_fix_col2 .tb-column:not(.first),
.srow_fix_col2 .sub_column:not(.first){
	margin-left:3.6%;
}
.row_about .sub_column.first{
	width:51.8%;
  position:absolute;
  bottom:0;
  right:0;
}
.row_about .sub_column.first .tit_cs{
	float:right;
  padding:0 7%;
}
.row_about .sub_column.last{
	z-index:1;
  width:100%;
  margin-left:0;
}
.row_about .sub_column.last .module-text{
	width:43.6%;
}
.row_fix_col3 .tb-column,
.srow_fix_col3 .sub_column{
	width:30%;
  margin-left:5%;
}
.row_scenario .sub_column .module.tit_num_corner{
	width:330px;
  max-width:100%;
  margin-left:auto;
  margin-right:auto;
}
.row_course .fc_inline_box{
	padding:0 130px;
}
#pagewrap .row_voice .fc_line{
	background-size:100% auto;
}
.srow_taiken .sub_column{
	margin-bottom:50px;
  background:#000;
  padding:45px 3% 11px;
}
.row_img .module_column{
	padding:42.73% 0 0;
}

/*--------------------------------------------------
- TABLE -
--------------------------------------------------*/
.module table{
  width:100%;
}
.module.table_cal table{
  table-layout:fixed;
}
.module table tr td,
.module table tr th,
#pagewrap #body .module .wpcf7 table tbody tr th,
#pagewrap #body .module .wpcf7 table tbody tr td{
  border:1px solid #a5a5a5;
  border-width:1px 1px 1px 0;
  padding:18px 22px;
}
#pagewrap .module table + p,
#pagewrap .module .table-wrap + p{
  margin-top:15px;
}
#body #layout #content .module.table1 .table-wrap{margin:0;}
#pagewrap #body #layout #content .module:not(.table1) .table-wrap table{
  width:1000px;
}
#pagewrap #body #layout #content .module .no_slide tbody th,
#pagewrap #body #layout #content .module .no_slide tbody td{
  display:table-cell;
}
.module table tr th{
  color:#fff;
  background:#333;
  border-width:1px 0 1px 1px;
}
.module table tr th:first-child{
  width:140px;
}
#pagewrap .module .wpcf7 form{margin:0;}
.module .wpcf7 table tbody tr td span:last-of-type *:last-of-type{
  margin-bottom:0;
}
#pagewrap #body .module .wpcf7 input[type=submit]{
  color:#fff;
  background:#333;
  border-radius:0;
  margin:40px auto 10px;
  display:block;
  font-family:inherit;
}
#pagewrap #body .module .wpcf7 input[type=submit]:focus{outline:none;}
#pagewrap #body .module .wpcf7 input[type=submit]:hover{opacity:0.7;}
#pagewrap .module .wpcf7-form .ajax-loader{display:block;margin:0 auto;}
#pagewrap div.wpcf7-response-output{margin:0;}
#pagewrap div.wpcf7-validation-errors{border-color:#333;margin-bottom:25px;}
#pagewrap .module .wpcf7-form > p{margin:0;}
.module.table1 .x-slid{display:none;}
#body #layout #content .module.table1 .table-wrap table{width:100%;}

.module.table_course table tr th,
.module.table_course table tr td{
	padding:17px 2.27%;
}
.module.table_course table tr th{
	border-color:#000;
  border-width:1px;
}
.module.table_course table tr th:nth-of-type(1),
.module.table_course table tr th:nth-of-type(2){
	width:10%;
}
.module.table_course table tr th:nth-of-type(3){
	width:15%;
}
.module.table_course table tr td:not(:last-child){
	border-width:1px 0;
}
.module.table_course table tr td:nth-of-type(1){
	width:11.4%;
}
.module.table_course table tr td:nth-of-type(2){
	width:32%;
}

/*--------------------------------------------------
- OTHER -
--------------------------------------------------*/
.module.module-post .post-date,
.module.module-post .post-title{
  line-height: 1.4;
}
.module-post .post-title a{text-decoration: underline;}
.module-post .post-title a:hover{text-decoration: none;}
.module.module-post .builder-posts-wrap .post{
  padding:10px 0;
}
.module.module-post .entry-content p:last-of-type{
  margin-bottom:0;
}
.module.post_voice{
  margin-bottom:0;
}
.module.post_voice .builder-posts-wrap .post{
  padding:39px 3.54% 29px;
  border:1px solid #424242;
  background:#fff;
  overflow:hidden;
}
.module.post_voice .builder-posts-wrap .post:last-of-type{margin-bottom:0;}
.module.post_voice .post-image{
	float:left;
  width:24.51%;
  margin:0 3.9% 10px 0;
  text-align:center;
}
.module.post_voice .post-content{
	float:right;
  width:71.59%;
}
#pagewrap .module.post_voice .post-title{
  font-size:18px;
  color:#fff;
  background:#7dbc37 url(../../uploads/icon_pen.png)left 15px top 17px no-repeat;
  margin-bottom:20px;
  padding:15px 15px 15px 50px;
}
.module.post_voice .entry-content{
  font-size:16px;
}





/* media */
@media screen and (max-width: 1280px) {

  #pagewrap .row_reason,
  #pagewrap .row_voice{
    background-size:auto auto;
  }
  .row_course .row_inner,
  .row_course .module_column{position:static;}
  #pagewrap .module.course_pop{
    left:-44px;
  }

}



@media screen and (max-width: 1024px) {

  #header.pagewidth{
  	max-width:94%;
  }
  #headerwrap #site-logo,
  #headerwrap .rb{
  	float:none;
    text-align:center;
  }
  #headerwrap #site-logo{
  	margin-left:0;
  }
  #pagewrap .rb > *{
  	margin-left:4px;
    margin-right:4px;
  }
  .row_banner_contact .tb-column{
  	padding:0;
  	text-align:center;
  }
  #pagewrap .row_banner_contact .tit_bs{
  	text-align:center;
  }
  .row_banner_contact .subrow_inner{
    max-width:100%;
  	margin-right:auto;
  }
  #pagewrap .module.banner_contact_txt{
    text-align:left;
    float:none;
    display:inline-block;
    vertical-align:top;
    margin-bottom:45px;
  }
  #pagewrap .banner_contact_img{
  	position:static;
    width:100%;
    max-width:100%;
    -ms-transform: none;
    -webkit-transform: none;
    transform: none;
  }
  #pagewrap .banner_contact_img .image-wrap{
  	width:100%;
  }
  
  #pagewrap #body #layout #content .module table.no_slide tr th:first-child{
    width: 30%
  }

}



@media screen and (max-width: 768px) {
    
  #pagewrap #headerwrap{padding-top:0;}
  #pagewrap .module.image-left .image-wrap,
  #pagewrap .module.image-right .image-wrap{
  	margin:0 auto 1em;
    max-width:100%;
    text-align:center;
  }
  #pagewrap #body #layout #content .module table.no_slide tr th{
    display:table-cell;
  	width:auto;
  }
  
  /*#pagewrap #body #layout #content .module table.no_slide tr th:first-child{
    width: 100%;
    padding: 5px 7px;
  }*/
  
  #pagewrap #body #layout #content .dsj-cf7-slot--freetrial .wpcf7-form .no_slide tr th:first-child{
    width: 100%;
    padding: 5px 7px;
  }
  
  #pagewrap #body #layout #content .module .wpcf7 table tbody tr th,
  #pagewrap #body #layout #content .module .wpcf7 table tbody tr td{
  	display:block;
    width:100%;
  }
  #pagewrap #body .module .wpcf7 table tbody tr th{
  	padding-bottom:0;
  }
  
  .srow_reason_tit .sub_column.first{
  	position:static;
  }
  .module.fc_num_round .fancy-heading{
  	margin:0 auto;
  }
  .srow_reason_tit .sub_column.last{
  	min-height:auto;
    padding:0;
  }
  .row_about .sub_column.first{
  	position:static;
  }
  .row_about .sub_column.first .tit_cs{
  	float:none;
    padding:0;
  }
  .row_about .sub_column.last .module-text{
  	width:100%;
  }
  #pagewrap .sp-fs30,
  #pagewrap .sp-fs30 .module-title{ font-size: 30px; }
  .module.fc_box_fff .main-head,
  .module.fc_box_fff .sub-head,
  .module.tit_fc .sub-head,
  #pagewrap .sp-fs36{ font-size: 36px!important; }
  .module.fc_box_fff .main-head{ margin-bottom: 15px; }
  .module.reason_txt.sp-fs36 strong{ font-size: 42px;vertical-align: baseline; }

  .module.fc_num_round .fancy-heading{
    width: 80px;
    height: 80px;
    padding-top: 10px;
  }
  .module.fc_num_round .main-head{
    font-size: 15px;
  }
  .module.fc_num_round .sub-head{
    font-size: 45px;
  }
  .module.fc_num_box .sub-head, .module.fc_num_box_s .sub-head{
    font-size: 24px;
    padding: 15px;
  }
  #pagewrap .module.sp-lh18em{ line-height: 1.8em!important; }
  #pagewrap .module.sp-lh16em{ line-height: 1.6em!important; }
  .module.sp-ts{ text-shadow: 1px 1px 3px rgba(255,255,255,.7); }
  
  body #pagewrap #body .module .wpcf7 table tbody tr th, 
  body #pagewrap #body .module .wpcf7 table tbody tr td{
  padding: 5px 7px;
  }
}



@media screen and (max-width: 680px){
     
  #pagewrap .module.img_left .image-wrap,
  #pagewrap .module.img_right .image-wrap{
  	text-align:center;
  }
  
  #pagewrap .module_column{
  	width:100%;
    margin-left:0;
  }
  
  #pagewrap .rb > *{
  	margin-left:0;
    margin-right:0;
  }
  .header_tel{
    display:block;
  	margin-top:0;
  }
  #pagewrap .module.course_pop{
  	position:static;
    margin-top:-78px;
    margin-left:auto;
    margin-right:auto;
  }
  .row_course .fc_inline_box{
  	padding:0;
  }
  .module.fc_inline_box .fancy-heading > *{
    margin-left:0;
    margin-right:0;
  }
  #pagewrap .module.fc_inline_box .main-head{
  	display:block;
  }
  .module.post_voice .post-image{
  	float:none;
    width:100%;
    margin:0 0 30px;
  }
  .module.post_voice .post-content{
  	float:none;
    width:100%;
  }
  
  body .dsj-cf7-slot--freetrial .wpcf7 th{
    font-size: 0.8125rem;
  }
}




#pagewrap .module.dnl_p3_title_1 .module-title {
    font-size: 32px;
    color: #ffffff;
    font-family: 游ゴシック体, 'Yu Gothic', YuGothic, メイリオ, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
    line-height: 1.4;
    background: #7dbc37;
    margin-bottom: 0;
    padding: 18px 10px;
    text-align: center;
}



@media screen and (max-width: 768px){
#pagewrap .module.dnl_p3_title_2 .module-title {
    font-size: 22px;
}
}

#pagewrap .module.dnl_p3_title_2 .module-title {
    font-size: 30px;
    color: #000000;
    line-height: 1.4;
    border-bottom: 1px solid #000000;
    border-top: 7px solid #000000;
    font-family: 游ゴシック体, 'Yu Gothic', YuGothic, メイリオ, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
    margin-bottom: 0;
    padding: 28px 0 27px;
}