html{margin:0;padding:0;border:0;vertical-align:baseline}
a,abbr,address,article,aside,audio,b,blockquote,body,canvas,caption,cite,code,data,dd,del,dfn,div,dl,dt,em,embed,fieldset,figcaption,figure,footer,form,h1,h2,h3,h4,h5,h6,header,i,iframe,img,ins,kbd,label,legend,li,main,mark,nav,object,ol,p,pre,q,s,samp,section,small,span,strong,sub,sup,table,tbody,td,tfoot,th,thead,time,tr,u,ul,var,video{
    margin:0;
    padding:0;
    border:0;
    vertical-align:baseline;
    font-size:100%
}
*,:after,:before{
    -webkit-box-sizing:border-box;
    box-sizing:border-box
}

audio,canvas,progress,video{
    display:inline-block;vertical-align:baseline
}
audio:not([controls]){display:none;height:0}
[hidden],template{display:none}
html:not(.is-mobile){overflow-y:scroll}
body{
    background: linear-gradient(to left,#64B458,#fff,#fff, #fff,#64B458) fixed;

}
animation: huerotator 3s infinite alternate;
@keyframes huerotator {
    0% {
      -webkit-filter: hue-rotate(0deg);
      filter: hue-rotate(0deg);
    }

    100% {
      -webkit-filter: hue-rotate(360deg);
      filter: hue-rotate(360deg);
    }
  }

body,html{
    line-height:1.5;
    font-size:10px;
    -webkit-text-size-adjust:100%
}

body,button,input,select,textarea{
    -webkit-font-smoothing:antialiased;
    -moz-osx-font-smoothing:grayscale
}
h1,h2,h3,h4,h5,h6{font-weight:700}
address{font-style:normal;font-weight:400}
blockquote{quotes:none}
blockquote:after,blockquote:before{content:"";content:none}
hr{overflow:visible;height:0;margin:0}
pre{overflow:auto}
ol,ul{list-style:none}
a{background-color:transparent;-webkit-text-decoration-skip:objects}
a:active,a:hover{outline:0}
b,em,strong{font-style:normal;font-weight:700}
small{font-size:1em}
q{quotes:none}q:after,q:before{content:"";content:none}
dfn{font-style:italic}
abbr[title]{
    border-bottom:none;
    text-decoration:underline;
    -webkit-text-decoration:underline dotted;
    text-decoration:underline dotted}
code,kbd,pre,samp{font-size:1em;font-family:monospace,monospace}
sub,sup{position:relative;vertical-align:baseline;line-height:0;font-size:10px}
sub{bottom:-.25em}sup{top:-.5em}
mark{background-color:inherit;color:inherit;font-weight:700}
img{border:0;vertical-align:top;-ms-interpolation-mode:bicubic}
embed,iframe,object{max-width:100%;outline:none;vertical-align:top}
svg:not(:root){overflow:hidden}
table{border-spacing:0;border-collapse:collapse}
caption{text-align:left}td,th{vertical-align:top}
label{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}
button,input,optgroup,select,textarea{margin:0;color:inherit;font:inherit}
input{line-height:normal}
input[type=search]{-webkit-appearance:textfield}
input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration{-webkit-appearance:none}
input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{height:auto}
input[type=checkbox],input[type=radio]{padding:0}
input[type=image]{vertical-align:top;cursor:pointer}
button,input[type=button],input[type=reset],input[type=submit]{cursor:pointer;-webkit-appearance:button;-moz-appearance:button;appearance:button}
button[disabled],input[disabled]{cursor:default}
button::-moz-focus-inner,input::-moz-focus-inner{padding:0;border:0}
button{overflow:visible}
button,select{text-transform:none}
optgroup{font-weight:700}
textarea{overflow:auto;vertical-align:top;resize:vertical}
[lang=ja]{font-family:Hiragino Kaku Gothic ProN,YuGothic,Yu Gothic,Meiryo,MS PGothic,sans-serif}
.win[lang=ja],.win [lang=ja]{font-weight:500;font-family:YuGothic,Yu Gothic,Hiragino Kaku Gothic ProN,Meiryo,MS PGothic,sans-serif}
.ie[lang=ja],.ie [lang=ja]{font-family:Meiryo,MS PGothic,sans-serif}
[lang=en]{font-family:Helvetica,Arial,sans-serif;-webkit-font-variant-ligatures:no-common-ligatures;font-variant-ligatures:no-common-ligatures}

body,html{
    height:100%
}
body{
    background-color:#fff;
    line-height:1.5;font-size:2.6em;
    letter-spacing:0;

}
body *{
    max-height:1000000px
}
.android4_1 body *,.android4_2 body *,.android4_3 body *,.android4_4 body *{
    -webkit-transition:none!important;transition:none!important
}
body>iframe,body>img{
    position:absolute;top:100%;left:100%
}

a:link{
    -webkit-transition:color .25s cubic-bezier(.215,.61,.355,1),background-color .25s cubic-bezier(.215,.61,.355,1);
    transition:color .25s cubic-bezier(.215,.61,.355,1),background-color .25s cubic-bezier(.215,.61,.355,1)
}

    a:link,a:visited{
        text-decoration:none;
    }
    a:hover{
        color:#003e89
    ;}
    ::-webkit-input-placeholder{color:#bbb}
    ::-moz-placeholder{color:#bbb}
    :-ms-input-placeholder{color:#bbb}

    .PageContainer{
        display:-webkit-box;display:
        -webkit-flex;
        display:-ms-flexbox;
        display:flex;
        position:relative;
        -webkit-box-orient:vertical;
        -webkit-box-direction:normal;
        -webkit-flex-direction:column;
        -ms-flex-direction:column;
        flex-direction:column;
        width:640px;
        height:100%;
        margin:auto;
        background-color:#fff;
    }
    .PageHeader{
        position:relative;
        padding:2.5% 5%;
        background-color:#fff;
        color:#e8381d;
        text-align:center
    }
    .Page.-index[data-view=test] .PageHeader,.Page.-thanks .PageHeader{padding:10px 15px}
    .MainContent{
        display:-webkit-box;
        display:-webkit-flex;
        display:-ms-flexbox;
        display:flex;
        overflow:hidden;
        -webkit-box-orient:vertical;
        -webkit-box-direction:normal;
        -webkit-flex-direction:column;
        -ms-flex-direction:column;
        flex-direction:column;
        -webkit-box-flex:1;-webkit-flex-grow:1;-ms-flex-positive:1;
        flex-grow:1;
        -webkit-flex-shrink:0;
        -ms-flex-negative:0;
        flex-shrink:0;
        background-color:#fff000;
    }

        .PageFooter{
            padding-top:8%;
            padding:15px 0;
            background-color:#fff000;
            border-top:solid 3px #005071;
        }
    .HeaderPageLogo{position:absolute;top:6px;left:30px;font-size:0.8em;}
    .Page.-index[data-view=test]
    .HeaderPageLogo,.Page.-thanks .HeaderPageLogo{display:block}
    .ContactConts{font-size:14px;}
    .arrow{margin:7px 3px 8px 8px;}
    .HeaderPageId{
        text-align:right;
        font-weight:bold;
        font-size:3rem;
        margin-top:3%;
        margin-bottom:3%;
    }
    .HeaderPageId,.HeaderPageId>b{
        line-height:1;
        letter-spacing:-1px;
        display:flex;
        align-items:center;
        justify-content:flex-end;
    }
.HeaderPageId>b{
    font-size:3.6rem;
    display:block;
    margin-top:14px
}
.Page.-index[data-view=test] .HeaderPageId,.Page.-thanks .HeaderPageId{
    line-height:1;
    font-size:1.6rem;
    letter-spacing:.05em;
    margin-top:0;
    padding-bottom:0
}

.Page.-index[data-view=test] .HeaderPageId>b,.Page.-thanks .HeaderPageId>b{
    line-height:1;
    font-size:2.4rem;
    letter-spacing:.05em;
    display:block;
    margin-top:8px;
}

.rank_top {
    margin: auto;
    display: block;
  }

.FooterCopyright{
    line-height:1;
    font-size:2.6rem;
    letter-spacing:0;
    color:#005071;
    text-align:center;
    font-weight:bold;
}

.Button{
    padding:28px 0;
    width:100%;
    border:none;
    outline:none;
    background-color:#fff;
    color:#003e89;
    font-size:3.5rem;
    line-height:1;
    -webkit-transition:all .1s cubic-bezier(.215,.61,.355,1);
    transition:all .1s cubic-bezier(.215,.61,.355,1);
    -webkit-tap-highlight-color:transparent;
    display: inline-block;
    border-radius: 10px;
    font-weight:bold;
    border-bottom: solid 5px #ee7a0d;
    filter: drop-shadow(0 0 8px #ee7a0d);
}

.Button:active{
    -webkit-transform: translateY(4px);
    transform: translateY(4px);/*下に動く*/
    filter: drop-shadow(0 0 3px #ee7a0d;);
    border-bottom: none;
}



.Button:focus{-webkit-box-shadow:0 4px #fff1b0;box-shadow:0 4px #fff1b0;background-color:#fff7cd;color:#003e89}
.TelNumber{font-size:5.6rem;color:#003e89;}.ToTest{position:relative;padding:0 0 0}

.ToTest__lead{
    text-align:center;
    color:#fff000;
    letter-spacing:3.5px;
}

.ToTest__button{
    position:relative;
    height:240px;
    text-align:center;
    filter: drop-shadow(0 0 8px #575757);
}
.ToTest__button>a{
    display:block
}
.ToTest__button img{
    -webkit-animation:toTestButton 1.4s infinite normal;
    animation:toTestButton 1.4s infinite normal
}

.ToTest__caution{position:absolute;bottom:60px;left:0;padding:94px 40px;background-color:rgba(70,50,50,.65);color:#fff}
._Hero+.ToTest{padding-top:0px}._Introduction+.ToTest{padding-top:40px}
._Case+.ToTest{padding-top:60px}
@-webkit-keyframes toTestButton{0%{opacity:1}20%{opacity:1}50%{opacity:0}70%{opacity:0}to{opacity:1}}
@keyframes toTestButton{0%{opacity:1}20%{opacity:1}50%{opacity:0}70%{opacity:0}to{opacity:1}}


.wakekko img{
    justify-content:space-around;
    width:35%;
}

#longbox{
    background-color: #fff;
}

.shindanbox{
    width:100%;
    margin:0 auto;
    text-align:center;
    background-color: #fff000;
    /*background: linear-gradient(to left,#a1f1ff,#005071,#a1f1ff) fixed;*/
    padding-top:10%;
    padding-bottom:5%;
}
.q1{
    margin-top:8%;
}

#ranking{
    background:url("../images/background.jpg");
    background-repeat:no-repeat;
    background-size:cover;
}

.osusume1{
    width:100%;
    margin:0 auto;
    text-align:center;
    padding-top:7%;
}

.osusume1 .rank_img {
  width: 150px;
}

.osusume1 .rank_img_under4 {
    width: 100px;
  }

.osusume1 h2{
    margin-top:15px;
    color:#005071;
}



.myrow1{
    width:100%;
    margin:0 auto;
    display:-webkit-flex;
    display:flex;
    text-align: center;
}
.mycol-1{
    background:#fff;
    border:solid 3px #005071;
    border-radius:15px;
    flex:1;
    font-size: 21px;
    padding:10px;
}

.mycol-1 img{
    margin-top:-11%;
}

.mycol-1 p{
    margin-top:15px;
    font-weight:bold;
    font-size:2rem;
    color:#005071;
    text-align:center;
}


.myrow2{
    width:93%;
    margin:0 auto;
    display:-webkit-flex;
    display:flex;
    text-align: center;
    margin-top:5%;
    margin-bottom:5%;
}
.mycol-2{
    width:100%;
    margin:0 auto;
    flex:3;
}

.mycol-2 a{
    transition: 0.5s;
    filter: drop-shadow(0 0 5px #575757);
}
.mycol-2 a:hover{
    opacity:0.7;
}


.mycol-3{
    width:100%;
    margin:0 auto;
    flex:1.5;
}

.myrow3{
    width:80%;
    margin:0 auto;
    display:-webkit-flex;
    display:flex;
    text-align: center;
    margin-top:8%;
    margin-bottom:5%;
}

.mycol-a{
    width:100%;
    margin:0 auto;
    flex:1;
    background-color:#fff;
    display: inline-block;
    border-radius: 10px;
    color:#ffff00;
    font-weight:bold;
    border-bottom: solid 5px #ee7a0d;
    filter: drop-shadow(0 0 8px #ee7a0d);
}
.mycol-a:active{
    -webkit-transform: translateY(4px);
    transform: translateY(4px);/*下に動く*/
    filter: drop-shadow(0 0 3px #ee7a0d);
    border-bottom: none;
}

.myrow4{
    width:100%;
    margin:0 auto;
    display:-webkit-flex;
    display:flex;
    text-align: center;
    background-color:#fff;
}

.mycol-b{
    width:100%;
    margin:0 auto;
    flex:1;
}

.colum_1{
    width:100%;
    margin:0 auto;
    text-align:center;
    background-color: #fff;
}
.colum_1 img{
    width:95%;
    margin:0 auto;
}

.colum_1 h1{
    line-height: 27px;
    margin-top:15px;
    color:#003e89;
    text-decoration:underline;/*下線を引く*/
    text-decoration-color:#fff000;/*下線を赤色*/
    padding-bottom:3%;
}
.colum_1 p{
    width:95%;
    margin:0 auto;
    color:#003e89;
    font-size:21px;
    font-weight:500;
    line-height: 31px;
    text-align: left;
    margin-top:3%;
}


.mycol-2 img{
    width:100%;
    margin:0 auto;
}
.mycol-3 img{
    width:100%;
    margin:0 auto;
}

.staff{
    width:90%;
    margin:0 auto;
    margin-top:3%;
    margin-bottom:5%;
}
.staff p{
    margin-top:15px;
    font-weight:bold;
    font-size:2rem;
    color:#005071;
    text-align: center;
}

.okyaku{
    width:90%;
    margin:0 auto;
    margin-bottom:5%;
}

.okyaku p{
    margin-top:15px;
    font-weight:bold;
    font-size:2rem;
    color:#005071;
    text-align:left;
}

.go_to{
    width:100%;
    margin:0 auto;
    text-align:center;
}

.go_to img{
    width:80%;
}
/* CSS */

/*
 * Why: ベース要素。
 * overflow: hidden で光沢のはみ出しを防ぎつつ、本体にバウンドアニメーションを適用する。
 */
.cta-anim-bounce-shine {
  display: inline-block;
  text-decoration: none;
  position: relative;
  overflow: hidden;
  /* 2秒周期でバウンド＋静止を繰り返す */
  animation: cta-bounce-pause 2s infinite;
  transition: transform 0.2s ease-in-out;
  /* 画像が角丸の場合は、画像に合わせて以下の数値を調整しコメントアウトを外してください */
  /* border-radius: 8px; */
}

/*
 * Why: ホバー/タップ時に本体の動きを止め、少し縮小させることで
 * 「押し込める」物理的なフィードバックを与える。
 */
.cta-anim-bounce-shine:hover,
.cta-anim-bounce-shine:active {
  animation: none;
  transform: translateY(0) scale(0.95);
}

/*
 * Why: ホバー/タップ時は光沢の動きも非表示にし、ノイズを消して操作に集中させる。
 */
.cta-anim-bounce-shine:hover::after,
.cta-anim-bounce-shine:active::after {
  display: none;
}

/*
 * Why: 光沢（擬似要素）の生成。
 */
.cta-anim-bounce-shine::after {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 50%;
  height: 100%;
  background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,0.6) 50%, rgba(255,255,255,0) 100%);
  transform: skewX(-25deg);
  /* 本体と同じ2秒周期のアニメーションを適用し、タイミングを同期させる */
  animation: cta-shine-sync 2s infinite;
}

/*
 * Why: 本体のアニメーション（前半1秒でバウンド、後半1秒で静止）。
 */
@keyframes cta-bounce-pause {
  0% { transform: translateY(0); }
  15% { transform: translateY(-12px); }
  30% { transform: translateY(0); }
  42% { transform: translateY(-6px); }
  50% { transform: translateY(0); }
  100% { transform: translateY(0); }
}

/*
 * Why: 光沢のアニメーション。
 * バウンド中（0%〜50%）は待機させ、ボタンが静止している後半（50%〜100%）に
 * 光を走らせることで、動きが渋滞せず、かつ常に視線を惹きつける美しい連携を作る。
 */
@keyframes cta-shine-sync {
  0%, 50% { 
    left: -100%; 
  }
  85% { 
    left: 200%; 
  }
  100% { 
    left: 200%; 
  }
}
#top_btn{
    width:100%;
    margin:0 auto;
    position: fixed;
  bottom:0px;
  left:0px;
  background-color:#ff0000;
  border:3px #ff0000;
  padding:21px 10px;
  font-weight: 800;
  font-size:3rem;
}

@media screen and (max-width:700px){
    .mycol-1 p{
        font-size:1.7rem;
    }
    .okyaku{
        margin-bottom:0;
    }

    .staff{
        margin-top:10px;
    }
  }

  #accordion{
    background-color: #fff;
    padding-top:5%;
    padding-bottom:5%;
    width:100%;
    margin:0 auto;
    text-align:center;
  }

  .acd-check{
    display: none;
}
.acd-label{
    background:#003e89;
    color: #fff;
    display: block;
    margin-bottom: 1px;
    padding: 10px;
    border-radius:10px;
    margin:0 auto;
    width:95%;
    margin-top:10px;
    text-align:left;
    font-size:18px;
    font-weight:bold;
    border-bottom: solid 3px #001a33;
}
.acd-content{
    border:1.5px solid #003e89;
    height: 0;
    opacity: 0;
    padding: 0 10px;
    transition: .5s;
    visibility: hidden;
    background-color: #fff;
    margin:0 auto;
    width:95%;
    text-align:left;
}

.acd-content p{
    font-size:18px;
    color:#003e89;
    font-weight:bold;
    text-align:left;
}
.acd-check:checked + .acd-label + .acd-content{
    width:95%;
    height:150px;
    opacity: 1;
    padding: 10px;
    visibility: visible;
    margin:0 auto;
    border-radius:10px;
}


table {
border-collapse: collapse;
margin: 0 auto;
width:95%;
/*table-layout: fixed;*/
padding-bottom:15%;
}

table tr {
background-color: #fff;
padding: .35em;
border-bottom: 2px solid #fff;
}
table th,
table td {
padding:5px 10px 5px 5px;
border:2px solid #000;
font-size:20px;
vertical-align: middle;
}
table th {
font-size: .7em;
}
table thead tr{
background-color: #ccf7ff;
color:#003e89;
}
table tbody th {
  background: #008E5E;
  color: #fff;
  width: 25%;
}

.kaisyajoho{
    background-color:#fff;
    padding-bottom:11%;
}

.shindan1{
    width:100%;
    max-width:1000px;
    height:100%;
    margin:0 auto;
}

.good{
    width:100%;
    margin:0 auto;
    text-align: center;
    padding-top:5%;
}

.copy p{
    text-align: center;
    font-weight:700;
    color:#003e89;
}
.copy img{
    margin-top:10%;
    margin:0 auto;
    text-align:center;
}
.go-back{
    padding-bottom:5%;
}

.go_to{
    margin-top:5%;
}
.shop p{
    margin:0 auto;
    text-align: center;
    font-weight:700;
    color:#ff0000;
    background:linear-gradient(transparent 70%, #FFFF00 0%);
    width:480px;
    font-size:35px;
    margin-top:1.5%;
}

.a1_company{
    width:80%;
    margin:0 auto;
    text-align:center;
}

.a1_company img{
    width:100%;
    margin:0 auto;
    text-align:center;
}

.staffcomment p{
  text-align: left;
  font-weight:500;
  color:#003e89;
}

.box2{
    width: 95%;
    margin: auto;
    border: 2px solid #ffd700;
    border-radius: 5px;
    margin-top: 30px;
    background-color: #fff;
  }
  .box2 h3{
    background: #fffbe5;
    color: #000000;
    text-align: center;
    margin: 0;
    position: relative;
    padding: 3px;
  }

  .box2 .inner{
    padding: 0em .5em .5em;
    text-align: center;
  }

  .inner ol li {
    margin-bottom: 10px;
    text-align: left;
  }

  .gift {
    background: #8cc63f;
    color: #fff;
    font-weight: bold;
    font-size: 2rem;
    padding: 2px 4px;
    border-radius: 8px;
    margin-right: 5px;
  }

  .topic2 {
    font-weight: bold;
    color: #fa4141;
    text-decoration: underline;
  }

@media screen and (max-width: 600px) {
    table {
      border: 0;
      width:100%
    }
    table th{
      background-color: #167F92;
      display: block;
      border-right: none;
    }
    table thead {
      border: none;
      clip: rect(0 0 0 0);
      height: 1px;
      margin: -1px;
      overflow: hidden;
      padding: 0;
      position: absolute;
      width: 1px;
    }
    table tr {
      display: block;
      margin-bottom: .625em;
    }
    table td {
      border-bottom: 1px solid #bbb;
      display: block;
      font-size: .8em;
      text-align: right;
      position: relative;
      padding: .625em .625em .625em 4em;
      border-right: none;
    }

    table td::before {
      content: attr(data-label);
      font-weight: bold;
      position: absolute;
      left: 10px;
      color: #167F92;
    }
    table td:last-child {
      border-bottom: 0;
    }
    table tbody th {
      color: #fff;
    }
    }
    #wrapper{
    display: flex;
    width: 100%;
    min-height:100vh;
    margin: 0 auto;
    text-align: center;
    background:url("../images/background.jpg");
    background-repeat:no-repeat;
    background-size:cover;
    }

    HTML{
        height:100%;
      }

      body{
        height:100%;
      }

      .daytime{
        text-align:center;
        padding:7px;
        background-color:#005071;
        color:#fff000;
        font-size: 25px;
        font-weight:bold;
    }

    /*popup*/
/*離脱防止popup*/
.shindan {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .shindan img{
    width: 100%;
  }
  .balloon3-right-btm {
    position: absolute;
    display: inline-block;
    margin: 1.5em 15px 1.5em 10px;
    padding: 12px 5px;
    width: 90px;
    height: 90px;
    text-align: center;
    color: #FFF;
    font-size: 20px;
    font-weight: bold;
    background: #f39800;
    border-radius: 50%;
    box-sizing: border-box;
    margin-top: -95px;
  }
  
  .balloon3-right-btm:before {
    content: "";
    position: absolute;
    bottom: -8px;
    right: -8px;
    margin-top: -15px;
    border: 15px solid transparent;
    border-left: 15px solid #f39800;
    z-index: 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  
  .shindan_body {
    background: #fff;
    width: 94%;
    height: auto;
    margin: auto;
    /* box-shadow: 0 0 1px gray; */
    border-radius: 10px;
    overflow: hidden;
    position: relative;
    box-shadow: 3px 3px 0 rgba(50, 50, 50, 0.5);
  }
  
  .shindan h2 {
    width: 90%;
    margin: auto;
    padding: 0.5rem 1rem;
    background: #28923e;
    font-size: 1.4rem;
    text-align: center;
    color: #fff;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    margin-bottom: -2px;
  }
  
  
  .choose_box {
    position: relative;
    width: 100%;
  }
  
  .choose_box p {
    /* margin-top: 5%; */
    margin-bottom: 3%;
    font-size: 20px;
    /* display: block; */
    font-weight: 600;
    text-align: center;
  }
  
  .choose_box li {
    margin-top: 0px;
    list-style: none;
    flex: 1;
  }
  
  ul {
    display: flex;
    flex-wrap: wrap;
    /*justify-content: center;*/
    gap: 5px;
    padding: 10px 5px;
  }
  
  .step {
    color: #fff;
    font-weight: bold;
    padding-right: 10px;
  }
  
  .btn_shindan {
    display: inline-block;
    flex: wrap;
    min-width: 250px;
    color: #005071!important;
    padding: 10px 20px;
    margin-bottom: 10px;
    text-align: center;
    background-color: #eee;
    font-weight: 600;
    font-size: 26px;
    text-decoration: none;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    box-shadow: 3px 3px 0 rgba(50, 50, 50, 0.5);
  }
  
  .btn_shindan:hover {
    background-color: #005071;
    color: #fff!important;
    -webkit-transition: 0.7s;
    -moz-transition: 0.7s;
    -o-transition: 0.7s;
    transition: 0.7s;
  }
  
  
  
  .fit {
    /* position: absolute; */
    left: 0px;
    top: -10px;
    width: 100%;
    text-align: center;
  }
  
  .fit p {
    /* margin-top: 5%;
    margin-bottom: 10%; */
    font-size: 28px;
    /* display: block; */
    font-weight: 600;
    text-align: left;
    background:#005071;
    color:#fff;
    padding:10px;
  }
  
  
  .result_btn {
    display: inline-block;
    flex: wrap;
    min-width: 200px;
    color: #fff;
    padding: 15px 20px;
    margin-bottom: 10px;
    text-align: center;
    background-color: #168e3b;
    font-weight: 600;
    font-size: 20px;
    text-decoration: none;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 50px;
    cursor: pointer;
  }
  
  .result_btn:hover {
    background-color: #fff;
    color: #168e3b;
    border: solid 2px #168e3b;
    -webkit-transition: 0.7s;
    -moz-transition: 0.7s;
    -o-transition: 0.7s;
    transition: 0.7s;
  }
  
  .result_type0 {
    margin: auto;
    padding: 10px;
    text-align: center;
    font-size: 24px;
    font-weight: 600;
    color: #fff;
    text-align: center;
  }
  
  .result_type1 {
    margin: auto;
    padding: 20px;
    text-align: center;
    font-size: 24px;
    font-weight: 600;
    color: #fff;
    text-align: center;
  }
  
  
  .result_theme p {
    text-align: center;
    font-size: 18px;
  }
  
  
  .return-btn {
    margin-top: 25%;
    margin-left: 35%;
    margin-right: 35%;
    width: 30%;
    margin-bottom: 100px;
  }
  
  .return {
    display: inline-block;
    text-align: center;
    text-decoration: none;
    color: #fff;
    background-color: #2791d4;
    width: 100%;
    padding: 10px 10px;
    border: 1px solid #2791d4;
  }
  
  .return:hover {
    border: 1px solid #2791d4;
    background-color: #fff;
    color: #2791d4;
    transition: 0.5s;
  }
  
  .modal-overlay {
    display: none; /* 初期は非表示 */
    position: fixed;
    top: 0; left: 0; right: 0; bottom: 0;
    background: rgba(0,0,0,0.5);
    justify-content: center;
    align-items: center;
    z-index: 9999;
  }
  
  .modal-content {
    background-color: #fff;
    padding: 10px;
    border-radius: 8px;
    max-width: 560px;
    width: 90%;
    position: relative;
    /* 背景画像を設定 */
    background: url("../images/modal_bg2.png") no-repeat center center;
    background-size: cover;
    position: relative;
  }
  
  .modal-content a{
    cursor: pointer;
  }
  
  .modal-close {
    position: absolute;
    top: 0px; right: 0px;
    background: transparent;
    border: none;
    font-size: 20px;
    cursor: pointer;
    padding-right:10px;
    color: #959595;
  }
  
  .modal-pop {
    position: absolute;
    top: -12%;
    left: 50%;
    transform: translateX(-50%);
    width: 90%;
    height: auto;
    z-index: 2;
  }
  @media (max-width: 480px) {
    .modal-pop {
      top: -15%;
    }
  }
  @media (max-width: 393px) {
    .modal-pop {
      top: -10%;
    }
  }
  
  .question_line {
    display: flex;
    align-items: center;
  }
  
  .right_text {
    margin-left: auto;
  }
  
  .result_btn img {
    width: 80%; 
    height: auto;
    display: block;
  }
  
  .fd{
    flex-direction: column;
  }


/* フローティングバナー */
.floating {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.2); /* rgbaに直接値を */

  transition: all 0.3s ease 0s;
  visibility: visible;
  opacity: 1;
}

.floating img{
  width: 100%;
}

.floating.is-hidden {
  visibility: hidden;
  opacity: 0;
}

@media (min-width: 641px) {
  .floating-banner {
    display: none;
  }
}