/* @font-face {
	font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: normal;
	src: url('../Noto_Sans_JP/NotoSansJP-Regular.otf') format('opentype');
} */
html{color:#000;background:#FFF}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0}table{border-collapse:collapse;border-spacing:0}fieldset,img{border:0}address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal}ol,ul{list-style:none}caption,th{text-align:left}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal}q:before,q:after{content:''}abbr,acronym{border:0;font-variant:normal}sup{vertical-align:text-top}sub{vertical-align:text-bottom}input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;*font-size:100%}legend{color:#000}#yui3-css-stamp.cssreset{display:none}

body {
    caret-color: transparent;
  margin: 0;
  /* margin: 0 auto; */
  color: #365865;
  width: 100%;
  font-family: 'Noto Sans JP', sans-serif;
}
body .wrap{
    width: 100%;
    max-width: 750px;
    margin: 0 auto;
}
.fa-angle-double-down,
.fa-angle-double-up{
    margin-left: 0.5em;
    font-weight: bold;
}
h1 img {
  /* width: 50%; */
  max-width: 375px;
  /* margin: 5px 0 0 10px; */
}
@media screen and (max-width: 480px){
    h1 img {
        max-width: 200px;
      }
}
/*
h2 {
  font-size: 24px;
  background-image: url(../images/bg_title_band.jpg);
  background-repeat: no-repeat;
  background-size: 130%;
  background-position: top;
  padding: 30px 0;
  text-align: center;
  font-weight: bold;
  margin-top: 20px;
  line-height: 2em;
}
h2:after {
  content: '';
  background-image: url(../images/bg_title_band.jpg);
  background-repeat: no-repeat;
  background-size: 130%;
  height: 20px;
  background-position: bottom;
  display: block;
}
*/
:root {
    --scrollbar-width: 0;
  }
  
  * {
    box-sizing: border-box;
  }

h5 {
  font-size: 20px;
  padding: 10px 0;
  margin: 20px 0 10px 0;
  border-bottom: 1px solid #365865;
  text-align: center;
}
img {
  width: 100%;
    vertical-align: bottom;
}
header {
  position: fixed;
  top: 0;
  width: 100%;
  /* max-width: 750px; */
  background-color: #fff;
  z-index: 9999;
}
.open header{
    overflow: auto;
    scrollbar-gutter: stable;
}
header .wrap{
    position: relative;
    width: 100%;
    /* max-width: 750px; */
    height: 85px;
    margin: 0 auto;
    padding: 10px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
@media screen and (max-width: 480px){
    header .wrap{
        height: 60px;
    }
}
#top{
    /* margin-bottom: 30px; */
}
#top .logo{
    display: block;
    /* margin: 15px 0; */
}
.sub-title {
  font-size: 14px;
  text-align: center;
  color: #747474;
}
@media screen and (max-width: 480px){
    .sub-title {
        margin-top: 17px;
    }
}
.container{
    /* margin: 0 20px; */
    margin: auto;
    padding: 45px 20px;
    /* width: calc(100% - 40px); */
    width: 100%;
    box-sizing: border-box;
}
.title{
    font-size: min(4.2vw,32px);
    font-weight: 900;
    color: #011664;
    line-height: 1;
    text-align: center;
}
@media screen and (max-width: 480px){
    .title{
        font-size: min(7vw,25px);
    }
}
.title span{
    display: block;
    margin-bottom: 10px;
    font-size: min(4.0vw,24px);
    font-family: 'Oswald', sans-serif;
}
#sub-header {
  background: #5F9195;
  color: #fff;
  font-size: 12px;
  padding: 10px 0;
  text-align: center;
}

#main-visual {
    margin-top: min(17vw,86px);
 /* background-image: url("../images/main.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 10% 50%;
  padding: 20px 10px;
  position: relative;
  height: 240px;*/
}

/* --------------------------------------------------

neglect

-------------------------------------------------- */
.neglect{
    /* padding: 45px 0 0; */
    margin-top: -85px;
    padding-top: 85px;
}
@media screen and (max-width: 480px){
    .neglect{
        margin-top: -60px;
        padding-top: 60px;
    }
}
.neglect .container{
}
.neglect-content{
    background-image: url("../images/neglect/neglect_bg.png");
    background-repeat: no-repeat;
    background-position: top center;
    background-size: contain;

}
.neglect .title{
    /* margin-bottom: 30px; */
    /* background-color: #e6f4fd; */
    background-image: linear-gradient(0deg, rgba(230, 244, 253, 1), rgba(238, 248, 253, 1) 50%, rgba(230, 244, 253, 1));
    padding: 20px 0;
}
.neglect-txt-bg{
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
}
.neglect-txt-box{
    position: relative;
    width: 100%;
    box-sizing: border-box;
    z-index: 2;
    padding: 20px 20px;
    /* background-image: url("../images/neglect/neglect_bg.png");
    background-position: top center;
    background-repeat: no-repeat; */
}
.neglect-txt-box p{
    font-size: min(4vw,22px);
    line-height: 2.0;
    font-weight: bold;
}
.neglect-txt-box p .red{
    color: #cc5007;
}
.neglect-txt-01{
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 14px;
    font-weight: normal;
    margin: 20px 0;
}

