@charset "utf-8";
aside#contact {
	margin: 0 auto 40px;
	width: 92%;
	max-width: 1260px;
}

aside#contact section {
	box-shadow: none;
	border: 1px solid #999;
}
aside#contact .contact-inner {
	margin: 0;
}

aside#contact .contact-tel {
	border : none;
}

textarea {
    font-family: sans-serif;
}

.p-contact .form .pagetop {
	margin-top: 50px;
}

.p-contact #ttl-sub {
    padding-bottom: 70px;
}

.p-contact section.form {
    width: 92%;
    max-width: 1260px;
    margin: 50px auto 30px;
    padding: 30px;
	border: 1px solid #999;
    border-radius: 20px;
	
}

.p-contact section.information {
    width: 92%;
    max-width: 1260px;
    margin: 50px auto 30px;
	text-align: center;
    padding: 30px;
	border: 1px solid #999;
    border-radius: 3px;
	}

.p-contact .form h2 {
	color: #254DB3;
	text-align: center;
	/*border-bottom: 1px solid #366cf7;*/
	font-size: 1.725rem;
	padding-bottom: 20px;
}

.p-contact section.information dl{
	font-size: 24px;
	margin: 20px auto;
}
.p-contact section.information dt{
  float: left;
  line-height: 3;
}
.p-contact section.information dd{
  margin-left: 190px;
  line-height: 2;
  text-align: left;
}
.p-contact section.information dd span{
    font-size: 2.5rem;
    font-weight: bold;
    color: #003bd2;
    white-space: nowrap;
}

.p-contact .privacy {
	width: 100%;
	height: 200px;
	overflow-y: scroll;
	padding: 0 5% 5% 5%;
	border: solid 1px #ccc;
	border-radius: 3px;
}

.p-contact .limark {
	text-align: left;
	font-size: 1em !important;
	margin-bottom: 20px;
	margin-top: 20px;
}

.p-contact .privacy p,
.p-contact .privacy dd,
.p-contact .privacy dt {
	font-size: 0.8em !important;
}

.p-contact .privacy dt, .sign {
	margin-bottom: 10px;
	margin-top: 10px;
}

.p-contact .error {
	border-color: #CF3F34;
	/*background-color: #FDF1F0; */
}

.p-contact p.error {
	list-style: none;
	color: #CF3F34;
	padding: 5px 5px 5px 20px;
	font-weight: normal;
	font-size: 0.8em;
}

.submit {
	color:#254DB3;
	font-size:17px;
	display:inline-block;
	padding: 20px 1.75em;
	width: 90%;
	max-width: 300px;
	min-height: 60px;
	line-height: 20px;
	position: relative;
	border: 2px solid #254DB3;
	border-radius: 50px;
	overflow: hidden;
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	text-align: center;
	background-color: #fff;
}
.submit:hover{
  color:#fff;
  background:#254DB3;
  text-decoration:none;
}
.submit::before {
  position: absolute;
  top: -1px;
  left: 0;
  z-index: -2;
  content: '';
  width: 130%;
  height: 110%;
  background:#254DB3;
  transform-origin: left top;
  transform: skewX(-30deg) scale(0, 1);
  transition: transform .3s ease-in-out;
}
/*
.submit:after{
  font-family: 'Font Awesome\ 5 Free';
  content:"\f054";
  font-weight: bold;
  position: absolute;
  right:4%;
  top:50%;
  transform: translateY(-50%)
}
*/
.submit:hover::before {
  transform-origin: left top;
  transform: skewX(-30deg) scale(1, 1);
  }

.back {
	color:#333;
	font-size:17px;
	display:inline-block;
	padding: 20px 1.75em;
	width: 90%;
	max-width: 300px;
	min-height: 60px;
	line-height: 20px;
	position: relative;
	border: 2px solid #333;
	border-radius: 50px;
	overflow: hidden;
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	text-align: center;
	background-color: #fff;
	margin-bottom: 30px;
}
.back:hover{
  color:#fff;
  background:#333;
  text-decoration:none;
}
/*
.back::before {
  position: absolute;
  top: -1px;
  left: 0;
  z-index: -2;
  content: '';
  width: 130%;
  height: 110%;
  background:#333;
  transform-origin: left top;
  transform: skewX(-30deg) scale(0, 1);
  transition: transform .3s ease-in-out;
}
.back:after{
  font-family: 'Font Awesome\ 5 Free';
  content:"\f054";
  font-weight: bold;
  position: absolute;
  right:4%;
  top:50%;
  transform: translateY(-50%)
}
*/
.back:hover::before {
  transform-origin: left top;
  transform: skewX(-30deg) scale(1, 1);
  }


