@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;
  }
.pa {
    padding: 20px 10px;
}
}



/*------------------------------------------------------------
レイアウト
------------------------------------------------------------*/

#content {
    width: 100%;
    margin: 0 auto;
}
.wrapper {
    margin: 3%;
}
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:640px) {
    #content {
        width: 40%;
        width: 850px;
        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;
}

@media screen and (min-width:640px) {
header {
  width: 100%;
}
}

/*------------------------------------------------------------
コンテンツ
------------------------------------------------------------*/

#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;
}

@media screen and (min-width:640px) {
#Realtime, #Realtime01, #Realtime02, #Realtime03, #Realtime04, #Realtime05 {
    font-size: 1.6em;
}
}

@media screen and (max-width:320px) {
#Realtime, #Realtime01, #Realtime02, #Realtime03, #Realtime04, #Realtime05 {
    font-size: 1em;
}
}

/*-------------基本プランのごあんない-------------*/
.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;
}
section.trouble {
    margin-bottom:0;
    margin-top: 2.5em;
}

@media screen and (min-width:640px){
section.trouble {
    margin-bottom: 0;
    margin-top: 20px;
}
.trouble-flex {
    padding: 25px 25px 0 25px;
}
}

@media screen and (max-width:320px){
p.item02 {
    height: 43vw;
}
}

/*-------------仕組み-------------*/
section.system {
    margin-bottom: 1em;
    margin-top: 2.5em;
}


@media screen and (min-width:640px) {
section.system {
margin-top: 5em;
}
}

@media screen and (max-width:320px) {
p.fz_se {
    font-size: 0.75em;
}
}

/*-------------選ばれる理由-------------*/
section.point {
    background: #04cfe1;
    margin-top: 1.5em;
    margin-bottom: 2em;
    margin-bottom: 2em;
}

h3 {
    color: #e60012;
    font-weight: bold;
    font-style: oblique;
    margin: 0;
    font-size: 1em;
    letter-spacing: -0.5px;
    line-height: 1.4;
}
.point_box p:nth-child(3) {
    font-size: 0.7em;
    line-height: 1.2;
}

@media screen and (min-width:640px){
.point_ttl {
    width: 56%;
    height: 10%;
    font-size: 1.3em;
}
h3 {
    font-size: 1.7em;
    line-height: 1.3;
}
}

@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;
}
.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;
}

@media screen and (min-width:640px){
    .voice_ttl {
    font-size: 2em;
}

section.voices {
    margin-top: 100px;
}
}

/*-------------Q&A-------------*/
section.qa {
    margin-bottom: 2em;
}

/*-------------フッター-------------*/

footer {
    background: #0a6de3;
    color: #fff;
    margin-top: 1em;
}
tbody {
    font-size: 12px;
}

footer a:link, a:visited, a:hover, a:active {
    color: #fff;
}

@media screen and (max-width:640px) {
    .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;
}

.pc{
    display: block;
    max-width: 100%;
    margin: 1% auto;
}
.sp{
    display: none;
}

.bg_lBlue{
    background-color: #d8ecef;
    padding-bottom: 5%;
}
.area a,
.area a:visited,
.area a:hover{
    color: #333;
}

.bgY{
    background-color: #fff9f3;
}

@media screen and (max-width:640px){
    h2{
        font-size: 5.5vw;
        margin: 10% 0 0;
    }
    .pc{
        display: none;
    }
    .sp{
        display: block;
        width: 95%;
        margin: 5% auto;
    }
    .pics{
        max-width: 95%;
    }
    .column_area{
        width: 95%;
    }
}

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:760px){
    .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:760px){
    h2.ttl{
        font-size: 2em;
    }
    h2.ttl::after{
        border-top: 25px solid #05cfe1;
    }
    .sec_content{
        padding: 30px 5px 0;
    }
    .pc{
        display: none;
    }
    .sp{
        display: block;
    }
}


/* 210917 */
.dots_txt{
    display: block;
    text-align: center;
    font-size: 1.6rem;
    line-height: 0.5;
    margin-bottom: 30px;
    color: #999;
}
.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;
}

.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%)}
}
.bg_lBlue+.map_area{
    margin-top: 4%;
}