/* --------------------------------------------------

flow

-------------------------------------------------- */
.flow{
    /* padding: 45px 0; */
    margin-top: -85px;
    padding-top: 85px;
    /* background-color: #e6f4fd; */
    /* background-image: url(../images/flow/flow_bg.png); */
    /* background-size: contain; */
    /* background-repeat: repeat; */
}
@media screen and (max-width: 480px){
    .flow{
        margin-top: -60px;
        padding-top: 60px;
    }
}
.flow .container{
    background-color: #e6f4fd;
    background-image: url(../images/flow/flow_bg.png);
    background-size: contain;
    background-repeat: repeat;
}
.flow-step-box{
    position: relative;
    margin-top: 45px;
    background: #fff;
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.25);
    box-sizing: border-box;
    width: 100%;
    padding: 20px;
    /* clear: both; */
}
.flow-title{
    position: absolute;
    width:20%;
    max-width: 150px;
    top: -15px;
    left: 0;
    right: 0;
    margin: auto;
}
.flow-step-flex{
    /* display: flex; */
    justify-content: space-between;
}
.flow-step-box-txt{
    /* width: 49%; */
    width: 100%;
}
.flow-step-box-txt dt{
    font-weight: bold;
    font-size: 22px;
    margin-bottom: 15px;
}
.flow-step-box-txt dd a{
    display: block;
    margin-top: 5px;
    font-size: 0.9em;
}
@media screen and (max-width: 480px){
    .flow-step-box-txt dt{
        font-size: 15px;
        margin-bottom: 10px;
    }
}
.flow-step-box-txt dd{
    font-size: min(3.2vw,18px);
    line-height: 1.6;
}
@media screen and (max-width: 480px){
    .flow-step-box-txt dd{
        font-size: 14px;
    }
}
.flow-step-box-img{
    width: 49%;
    margin-left: 2%;
    float: right;
}

.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
  }
  .clearfix {
    display: block;
  }

/* --------------------------------------------------

about

-------------------------------------------------- */
.about{
    /* padding: 45px 0 0; */
    margin-top: -85px;
    padding-top: 85px;
}
@media screen and (max-width: 480px){
    .about{
        margin-top: -60px;
        padding-top: 60px;
    }
}
.about .container{
    /* padding: 0 0 45px; */
}
.about .title{
    margin-bottom: 30px;
}

.about-01_flexArea{
    width: 100%;
    display: flex;
    /* align-items: center; */
    justify-content: space-around;
}
.about-01{
    width: 49%;
    /* max-width: 310px; */
    margin: 0 auto 20px;
    text-align: center;
}
.about-01 img{
width: 100%;
}
.about-01 a{
    display: block;
    text-align: center;
    margin-top: 5px;
    font-size: 0.9em;
}
.about-txt01 p{
    margin-bottom: 30px;
    font-size: min(3.8vw,22px);
    line-height: 2.0;
}
@media screen and (max-width: 480px){
    .about-txt01 p{
        font-size: 16px;
        line-height: 1.5;
    }
}
.about-txt01 p:last-of-type{
    margin-bottom: 0;
}


/* --------------------------------------------------

treatment

-------------------------------------------------- */
.treatment{
    /* padding: 45px 0 0; */
    margin-top: -85px;
    padding-top: 85px;
}
@media screen and (max-width: 480px){
    .treatment{
        margin-top: -60px;
        padding-top: 60px;
    }
}
.treatment .container{
    padding-bottom: 0;
}
.treatment .title{
    margin-bottom: 30px;
}

.treatment .sub_title{
    font-size: 30px;
    font-weight: 900;
    color: #222222;
    text-align: center;
    margin-bottom: 20px;
}
.treatment .sub_title span{
    font-size: 18px;
}
.treatment .sub_title-02{
    margin-top: -30px;
    padding-top: 30px;
    font-size: 30px;
    font-weight: 600;
    color: #fff484;
    text-align: center;
    margin-bottom: 20px;
}
@media screen and (max-width: 480px){
    .treatment .sub_title-02{
        font-size: 20px;
    }
}
.treatment .container.subArea{
    width: calc(100% - 40px);
    padding: 35px 20px 45px;
    margin: auto;
    background-image: url(../images/treatment/treatment-bg.png);
    background-size: contain;
    background-repeat: repeat;

}
.treatment-img-02{
    margin-bottom: 25px;
}
.treatment-txt01 p{
    margin-bottom: 30px;
    color: #ffffff;
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
    font-size: min(3.8vw,22px);
    line-height: 2.0;
}
@media screen and (max-width: 480px){
    .treatment-txt01 p{
        font-size: 16px;
        line-height: 1.5;
    }
}
.treatment-merit{
    position: relative;
    box-sizing: border-box;
    width: 100%;
    margin-top: min(10%, 60px);
}
.treatment-merit-box-no{
    position: absolute;
    margin-top: max(-6vw, -40px);
    width: min(18vw, 130px);
    /* max-width: 130px; */
}
.treatment-merit-box{
    box-sizing: border-box;
    /* width: 100%; */
    background-color: #fff;
    border-radius: min(3vw, 20px);
    margin: 20px min(4%, 40px);
    padding: min(7%, 40px) min(4%, 40px);
}
.treatment-merit-box dt{
    font-size:min(5vw,40px);
    font-weight: 700;
    color: #011664;
    /* line-height: 2.0; */
    margin-bottom: 20px;
    text-align: center;
}
.treatment-merit-box dd{
    /* font-size: 31px; */
    font-size:min(3.6vw,31px);
    line-height: 2.0;
    color: #222222;
}
.treatment-merit-04-img,
.treatment-merit-05-img{
    display: block;
    margin: auto;
    max-width: 550px;
    text-align: center;
}
/* .treatment-img-merit img{
    display: block;
    margin-bottom: 20px;
}
.treatment-img-merit img:last-of-type{
    margin-bottom: 0;
} */
.slider .slick-dots li button:before{
    color: #fff;
    /* opacity:1; */
}
.slider .slick-prev:before,
.slider .slick-next:before
{
    font-size: 20px;
       color: #cc5007;
}
.slide-arrow {
    background-color: transparent;
    bottom: 0;
    height: 0;
    margin: auto;
    position: absolute;
    top: 50px;
    width: 50px;
    height: 50px;
    z-index: 999;
    opacity: 0.8;
  }
  .prev-arrow {
    left: -15px;
  }
  .next-arrow {
    right: -15px;
  }


