.pagettl{
 background: url(../img/price/pagephoto.jpg) no-repeat center center;
}

.pagettl2{
 background: linear-gradient(90deg ,#00528F, #0094D7);
 text-align: center;
 padding: 20px;
 color: #fff;
}

.lineYellow{
 background: linear-gradient(transparent 65%,#F6B000 65%);
}
.lineBlue{
 background: linear-gradient(transparent 65%,#D4F2FF 65%);
}

.scroll{
 overflow-x: auto;
 padding-bottom: 5px;
 position: relative;
}

.scroll::-webkit-scrollbar{
 width: 10px;
}
.scroll::-webkit-scrollbar-track{
 background-color: #eee;
 border-radius: 10px;
}
.scroll::-webkit-scrollbar-thumb{
 background-color: #666;
 border: solid 2px #ccc;
 border-radius: 10px;
}

.scrollInner{
 min-width: 1180px;
}
.pageTable{
 width: calc( 100% - 190px );
 border-collapse:collapse;
 border-spacing:0;
 margin-left: 190px;
}

.pageTable .row{
 position: relative;
}
.pageTable .row .leftTxt,
.pageTable .row .leftTxt2,
.pageTable .row .leftTxtRed{
 position: absolute;
 left: -190px;
 top: calc( 50% - 1.45em );
}
.pageTable .row .leftTxt .inner,
.pageTable .row .leftTxt2 .inner,
.pageTable .row .leftTxtRed .inner{
 position: relative;
 width: 150px;
 padding: 5px;
 display: flex;
 align-items: center;
}
.pageTable .row .leftTxt .inner,
.pageTable .row .leftTxtRed .inner{
 display: block;
 text-align: center;
 padding: 10px 5px;
}
.pageTable .row .leftTxt .inner,
.pageTable .row .leftTxt2 .inner{
 background: #00508D;
 color: #fff;
}
.pageTable .row .leftTxt2 .inner .icon{
 line-height: 1.1em;
 background: #fff;
 color: #00508D;
 font-size: 11px;
 padding: 4px;
}
.pageTable .row .leftTxt2 .inner .name{
 width: calc( 100% - 3em );
 text-align: center;
}
.pageTable .row .leftTxt .inner:before,
.pageTable .row .leftTxt2 .inner:before,
.pageTable .row .leftTxtRed .inner:before{
 display: block;
 content: "";
 position: absolute;
 right: -10px;
 top: calc( 50% - 5px );
 border-left: solid 10px #00508D;
 border-top: solid 5px transparent;
 border-bottom: solid 5px transparent;
}
.pageTable .row .leftTxtRed .inner{
 background: #D60000;
 color: #fff;
}
.pageTable .row .leftTxtRed .inner:before{
 border-left: solid 10px #D60000;
}
.pageTable th,
.pageTable td{
 border: solid 1px #ccc;
 font-size: 16px;
}
.pageTable td{
 padding: 15px 0px;
 text-align: center;
}
.pageTable td .priceNum{
 display: inline-block;
 min-width: 5em;
 text-align: right;
}
.pageTable .bg1,
.pageTable .bg2,
.pageTable .bg3,
.pageTable .bg4,
.pageTable .bg5,
.pageTable .bg6{
 width: 15%;
 font-size: 90%;
 padding: 10px 0px;
}
.pageTable .bg1{
 background: #E55162;
}
.pageTable .bg2{
 background: #E7AA18;
}
.pageTable .bg3{
 background: #19B48A;
}
.pageTable .bg4{
 background: #0BA1CC;
}
.pageTable .bg5{
 background: #0769CD;
}
.pageTable .bg6{
 background: #934EC9;
}
.pageTable .btm td{
 background: #DFDFDF;
 border-top: solid 2px #aaa;
}
.pageTable .btm td .priceNum{
 font-size: 18px;
 font-weight: bold;
}
.pageTable .discount{
 display: block;
 text-align: center;
 color: #d00;
 font-size: 20px;
 position: relative;
 padding-top: 0;
 font-weight: bold;
}
.pageTable .priceNum + .discount{
    padding-top: 18px;
}
.pageTable .priceNum + .discount:before{
 display: block;
 content: "";
 border-top: solid 9px #000;
 border-left: solid 6px transparent;
 border-right: solid 6px transparent;
 position: absolute;
 top:4px;
 left: calc( 50% - 5px );
}
.pageTable .etc{
 font-size: 13px;
 letter-spacing: normal;
 font-weight: normal;
}

.pageTable2{
 border-collapse:collapse;
 border-spacing:0;
 width: 100%;
}
.pageTable2 th,
.pageTable2 td{
 border:solid 1px #6F9FC2;
 padding: 15px 10px;
 font-weight: normal;
 text-align: center;
}
.pageTable2 th{
 background: #D4F2FF;
}


#sec_link .list{
 display: flex;
 justify-content: space-between;
}
#sec_link .list li{
 width: 30%;
 text-align: center;
 padding: 10px;
}
#sec_link .list li a{
 display: block;
 border: solid 1px #8FB8D4;
 background: #D4F2FF;
 padding: 10px;
 color: #3579AA;
 position: relative;
}
#sec_link .list li a:before{
 display: block;
 content: "";
 border-top: solid 8px #3579AA;
 border-left: solid 5px transparent;
 border-right: solid 5px transparent;
 position: absolute;
 right: 15px;
 top: calc( 50% - 4px );
}

