@media only screen and (min-width: 768px) {
  .hero {
    margin: 0 auto;
    width: 950px;
  }
}

@media only screen and (max-width: 767px) {
  .hero {
    width: 100%;
  }
  .hero img {
    width: 100%;
  }
}

@media only screen and (min-width: 768px) {
  .content__inner {
    margin: 0 auto;
    max-width: 950px;
  }
}

@media only screen and (max-width: 767px) {
  .content__inner {
    padding: 2% 7.5vw;
    width: 100%;
  }
}

@media only screen and (min-width: 768px) {
  .only-pc {
    display: inline;
  }
}

@media only screen and (max-width: 767px) {
  .only-pc {
    display: none;
  }
}

@media only screen and (min-width: 768px) {
  .only-sp {
    display: none;
  }
}

@media only screen and (max-width: 767px) {
  .only-sp {
    display: inline;
  }
}

.f-left {
  float: left;
}

.f-right {
  float: right;
}

.mt0 {
  margin-top: 0px !important;
}

.mr0 {
  margin-right: 0px !important;
}

.mb0 {
  margin-bottom: 0px !important;
}

.ml0 {
  margin-left: 0px !important;
}

.pt0 {
  padding-top: 0px !important;
}

.pr0 {
  padding-right: 0px !important;
}

.pb0 {
  padding-bottom: 0px !important;
}

.pl0 {
  padding-left: 0px !important;
}

.mt5 {
  margin-top: 5px !important;
}

.mr5 {
  margin-right: 5px !important;
}

.mb5 {
  margin-bottom: 5px !important;
}

.ml5 {
  margin-left: 5px !important;
}

.pt5 {
  padding-top: 5px !important;
}

.pr5 {
  padding-right: 5px !important;
}

.pb5 {
  padding-bottom: 5px !important;
}

.pl5 {
  padding-left: 5px !important;
}

.mt10 {
  margin-top: 10px !important;
}

.mr10 {
  margin-right: 10px !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

.ml10 {
  margin-left: 10px !important;
}

.pt10 {
  padding-top: 10px !important;
}

.pr10 {
  padding-right: 10px !important;
}

.pb10 {
  padding-bottom: 10px !important;
}

.pl10 {
  padding-left: 10px !important;
}

.mt15 {
  margin-top: 15px !important;
}

.mr15 {
  margin-right: 15px !important;
}

.mb15 {
  margin-bottom: 15px !important;
}

.ml15 {
  margin-left: 15px !important;
}

.pt15 {
  padding-top: 15px !important;
}

.pr15 {
  padding-right: 15px !important;
}

.pb15 {
  padding-bottom: 15px !important;
}

.pl15 {
  padding-left: 15px !important;
}

.mt20 {
  margin-top: 20px !important;
}

.mr20 {
  margin-right: 20px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.ml20 {
  margin-left: 20px !important;
}

.pt20 {
  padding-top: 20px !important;
}

.pr20 {
  padding-right: 20px !important;
}

.pb20 {
  padding-bottom: 20px !important;
}

.pl20 {
  padding-left: 20px !important;
}

.mt25 {
  margin-top: 25px !important;
}

.mr25 {
  margin-right: 25px !important;
}

.mb25 {
  margin-bottom: 25px !important;
}

.ml25 {
  margin-left: 25px !important;
}

.pt25 {
  padding-top: 25px !important;
}

.pr25 {
  padding-right: 25px !important;
}

.pb25 {
  padding-bottom: 25px !important;
}

.pl25 {
  padding-left: 25px !important;
}

.mt30 {
  margin-top: 30px !important;
}

.mr30 {
  margin-right: 30px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

.ml30 {
  margin-left: 30px !important;
}

.pt30 {
  padding-top: 30px !important;
}

.pr30 {
  padding-right: 30px !important;
}

.pb30 {
  padding-bottom: 30px !important;
}

.pl30 {
  padding-left: 30px !important;
}

.mt35 {
  margin-top: 35px !important;
}

.mr35 {
  margin-right: 35px !important;
}

.mb35 {
  margin-bottom: 35px !important;
}

.ml35 {
  margin-left: 35px !important;
}

.pt35 {
  padding-top: 35px !important;
}

.pr35 {
  padding-right: 35px !important;
}

.pb35 {
  padding-bottom: 35px !important;
}

.pl35 {
  padding-left: 35px !important;
}

.mt40 {
  margin-top: 40px !important;
}

.mr40 {
  margin-right: 40px !important;
}

.mb40 {
  margin-bottom: 40px !important;
}

.ml40 {
  margin-left: 40px !important;
}

.pt40 {
  padding-top: 40px !important;
}

.pr40 {
  padding-right: 40px !important;
}

.pb40 {
  padding-bottom: 40px !important;
}

.pl40 {
  padding-left: 40px !important;
}

.mt45 {
  margin-top: 45px !important;
}

.mr45 {
  margin-right: 45px !important;
}

.mb45 {
  margin-bottom: 45px !important;
}

.ml45 {
  margin-left: 45px !important;
}

.pt45 {
  padding-top: 45px !important;
}

.pr45 {
  padding-right: 45px !important;
}

.pb45 {
  padding-bottom: 45px !important;
}

.pl45 {
  padding-left: 45px !important;
}

.mt50 {
  margin-top: 50px !important;
}

.mr50 {
  margin-right: 50px !important;
}

.mb50 {
  margin-bottom: 50px !important;
}

.ml50 {
  margin-left: 50px !important;
}

.pt50 {
  padding-top: 50px !important;
}

.pr50 {
  padding-right: 50px !important;
}

.pb50 {
  padding-bottom: 50px !important;
}

.pl50 {
  padding-left: 50px !important;
}





body{
	font-family:"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ Ｐゴシック","Osaka",Verdana,Arial,sans-serif;
	-webkit-text-size-adjust:100%;
    min-width: 1028px;
    padding-bottom: 170px;
}

/* header
----------------------------------------------------*/

#header {
	width: 100%;
	background-color: #fff;
	z-index: 9999;
}
#header #head_link {
	width: 950px;
	margin: 0 auto;
	padding: 0.9em 0;
}
#header #head_link h1 img {
	width: 280px;
	height: auto;
}


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

    #header {
    	padding: 1.1em 0.8em;
    }
    #header #head_link {
        width: 100%;
    }
    #header #head_link h1 img {
        width: 55%;
    }

}