/* ---------------------------------------------------------
  フォーム関連スタイル　1025px以上
--------------------------------------------------------- */
input[type="submit"] {
   -webkit-appearance: none;
}

.p-contact form {
	width: 100%;
    margin: 0 auto;
}

.form_section {
    padding: 4% 6%;
    border-radius: 3px;
}
ul.fm_text-comlist li {
	font-weight: bold;
    list-style-type: decimal-leading-zero;
    margin-left: 2em;
}
.fm_com {
	font-size:0.9em;
	
	margin-bottom:1em;
}
.form_table {
	width: 100%;
}
/*.form_table > tr:nth-child(1) th,
.form_table > tr:nth-child(1) td,*/
.form_table > tbody:nth-child(1) > tr:nth-child(1) th,
.form_table > tbody:nth-child(1) > tr:nth-chfm_radio-labelild(1) td {
    border-top: none;
}
.form_table th,
.form_table td {
    border-top: 1px dotted #ccc;
    padding: 0.5em;
    vertical-align: top;
}
.form_table th {
	text-align:left;
	width: 28%;
}
.form_table02 th{
	text-align:left;
	width: 15%;
}
.form_table02 th:nth-child(2n),.form_table02 td:nth-child(2n){
	background: #FEF7EE;
}
.form_table td {
	/* font-weight:bold; */
}
span.need {
	float: right;
    color: #e61f19;
    border: 1px solid #e61f19;
    border-radius: 3px;
    padding: 2px 4px;
    font-weight: 500;
	margin-right: 10px;
}
.form_table02 td span.konpou{
	display: inline-block;
}
.fm_input-text.size-ss, .fm_input-textarea.size-ss, .fm_input-select.size-ss {
    width: 3em;
}
.fm_input-text.size-s, .fm_input-textarea.size-s, .fm_input-select.size-s {
    width: 7em;
}
.fm_input-text.size-m, .fm_input-textarea.size-m, .fm_input-select.size-m {
    width: 16em;
}
.fm_input-text,
.fm_input-textarea,
.fm_input-select {
    box-sizing: border-box;
    margin-bottom: 0.5em;
    width: 100%;
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 4px;
    margin-right: 0.5em;
    margin-left: 0.5em;
    position: relative;
	padding: 10px;
    font-size: 1.02em;
}

/*▼ラジオボタンスタイル*/
.fm_entry-Radio li,
.fm_entry-Radio1 li,
.fm_entry-Radio2 li {
	float:left;
	margin-left:1%;
	margin-right:1%;
}
.fm_entry-Radio1 li {
	width: 48%;
	margin: 1%;
}

/* ラジオボタンは非表示にする */
.fm_entry-Radio li input[type=radio],
.fm_entry-Radio1 li input[type=radio],
.fm_entry-Radio2 li input[type=radio],
.fm_entry-Radio li input[type=checkbox],
.fm_entry-Radio1 li input[type=checkbox],
.fm_entry-Radio2 li input[type=checkbox] {
  display: none; 
}
/* チェックされた時のスタイル */
.fm_entry-Radio li input[type="radio"]:checked + label,
.fm_entry-Radio1 li input[type="radio"]:checked + label,
.fm_entry-Radio2 li input[type="radio"]:checked + label,
.fm_entry-Radio li input[type=checkbox]:checked + label,
.fm_entry-Radio1 li input[type=checkbox]:checked + label,
.fm_entry-Radio2 li input[type=checkbox]:checked + label  {
  background: #F0895E;
  color: #FFF; 
}
/* マウスオーバーしたときのスタイル */
.fm_radio-label:hover {
  background-color: #FEF7EE;
}
/* lableのスタイル */
.fm_radio-label {
  border: #dddddd solid 2px;
  display: block;
  padding: 0.7em 1.6em;
  cursor: pointer;
  margin-bottom: 10px;
}
.fm_entry-Radio1 li .fm_radio-label {
	padding: 1.3em;
}
/*▲ラジオボタンスタイル　ここまで*/