/* --------------------------------------------------

image

-------------------------------------------------- */
.image{
    /* padding: 50px 0; */
    /* padding: 85px 0 0; */
    margin-top: -85px;
    padding-top: 85px;
    /* background-color: #e6f4fd; */
}
@media screen and (max-width: 480px){
    .image{
        margin-top: -60px;
        padding-top: 60px;
    }
}
.image .container{
}
.image .title{
    margin-bottom: 40px;
    line-height: 1.5;
}
.image .month,
.image .pay{
    width: 100%;
    text-align: center;
    padding: 30px 0;
}
@media (max-width: 480px) {
    .image .month,
    .image .pay{
        padding: 20px 0;
    }
}
.image .month{
    background-color: #e6f4fd;
    border-top: 1px solid #dddddd;
    /* display: flex;
    align-items: center; */
}
.image .month h3{
    display: flex;
    justify-content: center;
    align-items: center;
    /* font-size: min(4.6vw,30px); */
    font-size: min(3.8vw,30px);
    font-weight: bold;
    /* margin-bottom: 30px; */
}
.image .month h3 .red{
    color: #cc5007;
}
.month_txt01,
.month_txt02{
    width: 43%;
}
.month_txt01{
    text-align: right;
}
.month_txt02{
    text-align: left;
}
.month_img{
    width: 10%;
    margin: 0 2%;
}
.month_img img{
    width: auto;
    height: 100%;
    max-width: 50px;
    max-height: 50px;
}
@media (max-width: 480px) {
    .month_img img{
        /* max-width: 50px; */
        max-height: 1.8em;
    }
}

.image .month p,
.image .pay dt,
.image .pay dd{
    font-size: min(4.6vw,24px);
    position: relative;
}

.image .month p::before{
    position: absolute;
    content: "";
    background-image:url(../images/image/image01.png);
    background-size: contain;
    background-repeat: no-repeat;
    vertical-align: middle;
    width: 1.5em;
    height: 1.5em;
    left: min(20vw,220px)
}
.image .month:not(:first-of-type) p::before{
    background-image:url(../images/image/image02.png);
}
.image .pay dl{
    width: 50%;
    margin: auto;
    display: flex;
}
@media (max-width: 480px) {
    .image .pay dl{
        width: 70%;
    }
}
.image .pay dt{
    width: 60%;
    text-align: left;
}
.image .pay dd{
    width: 40%;
    text-align: right;
}
.image .pay dl:not(:first-of-type){
    margin-top: 15px;
}
.image .capArea{
    border-top: 1px solid #dddddd;
    padding-top: 15px;
}
.image .capArea.top{
    border-top: none;
    padding-top: 0;
    padding-bottom: 15px;
}
@media (max-width: 480px) {
    .image .capArea{
        font-size: min(3.2vw,18px);
    }
}