@media screen and (max-width:640px){
    .ttl_img{
        width: 50%;
    }
    .view_ex_all{
        margin-top: 20px;
    }
    .slick_new_wrapper{
        width: 93%;
    }
    .slick_new>div{
        line-height: 1.5;
    }
    .slick01_wrapper {
        width: 98%;
    }
    .flow_txt{
        overflow: visible;
    }
    .flow_txt>p{
        font-size: 1.4rem;
    }
    .bg_lBlue+.map_area{
        margin-top: 10%;
    }
    #content{
        overflow-x: hidden;
    }
    .flow_txt{
        width: 100%;
    }
}

/*== 2・3階層目の共通設定 */

.wrapper {
  height: 100%;
  overflow-x: hidden;
  position: relative;
}
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;
}
/*========= レイアウトのためのCSS ===============*/

@media screen and (min-width:768px){
    .he_ri{
        margin-left: auto;
    }
}

img{
    object-fit: contain;
}

.prize_area{
    position: relative;
}
.prize_area>.prize{
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    position: absolute;
    text-align: center;
}
.prize_area>.prize>img{
    width: 100%;
    max-width: 600px;
}

.cta_area{
    position: relative;
}
.cta_area02{
    position: relative;
}
.tel_btn,
.web_btn{
    position: absolute;
    bottom: 8%;
    display: block;
}
.tel_btn:hover,
.web_btn:hover{
    opacity: 0.8;
}
.tel_btn img,
.web_btn img{
    display: block;
}
.cta_area .tel_btn,
.cta_area .web_btn{
    width: 22%;
}
.cta_area .tel_btn{
    right: 41%;
}
.cta_area .web_btn{
    right: 18.5%;
}
.cta_area02 .tel_btn,
.cta_area02 .web_btn{
    width: 35%;
}
.cta_area02 .tel_btn{
    right: 36%;
}
.cta_area02 .web_btn{
    right: 0;
}

.main_flex{
    width: 100%;
    max-width: 1200px;
    margin: 0 auto 20px;
    justify-content: space-between;
}

.main_flex .mf_right{
    width: 23%;
}

.customer_voice{
    background-color: #d5f1ff;
    padding: 20px 40px 50px;
}
.content_ttl{
    width: 40%;
    max-width: 200px;
    margin: 3% auto;
}

.cv_wrapper{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    height: 650px;
}
.cv_child{
    width: 48.5%;
/*    margin-top: 4%;*/
/*    padding-bottom: 200px;*/
/*    max-height: 300px;*/
    padding-left: 15px;
    padding-right: 15px;
}
.cv_child_ttl{
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    position: relative;
    left: -20px;
    top: -20px;
}
.cv_child_ttl>img{
    display: block;
    width: 33%;
}
.cv_child_ttl>div{
    width: 62%;
    margin-bottom: 5%;
}
.cv_child_ttl>div p{
    margin: 0;
}
.cv_child_ttl>div p:first-child{
    color: #8e8e8e;
}
.cv_child_ttl>div p:first-child>span{
    background-color: #3366cc;
    color: #fff;
    margin-right: 10px;
    padding: 3px 5px;
    font-size: 16px;
}
.cv_child_ttl>div p:nth-child(2){
    color: #fe9309;
    margin-top: 5px;
}
.cv_child_ttl+p{
    padding: 0 15px;
    margin: -5px 0 0;
    color: #303030;
    font-size: 16px;
    font-weight: bold;
}
.cv_arrow{
    position: relative;
    overflow: hidden;
    height: 7vw;
}
.cv_arrow::before{
    content: '';
    position: absolute;
    width: 100%;
    left: 0;
    border-top: 7vw solid #3266CC;
    border-right: 100vw solid transparent;
}
.cv_arrow::after{
    content: '';
    position: absolute;
    width: 100%;
    right: 0;
    border-top: 7vw solid #d5f1ff;
    border-left: 100vw solid transparent;
}
.cv_arrow+figure img{
    width: 98%;
    max-width: 700px;
}
.flow_area{
    background-color: #d5f1ff;
    padding: 20px 40px 100px;
}
.flow_img{
    width: 98%;
    margin: 10px auto !important;
    max-width: 650px;
    box-shadow: 8px 8px 13px rgba(0,0,0, 0.2);
}

.qa_area{
    background-color: #d5f1ff;
    padding: 20px 40px 100px;
}

