@charset "utf-8";
@import url('https://fonts.googleapis.com/css?family=Noto+Sans+JP:400,700&display=swap&subset=japanese');

/* ========================================================
	template.css => テンプレート用CSS
======================================================== */
html,body{
    width: 100%;
    overflow-x: hidden;
}
html {
	font-size: 62.5%;
}
body {
	background-color: #fff;
	font-size: 10px;
	font-size: 1rem;
	line-height: 1.7;
	color: #231815;
	font-family: 'Noto Sans JP', sans-serif;
	-webkit-text-size-adjust: 100%;
}
body.m {
	font-family: "メイリオ", "Meiryo", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro W3", Verdana,Arial, Helvetica, sans-serif;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
	line-height: 1.7;
}
a {
	text-decoration: none;
	-webkit-transition: color 0.15s, background-color 0.15s, background-image 0.15s, border 0.15s, opacity 0.15s;
	-o-transition: color 0.15s, background-color 0.15s, background-image 0.15s, border 0.15s, opacity 0.15s;
	transition: color 0.15s, background-color 0.15s, background-image 0.15s, border 0.15s, opacity 0.15s;
	color: #231815;
}
a:hover {
}
a.a_reverse,
.a_reverse a {
	text-decoration: none;
}
a.a_reverse[href]:hover,
.a_reverse a[href]:hover {
	text-decoration: underline;
}

#container a {
	color:#231815;
}
#container a:hover {
}


label {
	cursor: pointer;
}
input, select, textarea, button {
	margin: 0;
	vertical-align: middle;
	font-family: inherit;
	outline: none;
	font-size: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

button {
	cursor: pointer;
}
iframe {
	vertical-align: middle;
}
@media screen and (max-width: 680px) {
	img {
		max-width: 100%;
		height: auto;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	iframe {
		max-width: 100%;
		height: 200px;
	}
}



/* pc / sp
============================================================================================================ */
.sp,
.sps {
	display: none !important;
}
@media screen and (max-width: 680px) {
	.pc {
		display: none !important;
	}
	.sp {
		display: block !important;
	}
	img.sp, span.sp, br.sp, em.sp, strong.sp {
		display: inline !important;
	}
}
@media screen and (max-width: 370px) {
	.sps {
		display: block !important;
	}
	img.sps, spsan.sps, br.sps, em.sps, strong.sps {
		display: inline !important;
	}
}


/* sp
============================================================================================================ */
@media screen and (max-width: 680px) {
	*[data-label] img {
		display: none;
	}
	*[data-label]:before {
		content: attr(data-label);
	}
	*[data-label-r]:after {
		content: attr(data-label-r);
	}
	.sp_mincho {
		font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", serif;
	}
}

/* font-size
============================================================================================================ */
.fz_s {
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 1.5;
}
.fz_m {
}
.fz_l {
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1.6;
}
.fz_ll {
}
@media screen and (max-width: 680px) {
	.fz_s {
		font-size: 1.1rem;
	}
	.fz_l {
		font-size: 1.5rem;
	}
}


/* w
============================================================================================================ */
.w {
	position: relative;
	width: 1000px;
	margin: 0 auto;
}
@media screen and (max-width: 680px) {
	.w {
		width: auto;
		padding: 0;
	}
}



/* hv_wh
============================================================================================================ */
a.hv_wh,
button.hv_wh,
a .hv_wh,
.hv_wh a {
	position: relative;
	display: inline-block;
}
a.hv_wh:after,
button.hv_wh:after,
a .hv_wh:after,
.hv_wh a:after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background-color: rgba(255,255,255,0);
	-webkit-transition: background 0.15s;
	-o-transition: background 0.15s;
	transition: background 0.15s;
	z-index: 3;
}
a.hv_wh:hover:after,
button.hv_wh:hover:after,
a:hover .hv_wh:after,
.hv_wh a:hover:after {
	background-color: rgba(255,255,255,0.3);
}
@media screen and (max-width: 680px) {
	a.hv_wh:after,
	button.hv_wh:after,
	a .hv_wh:after,
	.hv_wh a:after {
		content: none;
	}
}


/* ヘッダー
============================================================================================================ */
#header {
}
@media screen and (max-width: 680px) {
	#header {
	}
}

