@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;}
.mt60 { margin-top: 60px !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;}
.mb_txt{ margin-bottom : 1.5em !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;}
.pt25 { padding-top : 25px !important;}
.pt30 { padding-top : 30px !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;}
.pl25 { padding-left : 25px !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;}

.p0   { padding : 0  !important;}
.p5   { padding : 5px !important;}
.p10  { padding : 10px !important;}
.p15  { padding : 15px !important;}
.p20  { 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;} 

.flexBox{
    display: flex;
}

.psn { position : relative;}

.none {
	background	: none !important;
	border		: none !important;
}

.disnon{
	display: none;
}

.pcStyle{
	display: block;
}
.spStyle{
	display: none;
}
.spStyle580{
	display: none;
}

sup {
	vertical-align: top;
	position: relative;
	top: 0em;
}
sub {
	vertical-align: bottom;
	position: relative;
	bottom: 0em;
}


@media screen and (max-width: 768px){
	.pcStyle{
		display: none !important;
	}

	.spStyle{
		display: block !important;
	}
}
@media screen and (max-width: 580px){
	.pcStyle580{
		display: none !important;
	}
	.spStyle580{
		display: block !important;
	}
}

/*----------------------------------------------*/
/*アニメーション*/
/*----------------------------------------------*/
.img-fade-left,
.img-fade-right,
.img-fade {
	-webkit-transition: all 1s;
    -moz-transition: all .1s;
    transition: all 1s;
	opacity: 0;
	filter: alpha(opacity=0);
	-moz-opacity:0;
	position: relative;
}

.img-fade-low {
	-webkit-transition: all 1s;
    -moz-transition: all 1s;
    transition: all 1s;
	opacity: 0;
	filter: alpha(opacity=0);
	-moz-opacity:0;
	transform: translateY(50px);
}

.fade-act {
	opacity: 1;
	filter: alpha(opacity=100);
	-moz-opacity:1;
}

.over{
	opacity: 1;
	transition: 0.3s;
}
.over:hover{
	opacity: 0.8;
}


/* Heading
--------------------------------------------------------------------------- */
.hd01{
	font-weight: 700;
	color: #262a2d;
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 3.0rem;
	text-align: left;
	line-height: 1.6;
}

.hd02{
	font-size: 2.2rem;
	text-align: left;
	margin: 40px 0 10px;
}
.hd03{
	font-size: 1.8rem;
	font-weight: normal;
	text-align: left;
	margin: 40px 0 10px;
}


@media screen and (max-width: 478px){
}
/* 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; }


/* table
--------------------------------------------------------------------------- */
.tableStyle01{
	border-collapse		: separate;
	*border-collapse	: collapse;
	border-spacing		: 0;
	empty-cells			: show;
	margin-bottom: 60px;
	width: 100%;
}

	.tableStyle01 th,
	.tableStyle01 td {
		border-top		: none;
		border-right	: none;
		border-bottom	: 1px solid #707070;
		border-left		: none;
		font-weight		: normal;
		padding			: 10px 0;
		background		: #fff;
		text-align		: left;
	}
	
	.tableStyle01 tr:first-child th,
	.tableStyle01 tr:first-child td{
		border-top: 1px solid #707070;
	}

@media screen and (max-width: 478px) {
	.tableStyle01 tr{
		display: flex;
		flex-direction: column;
	}
	
	.tableStyle01 tr:first-child td{
		border-top: none;
	}
	
	.tableStyle01 tr th{
		border-bottom: none;
		padding-bottom: 0;
	}
	.tableStyle01 tr td{
		padding-top: 0;
	}
}

/* Btn
--------------------------------------------------------------------------- */
.more-btn{
	max-width: 325px;
	width: 100%;
}

.more-btn a{
	border: 1px solid #000922;
	display: block;
	padding: 10px;
	background: #fff;
	text-align: center;
	transition: all 0.5s;
}
.more-btn a:hover{
	color: #fff;
	background: #000922;
	text-decoration: none;
}

