@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;
  word-break: break-all;
}

*,
*:before,
*:after {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
}

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

a:vis

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

@media screen and (max-width:740px){
.pc_n{
    display: block;
}
html {
    overflow-x: hidden;
    overflow-y: scroll; -webkit-overflow-scrolling: touch
}
}

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

body{
    margin: 0 auto;
    /*max-width: 1920px;*/
}
#warpper{
    width: 800px;
    margin: 0 auto;
}
p,h2,h3{
    color: #272727;
}
img{
    display: block;
    width: 100%;
}

.wrapper {
    margin: 3%;
}
.inside_width{
    max-width: 1200px;
    width: 95%;
    margin: auto;
}
figure{
  margin: 0 auto;
  max-width: 100%;
}

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

.box{
    width:100%;
    max-width:100%; 
    padding-right: 0;
    box-sizing:border-box;
    overflow: hidden;
}

@media screen and (min-width:740px) {
section {
    margin-bottom: 2.5em;
    margin-top: 5em;
}
    p {
    font-size: 18px;
    margin-bottom: 10px;
    line-height: 1.5;
  }
}
/*------------------------------------------------------------
ヘッダー
------------------------------------------------------------*/
header{
    background-color: #fff;
    box-shadow: 0px 10px 15px -10px #c4c5c9;
    position: relative;
    top: 0;
    z-index: 1;
}
.header---inner{
    max-width: 800px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.2% 0%;
    box-sizing: border-box;
}
.header_logo{
    width: 95%;
}
header .detail a{
    color: #ff0b0b;
	text-decoration: none;
}
header .detail a>p{
    font-size: 2.3em;
    color: #ff0b0b;
	font-weight: bold;
}
.fv_time{
    text-align: end;
	font-weight: bold;
}
.header_tel{
    display: flex;
    align-items: flex-start; 
}
.header_tel img{
    margin: 10px 4px 0 0;
}

@media screen and (max-width:740px) {
    .header---inner{
        margin: 10px 2px 0;
        width: 100%;
        padding-bottom: 8px;
    }
    .header_logo{
        width: 100%;
    }
    header .detail a>p{
        font-size: 1.3em;
    }
    .detail{
        width: 117%;
    }
    p.fv_time{
        font-size: 10px;
    }
    .header_tel{
        justify-content: flex-end;
    }
    .header_tel img{
        margin: 0 0 0 auto;
        width: 90%;
    }
}
@media screen and (max-width:320px) {
    .detail{
        width: 166%;
    }
    header .detail a>p{
        font-size: 1.2em;
    }
}
.floow_btn {
    width: 90%;
    margin: 0 auto;
}
/* 光らせるための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;
  }
}

.card {
    width: 80%;
    margin: auto;
}
.cta_t1, .cta_t2 {
    padding-top: 0px;
    font-size: 0.8rem;
    text-align: center;
    font-weight: bold;
    color: #f12c2c;
}
@media screen and (min-width:740px) {

.head_tell{
    font-size:37px;
    top: 33%;
}
.mv_btn {
    width: 90%;
}
.ma {
    margin: 10px 0;
}

.cta_area01{
    max-width: 800px;
}
.cta_area-in img{
    display: block;
    margin: 0 auto;
}
}
.cta_area-in{
    padding: 10px 10px 30px 10px;
}
@media screen and (max-width:740px) {
    .fvu_men {
        position: absolute;
        left: 3px;
        bottom: 3px;
        width: 96%;
    }
    .ma{
        margin: 0;
    }

.cta_area01{
    background-color: #d9f1ff;
}
}
/* ------------cta_area 普通------------*/
section.service{
    position: relative;
}
.cta_men{
    position: absolute;
    left: 2px;
    bottom: 3px;
}
.cta_area-in{
    background-color: #d0f1ff;
}

.cta_area-in2{
    padding-bottom: 20px;
}
.mv_btn {
    display: flex;
	    margin-bottom: 10px;
	    margin: auto;
}

