@charset "utf-8";
/* ----------------------------------
メディアクエリ　モバイルレイアウト : 480pxまで
----------------------------------- */

#contentsArea{
padding:0;
}
.label{
margin:0 0 10px;
padding:7px;
font-size:14px;
font-weight: bold;
line-height: 1.5;
color:#895392;
text-align: center;
background: url(../images/label_bg.png) repeat left top;
-moz-background-size:10px 10px;
-webkit-background-size:10px 10px;
background-size:10px 10px;
}
.android .label{
text-shadow:1px 0 1px #895392;
}
.label > span{
display: block;
padding:14px 7px;
background: #fff;
}
.label > span span{
display: block;
font-size:12px;
}

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

    .label{
    margin:0 0 20px;
    padding:14px;
    font-size:24px;
    background: url(../images/label_bg.png) repeat left top;
    -moz-background-size:20px 20px;
    -webkit-background-size:20px 20px;
    background-size:20px 20px;
    }
    .android .label{
    text-shadow:1px 0 1px #895392;
    }
    .label > span{
    display: block;
    padding:14px 7px;
    background: #fff;
    }
    .label > span span{
    font-size:16px;
    letter-spacing: 0.05em;
    }
}




/* section01
------------------------------------------------------------------------------------------------------------- */
#section01{
margin-top:10px;
margin-bottom: 30px;
background: #fff;
font-size: 14px;
line-height: 1.8;
min-height: 1076px;
}
#section01 section{
padding: 2em 0;
border-bottom:1px solid #dddddd;
}
#section01 .pict01 img{
width: 100%;
height: auto;
}
#section01 .txtWrap01{
margin: 10px 0 0;
display: block;
border:4px solid #ffcc77;
padding: 10px 35px;
color:#ff6418;
text-align: center;
}
#section01 .txtWrap01.txtL{
padding: 10px 20px;
text-align: left;
}
#section01 .txtWrap01 + p{
margin-top:1em;
}
#section01 .txtWrap01 i{
margin: 0 0.5em;
font-weight: bold;
font-size: 20px;
}
#section01 .txtWrap01 p{
margin: 0;
font-size: 18px;
font-weight: bold;
line-height: 1.5;
}
#section01 .txtWrap01 p span{
font-size: 130%;
}
#section01 .txtWrap01 dd{
display: block;
padding-top:10px;
font-size: 14px;
line-height: 1.5;
}
#section01 ul li{
margin-top: 0.25em;
font-size:110%;
}
.txtColorOrange{
color:#ff6c00;
}
.txtColorIndigo{
color:#854dd2;
}
.txtColorRed{
color:#ff0000;
}
.btnTxt01{
color:#188aff !important;
font-weight: bold;
font-size: 16px;
text-decoration: none;
}
.btnTxt01 i{
font-size: 20px;
}
#section01 h3{
font-size: 18px;
}
#section01 section p{
margin-top:1em;
font-size: 14px;
}
#section01 section:last-child{
border-bottom:none;
}
#section01 .txt02{
font-size: 12px;
color:#757575;
}
#section01 .txtL{
font-size: 18px;
width: 95%;
}
#section01 table{
margin-top:1.5em;
width: 95%;
border:10px solid #e4deed;
}
#index02 #section01 table{
width: 100%;
}

#section01 table caption{
padding-bottom:1.5em;
text-align: left;
}
#section01 table thead th:first-child{
background: #f8f5fb;
}
.table03 tbody tr th{
width: 22%;
}
#index02 .table03 tbody tr th{
width: 16%;
}
.table03 tr th{
text-align: center;
font-weight: bold;
}
.table03 tbody tr td{
width: 39%;
vertical-align: top;
}
#index02 .table03 tbody tr td:nth-of-type(1){
width: 44%;
}
#index02 .table03 tbody tr td:last-child{
width: 38%;
}
.table03 tr th,
.table03 tr td{
border-right:#e4deed solid 6px;
border-top:#e4deed solid 6px;
padding: 16px 20px 16px 20px;
font-size: 14px;
line-height: 1.6;
vertical-align: middle;
}
#section01 .table03 tbody td p{
font-size: 12px;
}
#section01 .table03 tr td:nth-of-type(1) p:last-child{
margin-top:2.6em;
}
#step .stepWrap{
display: table;
width: 90%;
}
#section01 .table03 tr td strong{
font-size: 18px;
}
#step h3{
margin-bottom:1em;
font-size: 18px;
}
#step .ttlArea,
#step .txtArea{
border-top:5px solid #e4deed;
padding:25px 0;
display: table-cell;
vertical-align: middle;
}
#step .ttlArea{
width: 136px;
}
#step .ttlArea img{
margin-left :7px;
width: 92px;
height: auto;
}
#step .txtArea h4{
font-size: 16px;
line-height: 1.2;
}
#step .txtArea p{
margin-top:0.8em;
}
#step a{
color:#188aff;
text-decoration: none;
}
.btnFormAds{
border-top:5px solid #e4deed;
padding-top:35px;
width: 90%;
text-align: center;
}
.btnFormAds a{
display: inline-block;
margin: 0 auto;
padding: 0 30px;
height: 3.5em;
line-height: 3.5em;
font-size: 18px;
color:#fff !important;
background: #9175a3;
border-radius: 8px;
opacity: 1;
}
.btnFormAds a:hover{
opacity: 0.7;
}

