@charset "utf-8";
/* CSS Document */

dd,div,dl,dt,h1,h2,h3,h4,h5,h6,li,ol,p,ul{ margin:0; padding:0; font-weight:500; }
li,ul{ list-style-type:none; }
hr{ height:0; margin:0; padding:0; border:none; }
em{ font-style: normal; }
img{ margin:0; padding:0; max-width:100%; height:auto; vertical-align:bottom; }
html{ scroll-behavior:smooth; }
body{
 margin:0;
 padding:0;
 font-family:'游ゴシック','Yu Gothic','Yu Gothic Medium','游ゴシック Medium',YuGothic,'游ゴシック体','ヒラギノ角ゴ Pro W3','メイリオ',sans-serif;
 font-size:16px;
 line-height:1.8;
 letter-spacing:.05em;
 color:#000;
 font-weight:500;
 /*text-align:justify;
 text-justify:inter-ideograph;*/
 font-feature-settings:'palt';
 
-webkit-font-smoothing: antialiased;
-webkit-font-smoothing: subpixel-antialiased;
-moz-osx-font-smoothing: grayscale;
    
 overflow-x:hidden;
 }
 
a.is-hover{display:block; transition:all 0.5s ease;}
a.is-hover img{ transition:all 0.5s ease;}
a:hover.is-hover img{ opacity: 0.7; filter: alpha(opacity=70); -moz-opacity:0.7;}
a:hover.is-hover{ opacity: 0.7; filter: alpha(opacity=70); -moz-opacity:0.7;}

.fixed {
    width: 100%;
    background-color: #fff;
    position: fixed;
    top: 0;
    z-index: 999;
    transition: top 0.65s ease-in;
    -webkit-transition: top 0.65s ease-in;
    -moz-transition: top 0.65s ease-in;
    -webkit-box-shadow: 0px 2px 4px -1px rgba(0,0,0,0.20);
    -moz-box-shadow: 0px 2px 4px -1px rgba(0,0,0,0.20);
    box-shadow: 0px 2px 4px -1px rgba(0,0,0,0.20);
}
 
