@charset "utf-8";


body{
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 17px;
    line-height: 1.5;
    color: #4f2e1e;
    -webkit-text-size-adjust : none;
}
img {
    border:none;
    width:100%;
    vertical-align:bottom;
}

a {
    display: inline;
}

.left {
    float: left;
}

.right {
    float: right;
}

.mb0 {
    margin-bottom: 0;
}

.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
}

.clearfix {
    min-height: 1px;
}

.toggle_ttl {
}

.toggle_content {
    overflow: hidden;
    display: none;
}


/*cta
---------------------------------------------------*/
.cta_wrap {
  width: 100%;
  background: #fff;
  text-align: center;
  padding: 20px 0;
}
.cta_wrap a:hover {
  opacity: 0.9;
}
.cta_wrap a img {
  width: 90%;
  margin: 0 auto;
}



.cta_wrap2 {
  width: 100%;
  text-align: center;
  position: relative;
}
.cta_wrap2 .bg1 {
  z-index: 0;
  position: relative;
}
.cta_wrap2 a {
  width: 90%;
  max-width: 640px;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  margin: 25% auto 0;
  display: inline-block;
}
.cta_wrap2 a:hover {
  opacity: 0.9;
}






/*sect01
---------------------------------------------------*/

.sect01 p {
  width: 90%;
  margin: 20px auto 0;
  padding-bottom: 20px;
  color: #673905;
}
.sect01 p span {
  font-weight: bold;
}
.sect01 {
  padding: 0;
  background: #eeeeeb;
}


/*sect02
---------------------------------------------------*/
.sect02 {
}
.sect02 .lead span {
  font-weight: bold;
  color: #0188d5;
}
.sect02 .lead {
  width: 87.5%;
  margin: 0 auto 10px auto;
}


/*sect03
---------------------------------------------------*/
.sect03{
}

.sect03 .toggle_content{
  padding: 20px 0 20px 0;
}

.sect03 .txt{
  width:87.7%;
  margin:0 auto 10px auto;
  line-height:1.5;
  font-size: 15px;
}

.sect03 .txtLast{
  margin-bottom:25px;
}

.sect03 .graf1{
  margin-bottom:20px;
}

.sect03 .graf2{
  margin-bottom:15px;
}



/*sect04
---------------------------------------------------*/
.sect04{
  background:#f5fbd6;
  padding-bottom: 25px;
}
.sect04 h5{
  margin-bottom:11px;
}
.sect04 ul{
  width:93.75%;
  margin:0 auto 20px auto;
}
.sect04 ul li{
  overflow:hidden;
  margin-bottom:10px;
}
.sect04 ul .img{
  width:42.5%;
  float:left;
  display:block;
}
.sect04 ul p.txt{
  margin-left:47.2%;
  line-height:1.5;
  font-size: 15px;
}
.sect04 ul p.txt span{
  color:#0099ff;
  font-weight:bold;
}
.sect04 .annotation{
  font-size: 10px!important;
  color: #673905;
  padding: 10px 3% 0;
}




/*sect05
---------------------------------------------------*/
.sect05{
}

.sect05 dl{
  border-bottom: 1px dotted #94c632;
  width: 95.3%;
  margin: 0 auto;
  padding: 0 0 17px 0;
  position: relative;
}

.sect05 dl:last-child{
  border-bottom:none;
}

.sect05 dt{
  font-size: 15px;
  color: #aacc03;
  font-weight: bold;
  line-height: 1.25;
  overflow:hidden;
  padding:13px 0 10px 45px;
}

.sect05 dt.number1{
  background:url(../images/201702/sect05/img_2.png) no-repeat 4px 17px;
  background-size:30px auto;
  box-sizing:border-box;
  -webkit-box-sizing: border-box;
}

.sect05 dt.number2{
  background:url(../images/201702/sect05/img_3.png) no-repeat 4px 15px;
  background-size:30px auto;
  box-sizing:border-box;
  -webkit-box-sizing: border-box;
  padding:18px 0 10px 45px;
}

.sect05 dt.number3{
  background:url(../images/201702/sect05/img_4.png) no-repeat 4px 17px;
  background-size:30px auto;
  box-sizing:border-box;
  -webkit-box-sizing: border-box;
}

.sect05 dd{
  line-height: 1.5;
  padding: 0 10px;
  font-size: 15px;
}

.sect05 dt.bottletxt1 {
  display: inline-block;
  width: 65%;
  font-size: 15px;
  color: #4f2e1e;
  font-weight: normal;
  line-height: 1.5;
  overflow: hidden;
  padding: 18px 0 10px 2%;
  float: left;
  box-sizing: border-box;
}
.sect05 .bottletxt2 {
  width: 100%;
  display: inline-block;
  font-size: 12px;
}
.sect05 dd.bottleimg {
  margin:10px 0 0 0;
  padding: 0;
  display: inline-block;
  float: right;
  width: 35%;
}
.sect05 dd.bottleimg img {
  margin: 0;
  padding: 0;
}


