@charset "utf-8";
/*------------------------------------------------------------
共通
------------------------------------------------------------*/
p {
    line-height: 1.4;
    word-wrap: break-word;
    font-size: 18px;
}

#wrapper {
    width: 100%;
    padding: 0;
    overflow: hidden;
    color: #222;
    background: #fff;
}

a:link {
    color: #478fde;
    text-decoration: underline;
}

.pc_ds{
    display: block;
}

.pc_ds2{
    display: inline;
}

.sp_ds{
    display: none;
}
@media screen and (max-width:750px) {
.pc_ds{
    display: none;
}

.pc_ds2{
    display: none;
}

.sp_ds{
    display: block;
}
}

/*テキスト*/
h2{
    font-size: 1.8vw;
    font-weight: bold;
    line-height: 1.2;
    text-align: center;
    padding: 3% 0;
    color: #fff;
    background-color: #970005;
}

h3{
    font-size: 2vw;
    font-weight: bold;
    line-height: 1.2;
    text-align: center;
    padding: 3% 0;
    color: #fff;
    background-color: #b30000;
}

h4{
    font-size: 1.8vw;   
    font-weight: bold;
    line-height: 1.2;
    text-align: center;
}

@media screen and (max-width:1450px) {
h2{
    font-size: 2.3vw;
}
}

@media screen and (max-width:800px) {
h2{
    font-size: 5vw;
}

h3{
    font-size: 5vw;
}

h4{
    font-size: 4vw;   
}
}

.tex_sm{
    font-size: 65%; 
    margin: 0 1%;
}

.yellow_line{
    background: rgba(0, 0, 0, 0)linear-gradient(transparent 70%, #fff600 0%)repeat scroll 0 0;
}


/*margin*/
.mt10{
    margin-top: 10px; 
}
.mt20{
    margin-top: 20px; 
}
.mt30{
    margin-top: 30px; 
}
.mt40{
    margin-top: 40px; 
}

.mb5{
    margin-bottom: 5px; 
}

.mb10{
    margin-bottom: 10px; 
}

.mb20{
    margin-bottom: 20px; 
}

/*カラー*/
.co_ye{
    color: #ffea01;
}

.co_gr{
    color: #005d0d;
}

.co_re{
    color: #b30000;
    font-weight: bold;
}

.co_br{
    color: #194f8c;
}

/*ポジション*/
.po_r{
    position: relative;
}

.po_a{
    position: absolute;
}

/*ポジション　画面中央*/
.po_ce{
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}

/*------------------------------------------------------------
レイアウト
------------------------------------------------------------*/

#content {
    max-width: 750px;
    margin: 0 auto;
}

img {
    vertical-align: middle;
    max-width: 100%;
}

/*------------------------------------------------------------
スマホから
ヘッダー
------------------------------------------------------------*/
header {
  box-shadow: 0px 10px 15px -10px #808080;
}
.head_tell{
    position: absolute;
    color: red;
    font-weight: bold;
    font-size: 35px;
    top: 43%;
    right: 2%;
}

@media screen and (max-width:750px) {
.head_tell{
    font-size: 4.7vw;
} 
}

.head_tell a:link{
    color: red;
}

/* 光らせるためのstyle */
.shine{
  border: 2px solid transparent;
  position: relative;
  overflow: hidden;
}
/* 光の疑似要素 */
.shine::before{
    content: '';
    width: 30px;
    height: 100%;
    background-color: #fff;
    animation: shine 3s ease-in-out infinite;
    position: absolute;
    top: -180px;
    left: 0;
    opacity: 0;
    transform: rotate(45deg);
}
/* 光の動き */
@keyframes shine{
  0% {
    transform: scale(0) rotate(45deg);
    opacity: 0;
  }
  80% {
    transform: scale(0) rotate(45deg);
    opacity: 0.5;
  }
  81% {
    transform: scale(4) rotate(45deg);
    opacity: 1;
  }
  100% {
    transform: scale(50) rotate(45deg);
    opacity: 0;
  }
}

/*------------------------------------------------------------
コンテンツ
------------------------------------------------------------*/
/*-------------問い合わせ-------------*/
div.contents{
    padding: 3% 0;
}
.pa {
    padding: 10px;
    text-align: center;
}

