@charset "UTF-8";
/* CSS Document */

/* Reset base element settings */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,
p,article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section{
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	font-weight: normal;
	vertical-align: baseline;
	background: transparent;
}

/* New elements of HTML5 to display: block */
article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section { 
	display: block;
}

/* Clear image border */
img{
	border: 0;
	vertical-align: top;
}

/* Selected Text */
::selection {
/*	color: #333;*/
	background: #e0f2eb;
}
::-moz-selection {
/*	color: #333;*/
	background: #e0f2eb; /* Firefox */
}

/* Basic settings */
html {
	-webkit-text-size-adjust: 100%; /* Font size adjust for mobile */
	font-size: 62.5%; /* 10px */
	height: 100%;
	font-family: 'ヒラギノ角ゴ Pro W3',
				 'Hiragino Kaku Gothic Pro',
				 'メイリオ', Meiryo,
				 'ＭＳ Ｐゴシック',
				 'Roboto',
				 sans-serif;
	color: #333;
}
body {
	font-size: 15px; /* for IE */
	font-size: 1.5rem;
	line-height: 1.6;
	background-color: #fff;
	
	padding: 0;
	margin: 0;
}

a {
	outline: none; /* No dotted line of frame when linking */
}

/*リンクの装飾の設定*/
a:link,
a:visited,
a:active{
	color: #333;
	text-decoration: none;
}

a:hover{
	color: #828b8b;
	text-decoration: none;
	transition: 0.5s;
}

a:hover img {
	opacity: .75;
	transition: 0.5s;
}

/*リスト要素の初期値をリセット*/
ul,ol{
	list-style: none;
}

/*clearfixの設定*/
.clearfix:after,
#header_wrap:after,
#header:after,
.contents_box:after,
.whats_book_box:after,
.whats_box:after,
.characteristic_set:after,
.customer_data:after,
.mail_header_inner_box:after,
.mail_box:after,
.course_fee_box:after,
.form_btn_set:after,
.form_title_box div:after,
.trainer_radio_box:after {
	content: "."; 
	display: block; 
	height: 0; 
	font-size:0;	
	clear: both; 
	visibility:hidden;
}
.clearfix {
	display: inline-block;
}

* html .clearfix             { zoom: 1; } 
*:first-child+html .clearfix { zoom: 1; }#wrap {
	width: 980px;
	margin: 0 auto;
	padding: 0;
}

.box-sizing {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
}

.notice::before {
	content: '※';
	margin: 0 0 0 -1.0em;
}
.notice {
	font-size: 0.8em;
	line-height: 1.3;
	margin: 0.2em 0 0 1.0em;
}
.font_small {
	font-size: 0.8em;
}
.red {
	color: #dc3c0a!important;
}



/*////////////////////////////////////////////////*/
/*//////////////////// Header ////////////////////*/
/*////////////////////////////////////////////////*/

#header_wrap {
	width: 100%;
	height: 65px;
	padding: 0;
	margin: 0;
/*	background-color: rgba(255,255,255,0);
	border-bottom: none;
	position: fixed;
	top: 0;
	z-index: 999;*/
	transition: 0.5s;
}
/*#header_wrap.stuck_header_wrap {
	background-color: rgba(255,255,255,0.9);
	border-bottom: solid 1px #ccc;
}*/
#header {
	max-width: 100%;
/*	width: 96%;*/
	padding: 0;
	margin: 0 auto;
	position: relative;
}
#ci {
	width: 100px;
	height: auto;
	float: left;
	margin: 10px 0 0 0;
}




/*////////////////////////////////////////////////*/
/*//////////////////// Footer ////////////////////*/
/*////////////////////////////////////////////////*/
 