/* --------------------------------------------------

difference

-------------------------------------------------- */
.difference{
    padding: 50px 0;
    background-color: #fff;
}
.difference .title{
    margin-bottom: 20px;
    line-height: 1.5;
}
.difference_table-box{
    width: 100%;
}
.difference_table{
    width: 100%;
    border: 1px solid #dddddd;
}
.difference_table:not(:first-of-type){
    margin-top: 20px;
}
.difference_table.cpap{
    border: 3px solid #cc5007;
}
.difference_table th {
    /* width: 200px;
    min-width: 200px; */
    width: 70%;
    /* background-color: #e6f4fd; */
    /* color: #011664; */
    background-color: #011664;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    padding: 10px 5px;
    border-left: 1px solid #fff;
    box-sizing: border-box;
}
.difference_table.cpap th{
    /* background-color: #e6f4fd; */
    /* color: #011664; */
    background-color: #011664;
    color: #fff;
    font-size: 24px;
}
.difference_table td {
    /* width: 200px;
    min-width: 200px; */
    padding: 10px 5px;
    border-top: 1px solid #dddddd;
    border-left: 1px solid #dddddd;
    box-sizing: border-box;
    font-size: 18px;
    line-height: 1.8;
}
.difference_table.cpap td{
    font-size: 18px;
}
.difference_table th:first-of-type,
.difference_table td:first-of-type{
    border-left: none;
    width: 30%;
    /* font-size: 16px; */
    font-size: 20px;
}
.difference_table.cpap td:not(:first-of-type){
    color: #011664;
    font-weight: bold;
}
.difference_table.cpap td p{
    margin-bottom: 10px;
}
.difference_table td .txt-large{
    font-size: 32px;
}
.difference_table td .txt-small{
    font-size: 16px;
}
.difference_table td ul{
    /* font-size: 18px; */
    margin-left: 1.5em;
}
.difference_table td ul li{
    list-style-type: disc;
}
.difference_table strong{
    font-weight: bold;
}
.difference_table .u_yellow{
    background: linear-gradient(transparent 70%, #fff484 50%);
}

/* --------------------------------------------------

faq

-------------------------------------------------- */
.faq{
    /* padding: 50px 0; */
    background-color: #fff;
    margin-top: -85px;
    padding-top: 85px;
}
@media screen and (max-width: 480px){
    .faq{
        margin-top: -60px;
        padding-top: 60px;
    }
}
.faq .container{
    padding: 45px 20px;
    box-sizing: border-box;
}
.faq .title{
    margin-bottom: 30px;
}
.faq-icon{
    font-family: 'Oswald', sans-serif;
}
.faq-txt{
    margin: 0;
    padding: 15px 2%;
    border: 1px solid #dddddd;
    background-color: #fff;
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
}
.faq-txt:not(:first-of-type){
    border-top: 0;
}
.faq-txt dt,
.faq-txt dd{
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
}
.faq-txt dd{
    margin-top: 10px;
}
.faq-q{
    position: relative;
    color: #011664;
}
.faq-q::after{
    position: absolute;
    content: '';
    top: 4px;
    right:0;
    display: block;
    width: 20px;/*幅*/
    height: 20px;/*どれだけデカくなってもはみ出ないであろう高さを指定*/
    background-image: url(../images/faq/plus.png);
    background-size: contain;
    background-repeat: no-repeat;/*画像を繰り返さない*/
}
.faq-q.open::after{
    /*    content: "-";*/
    /*    content: url(../img/faq/minus.png);*/
    top: 13px;
    background-image: url(../images/faq/minus.png);
}
.faq-a{
    color: #222222;
}

.faq-txt span{
    display: block;
}
.faq-icon{
    margin-right: 20px;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    width: 1em;
    margin-top: 3px;
}
.faq-a .faq-icon{
    color: #999999;
}
.faq-txt_in{
    /*    width: calc(100% - 2em - 20px);*/
    width: 80%;
    line-height: 2.0;
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
    font-weight: bold;
    font-size: 18px;
}
@media (max-width: 480px) {
    .faq-txt_in{
        line-height: 1.5;
        font-size: 16px;
    }
}
.faq-a .faq-txt_in{
    font-weight: 500;
}
.faq-txt_in .red{
    color: #cc5007;
}

/* --------------------------------------------------

clinic

-------------------------------------------------- */
.clinic{
    /* padding: 50px 0; */
    margin-top: -85px;
    padding-top: 85px;
}
@media screen and (max-width: 480px){
    .clinic{
        margin-top: -60px;
        padding-top: 60px;
    }
}
.clinic .container{
    padding: 45px 20px;
    box-sizing: border-box;
}
.clilnic-doctor-flex{
    display: flex;
    /* margin: 40px 0 20px; */
    margin: 40px 0;
    width: 100%;
    flex-wrap: wrap-reverse;
    align-items: center;
}
@media screen and (max-width: 480px){
    .clilnic-doctor-flex{
        margin-bottom: 20px;
    }
}
.clilnic-doctor-img{
    /* width: 48%; */
    width: 100%;
}
.clilnic-doctor-img img{
    /* max-width: 230px; */
}
.clilnic-doctor-txt{
    /* width: 48%; */
    width: 100%;
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
    /* margin-left: 4%; */
    margin-top: 5px;
}
.clilnic-doctor-txt dl{
    /* width: fit-content; */
    width: 100%;
    margin: auto;
    display: flex;
    flex-wrap: nowrap;
}
.clilnic-doctor-txt dt{
    font-size: min(4vw,22px);
    /* font-weight: bold; */
}
.clilnic-doctor-txt dd{
    font-size: min(4vw,22px);
    font-weight: 500;
    margin-left: 1em;
}
.clilnic-doctor-txt dd span{
    /* display: block; */
    /* font-size: 16px; */
}
.clilnic-title-01{
    font-size: min(4vw,22px);
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
    font-weight: 500;
    margin-bottom: 15px;
}
@media screen and (max-width: 480px){
    .clilnic-title-01{
        margin-bottom: 10px;
    }
}
.clilnic-txt-01{
    font-size: min(3.4vw,20px);
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
    font-weight: 500;
    margin-bottom: 25px;
}
.clilnic-txt-01 li:not(:last-of-type){
    margin-bottom: 5px;
}
.clilnic-title-02{
    font-size: min(4vw,22px);
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
    font-weight: bold;
    margin-bottom: 15px;
}
@media screen and (max-width: 480px){
    .clilnic-title-02{
        margin-bottom: 10px;
    }
}

.clilnic-txt-02{
    font-size: min(3.4vw,20px);
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
    font-weight: 500;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 25px;
}
.clilnic-txt-02 dt{
    width: 14%;
}
.clilnic-txt-02 dd{
    width: 86%;
}
/* @media screen and (max-width: 480px){
    .clilnic-txt-02 dt{
        width: 20%;
    }
    .clilnic-txt-02 dd{
        width: 78%;
    }
} */
.clilnic-txt-02 dt:not(:last-of-type){
    margin-bottom: 5px;
}
.clilnic-txt-03{
    font-size: 20px;
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
    font-weight: 500;
    line-height: 2.0;
    display: flex;
    flex-wrap: wrap;
}

.clilnic-txt-03 dt{
    width: 18%;
}
.clilnic-txt-03 dd{
    width: 82%;
}
@media screen and (max-width: 480px){
    .clilnic-txt-03{
        font-size: 13px;
    }
    .clilnic-txt-03 dt{
        width: 20%;
    }
    .clilnic-txt-03 dd{
        width: 80%;
    }
}
.clilnic-clinic-img{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 25px;
}
.clilnic-clinic-img li{
    width: 50%;
}
/* --------------------------------------------------

form

-------------------------------------------------- */
/*
.reserv,
.cont{
    display: none;
}
*/
.cont{
    display: none;
}

.reserv.cont{
    display: block;
}

select {
    -webkit-appearance: none;
    appearance: none;
    border: 1px solid #000;
    border-radius: 0px;
    background-color: #fff;
    position: relative;
}
/*
.form-inner-request-select-box{
    position: relative;
}
.form-inner-request-select-box::after{
    display: block;
    content: "▼";
    position: absolute;
    top: 50%;
    right: 20px;
    width: 20px;
    height: 20px;
    margin-top: -8px;
    background: url(../images/faq/minus.png) 0 0 no-repeat;
    background-size: 20px;
    pointer-events: none;
}
*/

.form{
    /* padding: 50px 0; */
    margin-top: -85px;
    padding-top: 85px;
}
@media screen and (max-width: 480px){
    .form{
        margin-top: -60px;
        padding-top: 60px;
    }
}
.form .container{
    background-color: #e6f4fd;
    padding: 45px 20px;
    box-sizing: border-box;
}
.form .title{
    margin-bottom: 40px;
}
.form-inner{
    background-color: #fff;
    width: 100%;
}

.form-input-area-txt-title{
    font-size: 20px;
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
    font-weight: 900;
    margin-bottom: 15px;
}
@media screen and (max-width: 480px){
    .form-input-area-txt-title{
        font-size: 12px;
        margin-bottom: 5px;
    }
}
.form-input-area-txt-title:not(:first-of-type){
    margin-top: 25px;
}
.form-input-area-txt{
    font-size: 18px;
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
    font-weight: 500;
    margin: 15px 0 25px;
    line-height: 2.0;
}
@media screen and (max-width: 480px){
    .form-input-area-txt{
        font-size: 12px;
        line-height: 1.8;
    }
}
.radio-flex.center{
    justify-content: center;
}
.radio-flex{
    width: 100%;
    display: flex;
    align-items: center;
}
.radio-flex li{
    display: flex;
    align-items: center;
    padding: 10px;
    width: 20%;
    border: 1px solid #ccc;
    border-radius: 5px;
    font-size: 18px;
}
@media screen and (max-width: 480px){
    .radio-flex li{
        display: flex;
        align-items: center;
        padding: 10px;
        width: 20%;
        border: 1px solid #ccc;
        border-radius: 5px;
        font-size: 13px;
    }
}
.radio-flex li:not(:first-of-type){
    margin-left: 15px;
}
.radio-flex li.method_list{
    width: 48%;
}

.form-inner-label{
    box-sizing: border-box;
    width: 100%;
    background-color: #011664;
    padding: 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #ffffff;
    font-size: 18px;
}
@media screen and (max-width: 480px){
    .form-inner-label{
        font-size: 13px;
    }
}
.form-inner-label .req{
    font-size: 12px;
    background-color: #cc5007;
    padding: 5px 10px;
    border-radius: 2px;
    line-height: 1;
}
.form-inner-box{
    box-sizing: border-box;
    width: 100%;
    padding: 15px;
    font-size: 18px;
}
@media screen and (max-width: 480px){
    .form-inner-box{
        font-size: 13px;
    }
}
.form-inner-input{
    box-sizing: border-box;
    width: 100%;
    border: 1px solid #cccccc;
    padding: 10px;
}

.radio-flex-input{
    margin-right: 15px;
    border: 1px solid #ccc;
}
.form-inner-box.select{
    display: flex;
    align-items: center;
}
.form-inner-box.select select {
    padding: 10px;
    margin-left: 2%;
    margin-right: 1%;
    border: 1px solid #ccc;
}

.form-inner-box.select .b_wareki{
    width: 20%;
    margin: 0;
}
.form-inner-box.select .b_year,
.form-inner-box.select .b_month,
.form-inner-box.select .b_day{
    width: 15%;
}
.form-inner-input.age{
    width: 20%;
    margin-right: 1%;
}
.form-inner-request-txt{
    font-size: 16px;
    color: #cc5007;
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
    font-weight: 900;
    margin:0 0 10px 1em;
}
@media screen and (max-width: 480px){
    .form-inner-request-txt{
        font-size: 11px;
    }
}
.form-inner-request-txt li{
    text-indent: -1em;
    margin: 0;
}
.form-inner-request-txt .link{
    color: #DA5246;
}
.form-inner-request{
    width: 100%;
}
.form-inner-request li{
    margin-bottom: 15px;
}
.form-inner-request select {
    padding: 10px;
    margin-left: 2%;
    margin-right: 1%;
    border: 1px solid #ccc;
}
.form-inner-request .month{
    width: 15%;
    margin-left: 0;
}
.form-inner-request .day{
    width: 15%;
}
.form-inner-request .time-txt{
    margin-left: 5%;
}
.form-inner-request .time{
    width: 30%;
    margin-left: 1%;
    margin-right: 0;
}
.form-inner-request-title{
    font-size: 16px;
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
    font-weight: 900;
}
.form-inner-textarea{
    box-sizing: border-box;
    width: 100%;
    border: 1px solid #ccc;
    padding: 10px;
    height: 160px;
}

.btn-submit{
    display: block;
    padding: 10px;
    width: 49%;
    max-width: 460px;
    min-height: 80px;
    margin: auto;
    border-radius: 10px;
    text-align: center;
    font-size: 18px;
    color: #fff;
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
    font-weight: 900;
    border: none;
    background: linear-gradient(#e8874d, #cc5007);
}

.confirm-btn-box{
    display: flex;
    justify-content: space-around;
    align-items: center;
    width: 100%;
}
.btn-back{
    display: block;
    padding: 10px;
    width: 49%;
    max-width: 460px;
    min-height: 80px;
    margin: auto;
    border-radius: 10px;
    text-align: center;
    font-size: 18px;
    color: #fff;
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
    font-weight: 900;
    border: none;
    background: linear-gradient(#999, #666);
}


.form-thanks-txt p:not(:last-of-type){
    margin-bottom: 10px;
}

.confirm dt{
    font-size: 16px;
    background-color: #011664;
    color: #fff;
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
    font-weight: 500;
}
.confirm dd{
    font-size: 16px;
    background-color: #fff;
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
}
@media screen and (max-width: 480px){
    .confirm dt,
    .confirm dd{
        font-size: 12px;
    }
}

/* --------------------------------------------------

navi

-------------------------------------------------- */
#nav-toggle {
    /* top: 15px; */
    /* right: 10px; */
    width: 40px;
    height: 40px;
    cursor: pointer;
    /* position: absolute; */
    background-color: #011664;
}
#nav-toggle div {
    position: relative;
    width: 42px;
  }
#nav-toggle span {
    width: 26px;
    height: 2px;
    left: 6px;
    display: block;
    background: #fff;
    position: absolute;
    transition: transform .6s ease-in-out, top .5s ease;
}
#nav-toggle span:nth-child(1) {
      top: 10px;
    }