/*Wrapper
----------------------------------------------------*/

.sp {
	display:none !important;
	}
.visual{
    position: relative;
    width: 1018px;
    margin: 0 auto;
}

.visual a{
    position: absolute;
    top: 555px;
    left: 59px;
    width: 489px;
    height: 100px;
    background: #fff;
    border-radius: 48px;
}

.visual a img{
    transition: 0.3s all ease;
}

.visual a:hover img{
    opacity: 0.6;
}

.visual div{
    margin: -42px auto 0;
    display: flex;
    justify-content: space-between;
    padding: 0 34px;
}

.info{
    width: 950px;
    margin: 18px auto 0;
}

.info .cnt{
    width: 100%;
    border: 4px solid #000;
    border-top: none;
    padding: 27px;
    box-sizing: border-box;
}

.info .cnt table{
    float: left;
    width: 435px;
    font-size: 14px;
}

.info .cnt table:last-child{
    float: right;
    width: 416px;
}

.info .cnt table th{
    border-bottom: 1px solid #000;
    padding: 20px 7px;
    text-align: left;
    font-weight: bold;
}

.info .cnt table:first-child th{
    width: 140px;
}

.info .cnt table:last-child th{
    padding: 30px 7px;
}

.info .cnt table tr:first-child th{
    padding: 0 7px 20px;
}

.info .cnt table tr:nth-child(4) th, .info .cnt table:last-child tr:nth-child(2) th, .info .cnt table:last-child tr:nth-child(3) th{
    vertical-align: middle;
}

.info .cnt table td{
    border-bottom: 1px solid #000;
    padding: 20px 7px;
}

.info .cnt table:last-child td{
    padding: 30px 7px;
    line-height: 2;
}

.info .cnt table tr:first-child td{
    padding: 0 7px 20px;
}

.info .cnt table:last-child tr:first-child td{
    padding: 0 7px 30px;
}

.info .cnt table td span{
    font-size: 10px;
    display: block;
}

.info .cnt table:first-child tr:last-child td{
    border-bottom: none;
    padding: 75px 7px 0;
}

.info .cnt table:last-child tr:last-child th, .info .cnt table:last-child tr:last-child td{
    border-bottom: none;
    padding: 30px 7px 0;
}

.info .cnt table:last-child tr:last-child td{
    display: flex;
    justify-content: flex-start;
}

.info .cnt table:last-child tr:last-child td picture{
    margin-right: 20px;
}