.red{ color: #E63831;}
.green{ color: #129191;}
.orange{ color: #EE7700;}

.pc-none{ display:none;}
@media only screen and (max-width: 600px){ .pc-none{ display:block;} }
.sp-none{ display:block;}
@media only screen and (max-width: 600px){ .sp-none{ display:none;} }

a.btn-download{
    font-family: "M PLUS Rounded 1c";
    font-weight: 700;
    font-size: 18px;
    display: block;
    padding: 0.8em 2.6em 0.8em 1.2em;
    color: #fff;
    text-decoration: none;
    border-radius: 6px;
    position: relative;
    background: rgb(28,163,159); 
    background: -moz-linear-gradient(top,  rgba(28,163,159,1) 0%, rgba(28,163,159,1) 50%, rgba(18,145,145,1) 51%, rgba(18,145,145,1) 100%); 
    background: -webkit-linear-gradient(top,  rgba(28,163,159,1) 0%,rgba(28,163,159,1) 50%,rgba(18,145,145,1) 51%,rgba(18,145,145,1) 100%); 
    background: linear-gradient(to bottom,  rgba(28,163,159,1) 0%,rgba(28,163,159,1) 50%,rgba(18,145,145,1) 51%,rgba(18,145,145,1) 100%); 
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f86401', endColorstr='#dc5800',GradientType=0 );
    -webkit-box-shadow: 2px 2px 1px 0px rgba(0,0,0,0.3);
-moz-box-shadow: 2px 2px 1px 0px rgba(0,0,0,0.3);
box-shadow: 2px 2px 1px 0px rgba(0,0,0,0.3);
    }
@media only screen and (max-width: 600px){ a.btn-download{     padding: 0.8em 2.6em 0.8em 1.2em; font-size: 14px;} }
a.btn-download span{ position: relative;}
a.btn-download span::after{
    background-image: url(../img/ic-yaji-maru.webp);
    position: absolute;
    display: inline-block;
    content: '';
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    right: 0;
    top: 50%;
    transform: translate(24px, -50%);
    width: 18px;
    height: 18px;
    z-index: 10;
}
@media only screen and (max-width: 600px) { a.btn-download span em{ display: none; } }
#download{ padding: 80px 0; }
@media only screen and (max-width: 600px) { #download{ padding: 20px 0; }}
#download a.btn-download{ margin: 0 auto; width: 600px; text-align: center; font-size: 36px; padding: 0.5em 1.6em 0.5em 0.6em;  font-weight: 500; -webkit-box-sizing:border-box!important; -moz-box-sizing:border-box!important; box-sizing:border-box!important; }
@media only screen and (max-width: 1024px){ #download a.btn-download{ font-size: 30px; width: 60%; } }
@media only screen and (max-width: 600px) { #download a.btn-download { font-size: 20px; width: 90%; font-weight: 700;} }
#download a.btn-download span::after{
    transform: translate(40px, -50%);
    width: 28px;
    height: 28px;
}
@media only screen and (max-width: 600px) { #download a.btn-download span::after { transform: translate(30px, -50%); width: 20px; height: 20px;}}
#movie a.btn-download{ margin: 0 auto; width: 600px; text-align: center; font-size: 36px; padding: 0.5em 1.6em 0.5em 0.6em; font-weight: 500; -webkit-box-sizing:border-box!important; -moz-box-sizing:border-box!important; box-sizing:border-box!important; }
@media only screen and (max-width: 1024px){ #movie a.btn-download{ font-size: 30px; width: 60%; } }
@media only screen and (max-width: 600px) { #movie a.btn-download { font-size: 20px; width: 100%; font-weight: 700;} }
#movie a.btn-download span::after{
    transform: translate(40px, -50%);
    width: 28px;
    height: 28px;
}
@media only screen and (max-width: 600px) { #movie a.btn-download span::after { transform: translate(30px, -50%); width: 20px; height: 20px;}}
#how a.btn-download{ margin: 0 auto; width: 600px; text-align: center; font-size: 36px; padding: 0.5em 1.6em 0.5em 0.6em; font-weight: 500; -webkit-box-sizing:border-box!important; -moz-box-sizing:border-box!important; box-sizing:border-box!important; }
@media only screen and (max-width: 1024px){ #how a.btn-download{ font-size: 30px; width: 60%; } }
@media only screen and (max-width: 600px) { #how a.btn-download { font-size: 20px; width: 100%; font-weight: 700;} }
#how a.btn-download span::after{
    transform: translate(40px, -50%);
    width: 28px;
    height: 28px;
}
@media only screen and (max-width: 600px) { #how a.btn-download span::after { transform: translate(30px, -50%); width: 20px; height: 20px;}}

h3.fukidashi{ background-color: #FFE2AE; color: #B44912; font-size: 34px; font-family: 'Noto Sans JP',sans-serif; text-align: center; padding: 0.5em 0; font-weight: 700; position: relative; }
h3.fukidashi br{ display: none;} 
@media only screen and (max-width: 1024px){ h3.fukidashi{ font-size: 26px; } }
@media only screen and (max-width: 600px){ h3.fukidashi{ font-size: 18px; line-height: 1.4; } }
@media only screen and (max-width: 600px){ h3.fukidashi br{ display: block; } }
h3.fukidashi::after {
    background-image: url(../img/fukidashi-parts1.webp);
    position: absolute;
    display: inline-block;
    content: '';
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    bottom: -34px;
    left: 50%;
    transform: translate(-50%, 0);
    width: 80px;
    height: 34px;
    z-index: 10;
}
@media only screen and (max-width: 600px){ h3.fukidashi::after { width: 56px; height: 20px; bottom: -20px; } }
h4.maintitle{ font-family: 'Noto Sans JP',sans-serif; font-weight: 700; text-align: center; position: relative; margin-bottom: 50px; padding-bottom: 50px; }
@media only screen and (max-width: 600px){ h4.maintitle{ margin-bottom: 40px; padding-bottom: 30px; } }
h4.maintitle:before {
    position: absolute;
    bottom: 0;
    left: 50%;
    content: "";
    width: 40px;
    height: 3px;
    background-color: #ed7700;
    z-index: 10;
}
@media only screen and (max-width: 600px){ h4.maintitle:before { height: 2px; } }
h4.maintitle:after {
    position: absolute;
    bottom: 0;
    left: 50%;
    content: "";
    width: 80px;
    height: 3px;
    margin-left: -40px;
    background-color: #D1D1D1;
}
@media only screen and (max-width: 600px){ h4.maintitle:after { height: 2px; } }
h4.maintitle span:nth-child(1){ font-size: 16px; color: #999999;}
@media only screen and (max-width: 600px){ h4.maintitle span:nth-child(1){ font-size: 14px;} }
h4.maintitle span:nth-child(2){ font-size: 40px; display: block; line-height: 1.4;}
@media only screen and (max-width: 600px){ h4.maintitle span:nth-child(2){ font-size: 30px;} }

h5.subtitle{ font-family: 'Noto Sans JP',sans-serif; font-weight: 700; text-align: center; font-size: 24px;}
@media only screen and (max-width: 600px){ h5.subtitle{ font-size: 16px; text-align: justify; } }

h5.subtitle span{ display: block;}
@media only screen and (max-width: 600px){ h5.subtitle span{ display: initial; } }
h5.subtitle strong{ color: #ee7700;}

.youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

header { position: relative; }
header .head-navi {
    /*width: 100%;
    position: fixed;
    background-color: #fff;
    box-shadow: 0 0.313em 0.313em rgba(0,0,0,.1);
    z-index: 10000;*/
}
header .head-navi .head-navi-inner{
    width: 90%;
    display: flex;
    justify-content: space-between;
    height: 80px;
    align-items: center;
    margin: 0 auto;
}
@media only screen and (max-width: 1024px){ header .head-navi .head-navi-inner{ width: 94%; } }
@media only screen and (max-width: 600px){ header .head-navi .head-navi-inner{ height: 80px; } }
header .head-navi .head-navi-inner .head-navi-l h1 img{ width: 240px; vertical-align: middle; }
@media only screen and (max-width: 600px){ header .head-navi .head-navi-inner .head-navi-l h1 img{ width: 140px;} }
header .head-navi .head-navi-inner .head-navi-r{}
header .head-navi .head-navi-inner .head-navi-r ul{ display: flex;     align-items: center; margin-bottom: 0;}
header .head-navi .head-navi-inner .head-navi-r ul li{}
header .head-navi .head-navi-inner .head-navi-r ul li:nth-of-type(1){ margin-right: 20px;}
@media only screen and (max-width: 600px){ header .head-navi .head-navi-inner .head-navi-r ul li:nth-of-type(1){ display: none; } }
header .head-navi .head-navi-inner .head-navi-r ul li:nth-of-type(1) div:nth-of-type(1) a{
    font-family: 'Noto Sans JP',sans-serif;
    color: #ED7700;
    font-weight: 700;
    font-size: 32px;
    text-decoration: none;
    line-height: 1;
    position: relative;
}
header .head-navi .head-navi-inner .head-navi-r ul li:nth-of-type(1) div:nth-of-type(1) a::after{
    background-image: url(../img/ic-tel.webp);
    position: absolute;
    display: inline-block;
    content: '';
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    top: 54%;
    left: 0;
    transform: translate(-26px, -50%);
    width: 20px;
    height: 26px;
    z-index: 10;
}
header .head-navi .head-navi-inner .head-navi-r ul li:nth-of-type(1) div:nth-of-type(2){ text-align: center; font-size: 14px; line-height: 1.2; }
header .head-navi .head-navi-inner .head-navi-r ul li:nth-of-type(2){}

header .head-cont {
    background-color: #ffe2ae;
    position: relative;
    z-index: 1;
    overflow: hidden;
}
header .head-bg {
    z-index: 1;
    position: absolute;
    width: 70%;
    right: 0;
}
header .head-bg span:nth-of-type(1){ display: block;}
header .head-bg span:nth-of-type(2){ display: none;}
@media only screen and (max-width: 1440px){ header .head-bg span:nth-of-type(1){ display: none;} }
@media only screen and (max-width: 1440px){ header .head-bg span:nth-of-type(2){ display: block; opacity: 0.8;} }
@media only screen and (max-width: 1920px){ header .head-bg { width: 100%;  } }

header .head-cont .head-cont-inner {
    width: 1600px;
    margin: 0 auto;
    padding: 60px 0;
    position: relative;
    z-index: 10;
}
@media only screen and (max-width: 1600px){ header .head-cont .head-cont-inner { width: 90%; } }
@media only screen and (max-width: 600px){ header .head-cont .head-cont-inner {     padding: 40px 0 20px 0; } }
header .head-cont .head-cont-inner ul{}
header .head-cont .head-cont-inner ul li{ margin-bottom: 30px;}
@media only screen and (max-width: 600px){ header .head-cont .head-cont-inner ul li{ margin-bottom: 20px;} }
header .head-cont .head-cont-inner ul li:last-child{ margin-bottom: 0px;}
@media only screen and (max-width: 600px){ header .head-cont .head-cont-inner ul li:last-child{ font-size: 14px; } }
header .head-cont .head-cont-inner ul li:nth-of-type(1) h2{}
header .head-cont .head-cont-inner ul li:nth-of-type(1) h2 span:nth-child(1) {
    font-family: 'Noto Sans JP',sans-serif;
    background-color: #ED7700;
    font-weight: 700;
    display: inline-block;
    padding: 0.2em 1.5em;
    color: #fff;
    border-radius: 60px;
    font-size: 30px;
}
@media only screen and (max-width: 1024px){ header .head-cont .head-cont-inner ul li:nth-of-type(1) h2 span:nth-child(1) { font-size: 24px; } }
@media only screen and (max-width: 600px){ header .head-cont .head-cont-inner ul li:nth-of-type(1) h2 span:nth-child(1) { font-size: 16px; } }
header .head-cont .head-cont-inner ul li:nth-of-type(1) h2 span:nth-child(2) {
    display: block;
    width: 620px;
    margin-top: 30px;
}
@media only screen and (max-width: 620px){ header .head-cont .head-cont-inner ul li:nth-of-type(1) h2 span:nth-child(2){ width: 70%; margin-top: 20px; } }
header .head-cont .head-cont-inner ul li:nth-of-type(2) h3 {
    font-size: 36px;
    font-weight: 700;
    color: #B44912;
    letter-spacing: 0.3em;
}
@media only screen and (max-width: 600px){ header .head-cont .head-cont-inner ul li:nth-of-type(2) h3 { font-size: 20px; } } 
header .head-cont .head-cont-inner ul li:nth-of-type(2) h3 span {
    border-bottom: dotted 2px;
    background-color: rgb(255 226 174 / 70%);
}
@media only screen and (max-width: 600px){ header .head-cont .head-cont-inner ul li:nth-of-type(2) h3 span {
    /*border-bottom: solid 1px #b45a63;*/
    
}}
header .head-cont .head-cont-inner ul li:nth-of-type(3) div {
    width: 660px;
    display: flex;
    justify-content: space-between;
}
@media only screen and (max-width: 660px){ header .head-cont .head-cont-inner ul li:nth-of-type(3) div { width: 100%;} }
header .head-cont .head-cont-inner ul li:nth-of-type(3) div p{ width: 48%;}


footer{ text-align: center; }
footer .foot-info{ background-color: #ED7700; padding: 80px 0; color: #fff; }
@media only screen and (max-width: 600px){ footer .foot-info{ padding: 40px 0;} }
footer .foot-info ul {
    display: flex;
    flex-direction: column;
    align-items: center;
}
@media only screen and (max-width: 600px){ footer .foot-info ul { width: 90%; margin: 0 auto; }}
footer .foot-info ul li{ margin-bottom: 30px;}
footer .foot-info ul li:last-child{ margin-bottom: 0px; }
footer .foot-info ul li:nth-of-type(1){ width: 140px; }
@media only screen and (max-width: 600px){ footer .foot-info ul li:nth-of-type(1){ width: 100px; } }
footer .foot-info ul li:nth-of-type(2){ font-size: 20px; font-weight: 700; position: relative; margin-bottom: 40px; padding-bottom: 40px; }
@media only screen and (max-width: 600px){ footer .foot-info ul li:nth-of-type(2){ font-size: 14px; margin-bottom: 20px; padding-bottom: 20px;  }}
footer .foot-info ul li:nth-of-type(2):after {
    position: absolute;
    bottom: 0;
    left: 50%;
    content: "";
    width: 80px;
    height: 1px;
    margin-left: -40px;
    background-color: #fff;
}
footer .foot-info ul li:nth-of-type(3){ font-size: 30px; font-weight: 700; font-family: 'Noto Sans JP',sans-serif; }
@media only screen and (max-width: 600px){ footer .foot-info ul li:nth-of-type(3){ font-size: 16px; } }
footer .foot-info ul li:nth-of-type(3) span {
    border: solid 1px #fff;
    padding: 6px 6px 10px 6px;
    display: inline-block;
    margin: 0 10px;
    line-height: 1;
    font-size: 36px;
    margin-top: 6px;
}
@media only screen and (max-width: 600px){ footer .foot-info ul li:nth-of-type(3) span{ font-size: 24px; } }
footer .foot-link{}
@media only screen and (max-width: 600px){ footer .foot-link{ font-size: 14px;} }
footer .foot-link ul li:nth-of-type(1){ background-color: #CECECE; padding: 16px 0 14px 0;  }
@media only screen and (max-width: 600px){ footer .foot-link ul li:nth-of-type(1){ padding: 12px 0 10px 0;  } }
footer .foot-link ul li:nth-of-type(1) a{ text-decoration: none; color: #333;}
footer .foot-link ul li:nth-of-type(2){ background-color: #000; padding: 16px 0 14px 0; color: #fff; }

#cta-track{ position: fixed; right: 100px; bottom: 100px; z-index: 10;}
@media only screen and (max-width: 1440px){ #cta-track{ right: 50px; bottom: 50px; } }
@media only screen and (max-width: 1024px){ #cta-track{ right: 30px; bottom: 30px; } }
@media only screen and (max-width: 1440px){ #cta-track a{ width: 300px; } }
@media only screen and (max-width: 600px){ #cta-track{ right: 0; bottom: 0;  } }


/* FV */

.kv-image{
  margin-top: 40px;
  width: 100%;
}

@media only screen and (max-width: 600px){
  .kv-image{
    margin-top: 20px;
  }
}


.block-common{ width: 1024px; margin: 0 auto;}
@media only screen and (max-width: 1024px){ .block-common{ width:90%; } }
/*@media only screen and (max-width: 600px){ .block-common{ padding-top: 40px; } }*/
.block-inner{ width: 1000px; margin: 0 auto; }

#question {
    background-color: #fff;
    background-image: url(../img/question-bg.webp);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
}
#question .block-common {
    text-align: center;
    width: 1600px;
    padding: 100px 0 0 0;
}
@media only screen and (max-width: 1600px){ #question .block-common { width: 90%; padding: 40px 0 0 0; } }
#question .block-common h4.title{ position: relative;}
#question .block-common h4.title:before {
    position: absolute;
    bottom: 0;
    left: 50%;
    content: "";
    width: 40px;
    height: 3px;
    background-color: #ed7700;
    z-index: 10;
}
#question .block-common h4.title:after {
    position: absolute;
    bottom: 0;
    left: 50%;
    content: "";
    width: 80px;
    height: 3px;
    margin-left: -40px;
    background-color: #fff;
}
@media only screen and (max-width: 600px){ #question .block-common div{ display: none; } }
#question .block-common p{ display: none; }
@media only screen and (max-width: 600px){ #question .block-common p{ display: block; } }
#question .block-common div ul {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}
#question .block-common div ul li:nth-of-type(1){}
#question .block-common div ul li:nth-of-type(2) { padding: 0 1em 3.5em 0; }
#question .block-common div ul li:nth-of-type(3){}

#question .block-common h4.title { margin-bottom: 50px; padding-bottom: 50px; }
@media only screen and (max-width: 600px){ #question .block-common h4.title { margin-bottom: 30px; padding-bottom: 30px; } }
#info {
    padding: 0 0 80px 0;
    background-image:  radial-gradient(#f2efe4 3px, transparent 3px), radial-gradient(#f2efe4 3px, #f9f6ea 3px);
    background-size: 40px 40px;
    background-position: 0 0,20px 20px;
}
@media only screen and (max-width: 600px){ #info{ padding: 0 0 40px 0; } }
#info .block-common ul li:nth-of-type(2){ text-align: center; margin-top: 2em;}
#info h4.maintitle{ margin: 80px 0 60px 0; }
@media only screen and (max-width: 600px){ #info h4.maintitle{ margin: 60px 0 40px 0; } }
#info h5.subtitle{ margin-bottom: 2em;}
#info h6.txt {
    display: inline-block;
    font-size: 50px;
    font-weight: 700;
    text-align: center;
    line-height: 1.4;
}
@media only screen and (max-width: 600px){ #info h6.txt { font-size: 30px; } }
#info h6.txt span {
    display: inline-block;
    border-bottom: solid 4px #F5AA00;
    line-height: 1.2;
}
#info h6.txt strong{ color: #E63831;}

#how { /*padding: 0 0 6em 0;*/ }
#how .block-common{ margin: 6em auto 6em; text-align: center; }
@media only screen and (max-width: 600px){ #how .block-common{ margin: 40px auto; } }
#how .block-common ul{}
#how .block-common ul li{ margin-bottom: 60px;}
@media only screen and (max-width: 600px){ #how .block-common ul li{ margin-bottom: 20px;} }
#how .block-common ul li br{ display: none; }
@media only screen and (max-width: 600px){ #how .block-common ul li br{ display: block; } }
#how .block-common ul li:last-child{ margin-bottom: 0;}
#how .block-common ul li:nth-of-type(1) h4{ font-size: 40px; font-family: 'Noto Sans JP',sans-serif; font-weight: 700; text-align: center;}
@media only screen and (max-width: 1024px){ #how .block-common ul li:nth-of-type(1) h4{ font-size: 30px; } }
@media only screen and (max-width: 600px){ #how .block-common ul li:nth-of-type(1) h4{ font-size: 18px; } }
#how .block-common ul li:nth-of-type(1) h4 span{ display: block; font-size: 50px; line-height: 1; }
@media only screen and (max-width: 1024px){ #how .block-common ul li:nth-of-type(1) h4 span{ font-size: 36px; }}
@media only screen and (max-width: 600px){ #how .block-common ul li:nth-of-type(1) h4 span{ font-size: 26px; line-height: 1.2; }}
#how .block-common ul li:nth-of-type(3) {
    width: 90%;
    margin-right: auto;
    margin-left: auto;
}
@media only screen and (max-width: 600px){ #how .block-common ul li:nth-of-type(3) { width: 100%; } }
#how .block-common ul li:nth-of-type(4) dl {
    background-color: #F9F6EA;
    padding: 3em 0;
    border-radius: 16px;
}
@media only screen and (max-width: 600px){ #how .block-common ul li:nth-of-type(4) dl { padding: 1.5em;  } }
#how .block-common ul li:nth-of-type(4) dl dt{ font-size: 36px; font-family: 'Noto Sans JP',sans-serif; font-weight: 700; text-align: center; color: #E63831; margin-bottom: 0.5em; }
#how .block-common ul li:nth-of-type(4) dl dt br{ display: none; }
@media only screen and (max-width: 600px){ #how .block-common ul li:nth-of-type(4) dl dt{ font-size: 26px; } }
@media only screen and (max-width: 600px){ #how .block-common ul li:nth-of-type(4) dl dt br{ display: block; } }
#how .block-common ul li:nth-of-type(4) dl dt span{ border-bottom: solid 4px #F5AA00;}
#how .block-common ul li:nth-of-type(4) dl dd{ font-size: 24px; font-weight: 700; }
@media only screen and (max-width: 600px){ #how .block-common ul li:nth-of-type(4) dl dd{ font-size: 16px; } }

#movie{ background-color: #fff6e9; padding: 10px 0; text-align: center;}
@media only screen and (max-width: 600px){ #movie{ padding: 5px 0;} }
#movie h4{ width: 502px; margin:0 auto 2em;}
@media only screen and (max-width: 600px){ #movie h4{ width: 80%; margin:0 auto 1em;} }
#movie .movie-cont {
    width: 860px;
    margin: 0 auto 3em;
}
@media only screen and (max-width: 860px){ #movie .movie-cont { width: 100%; margin: 0 auto 1.5em; } }

#case{ padding: 100px 0; background-image: url(../img/case-bg.webp); background-size: cover; background-repeat: no-repeat; background-position: top center;}
@media only screen and (max-width: 600px){ #case{ padding: 40px 0;} }

#case h4.maintitle{ color: #fff;}
#case h4.maintitle span:nth-child(1){ color: #fff; }

#case ul {
    background-color: #fff;
    padding: 30px;
    margin-bottom: 3em;
    display: flex;
    justify-content: space-between;
}
@media only screen and (max-width: 600px){ #case ul{ padding: 20px; flex-direction: column; margin-bottom: 20px; } }
#case ul li{ width: 47.5%; }
@media only screen and (max-width: 600px){ #case ul li{ width: 100%; } }
#case ul li:nth-of-type(1){
    margin-right: 2.5%;
    padding-right: 2.5%;
    border-right: solid 1px #d9d9d9;
}
@media only screen and (max-width: 600px){ #case ul li:nth-of-type(1){ margin-right: 0%; padding-right: 0%; border: none;} }
#case ul li dl{}
@media only screen and (max-width: 600px){ #case ul li dl{ margin-bottom: 20px;} }
@media only screen and (max-width: 600px){ #case ul li:nth-of-type(2) dl:last-child{ margin-bottom: 0px;} }
#case ul li dl dt{ background-color: #F5AA00; text-align: center; color: #fff; font-weight: 700; font-size: 24px; padding: 0.3em 0 ; margin-bottom: 1em; }
@media only screen and (max-width: 600px){ #case ul li dl dt{ font-size: 18px; padding: 6px 0 4px 0 ; margin-bottom: 0.5em; } }
#case ul li dl dd:nth-of-type(1){ margin-bottom:30px;}
@media only screen and (max-width: 600px){ #case ul li dl dd:nth-of-type(1){ margin-bottom:20px;} }

#case ul li dl dd:nth-of-type(1) table{
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    }
@media only screen and (max-width: 600px){ #case ul li dl dd:nth-of-type(1) table{ font-size: 13px; } }
#case ul li dl dd:nth-of-type(1) table tr:nth-child(odd) td:nth-of-type(1){ background-color: #fff; }
#case ul li dl dd:nth-of-type(1) table tr:nth-child(odd) td:nth-of-type(2){ background-color: #fff;}
#case ul li dl dd:nth-of-type(1) table tr td{ padding: 8px 8px 6px 8px; border: 1px solid #fff;}
#case ul li dl dd:nth-of-type(1) table tr td:nth-of-type(1){ background-color: #E5E5E5; font-weight: 700; text-align: center; }
#case ul li dl dd:nth-of-type(1) table tr td:nth-of-type(2){ background-color: #f9f9f9;}
#case ul li dl dd:nth-of-type(2) {
    width: 60%;
    margin: 0 auto;
}
#case h5{ text-align: center;}
#case h5 span{ display: block;
    font-size: 36px;
    font-family: 'Noto Sans JP',sans-serif;
    font-weight: 700;
    line-height: 1.4;
    color: #fff;
    text-align: center;}
@media only screen and (max-width: 600px){ #case h5 span{ font-size: 16px; } }
#case h5 span:nth-child(1){ margin-bottom: 10px;}
#case h5 span:nth-child(2){ font-size: 50px;}
@media only screen and (max-width: 600px){ #case h5 span:nth-child(2){ font-size: 22px;} }
#case h5 span:nth-child(2) em {
    display: inline-block;
    background-color: #fff;
    color: #129191;
    line-height: 1;
    padding: 0.1em 0.1em 0.2em;
    margin: 0 0.1em;
}



//特徴
.feature {
  width: 100%;
  text-align: center;
  background: url("../image/feature_bg_sp.jpg") no-repeat center top/100% auto #fff3d8;
}
@media (min-width: 992px) {
  .feature {
    background: url("../image/feature_bg_pc.jpg") no-repeat center top/100% auto #fff3d8;
  }
}

.feature_inner {
  width: 100%;
  margin: 0 auto;
  padding: 14.86vw 0 6.25rem;
  text-align: center;
}
@media (min-width: 992px) {
  .feature_inner {
    max-width: 1380px;
    padding: 8.438rem 0 6.25rem;
  }
}

.feature_title {
  width: 89.74%;
  margin: 0 auto;
}

.feature_title03 {
  width: 89.74%;
  margin: 0 auto;
}

@media (min-width: 992px) {
  .feature_title {
    width: 51.01%;
    margin: 0 auto 2.813rem;
  }
	  .feature_title03 {
    width: 69.01%;
    margin: 0 auto 2.813rem;
  }


}

.feature_read {
  width: 89.74%;
  margin: 0 auto 5.385vw;
  font-size: clamp(3.364vw, 4.103vw, 16px);
  text-align: left;
  font-weight: bold;
  color: white;
}
@media (min-width: 992px) {
  .feature_read {
    width: 66.23%;
    margin: 0 auto 3.375rem;
    font-size: clamp(0.926vw, 1.304vw, 18px);
    line-height: 1.8;
    text-align: center;
  }
}

.feature_brand {
  width: 89.74%;
  margin: 0 auto 11.59vw;
}
@media (min-width: 992px) {
  .feature_brand {
    width: 39.71%;
    margin: 0 auto 3.375rem;
  }
}
.feature_brand .brand_basic {
  width: 39.49vw;
}
@media (min-width: 992px) {
  .feature_brand .brand_basic {
    width: 44.52%;
  }
}
.feature_brand .brand_korea {
  width: 45.13vw;
}
@media (min-width: 992px) {
  .feature_brand .brand_korea {
    width: 52.27%;
  }
}

.feature_list {
  width: 100%;
  margin: 0 auto 5.385vw;
}
@media (min-width: 992px) {
  .feature_list {
    width: 72.46%;
    margin: 0 auto 3.25rem;
  }
}
.feature_list li {
  width: 89.74%;
  margin: 0 auto 5.128vw;
  padding: 0 2.564vw;
  background-color: white;
}
@media (min-width: 992px) {
  .feature_list li {
    width: 48%;
    padding: 0 1.875rem;
    margin-bottom: 2.375rem;
  }
}
.feature_list li .feature_list_head {
  margin-bottom: 4.103vw;
}
@media (min-width: 992px) {
  .feature_list li .feature_list_head {
    margin-bottom: 1.25rem;
  }
}
.feature_list li .feature_list_head .feature_number {
  width: 18.46vw;
}
@media (min-width: 992px) {
  .feature_list li .feature_list_head .feature_number {
    width: 21.42%;
  }
}
.feature_list li .feature_list_head .feature_list_title {
  width: 74%;
  padding-top: 6.667vw;
  font-size: clamp(6.518vw, 7.949vw, 31px);
  text-align: left;
  font-weight: bold;
  line-height: 1.2;
  letter-spacing: 0.04em;
}
@media (min-width: 992px) {
  .feature_list li .feature_list_head .feature_list_title {
    width: 72%;
    padding-top: 1.9rem;
    margin-bottom: 0;
    font-size: clamp(2.019vw, 2.463vw, 34px);
  }
}
.feature_list li .feature_image {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .feature_list li .feature_image {
    margin-bottom: 1rem;
  }
}
.feature_list li .feature_text {
  font-size: clamp(3.364vw, 4.103vw, 16px);
  text-align: justify;
  line-height: 1.9;
  margin-bottom: 1.9em;
}
@media (min-width: 992px) {
  .feature_list li .feature_text {
    height: 9.5em;
    min-height: 9.5em;
    font-size: clamp(0.772vw, 1.087vw, 15px);
    margin-bottom: 0;
  }
}





//インタビュー
.voice{
	padding:1em 4%;
	border:2px solid #fd6c02;border-radius:8px
}

@media screen and (min-width: 768px){
	.voicebox .voice{
	padding:3em 4% 3.5em;border-radius:12px
	}
}

.voicebox .voice:nth-child(n+2){
	margin-top:1em
}

@media screen and (min-width: 768px){
	.voicebox .voice:nth-child(n+2)
	{
	margin-top:3em
	}
}

@media screen and (min-width: 768px){
	.voicebox .voice .blc{
	display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;padding:0 1%
	}
}

.voicebox .voice .blc .blc-l{
display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;margin-bottom:1em


}@media screen and (min-width: 768px){.voicebox .voice .blc .blc-l{
-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-flex:0;-ms-flex:0 0 27%;flex:0 0 27%;margin:0
}
}

.voicebox .voice .blc .blc-l .pic{
width:34%
}

@media screen and (min-width: 768px){
.voicebox .voice .blc .blc-l .pic{
margin-bottom:1em;width:auto}}.voicebox .voice .blc .blc-l .pricebox{
width:58%
}

@media screen and (min-width: 768px){

.voicebox .voice .blc .blc-l .pricebox{
width:auto
}
}

.voicebox .voice .blc .blc-l .pricebox .v-name{
font-weight:bold;font-size:100%;margin-bottom:0.2em
}

@media screen and (min-width: 768px){
.voicebox .voice .blc .blc-l .pricebox .v-name{margin-bottom:0.25em;font-size:160%;margin-top:0
}
}

.voicebox .voice .blc .blc-l .pricebox dl{
-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end;line-height:1.25
}

@media screen and (min-width: 768px){
.voicebox .voice .blc .blc-l .pricebox dl{
line-height:1.35
}
}

.voicebox .voice .blc .blc-l .pricebox dl dt{
font-size:85%
}

@media screen and (min-width: 768px){
.voicebox .voice .blc .blc-l .pricebox dl dt{
font-size:120%
}
}

.voicebox .voice .blc .blc-l .pricebox dl dd{
font-weight:bold;font-size:85%}@media screen and (min-width: 768px){
.voicebox .voice .blc .blc-l .pricebox dl dd{
font-size:120%
}
}

.voicebox .voice .blc .blc-l .pricebox dl dd .num{
color:#fd6c02}@media screen and (min-width: 768px){
.voicebox .voice .blc .blc-r{-webkit-box-flex:0;-ms-flex:0 0 70%;flex:0 0 70%
}
}

.voicebox .voice .blc .blc-r .itv dl:nth-of-type(n+2){
margin-top:0.5em}@media screen and (min-width: 768px){
.voicebox .voice .blc .blc-r .itv dl:nth-of-type(n+2){
margin-top:1.75em
}
}

.voicebox .voice .blc .blc-r .itv dl dt{padd
ing:0.2em 3%;font-size:85%;color:#FFF;background:#fc8a37
}

@media screen and (min-width: 768px){
.voicebox .voice .blc .blc-r .itv dl dt{
padding:0.2em 2%;font-size:125%
}
}

.voicebox .voice .blc .blc-r .itv dl dd{
padding-top:0.5em;font-size:77%
}

@media screen and (min-width: 768px){
.voicebox .voice .blc .blc-r .itv dl dd{
padding-top:0.65em;font-size:102%
}
}

.voicebox .voice .graph{
margin-top:5vw}@media screen and (min-width: 768px){
.voicebox .voice .graph{
margin-top:3em}
}

.fupbox
{margin:0
}

.fupbox .fup{
border-radius:10px;background:#fff
}

@media screen and (min-width: 768px){
.fupbox .fup{
background:none
}
}

.fupbox .fup:nth-of-type(n+2){
margin-top:1em
}
@media screen and (min-width: 768px){
.fupbox .fup:nth-of-type(n+2){margin-top:0
}
}

.fupbox .fup dl
{-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin:0;padding:2em 8%
}

@media screen and (min-width: 768px){
.fupbox .fup dl{
padding:2em 5% 1em;min-height:360px;text-align:center;background:#fff;display:block
}
}

@media screen and (min-width: 768px){
.fupbox .fup dl dd{margin-top:1em
}
}

.fupbox .fup dl dd .title{
font-weight:600;font-size:110%
}

@media screen and (min-width: 768px){
.fupbox .fup dl dd .title{font-size:160%
}
}

.fupbox .fup dl dd .txt{
font-size:90%;margin-top:0.75em;line-height:1.55
}

@media screen and (min-width: 768px){
.fupbox .fup dl dd .txt{
margin-top:1em;font-size:102%;line-height:2;text-align:left
}
}

.fupbox .fup .chkbox{
display:-webkit-box;display:-ms-flexbox;display:flex;padding:1em 2%;border-top:1px solid #a5a5a5;-ms-flex-wrap:wrap;flex-wrap:wrap
}

@media screen and (min-width: 768px){
.fupbox .fup .chkbox{padding:1em 8% 2em;background:#fff
}
}

.fupbox .fup .chkbox li{
margin:0.125em 0.35em !important
}

@media screen and (min-width: 768px){
.fupbox .fup .chkbox li{font-size:115%;margin:0.5em 1.5em 0.5em 0 !important
}
}

.areabox{
width:60%
}

@media screen and (min-width: 768px){
.areabox{width:36%
}
}






















#point {
    padding: 100px 0;
    background-image:  radial-gradient(#f2efe4 3px, transparent 3px), radial-gradient(#f2efe4 3px, #f9f6ea 3px);
    background-size: 40px 40px;
    background-position: 0 0,20px 20px;
}
@media only screen and (max-width: 600px){ #point { padding: 40px 0; } }
#point .block-common{}
#point .block-common ul{ background-color: #fff; border-radius: 16px; margin-bottom: 5em; text-align: center; padding: 3em; position: relative; }
@media only screen and (max-width: 1024px){ #point .block-common ul{ padding: 2.5em; }}
@media only screen and (max-width: 600px){ #point .block-common ul{ padding: 2em 1em; margin-bottom: 3em; }}
#point .block-common ul:last-child{ margin-bottom: 0; }
#point .block-common ul::after {
    background-image: url(../img/point-parts1.webp);
    position: absolute;
    display: inline-block;
    content: '';
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    top: -22px;
    left: 50%;
    transform: translate(-50%, 0);
    width: 164px;
    height: 44px;
    z-index: 10;
}
#point .block-common ul:nth-of-type(1){ margin-top: 4em;}
#point .block-common ul li:nth-of-type(1){
    font-size: 46px;
    font-family: 'Noto Sans JP',sans-serif;
    font-weight: 700;
    line-height: 1.4;
    margin-bottom: 0.5em;
    letter-spacing: 0.1em;
    color: #666666;
}
@media only screen and (max-width: 1024px){ #point .block-common ul li:nth-of-type(1){ font-size: 36px; } }
@media only screen and (max-width: 600px){ #point .block-common ul li:nth-of-type(1){ font-size: 22px; } }
#point .block-common ul:nth-of-type(1) li:nth-of-type(2){ display: inline-block; }
#point .block-common ul:nth-of-type(1) li:nth-of-type(2) p{ font-size: 26px; font-weight: 700; }
@media only screen and (max-width: 1024px){ #point .block-common ul:nth-of-type(1) li:nth-of-type(2) p{ font-size: 20px; } }
@media only screen and (max-width: 1024px){ #point .block-common ul:nth-of-type(1) li:nth-of-type(2) p{ font-size: 16px; } }
#point .block-common ul:nth-of-type(1) li:nth-of-type(2) p:last-child{ margin-bottom: 0px; }
#point .block-common ul:nth-of-type(1) li:nth-of-type(2) p span{ background-color: #FCE1E0; }
#point .block-common ul:nth-of-type(1) li:nth-of-type(2) p span br{ display: none; }
@media only screen and (max-width: 600px){ #point .block-common ul:nth-of-type(1) li:nth-of-type(2) p span br{ display: block; } }

#point .block-common ul:nth-of-type(2){ padding-bottom: 0; }
#point .block-common ul:nth-of-type(2) li:nth-of-type(2){ width: 80%; margin: 0 auto;}
@media only screen and (max-width: 600px){ #point .block-common ul:nth-of-type(2) li:nth-of-type(2){ width: 100%; } }

#point .block-common ul:nth-of-type(3) li dl dt{ color: #F5AA00; font-weight: 700; font-size: 20px; border-bottom:dotted 1px #F5AA00; border-top:dotted 1px #F5AA00; padding: 6px 0 4px 0; margin-bottom: 20px; }
@media only screen and (max-width: 600px){ #point .block-common ul:nth-of-type(3) li dl dt{ font-size: 13px;} }
#point .block-common ul:nth-of-type(3) li:nth-of-type(2) { display: flex; justify-content: space-between; margin-bottom: 1.5em;}
#point .block-common ul:nth-of-type(3) li:nth-of-type(2) dl{ width: 48%; }
#point .block-common ul:nth-of-type(3) li:nth-of-type(2) dl dt{ }
#point .block-common ul:nth-of-type(3) li:nth-of-type(2) dl dd{ width: 60%; margin: 0 auto; }
@media only screen and (max-width: 600px){ #point .block-common ul:nth-of-type(3) li:nth-of-type(2) dl dd{ width: 80%; } }
#point .block-common ul:nth-of-type(3) li:nth-of-type(3) { display: flex; justify-content: space-between;}
#point .block-common ul:nth-of-type(3) li:nth-of-type(3) dl{ width: 31%; }
#point .block-common ul:nth-of-type(3) li:nth-of-type(3) dl dd{ width: 70%; margin: 0 auto; }
@media only screen and (max-width: 600px){ #point .block-common ul:nth-of-type(3) li:nth-of-type(3) dl dd{ width: 80%; }}


/*
#support{ padding: 100px 0; background-image:  linear-gradient(#fbf5e7 1px, transparent 1px), linear-gradient(to right, #fbf5e7 1px, #F3EBDA 1px); background-size: 30px 30px;}
@media only screen and (max-width: 600px){ #support{ padding: 40px 0;} }
#support .block-common{}
#support .block-common dl{ background-color: #fff; margin-bottom: 60px; border-radius: 12px; }
@media only screen and (max-width: 600px){ #support .block-common dl{ margin-bottom: 20px;} }
#support .block-common dl:last-child{ margin-bottom: 0px;}
#support .block-common dl:nth-of-type(1){ text-align: center; }
#support .block-common dl dt{ background-color: #f5aa00; border-radius: 12px 12px 0 0; text-align: center; font-size: 24px; font-weight: 700; padding: 12px 0 10px 0; color: #fff; }
@media only screen and (max-width: 600px){ #support .block-common dl dt{ font-size: 17px; } }
#support .block-common dl dd{ padding: 40px; }
@media only screen and (max-width: 600px){ #support .block-common dl dd{ padding: 20px; } }
#support .block-common dl dd p:nth-of-type(1){ font-size: 20px; text-align: center; margin-bottom: 30px; }
@media only screen and (max-width: 600px){ #support .block-common dl dd p:nth-of-type(1){ font-size: 16px; margin-bottom: 20px; } }

#support .block-common dl:nth-of-type(1) dd p:nth-of-type(2) {
    font-size: 30px;
    line-height: 1.4;
    font-weight: 700;
    position: relative;
    border-bottom: 1px solid #333;
    display: inline-block;
    margin-bottom: 30px;
    padding-bottom: 10px;
}
@media only screen and (max-width: 600px){ #support .block-common dl:nth-of-type(1) dd p:nth-of-type(2) { font-size: 20px; display: block; } }
#support .block-common dl:nth-of-type(1) dd p:nth-of-type(2):before,
#support .block-common dl:nth-of-type(1) dd p:nth-of-type(2):after {
    position: absolute;
    top: 100%;
    left: 50%;
    content: "";
    height: 0;
    width: 0;
}

#support .block-common dl:nth-of-type(1) dd p:nth-of-type(2):before {
    border: 15px solid;
    border-color: transparent;
    border-top-color: #333;
    margin-left: -15px;
}

#support .block-common dl:nth-of-type(1) dd p:nth-of-type(2):after {
    border: 14px solid;
    border-color: transparent;
    border-top-color: white;
    margin-left: -14px;
}
#support .block-common dl:nth-of-type(1) dd p:nth-of-type(3){ font-size: 20px; font-weight: 700;}
@media only screen and (max-width: 600px){ #support .block-common dl:nth-of-type(1) dd p:nth-of-type(3){ font-size: 15px; text-align: justify;} }
@media only screen and (max-width: 600px){ #support .block-common dl:nth-of-type(1) dd p:nth-of-type(3) br{ display: none; }}

#support .block-common dl:nth-of-type(1) dd ul { display: flex; justify-content: space-between; margin-bottom: 30px;}
@media only screen and (max-width: 600px){ #support .block-common dl:nth-of-type(1) dd ul {     flex-direction: column; } }

#support .block-common dl:nth-of-type(1) dd ul li{ width: 47.5%; text-align: center; }
@media only screen and (max-width: 600px){ #support .block-common dl:nth-of-type(1) dd ul li{ width: 100%;} }
#support .block-common dl:nth-of-type(1) dd ul li:first-child{ margin-right: 5%; position: relative; }
@media only screen and (max-width: 600px){ #support .block-common dl:nth-of-type(1) dd ul li:first-child{ margin-right: 0; margin-bottom: 40px; } }
#support .block-common dl:nth-of-type(1) dd ul li:first-child::after {
    background-image: url(../img/support-parts3.webp);
    position: absolute;
    display: inline-block;
    content: '';
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    top: 50%;
    right: -34px;
    transform: translate(0, -50%);
    width: 21px;
    height: 48px;
    z-index: 10;
}

*/
@media only screen and (max-width: 600px){ #support .block-common dl:nth-of-type(1) dd ul li:first-child::after {
    top: auto;
    bottom: -70px;
    right: 46%;
    transform: translate(0, -50%) rotate(90deg);
}}

#support .block-common dl:nth-of-type(2) dd p:nth-of-type(2){ margin-bottom: 30px; }
@media only screen and (max-width: 600px){ #support .block-common dl:nth-of-type(2) dd p:nth-of-type(2) span{ display: block; width: 600px; } }
#support .block-common dl:nth-of-type(2) dd ul {
    display: flex;
    justify-content: space-between;
}
#support .block-common dl:nth-of-type(2) dd ul li{ width: 45%; text-align: center; }
#support .block-common dl:nth-of-type(2) dd ul li p:nth-of-type(1) img{ height: 200px; }
@media only screen and (max-width: 600px){ #support .block-common dl:nth-of-type(2) dd ul li p:nth-of-type(1) img{ height: 110px; } }
#support .block-common dl:nth-of-type(2) dd ul li p:nth-of-type(2) { margin-bottom: 0px; }

#faq{ padding: 100px 0; }
@media only screen and (max-width: 600px){ #faq{ padding: 40px 0; } }
#faq .block-common dl{ margin-bottom: 30px; }
#faq .block-common dl:last-child{ margin-bottom: 0px; }
@media only screen and (max-width: 600px){ #faq .block-common dl{ margin-bottom: 20px; } }
#faq .block-common dl dt{
    background-color: #F1F1F1;
    font-size: 20px;
    font-weight: 700;
    padding: 25px 20px 20px 20px;
}
@media only screen and (max-width: 600px){ #faq .block-common dl dt{ font-size: 18px; padding: 20px 15px 15px 15px; line-height: 1.4; } }
#faq .block-common dl dt span{ position: relative; padding-left: 60px; display: block; }
@media only screen and (max-width: 600px){ #faq .block-common dl dt span{ padding-left: 50px; } }
#faq .block-common dl dt span::after {
    background-image: url(../img/faq-parts1.webp);
    position: absolute;
    display: inline-block;
    content: '';
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    top: 50%;
    left: 0px;
    transform: translate(0, -50%);
    width: 50px;
    height: 50px;
    z-index: 10;
}
@media only screen and (max-width: 600px){ #faq .block-common dl dt span::after {width: 35px; height: 35px; } }
#faq .block-common dl dd{ background-color: #f7f7f7; padding: 15px; }
#faq .block-common dl dd span{ padding: 15px; display: block; background-color: #fff;}

.table-scroll::-webkit-scrollbar{
   height: 10px;
}
.table-scroll::-webkit-scrollbar-track{
   background-color: #ccc;
   /*border-radius: 10px;*/
   border-top: solid 2px #fff;
   border-bottom: solid 2px #fff;
}
.table-scroll::-webkit-scrollbar-thumb{
   background-color: #333;
   border-radius: 10px;
      border-top: solid 2px #fff;
   border-bottom: solid 2px #fff;
}
@media only screen and (max-width: 600px){ #reason .block-common div.table-scroll{ overflow-x: scroll; /*overflow:hidden;*/ -webkit-overflow-scrolling: touch;  } }

.table-attention{ display: none; }
@media only screen and (max-width: 600px){ .table-attention{ display: block; text-align: left; margin-top: 10px; font-size: 14px; }}

@media only screen and (max-width: 600px){
.sp-scroll{ overflow-x: scroll;     -webkit-overflow-scrolling: touch; }

.sp-scroll::-webkit-scrollbar{
   height: 10px;
}
.sp-scroll::-webkit-scrollbar-track{
   background-color: #ccc;
   /*border-radius: 10px;*/
   border-top: solid 2px #fff;
   border-bottom: solid 2px #fff;
}
.sp-scroll::-webkit-scrollbar-thumb{
   background-color: #333;
   border-radius: 10px;
      border-top: solid 2px #fff;
   border-bottom: solid 2px #fff;
}
}


