@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:896px){
.sp_n {
  display: none;
}
.pc_n {
    display: block;
}
.pa2 {
    padding: 0 20px;
}
  .br_sp {
    display: none;
  }
 .br_pc {
    display: block;
  }
.pa {
    padding: 20px 10px;
}
}



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

#content {
    width: 100%;
    margin: 0 auto;
}
.wrapper {
    margin: 3%;
}
figure{
  margin: 0 auto;
  max-width: 100%;
}
figure img,
img {
    width: 100%;
    max-width: 100%;
    height: auto;
    vertical-align: middle;
}

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

@media screen and (min-width:896px) {
    #content {
        width: 100%;
        max-width: 100%;
        margin: 0 auto;
    }
    p {
    font-size: 18px;
    margin-bottom: 10px;
    line-height: 1.5;
  }
}
/*------------------------------------------------------------
スマホから
ヘッダー
------------------------------------------------------------*/
header {
  width: 100vw;
  position: relative;
  top: 0;
  z-index: 100;
  box-shadow: 0px 10px 15px -10px #808080;
  padding-top: 30px;
}
#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;
}

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


@media screen and (min-width:896px) {
header {
  width: 100%;
}
#mv {
    /*margin-top: 120px;*/
    margin-bottom: 20px;
}
.head_tell{
    font-size:37px;
    top: 32%;
}
.mv_btn {
    width: 85%;
    margin: 0 auto;
}
}

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

#Realtime, #Realtime01, #Realtime02, #Realtime03, #Realtime04, #Realtime05 {
    font-size: 1.3em;
    font-weight: 700;
    margin: 0;
    padding: 1%;
    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:896px) {
#Realtime, #Realtime01, #Realtime02, #Realtime03, #Realtime04, #Realtime05 {
    font-size: 1.6em;
}
.comment_abs {
    top: -64px;
    height: 55%;
    left: 10px;
    position: absolute;
}
}

@media screen and (max-width:320px) {
#Realtime, #Realtime01, #Realtime02, #Realtime03, #Realtime04, #Realtime05 {
    font-size: 1em;
}
.comment_abs {
    top: -31px;
    width: 45%;
    left: 10px;
    position: absolute;
}
}

.mv-under{
      font-size: 18px;
    line-height: 1.3;
    font-weight: 700;
    margin: 0;
    padding: 14px 0;
    text-align: center;
    font-family: 'Meiryo', 'メイリオ', sans-serif;
}

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

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

  50% {
    opacity: 0;
  }


  100% {
    opacity: 1;
  }
}

.arrow_mt {
margin-top: -2vw;
}

/*-------------基本プランのごあんない-------------*/
.trouble-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 10px;
}
.item {
    width: 24%;
    margin-bottom: 4%;
}
section.trouble {
    margin-bottom:0;
    margin-top: 2.5em;
}
.plan_box {
    background: #e5ecee;
    margin: -5% 0 3%;
    padding-top: 5%;
}

.tp {
    width: 100px;
    height: 110px;
    margin-bottom: 10px;
    background-size: 100%;
}

.trouble-point1{
    background-image: url(../img/trouble01-1.png);
    background-repeat: no-repeat;
}
.trouble-point2{
    background-image: url(../img/trouble02-1.png);
    background-repeat: no-repeat;
}
.trouble-point3{
    background-image: url(../img/trouble03-1.png);
    background-repeat: no-repeat;
}
.trouble-point4{
    background-image: url(../img/trouble04-1.png);
    background-repeat: no-repeat;
}
.trouble-point5{
    background-image: url(../img/trouble05-1.png);
    background-repeat: no-repeat;
}
.trouble-point6{
    background-image: url(../img/trouble06-1.png);
    background-repeat: no-repeat;
}
.trouble-point_p {
    background: #ff7900;
    color: #fff;
    font-weight: bold;
    text-align: center;
    font-size: 0.8em;
    margin-top: 90px;
    position: absolute;
    padding: 0.3em 0.3em;
    border-radius: 100vh;
    letter-spacing: -1.5px;
    width: 27%;
}

.plan_box_ttl {
    font-weight: bold;
    color: #fff;
    background: #04cfe1;
    margin-top: 0;
    padding: 1vw;
    font-size: 1.1em;
}


@media screen and (min-width:896px){
section.trouble {
    margin-bottom: 0;
    margin-top: 20px;
}
.tp {
    width: 200px;
    height: 225px;
    margin-bottom: 10px;
    background-size: 100%;
}
.trouble-flex {
    padding: 25px 25px 0 25px;
}
.trouble-point_p {
    font-size: 1.3em;
    margin-top: 183px;
    padding: 0.3em 0.3em;
    width: 200px;
}
.plan_box_ttl {
    font-size: 30px;
}
}

@media screen and (max-width:320px){
.tp {
    width: 27vw;
    height: 31vw;
    margin-bottom: 10px;
}
.trouble-point_p {
    font-size: 0.7em;
    margin-top: 25vw;
}
p.item02 {
    height: 43vw;
}
}

.web3000 {
    margin: 8vw 3vw;
    text-align: center;
}
@media screen and (min-width:896px){
    .web3000 {
        margin: 50px 0;
    }
}

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

.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:896px) {
section.system {
margin-top: 5em;
}
}

@media screen and (max-width:320px) {
p.fz_se {
    font-size: 0.75em;
}
.ballon2 {
    padding: 11% 5% 5%;
}
}

/*-------------選ばれる理由-------------*/
section.point {
    background: #04cfe1;
    margin-top: 1.5em;
    margin-bottom: 2em;
    margin-bottom: 2em;
}
.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: 75%;
    display: block;
    height: 30px;
    font-size: 0.9em;
    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: 1em;
    letter-spacing: -0.5px;
    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 {
    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%;
}

@media screen and (min-width:896px){
.point_ttl {
    width: 56%;
    height: 10%;
    font-size: 1.3em;
}
h3 {
    font-size: 1.7em;
    line-height: 1.3;
}
.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:320px) {
.point_ttl {
font-size: 0.7em;
}
h3 {
font-size: 0.9em;
}
}

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

@media screen and (min-width:896px){
h4 {
    font-size: 2em;
}
    .voice_ttl {
    font-size: 2em;
}
.voice {
    width: 90%;
}
section.voices {
    margin-top: 100px;
}
}

@media screen and (max-width:320px) {
h4 {
    font-size: 1em;
}
}