footer {
	text-align: center;
}
/*.footer_menu_wrap {
	width: 100%;
	padding: 1.0em 0 0.3em 0;
	background-color: #062390;
}
ul.footer_menu {
	display: inline-block;
}
ul.footer_menu li {
	float: none;
}
ul.footer_menu li:first-child {
	margin: 0;
}
ul.footer_menu li button {
	font-size: 15px;
	font-size: 1.5rem;
	line-height: 1;
	color: #fff;
	background-color: #062390;
	border: none;
}
ul.footer_menu li button i {
	float: left;
	font-size: 20px;
	font-size: 2.0rem;
	color: #8291c7;
}
ul.footer_menu li button p {
	float: left;
	margin: 0.2em 0 0 0.5em;
}*/
.copyright {
	font-size: 0.6em;
	line-height: 1;
	color: #555;
	padding: 2.5em 0;
}
/*.inquiry_box {
	color: #fff;
	padding: 0 0 1.5em 0;
	margin: 0 0 0.5em 0;
	border-bottom: solid 1px #5d70b7;
}
.inquiry_box p {
	display: block;
	text-align: left;
	max-width: 940px;
	width: 96%;
	margin: 0 auto;
}*/



/* Pagetop Button */
#pagetop {
	position: fixed;
	bottom: 5px;
	right: 5px;
	z-index: 300;
	opacity: .65;
	color: #828b8b;
}
#pagetop:hover {
	opacity: 1;
	transition: 0.5s;
}
#pagetop i {
	text-shadow: #fff 1px 1px 0, #fff -1px -1px 0, #fff -1px 1px 0, #fff 1px -1px 0, #fff 0px 1px 0, #fff 0 -1px 0, #fff -1px 0 0, #fff 1px 0 0;
}




/*///////////////////////////////////////////////*/
/*//////////////////// Button ////////////////////*/
/*///////////////////////////////////////////////*/

button {
	cursor: pointer;
}

