@charset "utf-8";
/*------------------------------------------------------------
共通
------------------------------------------------------------*/

body {
  margin: 0;
  -webkit-text-size-adjust: 100%;
  font-family: 'Hiragino Kaku Gothic Pro','ヒラギノ角ゴ Pro W3', 'Meiryo', 'メイリオ', sans-serif;
  background: #fff;
  color: #404040;
  font-size: 17px;
  background: #fff;
}

*,
*:before,
*:after {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

a:link, a:visited, a:hover, a:active {
  color: #b83397;
}

a:vis

a:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
  -ms-filter: "alpha(opacity=80)";
}

ol, ul {
    list-style: none;
}


/*共通*/
.fsS{
    font-size: .9em;
}
.fsSS {
    font-size: .6em;
    line-height: 1.3;
}
.fsL{
    font-size: 1.3em;
}
.taC {
    text-align: center;
}
.taR {
    text-align: right;
}
.taL {
    text-align: left;
}
.fwB {
  font-weight: bold;
}
.marker {
    background:linear-gradient(transparent 60%, #ff6 60%);
}
.rel {
    position: relative;
}
.abs {
    position: absolute;
}
.pa{
    padding: 20px 10px;
}
.pa2 {
    padding: 0 10px;
}
.pc_n {
    display: none;
}
.sp_n {
  display: block;
}
.mt0 {
    margin-top: 0;
}
.mt30 {
    margin-top: 30px;
}
.red {
    color: #f10205;
  font-weight: bold;
}
 .br_sp {
    display: block;
  }
 .br_pc {
    display: none;
  }

@media screen and (min-width:640px){
.sp_n {
  display: none;
}
.pc_n {
    display: block;
}
.pa2 {
    padding: 0 20px;
}
  .br_sp {
    display: none;
  }
 .br_pc {
    display: block;
  }
  .fsL {
    font-size: 30px;
}
}



/*------------------------------------------------------------
レイアウト
------------------------------------------------------------*/

#content {
    width: 100%;
    margin: 0 auto;
}
.wrapper {
    margin: 3%;
}
/*section {
    margin-bottom: 3em;
}*/
figure{
  margin: 0 auto;
  max-width: 100%;
}
img {
    max-width: 100%;
    height: auto;
  vertical-align: middle;
}

p {
    font-size: 16px;
    margin-bottom: 10px;
    line-height: 1.5;
  }

@media screen and (min-width:640px) {
section {
    margin-bottom: 3em;
}
    #content {
        width: 750px;
        max-width: 100%;
        margin: 0 auto;
    }
    p {
    font-size: 18px;
    margin-bottom: 10px;
    line-height: 1.5;
  }
}
/*------------------------------------------------------------
スマホから
ヘッダー
------------------------------------------------------------*/
header {
  width: 100vw;
  position: fixed;
  top: 0;
  z-index: 100;
  box-shadow: 0px 10px 15px -10px #808080;
}
#mv {
    margin-top: 16vw;
}
.head_tell{
    position: absolute;
    color: red;
    font-weight: bold;
    font-size: 5.1vw;
    top: 29%;
    right: 2%;
    /* letter-spacing: -2.3px; */
    margin: 0;
}
.mv_btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly;
    margin-top: -27vw;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 5%;
}
.ma {
    margin: 20px 10px;
}
.credit {
    width: 95%;
    text-align: center;
}

/* 光らせるための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;
  }
}




@media screen and (min-width:640px) {
header {
  width: 750px;
}
#mv {
    margin-top: 120px;
}
.head_tell{
    font-size:30px;
    top: 36%;
}
.mv_btn {
    width: 100%;
    margin-top: -176px;
}
}

/*------------------------------------------------------------
コンテンツ
------------------------------------------------------------*/

#Realtime, #Realtime01, #Realtime02, #Realtime03 {
    font-size: 1.3em;
    font-weight: 700;
    margin: 0;
    padding: 5%;
    text-align: center;
    font-family: 'メイリオ', 'Meiryo';
}
h2 {
    background: url("../img/ttl_bg.png");
    background-repeat: repeat-x;
    text-align: center;
    margin-bottom: 0;
    background-size: contain;
}
h2.g_bg {
    background: url("../img/ttl_bg_bl.png");
    background-repeat: repeat-x;
    text-align: center;
    margin-bottom: 0;
    background-size: contain;
    margin-top: 0;
}
.comment_abs {
    top: -38px;
    width: 45%;
    left: 10px;
    position: absolute;
}

