@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)";
}



/*共通*/
.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;
}

.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;
  }
}



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

#content {
    width: 100%;
    margin: 0 auto;
}
.wrapper {
    margin: 3%;
}
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: 2.5em;
    margin-top: 5em;
}
    #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:4.3vw;
    top: 33%;
    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: -26%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 5%;
}
.ma {
    margin: 20px 10px;
}

/* 光らせるための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:34px;
    top: 33%;
}
.mv_btn {
    width: 100%;
    margin-top: -176px;
}
}

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

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

@media screen and (min-width:640px) {
#Realtime, #Realtime01, #Realtime02, #Realtime03,#Realtime04 {
    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;
  }
}

/*-------------金庫のお悩み-------------*/
.trouble-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 3%;
}
.item {
    background-color: #fff;
    margin: 7% 3% 8% 3%;
 border: 3px solid #a0a0a0;
 box-shadow: 0px 10px 15px -10px #5e5e5e;
}
section.trouble {
    background-image: url(../img/trouble_bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    /*margin-bottom: 10vw;*/
    padding-bottom: 2vw;
        margin-top: -9vw;
}

h6 {
    position: relative;
    overflow: hidden;
    padding: 3.5vw 2vw 0.5vw 20vw;
    margin-bottom: 0;
    color: #ff7900;
    font-size: 1.4em;
    margin-top: 0;
}

h6:before {
  position: absolute;
  top: -150%;
  left: -100px;
  width: 160px;
  height: 300%;
  content: '';
  -webkit-transform: rotate(25deg);
  transform: rotate(25deg);
  background: #ff7900;
}

h6 span {
  font-size: 1.1em;
  position: absolute;
  z-index: 1;
  top: 3px;
  left: 0;
  display: block;
  padding-top: 3px;
  padding-left: 16px;
  color: #fff;
}
.item p:first-child {
    font-size: 0.8em;
    margin: 0;
}
.price {
    font-size: 1.7em;
    text-align: center;
    color: #fe3100;
    font-weight: bold;
    font-style: oblique;
    margin: 20px 0 0 0;
}
.items {
 width: 48%;
 margin: 0;
}


.item_abs {
    position: absolute;
    top: -10vw;
    left: 54vw;
    background-image: url(../img/trouble_ttl_bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    color: #fff;
    border: 2px solid #a0a0a0;
    border-radius: 30px;
    width: 40vw;
    text-align: center;
    font-size: 1.1em;
    font-weight: bold;
}


@media screen and (min-width:640px){
section.trouble {
   margin-top: -41px;
    margin-bottom: 0px;
}

h6 {
padding: 15px 10px 5px 122px;
    font-size: 42px;
}

h6:before {
    top: -133%;
    left: -87px;
    width: 180px;
}

h6 span {
  top: 6px;
  left: 5px;
}
.item {
    margin: 7% 3% 4% 3%;
}
.item p:first-child {
    font-size: 25px;
}
.price {
font-size: 55px;
margin: 50px 0 0 0;
}


.item_abs {
    top: -52px;
    left: 430px;
    width: 36%;
    font-size: 30px;
}
}



/*-------------お客様からの声-------------*/
section.voices {
    background-image: url(../img/voice_bg.jpg);
    background-size: cover;
    margin: 13vw 0 9vw 0;
    padding-bottom: 2%;
}
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: 5px;
    color: #fff;
    background: #03c1d9;
    font-size: 1em;
    font-weight: bold;
    letter-spacing: 1px;
    margin: 0;
}
.position-voice_p2 {
    font-size: 1em;
}


@media screen and (min-width:640px){
section.voices {
    margin: 95px 0 30px 0;
}
h4 {
    font-size: 2em;
}
    .voice_ttl {
    font-size: 2em;
}
.voice {
    width: 90%;
}
}




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

.balloon {
position: relative;
background-color: #fff;
padding: 0 4% 2%;
border: 2px solid #ff9a00;
color: #333;
border-radius: 15px;
margin: 5% 0;
}

.balloon::before,
.balloon::after {
content: '';
position: absolute;
border: 12px solid transparent;
top: 100%;
left: 18%;
}

.balloon::before {
border-top: 20px solid #ff9a00;
}

.balloon::after {
margin-top: -4px;
border-top: 20px solid #fff;
}

.ballon2 {
    background-image: url(../img/system_anshin_bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 15% 5% 5%;
}

@media screen and (min-width:640px) {
section.system {
margin-top: 5em;
}
.balloon {
padding: 1 4%;
}
}

.sys_ttl{
    margin: auto;
    padding: 30px 0px;
    width: 80%;
}
@media screen and (max-width:640px) {
.sys_ttl{
    padding: 20px 0px;
}
}






/*-------------ご利用の流れ-------------*/
section.step {
    background-color: #eeeeee;
    margin-top: -9%;
}
.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;
}
.step-p1 {
    text-align: center;
    color: #fff;
    background: #03c1d9;
    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){
.step_box {
    height: 475px;
}
.step_flex {
    padding: 15px 30px;
}
.step_n {
    top: -31%;
    left: 2%;
    width: 22%;
}
p.step_p {
    font-size: 16px;
    margin-top: 16px;
}
}

/*コロナ*/
figure.corona {
    margin: -3vw 0 -6vw 0;
}

/*-------------対象エリア-------------*/
section.area {
    margin-top: -6%;
}
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: #ff8404;
}
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 #ff8404;
    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){
section.area {
    margin-top: -7vh;
}
    .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: 2em;
}
    .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: 23%;
        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: 23%;
        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: 23%;
        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: 23%;
        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: 23%;
        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: 23%;
        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;
    }


    .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: 3%;
        top: 13%;
        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) {
    .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: 18%;
        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: 18%;
        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: 18%;
        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: 18%;
        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: 18%;
        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: 18%;
        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;
    }

    .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%;
        top: 13%;
        content: "";
        display: inline-block;
        width: 2.3em;
        height: 2.3em;
        background: url(../img/a.png) no-repeat;
        background-size: contain;
    }
    }

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