#nav-toggle span:nth-child(2) {
      top: 20px;
    }
#nav-toggle span:nth-child(3) {
      top: 30px;
    }

#nav-toggle p{
    position: absolute;
    display: block;
    bottom: -17px;
    right: 17px;
    font-size: 10px;
}

.open #nav-toggle p{
    display: none;
}

#nav-toggle {
    z-index: 1000;
}
#container {
    z-index: 900;
}

#gloval-nav {
  /* max-width: 640px; */
  /* max-width: 750px; */
  width: 100%;
  margin: 0 auto;
/*
  background: #011664;
background: -moz-linear-gradient(to bottom,#011664,#002097 50%,#011664);
background: -webkit-linear-gradient(to bottom,#011664,#002097 50%,#011664);
background: linear-gradient(to bottom,#011664,#002097 50%,#011664);
*/
  color: #fff;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 990;
  text-align: center;
  display: flex;
  visibility: hidden;
  flex-direction: column;
  justify-content: center;
  align-items: center;
    font-size: 16px;
/*    opacity: 0;*/
    transition: opacity .6s ease, visibility .6s ease;
}

.open #gloval-nav{
    overflow: auto;
    scrollbar-gutter: stable;
}

#gloval-nav nav {
    box-sizing: border-box;
    width: calc(100% - 20px);
    max-width: 750px;
    margin: 0 auto;
    background: #fff;
}
#gloval-nav ul {
    list-style: none;
    margin: 15px;
}
#gloval-nav ul li {
    border-top: 1px solid #ccc;
    opacity: 0;
    transform: translateX(200px);
    transition:  transform .6s ease, opacity .2s ease;
}
#gloval-nav ul li:first-of-type{
    border-top: 0;
}
/*
#gloval-nav ul li:last-of-type {
    border-bottom: 1px solid #ccc;
}
*/