@media screen and (min-width:1600px){
    .mv_btn {
        padding-left: 2%;
    }
}
@media screen and (min-width:740px) {
    .cta_area{
        max-width: 800px;
    width: 90%;
    margin: auto;
    }
}
/* 時間表示箇所 */
@media screen and (min-width:750px) {
    .cta_area{
        margin: auto;
    max-width: 1000px;
    width: 90%;
    }
}
/* 時間表示箇所 */
#Realtime, #Realtime01, #Realtime02, #Realtime03 {
    font-size: 0.8rem;
    font-weight: 700;
    padding: 3% 1% 2%;
    text-align: center;
    font-family: 'Meiryo', 'メイリオ', sans-serif;
    color: #fffd61;
}
h2 {
    background-repeat: repeat-x;
    text-align: center;
    margin-bottom: 0;
    background-size: contain;
}
.comment_abs {
    top: -38px;
    width: 45%;
    left: 10px;
    position: absolute;
}

.fcB_1{
    color: #257fcb;
    margin-top: 15px;
    font-weight: bold;
}

.card_ma{
    width: 96%;
    margin: 0 2% 5%;
}
@media screen and (min-width:740px) {
.comment_abs {
    top: -64px;
    height: 55%;
    left: 10px;
    position: absolute;
}
.fcB_1{
    margin-top: 72px;
}
.card_ma{
    margin: 0 2% 5%;
}

}
@media screen and (max-width:740px) {
    .cta_area-in2{
            background-color: #d9f1ff;
		padding: 10px 10px 20px 10px;
    }
    .mv_btn2{
		margin-bottom: 10px;
    }
}

/* 点滅 */
.blinking{
    animation: flash 1.7s linear infinite;
    text-align: center;
    padding: 2%;
    color: #f7ff43;
}

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

  50% {
    opacity: 0;
  }


  100% {
    opacity: 1;
  }
}

/*-------------お問い合わせ-------------*/
.form h2 img{
    margin: 0 auto;
    padding-top: 8%;
}
.toiawase{
    max-width: 900px;
    text-align: center;
    margin: 4% auto 6%;
    width: 95%;
}

@media screen and (max-width:740px) {
    .form h2 img {
        margin: 0 auto;
        padding-top: 13%;
        width: 70%;
    }
}

/* 動きに関する記述 */
.ScrollTop {
    opacity: 0;
    transition: all 0.65s;
    width: 100%;
    position: fixed;
    z-index: 10;
    bottom: 0;
}
.ScrollTop.isActive {
    opacity: 1;
    transition: all 0.65s;
}

@media screen and (max-width:740px) {
    .cta_follow .inner_flex{
        width: 100%;
        padding: 10px 0 20px;
        height: 117px;
    }
    .cta_follow p{
        font-size: 1em;
        padding: 1%;
    }
    .cta_men2{
        position: absolute;
        left: 0;
        bottom: 0;
        width: 96%;
    }
}
@media screen and (max-width:420px) {
    .cta_follow p{
        font-size: 0.8em;
    }
}
@media screen and (max-width:320px) {
    .cta_follow .inner_flex{
        height: 99px;
    }
}
@media screen and (min-width:740px) and ( max-width:1200px) {
    .cta_follow .inner_flex{
        width: 35%;
    }
}
/*  ipad用記述   */
@media screen and (min-width:750px) and ( max-width:880px) {
    section.service .h4_after{
        font-size: 1.2em;
    }
    .cta_area-in{
        padding-top: 9%;
    }
    .mv_btn{
        width: 86%;
    }
    .cta_follow p{
        font-size: 1.1em;
    }

}
#form h2 img{
    max-width: 350px;
}
@media screen and (max-width:740px) {
#warpper{
    width: 100%;
    margin: 0 auto;
}
#contact {
    margin: 2% auto 0;
}
.header---inner{
    padding: 0.2% 3% 0.5%;
    margin: 5px 2px 0;
}
}
/* ---------------------リデザイン---------------------------------------------------------
------------------------------------------------------ */
.tag-box {
    align-items: center;
    display: flex;
    height: 5rem;
    overflow: hidden;
    width: 100%;
}

.tag-loop {
    animation: infinity-loop 15s linear 1s infinite both;
    display: flex;
    height: 2.6rem;
}