.info .cnt table:last-child tr:last-child td picture:first-child{
    margin-right: 25px;
}

.info .cnt table:last-child tr:last-child td picture:nth-child(3){
    margin-right: 15px;
}

.info .cnt table:last-child tr:last-child td picture:last-child{
    margin-right: 0;
}

.info .cnt table a{
    text-decoration: underline;
    color: #009fe8;
}

.info .cnt table a:hover{
    text-decoration: none;
}

.info + a{
    font-size: 18px;
    font-weight: bold;
    text-decoration: underline;
    color: #009fe8;
    margin: 20px auto 25px;
    display: table;
}

.info + a:hover{
    text-decoration: none;
}

.point{
    width: 950px;
    margin: 28px auto 78px;
    position: relative;
}

.point h4{
    margin-bottom: -68px;
}

.point .example{
    position: absolute;
    top: 458px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 9999;
}

.point .point01-exmple{
    display: flex;
    margin-top: 14px;
}

.point .point01-exmple li{
    width: 310px;
    position: relative;
}

.point .point01-exmple li:last-child{
    width: 330px;
}

.point .point01-exmple li h5{
    position: absolute;
    font-size: 19px;
    font-weight: bold;
    color: #fff;
    top: 44px;
    left: 114px;
    line-height: 1.3;
}

.point .point01-exmple li h5 .note{
    font-size: 12px;
}

.point .point01-exmple li h5 .tax{
    font-size: 15px;
}

.point .point01-exmple li .txt{
    position: absolute;
    font-size: 19px;
    font-weight: bold;
    top: 131px;
    left: 107px;
}

.point .point01-exmple li .point-num{
    position: absolute;
    font-size: 24px;
    top: 154px;
    left: 79px;
}

.point .point01-exmple li:last-child .point-num{
    left: 96px;
}

.point .point01-exmple li .point-num span{
    font-size: 58px;
    font-weight: bold;
    color: #f10c07;
}

.point h4:nth-of-type(2){
    margin-top: 22px;
}

.point h4:nth-of-type(2) + p{
    position: relative;
}

.point h4:nth-of-type(2) + p picture{
    float: left;
}

.point h4:nth-of-type(2) + p span{
    position: absolute;
    bottom: 22px;
    left: 25px;
    font-size: 12px;
}

.point .example:nth-of-type(2){
    top: 1325px;
}

.point .point02-exmple{
    display: flex;
    flex-wrap: wrap;
    margin-top: 16px;
}

.point .point02-exmple li{
    width: 465px;
    position: relative;
}

.point .point02-exmple li:nth-child(even){
    width: 485px;
}

.point .point02-exmple li h5{
    position: absolute;
    font-size: 22px;
    font-weight: bold;
    color: #fff;
    top: 42px;
    left: 114px;
    line-height: 1.3;
}

.point .point02-exmple li h5 .tax{
    font-size: 15px;
}

.point .point02-exmple li h5 .note{
    font-size: 13px;
    display: block;
}

.point .point02-exmple li .txt03{
    font-size: 21px;
    font-weight: bold;
    position: absolute;
    top: 134px;
    left: 44px;
}

.point .point02-exmple li .txt03 span{
    font-size: 16px;
}

.point .point02-exmple li .txt03 span:nth-of-type(2){
    font-size: 11px;
    display: block;
    font-weight: normal;
}

.point .point02-exmple li .txt04{
    font-size: 21px;
    font-weight: bold;
    position: absolute;
    top: 223px;
    left: 44px;
}

.point .point02-exmple li .point-num{
    font-size: 35px;
    font-weight: bold;
    position: absolute;
    top: 128px;
    left: 289px;
}

.point .point02-exmple li .point-num span{
    font-size: 29px;
    font-weight: normal;
}

.point .point02-exmple li .point-num:nth-of-type(2){
    top: 213px;
}

.point .point02-exmple li:nth-child(3) .point-num:nth-of-type(2){
    left: 262px;
}

.point .point02-exmple li .total{
    font-size: 41px;
    font-weight: bold;
    position: absolute;
    top: 290px;
    left: 67px;
}

.point .point02-exmple li:nth-child(n + 3) .total{
    left: 40px;
}

.point .point02-exmple li .total span:nth-of-type(1){
    font-size: 67px;
    color: #ee0a09;
    padding-left: 62px;
}

.point .point02-exmple li .total span:nth-of-type(2){
    font-size: 28px;
}