/*-------------ご利用の流れ-------------*/
section.step {
    background-color: #fff2d6;
    margin-bottom: 2em;
}
.step_flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.step_box {
    width: 24%;
    box-shadow: 0px 10px 15px -10px #808080;
    margin-bottom: 20px;
    height: 305px;
    background: #fff;
}
.step-p1 {
    text-align: center;
    color: #fff;
    background: #03c1d9;
    padding: 2%;
    font-weight: bold;
}
.step_n {
    top: -15%;
    left: -1%;
    width: 22%;
}
.step_p {
    padding: 0 7%;
}
p.step_p {
    font-size: 0.8em;
}
.step_mt {
    margin-top: -24px;
}

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

@media screen and (max-width:320px) {
.step_n {
    top: -15%;
    left: -5%;
    width: 22%;
}
}

/*-------------対象エリア-------------*/
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%;
    position: relative;
    z-index: 2;
}
dl.area2 {
    margin-top: -10px;
    width: 40%;
    margin-bottom: 16vh;
}
.map_abs {
    top: -3%;
    z-index: 0;
}
dt {
    color: #fff;
}
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_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:896px){
    .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: 40%;
        right: 4%;
        width: 2%;
    }

/*1~10*/
    .OaC_btn_1,.OaC_btn_2,.OaC_btn_3,.OaC_btn_4,.OaC_btn_5,.OaC_btn_6,.OaC_btn_7,.OaC_btn_8,.OaC_btn_9,.OaC_btn_10 {
        display: block;
        background-color: #ffffff;
        padding: 18px;
        color: #03c1d9;
        font-weight: bold;
        border: 3px solid #03c1d9;
        font-size: 18px;
        position: relative;
        line-height: 1.3;
        padding-left: 3%;
        padding-right: 12%;
        margin: 20px 10px 5px 10px;
    }

    .sp_close_1,.sp_close_2,.sp_close_3,.sp_close_4,.sp_close_5,.sp_close_6,.sp_close_7,.sp_close_8,.sp_close_9,.sp_close_10 {
        display: none;
        width: 100%;
        margin: 0 auto;
    }

    .close {
        line-height: 1.6;
        padding: 3%;
        margin: 0 10px 10px;
        padding-top: 10px;
        padding-bottom: 20px;
        color: #000;
    }
    .another{
        width: 100%;
        padding: 5px 110px 20px;
        font-weight: bold;
        border-top: 1px solid #5f86bb;
    }


@media screen and (max-width:896px) {
/*FAQ*/
/*アコーディオン*/
.q_arrow {
    position: absolute;
    top: 40%;
    right: 4%;
    width: 4%;
}

/*1-6*/
.OaC_btn_1,.OaC_btn_2,.OaC_btn_3,.OaC_btn_4,.OaC_btn_5,.OaC_btn_6,.OaC_btn_7,.OaC_btn_8,.OaC_btn_9,.OaC_btn_10 {
    font-size: 18px;
    padding-left: 3%;
}

.sp_close_1,.sp_close_2,.sp_close_3,.sp_close_4,.sp_close_5,.sp_close_6,.sp_close_7,.sp_close_8,.sp_close_9,.sp_close_10 {
    display: none;
    width: 100%;
    margin: 0 auto;
}

.close {
    line-height: 1.6;
    padding: 3%;
    margin: 0 10px 10px;
    padding-top: 10px;
    padding-bottom: 20px;
    color: #000;
}
.another{
    width: 100%;
    padding: 5px 110px 20px;
    font-weight: bold;
    border-top: 1px solid #5f86bb;
}

}

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

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

.foot_flex,
.foot_area_list{
    display: flex;
    justify-content: space-between;
}
.foot_flex .foot_flex_child:last-child{
    font-weight: bold;
}
.foot_flex_child{
    width: 17%;
    line-height: 1.5;
}
.foot_flex_child a,
.foot_flex_child a:hover,
.foot_flex_child a:visited{
    color: #fff;
}
.foot_flex_child>p{
    font-weight: bold;
    margin: 0 0 10px;
}
.foot_area_list>p{
    display: block;
    width: 33%;
}
.foot_tex{
    width: 1000px;
    margin: 0 auto;
    padding-bottom: 40px;
}

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

}

@media screen and (max-width:896px) {
    .foot_flex{
        margin-top: 30px;
        flex-wrap: wrap;
        justify-content: flex-start;
    }
    .foot_flex_child{
        width: 48%;
        margin: 0 1% 20px 0;
    }
    .foot_tex{
        width: 95%;
    }
}





h3{
    font-size: 150%;
    font-weight: bold;
}
.pics{
    display: block;
    max-width: 100%;
    margin: 1% auto;
}
h4{
    text-align: center;
    max-width: 1000px;
    margin: 1% auto;
    font-weight: bold;
    font-size: 140%;
    line-height: 1.8;
}
.pc{
    display: block;
    max-width: 100%;
    margin: 1% auto;
}
.sp{
    display: none;
}

.kinds h4{
    color: #f83600;
}
.sum_bg{
    padding: 3% 0;
    margin-top: 3%;
}
.sum_bg h4{
    color: #007284;
    margin-bottom: 3%;
}
.sum_bg h5{
    text-align: center;
    color: #333;
    margin-top: 3%;
    font-weight: bold;
    font-size: 110%;
    line-height: 1.8;
    padding: 0;
}
.staff_card{
    max-width: 1000px;
    margin: 3% auto;
    border: 2px solid #007284;
    border-radius: 10px;
    padding-top: 2%;
}
.staff_card_prof{
    display: flex;
    width: 90%;
    margin: 0 auto 3%;
    justify-content: space-between;
    align-items: center;
}
.staff_card_prof img{
    display: block;
    width: 20%;
}
.staff_card_prof div{
    width: 77%;
}
.staff_card_prof div h6{
    font-weight: bold;
    margin: 0 0 2%;
    font-size: 120%;
}
.staff_card_comment{
    background-color: #b1d9df;
    padding: 3% 2%;
    border-radius: 0 0 10px 10px;
}