/* nav
------------------------------------------------------------- */
#header nav {
}
@media screen and (max-width: 680px) {
	/* open */
	#header.open .nav_btn:before {
		opacity: 0;
	}
	#header.open .nav_btn a:before {
		-webkit-transform: translateY(0) rotate(45deg);
		-ms-transform: translateY(0) rotate(45deg);
		transform: translateY(0) rotate(45deg);
	}
	#header.open .nav_btn a:after {
		-webkit-transform: translateY(0) rotate(-45deg);
		-ms-transform: translateY(0) rotate(-45deg);
		transform: translateY(0) rotate(-45deg);
	}
	#header.open nav {
		height: 100%;
		opacity: 1;
	}
	#header nav .has_snav > a:before {
		-webkit-transform: translateY(3px);
		-ms-transform: translateY(3px);
		-o-transform: translateY(3px);
		transform: translateY(3px);
	}
	#header nav .has_snav > a.open:before {
		-webkit-transform: translateY(0) rotate(180deg);
		-ms-transform: translateY(0) rotate(180deg);
		transform: translateY(0) rotate(180deg);
	}
	#header nav .has_snav > a.open:after {
		display:none;
	}
}


/* コンテナ
============================================================================================================ */
#container {
	position: relative;
	font-size: 14px;
	font-size: 1.4rem;
}
@media screen and (max-width: 680px) {
	#container {
		font-size: 1.3rem;
	}
	#container.sub {
		margin-top: 50px;
		padding: 0;
	}
}



/* copyright
------------------------------------------------------------- */
.copyright {
	display: block;
	font-size: 12px;
	font-size: 1.2rem;
	text-align: center;
    color: #fff;
    background: #004098;
    padding: 1em;
}

@media screen and (max-width: 680px) {
	.copyright {
		display: block;
		font-size: 1.2rem;
		text-align: center;
	}
}





/* ===================================================================================================================

	コンテンツ

=================================================================================================================== */

/* topic_path
============================================================================================================ */
.topic_path{
	font-size: 12px;
	font-size: 1.2rem;
	background: #c9caca;
	padding: 5px 0;
	margin-bottom: 40px;
	position: relative;
	z-index: 1;
}
.topic_path li{
	display: inline-block;
}
.topic_path li a:after{
	content:">";
	margin-left: 5px;
}
@media screen and (max-width: 680px) {
	.topic_path{
		display: none;
	}
}



/* list-arrow
============================================================================================================ */
.list-arrow li{
position: relative;
vertical-align: middle;
}
.list-arrow li:before,
.list-arrow li:after{
position: absolute;
top: 0;
bottom: 0;
left: 0;
margin: auto;
content: "";
vertical-align: middle;
}
.list-arrow li:before{
	left: 15px;
	box-sizing: border-box;
	width: 4px;
	height: 4px;
	border: 4px solid transparent;
	border-left: 4px solid #007fc6;
}

.lead > p{
	margin-bottom: 20px;
}


/* footer
============================================================================================================ */
footer {
    border-top: 1px solid #ddd;
}
footer ul {
    text-align: center;
    padding: 30px 0;
}
footer ul li {
    display: inline-block;
    font-size: 1.5rem;
    padding: 0.5em 2em;
}
footer ul li a {
    text-decoration: underline;
}
footer ul li a:hover {
    text-decoration: none;
}
@media screen and (max-width: 680px) {
    footer ul {
        text-align: center;
        padding: 1em 0;
    }
    footer ul li {
        font-size: 1.4rem;
        padding: 0.5em 2em;
    }
}



/* ===================================================================================================================

	モジュール

=================================================================================================================== */

/* section
============================================================================================================ */
.section + .section,
.section-border + .section,
.section_s + .section {
	margin-top: 40px;
}
@media screen and (max-width: 680px) {
	.section + .section {
		margin-top: 30px;
	}
}


/* img
============================================================================================================ */
.ofi {
  object-fit: cover;
  font-family: 'object-fit: cover;'
}

/* padding
============================================================================================================ */
.pd_l {
	padding-top: 80px;
	padding-bottom: 80px;
}
.pd_m {
	padding-top: 50px;
	padding-bottom: 50px;
}
.pd_s {
	padding-top: 30px;
	padding-bottom: 30px;
}
@media screen and (max-width: 680px) {
	.pd_l {
		padding-top: 40px;
		padding-bottom: 40px;
	}
	.pd_m {
		padding-top: 25px;
		padding-bottom: 25px;
	}
	.pd_s {
		padding-top: 15px;
		padding-bottom: 15px;
	}
}
/* margin
============================================================================================================ */
.mgt_l {
	margin-top: 80px;
}
.mgt_m {
	margin-top: 50px;
}
.mgt_s {
	margin-top: 30px;
}
@media screen and (max-width: 680px) {
    .mgt_l {
        margin-top: 40px;
    }
    .mgt_m {
        margin-top: 25px;
    }
    .mgt_s {
        margin-top: 15px;
    }
}


/* title
============================================================================================================ */
.title_l {
	font-size: 22px;
	font-size: 2.2rem;
	text-align: center;
	font-weight: normal;
    margin-bottom: 1em;
}
.title_m {
	font-size: 24px;
	font-size: 2.4rem;
	margin-bottom: 20px;
	letter-spacing: 1px;
}
.title_s {
	font-size: 16px;
	font-size: 1.6rem;
	margin-bottom: 5px;
}
.caption {
	margin-bottom: 10px !important;
	font-size: 18px;
	font-size: 1.8rem;
	color: #007fc6;
	text-align: left;
	font-weight: normal;
}

