@charset "utf-8";
/* ----------------------------------
メディアクエリ　モバイルレイアウト : 480pxまで
----------------------------------- */
#ttlCategory span{
width:196px;
background-image: url(../images/ttl_category_sp.png);
background-size: 196px auto;
}
.contentsInner section{
padding: 25px 0;
font-size: 11px;
line-height: 1.5;
}
.contentsInner section p{
margin-top:1em;
}
.contentsInner02{
padding: 0 14px;
}
.ttlHl{
margin-bottom:0.8em;
color:#1090bf;
font-size: 16px;
font-weight: normal;
line-height: 1.2;
text-align: center;
}
.txtS{
font-size: 9px;
}
#pict01 img{
width: 100%;
height: auto;
} 
#section01,
#section02,
#section03{
border-bottom:#cbe7f1 solid 1px;
}
#section04{
padding-bottom:50px;
}
#section02 ol{
list-style-type: none;
}
#section02 ol li{
position: relative;
padding: 0 0 45px;
}
#section02 ol li:after{
content: '';
position: absolute;
left: 20px;
bottom: 10px;
width: 25px;
height: 25px;
background: url(../images/ico_arrow-down.png) no-repeat left top;
background-size: 25px auto;
}
#section02 ol li:last-child{
padding-bottom: 0;
}
#section02 ol li:last-child::after{
display: none;
}
.icoTtl{
margin: 0 0 0.2em ;
color: #32a29e;
font-weight: bold;
font-size:13px;
line-height: 1.3;
padding: 2px 0 2px 15px;
background: url(../images/ico_ttl.png) no-repeat left top;
background-size: 8px auto;
}
.android .icoTtl{
text-shadow:1px 0 1px #f06363;
}
#section03 figure{
margin-top:1em;
}



/* ----------------------------------
メディアクエリ　タブレットレイアウト : 481px　〜
----------------------------------- */
@media only screen and (min-width: 481px) {


.contentsInner section{
padding: 45px 0;
font-size: 14px;
line-height: 1.5;
}
.contentsInner02{
padding: 0 20px;
}
#pict01{
padding: 20px  20px 0;
}
.contentsInner section p{
margin-top:1em;
}
.ttlHl{
font-size: 26px;
}
.txtS{
font-size: 12px;
}
#pict01 img{
width: 100%;
height: auto;
} 
#section01,
#section02,
#section03{
border-bottom:#cbe7f1 solid 1px;
}
#section04{
padding-bottom:50px;
}
#section02 ol{
list-style-type: none;
}
#section02 ol li{
position: relative;
padding: 0 0 80px;
}
#section02 ol li:after{
content: '';
position: absolute;
left:40px;
bottom: 20px;
width: 34px;
height: 34px;
background: url(../images/ico_arrow-down.png) no-repeat left top;
background-size: 34px auto;
}
#section02 ol li:last-child{
padding-bottom: 0;
}
#section02 ol li:last-child::after{
display: none;
}
.icoTtl{
margin: 0 0 0.2em ;
color: #32a29e;
font-weight: bold;
font-size:16px;
padding: 7px 0 7px 24px;
min-height: 34px;
background: url(../images/ico_ttl.png) no-repeat left top;
background-size:16px auto;
}
#section03 figure{
margin-top:2em;
}


}

/* ----------------------------------
メディアクエリ　デスクトップレイアウト : 769px　〜
----------------------------------- */
@media only screen and (min-width: 769px) {

    #ttlCategory span{
    width: 293px;
    background-image: url(../images/ttl_category_pc.png);
    background-size: 293px auto;
    }
}