.mv-under{
    font-size: 1.7em;
    font-weight: 700;
    padding: 1%;
    text-align: center;
}

@media screen and (max-width:500px) {
.mv-under{
    font-size: 1.1em;
}
}

/* 点滅 */
.blinking{
  animation: flash 1.5s linear infinite;
}

@keyframes flash {
  0% {
    opacity: 1;
  }

  50% {
    opacity: 0;
  }


  100% {
    opacity: 1;
  }
}


/*-------------悩み-------------*/
.worries h2{
    background-color: #002e58;
}

.worries div{
    padding: 5%;
}

/*-------------プロ-------------*/
.professional{
    padding-bottom: 5%;
}

.professional div{
    padding: 0 7%;
}

@media screen and (max-width:800px) {
.professional p{
    padding: 0 3%;
} 
}

/*-------------プラン-------------*/
.plan{
    padding-bottom: 3%;
}
.plan div{
    text-align: center;
}
/*-------------商品-------------*/
.merchandise{
    padding-bottom: 3%;
}

.triangle3 {
    width: 0;
    height: 0;
    border-left: 30px solid transparent;
    border-right: 30px solid transparent;
    border-top: 30px solid #b30000;
    margin: 0 auto;
}

.merchandise div{
    text-align: center;
}
.slick01 .slick-slide img{
    display: inline;
}

/*-------------メーカー-------------*/
.maker_logo{
    padding-bottom: 3%;
}

.maker_logo div{
    padding: 2%;
    text-align: center;
}


/*-------------特別キャンペーン-------------*/
.cp {
    padding-bottom: 3%;
}
.cp div {
    padding: 2%;
    text-align: center;
}

/*-------------お得-------------*/
.great_value{
    padding-bottom: 3%;
}

.great_value h2{
    margin-bottom: 3%;
}

div.great_value-contents{
    padding: 0 4% 4%;
    text-align: center;
    margin: 0 auto;
}

.great_value-contents table{
    width: 100%;
    margin: 0 auto;
    border: 1px solid #cdcdcd;
}

.great_value-contents table th , .great_value-contents table td{
    padding: 1% 2%;
    line-height: 1.4;
    word-wrap: break-word;
    font-size: 18px;
    border: 1px solid #cdcdcd;
    text-align: center;
    vertical-align: middle;
}

.great_value-contents table th{
    background-color: #005653;
    color: #fff;
}

.great_value-contents table td{
    text-align: center;
    font-weight: bold;
}

.great_value-contents table th.mai{
     background-color: #ff6c00;
}

.great_value-contents table td.mai2{
     background-color: #ffebe0;
}

@media screen and (max-width:800px) {
.great_value-contents table th , .great_value-contents table td{
    font-size: 2.5vw;
}
}


/*-------------仕組み-------------*/
.system{
    padding-bottom: 4%;
}

.system div{
    text-align: center;
}

.ballon{
    background-image: url(../img/system_anshin_bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 12% 5% 5%;
}

p.ballon-txt{
    text-align: center;
    line-height: 1.6;
    margin: 3% 0 0;
}

.ballon p.tex_sm{
    text-align: left;
}

@media screen and (max-width:800px) {
.system .system-img img{
    width: 92%;
}
}
@media screen and (max-width:370px) {
.ballon{
    background-position: center;
}
}

/*-------------お客様の声-------------*/
.uservoice{
    background-color: #ffefd2;
    text-align: center;
    padding-bottom: 3%; 
}

.uservoice h2{
     margin: 0 0 2% 0;   
}

/*スライダー部分*/
.slick02 .slick-slide img{
    display: inline;
}

.slick02 .slide_contents{
    background-color: #fff;
    padding: 20px;
    border-radius:10px;
}

.slick02 .slide_contents p{
    text-align: left;
    margin: 2% 1%;
}

.slick02 .slide_icon{
    background-color: #ff6c00;
    padding: 5px 10px;
    color: #fff;
    display: table;
    font-weight: bold;
    border-radius:5px;
}

.slick02 .slick-prev:before, .slick02 .slick-next:before {
    color: #b30000;
}

.slick02 .slick-next:before {
    content: '▶';
}

.slick02 .slick-prev:before {
    content: '◀';
}

.slick02 .slick-next {
    right: 1vw;
}

.slick02 .slick-prev{
    left: 1vw;
}

.slick02 .slick-prev, .slick02 .slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}