/* header button */
button.btn_header_application {
	font-size: 15px;
	font-size: 1.5rem;
	color: #fff;
	line-height: 43px;
	display: block;
	float: right;
/*	width: 90px;*/
	height: 43px;
	padding: 0 0.6em;
	margin: 8px 0 0 0;
	
	border: solid 1px #fff;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	
	box-shadow: 2px 2px 5px 0 rgba(0, 0, 0, .3);
	-webkit-box-shadow: 2px 2px 5px 0 rgba(0, 0, 0, .3);
	-moz-box-shadow: 2px 2px 5px 0 rgba(0, 0, 0, .3);
	
	background: #ffba32; /* Old browsers */
	background: -moz-linear-gradient(top,  #ffba32 0%, #f78800 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #ffba32 0%,#f78800 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #ffba32 0%,#f78800 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffba32', endColorstr='#f78800',GradientType=0 ); /* IE6-9 */
}
button.btn_header_application:hover {
	box-shadow: 0 0 3px 0 rgba(0, 0, 0, .5);
	-webkit-box-shadow: 0 0 3px 0 rgba(0, 0, 0, .5);
	-moz-box-shadow: 0 0 3px 0 rgba(0, 0, 0, .5);
	
	background: #ffd749; /* Old browsers */
	background: -moz-linear-gradient(top,  #ffd749 0%, #fbb101 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #ffd749 0%,#fbb101 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #ffd749 0%,#fbb101 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffd749', endColorstr='#fbb101',GradientType=0 ); /* IE6-9 */
}
button.btn_header_application div {
	display: inline-block;
	vertical-align: top;
	margin: 0 auto;
}
button.btn_header_application i {
	display: none;
}
button.btn_header_application p {
	float: left;
	margin: 0;
}



/* お問い合わせフォーム */
.form_btn_set {
	width: 100%;
	margin: 25px auto 0 auto;
}
button.btn_inquiry_form {
	font-size: 21px;
	font-size: 2.1rem;
	color: #fff;
	line-height: 70px;
	float: right;
	width: 100%;
	height: 70px;
	padding: 0;
	border: solid 1px #fff;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	
	box-shadow: 2px 2px 5px 0 rgba(0, 0, 0, .3);
	-webkit-box-shadow: 2px 2px 5px 0 rgba(0, 0, 0, .3);
	-moz-box-shadow: 2px 2px 5px 0 rgba(0, 0, 0, .3);
	
	background: #e27171; /* Old browsers */
	background: -moz-linear-gradient(top,  #e27171 0%, #e80d0d 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #e27171 0%,#e80d0d 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #e27171 0%,#e80d0d 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e27171', endColorstr='#e80d0d',GradientType=0 ); /* IE6-9 */

}
button.btn_inquiry_form:hover {
	box-shadow: 0 0 3px 0 rgba(0, 0, 0, .5);
	-webkit-box-shadow: 0 0 3px 0 rgba(0, 0, 0, .5);
	-moz-box-shadow: 0 0 3px 0 rgba(0, 0, 0, .5);
	
	background: #f3a2a1; /* Old browsers */
	background: -moz-linear-gradient(top,  #f3a2a1 0%, #f6171b 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #f3a2a1 0%,#f6171b 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #f3a2a1 0%,#f6171b 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f3a2a1', endColorstr='#f6171b',GradientType=0 ); /* IE6-9 */

}
button.btn_inquiry_form div {
	display: inline-block;
	vertical-align: top;
	margin: 0 auto;
}
button.btn_inquiry_form i {
	float: left;
	font-size: 30px;
	font-size: 3.0rem;
	color: #fff;
	padding: 0.6em 0 0 0;
}
button.btn_inquiry_form p {
	line-height: 70px;
	float: left;
	margin: 0 0 0 0.4em;
}

button.btn_form_grey {
	font-size: 21px;
	font-size: 2.1rem;
	color: #fff;
	line-height: 70px;
	float: left;
	width: 100%;
	height: 70px;
	padding: 0;
	margin: 0 0 1.5em 0;
	border: solid 1px #fff;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	
	box-shadow: 2px 2px 5px 0 rgba(0, 0, 0, .3);
	-webkit-box-shadow: 2px 2px 5px 0 rgba(0, 0, 0, .3);
	-moz-box-shadow: 2px 2px 5px 0 rgba(0, 0, 0, .3);
	
	background: #74debe; /* Old browsers */
	background: -moz-linear-gradient(top,  #c2c2c2 0%, #939393 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #c2c2c2 0%,#939393 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #c2c2c2 0%,#939393 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c2c2c2', endColorstr='#939393',GradientType=0 ); /* IE6-9 */
}
button.btn_form_grey:hover {
	box-shadow: 0 0 3px 0 rgba(0, 0, 0, .5);
	-webkit-box-shadow: 0 0 3px 0 rgba(0, 0, 0, .5);
	-moz-box-shadow: 0 0 3px 0 rgba(0, 0, 0, .5);
	
	background: #acacac; /* Old browsers */
	background: -moz-linear-gradient(top,  #d2d2d2 0%, #acacac 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #d2d2d2 0%,#acacac 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #d2d2d2 0%,#acacac 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d2d2d2', endColorstr='#acacac',GradientType=0 ); /* IE6-9 */
}
button.btn_form_grey div {
	display: inline-block;
	vertical-align: top;
	margin: 0 auto;
}
button.btn_form_grey i {
	float: left;
	font-size: 30px;
	font-size: 3.0rem;
	color: #88e2bd;
	padding: 0.6em 0 0 0;
}
button.btn_form_grey p {
	line-height: 70px;
	float: left;
	margin: 0 0 0 0.4em;
}




/*////////////////////////////////////////////////*/
/*/////////////////// Contents ///////////////////*/
/*////////////////////////////////////////////////*/

.contents_box {
	max-width: 940px;
	width: 96%;
	padding: 0;
	margin: 0 auto;
	position: relative;
}
.container {
	max-width: 1800px;
	padding: 30px 0 0;
	margin: 0 auto;
	position: relative;
}
.container_bg_grey {
	width: 100%;
	padding: 2.0em 0 1.0em 0;
	margin: 0 auto;
	position: relative;
	background-color: #f8f9fc;
}



/* title */
.form_title_box_wrapper {
	width: 100%;
	border-top: solid 3px #d20001;
	border-bottom: solid 3px #d20001;
}
.form_title_box {
	text-align: center;
	padding: 1.0em 0 0.3em 0;
	margin: 0.3em 0;
	width: 100%;
	border-top: solid 1px #d20001;
	border-bottom: solid 1px #d20001;
}
.form_title_box div {
	display: inline-block;
}
.form_title_box div img {
	width: 45px;
	float: left;
}
.form_title_box div h1 {
	font-size: 1.1em;
	line-height: 1.4;
	color: #d20001;
	font-weight: 600;
	text-align: left;
	float: left;
	margin: 0.2em 0 0 0.5em;
}
.form_title_box div h1 span {
	margin: 0 0 0 -0.5em;
}



/* mail_seminar */
.mail_header_box {
	text-align: center;
	padding: 0;
	margin: 2.0em auto;
}
.mail_header_inner_box{
	display: inline-block;
	position: relative;
	max-width: 625px;
	width: 100%;
}
.mail_header_inner_box img {
	display: block;
	float: none;
	width: 35%;
	margin: 0.3em auto 0 auto;
}
.mail_header_inner_box .text {
	font-size: 1.1em;
	line-height: 1.6;
	text-align: left;
	float: none;
	width: 100%;
}
.mail_header_inner_box .text br {
	display: none;
}
#mail_seminar h1 {
	position: relative;
	padding: 2.0em 0;
	font-style: italic;
	text-align: center;
}
#mail_seminar h1::before,
#mail_seminar h1::after {
	position: absolute;
	left: 0;
	content: '';
	width: 100%;
	height: 12px;
	box-sizing: border-box;
}
#mail_seminar h1::before {
	top: 0;
	border-top: 4px solid #ffc814;
	border-bottom: 2px solid #ffc814;
}
#mail_seminar h1::after {
	bottom: 0;
	border-top: 2px solid #ffc814;
	border-bottom: 4px solid #ffc814;
}
#mail_seminar h1 p.mail_title01 {
	font-size: 20px;
	font-size: 2.0rem;
	line-height: 1.4;
	color: #ff9000;
	margin: 0 0 0.5em 0;
}
#mail_seminar h1 p.mail_title02 {
	font-size: 26px;
	font-size: 2.6rem;
	line-height: 1;
	color: #ff7800;
	font-weight: 600;
}
.mail_text {
	margin: 0 0 2.0em 0;
}
.mail_text u {
	color: #dc3c0a;
}
.mail_box img {
	display: block;
	float: none;
	width: 80%;
	margin: 1.0em auto 0 auto;
}
.mail_box table {
	line-height: 1;
	display: table;
	width: 100%;
	border-top: solid 1px #d6d6d6;
	border-right: solid 1px #d6d6d6;
	margin: 0;
	float: none;
}
.mail_box table tr td:first-child {
	color: #2da078;
	background-color: #eaf5f1;
	text-align: center;
	width: 22%;
}
.mail_box table tr td {
	border-bottom: solid 1px #d6d6d6;
	border-left: solid 1px #d6d6d6;
	line-height: 1.4;
	padding: 2%;
}
.catchphrase {
	color: #d20001;
	font-size: 1.4em;
	line-height: 1.3;
	font-weight: 600;
    background-color: #fff;
	text-align: center;
    margin: 1.0em 0;
    padding: 0.8em 0.3em 0.3em 0.3em;
    position: relative;
    z-index: 1;
}
.catchphrase::before,
.catchphrase::after {
	border: solid 1px #d20001;
    content: "";
    height: 100%;
    position: absolute;
    width: 98%;
	
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
}
.catchphrase::before {
	border: solid 1px #d20001;
    left: 0;
    top: 0;
    z-index: -1;
	
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
}
.catchphrase::after {
    background-color: #fff;
    top: 7px;
    left: 7px;
    z-index: -2;
}
.mail_counseling_img {
/*	width: 100%;*/
	margin: 2.0em 0;
}
.mail_counseling_img img {
	width: 100%;
}

