@charset "utf-8"; 
/* ------------------------------------------------------------------------ */

/*  Parts

/* ------------------------------------------------------------------------ */

/* Layout
--------------------------------------------------------------------------- */


/* --- margin --- */

.auto  { margin-right : auto; margin-left : auto;}

.mt0   { margin-top	: 0 !important;}
.mt5   { margin-top	: 5px !important;}
.mt10  { margin-top	: 10px !important;}
.mt15  { margin-top	: 15px !important;}
.mt20  { margin-top	: 20px !important;}
.mt25  { margin-top	: 25px !important;}
.mt30  { margin-top	: 30px !important;}
.mt35  { margin-top	: 35px !important;}
.mt40  { margin-top	: 40px !important;}
.mt45  { margin-top	: 45px !important;}
.mt50  { margin-top	: 50px !important;}

.mr0   { margin-right : 0 !important;}
.mr5   { margin-right : 5px !important;}
.mr10  { margin-right : 10px !important;}
.mr15  { margin-right : 15px !important;}
.mr20  { margin-right : 20px !important;}
.mr25  { margin-right : 25px !important;}
.mr30  { margin-right : 30px !important;}
.mr35  { margin-right : 35px !important;}
.mr40  { margin-right : 40px !important;}
.mr45  { margin-right : 45px !important;}
.mr50  { margin-right : 50px !important;}

.mb0   { margin-bottom : 0 !important;}
.mb5   { margin-bottom : 5px !important;}
.mb10  { margin-bottom : 10px !important;}
.mb15  { margin-bottom : 15px !important;}
.mb20  { margin-bottom : 20px !important;}
.mb25  { margin-bottom : 25px !important;}
.mb30  { margin-bottom : 30px !important;}
.mb35  { margin-bottom : 35px !important;}
.mb40  { margin-bottom : 40px !important;}
.mb45  { margin-bottom : 45px !important;}
.mb50  { margin-bottom : 50px !important;}

.ml0   { margin-left : 0 !important;}
.ml5   { margin-left : 5px !important;}
.ml10  { margin-left : 10px !important;}
.ml15  { margin-left : 15px !important;}
.ml20  { margin-left : 20px !important;}
.ml25  { margin-left : 25px !important;}
.ml30  { margin-left : 30px !important;}
.ml35  { margin-left : 35px !important;}
.ml40  { margin-left : 40px !important;}
.ml45  { margin-left : 45px !important;}
.ml50  { margin-left : 50px !important;}

.m0   { margin : 0 !important;}
.m10  { margin : 10px !important;}
.m15  { margin : 15px !important;}
.m20  { margin : 20px !important;}
.m25  { margin : 25px !important;}
.m30  { margin : 30px !important;}
.m35  { margin : 35px !important;}
.m40  { margin : 40px !important;}
.m45  { margin : 45px !important;}
.m50  { margin : 50px !important;}


/* --- padding --- */

.pt0  { padding-top : 0 !important;}
.pt5  { padding-top : 5px !important;}
.pt10 { padding-top : 10px !important;}
.pt15 { padding-top : 15px !important;}
.pt20 { padding-top : 20px !important;}

.pr0  { padding-right : 0 !important;}
.pr5  { padding-right : 5px !important;}
.pr10 { padding-right : 10px !important;}
.pr15 { padding-right : 15px !important;}
.pr20 { padding-right : 20px !important;}

.pl0  { padding-left : 0 !important;}
.pl5  { padding-left : 5px !important;}
.pl10 { padding-left : 10px !important;}
.pl15 { padding-left : 15px !important;}
.pl20 { padding-left : 20px !important;}

.pb0  { padding-bottom : 0 !important;}
.pb5  { padding-bottom : 5px !important;}
.pb10 { padding-bottom : 10px !important;}
.pb15 { padding-bottom : 15px !important;}
.pb20 { padding-bottom : 20px !important;}