#gloval-nav ul li:after{
    position:absolute;
    content:"▶";
    color: #000;
    font-size: 12px;
    right:20px;
    top:1.4em;
}

#gloval-nav a {
    display: block;
    color: #222;
    text-decoration: none;
    padding: 15px 20px;
    transition: color .6s ease;
    text-align: left;
    font-size: min(3.5vw,16px);
}
#gloval-nav a:hover {
    color: #666;
}
#gloval-nav a.sub{
    text-indent: 1em;
}




/* open */
.open {
    overflow: auto;
    /* overflow-y: scroll;
    position: fixed; */
    /* overflow: auto; スクロールバー対策 */
    scrollbar-gutter: stable;
    }
.open #gloval-nav {
    visibility: visible;
    background: rgba(0,0,0,0.93);
    /* background: rgba(0,0,0,0.1); */
  }
.open #nav-toggle {
    background-color: #fff;
}
.open #nav-toggle span {
    background: #011664;
}

.open #nav-toggle span:nth-child(1) {
    top: 20px;
    transform: rotate(45deg);
}
.open #nav-toggle span:nth-child(2) {
    top: 20px;
    width: 0;
    left: 50%;
}
.open #nav-toggle span:nth-child(3) {
    top: 20px;
    transform: rotate(-45deg);
}

.open #gloval-nav li {
    opacity: 1;
    transform: translateX(0);
    transition:  transform 1s ease, opacity .9s ease;
  }

/* --------------------------------------------------

comp_table

-------------------------------------------------- */
.comp_table{
    position: relative;
    z-index: 1;
    margin-bottom: 85px;
}
.comp_table .container{
    padding-bottom: 0;
}
.comp_table .title{
    margin-bottom: 20px;
}
@media screen and (max-width: 480px){
    .comp_table{
        margin-bottom: 0;
    }
}
.comp_table-01{
    width: 100%;
    overflow-x: scroll;
    cursor: pointer;
}
.comp_table-imgArea{
    width: 160%;
    height: auto;
}
@media screen and (max-width: 480px){
    .comp_table-imgArea{
        width: 200%;
    }
}


/* --------------------------------------------------

caution

-------------------------------------------------- */
.caution {
    position: relative;
    z-index: 0;
    /* margin-top: min(80vw, 250px); */
    margin-top: -85px;
    padding-top: 85px;
    /* border-radius: 20px;
    background-image: url(../images/caution/caution-bg.png);
    background-repeat: repeat-y;
    background-position: top;
    background-size: 100% auto; */
}
@media screen and (max-width: 480px){
    .caution{
        margin-top: -60px;
        padding-top: 60px;
    }
}
/* @media (max-width: 480px) {
    .caution {
        margin-top: min(30vw, 250px);
    }
} */

.caution .container{
    /* padding-top: min(10vw, 80px); */
    /* padding-bottom: 45px; */
    margin-top: max(-45vw, -300px);
    border-radius: 20px;
    background-image: url(../images/caution/caution-bg.png);
    background-repeat: repeat-y;
    background-position: top;
    background-size: 100% auto;    
}
.caution-imgArea{
    width: 100%;
    padding: 45px 40px;
    box-sizing: border-box;
}
.caution-top{
    /* position: absolute; */
    /* left: 0; */
    /* top: -200px; */
    /* margin: -270px auto -100px; */
    /* display: block;
    width: calc(100% - 40px);
    left: 20px;
    z-index: 1; */
}
/* @media (max-width: 480px) {
    .caution-top{
        margin: -130px auto -100px;
    }
} */
.caution-txtArea{
    margin-top: 60px;
}
@media screen and (max-width: 480px){
    .caution-txtArea{
        margin-top: 6vw;
    }
}
.caution-box{
    position: relative;
    /* margin: 20px 0 0; */
    box-sizing: border-box;
    border-radius: 20px;
    padding: 20px;
    background-color: #fff;
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.25);
    width: 100%;
    z-index: 2;
}
.caution-box .awake{
    margin-top: 20px;
}
.caution-box h2{
    display: flex;
    align-items: center;
    position: relative;
    margin-left: 0;
    font-size: min(5vw,32px);
    font-weight: 900;
    margin-bottom: 10px;
    padding-bottom: 10px;
}
.caution-box .sleep h2{
    color: #3e6399;
    border-bottom: 1px solid #3e6399;
}
.caution-box .awake h2{
    color: #f39900;
    border-bottom: 1px solid #f39900;
}
.caution-box h2::before{
    content: '';
    display: inline-block;
    width: 36px;
    height: 36px;
    background-size: contain;
    vertical-align: middle;
    margin-right: 2%;
}
.caution-box .sleep h2::before{
    background-image: url("../images/caution/moon.png");
}
.caution-box .awake h2::before{
    background-image: url("../images/caution/sun.png");
}
.caution-list{
    margin: 0 0 0 5px;
}
.caution-list li{
    display: flex;
    align-items: center;
    font-size: min(4.2vw,26px);
    margin-top: 5px;
}
.caution-list li:first-of-type{
    margin-top: 0;
}
/* .sleep .caution-list li{
    color: #3e6399;
}
.awake .caution-list li{
    color: #f39900;
} */
.caution-list li::before{
    content: '';
    display: inline-block;
    width: 12%;
    max-width: 31px;
    height: 31px;
    background-size: contain;
    vertical-align: middle;
    margin-right: 2%;
    background-repeat: no-repeat;
}
.sleep .caution-list li::before{
    background-image: url("../images/caution/caution_sleep.png");
}
.awake .caution-list li::before{
    background-image: url("../images/caution/caution_awake.png");
}