#sec_price .box{
 max-width: 1010px;
 margin-left: auto;
}
#sec_price .box2{
 border: solid 1px #7FA7C6;
 padding: 30px;
}
#sec_price .box2 .list li{
 display: flex;
 padding: 10px;
 align-items: center;
}
#sec_price .box2 .list li .name{
 min-width: 200px;
 background: url(../img/dot_black.png) repeat-x center center;
}
#sec_price .box2 .list li .name span{
 background: #fff;
 padding-right: 5px;
}
#sec_price .box2 .list li .data{
 padding-left: 5px;
}

#sec_price2 .ttl{
 text-align: center;
 color:#fff;
 background: url(../img/dot_white.png) repeat-x center center;
}
#sec_price2 .ttl span{
 background: #00508D;
 padding: 0px 10px;
}
#sec_price2 .list li{
 padding-left: 25px;
 position: relative;
 margin-bottom: 10px;
}
#sec_price2 .list li:before{
 display: block;
 content: "";
 width: 5px;
 height: 5px;
 border-radius: 50%;
 background: #0094D7;
 position: absolute;
 left: 8px;
 top: 8px;
}
#sec_price2 .sttl{
 color: #fff;
}
#sec_price2 .sttl span{
 position: relative;
}
#sec_price2 .sttl span:before{
 display: block;
 content: "";
 border-left: solid 2px #fff;
 position: absolute;
 left: -15px;
 top:5px;
 height: 25px;
 transform: rotate(-30deg);
}
#sec_price2 .sttl span:after{
 display: block;
 content: "";
 border-left: solid 2px #fff;
 position: absolute;
 right: -15px;
 top:5px;
 height: 25px;
 transform: rotate(30deg);
}

#sec_price3 .box{
 border: solid 1px #7FA7C6;
}
#sec_price3 .box .ttl{
 position: relative;
}
#sec_price3 .box .ttl:before{
 display: block;
 content: "";
 border-top: solid 1px #7FA7C6;
 width: 100%;
 position: absolute;
 top: 50%;
 left: 0px;
}
#sec_price3 .box .ttl span{
 background: #fff;
 position: relative;
 z-index: 2;
 padding-right: 10px;
}

#sec_discount .list{
 display: flex;
 flex-wrap: wrap;
}
#sec_discount .list li{
 width: calc(33.33% - 10px);
 margin-right: 15px;
 margin-bottom: 20px;
 border:solid 2px #00508d;
 box-sizing: border-box;
 padding: 30px;
 box-shadow: 5px 5px 0px #D4F2FF;
 min-height: 380px;
}
#sec_discount .list li:nth-child(3n){
 margin-right: 0px;
}
#sec_discount .list li h4{
 padding-left: 30px;
 padding-bottom: 10px;
 margin-bottom: 10px;
 position: relative;
 color: #20669B;
}
#sec_discount .list li h4:after{
 display: block;
 content: "";
 width: 30px;
 height: 22px;
 background: url(../img/price/icon_check.png) no-repeat center center;
 position: absolute;
 left: 0px;
 top: -4px;
}
#sec_discount .list li h4:before{
 width: 100%;
 height: 5px;
 display: block;
 content: "";
 background: url(../img/dot_blue.png) repeat-x center center;
 position: absolute;
 bottom: 0px;
 left: 0px;
}