/*sect06
---------------------------------------------------*/
.sect06{
  font-size: 15px;
}

.sect06 a{
    text-decoration:underline;
}

.sect06 h3{
}

.sect06 dl{
    width:87.5%;
    margin: 15px auto 0;
}

.sect06 dt{
    background:#e4eed5;
    color:#79a92f;
    padding:12px 23px 9px 8px;
    border-radius:3px;
    font-size:13px;
    font-weight:bold;
    line-height:1.4;
    margin-bottom:15px;
}

.sect06 dt span{
    text-indent:-1.2em;
    padding-left:1.2em;
    display:block;
}

.sect06 dd{
    position:relative;
}

.sect06 dd .answer{
    color:#79a92f;
    font-weight:bold;
    position:absolute;
    left:0;
    top:0;
}

.sect06 dd p.txt{
    padding-left:17px;
    line-height: 1.5;
}

.sect06 .img4{
    margin-bottom:14px;
}

.sect06 .txt_open{
    margin-bottom:25px;
}

.sect06 .txt2{
    margin-bottom:20px;
    line-height: 1.6;
    font-size: 11px;
}

.sect06 .other_q{
    text-align:right;
    margin: 22px 0;
    padding-right: 4.6%;
}

.sect06 .other_q a{
    color:#7aa92f;
    font-weight:bold;
    background:url(../images/201702/sect06/img_5.jpg) no-repeat right center;
    background-size:14px 14px;
    padding: 4px 19px 2px 0;
    box-sizing:border-box;
    -webkit-box-sizing: border-box;
}

.sect06 .receipt{
    overflow:hidden;
}

.sect06 .receipt_txt{
    width:57.1%;
    float:left;
}

.sect06 .receipt .img{
    margin-left:57.1%;
}

/*sect07
---------------------------------------------------*/
.sect07{
  background:#f3fae0;
}
.sect07 h4{
  background:#aacc03;
  color:#fff;
  width:27.5%;
  height:20px;
  text-align:center;
  margin-bottom:10px;
  font-weight: normal;
  font-size: 14px;
}
.sect07 ul{
  width:87.5%;
  margin:0 auto;
  padding-bottom:15px;
  padding-top: 10px;
}
.sect07 ul li{
  line-height:1.5;
  padding-bottom:10px;
  border-bottom:1px dashed #7aa92f;
  margin-top:10px;
}
.sect07 ul li:first-child{
  margin-top:0;
}
.sect07 ul li:last-child{
  padding-bottom:0;
  border-bottom:none;
}
.sect07 ul li span {
  color: #ec5401;
  font-weight: bold;
}

/*sect08
---------------------------------------------------*/
.sect08{
}

.sect08 .toggle_content{
    width:95.3%;
    margin:0 auto;
}

.sect08 h4{
    color:#0098fe;
    font-size:14px;
    font-weight:bold;
    text-align:center;
    line-height:1.5;
    margin-bottom:12px;
    margin-top: 15px;
}

.sect08 h5{
    line-height:1.715;
    color:#fff;
    background:#009fec;
    font-size:14px;
    font-weight:bold;
    text-align:center;
    padding:10px 0;
    margin-bottom:15px;
}

.sect08 .sect08_cnt{
    overflow:hidden;
    margin-bottom:10px;
}

.sect08 .sect08_cnt img{
    display:block;
    float:left;
    width:39.3%;
}

.sect08 .sect08_cnt p{
    margin-left:44.3%;
    line-height: 1.5;
}
.sect08 .text2 {
  padding: 0 0 10px 0;
  width: 100%;
  text-align: right;
  font-size: 10px;
}

.sect08 .sect08_cnt span{
    color:#0097ff;
    font-weight:bold;
}

.sect08 .annotation{
    text-align:right;
    font-size:10px;
    line-height:1.23;
    padding-bottom: 14px;
}

/*sect09
---------------------------------------------------*/
.sect09{
  background: #fcfbdc;
  margin-bottom: 15px;
}
.sect09 .toggle_content{
  padding-bottom:25px;
}
.sect09 .toggle_content{
  width:87.8%;
  margin:0 auto;
}
.sect09 .txt1{
  margin:10px 0;
  padding:0 8px;
  line-height: 1.5;
  font-size: 15px;
}
.sect09 .txt2{
  font-weight:bold;
  margin-bottom:15px;
  padding:0 8px;
  font-size: 15px;
}
.sect09 .txt2 span{
  background:#f1e63b;
  padding:2px;
}
.sect09 .deduction img{
  display:block;
  margin:0 auto;
  margin-bottom:8px;
}
.sect09 .deduction{
  margin-bottom:10px;
}
.sect09 .deduction li{
  box-sizing:border-box;
  -webkit-box-sizing: border-box;
  background: #fff;
}

