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

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

.sukutto_half_001{
width: 453px;
height: auto;
}

.sukutto_half_002{
width: 453px;
height: auto;
}

.sukutto_half_003{
width: 453px;
height: auto;
margin-top:5px;
}

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

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


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

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

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

.dl03 dt,
.dl04 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;
}

.dl03 dd:last-of-type p:nth-of-type(2){
margin-top: 5px;
margin-bottom: 5px;
}

.dl03 dd:last-of-type p:last-of-type {
font-size: 13px;
}


.dl03 dd p span{
color: #008600;
}

.mgtop25{
margin-top: 25px!important;
}

.mgtop40{
margin-top: 40px!important;
}

.suk_kouzou{
display: block;
margin-top: 38px;
}

.dl04 dd:nth-of-type(2) p:nth-of-type(2){
margin-top: 5px;
margin-bottom: 5px;
}

.dl04 dd:last-of-type p:nth-of-type(2){
margin-top: 5px;
margin-bottom: 5px;
}

.dl04 dd p span{
color: #008600;
}

.dl06 dd span{
font-size: 12px;
}

.dl06 dd:last-of-type{
position: relative;
}

.dl06 dd:last-of-type p {
    bottom: -18px;
    font-size: 13px;
    left: 0;
    position: absolute;
    width: 280px;
}


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

.dl09 p {
    font-size: 15px;
    margin-bottom: 1em;
}

.dl09 p span {
    color: #9f4ca2;
}

.img_wrp003 {
    margin-bottom: 0px!important;
}

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

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

.graph01 {
    border-radius: 6px;
    display: block;
    margin-bottom: 10px;
    width: 100%;
}

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

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

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

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

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

.sukutto_half_003 {
    height: auto;
    margin-top: 5px;
    width: 100%;
}

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







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