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

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

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

/* ===================*/
.obi_title{
background-color: #4084c0;
border-radius: 6px;
color: #fff;
font-size: 25px;
margin-bottom: 23px;
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;
}


.dl01 dd ul li{
font-size: 15px;
color: #3e3a39;
padding-bottom: 14px;
}

.dl01 dd ul{
padding-left: 15px;
margin-bottom: 68px;
}


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


.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;
}

.sp_m_photo_wrp{
display: table;
}

.sheet_left {
float: none;
display: table-cell;
vertical-align: bottom;
	width: 45%;
	padding-left: 15px;
	padding-right: 15px;
	box-sizing: content-box;
}

.sheet_right {
float: none;
display: table-cell;
vertical-align: bottom;
    margin-left: 0px;
    margin-top: 0px;
	width: 45%;
	padding-right: 15px;
	padding-left: 15px;
	box-sizing: content-box;
}

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

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

.m_r_wrp {
    float: none;
    position: static;
	margin: 0;
}

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

h2 {
    font-size: 15px;
    letter-spacing: 0.15em;
    line-height: 2em;
    margin-top: 37px;
	margin-bottom: 40px;
}

.supplement_area {
    background-color: #fff;
}

.dl01 dd ul li {
text-indent: -1em;
margin-left: 1em;
line-height: 1.4;
}

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

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

















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