@media screen and (min-width:640px) {
#Realtime, #Realtime01, #Realtime02, #Realtime03 {
    font-size: 2em;
}
.comment_abs {
    top: -64px;
    height: 55%;
    left: 10px;
    position: absolute;
}
}

/* 点滅 */
.blinking{
  animation: flash 1.5s linear infinite;
}

@keyframes flash {
  0% {
    opacity: 1;
  }

  50% {
    opacity: 0;
  }


  100% {
    opacity: 1;
  }
}

.credit {
    width: 95%;
    text-align: center;
    margin-bottom: 2em;
}

/*-------------こんな悩み-------------*/
.trouble-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 5px 10px 5px;
    margin-top: 2.5em;
}

section.trouble {
    background-color: #efeded;
    margin-bottom: 0;
    margin-top: 10vw;
}

section.trouble img:first-child {
    margin-top: -6vw;
}
.tp {
    width: 48%;
    margin-bottom: 7vw;
}

/*チェックボックス*/
.mycheckbox {
  position: relative;
  padding-left: 25px;
}

.mycheckbox:before {
  content: "";
  position: absolute;
    width: 7px;
    height: 15px;
    top: 0em;
    left: 7px;
  -webkit-transform: rotate(50deg);
  -ms-transform: rotate(50deg);
  transform: rotate(50deg);
    border-right: 3px solid #e60012;
    border-bottom: 3px solid #e60012;
    z-index: 100;
}

.mycheckbox:after {
  content: "";
  position: absolute;
  top: .2em;
  left: 0;
  width: 15px;
  height: 15px;
  border: 2px solid #000;
  border-radius: 2px;
  background: #fff;
}


@media screen and (min-width:640px){
section.trouble {
    margin-top: 120px;
}
.mycheckbox:before {
  content: "";
  position: absolute;
    width: 11px;
    height: 20px;
    top: 0em;
    left: 9px;
  -webkit-transform: rotate(50deg);
  -ms-transform: rotate(50deg);
  transform: rotate(50deg);
    border-right: 4px solid #e60012;
    border-bottom: 4px solid #e60012;
    z-index: 100;
}

.mycheckbox:after {
    width: 23px;
    height: 23px;
    border: 3px solid #000;
}
.mycheckbox {
    position: relative;
    padding-left: 36px;
}
.img_pc {
    width: 80%;
}
.trouble-flex {
    padding: 30px;
    margin-top: 100px;
}
}

/*-------------基本プランのご案内-------------*/
/*section.plan {
    margin-top: -5vw;
    margin-bottom: 10vw;
}*/
.plan_box {
  background-image: url(../img/plan_bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  padding-bottom: 20px;
}
.plam-flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 0 0.5em;
}
.plam-flex .item {
    width: 32%;
    background-color: #fff;
    border: 2px solid #007eff;
    box-shadow: 0px 5px 5px -5px #007eff;
    margin-bottom: 0;
}
dl.item {
    display: flex;
    flex-direction: column;
}
.item dt {
    background: #007eff;
    padding: 0.5em 0.2em;
    font-size: 0.7em;
    line-height: 1.4;
    letter-spacing: -0.5px;
    flex-grow: 1;
}
.item dd {
    padding: 1em 0;
}
span.p_y {
    color: #ffe600;
}
.lh_item {
    line-height: 2.5!important;
}

.lh_kakaku {
  line-height: 1.2;
  margin-left: 0;
}
.kakaku {
    font-size: 1.1em;
    font-weight: bold;
}
.kakaku_ob {
  font-style: oblique;
}

@media screen and (min-width:640px){
section.plan {
    margin-top: -70px;
}
.plam-flex {
    padding: 0 20px;
}
.item dt {
    font-size: 20px;
    letter-spacing: 0;
}
.kakaku {
    font-size: 34px;
    font-weight: bold;
}
}


/*-------------メーカー-------------*/
@media screen and (min-width:640px){
section.maker {
    margin-top: 70px;
}
}