.pb0   { padding : 0  !important;}
.pb5   { padding : 5px !important;}
.pb10  { padding : 10px !important;}
.pb15  { padding : 15px !important;}
.pb20  { padding : 20px !important;}

.nowrap { white-space : nowrap;}

#crumb {
	margin		: 4px 0 8px;
	text-align	: left;
}

	#crumb li {
		display			: inline;
		line-height		: 110%;
		list-style-type	: none;
		font-size		: 85%;
	}


/* --- display --- */

.block	{ display : block;}
.inline { display : inline;}

.fltbox { margin : 0 auto;}
.flt_r  { float : right !important;}
.flt_l  { float : left !important;}

.txt_r { text-align : right !important;} 
.txt_c { text-align : center !important;} 
.txt_l { text-align : left !important;} 

.psn { position : relative;}

.none {
	background	: none !important;
	border		: none !important;
}

.pc-block{
	display: block;
}

.sp-block{
	display: none;
}

.flex{
	display: flex;
}

@media screen and (max-width: 767px){
	.pc-block{
		display: none;
	}

	.sp-block{
		display: block;
	}
}


/* Heading
--------------------------------------------------------------------------- */

.hd02{
	font-size: 3.2rem;
	line-height: 1.4;
	text-align: left;
}

.hd02 span{
	display: block;
	font-size: 1.6rem;
	color: #9bbed3;
}

.hd03{
	font-size: 2.4rem;
	line-height: calc(36 / 24);
	margin: 72px auto 0;
}

.hd03 .circle{
	position: relative;
	padding: 0 16px;
}

.hd03 .circle:before{
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	display: inline-block;
	width: 64px;
	height: 64px;
	border-radius: 50%;
	transform: translateY(-50%);
	background-color: #c8d9e4;
	opacity: 0.2;
	z-index: -1;
}

.hd04{
	position: relative;
	font-size: 2.4rem;
	font-weight: 500;
	color: #3689b3;
	text-align: left;
	margin-top: 40px;
	padding-left: 72px;
}

.hd04:before{
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	width: 48px;
	height: 2px;
	background-color: #3689b3;
	transform: translateY(-50%);
}

.hd04-02{
	text-align: left;
	background-color: #f5f5f5;
	margin-top: 32px;
	padding: 12px 0 12px 32px;
    text-indent: -32px;
	line-height: 1.8;
}

.hd04-02 span{
	font-size: 1.6rem;
	border-left: 3px solid #3689b3;
	padding-left: 8px;
}


@media screen and (max-width: 767px){
	.hd02{
		font-size: 2.6rem;
	}
	
	.hd02 span{
		font-size: 1.3rem;
	}
	
	.hd03{
		font-size: 2.2rem;
	}
	
	.hd04{
		font-size: 1.8rem;
		padding-left: 40px;
		line-height: 1.4;
	}
	
	.hd04:before{
		width: 32px;
	}
}

/* image
--------------------------------------------------------------------------- */

