@charset "UTF-8";
/* CSS reset */
* {
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-o-box-sizing:border-box;
	-ms-box-sizing:border-box;
	box-sizing:border-box;
}
html,body,div,h1,h2,h3,h4,h5,h6,p,blockquote,pre,address,ul,ol,li,dl,dt,dd,table,th,td,form,fieldset{
	margin: 0;
	padding: 0;
	line-height:1.7em;
    -webkit-font-smoothing: antialiased;
	font-family:'メイリオ', 'Meiryo','ＭＳ ゴシック','Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3',sans-serif;
	font-size:14px;
	font-weight:500;
	letter-spacing:0.5px;
}
body{
    -webkit-text-size-adjust: 100%;
}
html,body{
	width:100%;
	overflow-x:hidden;
}
table{
	border-collapse: collapse;
	border-spacing: 0;
}
ul, ol{
	list-style: none; /*マーカーを消す*/
}
a{
	text-decoration: none; /*下線を消す*/
	color:#000;
}
img{
	border: 0;
	aspect-ratio: attr(width) / attr(height); /*デフォルトのアスペクト比を使用*/
	/*max-width: 100%; サイズ指定*/
	/*height: auto; サイズ指定*/
}
img, input{
	vertical-align:bottom;
}
/* CSS reset */

.clearfix:after{
	content:"";
	display: block;
	clear: both;
}
/*clearfix*/

.transition{
	transition:all ease 0.3s;
	-ms-transition:all ease 0.3s;
	-moz-transition:all ease 0.3s;
	-webkit-transition:all ease 0.3s;
}
/*transition*/

.sp_br{
	display: none;
}

@media screen and (min-width:0px) and (max-width:767px){
.pc_br{
	display:none;
	}
.sp_br{
	display:block;
	}
}
/*pc_br*/

.title_h2{
    width: 100%;
    padding-top: 10px;
    margin-bottom: 50px;
    font-size: 24px;
    font-weight: 600;
    text-indent: 60px;
    color: #002d65;
    background-image:url("../../img/base/icon_h2.png");
    background-repeat: no-repeat;
    background-position: top left;
}
.title_h2 span{
    font-size: 13px;
    font-weight: 400;
    color: #221815;
    margin-left: 50px;
}
.title_h2 a{
    font-size: 13px;
    font-weight: 400;
    color: #fff;
    margin-left: 50px;
    padding: 2px 20px;
    background-color: #002c66;
}

@media screen and (min-width:0px) and (max-width:767px){
    
    .title_h2{
        width: 100%;
        padding-top: 10px;
        margin-bottom: 25px;
        font-size: 20px;
        font-weight: 600;
        text-indent: 60px;
        color: #002d65;
        background-image:url("../../img/base/icon_h2.png");
        background-repeat: no-repeat;
        background-position: top left;
    }
    .title_h2 span{
        display: block;
        font-size: 10px;
        font-weight: 400;
        color: #221815;
        margin-left: 0;
        text-indent: 0;
    }
    .title_h2 a{
        display: block;
        width: 100%;
        text-align: center;
        font-size: 13px;
        font-weight: 400;
        color: #fff;
        margin:10px 0 0 0;
        padding: 2px 0;
        background-color: #002c66;
        text-indent: 0;
    }
    
}
/*title_h2*/


.breadcrumb div{
    width: 100%;
    min-width: 1100px;
    padding: 0 5%;
    margin: 15px 0 0;
    font-size: 12px;
}
.breadcrumb div span.current-item{
    color:#002c66;
}


@media screen and (min-width:0px) and (max-width:767px){

    .breadcrumb{
        display: none;
    }
}
/*breadcrumb*/


.btn_big a{
    display: block;
    width: 270px;
    height:70px;
    margin: 50px auto 100px;
    font-size: 16px;
    color: #fff;
    text-align: center;
    line-height: 70px;
    background-color: #002d66;
}
.btn_big a:hover{
    background-color: #0d3a72;
}


@media screen and (min-width:0px) and (max-width:767px){

    .btn_big a{
        margin: 25px auto 50px;
    }
}
/*btn_big*/