/*-------------選ばれる理由-------------*/
section.point {
    background: #04cfe1;
    margin-bottom: 0;
}
.point_flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.point_box {
     background: #fff;
     width: 48%;
     margin-bottom: 5%;
}
.point_ttl {
    color: #faec2f;
    width: 80%;
    display: block;
    height: 30px;
    font-size: 0.85em;
    text-align: center;
    background: #1c416a;
    font-weight: bold;
    padding: 4px;
    padding-right: 59px;
    background: linear-gradient(
-60deg
 , transparent 50px, #1c416a 0);
    margin-top: 0;
}

h3 {
    color: #e60012;
    font-weight: bold;
    font-style: oblique;
    margin: 0;
    font-size: 0.95em;
    letter-spacing: -0.8px;
    line-height: 1.4;
}
.point_tx p {
    line-height: 1.4;
    font-size: 0.9em;
}
.point_tx {
    padding: 0 5%;
}
.point_box p:nth-child(3) {
    font-size: 0.7em;
    line-height: 1.2;
}
.abs_p1 {
    left: 17%;
    width: 65%;
    bottom: 4%;
    position: absolute;
}
.abs_p2 {
    top: -1%;
    left: 53%;
    width: 52%;
}
.abs_p3 {
    top: -3%;
    left: 67%;
    width: 37%;
}
.abs_p4 {
    top: -4%;
    left: 65%;
    width: 37%;
}
/*.cta_mt0{
    margin-top: -0.8em;
}*/

@media screen and (min-width:640px){
section.point {
     margin-top: 0;
}
.point_ttl {
    width: 56%;
    height: 16%;
    font-size: 1.2em;
}
.point_ttl2 {
    height: 13%;
}
h3 {
    font-size: 1.7em;
    line-height: 1.3;
}
.abs_p1 {
    width: 36%;
    top: -17px;
    left: 199px;
}
.abs_p2 {
    top: -5%;
    left: 54%;
    width: 43%;
}
.abs_p3 {
    top: -10%;
    left: 76%;
    width: 33%;
}
.abs_p4 {
  top: -10%;
  left: 68%;
  width: 35%;
}
/*.cta_mt0 {
    margin-top: -23px;
}*/
}


/*-------------お客様からの声-------------*/
section.voices {
    background-image: url(../img/voice_bg.jpg);
    background-size: cover;
    margin-top: 3em;
    margin-bottom: -5%;
}
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: 97%;
    background: #fff;
    margin: 0 auto;
    padding: 5%;
    border-radius: 20px;
/*    height: 780px;*/
    border: 3px solid #03c1d9;
}
.position-voice_p1 {
  text-align: center;
  padding: 2vw 1vw;
  color: #fff;
  background: #03c1d9;
  font-size: 0.9em;
  font-weight: bold;
  letter-spacing: 1px;
  margin: 0;
}
.position-voice_p2 {
    font-size: 1em;
}

@media screen and (min-width:640px){
h4 {
    font-size: 2em;
}
    .voice_ttl {
    font-size: 2em;
}
.voice {
    width: 90%;
}
section.voices {
    margin-top: 6em;
}
.position-voice_p1 {
    font-size: 22px;
    padding: 10px 5px;
}
}


/*-------------仕組み-------------*/
section.system {
    margin-bottom: 1em;
/*    margin-top: 12vw;*/
}

@media screen and (min-width:640px) {
  section.system {
    margin-top: 80px;
}
}


/*-------------ご相談～トラブル解決までの流れ-------------*/
section.step {
    background-color: #ddf2f9;
    margin-bottom: 0;
    margin-top: 8vw;

}
.step_flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.step_box {
    width: 48%;
/*    box-shadow: 0px 10px 15px -10px #808080;*/
    margin-bottom: 20px;
    height: auto;
    background: #fff;
    display: flex;
}
.boxs {
    border: 1px solid #4b97f0;
    border-radius: 0 0 5px 5px;
}
.step-p1 {
    text-align: center;
    color: #fff;
    background: #4b97f0;
    padding: 2%;
    font-weight: bold;
    margin-top: -0.08em;
}
.step_p {
    padding: 0 5%;
}
p.step_p {
    font-size: 0.79em;
}


@media screen and (min-width:640px){
section.step {
    margin-top: 70px;
}
.step_box {
    height: 380px;
}
.step_flex {
    padding: 0 30px;
}
.step_n {
    top: -31%;
    left: 2%;
    width: 22%;
}
p.step_p {
    font-size: 16px;
    margin-top: 16px;
}
}




/*-------------対象エリア-------------*/
h5 {
    padding: 5%;
    font-size: 1.1em;
    text-align: center;
    margin-top: 3em;
}
dl {
    display: inline-block;
/*    text-align: center;*/
    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;
}

@media screen and (min-width:640px){
    .map_abs {
    top: -29%;
    left: 19%;
    width: 82%;
}
dl {
    font-size: 22px;
    width: 60%;
}
h5 {
    padding: 0 5%;
    font-size: 1.6em;
margin-top: 4em;
}
}