.case{
    width: 100%;
    background: url("../img/bg01.gif") repeat;
}

.case img{
    display: block;
    margin: 0 auto;
}

.case h3{
    display: table;
    margin: 0 auto;
}

.case h3 img{
    margin: -30px auto 0;
}

.case .ttl01 img{
    margin: 27px auto 43px;
}

.case .plus{
    display: flex;
    justify-content: space-between;
    width: 950px;
    margin: 0 auto;
}

.case .plus li{
    position: relative;
}

.case .plus li::before{
    content: "";
    position: absolute;
    top: 50%;
    right: -25px;
    transform: translateY(-50%);
    background: url("../img/icon03.png") no-repeat;
    width: 40px;
    height: 40px;
    z-index: 9999;
}

.case .plus li:last-child::before{
    display: none;
}

.case .plus li h5{
    font-size: 19px;
    width: 100%;
    text-align: center;
    position: absolute;
    top: 20px;
    left: 0;
}

.case .plus li .txt{
    font-size: 20px;
    font-weight: bold;
    width: 100%;
    text-align: center;
    position: absolute;
    top: 154px;
    left: 0;
}

.case .plus li .point-num span:nth-child(1){
    font-size: 31px;
    font-weight: bold;
    position: absolute;
    top: 179px;
    left: 51px;
}

.case .plus li .point-num span:nth-child(2){
    font-size: 12px;
    font-weight: bold;
    position: absolute;
    top: 189px;
    left: 117px;
    line-height: 1;
}

.case .plus li:nth-child(4) .point-num span:nth-child(1){
    left: 56px;
}

.case .plus li:nth-child(4) .point-num span:nth-child(2){
    left: 122px;
}

.case .total{
    display: flex;
    width: 1028px;
    margin: 10px auto 0;
}

.case .total li{
    position: relative;
    width: 50%;
}

.case .total li p{
    position: absolute;
    top: 39px;
    left: 200px;
    font-size: 23px;
    font-weight: bold;
    line-height: 1.1;
}

.case .total li p .yen{
    font-size: 56px;
    color: #f00e12;
}

.case .total li p .yen span{
    font-size: 28px;
}

.case .total li p .small{
    font-size: 18px;
}

.case .total li p.note{
    position: absolute;
    top: 172px;
    left: auto;
    right: 61px;
    font-size: 21px;
    font-weight: bold;
}

.case .txt01{
    font-size: 11px;
    font-weight: bold;
    width: 950px;
    margin: 5px auto;
}

.case .txt01 + p{
    margin-bottom: -30px;
}

.case .ttl02 img{
    margin: 60px auto 0;
}

.case .txt02{
    font-size: 12px;
    font-weight: bold;
    text-align: right;
    width: 950px;
    margin: 5px auto 0;
    padding-bottom: 40px;
}

.case .partner{
    width: 950px;
    margin: 0 auto;
}

.case .partner > p, .case .partner > div{
    float: left;
}

.case .txt08{
    margin-top: 21px;
}

#flow{
    width: 100%;
    background: url("../img/bg02.gif") repeat;
    padding: 70px 0 78px;
}

#flow img{
    display: block;
    margin: 0 auto;
}

#flow h3{
    display: table;
    margin: 0 auto 7px;
}

#flow p{
    width: 954px;
    position: relative;
    display: block;
    margin: 0 auto;
}

#flow p .txt05{
    position: absolute;
    top: 207px;
    left: 122px;
    font-size: 12px;
    font-weight: bold;
}

#flow p .txt06{
    position: absolute;
    top: 207px;
    left: 122px;
    font-size: 12px;
    font-weight: bold;
}

#flow p .txt06 span{
    font-size: 17px;
}

#flow p .txt06 span span{
    color: #ff042b;
}

#flow p .txt06 + picture{
    position: absolute;
    top: 272px;
    left: 121px;
}

#flow p .txt06 + picture + picture{
    position: absolute;
    top: 272px;
    left: 362px;
}

#flow p .txt06 + picture + picture + picture{
    position: absolute;
    top: 272px;
    left: 604px;
}

#flow p .txt07{
    position: absolute;
    top: 145px;
    left: 114px;
    font-size: 17px;
    font-weight: bold;
}

.terms{
    width: 100%;
    background: #f0f0f0;
    padding: 50px 0 86px
}

.terms .inner{
    width: 950px;
    margin: 0 auto;
    padding: 40px 50px 50px;
    background: #fff;
    line-height: 1.8;
}

