@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700;900&display=swap');

.content_plain {
    width: 100%;
    margin: 0 auto;
}

#contents {
    width: 100%;
    position: relative;
}
.wrap{
    max-width: 1150px;
    width: 100%;
    padding: 70px 0;
    margin: 0 auto;
}
#contents .logo{
    display: inline-block;
    vertical-align: baseline;
    margin: 0 5px;
}


/*----------------------------------------
common
----------------------------------------*/

.breadcrumb{
    margin: 20px auto 0;
}
.corner::before{
    content:"";
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 0;
    border-style: solid;
    /*ここで三角形のサイズを決める。必ず幅100vwにして、ブラウザサイズいっぱいにしてください。*/
    border-width: 0 0 5vw 40vw;
    /*transparentで余分な線を消す*/
    border-color: transparent  transparent  transparent #F0F0F2;
}
.corner.blue::before{
    border-color: transparent  transparent  transparent #023059;
}

/*h2*/
h2,h3{
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 700;
}

/*背景*/
.bgGray{
    background-color: #F2F2F3;
}
.bgBlue{
    background-color: #123A88;
}

/*マーカー*/
.marker {
    background: linear-gradient(transparent 70%, #E5FF48 70%);
}

/*強調色*/
.red{
    color: #C81700;
}
.yellow{
    color: #E5FF48;
}
.blue{
    color: #123A88;
}

.smallText{
    color: #A0B0CF;
    font-size: 10px;
}

/*見出し装飾*/
.heading {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 19px;
    text-align: center;
}
.heading::before,
.heading::after {
    content: '';
    width: 3px;
    height: 30px;
    background-color: #000000;
}

.heading::before {
    margin-right: 20px;
    transform: rotate(-30deg);
}
.heading::after {
    margin-left: 20px;
    transform: rotate(30deg);
}
/* bplpでCTAを隠す */
#ctaArea_simple {
	display: none;
}

/*----------------------------------------
menu START
----------------------------------------*/
#serviceHeadWrap{
    min-height: 105px;
}
/*スクロールで固定*/
.serviceLogoWrap{
    position: absolute;
    width: 100%;
    z-index: 100;
    margin-top: 0;
    border-bottom: #023059 solid 8px;
}
.serviceLogoWrap.fixed{
    position: fixed;
    top: 97px;
    padding-top: 40px;
    background-color: #FFF;
}

/*お問い合わせ*/
.headTelWrap{
    width: 100%;
    height: 70px;
    max-width: 1150px;
    margin: -30px auto 10px;
    position: relative;
}
.headTel{
    position: absolute;
    right: 0;
    top: 0;
}
#bpMenuArea {
    z-index: 10;
}

.menu-bplp_menu-container{
    width: 100%;
}

.menu {
    width: 100%;
    max-width: 1150px;
    margin: 0 auto;
    padding: 0;
    text-align: center;
    display: inline-block;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -webkit-justify-content: center;
    justify-content: center;
    flex-wrap: nowrap;
}
.menu li {
    background: #023059;
    background: -moz-linear-gradient(#023059, #01213E);
    background: -webkit-gradient(linear, left top, left bottom, from(#023059), to(#01213E));
    background: linear-gradient(#023059, #01213E) repeat scroll 0 0 rgba(0, 0, 0, 0);
    border-left: #01213E solid 1px;
    border-right: #023059 solid 1px;
    list-style-type: none;
    text-align: center;
    font-weight: bold;
    font-size: 16px;
    color: #FFF;
    line-height: 1.2em;
    width: 100%;
    margin: 0 5px;
    border-radius: 10px 10px 0 0;
    position: relative;
    box-shadow: -2px -2px 2px rgb(0 0 0 / 8%), 0 0 2px rgb(0 0 0 / 20%);
}
.menu li:hover,
.menu li:active {
  opacity: 0.7;
}
.menu li a:hover,
.menu li a:link,
.menu li a:visited,
.menu li a:active {
    height: 55px;
    line-height: 56px;
    color: #FFF;
    vertical-align: middle;
    margin: 0;
    padding: 0;
    display: block;
}
.menu li a:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 10px;
    width: 6px;
    height: 6px;
    border-top: 1px solid #ffffff;
    border-right: 1px solid #ffffff;
    transform: rotate(45deg);
    margin-top: -3px;
}

/*MV*/
#mainVisualWrap {
    width: 100%;
    margin: 0 auto;
/*    position: relative;*/
    background: url(../img/bplp/lp/mvBack.svg) #fff no-repeat center bottom;
    background-size: cover;
    height: 610px;
}
#mainVisualWrap .wrap{
    position: relative;
}
#mainVisualWrap .mainVisual{
    position: absolute;
    left: 0;
    top:  15px;
    overflow: inherit;
    height: 570px;
}
.titleWrap{
}
.titleImg{
    height: 428px;
    width: 645px;
    background: url(../img/bplp/lp/mvTitlePc.png) no-repeat center bottom;
    background-size: cover;
}
.modelWrap{
    position: absolute;
    top: 0;
    right: 0;
    z-index: 0;
    height: 560px;
}
.modelWrap .model{
    width: 454px;
    height: 600px;
    position: absolute;
    top: 50px;
    right: 65px;
    background: url("../img/bplp/lp/mvModel.png") no-repeat right top;
    background-size: cover;
}
.modelWrap .catch{
    background: url(../img/bplp/lp/mvCatchPc.png) no-repeat right top;
    background-size: contain;
    position: absolute;
    right: 10px;
    top: -15px;
    width: 121px;
    height: 521px;
}
.modelWrap .emblem{
    background: url("../img/bplp/lp/emblemPc.png") no-repeat top center;
    background-size: cover;
    position: absolute;
    right: 150px;
    bottom: 70px;
    width: 390px;
    height: 125px;
}

