@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: 768px) {
	.pc-block{
		display: none;
	}
	
	.sp-block{
		display: block;
	}
}


/* Heading
--------------------------------------------------------------------------- */

.hd02{
	position: relative;
	font-size: 3.2rem;
	color: #034453;
	max-width: 1080px;
	margin: 0 auto;
	line-height: 1.5;
	z-index: 10;
}

.hd02 span{
	display: block;
	font-family: "Rubik", sans-serif;
	font-size: 1.2rem;
	font-weight: 400;
	color: #42C5C7;
	line-height: 1.0;
}

.hd02::before{
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	width: 181px;
	height: 64px;
	background: url(../img/icon/deco_ttl_left.png) no-repeat center / contain;
	z-index: 10;
}

.hd02::after{
	content: "";
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
	width: 181px;
	height: 64px;
	background: url(../img/icon/deco_ttl_right.png) no-repeat center / contain;
	z-index: 10;
}

.hd02.deco_none::before,
.hd02.deco_none::after{
	content: none;
}

.hd02-02{
	position: relative;
	font-size: 2.8rem;
	color: #034453;
	padding: 10px 0 0;
}

.hd02-02:before,
.hd02-02:after{
	content: "";
	position: absolute;
	top: 10px;
	width: 54px;
	height: 57px;
}

.hd02-02:before{
	left: 0;
	background: url(../img/icon/deco_ttl_left02.png) no-repeat center / contain;
}

.hd02-02:after{
	right: 0;
	background: url(../img/icon/deco_ttl_right02.png) no-repeat center / contain;
}

.hd02-03{
	position: relative;
	font-size: 2.4rem;
	font-weight: 700;
	color: #111111;
	padding: 0 0 5px 36px;
    border-bottom: 2px solid #BABABA;
    text-align: left;
}

.hd02-03:before{
	content: "";
	position: absolute;
	width: 14px;
	height: 14px;
	left: 12px;
    top: 17px;
	background-color: #42C5C7;
}

.hd03{
	position: relative;
	font-size: 1.8rem;
	text-align: center;
	color: #034453;
}

.hd03::before{
	content: "";
	position: absolute;
	bottom: -10px;
	left: 50%;
	transform: translateX(-50%);
	width: 40px;
	height: 1px;
	background-color: #7DBEFF;
}

.hd03-02{
	display: inline-block;
	font-size: 2.4rem;
	color: #034453;
	border-bottom: 2px solid #42C5C7;
	padding: 0 0 3px;
	line-height: 1.5;
}

.hd03-03{
	font-size: 1.8rem;
	font-weight: 700;
	line-height: 1.5;
	color: #034453;
	margin-top: 50px;
}

.hd03-04{
	position: relative;
	font-size: 1.8rem;
	font-weight: 700;
	line-height: 1.5;
	color: #034453;
	padding: 0 0 10px;
}

.hd03-04:before{
	content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 40px;
    height: 1px;
    background-color: #7DBEFF;
    transform: translateX(-50%);
}

.hd03-05{
	font-size: 3.2rem;
	color: #034453;
	text-align: left;
	line-height: 1.5;
}

.hd04{
	font-size: 2.0rem;
	font-weight: 500;
	color: #000;
	text-align: left;
	line-height: 1.5;
}


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

	.hd02{
		font-size: 2.4rem;
	}
	.hd02::before,
	.hd02::after{
		width: 75px;
    	height: 20px;
	}
	.hd02 span {
        font-size: 1.4rem;
        margin-top: 5px;
    }

	.hd02-02{
		font-size: 2.0rem;
	}

	.hd02-02:before,
	.hd02-02:after{
		width: 34px;
		height: 38px;
	}

	.hd02-03{
		font-size: 2.0rem;
		padding: 0 0 2px 26px;
	}

	.hd02-03:before{
		left: 6px;
    	top: 15px;
	}

	.hd03-02{
		font-size: 1.8rem;
	}

	.hd03-03{
		text-align: left;
	}
}


/* 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;
}


/* table
--------------------------------------------------------------------------- */

.tableStyle01{
	margin-top: 50px;
}

.tableStyle01 table{
	width: 100%;
	max-width: 820px;
	border-spacing: 0 5px;
	margin: 0 auto;
}

.tableStyle01 th{
	width: 17%;
	background-color: #BFF0F1;
	padding: 8px 10px;
	font-size: 1.6rem;
	font-weight: 500;
	text-align: left;
	border-bottom: 1px solid #034453;
	color: #034453;
}

.tableStyle01 td{
	width: 83%;
	padding: 8px 10px;
	font-size: 1.6rem;
	font-weight: 400;
	text-align: left;
	border-bottom: 1px solid #BABABA;
	color: #000;
}

.tableStyle01 td a{
	color: #000;
	text-decoration: none;
}

.tableStyle02 table{
	width: 100%;
	max-width: 796px;
	border-collapse: collapse;
	margin: 0 auto;
}