.terms .inner h3{
    position: relative;
    width: 100%;
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 45px;
}

.terms .inner h3::before{
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 72px;
    height: 2px;
    background: #333;
}

.terms .inner h3::after{
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    width: 72px;
    height: 2px;
    background: #333;
}

.terms .inner dl dt{
    font-size: 16px;
    font-weight: bold;
}

.terms .inner dl dd{
    font-size: 14px;
    margin-bottom: 20px;
}

.terms .inner dl dd a{
  color: #009fe8;
  text-decoration: underline;
}

.terms .inner dl dd li{
    padding-left:1em;
    text-indent:-1em;
}

.terms .inner dl dd .benefits li{
    padding-left:5em;
    text-indent:-5em;
}

.terms .inner dl dd .benefits li.annotation{
    padding-left:0;
    text-indent:0;
}

.terms .inner dl dd .benefits li.annotation span{
    display: block;
    font-size: 12px;
    padding-left:6em;
}

.terms .inner dl dd .note li{
    font-size: 12px;
}

.terms .inner dl dd .red{
    font-weight: bold;
    color: #f00a0a;
}

.floating{
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    min-width: 1028px;
    height: 170px;
    background: rgba(2,56,148,0.9);
    z-index: 9999;
    display: none;
}

.floating div{
    width: 1010px;
    padding: 0 30px;
    box-sizing: border-box;
    margin: 0 auto;
}

.floating div p{
    width: 45.368%;
    float: left;
    margin: 0.947368% 0 0 0.7368%;
}

.floating div a{
    width: 49.8947%;
    float: right;
    margin: 1.789% 1.3684% 0 0;
    border-radius: 57px / 67px;
    background: #fff;
}

.floating div a img{
    transition: 0.3s all ease;
}

.floating div a:hover img{
    opacity: 0.6;
}

.floating div img{
    width: 100%;
}

.pagetop{
    z-index: 999999;
    bottom: 200px!important;
}


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

body{
    min-width: inherit;
    padding-bottom: 22.66vw;
}

.sp {
	display:block !important;
}
.sp img {
	width:100%;
}
img.sp {
	width:100%;
}
.pc {
	display:none !important;
}
.visual{
    width: 100%;
}

.visual h2 img{
    width: 100%;
}

.visual a{
    top: 105vw;
    left: 50%;
    transform: translateX(-50%);
    width: 78.4vw;
    height: auto;
    background: none;
    border-radius: 0;
}

.visual a img{
    width: 100%;
}

.visual a:hover img{
    opacity: 1;
}

.visual div{
    margin: -3.733vw auto 0;
    flex-wrap: wrap;
    padding: 0;
}

.visual div p{
    width: 50%;
}

.visual div p img{
    width: 100%;
}

.info{
    width: 100%;
    margin: 1.733vw auto 0;
}

.info h3 img{
    width: 100%;
}

.info .cnt{
    width: 97.33%;
    border: 0.66vw solid #000;
    border-top: none;
    padding: 5.33vw;
    margin: 0 auto;
}

.info .cnt table{
    float: none;
    width: 100%;
    font-size: 2.933vw;
}

.info .cnt table.sp{
    display: table!important;
}

.info .cnt table:last-child{
    float: none;
    width: 100%;
}

.info .cnt table th{
    border-bottom: none;
    padding: 4vw 0 0;
    display: block;
    width: 100%!important;
}

.info .cnt table:last-child th{
    padding: 4vw 0 0;
}

.info .cnt table:first-child tr:first-child th{
    padding: 0;
}

.info .cnt table tr:first-child th{
    padding: 4vw 0 0;
}

.info .cnt table tr:nth-child(4) th, .info .cnt table:last-child tr:nth-child(2) th, .info .cnt table:last-child tr:nth-child(3) th{
    vertical-align: top;
}

.info .cnt table td{
    border-bottom: 0.266vw solid #000;
    padding: 1.33vw 0 5.066vw;
    display: block;
}

.info .cnt table:last-child td{
    padding: 1.33vw 0 0;
}

.info .cnt table tr:first-child td{
    padding: 1.33vw 0 5.066vw;
}

.info .cnt table:last-child tr:first-child td{
    padding: 1.33vw 0 5.066vw;
}