.tag-loop a {
    color: #0092fe;
    background-color: #d1eefd;
    font-size: 1.2rem;
    font-weight: bold;
    margin-right: 15px;
    padding:0.5rem 1rem;
    border-radius: 5px;
    white-space: nowrap;
    text-decoration: none;
    text-align: center;
}

@keyframes infinity-loop {
    0% {
        transform: translateX(0);
    }

    to {
        transform: translateX(-500px);
    }
}
.fee_content{
    background-color: #d2eefe;
    padding: 5% 5% 10% 5%;
    background-image: url(../img/maker_bg.png);
    background-position: bottom;
    background-repeat: no-repeat;
}
.fee_content .card{
    width: 100%;
    background-color: #fff;
    border-radius: 15px;
    padding: 5%;
    margin-bottom: 30px;
}
#reform.card{
    margin-bottom: 0px;
}
.fee_content .card h2{
    font-size: 2.1rem;
    font-weight: 900;
    color: #003f9c;
    text-align: center;
    margin-bottom: 5px;
}
.fee_content  #kitchen.card h2{
    font-size: 1.8rem;
}
.fee_content  #reform.card h2{
    font-size: 1.5rem;
    margin-bottom: 10px;
}
.fee_content .card .main{
    display: flex;
    justify-content: space-between;
}
.fee_content .card .main .ttl{
    order: 2;
    width: 40%;
}
.fee_content .card .main .ttl img{
    margin: 0;
    width: 100%;
}
.fee_content .card .main .trouble{
    font-size: 2rem;
    font-weight: bold;
    width: 58%;
    order: 1;
}
.trouble li span{
    color: #fff;
    position: relative;
    display: block;
    margin: 0.4rem 0;
    padding: 5px 10px;
    max-width: 100%;
    font-size: 1.5rem;
    background: #003f9c;
    border-radius: 50px;
    text-align: center;
    z-index: 2;
}
.trouble li span::before{
    content: "";
    position: absolute;
    top: 91%;
    right: -6%;
    margin-top: -15px;
    border: 15px solid transparent;
    border-left: 28px solid #003f9c;
    transform: rotate(44deg);
    z-index: -1;
  }
#bath .trouble li:nth-child(2) span{
font-size: 1.1rem;
padding: 0.8rem 0.4rem ;
}
#drain h2{
    font-size: 1.7rem;
    line-height: 1.3rem;
}
p.min{
    font-size: 0.6rem;
    text-align: right;
    margin-bottom: 30px;
}
.maker{
    display: block;
    width: 100%;
    margin:  0 auto;
}
.voice-area .slider{
 background-image: url(../img/voice_bg.jpg);
 background-size: cover;
 background-repeat: no-repeat;
 width:100%;
 padding: 0% 3% 5% ;
 box-sizing: border-box;
 margin: 0 auto;
}
.voice-area .slider img{
    display: block;
}
.voice-area .slider .card{
     width: 100%!important;
    margin: 10px auto 60px !important;
   background-color: #fff;
   box-shadow: rgba(9, 30, 66, 0.25) 0px 4px 8px -2px, rgba(9, 30, 66, 0.08) 0px 0px 0px 1px;
   background-color: #fff;
   padding: 20px 20px 20px 0;
   box-sizing: border-box;
}
.slider div{
    width: 90%;
    margin:  0 auto;
}
.slider .ttl{
    width: 100%;
}
.voice-area .slider .card p{
    margin-left: 20px;
}
.slick-dots {
    position: absolute;
    bottom: 7%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}
.slider .ttl {
    position: relative;
    margin-bottom: 10px;
}
.slider .ttl h2 {
    position: absolute;
    text-align: right;
    right: 0;
    top: 14%;
    font-weight: 700;
    font-size: 1.8rem;
    line-height: 2.8rem;
}
.slider .ttl h2 span{
    background-color: #00409b;
    color: #fff;
    padding: 0 5px;
}

 /*-----------height調整----------*/
 .slick-slide{ height:auto!important; }

 /*-----------矢印表示----------*/
 .slick-next{ right:0!important; }
 .slick-prev{ left:0!important; }
 .slick-arrow{ z-index:2!important; }

 .slick-arrow:before{
	content:""!important;
}
.slick-arrow:before{
    content:""!important;
    width: 100%!important;
    height: 100%!important;
    position: absolute;
    top: 0;
    left: 0;
}

