@charset "utf-8";


.show-pc{
    display: none;
}
body{
    width: 100%;
    color: #333;
    margin: 0;
    font-family: sans-serif;
    background:#D1EAFF;
}
header{
    width:100%;
}
header img{
    max-width: 100%;
    min-width: 100%;
    vertical-align: bottom;
}
.container{
    background: #D1EAFF;
}
#main{
    box-sizing: border-box;
    width: 100%;
    background: #fff;
    padding: 1.5em;
    margin: 20px auto 0px;
}
#main02{
    box-sizing: border-box;
    width: 100%;
    background: #fff;
    padding: 1.5em;
    margin: 20px auto 0px;
    border-radius: 10px;
    max-width: 95%;
}
/* キャンペーン概要欄 タイトルデザイン */
#main h2{
    display: table-cell;
    padding: 5px 13px;
    background: #0F74BF;
    color: #fff;
    font-size: 18px;
    border-radius: 12px;
    -webkit-border-radius: 12px;
    moz-border-radius: 12px;
    font-weight: normal;
}
#main02 h2{
    display: table-cell;
    padding: 5px 13px;
    background: #0F74BF;
    color: #fff;
    font-size: 18px;
    border-radius: 12px;
    -webkit-border-radius: 12px;
    moz-border-radius: 12px;
    font-weight: normal;
}
.info-content{
    line-height: 1.6em;
    margin-bottom: 40px;
}
.info-content a{
    color: #452512;
    text-decoration: none;
    font-weight: bold;
}
img{
    max-width: 100%;
}
a:hover {
    opacity: 0.8;
    cursor: pointer;
}
ul li{
    margin: 10px 0;
}


h3:before {
   content: "◆";
   color: #0F74BF;
   margin-right: 5px;
}
.content-group {
    background-color: #fff;
    min-height: 200px;
    padding: 20px 20px;
    margin: 10px 0;
    border-radius: 10px 10px 10px 10px;
    box-shadow: 2px 2px 1px 1px rgba(0,0,0,0.1);
}

 hr.content_line {
    border-top: 6px solid #FFEE33;
    border-style: dotted;
}
.sec-ttl{
    font-size: 150%;
    margin: 0 auto 0.5em;
    padding-bottom: 0.5em; 
    line-height: 40px; 
    color: #0F74BF;
    font-weight: bold;
}
.sec-ttl02{
    font-size: 20px;
    margin: 40px auto 0;
    line-height: 22px;
    text-align: center; 
}

.main-ttl {
    font-size: 22px;
    font-weight: bold;
    color: #e91d08;
    line-height: 1.3;
    text-align: center;
}

.btn_link {
    display: block;
    width: 100%;
    padding: 14px;
    margin: 20px auto;
    border-radius: 8px;
    text-align: center;
    text-decoration: none;
    background: #DD5151;
    color: #fff;
    font-weight: bold;
}

.sub_ttl{
    font-weight: bold;
}
.blue{
    color: #0F74BF;
    font-weight: bold;
}
.blue_link a{
    color: #0F74BF !important;
    font-weight: bold !important;
    text-decoration: underline !important;
}
/* ============================
   indentを調整しております。
=============================== */
ul.cont01{
    padding-left: 1em;
    text-indent: -1em;
}
.cont01{
    padding-left: 1em;
    text-indent: -1em;
}


.btn_area01{
    margin: 0 auto;
    width: 90%;
    max-width: 360px;

}
.btn_oubo{
    margin:10px auto 20px;
}
/* ========================= */

footer{
    text-align: center;
    margin-top: 40px;
    padding: 5px 1em;
    background: #3B3B3B;
    color: #fff;
    line-height: 22px;
}
.footer-ttl{
    line-height: 3em;
    font-weight: bold;
    border-bottom: 2px dotted #fff;
}
.footer-mail{
    color: #fff;
    text-decoration: underline;
}
/*page top button*/
#page-top a {
    width: 90px;
    display: block;
}
#page-top {
    position: fixed;
    right: 0;
    bottom: 20px;
    overflow: hidden;
    z-index: 1000;
}
.mt40{margin-top: 40px !important;}
.mb40{margin-bottom: 40px !important;}
.red{color:#e60012;}
.bold{font-weight: bold;}
.center{text-align: center;}
.fs18{font-size:18px;}
/*method----------------------------------------*/
.method-area {
    border: 2px solid #39AD36;
    margin: 20px 0;
    padding: 20px 10px;
}
.method-icon01 {
    width: 80px;
    position: absolute;
    margin: 20px 0;
}
.method-icon {
    width: 80px;
    position: absolute;
    margin: 20px 0;
}
.method-area .area-ttl {
    width: 100%;
    min-height: 53px;
    margin-bottom: 20px;
}
.method-area .area-ttl p {
    line-height: 1.4em;
    width: 100%;
}

.method-area .area-ttl .at-last {
    margin: 5px 0 0 10px;
    text-align: left;
}
.method-area #twitter-widget-0 {
    margin: 0 auto;
}
.method-area .btn01, .method-area .btn02 {
    text-align: center;
}
.info-content .btn_end{
    text-align: center;
}
.method-area img.centering-img {
    margin-bottom: 20px;
}
.arrow {
    display: block;
    width: 10%;
    max-width: 10%;
    margin: 0 auto;
}
.ttl01 {
    text-align: center;
    font-weight: bold;
    font-size: 24px;
    line-height: 24px;
}

.method-area .step_image{
    margin: 0 auto;
    text-align: center;
    display: block;
}


/* ============================
   下層ページ
=============================== */

.info-content{
    line-height: 1.6em;
    margin-bottom: 40px;
}
.info-content a{
    color: #452512;
    text-decoration: none;
    font-weight: bold;
}
.info-content01{
    line-height: 1.3em;
    margin-bottom: 40px;
    text-align: center;
    font-size: 14px;
}
.info-content01 a{
    color: #452512;
    text-decoration: underline;
    font-weight: bold;
}
.blue-link a { 
    text-decoration: none;
    font-weight: bold;
    color: #00B330;
}
.tenpo_box ul{
    margin: 0 auto;
    padding: 0;
    max-width: 280px;
}

.acquisition_link {
    text-align: right;
    display: block;
    margin-top: 30px;
}
.acquisition_link a{
    text-decoration: underline;
    color: #E08D8D;
}
.ic_cp {
    vertical-align: text-top;
    margin-right: 5px;
}
img.ic_cp {width: 18px;}
.btn_area{
    max-width: 80%;

}

/* ========================= */
@media (min-width: 640px){
.show-pc{ display: block; }
.show-sp{ display: none; }
header{
    max-width: 640px;
    margin: 0 auto;
}
.banner-top-img{
    max-width: 640px;
}
#main{
    max-width: 640px;
}
#main02{
    max-width: 640px;
}

.wrap{
    min-height: 1000px;
}
/* ============================
   下層ページ
=============================== */

}
@media screen and (max-width: 375px) {
#main{
    background: #fff;
    border: none;
    width: 100%;
    }
#main02 {
    background: #fff;
    border: none;
    width: 100%;
    margin:10px auto;
    }
.method-area {
    background: #fff;
    }

.area-ttl p{
        text-align: left !important;
        line-height: 20px;
    }
.ttl01 {
    text-align: left;
    line-height: 25px;
    font-size: 20px;
    }
#main{
    margin-top: 0;
    }
footer {
    margin: 0;
    }

}