/* トレーナー選択ラジオボタン */
.trainer_radio_box {
	display: inline-block;
	margin: 0 0 1.5em;
	position: relative;
	width: 100%;
	float: none;
}
.trainer_radio_box input {
	float: left;
	margin: 2.0em 0 0 0;
/*	position: absolute;
	top: 34%;*/
}
.trainer_radio_box img {
	max-width: 48px;
	width: 13%;
	float: left;
	padding: 0 0 0 0.5em;
}
.trainer_radio_box .trainer_text {
	float: left;
	margin: 0 0 0 0.5em;
}
.trainer_radio_box .trainer_text .name {
	font-size: 1.1em;
	line-height: 1;
	margin: 0 0 0.3em;
}
.trainer_radio_box .trainer_text p {
	font-size: 0.75em;
	line-height: 1.4;
}


/* banner */
.heyatore_banner {
	max-width: 940px;
	width: 96%;
	margin: 2.5em auto 1.0em auto;
	
	box-shadow: 2px 2px 5px 0 rgba(0, 0, 0, .3);
	-webkit-box-shadow: 2px 2px 5px 0 rgba(0, 0, 0, .3);
	-moz-box-shadow: 2px 2px 5px 0 rgba(0, 0, 0, .3);
}
.heyatore_banner:hover {
	box-shadow: 0 0 3px 0 rgba(0, 0, 0, .5);
	-webkit-box-shadow: 0 0 3px 0 rgba(0, 0, 0, .5);
	-moz-box-shadow: 0 0 3px 0 rgba(0, 0, 0, .5);
}
.heyatore_banner img {
	width: 100%;
}