/*スライダー共通*/
.sliderArea {
  max-width: 100%;
  margin: 0 auto;
  padding: 0 25px;
}
.sliderArea.w300 {
  max-width: 300px;
}
.slick-slide {
  margin: 0 5px;
}
.slick-slide img {
  width: 100%;
  height: auto;
}
.slick-prev, .slick-next {
  z-index: 1;
}
.slick-prev:before, .slick-next:before {
  color: #000;
}
.slick-slide {
  transition: all ease-in-out .3s;
  opacity: .2;
}
.slick-active {
  opacity: 1;
}
.slick-current {
  opacity: 1;
}
.thumb {
  margin: 20px 0 0;
}
.thumb .slick-slide {
  cursor: pointer;
}
.thumb .slick-slide:hover {
  opacity: .7;
}

.slick02 .slick-dots li button:before {
    font-size: 15px;
    line-height: 40px;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    content: '•';
    text-align: center;
    opacity: .25;
    color: #b30000;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick02 .slick-dots li.slick-active button:before {
    color: #b30000;
}

.slick02 .slide_contents p.re{
    text-align: right;  
}


/*-------------流れ-------------*/
.route_bg{
    padding: 0 0 3%;
}

.step {
    width: 100%;
    flex-wrap: nowrap;
    justify-content: center;
    text-align: center;
    flex-direction: column;
    align-items: flex-start;
    margin: 0 auto;
}

.route_bg {
    padding: 0 0 3%;
}

.step01 img {
    margin: 10px auto;
}

.step02 img , .step03 img {
    margin: 0 auto;
}

.step01,.step02{
    width: 100%;
    border-right: none;
    border-bottom: 1px dashed #b30000;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    padding: 3% 0;
}

.step03 {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    padding: 3% 0;
}

.step01 .tex-img,.step02 .tex-img,.step03 .tex-img{
    width: 30%;
}

.step_tit{
    font-size: 25px;
    font-weight: bold;
    color: #b30000;
}

.step_tit2{
    margin: 2% auto 0;
    text-align: left;
}

.step_tex{
    text-align: left;
    padding-left: 5%;
    width: 55%;
}

@media screen and (max-width:500px) {
.step01 img , .step03 img {
    width: 80%;
}
.step02 img{
    width: 60%;
}
.step_tit{
    font-size: 20px;
}
.step_tit2{
    font-size: 16px;
}
}


/*-------------選ばれる理由-------------*/
.pattern-txt{
    padding: 2% 3%;
    background-color: #ffefd2;
}

.pattern-txt p.pattern-txt2{
    font-size: 20px;
    font-weight: bold;
}

.pattern-txt p{
    margin-top: 5px;
    font-size: 16px;
}
.ex1{
    line-height:15px;
}
@media screen and (max-width:500px) {
.pattern-txt{
    padding: 3%;
}

.pattern-txt p.pattern-txt2{
    font-size: 18px;
}

.pattern-txt p{
    font-size: 15px;
}
}


/*-------------対応エリア-------------*/
.map_area{
    padding-bottom: 3%;
}

.map_area-fe{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    max-width: 100%;
    margin: 4% auto;
}

.map_area_txt {
    width: 50%;
    margin: 1% 0;
}

.map_area_txt p {
    font-size: 19px;
    line-height: 1.5;
}

p.map_area_tit{
    border-bottom: 1px solid #eb8c20;
    color: #eb8c20;
    font-size: 23px;
    font-weight: bold;
    margin-bottom: 10px;
}

p.map_txt{
    margin-top: 30px;
}

@media screen and (max-width:700px) {
.map_area-fe{
    width: auto;
    max-width: 100%;
    margin: 4% 2%;
}
.map_area_txt {
    width: 80%;
}

.map_area_txt p {
    font-size: 16px;
    margin-right: 3%;
}

.map-img{
    
}

p.map_area_tit{
    font-size: 20px;
}
}

/*-------------スタッフ-------------*/
.staff{
    padding-bottom: 3%;
}

