/*f固有の設定*-----------------------------------------------------------------/

/* ===================
fイメージのハーフサイズ設定
===================*/

.g_half_001{
width: 1000px;
height: auto;
}

.g_half_002{
width: 46px;
height: auto;
}

.g_half_003{
width: 175px;
height: auto;
}

/* ===================*/

.obi_title{
background-color: #4084c0;
border-radius: 6px;
color: #fff;
font-size: 25px;
margin-bottom: 45px;
padding: 9px 16px;
}

.mat{
display: block;
margin: 0 auto;
margin-top: 57px;
margin-bottom: 55px;
}

.dl00{
margin-bottom: 45px;
}

.dl00 dd{
color: #3e3a39;
font-size: 15px;
line-height: 1.6;
padding-left: 15px;
}



.dl02{
margin-bottom: 45px;
}

.img_wrp002{
margin-bottom: 45px;
}

.dl03{
width: 453px;
float: left;
}

.dl03 dl{
margin-top: 65px;
}



.dl04{
width: 453px;
float: right;
}

.dl03 dt,
.dl04 dt,
.dl04_5 dt
{
font-size: 22px;
color: #005bab;
border-bottom: #005bab solid 2px;
padding-bottom: 9px;
}

.dl03 dd,
.dl04 dd{
font-size: 15px;
color: #3e3a39;
line-height: 1.6;
margin-top: 15px;
}

.dl04 dd span{
display: block;
text-indent: -1em;
margin-left: 1em;
font-size: 13px;
}

.dl04_5{
margin-bottom: 68px;
}

.dl04_5 dt{
margin-bottom: 30px;
}

.kanren_link:last-of-type {
    margin-right: 0;
}

/*f固有の設定*-----------------------------------------------------------------*/




/*画面サイズ640px切り替え後の設定ーーーーーーーーーーーーーーー*/

@media only screen and (max-width:640px){

.obi_title {
    border-radius: 6px;
    color: #fff;
    font-size: 20px;
    line-height: 1.4;
    margin-bottom: 23px;
    padding: 9px 16px;
}

h2 div {
    display: inline-block;
    float: right;
    margin-left: 0px;
    position: relative;
	width: 24%;
}

.g_half_003 {
    height: auto;
    width: 100%;
}

h2 div p {
    bottom: -31px;
    font-size: 8px;
    left: 0px;
    position: absolute;
}

.m_r_wrp img {
    display: block;
    margin-top: 30px;
}


.obi_title {
    border-radius: 6px;
    color: #fff;
    font-size: 20px;
    line-height: 1.4;
    margin-bottom: 23px;
    padding: 9px 16px;
}

.dl03,.dl04 {
    float: none;
    width: 100%;
}

.dl03 dt, .dl04 dt, .dl04_5 dt {
    border-bottom: 1px solid #005bab;
    color: #005bab;
    font-size: 18px;
    padding-bottom: 9px;
}

.kanren_link:last-of-type {
    margin: 0 auto;
}





























}/*レスポンシブ閉じタグ*