/* thanks */
#ci_thanks {
	width: 180px;
	display: block;
	margin: 2.0em auto;
}
.thanks_title {
	font-size: 1.2em;
	text-align: center;
	max-width: 850px;
	width: 96%;
	padding: 0.5em 0.1em;
	margin: 0 auto 2.0em;
	border: solid 3px #ccc;
}
.thanks_text {
	text-align: left;
	max-width: 850px;
	width: 96%;
	margin: 0 auto 1.0em auto;
}



/* お問い合わせフォーム */
/*.privacy_box {
	color: #333;
	line-height: 1.5;
	padding: 0;
	margin: 0;
}*/
.privacy_box {
	font-size: 0.9em;
	width: 100%;
/*	padding: 0 0 2.0em 0;*/
}
.privacy_box #ci_privacy {
	width: 250px;
	height: auto;
	padding: 0;
	margin: 0 auto;
}
.privacy_box h2 {
	color: #e80d0d;
	font-size: 1.4em;
	line-height: 1.3;
	font-weight: 600;
	text-align: center;
	margin: 1.5em 0;
}



/* 解約フォーム */
.kaiyaku_text1 {
	text-align: center;
	margin: 1.0em auto 2.0em auto;
}
.kaiyaku_text1 div {
	display: inline-block;
	padding: 0.8em;
	margin: 0 auto;
	border: solid 1px #ccc;
}
.kaiyaku_text1 div p {
	text-align: left;
}
.kaiyaku_text1 div p span {
	font-size: 1.1em;
	color: #dc3c0a;
}
.reason_checkbox_list .kaiyaku_text2 {
	margin: 0 0 1.5em 0;
}
.reason_checkbox_list label {
	padding: 0;
	margin: 0;
}




@media all and (min-width: 450px) {

.form_title_box div img {
	width: 65px;
}
.form_title_box div h1 {
	font-size: 1.5em;
	margin: 0.2em 0 0 0.5em;
}

.heyatore_banner {
/*	width: 100%;*/
	margin: 3.0em auto 1.5em auto;
}
.heyatore_banner img {
	width: 50%;
}

}





@media all and (min-width: 730px) {

body {
	font-size: 16px; /* for IE */
	font-size: 1.6rem;
}



/*////////////////////////////////////////////////*/
/*//////////////////// Header ////////////////////*/
/*////////////////////////////////////////////////*/
/*
#header_wrap {
	height: 90px;
}
#ci {
	width: 140px;
	margin: 15px 0 0 0;
}*/
#header_wrap {
	height: 110px;
}
#ci {
	width: 166px;
	margin: 20px 0 0 0;
}




/*////////////////////////////////////////////////*/
/*//////////////////// Footer ////////////////////*/
/*////////////////////////////////////////////////*/

/* Pagetop Button */
#pagetop {
	bottom: 10px;
	right: 10px;
}




/*////////////////////////////////////////////////*/
/*//////////////////// Button ////////////////////*/
/*////////////////////////////////////////////////*/