@media (max-width: 480px) {
    #contentsArea{
    padding:0;
    }
    .contsWrap{
    padding: 0 15px;
    }
    #section01{
    padding: 15px;
    margin-bottom: 30px;
    font-size: 12px;
    }
    #section01 section{
    padding:25px 0;
    }
    #section01 section p{
    margin-top:1em;
    font-size: 11px;
    }
    #section01 section:last-child{
    border-bottom:none;
    }
    #section01 .txtWrap01{
    margin: 5px 0 0;
    display: block;
    border:4px solid #ffcc77;
    padding: 5px 10px;
    text-align: center;
    }
    #section01 .txtWrap01.txtL{
    padding: 10px 20px;
    }
    #section01 .txtWrap01 + p{
    margin-top:1em;
    }
    #section01 .txtWrap01 i{
    margin: 0 0.5em;
    font-weight: bold;
    font-size: 12px;
    }
    #section01 .txtWrap01 dt{
    padding-bottom:5px;
    font-size: 12px;
    line-height: 1;
    }
    #section01 .txtWrap01 dt span{
    font-size: 18px;
    }
    #section01 .txtWrap01 dd{
    padding-top:5px;
    font-size: 10px;
    }
    .btnTxt01{
    font-size: 14px;
    line-height: 1.2;
    }
    .btnTxt01 i{
    font-size: 12px;
    }
    #section01 h3{
    font-size: 14px;
    }
    #section01 section:last-child{
    border-bottom:none;
    }
    #section01 .txt02{
    font-size: 10px;
    }
    #section01 .txtL{
    font-size: 12px;
    width: 100%;
    }
    #section01 table{
    margin-top:0.5em;
    width: 100%;
    border:5px solid #e4deed;
    }
    #section01 table caption{
    padding-bottom:0.5em;
    text-align: left;
    }
    .table03 tbody tr th{
    width: 22%;
    }
    .table03 tr th{
    text-align: center;
    font-weight: bold;
    }
    .table03 tbody tr td{
    width: 39%;
    vertical-align: top;
    }
    .table03 tr th,
    .table03 tr td{
    border-right:#e4deed solid 5px;
    border-top:#e4deed solid 5px;
    padding:8px 2px;
    font-size: 9px;
    line-height: 1.4;
    }
    #section01 .table03 tbody td p{
    font-size: 9px;
    }
    #section01 .table03 tr td:nth-of-type(1) p:last-child{
    margin-top:0.8em;
    }
    #step .stepWrap{
    display: block;
    width: 100%;
    }
    #section01 .table03 tr td strong{
    font-size: 12px;
    }
    #step h3{
    margin-bottom:1em;
    font-size: 14px;
    }
    #step .ttlArea,
    #step .txtArea{
    border-top:5px solid #e4deed;
    padding:15px 0;
    display:block;
    text-align: center;
    }
    #step .ttlArea{
    width: 100%;
    text-align: center;
    }
    #step .ttlArea img{
    margin-left :7px;
    width:50px;
    height: auto;
    }
    #step .txtArea h4{
    font-size: 14px;
    }
    .btnFormAds{
    border-top:5px solid #e4deed;
    padding-top:18px;
    width: 100%;
    text-align: center;
    }
    .btnFormAds a{
    display: block;
    padding: 0 10px;
    font-size: 18px;
    border-radius: 4px;
    }
    .pcTabOnly{
        display: none;
    }
}

@media (max-width: 600px) {
    .btnFormAds a{
    width: 100%;
    font-size: 12px;
    }
}