.check-list {
  position: absolute;
  right: 5%;
  padding: 15px;
  background: #fff;
  border-radius: 10px;
  font-size: 16px;
}



.checkbox li {
  background: url("/images/check.png") no-repeat;
  background-size: 20px;
  padding-left: 23px;
  font-weight: bold;
  line-height: 2em;
}
.main-visual-box{
    background-image: url("../images/mv/mv-bg.png");
    background-position: left top;
    background-size: min(100vw, 100%);
    background-repeat: no-repeat;
}
@media (max-width: 480px) {
    .main-visual-box{
        background-size: cover;
    }
}
.main-visual-02{
    padding-left: min(4%, 30px);
}
.main-visual-txt-03{
    margin-top: 20px;
    padding: min(4%, 20px) 0 min(6%, 40px);
    /* background-image: url("../images/mv/main-visual-txt-03-bg.png");
    background-position: left top;
    background-size: min(100vw, 100%);
    background-repeat: no-repeat; */
    position: relative;
    z-index: 1;
}
.main-visual-txt-03-header-box{
    width: 100%;
    text-align: center;
    position: absolute;
    z-index: 2;
    top: -5px;
}

.main-visual-txt-03-box{
    /* border-radius: min(3vw, 20px); */
    margin: 0 min(6%, 40px);
    background-color: #fff;
    border: 2px solid #3c78d8;
    /* box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1); */
    position: relative;
}
.main-visual-txt-03-box dt{
    position: absolute;
    /* margin:0 0 min(4%, 20px); */
    width: 100%;
    /* max-width: 566px; */
    /* color: #fff; */
    /* font-size: min(4vw,32px); */
    font-weight: bold;
    text-align: center;
    /* background-color: #3c78d8; */
    /* padding: min(6%, 60px) min(3.8%, 40px) min(4%, 40px); */
    box-sizing: border-box;
    /* text-decoration: underline; */
    top: -32px;
}
@media (max-width: 480px) {
    .main-visual-txt-03-box dt{
        top: -18px;
    }
}
.main-visual-txt-03-header{
    position: relative;
    width: fit-content;
    margin: auto;
    /* padding: 10px 20px; */
    padding: 0 20px;
    color: #3c78d8;
    background-color: #fff; 
    border: 2px solid #3c78d8;
    border-radius: 40px;
    text-align: center;
    font-size: min(3.0vw,22px);
    font-weight: bold;
    height: 60px;
    display: flex;
    align-items: center;
}
@media (max-width: 480px) {
    .main-visual-txt-03-header{
        height: 30px;
    }
}
/* .main-visual-txt-03-box dt::before{
	content: "▽";
	position: absolute;
	right: 28%;
}
.main-visual-txt-03-box dt.open::before{
	content: "△";
} */

.main-visual-txt-03-box dd{
    font-size:min(3.0vw,22px);
    line-height: 2.0;
    color: #222222;
    font-weight: 500;
    padding: min(4%, 40px) min(3.8%, 40px);
    margin-top: min(3vw,22px);
}
.main-visual-txt-03-box dd .red{
    color: #cc5007;
}
.main-visual-txt-03-box dd .yellow-marker{
    background: linear-gradient(transparent 70%, #ffff00);  
}

.main-visual-txt-03-box-subTitle{
    /* font-size: min(3.4vw,27px); */
    font-size: min(3.3vw,25px);
    font-weight: bold;
    line-height: 1.5;
}
.main-visual-txt-03-box-cap{
    font-size: min(2.4vw,18px);
    line-height: 1.5;
    display: inline-block;
}
.main-visual-txt-03-box-list{
    border: 1px solid #222222;
    margin-top: min(4%, 20px);
    padding: min(4%, 20px) min(3.8%, 20px);
}
.main-visual-txt-03-box-list li{
    position: relative;
    padding-left: 15px;
}
.main-visual-txt-03-box-list li:before {
    content: "";
    position: absolute;
    top: min(1.4vw, 35%);
    left: 0;
    -webkit-transform: rotate(50deg);
    -ms-transform: rotate(50deg);
    transform: rotate(50deg);
    width: 5px;
    height: 10px;
    border-right: 3px solid #cc5007;
    border-bottom: 3px solid #cc5007;
  }

.main-visual-about{
    margin-top: min(6%, 40px)
}
.main-visual-about-box{
    /* width: calc(100% - 40px); */
    border: min(0.6vw, 4px) solid #e0e5ff;
    box-sizing: border-box;
    /* width: 100%; */
    background-color: #fff;
    /* border-radius: min(3vw, 20px); */
    margin: 20px min(6%, 40px);
    padding: min(4%, 40px) min(3.8%, 40px);
}
.main-visual-about dt{
    width: fit-content;
    background-color: #fff;
    font-size:min(4.4vw,32px);
    font-weight: 700;
    color: #011664;
    /* line-height: 2.0; */
    margin:max(-10%, -58px) auto min(4%, 20px);
    padding: 0 5px;
    text-align: center;
}
.main-visual-about dd{
    /* font-size: 31px; */
    font-size:min(3.6vw,30px);
    line-height: 2.0;
    color: #222222;
}
#main-visual .checkbox li {
    color: #009FDE;
    background-image: none;
    padding-left: 0;
}

#symptoms-box {
  padding: 10px 0;
  background: #DBE7EC;
}
#selfcheck-box {
  background: #365865;
}
#selfcheck-box ul li {

}



/* --------------------------------------------------

footer

-------------------------------------------------- */
footer {
    text-align: center;
    color: #222222;
    font-size: 14px;
    padding: 50px 0;
    /* margin-bottom: 60px; */
    margin-bottom: 140px;
    position: relative;
}
@media screen and (max-width: 480px){
    footer address{
        font-size: 10px;
    }
}
.float {
  display: block;
  width: 100%;
  max-width: 750px;
  position: fixed;
  bottom: 0px;
  /*z-index: 9999;*/
  z-index: 980;
  text-align: center;
  padding: 0 auto;
}