.info .cnt table:last-child tr:nth-child(2) th, .info .cnt table:last-child tr:nth-child(3) th, .info .cnt table:last-child tr:nth-child(2) td, .info .cnt table:last-child tr:nth-child(3) td{
    display: table-cell;
    border-bottom: 0.266vw solid #000;
    padding: 4vw 0;
    vertical-align: middle;
}

.info .cnt table:last-child tr:nth-child(2) th, .info .cnt table:last-child tr:nth-child(3) th{
    width: 22.933vw!important;
}

.info .cnt table:last-child tr:nth-child(3) td{
    text-align: right;
}

.info .cnt table:last-child tr:nth-child(2) td img{
    width: 14.266vw;
}

.info .cnt table:last-child tr:nth-child(3) td img{
    width: 59.066vw;
}

.info .cnt table td span{
    font-size: 2.66vw;
}

.info .cnt table:first-child tr:last-child td{
    border-bottom: 0.266vw solid #000;
    padding: 4vw 0 5.066vw;
}

.info .cnt table:last-child tr:last-child th{
    padding: 4vw 0 0;
    border: none;
}

.info .cnt table:last-child tr:last-child td{
    display: flex;
    justify-content: flex-start;
    padding: 4vw 0 0;
    border: none;
}

.info .cnt table:last-child tr:last-child td picture:first-child{
    margin-right: 5.466vw;
}

.info .cnt table:last-child tr:last-child td picture:first-child img{
    width: 8vw;
}

.info .cnt table:last-child tr:last-child td picture:nth-child(2){
    margin-right: 4.4vw;
}

.info .cnt table:last-child tr:last-child td picture:nth-child(2) img{
    width: 8.8vw;
}

.info .cnt table:last-child tr:last-child td picture:nth-child(3){
    margin-right: 2.4vw;
}

.info .cnt table:last-child tr:last-child td picture:nth-child(3) img{
    width: 14.4vw;
}

.info .cnt table:last-child tr:last-child td picture:last-child{
    margin-right: 0;
}

.info .cnt table:last-child tr:last-child td picture:last-child img{
    width: 15.6vw;
}

.info + a{
    font-size: 3.33vw;
    margin: 2.66vw auto 3.33vw;
}

.info + a:hover{
    text-decoration: underline;
}

.point{
    width: 100%;
    margin: 2.66vw auto 9.33vw;
}

.point h3 img, .point h4 img, .point p img{
    width: 100%;
}

.point h4{
    margin-bottom: -6.66vw;
}

.point .example{
    top: 68.8vw;
}

.point .example img{
    width: 31.6vw;
}

.point .point01-exmple{
    display: block;
    margin-top: 12.66vw;
}

.point .point01-exmple li{
    width: 100%;
}

.point .point01-exmple li:last-child{
    width: 100%;
}

.point .point01-exmple li h5{
    font-size: 3vw;
    top: 10.1vw;
    left: 18.66vw;
    line-height: 1.5;
}

.point .point01-exmple li:nth-child(2) h5{
    top: 7.6vw;
}

.point .point01-exmple li:nth-child(3) h5{
    top: 9.2vw;
}

.point .point01-exmple li h5 .note{
    font-size: 1.8vw;
    display: block;
}

.point .point01-exmple li h5 .tax{
    font-size: 2.0vw;
}

.point .point01-exmple li img{
    width: 100%;
}

.point .point01-exmple li .txt{
    font-size: 3.2vw;
    top: 7vw;
    left: 61.8vw;
}

.point .point01-exmple li .point-num{
    font-size: 4vw;
    top: 10.4vw;
    left: 57vw;
}

.point .point01-exmple li:nth-child(2) .point-num{
    top: 9.5vw;
}

.point .point01-exmple li:last-child .point-num{
    top: 9.5vw;
    left: 57vw;
}

.point .point01-exmple li .point-num span{
    font-size: 9.69vw;
}

.point h4:nth-of-type(2){
    margin: 2.66vw 0 -5.33vw;
}

.point h4:nth-of-type(2) + p picture:nth-of-type(1){
    width: 61.33%;
}

.point h4:nth-of-type(2) + p picture:nth-of-type(2){
    width: 38.66%;
}

.point h4:nth-of-type(2) + p picture img{
    width: 100%;
}

.point h4:nth-of-type(2) + p span{
    bottom: 2vw;
    left: 3.733vw;
    font-size: 2.266vw;
    width: 22vw;
    line-height: 11px;
}

.point .example:nth-of-type(2){
    top: 242.133vw;
}

.point .point02-exmple{
    display: block;
    margin-top: 12.8vw;
}