.map-btn{
	display: inline-flex;
	background-color: #464646;
	transition: 0.2s;
}

.map-btn a{
	font-size: 12px;
	color: #fff;
	padding: 0 5px;
	transition: 0.2s;
}

.map-btn a:hover{
	background-color: #888888;
	text-decoration: none;
}


/* list
--------------------------------------------------------------------------- */

.ulStyle01 {
	margin	: 0 25px 10px;
}

.ulStyle01 li {
	list-style		: disc;
	margin-bottom	: 3px;
	padding			: 0;
	color: #3f687a;
}


.ulStyle02 {
	margin: 30px 0 0;
	
}

.ulStyle02 li {
	list-style		: none;
	margin-bottom	: 3px;
	padding			: 0;
	text-indent: -1em;
	padding-left: 1em;
}

.olStyle01 {
	margin	: 0 20px 10px;
}

	.olStyle01 li {
		list-style		: decimal;
		margin-bottom	: 15px;
		padding			: 0;
		text-align		: left;
	}
	
	.olStyle01 li span{
		display: block;
		font-weight: normal;
	}

/* 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;}
.blue01 { color : #009bd0;}
.blue02 { color : #009bd0; font-size: 1.8rem; font-weight: 500;}

/* --- lineheight --- */

.height18 { line-height : 1.8;}
.height19 { line-height : 1.9;}
.height20 { line-height : 2;}

.txt_sp{
	display: none;
}

/* --- indent --- */
.txt_ind{
	text-indent: 1em;
}

@media screen and (max-width: 768px){
	.txt_sp{
		display: block;
		margin-bottom: 30px;
	}
	.txt_sp span{
		font-weight: 600;
	}
	.ulStyle01 {
		margin	: 0 0 10px 25px;
	}
	.ulStyle02{
		margin-bottom: 30px;
	}
	.mTable03 th{
		font-size: 1.4rem;
		width: 130px !important;
		padding: 16px 0 16px 20px;
	}
	.mTable03 td{
		padding-left: 10px !important;
		padding: 16px 15px 16px 0;;
	}
}


/* --- pc　改行 --- */

@media screen and (min-width: 768px){

}

@media screen and (max-width: 768px){
}

/* ------------------------------------------------------------------------ */

/*  link

/* ------------------------------------------------------------------------ */
.link-none{
	pointer-events: none;
}


.pdf_icon {
	position: relative;
}
	.pdf_icon::after{
		content: "";
		display: inline-block;
		background-repeat: no-repeat;
		background-size: contain;
		background-position: center;
		background-image: url("../img/icon/icon_pdf.svg");
		width: 17px;
		height: 22px;
		margin-left: 5px;
		transform: translateY(4px);
	}


/* ------------------------------------------------------------------------ */

/*  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 !important; 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 : 150px; margin-bottom : 2px !important; resize: none; word-wrap: break-word;}

	.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;		
	}
	

	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 : #eef3ff;
	}

	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;
	}


/*  お問合せ
--------------------------*/
form.contact{
	margin-top: 30px;
}
form.contact ul.flex{
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
}

form.contact ul.flex li{
	margin-right: 3.2%;
	max-width: 296px;
	width: calc(93.6% / 3);
}
form.contact ul.flex li:nth-child(3n){
	margin-right: 0;
}

form.contact ul.flex li .img{
	display: block;
	box-shadow: 0 0 6px 0 rgba(0,0,0,0.16);
	margin-bottom: 20px;
}
form.contact ul.flex li .txt{
	text-align: left;
	line-height: 1.5;
}

form.contact input[type="radio"],
form.contact input[type="checkbox"]{
	display: none;
}