#sec_benefits .list{
 display: flex;
 flex-wrap:wrap;
}
#sec_benefits .list li{
 width: calc(33.33% - 10px);
 margin-right: 15px;
 margin-bottom: 20px;
}
#sec_benefits .list li:nth-child(3n){
 margin-right: 0px;
}
#sec_benefits .list li .img{
 border:solid 1px #00508d;
}
#sec_benefits .list li .img img{
 width: 100%;
 height: auto;
}

#sec_benefits2{
 background: url(../img/price/bg_oil.jpg) no-repeat center top;
 background-size: auto  105%;
}
#sec_benefits2 .box{
 display: flex;
 justify-content: center;
 align-items: center;
}
#sec_benefits2 .box .icon{
 border: solid 2px #0193D6;
 border-radius: 50%;
 display: inline-block;
}
#sec_benefits2 .box .txt{
 color: #0C99D9;
 background: url(../img/dot_blue2.png) repeat-x center bottom;
 padding-bottom: 5px;
}

#sec_price3 .secbox{
 display: flex;
 justify-content: space-between;
}
#sec_price3 .secbox .list{
 width: 70%;
}
#sec_price3 .secbox .img{
 width: 30%;
}


/*
===================================================
	tb
===================================================
*/
@media screen and (max-width: 1100px) {
 .scroll:before{
  position: absolute;
  display: block;
  content: "";
  top: calc( 50% - 60px );
  left: calc( 50% - 60px );
  width: 120px;
  height: 120px;
  background: url(../img/icon_sp_scroll.png) no-repeat center center;
  background-size: 100% auto;
  transition: .5s;
  opacity: 0;
  z-index: 2;
 }
 .scroll.active:before{
  opacity: 1;
 }
 #sec_discount .list li{
  width: calc(50% - 10px);
  margin-right: 10px;
  margin-bottom: 20px;
  min-height: 0px;
 }
 #sec_discount .list li:nth-child(3n){
  margin-right: 10px;
 }
 #sec_benefits2 .box .txt{
  color: #0C99D9;
  background: none;
  line-height: 1.5em;
 }
}

/*
===================================================
	tb2
===================================================
*/
@media screen and (max-width: 750px) {
 #sec_price3 .secbox{
  display: block;
  justify-content: space-between;
 }
 #sec_price3 .secbox .list{
  width: 100%;
 }
 #sec_price3 .secbox .img{
  width: 100%;
  margin-top: 1em;
 }
}

/*
===================================================
 sp
===================================================
*/
@media screen and (max-width: 640px) {
 .pagettl{
  background: url(../img/price/pagephoto.jpg) no-repeat center center;
  background-size: cover;
 }

 .pagettl2{
  padding: 15px;
 }

 #sec_link .list{
  display: block;
  justify-content: center;
 }
 #sec_link .list li{
  width: auto;
  text-align: center;
  padding: 5px;
 }
 #sec_link .list li a:before{
  right: 8px;
  top: calc( 50% - 4px );
 }


 #sec_price .box2{
  padding: 10px;
 }
 #sec_price .box2 .list li{
  display: block;
  padding: 10px;
  align-items: center;
  margin-bottom: 10px;
 }
 #sec_price .box2 .list li .name{
  width: 200px;
 }

 #sec_discount .list{
  display: block;
  flex-wrap: wrap;
 }
 #sec_discount .list li{
  width: 100%;
  margin-right: 0px;
  margin-bottom: 20px;
 }
 #sec_discount .list li:nth-child(3n){
  margin-right: 0px;
 }

 #sec_benefits .list{
  display: flex;
  flex-wrap:wrap;
 }
 #sec_benefits .list li{
  width: 100%;
  margin-right: 0px;
  margin-bottom: 20px;
 }
 #sec_benefits .list li:nth-child(3n){
  margin-right: 0px;
 }

 #sec_benefits2 .box{
  display: block;
  text-align: center;
 }
 #sec_benefits2 .box .txt{
  margin-top: 15px;
 }
 .pageTable2 td{
  text-align: right;
 }
}