@charset "UTF-8";
/* CSS Document */

/*

    basic stuff

*/

body.easy #main #content {
    display: block;
    float: none;
    width: 920px;
    margin: 0px auto;
    padding: 0;
}

/*

    main visual

*/

body.easy #main #content #mainvisual{
    position: relative;
    display: block;
    width: 920px;
    height: 400px;
    margin: 0px auto;
    padding: 0;
    background: url(../img/easy/mainvisual.jpg) no-repeat top left;
    clear: both;
}


body.easy #main #content #mainvisual h2{
    background-image: none !important;
    width: 522px;
    margin: 0;
    padding: 0;
}

body.easy #main #content #mainvisual #q{
    position: absolute;
    top: 79px;
    left: 388px;
    height: 156px;
    text-indent: -9999px;
    background: url(../img/easy/mainvisual-q.gif) no-repeat top left !important;
}

body.easy #main #content #mainvisual #a{
    position: absolute;
    width: 522px;
    top: 262px;
    left: 388px;
    height: 31px;
    text-indent: -9999px;
    background: url(../img/easy/mainvisual-a.gif) no-repeat top left !important;
}

body.easy #main #content .mainbox{
    position: relative;
    width: 844px;
    padding: 10px 0px 30px 0px;
    margin: 0px auto;
    clear: both;
}

body.easy #main #content .nomargin{
    padding: 10px 0px 0px 0px !important;
}

body.easy #main #content .mainbox .left{
    position: relative;
    float: left;
    left: 35px;
    margin: 0;
    padding: 0;
    width: 300px;
    height: 360px;
}

body.easy #main #content .mainbox .right{
    position: relative;
    right: 20px;
    float: right;
    width: 440px;
}

body.easy #main #content h3{
    position: relative;
    width: 809x;
    height: 100px;
    border: none;
    padding: 0px 0px 0px 15px;
    margin: 40px auto 20px auto;
    font-size: 35px !important;
    line-height: 50px !important;
    font-weight: normal !important;
    background: none !important;
}

body.easy #main #content h4{
    position: relative;
    width: 440px;
    font-size: 24px !important;
    line-height: 24px !important;
    font-weight: normal !important;
    background: none !important;
    left: -20px;
}

body.easy #main #content .qa h3{
    border-left: solid 20px #46483C !important;
    color: #46483C !important;
}

body.easy #main #content .qa h4{
    color: #F26000 !important;
}

body.easy #main #content .reason h3{
    border-left: solid 20px #F26000;
    color: #F26000;
}

body.easy #main #content .reason h4{
    color: #46473B;
}

body.easy #main #content .download h3{
    border-left: solid 20px #303F66;
    color: #303F66;
}

body.easy #main #content .download h4{
    color: #46473B;
}

body.easy #main #content p{
    position: relative;
    width: 405px;
    margin: 1em auto;
    font-size: 15px;
    color: #535353;
    line-height: 150%;
    font-weight: normal;
    background: none !important;
}

body.easy #main #content p.number{
    font-family: Arial, Helvetica, sans-serif;
    margin: 0.2em auto !important;
    font-size: 22px;
    color: #535353;
    font-weight: bold;
    text-align: center;
}

body.easy #main #content p.button{
    position: relative;
    width: 405px;
    height: 100px;
}

body.easy #main #content p.button label{
    position: absolute;
    display: block;
    width: 280px;
    height: 50px;
    top: 25px;
    left: 19px;
    font-size: 18px;
    line-height: 25px;
    z-index: 100;
    text-align: center;
}
body.easy #main #content p.button img{
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 0;
}

body.easy #main #content a{
    color: #304168 !important;
    font-weight: bold;
    text-decoration: underline;
}

body.easy #main #content a span{
    color: #F25F00;
}

body.easy #main #content ul{
    position: relative;
    display: block;
    width: 355px;
    margin: 0px auto;
    font-size: 13px;
    color: #535353;
    line-height: 150%;
    font-weight: normal;
    background: none !important;
}

body.easy #main #content ol{
    position: relative;
    display: block;
    width: 355px;
    margin: 0px auto;
    font-size: 15px;
    color: #535353;
    line-height: 150%;
    font-weight: normal;
    background: none !important;
}

body.easy #main #content ul li{
    list-style: outside disc;
}

body.easy #main #content ol li{
    list-style: outside decimal;
}


.sp {
    display: none;
}

/*スマホ
------------------------------*/

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

    .pc {
        display: none;
    }
    .sp {
        display: block;
    }


body.easy #main #content #mainvisual{
    position: static;
    display: block;
    width: 100%;
    height: auto;
    margin: 0px auto;
    padding:0;
    background:none;
    clear: both;
}


body.easy #main #content #mainvisual h2{
    background-image: none !important;
    width:94%;
    margin: 0 auto;
    padding: 0;
}

body.easy #main #content #mainvisual #q{
    position: static;
    height:auto;
    text-indent: -9999px;
    background: url(../img/easy/mainvisual-q.gif) no-repeat top left !important;
}

body.easy #main #content #mainvisual #a{
    position: static;
    width: 100%;
    height: auto;
    text-indent: -9999px;
    background: url(../img/easy/mainvisual-a.gif) no-repeat top left !important;
}


body.easy #main #content h3{
    position: static;
    width: 100%;
    height: auto;
    border: none;
    padding: 0px 0px 0px 10px;
    margin: 3% auto 5% auto;
    font-size: 18px !important;
    line-height: 1.5 !important;
    font-weight: normal !important;
    background: none !important;
    box-sizing: border-box;
}


body.easy #main #content .mainbox{
    position: static;
    width: 94%;
    padding: 2% 0px 3% 0px;
    margin: 0px auto;
    clear: both;
}


body.easy #main #content .mainbox .left{
    position: static;
    float: none;
    margin: 0;
    padding: 0;
    width: 100%;
    height: auto;
    text-align: center;
}

body.easy #main #content .mainbox .right{
    position: static;
    float: none;
    width: 100%;
    margin: 0 0 3% 0;
}


body.easy #main #content p{
    position: static;
    width: 100%;
    margin: 2% auto;
    font-size: 15px;
    color: #535353;
    line-height:1.5;
    font-weight: normal;
    background: none !important;
}


body.easy #main #content ul{
    position: relative;
    display: block;
    width: 100%;
    margin: 0px auto;
    font-size: 13px;
    color: #535353;
    line-height: 1.5;
    font-weight: normal;
    background: none !important;
}

body.easy #main #content ol{
    position: relative;
    display: block;
    width: 100%;
    margin: 0px auto;
    font-size: 15px;
    color: #535353;
    line-height: 1.5;
    font-weight: normal;
    background: none !important;
}


body.easy #main #content {
    display: block;
    float: none;
    width: 100%;
    margin: 0px auto;
    padding: 0;
}


body.easy #main #content h4{
    position: relative;
    width: 100%;
    font-size: 18px !important;
    line-height: 1.5 !important;
    font-weight: normal !important;
    background: none !important;
    left: 0;
    padding: 0;
}


body.easy #main #content .qa h3{
    border-left: solid 5px #46483C !important;
    color: #46483C !important;
}

body.easy #main #content .reason h3{
    border-left: solid 5px #F26000;
    color: #F26000;
}

}