.mainVisual .smallText{
    position: absolute;
    transform: skewY(-7deg);
    margin-top: -10px;
}
.mainVisual .smallText li{
    line-height: 1.5em;
    transform: skewX(-10deg);
    letter-spacing: -0.2px;
}
/*
.smallText li::before{
    content: '\203b';※
}
*/

/*お問い合わせ*/
#goContact{
    position: relative;
    z-index: 1;
    top: -80px;
    margin-bottom: -30px;
}
.mvContactWrap{
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    justify-content: space-between;
    flex-wrap: nowrap;
    max-width: 1020px;
    padding: 0;
}
.mvContactWrap .heading{
    line-height: 1.5;
    font-weight: 700;
}
.mvContactWrap a.ctaButton{
    width: 100%;
    margin: 5px auto;
}
.mvContactWrap .right{
    width: calc(100% - 550px);
    z-index: 4;
}
.mvContactWrap .left{
    width: 530px;
    font-family: 'Noto Sans JP', sans-serif;
    text-align: center;
}
.mvContactWrap .telNumber{
    font-size: 23px;
    line-height: 1.0;
}
.mvContactWrap .telNumber a.red{
    font-size: 56px;
    font-weight: 900;
    color: #c81700;
}
.mvContactWrap .time{
    text-align: right;
    line-height: 1.0;
    margin: 5px 0;
    font-size: 18px;
}
.mvContactWrap .time > span{
    background-color: #D9D9D9;
    padding: 0 5px;
    border-radius: 5px;
    margin-right: 5px;
    font-size: 16px;
}

/*----------------------------------------
howtoWrap
-----------------------------------------*/
.howtoWrap{
    display: grid;
    grid-template-rows: auto auto;
    grid-template-columns: calc(100% - 500px) 430px;
    grid-template-areas:
        "box1 box3"
        "box2 box3";
}
.howtoWrap .text{
    grid-area: box1;
}
.howtoWrap .howtoTurbo{
    grid-area: box2;
}
.howtoWrap .thumbWrap{
    grid-area: box3;
}

.howtoWrap .title{
    margin-bottom: 10px;
    font-size: 37px;
}

.howtoWrap .pointText{
    font-size: 24px;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 700;
}
.howtoWrap .pointText strong{
    font-size: 46px;
    display: inline-block;
}
.thumbWrap{
    text-align: right;
}

/*ター坊吹き出し*/
.howtoTurbo {
  width: 100%;
  margin: 1.5em 0 0;
  overflow: hidden;
}
.howtoTurbo .faceicon {
  float: left;
  margin-right: -90px;
  width: 80px;
}
.howtoTurbo .faceicon img{
    width: 76px;
    height: 92px;
    margin-top: 10px;
}
.howtoTurbo .chatting {
  width: 100%;
}
.says {
    display: inline-block;
    position: relative; 
    margin: 5px 0 0 95px;
    padding: 17px 13px;
    border-radius: 12px;
    background: #fff;
    font-size: 16px;
}
.says::after{
    content: "";
    position: absolute;
    margin: 0;
    bottom: -20px;
    left: 30px;
    width: 0;
    height: 0;
    border-top: 35px solid #fff;
    border-left: 5px solid transparent;
    border-right: 25px solid transparent;
    transform: rotate(30deg);
}