.mf_right a:hover{
    transition: all 0.3s;
}

/* ---------------------------------------------------------------------------------------------

FAQ

--------------------------------------------------------------------------------------------- */
.faq_box {
    overflow: hidden;
}
.faq_box:last-child {
    margin-bottom: 0;
}
.switch {
    cursor: pointer;
    font-weight: bold;
    display: flex;
    align-items: center;
    background-color: #fff;
}
.switch.open {
    background: #0a6de3;
    color: #fff;
}
.contentWrap {
    display: none;
/*
    margin-top: 10px;
    border: 3px solid #0a6de3;
*/
    background: #fff;
}
.contentWrap.open {
    display: block;
}
.q {
    transition: .5s;
}
.q,.a {
    position: relative;
}
.q:before,.a:before {
    position: absolute;
    transition: .5s;
}
.q:before {
    content: "Q";
    color: #fff;
    background-color: #0a6de3;
    border-radius: 100px;
    top: 50%;
    transform: translateY(-50%);
    padding: 2px 13px;
}
.open.q:before{
    color: #0a6de3;
    background-color: #fff;
}
.accordion_icon,
.accordion_icon span {
    transition: all .4s;
    box-sizing: border-box;
    display: inline-block;
}
.accordion_icon_wrap {
    position: absolute;
    width: 30px;
    height: 30px;
    top: 50%;
    margin-top: -15px;
}
.accordion_icon {
    position: relative;
    display: block;
}

.accordion_icon span {
    position: absolute;
    left: 6px;
    width: 50%;
    height: 2px;
    background-color: #0a6de3;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -ms-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
}
.open .accordion_icon span{
    background-color: #fff;
}
.accordion_icon span:nth-of-type(1) {
    top: 15px;
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
}
.accordion_icon span:nth-of-type(2) {
    top: 15px;
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
}
/*＋、－切り替え*/
.open .accordion_icon span:nth-of-type(1) {
    display:none;
}
.open .accordion_icon span:nth-of-type(2) {
    top: 15px;
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
}
@media only screen and ( max-width : 767px ) {
    #faq h2 img {
        max-width: 270px;
    }
    .faq_box {
        margin-bottom: 15px;
    }
    .accordion_icon_wrap {
        right: 15px;
    }
    .q:before,.a:before {
        font-size: 30px;
        left: 15px;
    }
    .q {
        font-size: 1rem;
        padding: 10px 60px;
    }
    .a {
        padding: 10px 15px;
    }
    .a p{
        margin: 0;
    }
    .a:before {
        top: 10px;
    }
    .switch {
        height: 90px;
    }
}
@media print, screen and ( min-width : 768px ) {
    .faq_box {
        margin-bottom: 30px;
    }
    .q {
        font-size: 22px;
        padding: 10px 80px;
    }
    .q:before,.a:before {
        font-size: 30px;
        left: 20px;
        font-family: 'Ropa Sans', sans-serif;
    }
    .a {
        padding: 20px 25px;
        font-size: 18px;
    }
    .a p{
        margin: 0;
    }
    .a:before {
        top: 0;
    }
    .switch {
        height: 80px;
    }
    .accordion_icon_wrap {
        right: 30px;
    }

    .pc_ds_n{
        display: none !important;
    }
    .openbtn span{
        display: none;
    }
}
/* ---------------------------------------------------------------------------------------------

FAQ END

--------------------------------------------------------------------------------------------- */