.sect09 .deduction li:last-child{
  margin-bottom:0;
}
.annotation {
  font-size: 11px;
  line-height: 1.3;
}
.annotation li {
margin-bottom: 10px;
}


/* header
----------------------------------------------*/
header {
    background-color: #0099ff;
    overflow: hidden;
    height:60px;
}

header h1 img {
    text-align: left;
    margin-top: 6px;
    width: 100%;
}

header h1 img.left {
    margin: 6px 0 0 10px;
    width:117px;
}

header h1 img.right {
    margin-right:10px;
    width:140px;
}

header.fixed{
    position:fixed;
    top:0;
    left:0;
    width:100%;
    z-index:9999;
}

#lp_header {
  overflow: hidden;
  background: #0099FF;
  font-size: 100%;
  text-align: center;
  padding: 2% 0 1% 0;
}
#lp_header img {
  width: 22%;
}


/*report
---------------------------------------------------*/

.sectionreport {
    background: #fff none repeat scroll 0 0;
    color: #444444;
    padding: 1%;
}
.sectionreport .title {
    padding: 2% 0 4% 0;
}
.lp_base img {
    width: 100%;
    vertical-align: top;
}
img, object, embed {
    height: auto !important;
    max-width: 100% !important;
}
.sectionreport .contents_box {
    background: #fff none repeat scroll 0 0;
    padding: 0 2%;
    width: 96%;
}
.sectionreport .img1 {
    float: left;
    padding: 0 0 15px 0;
    width: 42%;
}
.sectionreport .text1 {
    font-size: 16px;
    float: left;
    padding: 5px 3% 15px;
    width: 52%;
}
.lp_base p {
    margin: 0;
    text-align: left;
}
.sectionreport .text1 span {
    color: #009fec;
    font-weight: bold;
}
.clearfix {
    overflow: hidden;
}
.sectionreport .contents_box {
    background: #fff none repeat scroll 0 0;
    padding: 0 2%;
    width: 96%;
}




/*header2
---------------------------------------------------*/
#lp_header2 {
  background: #0099FF;
  font-size: 100%;
  text-align: center;
  padding: 4px 0px 1px 0;
}
#lp_header2 img {
    vertical-align:bottom;
}
#lp_header2 .headersitelogo2{
    float:right;
    margin-top:3px;
}
#lp_header2 .headerinfo{
    float:left;
}

#headerbar {
  background-color: #0173de;
  color: #fff;
  width: 100%;
}
.headerbarinner {
  padding: 6px 0 5px 0;
  font-size:10px;
  line-height:1.4;
  text-align:center;
}
.headerbarinner a {
  color: #fff;
    display: inline;
  text-decoration: underline;
}


/* offer
---------------------------------------------------*/
.blockOffer img{
  width:100%;
}
.blockOffer a img{
  width: 90%;
  margin: 0 auto;
}
.blockOffer{
  margin:0 0 13px;
  background:#0099ff;
  padding-bottom:7px;
}
.blockOfferTitle{
  padding:0 0 10px 0;
}
.blockOfferTitle .icon{
  float:right;
}
.blockOfferBody{
  text-align:center;
}

.blockOfferFooter a{
  color:#FFF;
  margin-top:10px;
  margin-left:10px;
}
.blockOfferFooter .credit{
  text-decoration: underline;
}
.blockOfferFooter .bank{
  background: url(../images/201702/blockarrow.png) no-repeat 160px center;
  background-size:18px;
}
.blockOfferFooter span{
  text-decoration: underline;
}

.blockOfferFooter2 a{
  color:#FFF;
  margin-top:10px;
  margin-left:10px;
}
.blockOfferFooter2 .credit{
  text-decoration: underline;
}
.blockOfferFooter2 .bank{
  background: url(../images/201702/blockarrow2.png) no-repeat 160px center;
  background-size:18px;
}
.blockOfferFooter2 span{
  text-decoration: underline;
}
.blockOfferFooter,.blockOfferFooter2 {
  margin: 5px 0 0 0;
  text-align:center;
  font-size: 12px;
}
.blockOfferFooter a,.blockOfferFooter2 a {
  display:inline-block;
  margin:5px 15px;
}

/* footer_btns
---------------------------------------------------*/
.footer_btns {
    width: 93%;
    margin: 0 auto 6px;
    overflow: hidden;
}

.footer_btns li {
    width: 48%;
    float: left;
    line-height: 1;
    font-size: 0;
}

.footer_btns li:last-child {
    float: right;
}

.footer_btns_txt {
  width: 93%;
  display: block;
  font-size: 12px;
  margin: 0 auto;
}

/* sns
---------------------------------------------------*/
.sectionSns  {
    margin-top:20px;
    margin-left:5%;
    margin-right:5%;
}