/*----------------------------------------
voice
-----------------------------------------*/
#goVoice .title {
    font-size: 30px;
    padding: 5px 0;
    margin: 0 0 20px;
    text-align: center;
}

.voiceWrap {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.voiceBox {
    width: 550px;
    padding: 1.5rem;
    margin-bottom: 36px;
    box-shadow: 0 0 5px rgb(0 0 0 / 30%);
    background:  url("../img/bplp/lp/bgCorner.png") no-repeat top left;
    background-size: auto;
}
.voiceBox .profile {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
}
.voiceBox .profile img {
    width: 90px;
    height: 90px;
    margin: 0;
    padding: 0;
}

.voiceBox .prefecture {
    text-align: center;
    font-size: 18px;
    margin: 0 20px;
    line-height: 70px;
    width: 70px;
    height: 70px;
    color: #fff;
    font-weight: bold;
    border-radius: 40px;
    white-space: nowrap;
    background-color: #123A88;
}
.voiceBox ul{
    margin-top: 5px;
}
.voiceBox ul li {
    line-height: 1.2;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 5px;
}
.voiceBox ul li:last-child {
    font-size: 16px;
    font-weight: normal;
}

/*#fixBtn.pc a {
    position: fixed;
    right: 1%;
    bottom: 100px;
    display: block;
    width: 217px;
    height: 121px;
    margin: 0;
    padding: 0;
    background: url(../img/bplp/lp/InquiryBtn.png) center center no-repeat;
    background-size: cover;
    border-radius: 15px;
    cursor: pointer;
}
#fixBtn.pc a:hover {
    bottom: 102px;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.5);
}*/
/*QandA*/
.qanda {
    position: relative;
}
.qanda label {
 /*     height: 140px;グラデーションの高さ */
    cursor: pointer;
    text-align: center;
    font-size: 12px;
    position: absolute;
    bottom: 0;
    width: 100%;
}
.qanda input:checked + label {
    background: inherit; /* 開いた時には背景グラデーションを消す */
}
.qanda label:after {
    content: "\7d9a\304d\3092\8aad\3080";/*続きを読む*/
    line-height: 2.5rem;
    position: absolute;
    bottom: -70px;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    font-size: 14px;
    color: #123A88;
    width: 13rem;
    border: #123A88 solid 1px;
}

.qanda input {
    display: none;
}
.qanda .accordion-container {
    overflow: hidden;
    height: 320px; /* 開く前に見えている部分の高さ */
    margin-bottom: 80px;
    -webkit-transition: all 0.1s;
    -moz-transition: all 0.1s;
    -ms-transition: all 0.1s;
    -o-transition: all 0.1s;
    transition: all 0.1s;
}

.qanda input:checked + label:after {
    content: "\9589\3058\308b";/*閉じる*/
}
.qanda input:checked ~ .accordion-container {
    height: auto;
    padding-bottom: 20px; /* 閉じるボタンのbottomからの位置 */
    -webkit-transition: all 0.1s;
    -moz-transition: all 0.1s;
    -ms-transition: all 0.1s;
    -o-transition: all 0.1s;
    transition: all 0.1s;
}
.qanda dt {
    padding: 0.8em 0;
    text-indent: -1.8em;
    padding-left: 2.0em;
    color: #123A88;
    font-weight: bold;
}
.qanda dt span {
    color: #fff;
    background-color: #123A88;
    padding: .1em .3em;
    margin-right: .5em;
    border-radius: 3px;
    font-weight: bold;
}
.qanda dd {
    text-indent: -1.8em;
    padding-left: 2.0em;
    padding-bottom: .8em;
    line-height: 1.5;
}
.qanda dd:last-child {
    border-bottom: none;
    padding-bottom: 0;
}
.qanda dd span {
    color: #fff;
    background-color: #5975AC;
    padding: .1em .3em;
    margin-right: .5em;
    border-radius: 3px;
    font-weight: bold;
}

/*----------------------------------------
graphWrap
-----------------------------------------*/
.graphWrap {
    box-shadow: 0 0 5px rgb(0 0 0 / 30%);
    background:  url("../img/bplp/lp/bgCorner.png") no-repeat top left;
    background-size: auto;
    text-align: center;
    padding: 4rem 7rem;
}
.graphWrap .title {
    font-size: 35px;
    text-align: center;
    padding-bottom: 10px;
}
.graphImg{
    width: 100%;
    height: 0;
    padding-top: 52.5806%;
    background: url(../img/bplp/lp/graphPc.svg) no-repeat top center;
    background-position: center center;
    background-size: cover;
}

/*----------------------------------------
aboutWrap
-----------------------------------------*/
.aboutWrap {
    width: 100%;
}
.aboutWrap .title {
    font-size: 35px;
    text-align: center;
    position: relative;
    margin-bottom: 1.5em;
}
.aboutWrap .logo {
/*    background: url(../img/bplp/lp/logo.svg) no-repeat top center;
    background-position: center center;
    background-size: cover;*/
    width: 322px;
    height: 52px;
}
.aboutWrap .title strong{
    font-weight: 900;
    font-size: 50px;
}
.aboutWrap .small{
    font-size: 13px;
    font-weight: normal;
}

/*ブルーバック部分*/
.aboutWrap > .title::after {
    content: "\f0d7";
    font-family: 'Font Awesome 5 Free';
    font-size: 70px;
    color: #fff;
    display: inline-block;
    position: absolute;
    line-height: 1em;
    margin-left: -25px;
    top: 160px;
    right: 50%;
    left: 50%;
}
.aboutWrap > .title .logo {
    vertical-align: top;
}

.pickupWrap {
    width: 100%;
    margin: 20px auto;
    padding-bottom: 30px;
}
.pickup {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
    flex-wrap: nowrap;
}
.pickupList {
    margin: 0;
}
.pickupList li {
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 27px;
    font-weight: 700;
    padding: 5px 0;
    color: #fff;
}
.pickupList li::before {
    content: "\f00c";
    font-family: 'Font Awesome 5 Free';
    font-size: 32px;
    font-weight: bold;
    color: #E5FF48;
    display: inline-block;
    margin-right: 15px;
    line-height: 1em;
}
.pickupWrap .pickupList .marker{
    color: #E5FF48;
    font-weight: 900;
    font-size: 38px;
    margin: 0 5px;
    background: linear-gradient(transparent 90%,#e5ff48 90%);
}
.pickupWrap .emblem{
    width: 550px;
    margin-bottom: 1.4em;
    background: url("../img/bplp/lp/emblemPc.png") no-repeat center center;
    background-size: contain;
}

.pickupWrap .emblem .smallText li{
    display: block;
    text-indent: -1.0em;
    padding-left: 2em;
    padding-bottom: 0.5em;
    line-height: 1.2;
    letter-spacing: -0.5px;
}

.comparison {
    text-align: center;
    box-sizing: border-box;
    background: #FFF url(../img/bplp/lp/bgCorner.png) no-repeat top left;
    padding: 3em 4em;
}
.comparison .title {
    font-size: 25px;
    padding-bottom: 30px;
    line-height: 30px;
    font-weight: bold;
}

.comparisonTable {
    width: 100%;
}
.comparisonTable img {
    vertical-align: middle;
}
.comparisonTable .red {
    font-weight: bold;
}
.comparisonTable th,
.comparisonTable td {
    font-size: 18px;
    margin: 0;
    border: #d5d5d5 solid 1px;
    border-left: none;
    border-right: none;
/*    border: solid 1px #D0D0D0;*/
    padding: 10px 10px;
}
.comparisonTable th {
    font-size: 16px;
    text-align: center;
}
.comparisonTable tr:first-child th{
    border: none;
    font-size: 20px;
}
.comparisonTable th:nth-child(n+2) {
    width: 21%;
}
.comparisonTable th.lvnData {
    background: #E5FF48;
    color: #023059;
}
.comparisonTable td.lvnData {
    font-size: 20px;
    font-weight: bold;
    background-color: #F7FFC8;
}
.comparisonTable td.comment {
    text-align: left;
    background: #F2F2F3;
    font-size: 15px;
}

/*----------------------------------------
contactButton
-----------------------------------------*/
.contactButton {
    text-align: center;
    margin: 50px auto 0 0;
}
a.ctaButton {
    text-align: center;
    display: block;
    line-height: 48px;
    padding: 0.8em;
    color: #FFF;
    background: -moz-linear-gradient(to bottom,#FC5C02,#FC5C02 30%,#B63E0B); 
    background: -webkit-linear-gradient(to bottom,#FC5C02,#FC5C02 30%,#B63E0B); 
    background: linear-gradient(to bottom,#FC5C02,#FC5C02 30%,#B63E0B); 
    border-radius: 10px;
    width: 500px;
    margin: 20px auto;
    font-size: 30px;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 900;
}
a.ctaButton:hover {
    background: -moz-linear-gradient(to bottom,#B63E0B,#B63E0B 30%,#FC5C02); 
    background: -webkit-linear-gradient(to bottom,#B63E0B,#B63E0B 30%,#FC5C02); 
    background: linear-gradient(to bottom,#B63E0B,#B63E0B 30%,#FC5C02);
    opacity: inherit;
}

/*----------------------------------------
営業サポート
-----------------------------------------*/
.support {
    position: relative;
    padding: 3em 5em;
    margin: 2em 0;
    top: 0;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
    flex-wrap: nowrap;
}
.support:before, .support:after{ 
    position: absolute;
    top: 0;
    content:'';
    width: 50px;
    height: 100%;
    display: inline-block;
    box-sizing: border-box;
}
.support:before{
    border-left: #d5d5d5 solid 1px;
    border-top: #d5d5d5 solid 1px;
    border-bottom: #d5d5d5 solid 1px;
    left: 0;
}
.support:after{
    border-top: #d5d5d5 solid 1px;
    border-right: #d5d5d5 solid 1px;
    border-bottom: #d5d5d5 solid 1px;
    right: 0;
}

/*タイトルまわり*/
.supportWrap .title{
    font-size: 35px;
    text-align: center;
    margin-bottom: 1.5em;
}


.supportWrap strong{
    font-weight: 900;
    font-size: 43px;
    display: inline-block;
}

/*コンテンツ*/
.support .mockImg{
    width: 450px;
}
.support > .text{
    width: calc(100% - 500px);
}

.support:nth-of-type(2) .text{
    order: 1;
}
.support:nth-of-type(2) .mockImg{
    order: 2;
}
.support .text > h3{
    font-size: 25px;
    margin: 0.5em 0 1em 0;
}
.support ul{
    margin: 1.0em 0;
}
.support li {
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 18px;
    font-weight: 700;
    padding: 5px 0;
}
.support li::before {
    content: "\f00c";
    font-family: 'Font Awesome 5 Free';
    font-size: 20px;
    font-weight: bold;
    color: #C81700;
    display: inline-block;
    margin-right: 15px;
    line-height: 1em;
}

/*----------------------------------------
successWrap
-----------------------------------------*/
.successWrap .title {
    padding: 5px 10px;
    font-size: 35px;
    font-weight: 700;
    color: #FFF;
    text-align: center;
}
.successWrap.wrap{
    padding-top: 0;
}
.successWrap .heading{
    font-size: 25px;
}
.successWrap .heading::before,
.successWrap .heading::after {
    height: 40px;
}
.successWrap ul {
    padding: 30px 0;
    width: 100%;
    max-width: 1050px;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
}
.successWrap li {
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    font-size: 28px;
    font-weight: 900;
    color: #003e83;
    line-height: 1.4em;
    box-sizing: border-box;
    padding: 20px;
    font-family: 'Noto Sans JP', sans-serif;
}
.successWrap li.bg01,
.successWrap li.bg02,
.successWrap li.bg03{
    width: 180px;
    height: 180px;
    border-radius: 50%;
    padding: 42px 0 0;
}
.bg01{ background-color: #F0F0F2;}
.bg02{ background-color: #A8CEFF;}
.bg03{ background-color: #C8C8D7;}

.borderBlue {
    text-shadow: 3px 3px #003e83, 3px 2px #003e83, 3px 1px #003e83, 3px 0 #003e83, 3px -1px #003e83, 3px -2px #003e83, 3px -3px #003e83, -3px 3px #003e83, -3px 2px #003e83, -3px 1px #003e83, -3px 0 #003e83, -3px -1px #003e83, -3px -2px #003e83, -3px -3px #003e83, 2px 3px #003e83, 2px -3px #003e83, -2px 3px #003e83, -2px -3px #003e83, 1px 3px #003e83, 1px -3px #003e83, -1px 3px #003e83, -1px -3px #003e83, 0 3px #003e83, 0 -3px #003e83;
    font-size: 36px;
    color: #FFF;
    display: block;
}
.successWrap li.answer {
    background-color: #E5FF48;
    border-radius: 50%;
    padding-top: 55px;
    width: 230px;
    height: 230px;
}
.successWrap li.answer .red {
    font-size: 65px;
    padding: 0 10px;
    display: block;
    line-height: 1.2;
}
.successWrap li.answer .red img{
    vertical-align: bottom;
    width: 56px;
    height: 70px;
}

/*----------------------------------------
endingWrap
-----------------------------------------*/
.endingWrap {
    width: 100%;
    padding: 0;
}
.ending .title {
    font-size: 40px;
    font-weight: 900;
    text-align: center;
}
.ending .title strong{
    font-weight: 900;
    font-size: 50px;
}
.ending .small{
    font-size: 13px;
    font-weight: normal;
    color: #000;
}
.turbo04 {
    position: absolute;
    left: -5px;
    top: 20px;
    width: 138px;
    height: 152px;
    background: url(../img/bplp/lp/turbo04.png) no-repeat left 0;
}

.telFoot{
    display: block;
    margin: 50px auto 0;
}

/*----------------------------------------
contactForm START
-----------------------------------------*/
#contactArea {
}
#contactArea h2 {
    font-size: 30px;
    padding: 5px 0;
    margin: 0 0 20px;
    text-align: center;
}

/*----------------------------------------
form
-----------------------------------------*/
.contactForm{
    max-width: 750px;
}
.contactForm input,
.contactForm textarea, .contactForm select{
    border: #CACBCD solid 1px;
    background-color: #F5F6F8;
    padding: 0.8em;
    width: 100%;
}
.must, .notMust{
    border-radius: 0;
}
.must{
    background-color: #C81700;
}
.notMust{
    background-color: #123A88;
}

@media screen and (max-width: 1280px) {
    .breadcrumb{
        width: 100%;
    }
    .content_plain{
        min-width: 1150px;
    }
}
@media screen and (max-width: 1024px) {
    .breadcrumb{
        width: 100%;
    }
}
@media screen and (max-width: 768px) {
    .content_plain{
        min-width: inherit;
    }
    #contents .logo{
        width: auto;
    }
/*    .logo {
        width: 60%!important;
    }*/
    .wrap{
        padding: 3em 0.5em;
    }
    
    .heading{
        font-size: 0.8em;
    }
    .heading:before,
    .heading:after{
        width: 2px;
        height: 1.2em;
    }
    /*flexbox*/
/*    .mvContactWrap,*/
    .howtoWrap,
    .voiceWrap,
    .voiceBox .profile,
    .pickup,
    .support{
        display: block;
    }
    
    /*h2*/
    .howtoWrap .title,
    .aboutWrap .title,
    .supportWrap .title,
    .successWrap .title,
    .ending .title,
    #goVoice .title,
    .graphWrap .title,
    .comparison .title{
        font-size: 1.4em;
    }
    /*----------------------------------------
    menu START
    -----------------------------------------*/
    #serviceHeadWrap{
        min-height: inherit;
    }
    /*メニュー　SP用*/
    .serviceLogoWrap .menu-bplp_menu-container{
        display: none;
    }
    .sp_submenu_box .menu-bplp_menu-container{
        background: none;
    }
    .sp_menu_wrapper .menu {
        flex-wrap: wrap;
        margin: 0;
    }
    .sp_menu_wrapper .menu li,
    .sp_menu_wrapper .menu li:last-child{
        display: block;
        border: none
    }
    .sp_menu_wrapper .menu li{
        width: 100%;
        height: auto;
        min-height: inherit;
        background: none;
        box-shadow: none;
    }
    .sp_menu_wrapper .menu li a{
        position: relative;
        color: #000;
        font-size: 4.5vw;
        line-height: 1.5;
        width: 100%;
        height: auto;
        min-height: inherit;
        text-align: left;
        padding-top: 5px;
        padding-bottom: 5px;
        margin: 5px 15px 0 0;
        padding: 0 0 5px 12px;
        font-weight: normal;
    }
    .sp_menu_wrapper .menu li a::before{
        top: 0.7em;
    }
    .sp_menu_wrapper #btnWrap{
        display: block;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -moz-justify-content: space-between;
        -ms-justify-content: space-between;
        -webkit-justify-content: space-between;
        justify-content: space-between;
        flex-wrap: nowrap;
        margin: 0 0 10px;
    }
    .sp_menu_wrapper #btnWrap a{
        width: auto;
        margin: 0 3px;
        font-size: 3.5vw;
    }
    .sp_menu_wrapper #btnWrap a::before,
    .sp_menu_wrapper #btnWrap a.mypage::before{
        transform: rotate(0deg);
        border: none;
        margin: 0 5px 0 0;
        left: 10px;
    }
    #serviceHeadWrap,
    .serviceLogoWrap.fixed{
        display: none;
    }
    
    /*----------------------------------------
    mainVisual
    -----------------------------------------*/
    #mainVisualWrap{
        width: 100%;
        height: auto;
        aspect-ratio: 5 / 3.6;
    }
    #mainVisualWrap .wrap{
        padding: 0;
        height: auto;
    }
    #mainVisualWrap .mainVisual{
        top: 0;
        position: relative;
        height: auto;
    }
    .titleImg{
        width: 100%;
        height: 100%;
        background: url(../img/bplp/lp/mvTitleSp.png) no-repeat center top;
        background-size: contain;
    }
    .mainVisual .smallText,
    .mainVisual .modelWrap{
        display: none;
    }

    
    /*問い合わせ*/
    #goContact{
        top: 0;
    }
    .mvContactWrap{
        position: relative;
        flex-wrap: wrap;
        background-color: #fff;
    }
    .mvContactWrap.wrap{
        padding: 0;
    }
    .mvContactWrap .left,
    .mvContactWrap .right{
        margin: 0 auto;
        padding: 0.5em 0;
    }
    .mvContactWrap .right{
        width: 95%;
        order: 1;
    }
    .mvContactWrap .left{
        width: 100%;
        order: 2;
        border-top: #000 solid 1px;
        border-bottom: #000 solid 1px;
    }
    .mvContactWrap .telNumber{
        font-size: 1.0em;
    }
    .mvContactWrap .telNumber a.red{
        font-size: 2.3em;
    }
    .mvContactWrap .time{
        text-align: center;
    }
    
    /*----------------------------------------
    howtoWrap
    -----------------------------------------*/
    .howtoWrap{
        display: grid;
        grid-template-rows: auto auto auto;
        grid-template-columns: 100%;
        grid-template-areas:
            "box1"
            "box3"
            "box2";
        padding-bottom: 0;
    }
    .howtoWrap .title{
        text-align: center;
        margin-bottom: 0;
    }
    #contents .howtoWrap .title .logo{
        width: 8em;
    }
    .howtoWrap .pointText{
        font-size: 1.0em;
        text-align: center;
    }
    .howtoWrap .pointText strong{
        font-size: 1.7em;
    }
    .howtoWrap .text,
    .thumbWrap{
        width: 100%;
    }
    .howtoWrap .text{
        margin: 2em auto 1em auto;
    }
    .thumbWrap{
        text-align: center;
    }
    
    .howtoTurbo .faceicon img {
        width: 56px;
        height: 72px;
        margin-top: 20px;
    }
    .says{
        font-size: 1.0em;
        margin: 5px 0 0 60px;
        padding: 0.5em 0.7em;
    }
    .says:after{
        bottom: -13px;
        left: 10px;
        border-top: 20px solid #fff;
        border-right: 10px solid transparent;
    }

    /*----------------------------------------
    voice
    -----------------------------------------*/
    .voiceBox{
        width: 100%;
    }
    .voiceBox .profile img{
        display: block;
        margin: 0 auto 1.0em;
    }
    .voiceBox .prefecture{
        float: left;
        width: 4em;
        height: 4em;
        margin: 0;
        font-size: 1.0em;
    }
    .voiceBox ul{
        padding: 1.0em 0 0 5.0em;
    }
    .voiceBox ul li{
        font-size: 1.0em;
    }
    .qanda .accordion-container{
        width: 100%;
        height: 230px;
    }

    /*----------------------------------------
    graphWrap
    -----------------------------------------*/
    #goGraph.wrap{
        padding-top: 0;
    }
    .graphWrap{
        box-shadow: none;
        background: none;
        padding: 2rem 0;
    }
    .graph{
        margin-top: 2em;
    }
    .graphImg{
        width: 100%;
        height: 0;
        padding-top: 52.5806%;
        background: url(../img/bplp/lp/graphSp.svg) no-repeat top center;
        background-position: center center;
        background-size: cover;
    }
    
    /*----------------------------------------
    aboutWrap
    -----------------------------------------*/
    .aboutWrap .logo{
        width: auto;
        height: auto;
    }
    .aboutWrap .title strong{
        font-size: 1.3em;
    }
    .pickupList li{
        font-size: 1.2em;
        padding: 0;
    }
    .pickupList li:before{
        font-size: 1.0em;
        margin-right: 5px;
    }
    .pickupWrap .pickupList .marker{
        font-size: 1.3em;
    }
    .pickupWrap .emblem{
        width: 90%;
        height: 110px;
        margin: 20px auto 0;
        display: block;
        background: url("../img/bplp/lp/emblemSp.png") no-repeat center center;
        background-size: contain;
    }
    .pickupWrap .smallText{
        margin: 10px auto 0;
    }
    .pickupWrap .smallText li{
        padding-left: 10px
    }
    .pickupWrap .smallText li:before{
        margin-left: -10px;
    }
    /*比較表*/
    .comparison{
        margin: 0 0.5em;
        padding: 2em 0.5em;
        width: auto;
        background-size: 60%;
    }
    .comparison .title{
        font-size: 1.2em;
        padding-bottom: 0;
    }
    .comparisonTable img{
        width: 1.2em;
        height: 1.2em;
    }
    /*table*/
    .comparison .scroll-box {
      overflow-x: auto;
        display: block;
        white-space: nowrap;
      -webkit-overflow-scrolling: touch;
    }
    .comparisonTable th{
        font-size: 1.0em;
    }
    
    
    /*----------------------------------------
    営業サポート
    -----------------------------------------*/
    .supportWrap strong{
        font-size: 1.4em;
    }
    .support{
        padding: 2.0em 1.5em 1.0em 1.5em;
    }
    .support .mockImg{
        width: 70%;
        margin: 0 auto;
    }
    .support>.text{
        width: 100%;
    }
    .support .text>h3{
        font-size: 1.4em;
        text-align: center;
        margin: 1em 0 0.5em;
    }
    .support li{
        font-size: 1.1em;
    }
    .support li:before{
        margin-right: 0.3em;
    }
    /*----------------------------------------
    successWrap
    -----------------------------------------*/
    .successWrap.wrap{
        padding: 0 0 3em 0;
    }
    .successWrap li{
    }
    .successWrap ul {
        padding: 1.0em 0.5em;
        display: block;
        width: auto;
    }
    .successWrap li {
        font-size: 1.4em;
        line-height: 1.5em;
        padding: 20px 0.5em;
        display: table-cell;
    }
    .successWrap li.bg01,
    .successWrap li.bg02,
    .successWrap li.bg03{
        border-radius: 50px;
/*        width: 27%;
        height: auto;*/
        width: 90px;
        height: 90px;
        font-size: 1em;
        padding: 0;

    }
    .successWrap li img {
        width: 5vw;
    }
    .successWrap li:nth-child(6) {
        display: inline-block;
        width: 30%;
        text-align: right;
        line-height: 1em;
        padding: 0 10px;
    }
    .successWrap li:nth-child(7) {
        width: 70%;
        text-align: left;
    }
    .successWrap li.answer {
        width: 150px;
        height: 150px;
        display: inline-block;
        background-size: 100%;
        background-position: center;
        padding: 20px 0;
        margin-top: 0.5em;
        text-align: center;
    }
    .successWrap li.answer .red{
        font-size: 2.8em;
    }
    .successWrap li.answer .red img{
        width: 3rem;
    }
    .borderBlue {
        text-shadow: 2px 2px #003e83, 2px 1px #003e83, 2px 0 #003e83, 2px -1px #003e83, 2px -2px #003e83, -2px 2px #003e83, -2px 1px #003e83, -2px 0 #003e83, -2px -1px #003e83, -2px -2px #003e83, 2px 2px #003e83, 2px -2px #003e83, -2px 2px #003e83, 1px 2px #003e83, 1px -2px #003e83, -1px 2px #003e83, -1px -2px #003e83, 0 2px #003e83, 0 -2px #003e83;
        font-size: 1.3em;
        line-height: 1.2em;
    }
    
    
    /*----------------------------------------
    contactForm START
    -----------------------------------------*/
    .contactButton{
    }
    a.ctaButton{
        width: 90%;
        font-size: 1.4em;
        padding: 0.5em;
    }
    
    /*footer*/
    .footerMenu_box img{
        max-width: 68px;
    }
}


@media only screen and (max-width: 640px) {
}

@media(min-width: 768px){
  a[href^="tel:"]{
    pointer-events: none;
  }
}