@media screen and (max-width:1600px) and (min-width:1024px){
    .prize_area>.prize>img{
        max-height: 130px;
    }
}
@media screen and (max-width:1023px) and (min-width:768px){
    .prize_area>.prize>img{
        max-height: 95px;
    }
}
@media screen and (max-width:767px){
    .prize_area .sp{
        margin: 0;
        width: 100%;
    }
    .prize_area>.prize{
        bottom: 8%;
    }
    .prize_area>.prize>img{
        width: 90%;
    }
    .main_flex .mf_left{
        width: 100%;
    }
    .main_flex .mf_right{
        display: none;
    }
    .customer_voice{
        padding: 10px;
    }
    .cv_child{
        max-height: none;
        padding-bottom: 20px;
/*        margin: 20px auto 0;*/
    }
    .cv_child_ttl{
        left: -5px;
    }
    .flow_area{
        padding: 20px 20px 40px;
    }
    .flow_img{
        margin-top: 20px;
    }
    .qa_area{
        padding: 20px 20px 50px;
    }
    .q:before,
    .a:before{
        font-size: 18px;
    }
    .q:before{
        padding: 2px 8px;
    }
    .cta_area .sp,
    .cta_area02 .sp{
        margin: 0;
    }
    .tel_btn,
    .web_btn{
        width: 90% !important;
        left: 5%;
    }
    .tel_btn{
        bottom: 22%;
    }
    .web_btn{
        bottom: 5%;
    }


    /* ---------------------------------------------------------------------------------------------

    slick

    --------------------------------------------------------------------------------------------- */
    .slick-active{
        width: 95%;
        box-shadow: 10px 10px 5px rgba(0,0,0,.17);
    }
    .slick-dots li{
        margin: 0;
    }
    .slick-dots li button:before{
        font-size: 10px;
        color: #303030;
    }
    .slick-dots li.slick-active button:before{
        color: #303030;
    }
    .slick-dots li.slick-active{
        box-shadow: none;
    }

    /* ---------------------------------------------------------------------------------------------

    slick END

    --------------------------------------------------------------------------------------------- */
}

.pc{
    margin: 0;
}







/* ---------------------------------------------------------------------------------------------

header

--------------------------------------------------------------------------------------------- */
header{
    padding-top: 15px;
}
.head_flex{
    display: flex;
    margin: 0 auto 10px;
    width: 100%;
    max-width: 1250px;
    justify-content: space-between;
    align-items: center;
}
.head_flex>figure{
    margin: 0;
    width: 30%;
}
.head_tel_area{
    border: 1px solid #ff6c00;
    background-color: #fff7f1;
    border-radius: 10px;
    padding: 10px 20px;
    position: static;
}
.head_tel_area p,
.head_tel_area a{
    display: block;
    margin: 0;
    text-align: center;
    line-height: 1.3;
    font-weight: bold;
}
.head_tel_area p{
    color: #3c3c3c;
    font-size: 14px;
}
.head_tel_area p:first-child{
    text-align: left;
}
.head_tel_area p:last-child{
    color: #159df3;
}
.head_tel_area a{
    color: #ff6c00;
    font-size: 32px;
    font-weight: 900;
}

@media screen and (max-width:767px){
    header{
        padding-bottom: 10px;
        box-shadow: none;
    }
    .head_tel_area a{
        font-size: 16px;
    }
    .head_tel_area p{
        font-size: 10px;
    }
    .head_tel_area{
        padding: 5px 10px;
        margin-right: 13.5%;
    }
    #header{
        margin-left: 2%;
    }
    .head_flex>figure{
        width: 40%;
    }
    .sb_img{
        display: block;
        width: 85%;
        margin: 20px auto;
    }
}
/* ---------------------------------------------------------------------------------------------

header END

--------------------------------------------------------------------------------------------- */


/* ---------------------------------------------------------------------------------------------

footer

--------------------------------------------------------------------------------------------- */
footer{
    background-color: #0a6de3;
    color: #fff;
    padding: 1% 0 2%;
    text-align: center;
}
.footer_body{
    width:98%;
    max-width: 1200px;
    margin: 0 auto;
}

/* ---------------------------------------------------------------------------------------------

footer END

--------------------------------------------------------------------------------------------- */


.header_btn {
    float: right;
    width: 48%;
    position: absolute;
    top: 20px;
    right: 2px;
}

.bg_darkbl {
    background-color: #0a6de3;
}

.time {
    padding: 20px 10px 20px 10px;
    background: rgb(232,194,37);
    background: linear-gradient(90deg, rgba(232,194,37,1) 0%, rgba(255,245,204,1) 50%, rgba(232,194,37,1) 100%);
}

.trouble_flex {
    display: flex;
    flex-wrap: wrap;
}

.trouble_flex div {
    width: 50%;
    padding: 5px;
}

h1 {
    background: #0a6de3;
    color: #fff;
    text-align: center;   
    font-size: 2rem;
    padding: 20px 5px;
    margin: 0;
}

.bgblue {
    background: #d5f1ff;
    color: #0a6de3;
}

h2 {
    text-align: center;
    color: #0a6de3;
    font-size: 1.7rem;
    margin-bottom: 10px;
    margin-top: 15px;
}