.sectionSns .btn {
    float:left;
    margin-right:15px;
}

/* contact
---------------------------------------------------*/
.sectionContact {
    background:#0088FF;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    clear:both;
    padding:10px 0;
    margin:0 auto;
    text-align:center;
    margin-top:20px;
    width:95%;
    line-height: 1;
    font-size: 0;
}
.sectionContact .contact_time {
    width: 63.6%;
    margin: 0 auto 5px;
}
.sectionContact .contact_tel {
    width: 90%;
    margin: 0 auto 14px;
}
.sectionContact .contact_mail {
    width: 75%;
    margin: 0 auto;
}

.DescriptionText{
    color: #0198ff;
    font-size: 12px;
    line-height: 1.4;
    margin: 0 10px;
    margin-top:10px;
}

/* pagetop
---------------------------------------------------*/
.blockbottom .pagetop {
    width: 79%;
    text-align: right;
    background-image: url(../images/201702/icon_arrow_top.png);
    background-repeat: no-repeat;
    background-position: right center;
    background-size:20px auto;
    margin: 32px 5% 16px 8%;
    padding-right: 8%;
    float: right;
    font-size: 14px;
}

.blockbottom .pagetop2 {
    width: 79%;
    text-align: right;
    background-image: url(../images/201702/icon_arrow_right.png);
    background-repeat: no-repeat;
    background-position: right center;
    background-size:20px auto;
    margin: 0 5% 15px 8%;
    padding-right: 8%;
    float: right;
    font-size: 14px;
}

.blockbottom .pagetop3 {
    background-image: url(../images/201702/icon_arrow_top.png);
    background-repeat: no-repeat;
    background-position: right center;
    background-size:20px auto;
    margin: 12% 5% 8% 8%;
    padding-right: 8%;
    float: right;
}

.blockbottom .pagetop a,.blockbottom .pagetop2 a,.blockbottom .pagetop3 a {
    font-weight:bold;
    color:#0096ff;
}


/* footerNav
---------------------------------------------------*/
.blockbottom img{
width:100%;
}
.blockbottom  {
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: #a5a5a5;
}
.blockbottom ul li {
}
.blockbottom ul li a {
    display:block;
    color:#0096ff;
    font-size: 12px;
    line-height: 20px;
    border-top:1px solid #ccc;
    padding:5px 10px;
}
.blockbottom ul li a span {
    background: url(../images/201702/blockbottom_icon.gif) no-repeat left center;
    padding-left:15px;
    background-size:7px auto;
}

/* PC切り替え
---------------------------------------------------*/
.blockpcbtn {
    background: #fafafa;
    border-style: none;
    padding-top: 5%;
    padding-bottom: 5%;
    margin-right: auto;
    margin-left: auto;
    text-align: center;

}
.blockpcbtn p{
    margin-left: 10%;
    margin-right: 10%;
}

/* footer
---------------------------------------------------*/
footer {
    background:#0088FF;
    clear:both;
    padding:20px 0;
    margin:0 auto;
    text-align:center;
}
footer img {
    width:88.125%;
}
footer a {
    margin:0 auto;
    text-align:center;
}

.footer_box {
  width: 90%;
  margin: 0 auto;
  padding: 0 5% 5% 5%;
  font-size: 14px;
  color: #6d6d6d;
  background-color: #fafafa;
}






/* クレジット
---------------------------------------------------*/
#credit{
  padding:10px;
  font-size: 12px;
}
#credit h2 {
  font-size: 15px;
  margin-bottom: 10px;
}


/*floatbtn
---------------------------------------------------*/
#floatbtn {
  display: none;
  position: fixed;
  top: 0;
  z-index: 9999;
  width: 100%;
  padding: 2% 0 1% 0;
  background: #ffffff;
}
#floatbtn img{
  display: block;
}
#floatbtn .floatTitle {
  display: inline-block;
  width: 26%;
  margin: 0 0 0 2%;
}
#floatbtn .btnArea {
  display: inline-block;
  width: 68%;
  margin: 0 0 0 0;
}
#floatbtn .btnArea a {
  width: 100%;
}
#floatbtn .btnArea .fundBtn {
  height: auto !important;
}


/*youtube responsive
---------------------------------------------------*/

.youtube-area {
  width: 100%;
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}

.youtube-area iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}


.snsbox {
  width: 60%;
  margin: 25px auto 15px;
  display: flex;
  justify-content: space-between;
}
.snsbox li{
  width: 42px;
  height: 42px;
}

.twitter-share-button{
  position: relative;
}

.twitter-share-button:after{
 content: " ";
 position: absolute;
 background: url(../images/201902/btn_tw.png);
 background-size: 22%;
 display: inline-block;
 vertical-align: middle;
}

.btn i{
  width: 42px;
  height: 42px;
}