img.image	{ border: solid 1px #d9d9d9; padding : 1px; background : #FFF;}

.imgbox	{
	margin		: 0 0 30px;
	_zoom		: 1;
	overflow	: hidden;
}

.imgL { float : left;  margin : 0 10px 5px 0; }
.imgR { float : right; margin : 0 0 5px 10px; }

.imgbox p {
	overflow	: hidden;
	_zoom		: 1;
}

/* bg
--------------------------------------------------------------------------- */

.bg_gray{
	background-color: #f6f8f7;
	padding: 64px 72px 0;
}

@media screen and (max-width: 940px){
	.bg_gray{
		padding: 40px 40px 0;
	}
}

@media screen and (max-width: 767px){
	.bg_gray{
		padding: 16px 16px 0;
	}
	
}


/* table
--------------------------------------------------------------------------- */

.tblStyle01{
	margin: 40px auto 0;
}

.tblStyle01 table{
	border-collapse	: collapse;
	border-spacing		: 0;
	margin				: 0 auto;
	width				: 100%;
}

.tblStyle01 th,
.tblStyle01 td {
	border-top: 1px solid #c8d9e4;
    text-align: left;
    padding: 24px 0;
    vertical-align: top;
}

.tblStyle01 tr:last-of-type th,
.tblStyle01 tr:last-of-type td{
	border-bottom		: 1px solid #c8d9e4;
}

.tblStyle01 th{ 
	width: 20%;
	color: #3689b3;	
}

.tblStyle01 td{
	width: 80%;
}

.tblStyle02{
	margin: 32px auto 0;
}

.tblStyle02 table{
	border-collapse	: collapse;
	border-spacing		: 0;
	margin				: 0 auto;
	width				: 100%;
}

.tblStyle02 th,
.tblStyle02 td {
	border-top		: 1px solid #c8d9e4;
	border-right		: 1px solid #c8d9e4;
	text-align: left;
	vertical-align: top;
}

.tblStyle02 th{ 
	color: #3689b3;
	padding: 24px 34px 24px 0;
}

.tblStyle02 th .flex{
	display: flex;
	justify-content: space-between;
}

.tblStyle02 td{
	padding: 24px 24px 24px 40px;
}

.tblStyle02 tr:first-of-type th{
	font-size: 2.0rem;
	border-top		: none;
	border-right: none;
	padding: 0;
	text-align: center;
}

.tblStyle02 tr:last-of-type th,
.tblStyle02 tr:last-of-type td{
	border-bottom		: 1px solid #c8d9e4;
}

.tblStyle02 tr:last-of-type td{
	text-align: center;
}

.tblStyle02 tr:first-of-type th:first-of-type{
	width: 14%;
}

.tblStyle02 tr:first-of-type th:nth-of-type(2){
	width: 43%;
}

.tblStyle02 tr:first-of-type th:last-of-type{
	width: 43%;
}

@media screen and (max-width: 1080px){
	.tblStyle01 th,
	.tblStyle01 td {
		padding: 16px 16px 16px 0;
	}
	
	.tblStyle02 th{
		padding: 16px 16px 16px 0;
	}
	
	.tblStyle02 td{
		padding: 16px;
	}
	
}

@media screen and (max-width: 940px){
	.tblStyle02 th .flex{
		flex-direction: column;
	}
	
}

@media screen and (max-width: 767px){
	
	
	.tblStyle01 th{ 
		width: 30%;
	}

	.tblStyle01 td{
		width: 70%;
	}
	
	.tblStyle02 tr:first-of-type th{
		font-size: 1.5rem;
	}
	
	.tblStyle02 tr:first-of-type th:first-of-type{
		width: 20%;
	}

	.tblStyle02 tr:first-of-type th:nth-of-type(2){
		width: 40%;
	}

	.tblStyle02 tr:first-of-type th:last-of-type{
		width: 40%;
	}
	
	.tblStyle02 th{
		padding: 16px 8px 16px 0;
	}
	
	.tblStyle02 td{
		padding: 16px 8px;
	}
	
	.tblStyle02 tr:last-of-type td{
		text-align: left;
	}
	
}
	
	
/* list
--------------------------------------------------------------------------- */

.olStyle01 {
	margin	: 0 35px 10px;
}

	.olStyle01 li {
		list-style		: decimal;
		margin-bottom	: 3px;
		padding			: 0;
		text-align		: left;
	}

.olStyle02{
	padding-left: 16px;
	margin-top: 16px;
}

.olStyle02 li{
	text-align: left;
	padding-left: 1.3em;
	text-indent: -1.3em;
	line-height: 1.8;
}


.ulStyle01 {
	margin	: 0 15px 10px;
}

	.ulStyle01 li {
		list-style	: disc;
		margin		: 0 15px 3px;
		padding		: 0;
		text-align	: left;
	}

@media screen and (max-width: 767px){
	.olStyle02{
		padding-left: 8px;
	}
	
}

/* text
--------------------------------------------------------------------------- */

/* --- size --- */

.txt10 { font-size : 1rem !important;   font-size:10px !important;}
.txt12 { font-size : 1.2rem !important; font-size:12px !important;}
.txt14 { font-size : 1.4rem !important; font-size:14px !important;}


/* --- color --- */

.red	{ color : #D93638; text-align: left;}
.col01	{ color : #996633;}
.must   { color : #cc2727;}
.must2  { color : #cc2727;}


/* --- lineheight --- */

.height18 { line-height : 1.8;}
.height19 { line-height : 1.9;}
.height20 { line-height : 2;}



.read_text{
	margin: 20px 0 0;
}

.blue_text{
	border: 2px solid #3689b3;
    border-radius: 13px;
    margin-top: 80px;
    padding: 12px 8px;
}

.blue_text p{
	font-size: 2.0rem;
	font-weight: 500;
	color: #3689b3;
}

.font_s{
	font-size: 1.4rem;
}

@media screen and (max-width: 940px){
	.blue_text p{
		font-size: 1.6rem;
	}
}

@media screen and (max-width: 767px){
	.blue_text{
		margin-top: 40px;
		padding: 8px;
		border-radius: 8px;
	}
	
}

/* ------------------------------------------------------------------------ */

/*  Form

/* ------------------------------------------------------------------------ */

.formStyle01 {
	margin			: 0 auto;
	border-collapse	: collapse;
	border-spacing	: 0;
	empty-cells		: show;
	width: 100%;
}

.formStyle01 tr{
	border-top: 1px solid #c8d9e4;
}

.formStyle01 tr:last-of-type{
	border-bottom: 1px solid #c8d9e4;
}

	.formStyle01 th{
		width: 20%;
		text-align: left;
		color: #3689b3;
		padding: 24px 0;
		vertical-align: top;
	}

	.formStyle01 td{
		width: 80%;
		padding: 24px 0;
		text-align: left;
	}

	.formStyle01 .txt10 { color:#444;}

	.formStyle01 .input_area{
		text-align: left;
	}

	.formStyle01 input[type=text],
	.formStyle01 input[type=tel]{
		background-color: #f5f7f6;
		border-radius: 4px;
		border: none;
		padding: 3px;
		font-size: 16px;
		font-family: 'M PLUS Rounded 1c', sans-serif;
		width: 100%;
		height: 40px;
	}

	.formStyle01 input#name,
	.formStyle01 input#name2,
	.formStyle01 input#email,
	.formStyle01 input#email02{
		max-width: 560px;
	}

	.formStyle01 input#tel,
	.formStyle01 input#post{
		max-width: 280px;
	}
	

	.wid20  { width : 20px; margin-bottom : 2px !important;}
	.wid40  { width : 40px; margin-bottom : 2px !important;}
	.wid60  { width : 60px; margin-bottom : 2px !important;}
	.wid80  { width : 80px; margin-bottom : 2px !important;}
	.wid100 { width : 100px; margin-bottom : 2px !important;}
	.wid120 { width : 120px; margin-bottom : 2px !important;}
	.wid140 { width : 140px; margin-bottom : 2px !important;}
	.wid160 { width : 160px; margin-bottom : 2px !important;}
	.wid180 { width : 180px; margin-bottom : 2px !important;}
	.wid200 { width : 200px; margin-bottom : 2px !important;}
	.wid220 { width : 220px; margin-bottom : 2px !important;}
	.wid240 { width : 240px; margin-bottom : 2px !important;}
	.wid260 { width : 260px; margin-bottom : 2px !important;}
	.wid280 { width : 280px; margin-bottom : 2px !important;}
	.wid300 { width : 300px; margin-bottom : 2px !important;}
	.wid400 { width : 400px; margin-bottom : 2px !important;}

	.must  { margin-left : 2px;}
	.must2 {
		float					: right;
		padding					: 5px 8px;
		margin-left				: 2px;
		background				: #cc2727;
		color					: #FFF;
		line-height				: 1;
		font-size				: 87%;
		border-radius			: 3px;
		-webkit-border-radius	: 3px;
		-moz-border-radius		: 3px;		
	}
	
	.free {
		float					: right;
		padding					: 5px 8px;
		margin-left				: 2px;
		background				: #6bc059;
		color					: #FFF;
		line-height				: 1;
		font-size				: 87%;
		border-radius			: 3px;
		-webkit-border-radius	: 3px;
		-moz-border-radius		: 3px;		
	}
	

	span.example { display:block; margin-top:5px; color:#666 !important;}

	label { margin : 0 0 0 -2px;     padding-right: 24px; cursor : pointer; vertical-align:middle;}
	label:hover { text-decoration:underline;}

	input:focus,
	textarea:focus {
		background-color : #f7fdeb;
	}

	input.txt {
		border-bottom	: 1px solid #CCC;
		border-left		: 1px solid #999;
		border-right	: 1px solid #CCC;
		border-top		: 1px solid #999;
		padding			: 4px;
	}
	
	textarea.txtarea {
		border-bottom	: 1px solid #CCC;
		border-left		: 1px solid #999;
		border-right	: 1px solid #CCC;
		border-top		: 1px solid #999;
		padding			: 4px;
	}
	
	input[type="radio"]{
		margin-top: -3px;
		accent-color: #3689b3;
	}
	
	input[type="checkbox"]{
		position: relative;
		background: none;
		margin-top: 2px;
		quotes: none;
		appearance: none;
		border: none;
		padding-left: 24px;
	}

	input[type="checkbox"]:before{
		content: "";
		position: absolute;
		display: block;
		width: 15px;
		height: 15px;
		transform: translateY(-50%);
		background-color: #e1e1e1;
		border-radius: 4px;
		top: 50%;
		left: 2px;
	}

	input[type="checkbox"]:checked:before{
		border: 1px solid #3689b3;
		background-color: #fff;
	}

	input[type="checkbox"]:after{
		content: "";
		position: absolute;
		display: block;
		border-bottom: 2px solid #3689b3;
		border-left: 2px solid #3689b3;
		opacity: 0;
		height: 4px;
		width: 7px;
		transform: rotate(-45deg);
		top: -4px;
		left: 6px;
	}

	input[type="checkbox"]:checked::after {
		opacity: 1;/*チェック後表示*/
	}

	select::-ms-expand {
		display: none;
	}

.disnon{
	display: none;
}

#err_msg {
    color: #D93638;
    margin-top: 20px;
    text-align: left;
}

.hissu{
	font-size: 1.3rem;
	font-weight: 500;
	color: #fff;
	background-color: #232323;
	border-radius: 4px;
	padding: 2px 4px;
	margin-left: 8px;
	white-space: nowrap;
}

.txtarea01{
	background-color: #f5f7f6;
    border-radius: 4px;
    border: none;
    padding: 3px;
    font-size: 16px;
    font-family: 'M PLUS Rounded 1c', sans-serif;
	width: 100%;
	height: 106px;
}

.check_item{
	text-align: left;
}

@media screen and (max-width: 767px){
	.formStyle01 th{
		display: block;
		width: 100%;
		padding: 16px 0 8px;
	}
	
	.formStyle01 td{
		display: block;
		width: 100%;
		padding: 0 0 16px;
	}
	
}


/* ------------------------------------------------------------------------ */

/*  ボタン

/* ------------------------------------------------------------------------ */

.more_btn{
	max-width: 300px;
	width: 100%;
	margin: 30px 0 0;
}

.more_btn a{
	position: relative;
	display: block;
	line-height: 62px;
	border-radius: 32px;
	color: #3689b3;
	background-color: #fff;
	border: 1px solid #fff;
	font-size: 1.8rem;
	font-weight: 700;
	text-align: center;
	transition: all .3s;
}

.more_btn a:before{
	content: "";
    position: absolute;
    top: 50%;
    right: 25px;
    width: 8px;
    height: 8px;
    border-right: solid 2px #3689b3;
    border-bottom: solid 2px #3689b3;
    transform: translateY(-50%) rotate(-45deg) translate(0,0);
    transform-origin: center center;
    transition: all .3s;
}

.more_btn a:hover{
	color: #fff;
	background-color: #3689b3;
	border: 1px solid #3689b3;
}

.more_btn a:hover:before{
	border-right: solid 2px #fff;
    border-bottom: solid 2px #fff;
}

.form_btn{
	position: relative;
    display: block;
	border: 1px solid #3689b3;
	border-radius: 30px;
	max-width: 300px;
	line-height: 60px;
	width: 100%;
	margin: 32px auto 0;
	font-size: 1.8rem;
	font-weight: 500;
	color: #3689b3;
	background-color: #fff;
	transition: all .3s;
	cursor: pointer;
}

.form_btn:before{
	content: "";
    position: absolute;
    top: 50%;
    right: 25px;
    width: 8px;
    height: 8px;
    border-right: solid 2px #3689b3;
    border-bottom: solid 2px #3689b3;
    transform: translateY(-50%) rotate(-45deg) translate(0, 0);
    transform-origin: center center;
    transition: all .3s;
}

.form_btn.back:before{
	right: auto;
    left: 25px;
	transform: translateY(-50%) rotate(135deg) translate(0, 0);
}

.form_btn:hover{
	color: #fff;
	background-color: #3689b3;
	border: 1px solid #3689b3;
}

.form_btn:hover:before{
	border-right: solid 2px #fff;
    border-bottom: solid 2px #fff;
}


@media screen and (max-width: 767px){
	.more_btn{
		max-width: none;
	}
	
	.more_btn a{
		line-height: 52px;
		font-size: 1.4rem;
	}
}
    

/* ------------------------------------------------------------------------ */

/* アイコン

/* ------------------------------------------------------------------------ */

.icon_mail,
.icon_chara01,
.icon_chara02{
	display: inline-block;
	position: relative;
}

.icon_mail{
	padding: 0 0 0 16px;
}

.icon_mail:before{
	content: "";
    position: absolute;
    top: 50%;
    left: -10px;
    width: 19px;
    height: 15px;
    background-image: url("/common/img/icon/mail_icon.png");
    background-repeat: no-repeat;
    background-size: contain;
    transform: translateY(-50%);
	transition: all .3s;
}

.icon_chara01:before{
	content: "";
    position: absolute;
    top: 50%;
    right: -60px;
    width: 46px;
    height: 74px;
    background-image: url(/common/img/icon/chara01.png);
    background-repeat: no-repeat;
    background-size: contain;
    transform: translateY(-50%);
}

.icon_chara02:after{
	content: "";
    position: absolute;
    top: calc(50% - 7px);
    right: -87px;
    width: 73px;
    height: 78px;
    background-image: url(/common/img/icon/chara02.png);
    background-repeat: no-repeat;
    background-size: contain;
    transform: translateY(-50%);
}

.new{
	position: relative;
}

.new:before{
	content: "";
    position: absolute;
    top: -14px;
    left: -17px;
    width: 80px;
    height: 80px;
    background-image: url(/common/img/icon/new_icon.png);
    background-repeat: no-repeat;
    background-size: contain;
}

@media screen and (max-width: 767px){
	.icon_chara01:before{
		width: 38px;
		height: 60px;
	}
	
	.icon_chara02:after{
		width: 61px;
    	height: 72px;
	}
	
	.new:before{
		width: 55px;
		height: 55px;
		top: -12px;
    	left: -7px;
	}
}

/* ------------------------------------------------------------------------ */

/*  準備中

/* ------------------------------------------------------------------------ */
.contents_preparation{
	font-size: 2.4rem;
    background-color: #dceaf7;
    border: 1px solid #155f82;
    border-radius: 5px;
    max-width: 500px;
    height: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin: 0 auto;
}
@media screen and (max-width: 767px){
	.contents_preparation{
		font-size: 1.8rem;
	}
}