.slick-next:before{
    background: url(../img/arrow_r.png)!important;
    background-size: contain!important;
}

.slick-prev:before{
    background: url(../img/arrow_l.png)!important;
    background-size: contain!important;
}
.slick-arrow{
    z-index:2!important;
    width:45px!important;
    height:45px!important;
}

.slick-next{
    right:3%!important;
}

.slick-prev{
    left:3%!important;
}
.slick-arrow:before{
    opacity:1!important;
}
.reason_area{
    background-color: #003f9c;
    padding: 10% 2% 15%;
}
.reason_area h2 img,
.qa-area h2 img{
    margin: 0 auto;
}
.reason_area .card{
    padding: 2px;
    width: 100%;
    background-color: #fff;
    margin-top: 10px;
    display: flex;
    align-items: flex-start; 
    min-height: 100px;
    justify-content: space-between;
}
.reason_area .txt{
    width: 69%;
    padding: 3% 2% 0% 3%;
    margin-bottom: 7px;
}
.reason_area .card img{
    width: 35%;
    height: auto;
}
.reason_area .txt h3{
    font-size: 0.9rem;
    font-weight: bold;
    margin-bottom: 10px;
    position: relative;
    padding-left: 1.4rem;
    color: #003f9c;
}
.reason_area .txt h3::before {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    content: '1';
    position: absolute;
    top: -2px;
    left: 0;
    width: 20px;
    height: 20px;
    font-size: 12px;
    color: #fff;
    background:  #ef482b;
    border-radius: 50%;
}
.reason_area .card:nth-child(2) .txt h3::before{
    content: '2';
}
.reason_area .card:nth-child(3) .txt h3::before{
    content: '3';
}
.reason_area .card:nth-child(4) .txt h3::before{
    content: '4';
}
.reason_area .card:nth-child(5) .txt h3::before{
    content: '5';
}
.reason_area .card p{
    font-size: 0.8rem;
}
mark{
    background:linear-gradient(transparent 60%, #ffffbb 60%);
}
.flow_cta{
    position: relative;
}
.f_cta{
    position: absolute;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 90%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    bottom: -4%;
}
.f_cta .hukidashi{
    width: 40%;
    margin-left: 3%;
    font-size: 0.7rem;
    text-align: center;
    line-height: 0.8rem;
    background-color: #0092fe;
    padding: 0.3rem;
    box-sizing: border-box;
    color: #fff;
    position: relative;
}
.f_cta .hukidashi::before {
    content: "";
    position: absolute;
    top: 77%;
    right: -19%;
    margin-top: -15px;
    border: 15px solid transparent;
    border-left: 28px solid #0092fe;
    transform: rotate(32deg);
    z-index: -1;
}
.f_cta .mv_btn{
    width: 50%;
}
.qa-area{
    background-color: #E1F1FE;
    padding: 10% 4% 15%;
}
.qa-area h2{
    max-width: 70%;
    margin: 0 auto;
}
.qa-area dl{
    background-color: #fff;
    border-radius: 10px;
    margin-top: 15px;
padding: 5%;
}
.qa-area dt{
    color: #003f9c;
    font-weight: bold;
    margin-bottom: 5px;
    font-size: 1rem;
}
.qa-area dd{
    font-size: 0.9rem;
    margin-left: 11.5%;
    position: relative;
}
.qa-area dt::before{
    content: '';/*何も入れない*/
    display: inline-block;
    width: 28px;/*画像の幅*/
    height: 28px;/*画像の高さ*/
    background-image: url(../img/q_icon.png);
    background-size: contain;
    vertical-align: middle;
    background-repeat: no-repeat;
    margin-right: 5px;
}
.qa-area dd::before{
    content: '';/*何も入れない*/
    display: inline-block;
    width: 28px;/*画像の幅*/
    height: 28px;/*画像の高さ*/
    background-image: url(../img/a_icon.png);
    background-size: contain;
    vertical-align: middle;
    background-repeat: no-repeat;
    margin-right: 5px;
    position: absolute;
    left: -13%;
}



/* ---------------------リデザイン---------------------------------------------------------
------------------------------------------------------ */
/* PCスタイル */
@media screen and (min-width:751px){
    #Realtime, #Realtime01, #Realtime02, #Realtime03 {
        font-size: 1.3rem;
    }
    .cta_t1, .cta_t2 {
        padding-top: 10px;
        font-size: 1.1rem;
    }
    .trouble li span{
        font-size: 2.5rem;
        margin: 0.8rem;
        padding: 7px 10px;
    }
    .fee_content .card h2{
        font-size: 3rem;
    }
    .fee_content .card .main .trouble{
        width: 60%;
    }
    #bath .trouble li:nth-child(2) span{
        font-size: 2.2rem;
        padding: 0.4rem ;
    }
        #drain h2{
            font-size: 2.5rem;
            line-height: 1.8rem;
    }
    .tag-box {
        max-width: 800px;
    }
    
    .slider .ttl h2 {
        position: absolute;
        text-align: right;
        right: 0;
        top: 28%;
        font-weight: 700;
        font-size: 2.8rem;
        line-height: 4.5rem;
    }
    .slick-prev {
        left: 8%!important;
    }
    .slick-next {
        right: 8%!important;
    }
    .slick-arrow {
        z-index: 2!important;
        width: 60px!important;
        height: 60px!important;
    }
    .reason_area{
        padding: 10% 5% 15%;
    }
    .reason_area .txt h3 {
        font-size: 1.5rem;
        padding-left: 2.5rem;
        margin-bottom: 20px;
    }
    .reason_area .txt h3::before {
        width: 35px;
        height: 35px;
        font-size: 1.3rem;
        top: -3px;
    }
    .reason_area .card p {
        font-size: 1rem;
    }
    .reason_area .card img {
        width: 25%;
    }
    .reason_area .txt {
        width: 73%;
        padding: 3% 2% 0% 3%;
        margin-bottom: 7px;
    }
    .slider .ttl {
        margin-bottom: 20px;
    }
    .voice-area .slider .card {
        padding: 30px 20px 30px 0;
    }
    .f_cta .hukidashi {
        font-size: 1.3rem;
        line-height: 1.5rem;padding: 1rem;
    }
    .f_cta .hukidashi::before {
        right: -10%;
    }
    .qa-area h2 {
        max-width: 45%;
    }
    .qa-area {
        padding: 10% 7% 15%;
    }
    .qa-area dl {
        padding: 3%;
    }
    .qa-area dt::before,
    .qa-area dd::before {
        width: 40px;
        height: 40px;
    }
    .qa-area dt {
        font-size: 1.1rem;
    }
    .qa-area dt::before {
        margin-right: 1.5%;
    }
    .qa-area dd {
        margin-left: 7.5%;
    }
    .qa-area dd::before {
        left: -8%;
    }
}
/*-------------フッター-------------*/