footer {
    background: #03c1d9;
    color: #fff;
    margin-top: -9vw;
}
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;
    }
    footer {
    margin-top: -42px;
}
}

.tel_img{
    margin-top:15px;
}
@media screen and (min-width:640px) {
.tel_img{
    margin-top:9px;
}
}

/*モーダル本体の指定 + モーダル外側の背景の指定*/
.modal-container{
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  background: rgba(0,0,0,50%);
  padding: 40px 20px;
  overflow: auto;
  opacity: 0;
  visibility: hidden;
  transition: .3s;
  box-sizing: border-box;
  z-index: 10000;
}
/*モーダル本体の擬似要素の指定*/
.modal-container:before{
  content: "";
  display: inline-block;
  vertical-align: middle;
}

/*モーダル本体に「active」クラス付与した時のスタイル*/
.modal-container.active{
  opacity: 1;
  visibility: visible;
}
/*モーダル枠の指定*/
.modal-body{
  position: relative;
  display: inline-block;
  vertical-align: middle;
}

/*モーダルを閉じるボタンの指定*/
.modal-close{
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  top: -26px;
  right: -10px;
  width: 40px;
  height: 40px;
  font-size: 40px;
  color: #fff;
  cursor: pointer;
}
/*モーダル内のコンテンツの指定*/
.modal-content{
  width: 100%;
}

body.fixed {
	position: fixed;
	width: 100%;
	height: 100%;
	left: 0;
}

@media screen and (min-width:768px) {
    .modal-container:before{
      height: 100%;
    }
    .modal-content {
    width: 50%;
    margin: 0 auto;
    }
    .modal-close {
    top: -26px;
    right: 244px;
    width: 40px;
    height: 40px;
    font-size: 55px;
    color: #fff;
    cursor: pointer;
    }
}

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


/*----241128-------*/
.attension{
    margin-top: -32px;
}
.attension img{
    width: 100%;
}
.attension02 {
    margin-top: 0;
}
@media screen and (min-width:768px) {
    .attension{
        margin-top: -42px;
    }
}
.kaikei img {
    margin: auto;
    width: 94%;
    margin-top: -20%;
    max-width: 600px;
}
.kaikei{
    text-align: center;
    width: 94%;
    background: #ebfdff;
    margin: auto;
    border: solid 3px #03c1d9;
    font-weight: bold;
    padding: 0;
    margin-top: 17%;
    padding-top: 3%;
}
.w-box{
    background: #fff;
padding: 3%;
border-radius: 10px;
width: 94%;
margin: 5% auto;
}
.caution{
background: #03c1d9;
color: #fff;
padding: 1% 0;
}
.caution p{
font-size: 1.2em;
}

/*-------------選ばれる理由-------------*/
section.point {
    background: #eeeeee;
    padding-bottom: 6%;
    margin-top: -3vh;
}
section.point p.point-mi{
    font-size: 12px;
    margin: 0;
    padding: 0 0 10px;    
}
.point_box {
     background: #fff;
}
.point_tx p {
    font-weight: bold;
    line-height: 1.4;
    margin-top: 0;
    padding-top: 3%;
}
.point_ttl {
    display: block;
    font-weight: bold;
    padding: 5% 0;
    margin-top: 0;
    color: #03c1d9;
    font-weight: bold;
    margin: 0;
    padding-bottom: 1%;
    font-size: 1.2em;
    line-height: 1.3;
    border-bottom: solid #03c1d9 2px;
}
.point_box p:nth-child(3) {
    line-height: 1.2;
}
.abs_p1 {
    width: 80%;
}
.abs_p2 {
    top: -1%;
    left: 53%;
    width: 52%;
}
.abs_p4 {
    top: -4%;
    left: 61%;
    width: 37%;
}
.abs_p5 {
    top: -6%;
    left: 62%;
    width: 45%;
}
.abs_p6 {
    top: -4%;
    left: 57%;
    width: 48%;
}
.point_tx {
    padding: 3%;
}
.point_ttlimg {
    width: 30%;
    margin-left: 0;
}
.reasonimg {
    margin-bottom: 8%;
}
@media screen and (min-width:640px){
    section.point {
        margin-top: -6%;
    }
    .abs_p1 {
        width: 55%;
    }
    .abs_p2 {
        top: -5%;
        left: 54%;
        width: 53%;
    }
    .abs_p4 {
        top: -8%;
        left: 69%;
        width: 37%;
    }
    .abs_p5 {
        top: -8%;
        left: 69%;
        width: 33%;
    }
    .abs_p6 {
        top: -4%;
        left: 64%;
        width: 51%;
    }
}
@media screen and (max-width:600px) {
    .point_ttl {
        font-size: 1.3em;
        width: 100%;
    }
    .trouble_bottom {
    font-size: 1.3em;
    }
    }

    @media screen and (max-width:370px) {
    .point_ttl {
        font-size: 0.7em;
        height: 30px;
    }
}