.slick03 .slick-dots li button:before {
    font-size: 15px;
    line-height: 40px;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    content: '•';
    text-align: center;
    opacity: .25;
    color: #b30000;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick03 .slick-dots li.slick-active button:before {
    color: #b30000;
}


/*-------------FAQ-------------*/
.answer2{
     max-width: 750px;
    margin: 5% auto;  
}

/*アコーディオン*/
   .q_arrow {
        position: absolute;
        top: 40%;
        right: 4%;
        width: 2%;
    }

/*1~6*/
    .OaC_btn{
        display: block;
        background-color: #ffffff;
        padding: 18px;
        color: #b30000;
        font-weight: bold;
        border: 3px solid #b30000;
        font-size: 18px;
        position: relative;
        line-height: 1.3;
        padding-left: 3%;
        padding-right: 12%;
        margin: 20px 10px 5px 10px;
    }

    .sp_close{
        display: none;
        width: 100%;
        margin: 0 auto;
    }

    .close {
        line-height: 1.2;
        padding: 3%;
        margin: 0 10px 10px;
        padding-top: 10px;
        padding-bottom: 20px;
        color: #000;
    }
    
    .tyusya {
    text-align: right;
    font-size: 12px;
    color: #999;
    }

@media screen and (max-width:700px) {
   .q_arrow {
        width: 4%;
    }
}


/*-------------ランキング用注釈-------------*/
.rank-tyuusya p{
    max-width: 700px;
    font-size: 12px;
    margin: 2% auto;
    padding: 1.5%;
    color: #999;
    border: 1px solid #999;
}

@media screen and (max-width:700px) {
.rank-tyuusya p{
    margin: 2%;
}
}

/*-------------フッター-------------*/

footer {
    background: #970005;
    color: #fff;
    margin-top: 1em;
}
tbody {
    font-size: 12px;
}
table.fooer_table {
    width: 100%;
    padding: 20px 10px 0;
    line-height: 1.8;
    border-collapse: initial;
}
table.fooer_table th{
    width: 35%;
}
footer a:link, a:visited, a:hover, a:active {
    color: #fff;
}

.footer_oya{
    display: flex;
    justify-content:space-around;
}
.another p{
    font-size: 12px;
    color: #fff;
}
.close1 {
    display: none;
}

.logo img {
    width: 65%;
    margin-bottom: 10px;
}
.another {
    max-width: 100%;
    padding: 15px 30px 20px;
    font-weight: bold;
    border-top: 1px solid #fff;
}
.toiawase{
        max-width: 400px;
        margin: 0 auto;
}



/* 221108 */
.mv_btn{
    display: flex;
    width: 100%;
    align-items: flex-end;
}
.maker_logo>p{
    display: block;
    text-align: center;
    font-weight: bold;
    font-size: 22px;
}
.guarantee{
    margin: 5% auto;
}
.award_img{
    margin: 3% auto;
}

.voices {
    background-image: url(../img/voice_bg.jpg);
    background-size: cover;
    margin: 13vw 0 20vw 0;
}
h4 {
    text-align: center;
    font-size: 1.2em;
    font-weight: bold;
    letter-spacing: -0.8px;
}
.voice_ttl {
    font-size: 1.8em;
    color: #e60012;
    letter-spacing: -0.5px;
    font-weight: 800;
}
.slider{
    margin: auto;
    margin-top: 25px;
    width: 88%;
}
.slider img{
    height: auto;
    width: 100%;
    display: block;
    margin: auto;
}
.voice {
    width: 100%;
    background: #fff;
    margin: 0 auto;
    padding: 5%;
    border-radius: 20px;
    border: 3px solid #03c1d9;
    box-sizing: border-box;
}
.position-voice_p1 {
    text-align: center;
    padding: 5px;
    color: #fff;
    background: #03c1d9;
    font-size: 1em;
    font-weight: bold;
    letter-spacing: 1px;
    margin: 0;
}
.position-voice_p2 {
    font-size: 1em;
}
.fsSS {
    font-size: .6em;
    line-height: 1.3;
}
.taR {
    text-align: right;
    display: block;
}
.taC{
    text-align: center;
    display: block;
}
b{
    font-weight: bold !important;
}
.professional{
    margin: 5% auto;
}
.set_arrow{
    display: block;
    width: 70%;
    margin: 4% auto;
}

