@charset "utf-8";
/* ===================================================================
CSS
 file name  :  common.css
=================================================================== */
body, button, input, select, textarea {
	font-family: 'Noto Sans JP','Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3','Avenir','Helvetica Neue','Helvetica','Arial',YuGothic,'Yu Gothic','メイリオ',Meiryo,sans-serif;
	font-weight: 400;
	letter-spacing: 0.05em;
	line-height: 2;
}
html{
    font-size: 62.5%;
}
body{
    font-size:1.4rem;
	position: relative;
}
@media screen and (max-width: 768px) {
	body{
		font-size:1.2rem;
	}
}
img{
	max-width: 100%;
	height: auto;
	width: auto;
}
a{
	color: #00306D;
	text-decoration: underline;
}
a:hover{
	color: #417FCE;
}
/* ボタン共通 */
a.btn{
	position: relative;
	display: block;
	padding: 1.2em 1em;
	background: #1E2C48;
	box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.3);
	color: #FFF;
	text-decoration: none;
	text-align: center;
	transition: all .3s;
}
@media print, screen and (min-width: 769px) {
    a.btn:hover{
        background: #123884;
    }
}
@media screen and (max-width: 768px) {
    a.btn{
        font-size: 1.4rem;
    }
}
@media print, screen and (min-width: 769px) {
	.pc_none{
		display:none;
	}
}
@media screen and (min-width: 481px) {
	.tb_none{
		display:none;
	}
}
@media screen and (max-width: 768px) {
	.sp_none{
		display:none;
	}
}
/* =====================================
ヘッダー
======================================== */
.header{
    width: 100%;
    z-index: 10000;
    background: #00306D;
    position: relative;
}
.header_wrap{
    width:100%;
    max-width: 1180px;
    margin: 0 auto;
    padding: 30px 50px;
}
.header_wrap .h_logo a{
    display: block;
    width: 412px;
    height: 36px;
    background: url("../images/common/h_logo.png") no-repeat;
    background-size: contain;
    text-indent: -9999px;
}
@media screen and (max-width: 768px) {
    .header_wrap{
        padding: 20px 40px;
    }
}
@media screen and (max-width: 480px) {
    .header_wrap{
        padding: 10px 20px;
    }
    .header_wrap .h_logo a{
        width: 307px;
        height: 27px;
    }
}
/* =====================================
パンくず
======================================== */
.breadcrumb{
	max-width: 1180px;
	margin: auto;
	padding: 20px 50px 0 50px;
	font-size:1.2rem;
	display:flex;
	flex-wrap:wrap;
}
.breadcrumb li{
	display: inline-block;
}
.breadcrumb li a{
	position: relative;
	color: #646262;
	text-decoration:none;
	padding-right: 2em;
}
.breadcrumb li a:hover{
	text-decoration:underline
}
.breadcrumb li a::after{
	content: "";
	position: absolute;
	top: 50%;
	right: 1em;
	width: 6px;
	height: 6px;
	border-top: 1px solid #202466;
	border-right: 1px solid #202466;
	transform: rotate(45deg);
	margin-top: -3px;
}
@media screen and (max-width: 768px) {
	.breadcrumb{
		padding: 10px 20px 0 20px;
		font-size: 0.8rem;
	}
}
/* =====================================
コンテンツ共通
======================================== */
.wrap_wide_nomal{
	max-width: 1180px;
	margin: auto;
	padding: 100px 50px;
}
.wrap_wide_nomal.bpd_none{
	padding: 100px 50px 0 50px;
}
span.underline{
	background: linear-gradient(transparent 60%, #FFF577 60%);
	padding-bottom: 0.1em;
}
.t_red{
    color: #BE2D1B;
}
.bg_blue{
    background: #EFF3FA;
}
h2.page_subtitle{
	color: #00306D;
	text-align: center;
	line-height: 1.6;
	font-weight: 600;
	font-size: 4.0rem;
	letter-spacing: 0.1em;
	margin-bottom: 70px;
}
h2.page_subtitle span{
	color: #987B00;
	font-weight: 400;
	font-size: 1.4rem;
	display: block;
	letter-spacing: 0.3em;
}
@media screen and (max-width: 768px) {
    .wrap_wide_nomal{
        margin: auto;
        padding: 50px 20px;
    }
    .wrap_wide_nomal.bpd_none{
        padding: 50px 20px 0 20px;
    }
	h2.page_subtitle{
		font-size: 2.0rem;
		margin-bottom: 30px;
	}
	h2.page_subtitle span{
		font-size: 1.0rem;
	}
}
/* =====================================
ページトップ
======================================== */
#page-top{
	position: fixed;
	right: 20px;
	width: 60px;
	z-index: 100;
}
@media screen and (max-width: 1080px) {
	#page-top{
		width: 50px;
	}
}
@media screen and (max-width: 768px) {
	#page-top{
		width: 40px;
	}
}
/* =====================================
フッター
======================================== */
.footer{
	position: relative;
    background: #1E2C48;
}
.footer .footer_wrap{
    width:100%;
    max-width: 1180px;
    margin:150px auto auto;
    padding: 100px 50px;
    text-align: center;
    color: #FFF;
    font-size: 1.2rem;
}
.footer .footer_wrap .f_logo{
    width: 310px;
    margin: auto;
}
.footer .footer_wrap .f_address{
    margin: 30px auto auto;
}
.footer .footer_wrap .f_link{
    margin: 1em auto auto;
}
.footer .footer_wrap .f_link a{
    color: #FFFFFF;
    text-decoration: none;
}
@media print, screen and (min-width: 769px) {
    .footer .footer_wrap .f_link a:hover{
        text-decoration: underline;
    }
}
.footer .footer_wrap .copy{
    margin: 70px auto auto;
    text-align: center;
}
@media screen and (max-width: 768px) {
    .footer .footer_wrap{
        margin: 70px auto auto;
        padding: 70px 20px;
    }
    .footer .footer_wrap .f_logo{
        width: 240px;
    }
    .footer .footer_wrap p.f_address{
        margin: 20px auto auto;
    }
    .footer .footer_wrap .copy{
        margin: 50px auto auto;
        font-size: 1.0rem;
    }
}
@media screen and (max-width: 480px) {
    .footer .footer_wrap{
        margin: 50px auto auto;
        padding: 50px 20px;
    }
    .footer .footer_wrap .f_logo{
        width: 200px;
    }
    .footer .footer_wrap p.f_address{
        font-size: 1.0rem;
    }
    .footer .footer_wrap .copy{
        margin: 40px auto auto;
        font-size: 0.8rem;
    }
}