.fcF {
    color: #fff;
}

.fcR {
    color: red;
    font-weight: bold;
}

.time_txt {
    text-align: center;
}

.cta_area {
    background-image: url(../img/flear.jpg);
    background-size: cover;
    padding: 30px 20px;
}

.balloon1 {
    position: relative;
    padding: 7px 10px;
    max-width: 100%;
    color: #fff;
    background: #0a6de3;
    text-align: center;
    margin: 0 15px 0 15px; 
}

.balloon1:before {
    content: "";
    position: absolute;
    top: 90%;
    left: 50%;
    margin-left: -15px;
    border: 15px solid transparent;
    border-top: 15px solid #0a6de3;
}

.balloon1 p {
    margin: 0;
    padding: 0;
}

.cp {
    margin: 40px 10px;
}

.mb0 {
    margin-bottom: 0;
}

.reason {
    background: #d5f1ff;
    padding: 10px 15px 45px 15px;
}

.colona {
    padding: 0 15px 10px 15px;
}

.kaikei {
    padding: 0 15px 20px 15px;
}

.voice p {
    margin-top: 0;
}

.mail_btn {
    width: 50%;
    margin: auto;
    top: -100px;
    position: relative;
}

.footer_btn {
    position: fixed;
    bottom: 0;
    z-index: 100;
}

footer {
    padding-top: 3%;
    padding-bottom: 15%;
    margin-top: 0;
}

.flow p {
    border-bottom: 18px solid #0a6de3;
    margin: 0;
    margin-top: 0;
}

.voice {
    background-size: auto auto;
    background-color: rgba(255, 255, 255, 1);
    background-image: repeating-linear-gradient(135deg, transparent, transparent 10px, rgba(247, 247, 247, 1) 10px, rgba(247, 247, 247, 1) 15px );
    padding-bottom: 1%;
}


.voice h1 {
    background: none;
}

.way {
    background-image: url(../img/bg_payway.jpg);
    padding: 15px;
    padding-bottom: 40px;
}
.area p {
    margin-bottom: 0;
    padding-bottom: 5px;
    margin-top: 0;
}
.area h1 {
    padding-top: 20px;
}

@media screen and (min-width:640px){
    .time {
        padding: 25px;
        position: relative;
    }
    .time_txt {
        position: absolute;
        top: 29%;
        right: 10%;
        left: 10%;
        font-size: 30px;
    }
    .way {
        padding: 15px 40px;
        padding-bottom: 45px;
    }
    .colona {
        padding: 0 40px 30px 40px;
        text-align: center;
    }
    .colona img {
        padding-bottom: 0;
    }
    .content_colona {
        padding-top: 20px;
    }
    h1 {
        padding: 30px;
        font-size: 3rem;
    }
    .reason img {
        padding: 10px 75px;
    }
    .reason img:first-child {
        padding-top: 20px;
    }
    .cta_area {
        padding: 70px 50px;
    }
    h2 {
        font-size: 2.5rem;
    }
    .footer_btn {
        width: 40%;
        width: 850px;
    }
    .trouble_flex div {
        padding: 20px;
    }
    .cv_child{
        padding-right: 40px;
        padding-left: 40px;
    }
    .cv_wrapper {
          height: 70%;
    }
    .balloon1 {
        margin: 0 100px 0 100px; 
    }

    .mail_btn {
        top: -140px;
        width: 35%;
    }
    .slick-dots li button:before {
        line-height: 0;
    }
    .cp {
        margin: 40px 55px 25px 55px;
    }
    .voice_pc {
        width: 80%;
        margin: auto;
        margin-top: 10px;
    }
}

.blink {
    animation:blink 1s ease-in-out infinite alternate;
}

@keyframes blink {
    0% {opacity:0;}
    100% {opacity:1;}
}
    
@media screen and (max-width:640px){
        .time {
            padding: 15px;
            position: relative;
        }
        .time_txt {
            position: absolute;
            top: 28%;
            right: 9%;
            left: 9%;
/*            font-size: 4vw;*/
            font-size: 15px;
        }
    }
    /*モーダル本体の指定 + モーダル外側の背景の指定*/
.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;
    height: 100%;
  }
  /*モーダル本体に「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: -15px;
    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;
  }