.footer_area {
    max-width: 1000px;
    margin: 0 auto;
}

footer {
    background: #002f75;
    padding: 5% 1% !important;
}
.footer_pc {
    display: flex;
}
.ff {
    display: flex;
}

.footer_number p {
    text-align: center;
}

@media screen and (max-width:740px){
   footer {
    padding: 5% 0 45% !important;
   }
   .footer_pc {
    display: block;
}
   .form_footer {
      padding: 5% 1% !important; 
   }
}
footer img{
    width: 230px;
    margin: 0 auto;
    margin-bottom: 2%;
}
footer{
        padding: 3% 0;
    }
    footer div{
        width: 100%;
        /*margin: 1% auto;*/
        padding: 1%;
    }
    footer h5{
        margin-bottom: 1.5%;
    }
    footer>p{
        margin-top: 1.5%;
    }
    .formhead{
        padding-left: 15%;
        padding-right: 15%;
    }
footer{
    padding: 10% 0;
}
footer h5,
footer p{
    color: #fff;
    display: block;
}
footer h5{
    text-align: center;
    /*margin: 5% 5% 0 5%;*/
    padding: 4%;
    border-bottom: 1px solid;
}
footer div{
    /*display: flex;*/
    /*margin: 1% auto;*/
}
footer div p{
    font-size: 14px;
}
footer div p:first-child{
    width: 25%;
}
footer div p:last-child{
    width: 100%; /*90%*/
}
footer>p{
    display: block;
    text-align: center;
    font-size: 12px;
    /*margin-top: 7%;*/
}
h1.confirm,
#confirm,
#fini{
    text-align: center;
}
a.back.hover {
    background-color: #003F9C;
    width: 70%;
    display: inline-block;
    text-decoration: none;
    color: #fff;
    padding: 1% 1% 2% 1%;
    margin-bottom: 40px;
}
.thanksText {
    padding: 0 3%;
}
@media screen and (max-width:769px){
    footer div{
    width: 97%;
    margin: 3% auto;
    padding: 0;
}
    footer div p{
    font-size: 12px;
}
}
footer div p{
    margin: 0;
    line-height: 1.5;
}