.css-label input + .txt {
	cursor: pointer;
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	padding: 0 0 0 45px;
	position: relative;
}
	.css-label input + .txt::before {
		content: "";
		display: block;
		background: #fff;
		border: solid 1px #9BA3A8;
		border-radius: 5px;
		position: absolute;
		top:0;
		left: 0;
		height: 30px;
		width: 30px;
		flex-shrink: 0;
	}
	.css-label.radio-lebel input + span::before{
		border-radius: 50%;
	}

	.css-label input + .txt::after {
		content: "";
		display: block;
		opacity: 0;
		position: absolute;
		top: 0.5em;
		flex-shrink: 0;
	}
	.css-label.radio-lebel input + span::after{
		background: #2d69b3;
		border: 1px solid transparent;
		border-radius: 50%;
		top: 6px;
		left: 6px;
		height: 18px;
		width: 18px;
	}
	.css-label input:checked + span::after {
		opacity: 1;
	}

.tableStyle01.form-tbl{
	margin: 40px 0 0;
	table-layout: fixed;
}

.form-tbl .err-txt{
	font-weight: 500;
	color: #B50101;
	margin-bottom: 5px;
}
.form-tbl .flex{
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
.form-tbl .css-label input + .txt{
	padding: 0 0 0 30px;
}
.form-tbl .css-label input + .txt::before{
	width: 20px;
	height: 20px;
	top: 3px;
}
.form-tbl .css-label.radio-lebel input + span::after{
	top: 7px;
	left: 4px;
	height: 12px;
	width: 12px;
}

.form-tbl textarea,
.form-tbl input,
.form-tbl select{
	font-family: 'Noto Sans JP','ヒラギノ角ゴ W3', "メイリオ", Meiryo, MS PGothic, arial, sans-serif;
	font-size: 1.6rem;
	width: 100%;
	appearance: none;
	background: #EBEBEB;
	border-radius: 3px;
	border: none;
	padding: 5px 10px;
}
.form-tbl input{
	height: 40px;
}
.form-tbl textarea{
	height: 100px;
}

.form-tbl th{
	width: 230px;
	padding-left: 55px;
	position: relative;
}
.form-tbl .hissu{
	width: 42px;
	background: #B50101;
	color: #fff;
	text-align: center;
	font-size: 1.2rem;
	display: block;
	position: absolute;
	top: calc(100% / 2 - 10px);
	left: 0;
	line-height: 20px;
}
.form-tbl .name_wrap,
.form-tbl .phone_wrap{
	justify-content: space-between;
}
.form-tbl .name_wrap > div{
	display: flex;
	justify-content: flex-start;
	align-items: center;
	width: 49%;
}
.form-tbl .name_wrap > div input{
	margin-left: 10px;
}
.form-tbl .phone_wrap{
	justify-content: flex-start;
}
.form-tbl .phone_wrap input{
	max-width: 100px;
	width: 28%;
}
.form-tbl .phone_wrap input + span{
	margin: 0 10px;
}
.form-tbl .phone_wrap > div input{
	margin-left: 10px;
}

.inputContainer .submit-block{
	margin-top: 60px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.inputContainer .submit-block .form_btn{
	min-width: 158px;
	border: solid 1px #837F7F;
	background: #fff;
	border-radius: 5px;
	font-family: 'Noto Sans JP','ヒラギノ角ゴ W3', "メイリオ", Meiryo, MS PGothic, arial, sans-serif;
	font-size: 1.6rem;
	font-weight: 500;
	line-height: 50px;
	cursor: pointer;
	padding: 0 15px;
	transition: all 0.5s;
}
.inputContainer .submit-block p.form_btn{
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 0;
	overflow: hidden;
}
.inputContainer .submit-block .form_btn input{
	cursor: pointer;
	font-family: 'Noto Sans JP','ヒラギノ角ゴ W3', "メイリオ", Meiryo, MS PGothic, arial, sans-serif;
	font-size: 1.6rem;
	font-weight: 500;
	background: #fff;
	border: none;
	padding: 0 10px;
	line-height: 50px;
	width: 100%;
	transition: all 0.5s;
}
.inputContainer .submit-block .form_btn:focus,
.inputContainer .submit-block .form_btn:hover,
.inputContainer .submit-block .form_btn input:hover,
.inputContainer .submit-block .form_btn:focus{
	background: #837F7F;
	color: #fff;
}
.inputContainer .submit-block .form_btn.prev{
	margin-right: 20px;
}

.inputContainer .submit-block .btn-back a,
.inputContainer .submit-block .btn-back input[type="button"],
.inputContainer .submit-block .btn-submit input[type="button"]{
	display: block;
	min-width: 158px;
	border: solid 1px #837F7F;
	background: #fff;
	border-radius: 5px;
	font-family: 'Noto Sans JP','ヒラギノ角ゴ W3', "メイリオ", Meiryo, MS PGothic, arial, sans-serif;
	font-size: 1.6rem;
	font-weight: 500;
	line-height: 50px;
	cursor: pointer;
	padding: 0 15px;
	transition: all 0.5s;
	margin: 0 10px;
}

.inputContainer .submit-block .btn-back a:hover,
inputContainer .submit-block .btn-back input[type="button"]:focus,
.inputContainer .submit-block .btn-back input[type="button"]:hover,
.inputContainer .submit-block .btn-submit input[type="button"]:focus,
.inputContainer .submit-block .btn-submit input[type="button"]:hover{
	background: #837F7F;
	color: #fff;
	text-decoration: none;
}

@media screen and (max-width: 768px){
	form.contact{
		margin-top: 0;
	}
	form.contact.confirm{
		margin-top: 40px;
	}
}
@media screen and (max-width: 767px){
	form.contact ul.flex{
		max-width: 592px;
		margin: 0 auto;
		justify-content: space-between;
	}
	form.contact ul.flex li{
		margin-right: 0;
		width: 48%;
	}
	form.contact ul.flex li .img{
		margin-bottom: 10px;
	}
	.css-label input + .txt{
		padding-left: 30px;
	}
	.css-label input + .txt::before{
		height: 20px;
		width: 20px;
	}
	.css-label.radio-lebel input + span::after{
		top: 4px;
		left: 4px;
		height: 12px;
		width: 12px;
	}
	.form-tbl .hissu{
		top: calc(100% / 2 - 5px);
	}
	.form-tbl th,
	.form-tbl td{
		display: block;
		width: 100%;
	}
	.form-tbl tr:first-child th,
	.form-tbl th{
		border-bottom: none;
		padding-bottom: 0;
	}
	.form-tbl tr:first-child td,
	.form-tbl td{
		border-top: none;
		padding-top: 10px;
	}
}
@media screen and (max-width: 580px){
	.inputContainer .submit-block.confirm-btn-block .form_btn{
		min-width: inherit;
		width: 100%;
	}
}


/* ------------------------------------------------------------------------ */

/*  下層見出し

/* ------------------------------------------------------------------------ */


@media screen and (max-width: 768px){
}

@media screen and (max-width: 650px){
}

@media screen and (max-width: 478px){
}


/* page-top
--------------------------------------------------------------------------- */
#page-top{
    width: 35px;
    height: 61px;
    position: fixed;
    top: auto;
    bottom: 20px;
    opacity: 1;
    pointer-events: auto;
    text-align: right;
    right: 50px;
    background: rgba(1,64,153,1);
    z-index: 998;
}
#page-top a{
	text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
	font-size: 13px;
	line-height: 1.3;
	color: #fff;
    position: absolute;
    top: 52%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    background: rgba(1,64,153,1);
	z-index: 1;
}
#page-top:hover{
	opacity: 0.8;
	cursor: pointer;
	text-decoration: none;
}
#page-top:hover a,
#page-top a:hover{
	text-decoration: none !important;
}
#page-top:before,
#page-top:after{
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
 	left: 0;
	 background: rgba(1,64,153,1);
	z-index: 0;
}
#page-top:before{
	transform: rotate(60deg);
}
#page-top:after{
	transform: rotate(-60deg);
}

@media screen and (max-width: 956px){
	#page-top{
		right: 30px;
	}
}