.point .point02-exmple li{
    width: 100%;
}

.point .point02-exmple li img{
    width: 100%;
}

.point .point02-exmple li:nth-child(even){
    width: 100%;
}

.point .point02-exmple li h5{
    font-size: 4.5vw;
    top: 8.4vw;
    left: 24vw;
}

.point .point02-exmple li h5 .tax{
    font-size: 3.4vw;
}

.point .point02-exmple li h5 .note{
    font-size: 2.6vw;
}

.point .point02-exmple li .txt03{
    font-size: 4.2933vw;
    top: 28vw;
    left: 8vw;
}

.point .point02-exmple li .txt03 span{
    font-size: 3.3vw;
}

.point .point02-exmple li .txt03 span:nth-of-type(2){
    font-size: 2.34vw;
}

.point .point02-exmple li .txt04{
    font-size: 4.2933vw;
    top: 45vw;
    left: 8vw;
}

.point .point02-exmple li .point-num{
    font-size: 7.2vw;
    top: 26.1vw;
    left: 59.5vw;
}

.point .point02-exmple li .point-num span{
    font-size: 5vw;
}

.point .point02-exmple li .point-num:nth-of-type(2){
    top: 43.1vw;
}

.point .point02-exmple li:nth-child(3) .point-num:nth-of-type(2){
    left: 54vw;
}

.point .point02-exmple li .total{
    font-size: 8.388vw;
    top: 58.4vw;
    left: 13.6vw;
}

.point .point02-exmple li:nth-child(n + 3) .total{
    left: 9.1vw;
}

.point .point02-exmple li .total span:nth-of-type(1){
    font-size: 13.66vw;
    padding-left: 13vw;
}

.point .point02-exmple li .total span:nth-of-type(2){
    font-size: 5.854vw;
}

.case img{
    width: 100%;
}

.case h3{
    width: 100%;
}

.case h3 img{
    margin: -6.66vw auto 0;
}

.case .ttl01 img{
    margin: 4.133vw auto 4.266vw;
    width: 49.33vw;
}

.case .plus{
    display: block;
    width: 100%;
}

.case .plus li{
    margin-bottom: 2.66vw;
}

.case .plus li::before{
    top: auto;
    bottom: -5.066vw;
    left: 50%;
    right: auto;
    transform: translateY(0) translateX(-50%);
    background: url("../img/sp/icon03.png") no-repeat;
    background-size: 7.2vw auto;
    width: 7.2vw;
    height: 7.2vw;
}

.case .plus li h5{
    font-size: 3.08133vw;
    width: 30vw;
    text-align: center;
    top: 4vw;
    left: 6.5vw;
}

.case .plus li .txt{
    font-size: 5.733vw;
    width: auto;
    text-align: left;
    top: 4vw;
    left: 39.4vw;
}

.case .plus li .point-num span:nth-child(1){
    font-size: 8.8vw;
    top: 10.2vw;
    left: 48.5vw;
}

.case .plus li .point-num span:nth-child(2){
    font-size: 3.6vw;
    top: 16.5vw;
    left: 67.5vw;
}

.case .plus li:nth-child(4) .point-num span:nth-child(1){
    left: 48.5vw;
}

.case .plus li:nth-child(4) .point-num span:nth-child(2){
    left: 67.5vw;
}

.case .total{
    display: block;
    width: 100%;
    margin: 2.66vw auto 0;
}

.case .total li{
    position: relative;
    width: 100%;
    margin-bottom: -2.533vw;
}

.case .total li::before{
    content: "";
    position: absolute;
    top: -4.8vw;
    left: 50%;
    transform: translateX(-50%);
    background: url("../img/sp/arrow01.png") no-repeat;
    background-size: 17.466vw 6.66vw;
    width: 17.466vw;
    height: 6.66vw;
}

.case .total li:nth-child(2)::before{
    top: -2vw;
}

.case .total li:last-child{
    margin-bottom: 0;
}

.case .total li p{
    position: absolute;
    top: 4vw;
    left: 28vw;
    font-size: 3.466vw;
    width: 65vw;
}

.case .total li:nth-child(2) p{
    top: 8vw;
}

.case .total li p .yen{
    position: absolute;
    top: 0;
    left: 0;
    font-size: 8.4vw;
}

.case .total li p .yen span{
    font-size: 4.266vw;
}

.case .total li p .txt{
    position: absolute;
    top: 1vw;
    left: 32vw;
}