/*-------------追従エリア-------------*/
/* デザインに関する記述 */
.cta_follow{
    background-color: rgba(73,73,73,0.5);
}
.cta_follow p{
    color: #fff;
    font-size: 1rem;
    font-weight: bold;
    background: #16307c;
    padding: 0.5%;
    text-align: center;
}
.cta_follow p span{
    color: #fff54e;
}
.cta_follow .inner_flex{
    /*display: flex;*/
    width: 100%; /* width: 700px;*/
    padding: 0.5%;
    margin: 5px auto;
}
/* PCスタイル */
@media screen and (min-width:751px){
    footer {
        max-width: 800px;
        margin: 0 auto!important;

    }
    .form_footer {
        padding: 5% 0 !important; 
     }
     #fini .form_footer {
        padding: 10% 0 17% !important; 
     }
    #confirm,#fini{
        max-width: 800px;
        margin: 0 auto!important;
    }
    body#fini{
        max-width: 800px;
        margin: 60px auto 0px!important;
    }
    a.back.hover {
        margin-bottom: 80px;
    }
}
/*フォーム*/
.form {
    background-color: #8ad0f7;
    padding-bottom: 5%;
}
.error, .error-wrap {
    color: #ff0000;
}
#contact{
    max-width: 900px;
    margin: 4% auto 0;
    background-color: #fff;
    border-radius: 5px;
    padding: 3%;
}
#contact h1{
    background-color: #1a42ab;
    padding: 10px 0 15px;
    color: #fff;
    text-align: center;
}
#contact h1+p{
    display: block;
    text-align: center;
    font-weight: 500;
    font-size: 16px;
    margin: 5% auto 2%;
}
#contact h1+p+a{
    display: block;
    width: 90%;
    margin: auto;
}

.form-box{
    margin: 5% auto;
}
.formhead{
    background-color: #1e91d2;
    color: #fff;
    display: flex;
    justify-content: space-between;
    padding: 10px 5%;
    border-radius: 5px;
        align-items: center;
}
.require-pc{
    background-color: #f12c2c;
    color: #fff;
    text-align: center;
    font-weight: 700;
    border-radius: 5px;
    border: 2px solid;
}
.formhead .form-ttl{
    width: 70%;
}
.formhead .require-pc{
    width: 15%;
}
.preparing{
    color: #bbb;
    font-size: 13px;
    display: block;
    text-align: center;
    margin: 20% auto;
}
.form-input{
    width: 90%;
    margin: 2% auto;
}
.form-input label{
    display: block;
}
.form-box input[type="text"]{
    width: 100%;
    padding: 3px;
    border-radius: 5px;
}
.form-remark{
    font-size: 13px;
}
.form-box .date,
.form-box .time{
    margin: 3% auto;
}
.time+.form-remark{
    color: #f0003c;
}
.form-box .zip{
    display: flex;
    margin-bottom: 3%;
    justify-content: center;
    align-items: center;
}
.form-box .zip label{
    margin-right: 10px;
}

.submit,
.submit button{
    border: none;
    background: none;
}
.submit{
    width: 70%;
    margin: 3% auto;
}
/*
.confirm_top {
    background-color: #8ad0f7;
}*/


.confirm-title,
.confirm-text,
.thanksText>p,
.thanksText>a{
    display: block;
    text-align: center;
    padding: 0 20px;
}

@media screen and (max-width: 740px){
.thanksText>p {
    text-align: left;
    padding: 0 20px;
}
}