.tableStyle02 th{
	/* width: calc(100% / 3); */
	background-color: #C0E4E5;
	padding: 12px 10px!important;
	color: #000;
	font-size: 1.6rem;
	font-weight: 400;
	line-height: 1.3;
	text-align: center;
	border-bottom: 1px solid #4A6D75;
}

.tableStyle02 td{
	/* width: calc(100% / 3); */
	padding: 6px 10px!important;
	font-size: 1.6rem;
	font-weight: 400;
	color: #000;
	border-top: 1px solid #4A6D75;
}


@media screen and (max-width: 768px) {
	.tableStyle01 th{
		width: 30%;
		font-size: 1.4rem;
	}

	.tableStyle01 td{
		width: 70%;
		font-size: 1.4rem;
	}

	.tableStyle02{
		overflow-x: auto;
	}

	.tableStyle02 table{
		width: calc(1230 / 750* 100vw);
		max-width: none;
	}

	.tableStyle02 th{
		font-size: 1.4rem;
		padding: 7px 5px;
	}

	.tableStyle02 td{
		font-size: 1.4rem;
		padding: 7px 5px;
	}
}
	
	
/* list
--------------------------------------------------------------------------- */

.olStyle01 {
	margin	: 0 35px 10px;
}

	.olStyle01 li {
		list-style		: decimal;
		margin-bottom	: 3px;
		padding			: 0;
		text-align		: left;
	}


.ulStyle01 {
	margin	: 0 15px 10px;
}

	.ulStyle01 li {
		list-style	: disc;
		margin		: 0 15px 3px;
		padding		: 0;
		text-align	: left;
	}



/* 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 : #CC2727;}
.col01	{ color : #996633;}
.must   { color : #cc2727;}
.must2  { color : #cc2727;}


/* --- lineheight --- */

.height18 { line-height : 1.8;}
.height19 { line-height : 1.9;}
.height20 { line-height : 2;}


/* icon
--------------------------------------------------------------------------- */

.icon_tel,
.icon_fax{
	position: relative;
	padding-left: 40px;
}

.icon_tel:before,
.icon_fax:before{
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	width: 33px;
	height: 33px;
	background-image: url(../img/icon/icon_tel.png);
    background-color: #42C5C7;
    border-radius: 50%;
	background-size: 70%;
	background-repeat: no-repeat;
	background-position: center;
	transform: translateY(-50%);
}

.icon_tel:before{
	background-image: url(../img/icon/icon_tel.png);
}

.icon_fax:before{
	background-image: url(../img/icon/icon_fax.png);
}

/* ------------------------------------------------------------------------ */

/*  Form

/* ------------------------------------------------------------------------ */

.formStyle01 {
	margin			: 0 auto;
	border			: 1px solid #D1D1D1;
	border-collapse	: collapse;
	border-spacing	: 0;
	empty-cells		: show;
}

	.formStyle01 th{
		border		: 1px solid #D1D1D1;
		padding		: 6px 8px;
		background	: #EDEDED;
		font-size	: 75%;
		font-weight	: normal;
	}

	.formStyle01 td{
		border		: 1px solid #D1D1D1;
		padding		: 6px 8px;
		font-size	: 75%;
	}

	.formStyle01 .txt10 { color:#444;}

	.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;}
	
	.txtarea01 { width : 100%; height : 120px; 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:1px 0 0; 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;
	}
	
	input[type="checkbox"]{
		margin-top: -3px;
	}

	select::-ms-expand {
		display: none;
	}

/* ------------------------------------------------------------------------ */

/* button

/* ------------------------------------------------------------------------ */

.btnStyle01 {
	max-width: 209px;
	line-height: 53px;
}

.btnStyle01 a{
	position: relative;
	display			: block;
	background		: #034453;
	color			: #fff;
	font-size		: 1.6rem;
	font-weight		: 700;
	width: 100%;
	text-align		: center;
	border-radius	: 30px;
	line-height: 47px;
	text-decoration	: none;
	transition		: all 0.3s ease;
}

.btnStyle01 a:before{
	position: absolute;
    content: "";
    top: 50%;
    right: 20px;
    width: 16px;
    height: 8px;
    background: url(../img/icon/icon_arrow.png) no-repeat center / contain;
    transform: translateY(-50%);
}

.btnStyle01 a:hover{
	opacity: 0.8;
}

.btnStyle02 a{
	position: relative;
	border: 1px solid #034453;
	background-color: #fff;
	border-radius: 0;
	color: #034453;
	font-size: 1.6rem;
	font-weight: 700;
	padding: 8px 10px 8px 0;
	transition: all .3s;
}

.btnStyle02 a:before{
	position: absolute;
    content: "";
    top: 50%;
    right: 20px;
    width: 16px;
    height: 8px;
    background: url(../img/icon/icon_arrow.png) no-repeat center / contain;
    transform: translateY(-50%);
}

.btnStyle02 a:hover{
	background-color: #034453;
	color: #fff;
}

.contact_btn{
	width: 158px;
}

.contact_btn a:before{
	content: none;
}