@charset "UTF-8";

*,
*:before,
*:after {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
*:focus {
	outline: none!important;
}

/* ----全体設定---- */
html {
	font-size: 62.5%;
}
body {
	margin: 0;
	font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
	font-size: 1.4rem;
	line-height: 1.5;
	color: #333;
}
.section_inner {
	padding: 20px 20px 100px 20px;
}

/* ----ヘッドライン---- */
h1,
.h1 {
	margin: 0 0 38px;
	font-size: 3.6rem;
	font-weight: 600;
}
h2 {
	padding-bottom: 16px;
	border-bottom: 1px solid #e3e3e3;
	font-size: 2.4rem;
	font-weight: normal;
}
h3 {
	min-height: 56px;
	margin: 0 0 10px;
	padding: 14px 24px;
	color: #fff;
	background-color: #4c4c4c;
	font-size: 1.8rem;
	line-height:1.8;
	font-weight: normal;
}
h4 {
	margin: 0 0 20px;
	padding-bottom: 12px;
	border-bottom: 2px solid #e3e3e3;
	font-size: 1.6rem;
	font-weight: 600;
}
h5 {
	position: relative;
	padding-left: 28px;
	font-size: 1.4rem;
	font-weight: 600;
}
h5::before {
	content: '';
	display: block;
	position: absolute;
	top: 50%;
	left: 0;
	width: 14px;
	height: 2px;
	background-color: #333;
	-webkit-transform: translate(0,-50%);
	transform: translate(0,-50%);
}
.ttl-common-h2 {
	margin: 0;
	padding: 0;
	border-bottom: none;
	font-size: 3rem;
	font-weight: 600;
	text-align: center;
}

/* ----リンク---- */
a {
	text-decoration: none;
	color: #333;
}
a:hover,
a:focus {
	text-decoration: underline;
}
a:focus {
	outline: none;
	outline-offset: -2px;
}
a.block-link-outer {
	position: relative;
}
a.block-link-outer::after {
	content: '';
	display: inline-block;
	width: 12px;
	height: 11px;
	margin-left: 8px;
	background: url(/image/icon_out_link.png) center no-repeat;
	background-size: contain;
}

/* ----タグ---- */
img {
	display: block;
}
hr {
	border: 0;
	border-bottom: 1px dotted #ccc;
}

/* ----デフォルトの上へ戻るボタン非表示---- */
#btn_pagetop a{
	display:none;
}

/* ----パンくず---- */
.pankuzu ul{
	width: 1260px;
	margin: 0 auto;
}
.pankuzu ul li{
	color: #666;
	font-size: 12px;
	text-decoration: none;
}

/* ----フォントサイズ---- */
.fs10{    font-size: 1.0rem!important;}
.fs11{    font-size: 1.1rem!important;}
.fs12{    font-size: 1.2rem!important;}
.fs13{    font-size: 1.3rem!important;}
.fs14{    font-size: 1.4rem!important;}
.fs15{    font-size: 1.5rem!important;}
.fs16{    font-size: 1.6rem!important;}
.fs17{    font-size: 1.7rem!important;}
.fs18{    font-size: 1.8rem!important;}
.fs19{    font-size: 1.9rem!important;}
.fs20{    font-size: 2rem!important;}

/* ----行間---- */
.lh15{    line-height: 1.5;}
.lh16{    line-height: 1.6;}
.lh17{    line-height: 1.7;}
.lh18{    line-height: 1.8;}
.lh19{    line-height: 1.9;}

/* ----マージン---- */
.mt5 {    margin-top: 5px!important;}
.mt10 {    margin-top: 10px!important;}
.mt15 {    margin-top: 15px!important;}
.mt20 {    margin-top: 20px!important;}
.mt30 {    margin-top: 30px!important;}

/* ----テキストインデント---- */
.ti1 {    text-indent: 1rem!important;}
.ti1_5 {    text-indent: 1.5rem!important;}
.ti2 {    text-indent: 2rem!important;}

/* ----フォントカラー---- */
.c_common_link{    color: #333!important;}
.c_blue{    color: #0000cd!important;}
.c_light_blue{    color: #0098d8!important;}
.c_red{    color: #ff0000!important;}

/* ----装飾---- */
.f_underline {    text-decoration:underline;}
.f_tc {    text-align:center;}

@media screen and (max-width: 768px) {
	*,
	*:before,
	*:after {
		box-sizing: border-box;
	}

	/* ----全体設定---- */
	body {
		margin: 0;
		font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
		font-size: 3.2vw;
		line-height: 1.5;
		min-width: 320px;
		color: #333;
		background-color: #fff;
	}
	.section_inner {
		padding: 0px 10px 80px;
	}

	/* ----ヘッドライン---- */
	h1,
	.h1 {
		margin: 0 -2.67vw!important;
		padding: 1vw 5.33vw 2vw;
		border: none;
		background-color: transparent;
		font-size: 7.4vw;
		font-weight: bold;
	}
	h2 {
		margin:  0 0 2.67vw;
		padding: 3vw 2.67vw;
		border-bottom: 1px solid #e3e3e3;
		background-color: transparent;
		font-size: 5.07vw;
		font-weight: bold;
	}
	.h1 {
		margin: 0 -2.67vw;
		padding: 3vw 5.33vw 5vw !important;
	}
	h3 {
		display: flex;
		align-items: center;
		min-height: 12vw;
		padding: 2.67vw;
		font-size: 4.27vw;
		font-weight: 300;
	}
	.ttl-common-h2 {
		margin: 0;
		padding: 0;
		border-bottom: none;
		font-size: 5.33vw;
		font-weight: 600;
		text-align: center;
	}

	/* ----リンク---- */
	a {
		text-decoration: none;
		color: #333;
	}
	a:hover,
	a:focus {
		text-decoration: none;
	}
	a:focus {
		outline: none;
		outline-offset: -2px;
	}
	a.block-link-outer {
		position: relative;
	}
	a.block-link-outer::after {
		content: '';
		display: inline-block;
		width: 2.53vw;
		height: 2.53vw;
		margin-left: 2.67vw;
	}

	/* ----タグ---- */
	img {
		max-width: 100%;
		vertical-align: bottom;
	}
	hr {
		border: 0;
		border-bottom: 1px dotted #ccc;
	}
	address {
		font-style: normal;
	}

	/* ----パンくず---- */
	.pankuzu ul{
		width: 100%;
		margin: 0 auto;
	}

	/* ----フォントサイズ---- */
	.fs16{    font-size: 1.4rem!important;}
	.fs18{    font-size: 1.6rem!important;}
	.fs20{    font-size: 1.8rem!important;}
}