.float-flex {
    display: flex;
    justify-content: space-between;
}
.float-flex li a{
    display: flex;
    /* flex-wrap: wrap; */
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    width: 100%;
    height: 60px;
    padding: 0 2%;
    color: #fff;
    text-decoration: none;
    /* font-size: min(4.0vw,24px); */
    font-size: min(3.6vw,24px);
}
/* .float-flex li a .small{
    width: 100%;
    font-size: min(2.0vw,12px);
} */
.float-flex li a::before{
    display: block;
    content: "";
    background-size: contain;
    margin-right: 0.5em;
}
.float-flex li.float-mail a::before{
    display: block;
    content: "";
    background-image: url(../images/float/icon-mail.png);
    background-repeat: no-repeat;
    background-position: bottom;
    width: 25px;
    height: 25px;
    background-size: contain;
}
.float-flex li.float-curon a::before{
    display: none;

}
.float-flex li a img{
    /* width: 100%; */
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
}
.float-tell{
    display: none;
    /* width: 42%; */
    /* background-color: #011664; */
}
.float-mail{
    width: 50%;
    background-color: #cc5007;
}
.float-line{
    /* position: absolute; */
    width: 50%;
    background-color: #1cd57a;
    /* right: 0; */
    /* bottom: 80px; */
    /* width: 30%; */
}
.float-curon{
    width: 50%;
    background-color: #008e44;
}
.float-flex li.float-line a::before{
    display: block;
    content: "";
    background-image: url(../images/float/icon-line.png);
    background-repeat: no-repeat;
    background-position: bottom;
    width: 60px;
    height: 60px;
    background-size: contain;
    margin-right: 0.2em;
}
.float-line-imgArea{
    display: flex;
    align-items: center;
    width: fit-content;
    box-sizing: border-box;
    max-width: calc(100% - 60px - 0.5em);
    height: 60px;
    padding: 5px 0;
    text-align: left;
}
/* .float-line_txt{
    width: 80%;
    max-width:236px;
} */
/* .float-flex li.float-line a{
    align-items: end;
} */
.float-top{
    position: absolute;
    width: 60px;
    right: 0;
    bottom: 60px;
    background-color: #a68240;
}
.float-top a{
    box-sizing: border-box;
    display: flex;
    padding: 5px;
    height: 60px;
    align-items: center;
    justify-content: center;
}
.float-top a img{
    max-width: 42px;
}



/* confirm */
#validate {
  width: 90%;
  margin: 20px auto;
  color: #DA5246;
  line-height: 2em;
}

/* 幅 */
.wdt95 {
  width: 95%;
  margin: 0 auto;
}
.wdt90 {
  width: 90%;
  margin: 0 auto;
}
.wdt80 {
  width: 80%;
  margin: 0 auto;
}

/* フォント類 */
.fnt10 {
  font-size: 10px;
}
.fnt12 {
  font-size: 12px;
}
.fnt14 {
  font-size: 14px;
}
.fnt16 {
  font-size: 16px;
}
.fnt20 {
  font-size: 20px;
}
.fnt24 {
  font-size: 24px;
}
.fnt30{
  font-size: 30px;
}
.fnt-fff {
  color: #fff;
}
.fnt-da5246 {
  color: #DA5246;
}
.fnt-333 {
  color: #333;
}
.selfcheck-txt{
  color: #FDFFB9;
  font-size: 36px;
  padding: 20px 0;
}
.fnt-bold {
  font-weight: bold;
}

.align-center {
  text-align: center;
}

.inner {
  margin: 0 10px;
}




/* confirm */
dl.confirm {
  width: 100%;
  margin: 50px auto;
  display:flex;
  flex-wrap: wrap;
  font-size: 12px;
}
.confirm dt {
  /* display: table-cell; */
  width: 300px;
  box-sizing: border-box;
  padding: 15px 10px;
  border-bottom: 1px solid #ccc;
    border-left: 1px solid #ccc;
    display: flex;
    align-items: center;
}
.confirm dt:first-child {
    border-top: 1px solid #ccc;
}
.confirm dd {
  width: 410px;
  box-sizing: border-box;
  padding: 10px 1%;
    border-bottom: 1px solid #ccc;
    border-right: 1px solid #ccc;
    border-left: 1px solid #ccc;
    display: flex;
    align-items: center;
}
@media screen and (max-width: 480px){
      .confirm dt {
        width: 36%;
        padding: 10px 1%;
      }
      .confirm dd {
        width: 58%;
        padding: 10px 1%;
      }
}
.confirm dd:nth-child(2) {
    border-top: 1px solid #ccc !important;
}

/* background類 */
.bg-fff {
  background: #fff;
}

/* radius */
.bdr10 {
  border-radius: 10px;
}

/* margin */
.mgb10 {
  margin-bottom: 10px;
}
.mgt10 {
  margin-top: 10px;
}
.mgb20 {
  margin-bottom: 20px;
}
.mgt20 {
  margin-top: 20px;
}
.mgl10 {
  margin-left: 10px;
}
.mgl20 {
  margin-left: 20px;
}
.mgr10 {
  margin-right: 10px;
}
.mgr20 {
  margin-right: 20px;
}
.mgt-3 {
  margin-top: -3px;
}

/* padding */
.pd5 {
  padding: 5px;
}
.pdt20 {
  padding-top: 20px;
}
.pdb20 {
  padding-bottom: 20px;
}
.pdl10{
  padding-left: 10px;
}
.pdr10{
  padding-right: 10px;
}

.pdl20{
  padding-left: 20px;
}
.pdr20{
  padding-right: 20px;
}

/* 境界線 */
.hr {
  border: 1px solid #DBE7EC;
  margin: 15px 0;
}
.hr2 {
  border: 1px solid #365865;
}


.minhe500 {
  min-height: calc(100vh - 246px);
  /* min-height: 600px; */
}

.shadow {
  box-shadow: 0 0 5px rgba(0,0,0,0.2);
}

.btn-shadow {
  border: none;
  box-shadow: 0px 3px 5px rgba(0,0,0,0.2);
}

.sp{
    display: none;
}

  @media (max-width: 480px) {
    .sp{
        display: block;
    }
}