.fixed_case{
    margin: 2% auto;
    max-width: 1000px;
    border: 25px solid #b1d9df;
    box-sizing: border-box;
    background-color: #fff;
    padding: 2%;
    display: flex;
    justify-content: space-between;
}
.fixed_case_cat{
    display: flex;
    justify-content: space-between;
    margin-bottom: 2%;
}
.fixed_case_cat p{
    display: block;
    width:48%;
}
.fixed_case_cat .left span{
    background-color: #007284;
    border-radius: 30px;
    padding: 2px 15px;
    color: #fff;
    font-weight: bold;
}
.fixed_case_cat .right{
    text-align: right;
}
.fixed_case .pc_ds{
    display: block;
    width:25%;
    object-fit: contain;
}
.fixed_case .sp_ds{
    display: none;
}
.fixed_case>div{
    width: 73%;
}
.fixed_case div b{
    font-size: 120%;
    font-weight: bold;
}

.other_service02 li{
    list-style: none;
    width: 28% !important;
    text-align: center;
    border: 1px solid #fff;
    padding: 10px 0;
    margin-bottom: 10px;
}
.other_service02 li a{
    color: #fff;
}
.other_service02 li .contact{
    font-weight: normal;
}
.price_detail{
    margin: 2% auto;
    max-width: 1000px;
}
.price_detail_ttl{
    display: block;
    padding: 10px 0;
    background-color: #b1d9df;
    color: #666;
    margin-bottom: 2%;
    text-align: center;
    font-size: 120%;
    font-weight: bold;
}
.price_table{
    width: 100%;
    margin: 2% auto;
    border-collapse: collapse;
}
.price_table td{
    border: 1px solid #999;
    padding: 10px 15px;
}
.price_table tr:first-child td{
    background-color: #eee;
    text-align: center;
    
}

.other_service{
    display: block;
    text-align: center;
}

.other_service02{
    display: flex;
    justify-content: space-between;
    padding: 2%;
    list-style: disc;
    flex-wrap: wrap;
    flex-direction: row;
}

.other_service02 li{
    line-height: 2;
    width: 200px;
}
.other_service02 li .contact{
    font-weight: normal;
}

.view_ex_all{
    display: block;
    text-align: center;
}
.view_ex_all a{
    color: #fff;
    border-radius: 50px;
    background-color: #f00;
    padding: 10px 25px;
    font-weight: bold;
}
.fixed_case_cat+p a,
.fixed_case_cat+p a:hover,
.fixed_case_cat+p a:visited{
    color: #333;
}

.bg_lBlue{
    background-color: #d8ecef;
    padding-bottom: 5%;
}
.area_flex{
    width: 100%;
    max-width: 1200px;
    margin: 5% auto 3%;
    display: flex;
    justify-content: space-between;
    position: relative;
}
.area_flex iframe{
    width: 50%;
}
.area_flex .area_flex_ttl{
    width: 48%;
}
.area_flex .area_flex_ttl h3{
    text-align: center;
    padding: 10px 0;
    color: #007284;
}
.area_flex .area_flex_ttl .area_flex_child{
    line-height: 2;
    height: 300px;
    padding-right: 10px;
    overflow-y: scroll;
}
.area_flex .area_flex_ttl .area_flex_child a{
    margin-bottom: 10px;
    padding: 0px 15px;
    background-color: #fff;
    color: #007284;
    font-weight: bold;
    border-radius: 100px;
    display: inline-block;
    font-size: 14px;
}
.area_flex+.anno{
    display: block;
    width: 1000px;
    font-size:12px;
    color:#999;
    text-align: right;
    margin: -2.5% auto 0;
}

.column_area{
    width: 100%;
    max-width: 1000px;
    margin: 5% auto;
}
.column_area>h2{
    background: #007284;
    text-align: center;
    padding: 5px 0;
    color: #fff;
    font-size: 24px;
    margin: 4% 0 2%;
}
.column_area>h3{
    color: #007284;
    font-size: 20px;
    margin: 3% 0 1%;
    font-style: normal;
    border-bottom: 1px solid #007284;
}
.column_area>h4{
    text-align: left;
    margin: 1% 0 0;
    padding: 0;
    font-size: 16px;
}
.column_area p{
    margin: 10px 0;
}
.area a,
.area a:visited,
.area a:hover{
    color: #333;
}

.allPrice_table_wrap{
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
}
.allPrice_table{
    width: 49%;
    margin: 1.5% auto 2%;
    border-radius: 10px;
    border: 2px solid #007284;
    background-color: #e0fbff;
}
.allPrice_table h5{
    text-align: center;
    border-bottom: 2px solid #ff7900;
    color: #ff7900;
    width: 70%;
    margin: 2% auto 4%;
    padding: 0;
    font-size: 20px;
}
.allPrice_table>div{
    display: flex;
    justify-content: space-between;
    width: 90%;
    margin: 1% auto;
    border-bottom: 2px solid #007284;
}
.allPrice_table>div:last-child{
    border: none;
}
.allPrice_table>div>p{
    display: block;
    font-weight: bold;
    color: #007284;
    margin: 0;
    padding: 5px 0;
    font-size: 16px;
}
.allPrice_table>div>p:first-child{
    width: 68%;
}
.allPrice_table>div>p:last-child{
    width: 30%;
}
.bgY{
    background-color: #fff9f3;
}
.column_child{
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin: 2% auto;
    border-bottom: 2px dashed #999;
    padding-bottom: 5px;
}
.column_child>img{
    width: 20%;
    object-fit: contain;
}
.column_child>div{
    width: 78%;
}
.column_child>div a,
.column_child>div a:hover,
.column_child>div a:visited{
    color: #007284;
    font-weight: bold;
    font-size: 20px;
}
.column_child>div p{
    font-size: 14px;
}

.t_link{
    text-align: center;
    margin: 20px auto;
}
.t_link>p{
    font-size: 20px;
}
.t_link div{
    margin: 15px auto 60px;
}
.t_link div a{
    font-weight: bold;
    color: #007284;
    font-size: 26px;
    margin: 0 10px;
}