@media screen and (max-width: 680px) {
	.title_l {
		font-size: 1.8rem;
	}
	.title_m {
		font-size: 1.6rem;
		margin-bottom: 10px;
	}
	.title_s {
		font-size: 1.4rem;
	}
	.caption {
			font-size: 1.4rem;
		}
}


/* table
============================================================================================================ */
table.basic {
	width: 100%;
	border: 1px solid #d9d9d9;
	line-height: 1.6;
	table-layout: fixed;
}
table.basic th,
table.basic td {
	padding: 0.6em 1em;
	border: 1px solid #d9d9d9;
	word-wrap:break-word;
}
table.basic th {
	background:#f2f2f2;
}
table.basic.th_center th {
	text-align: center;
	font-weight: bold;
}
table.basic.td_cetner td {
	text-align: center;
}
table.basic.td_right td {
	text-align: right;
}

table.border_none td,
table.border_none th{
	padding-bottom: 20px;
}

table.form {
	width: 100%;
	border: 1px solid #231815;
	line-height: 1.6;
	table-layout: fixed;
}
table.form th,
table.form td {
	padding: 0.6em 1em;
	border-bottom: 1px dashed #231815;
	word-wrap:break-word;
}
table.form tr:nth-child(odd) td {
	background:#efefef;
}
table.form th {
	background:#efefef;
	border-right: 1px solid #231815;
}

table.basic.border_c th,
table.basic.border_c td{
	border: 1px solid #231815 !important;
}
table.form input[type=text],
table.form input[type=tel],
table.form select,
table.form textarea {
	max-width: 100%;
	padding: .4em;
	border: 1px solid #aaaaaa;
	font-size: 14px;
	font-size: 1.4rem;
}
table.form input.size01 {
	width: 80%;
}
table.form input.size02 {
	width: 150px;
}
table.form input.size03 {
	width: 320px;
}
table.form input.size04 {
	width: 85px;
}
table.form textarea.size01 {
	width: 100%;
	height: 160px;
}
table .w10 {width: 10%;}
table .w15 {width: 15%;}
table .w20 {width: 20%;}
table .w25 {width: 25%;}
table .w30 {width: 30%;}
table .w35 {width: 35%;}
table .w40 {width: 40%;}
table .w45 {width: 45%;}
table .w50 {width: 50%;}

@media screen and (max-width: 680px) {
	table.basic {
		border-width: 2px;
		font-size: 1.2rem;
		line-height: 1.5;
	}
	table.basic th,
	table.basic td {
		padding: 0.5em;
	}
	table.basic th {
		width: 10%;
	}
	table.basic td {
		width: 20%;
	}

	table.form th,
	table.form td {
		display: block;
		border-right: none;
		padding: 10px;
	}
	table.form td {
		background: none !important;
	}


}

/* li
============================================================================================================ */
/* square
------------------------------------------------------------- */
ul.square li {
	position: relative;
	padding-left: 1em;
}
ul.square li:before {
	content: "■";
	position: absolute;
	left: 0;
}

/* circle
------------------------------------------------------------- */
ul.circle li {
	position: relative;
	padding-left: 1em;
}
ul.circle li:before {
	content: "●";
	position: absolute;
	left: 0;
}

/* asterisk
------------------------------------------------------------- */
ul.asterisk li {
	position: relative;
	padding-left: 1em;
	margin-bottom: 5px;
}
ul.asterisk li:before {
	content: "＊";
	position: absolute;
	left: 0;
}


/* disc
------------------------------------------------------------- */
ul.disc li {
	position: relative;
	padding-left: 1em;
}
ul.disc li:before {
	content: "・";
	position: absolute;
	left: 0;
}

/* notes
------------------------------------------------------------- */
ul.notes li {
	position: relative;
	padding-left: 1em;
}
ul.notes li:before {
	content: "※";
	position: absolute;
	left: 0;
}

/* decimal
------------------------------------------------------------- */
ol.decimal {
	list-style-type: decimal;
}
ol.decimal li {
	margin-left: 2em;
}

/* parentheses
------------------------------------------------------------- */
ol.parentheses li {
	position: relative;
	padding-left: 2em;
}
ol.parentheses li .num {
	position: absolute;
	left: 0;
}

/* file_icon
============================================================================================================ */
/* PDF */
.file a[href$=".pdf"]:after{
    content: 'PDF';
    display: inline-block;
    margin-left: 1em;
    color: #cc0000;
    background: #fff;
    font-size: 1.2rem;
    border: 1px solid #cc0000;
    padding: 0.2rem 1rem;
}