.thanksText>a{
    max-width: 300px;
    color: #fff;
    text-decoration: none;
    background-color: #122869;
    padding: 10px 0;
    margin: 0 auto 10%;
    border-radius: 5px;
}
.confirm-title{
    font-size: 20px;
    font-weight: bold;
    margin: 3% auto 1%;
}
.confirm-text{
    margin: 1% auto 2%;
}
#confirm table{
    margin:  5% auto;
    max-width: 800px;
    /*border-collapse: collapse;*/
    border-spacing: 5px;
    width: 85%;
}
#confirm table th{
    text-align: left;
    background-color: #1e91d2;
    color: #fff;
    padding: 10px;
        margin-bottom: 5px;
    width: 50%;
    border-radius: 5px;
    display: inline-block;
}

#confirm tr {
    margin: 0;
    display: inline;
}

#confirm table td{
    margin-left: 3%;
    border-bottom: 2px solid #d5ebff;
    width: 47%;
    display: inline-block;
}

@media screen and (max-width: 740px){
#confirm tr {
    display: block;
}

#confirm table td{
    border-bottom: none;
}

}



/*#confirm table th,
#confirm table td{
    border: 1px solid #ddd;
}*/

.submit-btn{
    text-align: center;
    margin-bottom: 5%;
    
}
.submit-btn>button{
    border: none;
    padding: 10px 40px;
}
.submit-btn>button:first-child{
    background-color: #ccc;
    margin-right: 10px;
    border-radius: 5px;
    font-weight: bold;
    font-size: 1.2rem;
}
.submit-btn>button:last-child{
    background-color: #00c405;
    color: #fff;
    border-radius: 5px;
    font-weight: bold;
    font-size: 1.2rem;
}

.center_anno{
    display: block;
    text-align: center;
    font-size: 18px;
}
@media screen and (min-width:769px){
.formhead{
        /*padding-left: 15%;
        padding-right: 15%;*/
    }
    .form-ttl{
        font-size: 20px;
        font-weight: 700;
    }
    .require-pc{
        font-size: 18px;
    }
    .form-input{
        width: 95%;
    }
    .submit{
        text-align: center;
        max-width: 400px;
    }
    .formhead .require-pc{
        width: 10%;
    }
    .form-box{
        margin: 2% auto;
    }
  
}
.policy {
    background: #fff;
    height: 150px;
    overflow-y: scroll;
    color: #000;
    border: 1px solid #666 !important;
    padding: 10px;
    font-weight: normal;
}
.consent {
    text-align: center;
}
#consent {
    display: inline;
    width: auto;
    margin-right: 10px;
}
h1.confirm{
    margin-top: 50px;
    text-align: center;
    color: #16307c;
}
@media screen and (max-width:1000px){
#contact{
    margin: 2%;
}
}
@media screen and (max-width:740px) {
    #confirm table th {
    width: 100%;
    display: block;
}
#confirm table td {
    margin-left: 0%;
    border:none;
    width: 100%;
    display: block;
}
.submit-btn>button:first-child {
    margin-bottom: 10px;
}
.submit-btn>button:last-child {
    margin-bottom: 40px;
}
}

.ffs {
    text-align: right;
    display: block;
    font-size: 10px;
    margin-top: 20px;
}
.staff-area .slider{
 width:100%;
 padding: 0% 3% 5% ;
 box-sizing: border-box;
 margin: 0 auto;
 background-image: linear-gradient(180deg, rgba(255, 255, 255, 1), rgb(207 238 255));
}
.staff-area h2 img {
    margin: 20px auto 10px;
    width: 70%;
}
@media screen and (max-width:769px){
    .staff-area h2 img {
        width: 85%;
    }
}
.staff-area .slider img{
    display: block;
    margin-left: 10px;
}
.staff-area .slider .card{
     width: 100%!important;
    margin: 10px auto 60px !important;
   background-color: #fff;
   box-shadow: rgba(9, 30, 66, 0.25) 0px 4px 8px -2px, rgba(9, 30, 66, 0.08) 0px 0px 0px 1px;
   background-color: #fff;
   padding: 20px 20px 20px 0;
   box-sizing: border-box;
}
.staff-area .slider .card p{
    margin-left: 20px;
}