/* header button */
	/*
button.btn_header_application {
	font-size: 22px;
	font-size: 2.2rem;
	line-height: 55px;
	width: 180px;
	height: 55px;
	margin: 17px 0 0 15px;
}
button.btn_header_application i {
	color: #fed490;
	display: block;
	float: left;
	font-size: 26px;
	font-size: 2.6rem;
	padding: 0.5em 0 0 0.2em;
}*/
button.btn_header_application {
	font-size: 21px;
	font-size: 2.1rem;
	line-height: 65px;
	width: auto;
	height: 65px;
	padding: 0 0.8em;
	margin: 22px auto 0 0;
}
button.btn_header_application i {
	color: #fed490;
	display: block;
	float: left;
	
	font-size: 28px;
	font-size: 2.8rem;
	padding: 0.6em 0 0 0.2em;
}
button.btn_header_application p {
	margin: 0 0 0 0.3em;
}



/* お問い合わせフォーム */
button.btn_inquiry_form {
/*	font-size: 22px;
	font-size: 2.2rem;
	line-height: 70px;*/
	width: 47%;
/*	height: 70px;*/
}
/*button.btn_inquiry_form i {
	padding: 0.6em 0 0 0;
}
button.btn_inquiry_form p {
	line-height: 70px;
	margin: 0 0 0 0.5em;
}*/

button.btn_form_grey {
/*	font-size: 22px;
	font-size: 2.2rem;
	line-height: 70px;*/
	width: 47%;
/*	height: 70px;
	margin: 0;*/
}
/*button.btn_form_grey i {
	padding: 0.6em 0 0 0;
}
button.btn_form_grey p {
	line-height: 70px;
	margin: 0 0 0 0.5em;
}*/




/*////////////////////////////////////////////////*/
/*/////////////////// Contents ///////////////////*/
/*////////////////////////////////////////////////*/

/* background */
.container {
	padding: 50px 0 0;
	margin: 0 auto;
}
.container_bg_grey {
	padding: 3.0em 0 1.5em 0;
	margin: 0 auto;
}
.container_mail_seminar {
	padding: 30px 0 45px 0;
	border: solid 12px #ffa200;
}



/*title*/
.form_title_box_wrapper {
	width: 100%;
	border-top: solid 3px #d20001;
	border-bottom: solid 3px #d20001;
}
.form_title_box {
	text-align: center;
	padding: 1.0em 0 0.5em 0;
	margin: 0.3em 0;
	width: 100%;
	border-top: solid 1px #d20001;
	border-bottom: solid 1px #d20001;
}
.form_title_box div {
	display: inline-block;
}
.form_title_box div img {
	width: 120px;
	float: left;
}
.form_title_box div h1 {
	font-size: 2.6em;
	line-height: 1.4;
	color: #d20001;
	font-weight: 600;
	text-align: left;
	float: left;
	margin: 0.1em 0 0 0.5em;
}
.form_title_box div h1 span {
	margin: 0 0 0 -0.5em;
}



/* introduction */
.logo_large {
	margin: 40px auto 80px auto;
}
h2.intro_title {
	font-size: 35px;
	font-size: 3.5rem;
	margin: 0 0 45px 0;
}
.point_check_box {
	padding: 0 0 180px 0;
	background: url(../images/check_photo.png) bottom right no-repeat;
	text-align: left;
}
.point_check_box ul li {
	font-size: 22px;
	font-size: 2.2rem;
}



/* whats */
.whats_book_box {
	margin: 0 0 100px 0;
}
.whats_book_box img {
	float: left;
	width: 30%;
	margin: 0;
}
.whats_book_box .text_box {
	float: right;
	width: 65%;
	margin: 0;
}
/*.whats_book_box .text_box p {
	margin: 0 0 1.8em 0;
}
.whats_book_box .text_box p span {
	color: #dc3c0a;
}*/
.whats_book_box .text_box h3 {
	font-size: 1.8em;
}
.whats_point_box {
	margin: 0 0 100px 0;
}
.whats_point_box h3 {
	font-size: 30px;
	font-size: 3.0rem;
}
/*.whats_point_box p {
	margin: 1.2em 0;
}*/
.whats_box_wrapper h4 {
	font-size: 35px;
	font-size: 3.5rem;
	line-height: 60px;
	height: 60px;
	-moz-border-radius: 30px;
	-webkit-border-radius: 30px;
	border-radius: 30px;
}
.whats_box {
	margin: 0 0 80px 0;
}
.whats_box_wrapper:nth-child(odd) .whats_box .text_box {
	left: 0%;
}
.whats_box_wrapper:nth-child(even) .whats_box .text_box {
	left: 40%;
}
.whats_box .text_box {
	width: 60%;
	margin: 0;
	
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%); /* Safari用 */
	transform: translateY(-50%);
}
.whats_box_wrapper:nth-child(odd) .whats_box img {
	float: right;
}
.whats_box_wrapper:nth-child(even) .whats_box img {
	float: left;
}
.whats_box img {
	width: 35%;
}
.whats_box .text_box h5 {
	font-size: 30px;
	font-size: 3.0rem;
	text-align: left;
	margin: 0 0 0.5em 0;
}