@media screen and (min-width:640px){
    .voices {
        margin: 95px 0 30px 0;
        padding-bottom: 20px;
    }
    h4 {
        font-size: 2em;
    }
        .voice_ttl {
        font-size: 2em;
    }
    .voice {
        width: 90%;
    }
}
@media screen and (max-width:640px){
    #content{
        overflow-x: hidden;
    }
    .price_contents,
    .guarantee{
        width: 95%;
        margin: 3% auto;
    }
    .price_contents .slick-prev{
        left: -5px;
    }
    .price_contents .slick-next{
        right: 5px;
    }
    .mv_btn{
        display: block;
    }
    .ballon{
        padding-left: 2.5%;
        padding-right: 2.5%;
    }
    p.ballon-txt{
        font-size: 16px;
    }
    p.ballon-txt br{
        display: none;
    }
}

/*-------------対象エリア-------------*/
h5 {
    padding: 5%;
    font-size: 1.1em;
    text-align: center;
    margin-top: 3em;
}
dl {
    display: inline-block;
    text-align: center;
    font-weight:bold;
    width: 90%;
}
dl.area2 {
    margin-top: -10px;
    width: 40%;
    margin-bottom: 16vh;
}
.map_abs {
    top: -3%;
}
dt {
    color: #fff;
}
dt.area_hokkai {
    background-color: #009944;
}
dt.area_kansai {
    background-color: #e181a9;
}
dt.area_shikoku {
    background-color: #cfdb00;
}
dt.area_kyusyu {
    background-color: #ea591f;
}
dt.area_cyubu {
    background-color: #2a69b3;
}
dt.area_kanto {
    background-color: #00a0d9;
}

dd.area_hokkai {
    border-bottom: 2px solid #009944;
    margin-bottom: 10px;
        margin-left: 0;
}

dd.area_kansai {
    border-bottom: 2px solid #e181a9;
    margin-bottom: 10px;
        margin-left: 0;
}
dd.area_shikoku {
    border-bottom: 2px solid #cfdb00;
    margin-bottom: 10px;
        margin-left: 0;
}
dd.area_kyusyu {
    border-bottom: 2px solid #ea591f;
    margin-bottom: 10px;
        margin-left: 0;
}
dd.area_cyubu {
    border-bottom: 2px solid #2a69b3;
    margin-bottom: 10px;
        margin-left: 0;
}
dd.area_kanto {
    border-bottom: 2px solid #00a0d9;
    margin-bottom: 10px;
        margin-left: 0;
}
.rel {
    position: relative;
}
.abs {
    position: absolute;
}

.slider{
    padding-inline-start: 0;
}

body{
    margin: 0;
    padding: 0;
}

.mv_btn figure{
    margin-inline-start: 0;
    margin-inline-end: 0;
}

#header p{
    margin-block-start: 0;
    margin-block-end: 0;
}
footer{
    padding-bottom: 10%;
}

@media screen and (min-width:640px){
    .map_abs {
        top: -50%;
        left: 19%;
        width: 82%;
    }
    dl {
        font-size: 22px;
        width: 60%;
    }
    h5 {
        padding: 0 5%;
        font-size: 1.6em;
        margin-top: 4em;
    }
}
@media screen and (max-width:640px){
    .map_abs {
        left: 0 !important;
    }
    .mv_btn figure{
        margin: 0;
    }
    .set_arrow{
        width: 100%;
    }
    .area .wrapper{
        width: 95%;
        margin: 0 auto;
    }
}


/*プライバシーポリシー*/
.privacy-policy {
    text-align: center;
    font-size: 0.8em;
}

#privacy h2 {
    margin: 0 auto;
}
#privacy .inner {
    margin: 0 auto;
    padding: 0 3%;
    overflow-wrap: break-word;
}
#privacy .inner dl{
    font-size: inherit;
    width: 100%;
    font-weight: normal;
    text-align: left;
}
#privacy .inner dt{
    color: #222;
    font-weight: bold;
    margin-bottom: 5px;
}
#privacy .inner dd{
    margin: 0 auto;
}