.p-contact ul.mailform_submit,ul.sub-nav {
    display: block;
    width: 100%;
/*    margin: 0px auto; */
	text-align: center;
}
.p-contact ul.mailform_submit li,ul.sub-nav li {
	width:40%;
	text-align:center;
	margin: 3em auto;
}
/*
.p-contact ul.mailform_submit .fm_btn1,.p-contact ul.mailform_submit .fm_btn2,ul.sub-nav li a{
	background: #f99400;
	color: #fff;
	display: block;
	text-align: center;
	margin: 1em auto 0;
	font-size: 1.1em;
	width: 90%;
	padding: 0.75em 0;
	position: relative;
	border-radius: 5px;
	border: 2px solid #f99400;
    box-shadow: 1px 1px 5px 2px rgba(0,0,0,.2);
	font-weight: bold;
	font-size:120%;
}
.p-contact ul.mailform_submit .fm_btn1:hover,ul.sub-nav li a:hover {
  background:#f0bb5e;
  border: 2px solid #f0bb5e;
  text-shadow:1px 2px 2px rgba(0,0,0,.2);
  box-shadow: none;
}
.p-contact ul.mailform_submit .fm_btn2{
    background: #999999;
	border: 2px solid #999999;
}
.fm_btn2:hover{
	background: #808080;
	border: 2px solid #808080;
	color:#fff;
	text-decoration:none;
    box-shadow: none;
}

.course-list {
	text-align:center;
}
.course-list .course-name {
	display: block;
    font-size: 1.2em;
    margin-bottom: 0.3em;
	color: #575757;
}
.course-list .price {
	display:block
}
.course-list .price .priceno {
	font-size: 1.1em;
    color: #e11616;
}
input[name="course"]:checked + label .course-list .course-name,
input[name="course"]:checked + label .course-list .price .priceno,
input[type="checkbox"]:checked + label .course-list .course-name,
input[type="checkbox"]:checked + label .course-list .price .priceno {
	color:#fff;
}
.fm_linkbox {
	clear:both;
}
.comment-List {
	display:block;
	clear:both;
}
.comment-List li {
	padding-left: 1em;
    line-height: 1.9em;
    margin-bottom: 0.5em;
	font-size: 0.9em;
}
.comment-List li:before {
	content:"※";
	margin-left:-1em;
	
}
.color-orange{
	color: #F0895E;
	font-weight: bold;
}

.dblock50{
	width: 50%;
	margin: 0 auto;
}
.name{
  font-size:26px;
  margin-top:0.5em;
  font-weight: bold;
  line-height: 1.4;
}
*/
.f14{
	font-size: 14px;
	font-style:normal;
}

em.f14{
	display: block;
	font-weight: 400;
}

.db{
	display: block;
	margin: 2em auto;
}

.inline-b{
	display: inline-block;
}



/* ---------------------------------------------------------
  フォーム確認画面　1025px以上
--------------------------------------------------------- */

.fm-checkpage-table {
	width: 90%;
    border-collapse: collapse;
    font-size: 16px;
    box-sizing: border-box;
    margin: 2em auto;
}
.fm-checkpage-table th,
.fm-checkpage-table td {
	text-align:left;
	padding: 0.75em ;
    border: 1px solid #ccc;
}
.fm-checkpage-table th {
	background: #eee;
	width: 40%;
}
.fm-checkpage-table td {
	
}

/* ---------------------------------------------------------
 他　1025px以上
--------------------------------------------------------- */