/* greeting */
.greeting_title {
	font-size: 30px;
	font-size: 3.0rem;
}



/* characteristic */
.characteristic_box {
	margin: 5.0em 0 0 0;
}
.characteristic_set {
	margin: 0 auto 3.0em auto;
	position: relative;
}
.characteristic_set img {
	width: 18%;
	margin: 0;
	float: left;
}
.characteristic_set .text_box {
	text-align: left;
	line-height: 1.2;
	width: 80%;
	padding: 0 0 0 20%;
	float: left;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%); /* Safari用 */
	transform: translateY(-50%);
}
.characteristic_set .text_box h4 {
	margin: 0.2em 0;
}
.results_text1 {
	font-size: 48px;
	font-size: 4.8rem;
	margin: 0.8em 0 0.5em 0;
}
.results_text2 {
	font-size: 85px;
	font-size: 8.5rem;
	margin: 0 0 0.7em 0.5em;
}



/* customers */
.voice_of_customer_box {
	text-align: center;
	margin: 0 0 4.0em 0;
}
table.value tr td {
	padding: 1.0em 0;
}



/* trainer */
.trainer_set {
	width: 45%;
}
.trainer_set:nth-last-child(2),
.trainer_set:nth-last-child(1) {
	width: 45%;
	margin: 0;
}
.trainer_set .profile01 {
	margin: 20px 0 30px 0;
}



/* mail_seminar */
.mail_header_inner_box img {
	display: block;
	float: left;
	width: 14%;
	margin: 0 auto;
}
.mail_header_inner_box .text {
	float: none;
	width: 83%;
	margin: 0 0 0 17%;
	
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%); /* Safari用 */
	transform: translateY(-50%);
}
.mail_header_inner_box .text br {
	display: block;
}
#mail_seminar h1 {
	padding: 2.2em 0;
}
#mail_seminar h1 p.mail_title01 {
	font-size: 32px;
	font-size: 3.2rem;
}
#mail_seminar h1 p.mail_title02 {
	font-size: 64px;
	font-size: 6.4rem;
}
/*.mail_text {
	margin: 0 0 3.0em 0;
}*/
.mail_box img {
	float: left;
	width: 33%;
	margin: 0;
}
.mail_box table {
	width: 63%;
	float: right;
}
.mail_box table tr td:first-child {
	width: 18%;
}

.catchphrase {
/*	margin: 0 0 3.5em 0;*/
	font-size: 2.1em;
	margin: 1.5em 0;
	padding: 1.0em 0.1em 0.6em 0.1em;
}
.catchphrase::before,
.catchphrase::after {
	width: 99%;
}
.catchphrase::after {
	top: 10px;
	left: 10px;
}

/* トレーナー選択ラジオボタン */
.trainer_radio_box .trainer_text p {
	font-size: 0.9em;
	line-height: 1.4;
}



/* お問い合わせフォーム */
.form_btn_set {
	width: 100%;
	margin: 50px 0 0 0;
}
/*.privacy_box {
	padding: 0 0 2.5em 0;
}*/
.privacy_box #ci_privacy,
#ci_privacy {
	width: 380px;
}
.privacy_box h2 {
	font-size: 1.6em;
}

}




@media all and (min-width: 975px) {

/*////////////////////////////////////////////////*/
/*/////////////////// Contents ///////////////////*/
/*////////////////////////////////////////////////*/

/* トレーナー選択ラジオボタン */
.trainer_radio_box {
	width: 49%;
	float: left;
}
.trainer_radio_box input {
	margin: 1.6em 0 0 0;
}
.trainer_radio_box .trainer_text p {
	font-size: 0.8em;
	line-height: 1.4;
}

}