@media screen and (max-width:896px){
    h2{
        font-size: 5.5vw;
        margin: 10% 0 0;
    }
    .pc{
        display: none;
    }
    .sp{
        display: block;
    }
    .pics{
        max-width: 95%;
    }
    h4{
        font-size: 100%;
    }
    .sum_bg{
        padding: 20% 3% 5%;
    }
    .sum_bg img{
        margin: 5% auto;
    }
    .sum_bg h5{
        font-size: 95%;
    }
    .staff_card{
        width: 95%;
    }
    .staff_card_prof img{
        display: block;
        width: 30%;
    }
    .staff_card_prof div{
        width: 65%;
    }
    .staff_card_comment{
        padding: 5%;
    }
    .fixed_case{
        display: block;
        padding: 3%;
        margin: 2% auto;
        width: 95%;
        border: 10px solid #b1d9df;
    }
    .fixed_case img,
    .fixed_case>div{
        width: 100%;
    }
    .fixed_case .pc_ds{
        display: none;
    }
    .fixed_case .sp_ds{
        display: block;
        margin-bottom: 3%;
    }
    .fixed_case_cat{
        display: block;
    }
    .fixed_case_cat p{
        width: 100%;
    }
    .fixed_case_cat .right{
        text-align: left;
    }
    .other_service02{
        padding: 0 !important;
    }
    .other_service02 li{
        width: 47% !important;
    }
    .price_table{
        width: 95%;
    }
    .price_table td{
        padding: 10px;
        line-height: 1.6;
    }
    .price_table td:first-child{
        width: 65%;
    }
    .other_service02{
        padding: 2% 5%;
        width: 95%;
        margin-right: auto;
        margin-left: auto;
    }
    .other_service02 li{
        line-height: 2;
        width: 100px;
    }
    .other_service02 li a{
        font-size: 14px;
    }
    .view_ex_all{
        margin-top: 20px;
    }
    .area_flex{
        width: 95%;
        display: block;
    }
    .area_flex iframe,
    .area_flex .area_flex_ttl{
        width: 100%;
    }
    .area_flex iframe{
        height: 30vh;
    }
    .area_flex .area_flex_ttl h3{
        margin-top: 6%;
    }
    .area_flex .area_flex_ttl .area_flex_child{
        height: 150px;
    }
    .column_area{
        width: 95%;
    }
    .allPrice_table_wrap{
        display: block;
    }
    .allPrice_table{
        width: 95%;
    }
    .column_child{
        display: block;
        margin-bottom: 5%;
    }
    .column_child>img,
    .column_child>div{
        width: 100%;
    }
    .column_child>div p{
        margin: 0;
    }
    .t_link>p{
        font-size: 18px;
    }    
    .t_link div a{
        font-size: 20px;
    }
}