/*-------------Q&A-------------*/
section.qa {
    margin-bottom: 8vw;
    margin-top: -5.5vw;
}
    .q_arrow {
        position: absolute;
        top: 42%;
        right: 4%;
        width: 5%;
    }
    .OaC_btn_1 {
        display: block;
        padding: 10px;
        color: #000000;
        font-weight: bold;
        border: 5px solid #e5e5e5;
        font-size: 16px;
    }
    .OaC_btn_1 {
        position: relative;
        line-height: 1.3;
        padding-left: 18%;
        padding-right: 12%;
        margin: 10px 10px 0 10px;
    }
    .OaC_btn_1:before {
        position: absolute;
        left: 3%;
        top: 5%;
        content: "";
        display: inline-block;
        width: 2.3em;
        height: 2.3em;
        background: url(../img/q.png) no-repeat;
        background-size: contain;
    }
    .sp_close_1 {
        display: none;
        width: 100%;
        margin: 0 auto;
    }

    .OaC_btn_2 {
        display: block;
        background-color: #ffffff;
        padding: 10px;
        color: #000000;
        font-weight: bold;
        border: 5px solid #e5e5e5;
        font-size: 16px;
    }
    .sp_close_2 {
        display: none;
        width: 100%;
        margin: 0 auto;
    }

    .OaC_btn_2 {
        position: relative;
        line-height: 1.3;
        padding-left: 18%;
        padding-right: 12%;
        margin: 10px 10px 0 10px;
    }
    .OaC_btn_2:before {
        position: absolute;
        left: 3%;
        top: 20%;
        content: "";
        display: inline-block;
        width: 2.3em;
        height: 2.3em;
        background: url(../img/q.png) no-repeat;
        background-size: contain;
    }
    .OaC_btn_3 {
        display: block;
        background-color: #ffffff;
        padding: 10px;
        color: #000000;
        font-weight: bold;
        border: 5px solid #e5e5e5;
        font-size: 16px;
    }

    .OaC_btn_3 {
        position: relative;
        line-height: 1.3;
        padding-left: 18%;
        padding-right: 12%;
        margin: 10px 10px 0 10px;
    }
    .OaC_btn_3:before {
        position: absolute;
        left: 3%;
        top: 5%;
        content: "";
        display: inline-block;
        width: 2.3em;
        height: 2.3em;
        background: url(../img/q.png) no-repeat;
        background-size: contain;
    }

    .sp_close_3 {
        display: none;
        width: 100%;
        margin: 0 auto;
    }

    .OaC_btn_4 {
        display: block;
        background-color: #ffffff;
        padding: 10px;
        color: #000000;
        font-weight: bold;
        border: 5px solid #e5e5e5;
        font-size: 16px;
    }

    .OaC_btn_4 {
        position: relative;
        line-height: 1.3;
        padding-left: 18%;
        padding-right: 12%;
        margin: 10px 10px 0 10px;
    }
    .OaC_btn_4:before {
        position: absolute;
        left: 3%;
        top: 20%;
        content: "";
        display: inline-block;
        width: 2.3em;
        height: 2.3em;
        background: url(../img/q.png) no-repeat;
        background-size: contain;
    }

    .sp_close_4 {
        display: none;
        width: 100%;
        margin: 0 auto;
    }

    .OaC_btn_5 {
        display: block;
        background-color: #ffffff;
        padding: 10px;
        color: #000000;
        font-weight: bold;
        border: 5px solid #e5e5e5;
        font-size: 16px;
    }

    .OaC_btn_5 {
        position: relative;
        line-height: 1.3;
        padding-left: 18%;
        padding-right: 12%;
        margin: 10px 10px 0 10px;
    }
    .OaC_btn_5:before {
        position: absolute;
        left: 3%;
        top: 20%;
        content: "";
        display: inline-block;
        width: 2.3em;
        height: 2.3em;
        background: url(../img/q.png) no-repeat;
        background-size: contain;
    }

    .sp_close_5 {
        display: none;
        width: 100%;
        margin: 0 auto;
    }

    .OaC_btn_6 {
        display: block;
        background-color: #ffffff;
        padding: 10px;
        color: #000000;
        font-weight: bold;
        border: 5px solid #e5e5e5;
        font-size: 16px;
    }

    .OaC_btn_6 {
        position: relative;
        line-height: 1.3;
        padding-left: 18%;
        padding-right: 12%;
        margin: 10px 10px 0 10px;
    }
    .OaC_btn_6:before {
        position: absolute;
        left: 3%;
        top: 20%;
        content: "";
        display: inline-block;
        width: 2.3em;
        height: 2.3em;
        background: url(../img/q.png) no-repeat;
        background-size: contain;
    }

    .sp_close_6 {
        display: none;
        width: 100%;
        margin: 0 auto;
    }

    .OaC_btn_7 {
        display: block;
        background-color: #ffffff;
        padding: 10px;
        color: #000000;
        font-weight: bold;
        border: 5px solid #e5e5e5;
        font-size: 16px;
    }

    .OaC_btn_7 {
        position: relative;
        line-height: 1.3;
        padding-left: 18%;
        padding-right: 12%;
        margin: 10px 10px 0 10px;
    }
    .OaC_btn_7:before {
        position: absolute;
        left: 3%;
        top: 20%;
        content: "";
        display: inline-block;
        width: 2.3em;
        height: 2.3em;
        background: url(../img/q.png) no-repeat;
        background-size: contain;
    }

    .sp_close_7 {
        display: none;
        width: 100%;
        margin: 0 auto;
    }
    .close {
        position: relative;
        line-height: 1.6;
        padding-left: 18%;
        padding-right: 10px;
        background: #e5e5e5;
        margin: 0 10px 10px;
        padding-top: 10px;
        padding-bottom: 20px;
        color: #000;
    }
    .close:before {
        position: absolute;
        left: 4.5%;
        top: 5%;
        content: "";
        display: inline-block;
        width: 2.3em;
        height: 2.3em;
        background: url(../img/a.png) no-repeat;
        background-size: contain;
    }