.case .total li:nth-child(2) p .txt{
    left: 38vw;
}

.case .total li p .small{
    font-size: 2.66vw;
}

.case .total li p.note{
    top: 18vw;
    left: 28vw;
    right: auto;
    font-size: 3.2vw;
}

.case .total li:nth-child(2) p.note{
    top: 21.8vw;
}

.case .txt01{
    font-size: 2.4vw;
    width: 89.33vw;
    margin: 2vw auto;
}

.case .txt01 span{
    display: block;
    padding-left:2em;
    text-indent:-2em;
}

.case .txt01 + p{
    margin-bottom: -3.066vw;
}

.case .ttl02 img{
    margin: 6.133vw auto -1.66vw;
    width: 42.8vw;
}

.case .txt02{
    font-size: 2.4vw;
    width: 89.33vw;
    margin: 2vw auto 0;
    padding-bottom: 5vw;
}

.case .partner{
    width: 100%;
}

.case .partner > p, .case .partner > div{
    float: none;
}

.case .txt08{
    margin-top: 2.9vw;
}

#flow{
    padding: 6.933vw 0 8.66vw;
    letter-spacing: -0.01em;
}

#flow h3{
    margin: 0 auto 4.933vw;
}

#flow h3 img{
    width: 79.33vw;
}

#flow h4, #flow p{
    width: 97.733vw;
    margin: 0 auto;
}

#flow h4 img, #flow p img{
    width: 100%;
}

#flow p .txt05{
    top: 25.466vw;
    left: 10.133vw;
    font-size: 2.133vw;
}

#flow p .txt06{
    top: 23.5vw;
    left: 10.133vw;
    font-size: 2.133vw;
}

#flow p .txt06 span{
    font-size: 3.2vw;
}

#flow p .txt06 + picture{
    top: 38.8vw;
    left: 10vw;
    width: 26.8vw;
}

#flow p .txt06 + picture + picture{
    top: 38.8vw;
    left: 38.4vw;
    width: 26.933vw;
}

#flow p .txt06 + picture + picture + picture{
    top: 38.8vw;
    left: 66.6vw;
    width: 26.8vw;
}

#flow p .txt06 + picture img, #flow p .txt06 + picture + picture img, #flow p .txt06 + picture + picture + picture img{
    width: 100%;
}

#flow p .txt07{
    top: 14vw;
    left: 9vw;
    font-size: 2.4vw;
}

.terms{
    padding: 5.33vw 0 8vw;
}

.terms .inner{
    width: 90.66%;
    padding: 5.33vw 4vw 10.66vw;
}

.terms .inner h3{
    font-size: 4.266vw;
    color: #004098;
    margin-bottom: 4.66vw;
    line-height: 1.5;
}

.terms .inner h3::before{
    top: 0.6em;
    transform: translateY(0);
    width: 6.66vw;
    height: 0.266vw;
    background: #004098;
}

.terms .inner h3::after{
    top: 0.6em;
    transform: translateY(0);
    width: 6.66vw;
    height: 0.266vw;
    background: #004098;
}

.terms .inner dl dt{
    font-size: 2.933vw;
}

.terms .inner dl dd{
    font-size: 2.933vw;
    margin-bottom: 5vw;
}

.terms .inner dl dd .benefits li.annotation span{
    font-size: 2.66vw;
}

.terms .inner dl dd .note li{
    font-size: 2.66vw;
}

.floating{
    height: 22.66vw;
    min-width: inherit;
}

.floating div{
    padding: 0;
}

.floating div p{
    position: absolute;
    top: 0.933vw;
    left: 2.133vw;
    width: 94vw;
    float: none;
    margin: 0;
}

.floating div a{
    position: absolute;
    top: 6.266vw;
    right: 1.78947vw;
    width: 53.2vw;
    float: none;
    border-radius: none;
    margin: 0;
}

.floating div a:hover img{
    opacity: 1;
}

}


/*footer
----------------------------------------------------*/
@media screen and (min-width:768px){
	#gfooter {
		border-top: #E1E1E1 2px solid;
		}
	#gfooter small {
		background-color: #fff;
		color: #7C7C7C;
		margin-top: -2em;
		}
}

@media screen and (max-width:767px) {
	#gfooter {
		border-top: #E1E1E1 2px solid;
		}
	#gfooter small {
		background-color: #E4E5E6;
		color: #7C7C7C;
		border-top: #E1E1E1 2px solid;
		}
}