/* 文字色 */
.gre01{color:#09a100;}/* グリーン */
.ore01{color:#f99300;}/* オレンジ */
.red01{color:#e61f19;}/*　赤 */
.red02{color:#ff0000;}/*　赤 */


/* =========================================================

 PC（1530px以下）

========================================================= */
/* ---------------------------------------------------------
 HOME　1530px以下
--------------------------------------------------------- */

@media screen and (max-width: 1530px) {
	
}

/* =========================================================

 PC（1199px以下）

========================================================= */
@media screen and (max-width: 1199px) {

}


/* =========================================================

 タブレット（1024px以下）

========================================================= */

@media screen and (max-width: 1024px) {
  
}

@media screen and (max-width: 896px) {
aside#contact .contact-inner p {
	margin: 0;
	
}

/* =========================================================


 スマホ　767px以下


========================================================= */

@media only screen and (max-width: 767px) {

/* ---------------------------------------------------------
  フォーム　767px以下
--------------------------------------------------------- */
.p-contact section.form {
    padding: 2rem 1rem;
}
.fm_com {
    display: block;
	font-size: 0.87em;
}
.form_table th {
    width: 100%;
	border-top: 1px dotted #BEBDBD;
	font-size: 1.05em;
}
.form_table td {
	border-top:none;
}
.form_table th, .form_table td {
	display:block;
}
.fm_input-text.size-s, .fm_input-textarea.size-s, .fm_input-select.size-s {
    width: 29%;
}
.fm_input-text.size-m, .fm_input-textarea.size-m, .fm_input-select.size-m {
    width: 98%;
}
.fm_input-text, .fm_input-textarea, .fm_input-select {
	margin-right: 0;
    margin-left: 0;
}

.fm_entry-Radio li {
	width: 30%;
}
.fm_entry-Radio1 li {
	width: 100%;
}

.fm_radio-label {
	padding: 0.7em 0;
	text-align: center;
}
.fm_entry-Radio1 li .fm_radio-label {
    padding: 0.5em;
}

.p-contact ul.mailform_submit li,ul.sub-nav li {
    width: 100%;
}

/*▼本申し込みフォーム*/
/*
.course-list .course-name {
    font-size: 1.0em;
}
.comment-List li {
	font-size: 0.87em;
}
*/
/* ---------------------------------------------------------
  無料体験申し込みフォーム確認画面　767px以下
--------------------------------------------------------- */

.fm-checkpage-table {
	width: 100%;
}
.fm-checkpage-table th,
.fm-checkpage-table td {
	display:block;
}
.fm-checkpage-table th {
	width: auto;
}
.fm-checkpage-table td {
	
}


/* ---------------------------------------------------------
  他　767px以下
--------------------------------------------------------- */
.mt{margin-top:0!important}
.mt30-15{margin-top:15px}
.mt15-0{margin-top:0!important}
.mb40-40{margin-bottom:40px}

.pt60{padding-top:60px;}

.f60-50{font-size:50px;}
.f70-60{font-size:60px;}
.f40-34{font-size:34px;}
.f36-28{font-size:28px;}
.f34-26{font-size:26px;}
.f30-24{font-size:24px;}
.f28-22{font-size:22px;}
.f24-20{font-size:20px;}
.f22-18{font-size:18px;}
.f20-16{font-size:16px;}

.side15-10{margin-left:10px;margin-right:10px;}


.ttl36-28{font-size:28px;}

.float-l-c,
.float-r-c{
  float:none;
}
.float-c-l{
  float:left;
}
.float-c-r{
  float:right;
}


.ls5-3{letter-spacing:3px;}

.w34-100,
.w48-100,
.w28-100,
.w38-100,
.w58-100,
.w64-100,
.w68-100{
  width:100%;
 }
.w100-48{
  width:48%;
}
.pctab-only{
  display:none;
}
.sp-only,
.sp-block{
  display:block;
}
/*　データ表*/
.form_table02 td:before{
   content: attr(data-title) " ";
}
.form_table02 th:nth-child(2n),.form_table02 td:nth-child(2n){
	background: #FFF;
}
.form_table02 td:nth-child(n+3){
	border-top:1px dotted #BEBDBD;
}
.form_table02 td.product_name{
	background: #FEF7EE;
	font-weight: bold;
	text-align: center;
	border:1px dashed #F08861;
}
.form_table02 th{
	display: none;
}
.form_table th,
.form_table td {
    padding: 0.5em 0;
}
.dblock50{
	width: 100%;
}



}

@media only screen and (max-width: 450px) {
 	.fm_radio-label {
		height: 80px;
	}
}
@media only screen and (max-width: 416px) {
/*	
	.p-sub #submain_Area.submain_Area_sp h2 {
    	line-height: 1.5;
    	padding: 5px 0 0 20px;
	}
*/
}