/*
.head_flex{
    width: 800px;
    max-width: 100%;
    margin: 0 auto;
    display: flex;
    align-items: center;
}
.head_flex>figure{
    margin: 0;
}
.head_flex>div{
    position: relative;
}
.head_flex>div>p{
    display: block;
    position: absolute;
    right: 4%;
}
*/
h2.ttl{
    background: linear-gradient(to bottom, #007284 0%, #05cfe1 100%);
    padding: 25px 0;
    text-align: center;
    font-size: 3.5em;
    color: #fff;
    text-shadow: 0 0 10px #007284;
    font-style: italic;
    position: relative;
    line-height: 1.2;
}
h2.ttl::after{
    content: '';
    position: absolute;
    top: 100%;
    left: calc(80vw - 50%);
    width: 0;
    height: 0;
    border-top: 60px solid #05cfe1;
    border-left: 20vw solid transparent;
    border-right: 20vw solid transparent;
}
h2.ttl>span{
    color: #faec2f;
    font-size: 1.2em;
}

/*PC*/
@media screen and (min-width:896px){
    .sec_content{
        width: 1000px;
        max-width: 100%;
        margin: 0 auto;
        padding-top: 50px;
    }
    .sec_content figure{
        text-align: center;
    }
    .ballon2>.fsSS{
        text-align: right;
    }
    .pc{
        display: block;
    }
    .sp{
        display: none;
    }
}
/*SP*/
@media screen and (max-width:896px){
    /*
    .head_flex{
        padding: 10px;
        box-sizing: border-box;
    }
    .head_flex>figure{
        width: 80%;
    }
    */
    h2.ttl{
        font-size: 2em;
    }
    h2.ttl::after{
        border-top: 25px solid #05cfe1;
    }
    .sec_content{
        padding: 30px 5px 0;
    }
    .pc{
        display: none !important;
    }
    .sp{
        display: block;
    }
}


/* 210917 */
.lead_text{
    margin: 70px 0;
    position: relative;
    z-index: 5;
    background-image: url('../img/lead_bg.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    padding: 40px 0;
}
.lead_text>p{
    margin-bottom: 15px;
    display: block;
    text-align: center;
}
.lead_text>p:first-child{
    color: #999;
    font-weight: bold;
}
.lead_text>p>b{
    font-size: 2rem;
    color: #e10000;
}
.lead_text>p:first-child>span{
    background-color: #999;
    color: #fff;
    padding: 0px 10px;
    position: relative;
    margin: 0 5px;
    font-size: 1.4rem;
}
.lead_text>p:first-child>span::before{
    content: '';
    border: 6px solid transparent;
    border-top: 6px solid #999;
    top: 100%;
    left: 15%;
    position: absolute;
}
.lead_text>p:nth-child(2){
    color: #ff7800;
    font-size: 2.2rem;
    font-weight: bold;
}
.lead_text>p:last-child{
    color: #333;
}

.pics{
    display: block;
    max-width: 1000px;
    margin: 1% auto;
}

.kinds h4{
    color: #f83600;
}
.sum_bg{
    background-color: #b1d9df;
    padding: 3% 0;
    margin-top: 3%;
}
.sum_bg h4{
    color: #007284;
    margin-bottom: 3%;
}
.sum_bg h5{
    text-align: center;
    color: #333;
    margin-top: 3%;
    font-weight: bold;
    font-size: 110%;
    line-height: 1.8;
}
.staff_card{
    max-width: 1000px;
    margin: 3% auto;
    border: 2px solid #2177ed;
    border-radius: 10px;
    padding-top: 2%;
}
.staff_card_prof{
    display: flex;
    width: 90%;
    margin: 0 auto 3%;
    justify-content: space-between;
    align-items: center;
}
.staff_card_prof img{
    display: block;
    width: 15%;
}
.staff_card_prof div{
    width: 83%;
}
.staff_card_prof div h6{
    font-weight: bold;
    margin-bottom: 2%;
    font-size: 120%;
}
.staff_card_comment{
    background-color: #e1eaf7;
    padding: 3% 2%;
    border-radius: 0 0 10px 10px;
}

.ttl_img{
    display: block;
    width: 15%;
    margin: 0 auto;
}

.other_service02 li{
    list-style: none;
    width: 28% !important;
    text-align: center;
    border: 1px solid #fff;
    padding: 10px 0;
    margin-bottom: 10px;
}
.other_service02 li a{
    color: #fff;
}
.other_service02 li .contact{
    font-size:14px;
    font-weight: normal;
}


.allPrice_table{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 5% auto 0;
    max-width: 1000px;
    align-items: flex-start;
}
.allPrice_table_child{
    width: 48%;
    border: 2px solid #2177ed;
    position: relative;
    text-align: left;
    margin-bottom: 80px;
}
.allPrice_table_child::before{
    content: '';
    position: absolute;
    bottom: 100%;
    left: -1px;
    border-radius: 10px 10px 0 0;
    padding: 10px 15px;
    background-color: #2177ed;
    font-weight: bold;
    color: #fff;
}
.atc1::before{
    content: '鍵を開ける';
}
.atc2::before{
    content: '鍵・鍵穴の修理';
}
.atc3::before{
    content: '鍵・鍵穴の交換';
}
.atc4::before{
    content: '鍵穴の新規取付';
}
.allPrice_table_child tr:nth-child(even){
    background-color: #e1eaf7;
}
.allPrice_table_child tr td,
.allPrice_table_child tr th{
    padding: 10px 15px;
}
.allPrice_table_child tr th{
    width: 75%;
}
.allPrice_table_child tr td{
    width: 25%;
}


.t_link{
    text-align: center;
    margin: 20px auto;
}
.t_link>p{
    font-size: 20px;
}
.t_link div{
    margin: 15px auto 60px;
}
.t_link div a{
    font-weight: bold;
    color: #2177ed;
    font-size: 26px;
    margin: 0 10px;
}

.head_menu{
    text-align: center;
    margin: 20px auto;
}
.head_menu>a{
    text-decoration: none;
    font-size: 18px;
    color: #999;
    padding: 0 20px;
    font-weight: normal;
    border-right: 1px solid #999;
}
.head_menu>a:last-child{
    border: none;
}


.body_menu{
    width: 1000px;
    margin: 20px auto;
    display: flex;
    justify-content: space-between;
}
.body_menu li{
    display: block;
    width:24%;
    text-align: center;
    background-color: #b1d9df;
    border: 2px solid #05cfe1;
    position: relative;
}
.body_menu li::before,
.body_menu li::after{
    content: '';
    border: 16px solid transparent;
    position: absolute;
    left: 43%;
}
.body_menu li::before{
    border-top: 16px solid #05cfe1;
    top: 100%;
}
.body_menu li::after{
    border-top: 16px solid #fff;
    top: 99%;
}
.body_menu li>a{
    font-size: 2rem;
    text-decoration: none;
    color: #333;
    font-weight: bold;
}
.body_menu li>a>.b_m_t,
.body_menu li>a>.b_m_b{
    display: block;
    padding: 5px;
    font-size: 1.4rem;
}
.body_menu li>a>.b_m_t{
    background-color: #007284;
    color: #fff;
    margin-bottom: 30px;
}
.body_menu li>a>.b_m_b{
    background-color: #fff;
    color: #05cfe1;
    margin-top: 30px;
}
.body_menu{
    padding-inline-start: 0 !important;
}

.dots_txt{
    display: block;
    text-align: center;
    font-size: 1.6rem;
    line-height: 0.5;
    margin-bottom: 30px;
    color: #999;
}
.fav_reason>h4{
    font-size: 110%;
}
.fav_reason>h5{
    margin: 40px auto 20px;
    text-align: center;
    color: #333;
    font-size: 1.8rem;
    font-weight: bold;
}
.fav_reason>h5::after{
    content: '';
    display: block;
    width: 40%;
    height: 2px;
    max-width: 350px;
    background-color: #333;
    margin: 10px auto 0;
}
.fav_reason>h5>span{
    margin-left: 10px;
    color: #e10000;
    font-size: 2.2rem;
}
.contact_ranking{
    width: 1000px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.contact_ranking_child{
    width: 32%;
    margin-bottom: 20px;
}
.contact_ranking_child>h6{
    background-color: #b1d9df;
    padding: 5px;
    color: #333;
    font-weight: bold;
    font-size: 1.4rem;
    text-align: center;
    margin: 0;
}
.contact_ranking_child>p{
    display: block;
    padding: 10px 0 5px;
    border-bottom: 1px dashed #999;
    font-weight: bold;
    margin: 5px;
}
.contact_ranking_child>p a{
    color: #333;
}
.contact_ranking_child>p:last-child{
    border: none;
    text-align: right;
}
.contact_ranking_child>p>span{
    border-radius: 100%;
    padding: 0 7px;
    margin-right: 10px;
}
.contact_ranking_child>.crc_first>span{
    background-color: #ff7800;
    color: #fff;
}
.contact_ranking_child>.crc_second>span,
.contact_ranking_child>.crc_third>span{
    color: #ff7800;
}
.contact_ranking_child>.crc_second>span{
    background-color: #ffbb7f;
}
.contact_ranking_child>.crc_third>span{
    background-color: #ffe4cc;
}
.cr_anno{
    display: none;
}
.slick_new{
    margin: 0;
}
.slick_new_wrapper{
    border: 4px solid #007284;
    width: 1000px;
    margin: 5% auto 0;
}
.slick_new_wrapper>h3{
    background-color: #007284;
    color: #fff;
    text-align: center;
    padding: 10px;
    font-weight: bold;
}
.slick_new_wrapper>h3>span{
    color: #fff600;
}
.slick_new_wrapper>.slick_new{
    padding: 10px 20px;
}
.slick_new_wrapper>.slick_new a{
    color: #333;
}
.slick_new_wrapper>.slick_new>div span{
    color: #e10000;
    font-weight: bold;
    margin-right: 10px;
}
.slick_new_wrapper+.sec_content{
    padding-top: 15px;
}

.slick01_wrapper{
    width: 800px;
    margin: 0 auto;
    overflow-x: hidden;
}
.slick01 .slick-next,
.slick01 .slick-prev,
.slick02 .slick-next,
.slick02 .slick-prev,
.slick_new .slick-next,
.slick_new .slick-prev{
    display: none !important;
}


.slick02{
    width: 900px;
    margin: 0 auto;
}
.slick02_child{
    border: 2px solid #333;
    border-radius: 15px;
    background-color: #fff;
    padding: 15px;
    box-sizing: border-box;
    display: flex !important;
    align-items: center;
}
.slick02_child>img{
    display: block;
    width: 25%;
    object-fit: contain;
    margin-right: 3%;
}
.slick02_child>div{
    width: 70%;
}
.slick02_child>div>p{
    margin: 10px 0;
}
.slick02_child>div>p:first-child{
    color: #e10000;
    font-size: 1.6rem;
}
.slick02_child>div>p>span{
    background-color: #e10000;
    padding: 3px 5px;
    color: #fff;
    margin-right: 20px;
}
.slick02_child>div>p>a{
    margin-left: 20px;
    color: #333;
}
.slick02_child>div>p>a>img{
    width: 20px;
    display: inline-block !important;
    position: relative;
    margin-right: 5px;
}
.flow_txt{
    width: 1000px;
    margin: 0 auto;
    border-top: 2px solid #007284;
    border-bottom: 2px solid #007284;
    overflow: hidden;
    padding: 5px 0;
}
.flow_txt>p{
    margin:0;
    display : inline-block;
    padding-left: 100%;
    font-size: 1.6rem;
    font-weight: bold;
    white-space : nowrap;
    line-height : 1em;
    animation : scrollFlowTxt 10s linear infinite;
}
.flow_txt>p>span{
    color: #e10000;
}
@keyframes scrollFlowTxt{
    0%{transform: translateX(0)}
    100%{transform: translateX(-100%)}
}


.illust_card{
    width: 1000px;
    margin: 40px auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border: 4px solid #ff7800;
    background-color: #ffe4cc;
    border-radius: 10px;
    padding: 15px;
    box-sizing: border-box;
    padding-bottom: 0;
}
.illust_card>img{
    display: block;
    width: 20%;
}
.illust_card>div{
    width: 78%;
}
.illust_card>div>p:first-child{
    color: #ff7800;
    font-weight: bold;
    font-size: 1.8rem;
}
.illust_card>div>p:first-child .marker{
    padding: 0 5px;
    background: linear-gradient(to bottom, rgba(255, 255, 167, 0) 20%, rgba(255, 255, 167, 1) 100%);
}
.illust_card>div>p:first-child .fsL{
    font-size: 2.4rem;
}

.ave_area{
    width: 1000px;
    margin: 15px auto 60px;
}
.ave_kind{
    border: 3px solid #999;
    padding: 15px;
    margin: 15px auto;
}
.ave_area .or .ave_kind_child>p:first-child{
    background-color: #ffbb7f;
}
.ave_kind>.ave_kind_child{
    display: flex;
    margin: 5px auto;
}
.ave_kind>.ave_kind_child>p{
    display: block;
}
.ave_kind>.ave_kind_child>p:first-child{
    width: 30%;
    text-align: center;
    background-color: #e1eaf7;
    padding: 5px 0;
    font-weight: bold;
}
.ave_kind>.ave_kind_child>p:last-child{
    padding: 5px 0 5px 10px;
}
.ave_kind+.ave_kind{
    margin-bottom: 0;
}
.ave_kind+p{
    text-align: right;
}

.map_bg_area{
    width: 1000px;
    margin: 0 auto;
    position: relative;
}
.map_txt{
    display: block;
    text-align: center;
    margin-top: 100px;
}
.map_bg_area>h3{
    text-align: left;
    color: #e10000;
    text-decoration: underline;
    font-size: 2.2rem;
    margin-top: 10%;
}
.map_bg_img{
    display: block;
    width: 50%;
    margin: 0 auto;
}
.mc_ab{
    position: absolute;
    font-size: 1.6rem;
}
.mc_ab a{
    color: #333;
}
.mc_ab>p:first-child{
    font-size: 1.8rem;
    font-weight: bold;
}

/* 北海道 */
.map_content01{
    right: 9%;
    top: 5%;
}
.map_content01>p:first-child{
    color: #00a5d3;
}
/* 関東 */
.map_content02{
    right: 22%;
    bottom: 31%;
}
.map_content02>p:first-child{
    color: rgb(0,160,217);
}
/* 関西 */
.map_content03{
    left: 37%;
    top: 22%;
}
.map_content03>p:first-child{
    color: rgb(225,129,169);
}
/* 関西 */
.map_content04{
    right: 42%;
    bottom: 13%;
}
.map_content04>p:first-child{
    color: rgb(42,105,179);
}
/* 四国・中国 */
.map_content05{
    left: 14%;
    top: 42%;
}
.map_content05>p:first-child{
    color: rgb(207,219,0);
}
/* 九州 */
.map_content06{
    left: 10%;
    bottom: 13%;
}
.map_content06>p:first-child{
    color: rgb(234,89,31);
}

.bg_lBlue+.map_area{
    margin-top: 4%;
}


@media screen and (max-width:896px){
    .pics{
        max-width: 95%;
    }
    .sum_bg{
        padding: 3%;
    }
    .sum_bg img{
        margin: 5% auto;
    }
    .sum_bg h5{
        font-size: 95%;
    }
    .staff_card{
        width: 95%;
    }
    .staff_card_prof img{
        display: block;
        width: 30%;
    }
    .staff_card_prof div{
        width: 65%;
    }
    .staff_card_comment{
        padding: 5%;
    }
    .ttl_img{
        width: 50%;
    }
    .other_service02{
        padding: 0 !important;
    }
    .other_service02 li{
        width: 47% !important;
    }
    .price_table{
        width: 95%;
    }
    .price_table td{
        padding: 10px;
        line-height: 1.6;
    }
    .price_table td:first-child{
        width: 65%;
    }
    .view_ex_all{
        margin-top: 20px;
    }
    .allPrice_table{
        display: block;
        width: 95%;
        margin: 15% auto;
    }
    .allPrice_table_child{
        width: 100%;
        margin-bottom: 50px;
    }
    .allPrice_table_child tr th{
        line-height: 1.8;
        width: 70%;
    }
    .allPrice_table_child tr td{
        padding-left: 0;
    }
    .column_area{
        width: 95%;
    }
    .column_child{
        width: 95%;
        display: block;
        margin-bottom: 5%;
    }
    .column_child>img,
    .column_child>div{
        width: 100%;
    }
    .column_child>div p{
        margin: 0;
    }
    .t_link>p{
        font-size: 18px;
    }
    .t_link div a{
        font-size: 20px;
        line-height: 2;
    }
    .head_menu>a{
        font-size: 14px;
        padding: 0 5px;
        border-right: none;
        border-bottom: 1px solid #999 !important;
        line-height: 2;
    }
    .body_menu{
        width: 98%;
        flex-wrap: wrap;
    }
    .body_menu li{
        width: 48.5%;
    }
    .body_menu li:nth-child(1),
    .body_menu li:nth-child(2){
        margin-bottom: 20px;
    }
    .body_menu li>a{
        font-size: 1.6rem;
    }
    .body_menu li>a>.b_m_t,
    .body_menu li>a>.b_m_b{
        font-size: 1.2rem;
        font-weight: normal;
    }
    .body_menu li>a>.b_m_t{
        margin-bottom: 15px;
    }
    .body_menu li>a>.b_m_b{
        margin-top: 15px;
    }
    .fav_reason>h4{
        font-size: 100%;
    }
    .fav_reason>h5{
        font-size: 1.4rem;
    }
    .fav_reason>h5>span{
        font-size: 1.8rem;
    }
    .contact_ranking{
        width: 98%;
        height: 65vh;
        overflow-y: scroll;
        border: 2px solid #e1eaf7;
        margin: 0 auto 30px;
    }
    .cr_anno{
        color: #333;
        display: block;
        text-align: center;
    }
    .contact_ranking_child{
        width: 100%;
        margin-bottom: 10px;
    }
    .contact_ranking_child>p{
        padding: 10px 10px 5px;
    }
    .slick_new_wrapper{
        width: 93%;
    }
    .slick_new>div{
        line-height: 1.5;
    }
    .slick01_wrapper,
    .slick02{
        width: 98%;
    }
    .slick02_child{
        display: block !important;
    }
    .slick02_child>div{
        width: 100%;
    }
    .slick02_child>img{
        width: 60%;
        margin: 0 auto;
    }
    .slick02_child>div>p>a{
        display: block;
        margin: 10px 0;
    }
    .lead_text{
        margin: 20px 0;
    }
    .lead_text>p:nth-child(2){
        font-size: 1.8rem;
    }
    .flow_txt{
        overflow: visible;
    }
    .flow_txt>p{
        font-size: 1.4rem;
    }
    .illust_card{
        width: 98%;
        display: block;
        padding-bottom: 15px;
    }
    .illust_card>div{
        width: 100%;
    }
    .illust_card>img{
        width: 50%;
        margin: 0 auto;
    }
    .illust_card>div>p:first-child{
        font-size: 1.6rem;
        text-align: center;
        margin-bottom: 20px;
    }
    .illust_card>div>p:first-child>span{
        font-size: 1.6rem;
    }
    .ave_area{
        width: 98%;
    }
    .ave_kind>.ave_kind_child{
        display: block;
    }
    .ave_kind>.ave_kind_child>p{
        width: 100% !important;
    }
    .map_bg_area{
        width: 95%;
    }
    .map_bg_area>h3{
        font-size: 1.6rem;
    }
    .map_bg_area .map_bg_img{
        width: 100%;
        margin-top: 20px;
    }
    .mc_ab{
        position: static;
        margin: 10px 0;
    }
    .mc_ab>p{
        font-size: 1.2rem !important;
    }
    .map_txt{
        margin-top: 30px;
    }
    .bg_lBlue+.map_area{
        margin-top: 10%;
    }
    #content{
        overflow-x: hidden;
    }
    .item{
        width: 31%;
    }
    .flow_txt{
        width: 100%;
    }
    .step_box{
        width: 48%;
    }
    #mv{
        width: 100%;
    }
}



/*========= ナビゲーションドロップダウンのためのCSS ===============*/

/*==ナビゲーション全体の設定*/
.n_humb{
	background-color: #697685;
	color:#fff;
	text-align: center;
}
/*ナビゲーションを横並びに*/
.n_humb ul{
	list-style: none;
	display: flex;
	justify-content: center;
	padding: 10px 0;
	width: 80%;
	max-width: 1100px;
	margin: 0 auto;
}
/*2階層目以降は横並びにしない*/
.n_humb ul ul{
	display: block;
}

/*下の階層のulや矢印の基点にするためliにrelativeを指定*/
.n_humb ul li{
    display: block;
    width: 20%;
	position: relative;
	border-right: 1px solid #999;
}
.n_humb ul li:last-child{
    border:none;
}

/*ナビゲーションのリンク設定*/
.n_humb ul li a{
	display: block;
	text-decoration: none;
	color: #999;
	transition:all .3s;
	padding:20px 35px;
}
.n_humb ul li p{
    padding:20px 35px;
    margin: 0;
}
.n_humb ul li p,
.n_humb ul li a,
.n_humb ul li a:hover{
    color: #fff;
    text-decoration: none !important;
}

.n_humb ul li li a{
	padding:10px 15px;
}

.hm_icon{
    display: block;
    height: 35px;
    margin: 0 auto 10px;
    object-fit: contain;
}


/*==矢印の設定*/

/*2階層目を持つliの矢印の設定
.n_humb ul li.has-child::before{
	content:'';
	position: absolute;
	left:15px;
	top:25px;
	width:6px;
	height:6px;
	border-top: 2px solid #999;
    border-right:2px solid #999;
    transform: rotate(135deg);
}
*/

/*3階層目を持つliの矢印の設定
.n_humb ul ul li.has-child::before{
	content:'';
	position: absolute;
	left:6px;
	top:17px;
	width:6px;
	height:6px;
    border-top: 2px solid #fff;
    border-right:2px solid #fff;
    transform: rotate(45deg);
}
*/

/*== 2・3階層目の共通設定 */

/*下の階層を持っているulの指定*/
.n_humb li.has-child ul{
    /*絶対配置で位置を指定*/
	position: absolute;
	left:0;
	top:120px;
	z-index: 4;
    /*形状を指定*/
	background: #007284;
	width:100%;
    /*はじめは非表示*/
	visibility: hidden;
	opacity: 0;
    /*アニメーション設定*/
	transition: all .3s;
}

/*hoverしたら表示*/
.n_humb li.has-child:hover > ul,
.n_humb li.has-child ul li:hover > ul,
.n_humb li.has-child:active > ul,
.n_humb li.has-child ul li:active > ul{
  visibility: visible;
  opacity: 1;
}

/*ナビゲーションaタグの形状*/
.n_humb li.has-child ul li{
    width: 100% !important;
}
.n_humb li.has-child ul li a{
	color: #fff;
	border-bottom:solid 1px rgba(255,255,255,0.6);
}

.n_humb li.has-child ul li:last-child a{
	border-bottom:none;
}

.n_humb li.has-child ul li a:hover,
.n_humb li.has-child ul li a:active{
	background:#3577CA;
}


/*==3階層目*/

/*3階層目の位置*/
.n_humb li.has-child ul ul{
	top:0;
	left:182px;
	background:#66ADF5;
}

.n_humb li.has-child ul ul li a:hover,
.n_humb li.has-child ul ul li a:active{
	background:#448ED3;
}





.wrapper {
  height: 100%;
  overflow-x: hidden;
  position: relative;
}
.overlay {
  content: "";
  display: block;
  width: 0;
  height: 0;
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  opacity: 0;
  transition: opacity .5s;
}
.overlay.open {
  width: 100%;
  height: 100%;
  opacity: 1;
}
main {
  height: 100%;
  min-height: 100vh;
  padding: 0 50px;
  background-color: #eee;
  transition: all .5s;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
main.open {
  transform: translateX(-250px);
}
main h1 {
  text-align: center;
  font-weight: 500;
}
main p {
  text-align: center;
}
.menu-trigger {
  display: inline-block;
  width: 36px;
  height: 28px;
  vertical-align: middle;
  cursor: pointer;
  position: fixed;
  top: 30px;
  right: 30px;
  z-index: 100;
/*   transform: translateX(0);
  transition: transform .5s;
 */}
/* .menu-trigger.active {
  transform: translateX(-250px);
}
 */.menu-trigger span {
  display: inline-block;
  box-sizing: border-box;
  position: absolute;
  left: 0;
  width: 100%;
  height: 4px;
  background-color: #000;
  transition: all .5s;
}
.menu-trigger.active span {
  background-color: #fff;
}
.menu-trigger span:nth-of-type(1) {
  top: 0;
}
.menu-trigger.active span:nth-of-type(1) {
  transform: translateY(12px) rotate(-45deg);
}
.menu-trigger span:nth-of-type(2) {
  top: 12px;
}
.menu-trigger.active span:nth-of-type(2) {
  opacity: 0;
}
.menu-trigger span:nth-of-type(3) {
  bottom: 0;
}
.menu-trigger.active span:nth-of-type(3) {
  transform: translateY(-12px) rotate(45deg);
}

.humb {
  width: 250px;
  height: 100%;
  padding-top: 100px;
  background-color: rgb(16, 69, 153, 0.8);
  position: fixed;
  top: 0;
  right: 0;
  z-index: 10;
  transform: translate(250px);
  transition: all .5s;
}
.humb.open {
  transform: translateZ(0);
}
.humb li {
  color: #fff;
  text-align: center;
  padding: 10px 0;
}
/*========= レイアウトのためのCSS ===============*/

header .n_humb h1{
	font-size:2rem;
	text-align: center;
	text-transform: uppercase;
	padding: 20px;
}

header .n_humb h2{
	font-size:1.2rem;
	text-align: center;
	margin: 0 0 30px 0;
}

header .n_humb p{
	margin-top:20px;	
}

header .n_humb small{
	background:#333;
	color:#fff;
	display: block;
	text-align: center;
	padding:20px;
}


header .n_humb section{
	padding:30px;
}

header .n_humb section:nth-child(2n){
	background:#f3f3f3;	
}

/*==768px以下の形状*/

@media screen and (max-width:896px){
	.n_humb{
		display: none !important;
	}
	/*========= ボタンのためのCSS ===============*/
    .openbtn{
    	position:absolute;
        z-index: 9999;/*ボタンを最前面に*/
    	top:10px;
    	right: 10px;
    	cursor: pointer;
        width: 50px;
        height:50px;
    }
    	
    /*×に変化*/	
    .openbtn span{
        display: inline-block;
        transition: all .4s;
        position: absolute;
        left: 14px;
        height: 3px;
        border-radius: 2px;
    	background-color: #007284;
      	width: 45%;
      }
    
    .openbtn span:nth-of-type(1) {
    	top:15px;	
    }
    
    .openbtn span:nth-of-type(2) {
    	top:23px;
    }
    
    .openbtn span:nth-of-type(3) {
    	top:31px;
    }
    
    .openbtn.active span:nth-of-type(1) {
        top: 18px;
        left: 18px;
        transform: translateY(6px) rotate(-45deg);
        width: 30%;
    }
    
    .openbtn.active span:nth-of-type(2) {
    	opacity: 0;
    }
    
    .openbtn.active span:nth-of-type(3){
        top: 30px;
        left: 18px;
        transform: translateY(-6px) rotate(45deg);
        width: 30%;
    }
    /*========= ナビゲーションのためのCSS ===============*/
    
    #g-nav{
        position:fixed;
        z-index: 999;
    	top:0;
        right: -120%;
    	width:100%;
        height: 105vh;
    	background: #b1d9df;
    	transition: all 0.6s;
    }
    
    /*アクティブクラスがついたら位置を0に*/
    #g-nav.panelactive{
        right: 0;
    }
    
    /*ナビゲーションの縦スクロール*/
    #g-nav.panelactive #g-nav-list{
        /*ナビの数が増えた場合縦スクロール*/
        position: fixed;
        z-index: 999; 
        width: 100%;
        height: 100vh;/*表示する高さ*/
        overflow: auto;
        -webkit-overflow-scrolling: touch;
    }
    
    /*ナビゲーション*/
    #g-nav ul {
        margin: 20% auto 0;
        width: 90%;
    }
    
    /*リストのレイアウト設定*/
    
    #g-nav li{
    	list-style: none;
    }
    #g-nav ul .ttl{
        font-weight: bold;
        color: #007284;
        margin-bottom: 15px;
    }
    #g-nav ul .break{
        padding: 15px 0;
    }
    
    #g-nav li a{
    	color: #333;
    	padding: 5px 10px;
    	display: block;
    	text-transform: uppercase;
    	letter-spacing: 0.1em;
    }
}

@media screen and (min-width:896px){
    .open_btn,
    #g-nav{
        display: none !important;
        width: 0 !important;
        position: absolute !important;
    }
    .he_ri{
        margin-left: auto;
    }
}