@media screen and (min-width:640px) {
section.qa {
     margin-top: 0;
    margin-bottom: 50px;
}
    .q_arrow {
        position: absolute;
        top: 37%;
        right: 4%;
        width: 3%;
    }
    .OaC_btn_1 {
        display: block;
        background-color: #ffffff;
        padding: 17px;
        color: #000000;
        font-weight: bold;
        border: 5px solid #e5e5e5;
        font-size: 18px;
    }
    .OaC_btn_1 {
        position: relative;
        line-height: 1.3;
        padding-left: 12%;
        padding-right: 12%;
        margin: 10px 0 0;
    }
    .OaC_btn_1:before {
        position: absolute;
        left: 3%;
        top: 15%;
        content: "";
        display: inline-block;
        width: 2.3em;
        height: 2.3em;
        background: url(../img/q.png) no-repeat;
        background-size: contain;
    }
    .sp_close_1 {
        display: none;
        width: 100%;
        margin: 0 auto;
    }

    .OaC_btn_2 {
        display: block;
        background-color: #ffffff;
        padding: 18px;
        color: #000000;
        font-weight: bold;
        border: 5px solid #e5e5e5;
        font-size: 18px;
    }
    .sp_close_2 {
        display: none;
        width: 100%;
        margin: 0 auto;
    }

    .OaC_btn_2 {
        position: relative;
        line-height: 1.3;
        padding-left: 12%;
        padding-right: 12%;
        margin: 10px 0 0;
    }
    .OaC_btn_2:before {
        position: absolute;
        left: 3%;
        top: 15%;
        content: "";
        display: inline-block;
        width: 2.3em;
        height: 2.3em;
        background: url(../img/q.png) no-repeat;
        background-size: contain;
    }
    .OaC_btn_3 {
        display: block;
        background-color: #ffffff;
        padding: 18px;
        color: #000000;
        font-weight: bold;
        border: 5px solid #e5e5e5;
        font-size: 18px;
    }

    .OaC_btn_3 {
        position: relative;
        line-height: 1.3;
        padding-left: 12%;
        padding-right: 12%;
        margin: 10px 0 0;
    }
    .OaC_btn_3:before {
        position: absolute;
        left: 3%;
        top: 15%;
        content: "";
        display: inline-block;
        width: 2.3em;
        height: 2.3em;
        background: url(../img/q.png) no-repeat;
        background-size: contain;
    }

    .sp_close_3 {
        display: none;
        width: 100%;
        margin: 0 auto;
    }

    .OaC_btn_4 {
        display: block;
        background-color: #ffffff;
        padding: 18px;
        color: #000000;
        font-weight: bold;
        border: 5px solid #e5e5e5;
        font-size: 18px;
    }

    .OaC_btn_4 {
        position: relative;
        line-height: 1.3;
        padding-left: 12%;
        padding-right: 12%;
        margin: 10px 0 0;
    }
    .OaC_btn_4:before {
        position: absolute;
        left: 3%;
        top: 15%;
        content: "";
        display: inline-block;
        width: 2.3em;
        height: 2.3em;
        background: url(../img/q.png) no-repeat;
        background-size: contain;
    }

    .sp_close_4 {
        display: none;
        width: 100%;
        margin: 0 auto;
    }

    .OaC_btn_5 {
        display: block;
        background-color: #ffffff;
        padding: 18px;
        color: #000000;
        font-weight: bold;
        border: 5px solid #e5e5e5;
        font-size: 18px;
    }

    .OaC_btn_5 {
        position: relative;
        line-height: 1.3;
        padding-left: 12%;
        padding-right: 12%;
        margin: 10px 0 0;
    }
    .OaC_btn_5:before {
        position: absolute;
        left: 3%;
        top: 15%;
        content: "";
        display: inline-block;
        width: 2.3em;
        height: 2.3em;
        background: url(../img/q.png) no-repeat;
        background-size: contain;
    }

    .sp_close_5 {
        display: none;
        width: 100%;
        margin: 0 auto;
    }

    .OaC_btn_6 {
        display: block;
        background-color: #ffffff;
        padding: 18px;
        color: #000000;
        font-weight: bold;
        border: 5px solid #e5e5e5;
        font-size: 18px;
    }

    .OaC_btn_6 {
        position: relative;
        line-height: 1.3;
        padding-left: 12%;
        padding-right: 12%;
        margin: 10px 0 0;
    }
    .OaC_btn_6:before {
        position: absolute;
        left: 3%;
        top: 15%;
        content: "";
        display: inline-block;
        width: 2.3em;
        height: 2.3em;
        background: url(../img/q.png) no-repeat;
        background-size: contain;
    }
    .sp_close_6 {
        display: none;
        width: 100%;
        margin: 0 auto;
    }

    .OaC_btn_7 {
        display: block;
        background-color: #ffffff;
        padding: 18px;
        color: #000000;
        font-weight: bold;
        border: 5px solid #e5e5e5;
        font-size: 18px;
    }

    .OaC_btn_7 {
        position: relative;
        line-height: 1.3;
        padding-left: 12%;
        padding-right: 12%;
        margin: 10px 0 0;
    }
    .OaC_btn_7:before {
        position: absolute;
        left: 3%;
        top: 15%;
        content: "";
        display: inline-block;
        width: 2.3em;
        height: 2.3em;
        background: url(../img/q.png) no-repeat;
        background-size: contain;
    }
    .sp_close_7 {
        display: none;
        width: 100%;
        margin: 0 auto;
    }

    .close {
        position: relative;
        line-height: 1.6;
        padding-left: 12%;
        padding-right: 25px;
        background: #e7f9ff;
        margin: 0 0 10px;
        padding-top: 10px;
        padding-bottom: 20px;
        color: #000;
    }
    .close:before {
        position: absolute;
        left: 3.5%;
        top: 10%;
        content: "";
        display: inline-block;
        width: 2.3em;
        height: 2.3em;
        background: url(../img/a.png) no-repeat;
        background-size: contain;
    }
    }



/*-------------スタッフ紹介-------------*/
.slider-for.slick-initialized.slick-slider.slick-dotted {
    margin: -10vw 0 15vw 0;
}

@media screen and (min-width:640px){
.slider-for.slick-initialized.slick-slider.slick-dotted {
    margin: 0 0 70px 0;
}
}

/*-------------フッター-------------*/

footer {
    background: #03c1d9;
    color: #fff;
}
tbody {
    font-size: 12px;
}
table.fooer_table {
    width: 100%;
    padding: 10px 10px 0;
    line-height: 1.8;
}
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;
    }
figure.logo {
    text-align: center;
    padding-top: 30px;
}
.logo img {
    width: 60%;
    margin-bottom: 10px;
}
.another {
    width: 100%;
    padding: 5px 30px 20px;
    font-weight: bold;
    border-top: 1px solid #fff;
}

@media screen and (min-width:640px) {
    .another{
        width: 100%;
        padding: 5px 110px 20px;
        font-weight: bold;
        border-top: 1px solid #fff;
    }
    .toiawase{
        width: 400px;
    }
    .logo img {
        width: 40%;
        margin-bottom: 10px;
    }
}


/*プライバシーポリシー*/
.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;
}