@charset "utf-8";

body{
    padding: 0 3%;
    font-family: "Noto Sans JP", sans-serif;
    margin: 0;
}

p{
    font-size: 16px;
    line-height: 1.5;
}
@media screen and (max-width: 700px){
  p{
    font-size: 14px;
    line-height: 1.5;
}
}

img{
    width: 100%;
}

.wrapper{
    max-width: 700px;
    margin: 0 auto;
}
h1{
    margin-top: 3%;
    margin-bottom: 2%;
}
h2{
    background-color: #b5e5ee;
    border-bottom: 4px solid #007BBD;
    padding: 4% 2% 3% 3%;
    font-size: 20px;
    margin: 2% 0;
}
@media screen and (max-width: 700px){
  h2{
    background-color: #b5e5ee;
    border-bottom: 4px solid #007BBD;
    padding: 4% 2% 3% 3%;
    font-size: 17px;
    margin: 2% 0;
}
}

.mark{
  background:linear-gradient(transparent 70%, #FFFF00 0%);
}


.tac{
    text-align: center;
}
.yellow{
    color: rgb(235, 152, 0);
}
.bold{
    font-weight: bold;
}


/*比較表-------------------------------------------*/
.mlc{
    background-color: #007BBD;
    color: #fff;
}
.table01{
    overflow-x: hidden;
}

@media screen and (max-width: 700px){
  .table01{
    overflow-x: scroll;
}

}

.table01 table{
    border: 1px solid #d1d1d1;
    border-collapse: collapse;
    width: 700px;
    table-layout: fixed;
}
.table01 td img{
  width: 64px;
}
.t_im{
 text-align: center;
}
@media screen and (max-width: 700px){
  .table01 td img{
    width: 64px;
  }
}
.table01 th,
.table01 td{
    border: 1px solid #d1d1d1;


}
.table01 th{
    font-size: 12px;
    position: sticky;
    left: 0;
    width:77px;
}
.table01 td{
    font-size: 14px;
    width: 96px;
    word-break: break-word;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 3px;
}

.table01 td{
    padding: 3px;
}
.name{
    padding: 1% 1%;
    background-color: #007BBD;
    color: #fff;
    text-align: center;
    font-weight: bold;
}
.bcy{
    background-color: rgb(255, 252, 223);
}
.anno{
    text-align: right;
    font-size: 9px;
    color: #aaa;
}

.sp{
    display: none;
}
@media screen and (max-width: 700px){
    .sp{
        display: block;
    }
    .table01 table{
        width: 474px;
        
}
.table01 td{
    font-size: 11px;
}
}

.why{
    margin-top: 40px;
}
.red{
    color: red;
}

.fukoidan{
    padding: 3%;
    margin-top: 8%;
    border: solid 1px #007BBD;
    background-color: #fff;
    filter: drop-shadow(0 0 0.45rem rgb(159, 172, 190));
}
.sionogi{
        padding: 3%;
        margin-top: 8%;
        border: solid 1px #007BBD;
        background-color: #fff;
        filter: drop-shadow(0 0 0.45rem rgb(159, 172, 190));
    }


    .f_lead {
        font-weight: bold;
        color: #007BBD;
        font-size: 24px;
        margin-bottom: 0px;
        margin-top: 10px;
    }
@media screen and (max-width: 700px){
    .f_lead{
        font-size: 20px;
    }
}

h3{
    margin-top: 6px;
}
.f_h4{
    position: relative;
    padding: 3% 5% 3% 5%;
    background: #007BBD;
    color: white;
    font-size: 20px;
    margin-top: 8%;
    margin-bottom: 2%;
    border-radius: 30px;
    text-align: center;
}

@media screen and (max-width: 700px){
  .f_h4,
  .sio,
  .k_h4
  {
    font-size: 15px;
  }
}
/*.f_h4::before {
    position: absolute;
    content: '';
    top: 100%;
    left: 0;
    border: none;
    border-bottom: solid 15px transparent;
    border-right: solid 20px rgb(59, 78, 100);
  }*/
  .sio{
    position: relative;
    padding: 3% 5% 3% 5%;
    background: #007BBD;
    color: white;
    font-size: 20px;
    border-radius: 30px;
    text-align: center;
    margin-top: 8%;
    margin-bottom: 2%;
}
/*.sio::before {
    position: absolute;
    content: '';
    top: 100%;
    left: 0;
    border: none;
    border-bottom: solid 15px transparent;
    border-right: solid 20px rgb(43, 16, 0);
  }*/
  .k_h4{
    position: relative;
    padding: 3% 5% 3% 5%;
    background: #007BBD;
    color: white;
    font-size: 20px;
    border-radius: 30px;
    text-align: center;
    margin-top: 8%;
    margin-bottom: 2%;
}

@media screen and (max-width: 700px){

}
/*.k_h4::before {
    position: absolute;
    content: '';
    top: 100%;
    left: 0;
    border: none;
    border-bottom: solid 15px transparent;
    border-right: solid 20px rgb(82, 82, 82);
  }*/

.small{
    font-size: 24px;
}
.mt0{
    margin-top: 0;
}
.mb0{
    margin-bottom: 0;
}

article {
    position: relative;
}
.acc_content_wrapper {
    position: relative;
    padding: 0px 3px;
}
.box {
    border: 1px solid #007BBD;
    border-radius: 10px;
    background-color: #eef9ff;
    padding: 15px;
    margin: 0 6px;
}
.review {
    padding: 0%;
}
.sm{
  font-size: 16px;
}
.review_header {
    display: -webkit-box;
    display: -ms-flexbox;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 3px 0px 10px 10px;
    line-height: 1.2;
    border-bottom: 1px solid #d9d9d9;
}
.review_header img {
    width: 60px;
    height: auto;
}
@media screen and (max-width: 700px){
  .review_header img{
    width: 53px;
  }
}
.profile {
    margin-left: 10px;
}
.profile p {
    margin-bottom: 0;
}
.profile ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-left: 0;
    margin: 0;
}
.profile li {
    list-style: none;
}
.review_slider .slick-next {
    right: 0;
}
.review_slider.slick-dotted.slick-slider {
    margin-bottom: 8%;
}
.review_slider .slick-dots li button:before {
    color: #000;
}
.review_slider .slick-dots li.slick-active button:before {
    opacity: .75;
    color: #000;
}

.r_ttl{
    font-size: 24px;
    padding: 2% 0;
}
@media screen and (max-width: 700px){
  .r_ttl{
    font-size: 20px;
  }
}

.blue{
    color: blue;
}

.table02{
    margin-top: 23px;
}

.table02 table{
  width: 100%;
  border-collapse:collapse;
}
.table02 table td{
    font-weight: bold;
    font-size: 14px;
}

@media screen and (max-width: 700px){
  .gy{
  background-color: #6d7c92;
  color: #fff;
  padding: 2%;
  border: 1px solid #000;
  }
  .gy_k{
    background-color: #636363;
    color: #fff;
    padding: 2%;
    border: 1px solid #000;
}
.gy_s{
    background-color: #79604c;
    color: #fff;
    padding: 2%;
    border: 1px solid #000;
}
.wh{
  background-color: #fff;
  padding: 2%;
  border: 1px solid #000;
}}

.gy{
    background-color: #6d7c92;
    color: #fff;
    padding: 6px;
    border: 1px solid #000;
}
.gy_k{
    background-color: #636363;
    color: #fff;
    padding: 6px;
    border: 1px solid #000;
}
.gy_s{
    background-color: #79604c;
    color: #fff;
    padding: 6px;
    border: 1px solid #000;
}

.wh{
    background-color: #fff;
    padding: 8px;
    border: 1px solid #000;
}
.mini_lead{
    font-size: 16px;
    font-weight: bold;
    margin: 4% 0 2% 0;
    color: #4c5a6f;
}
.mini_lead_k{
  font-size: 16px;
    font-weight: bold;
    margin: 2% 0;
    color: #242424;
}


.btn_box{
    position: relative;
    left: 52%;
    top:60%;
    transform: translate(-50%, -50%);
    width: 100%;
    margin: 0;
  }
  
  .btn.animation{
    display: block;
    position: relative;
    border-radius: 4px;
    margin: 109px auto 15px auto;
    font-weight: bold;
    font-size: 22px;
    max-width:500px;
    color: #fff;
    text-align: center;
    text-decoration: none;
    overflow: hidden;
  transition: 300ms;
  left: -2%;
  }
  @media screen and (max-width: 700px){
    .btn.animation{
      margin: 81px auto 15px auto;
    }
  }

  .btn {
    text-decoration: none;
  }
  .btn.animation::before{
    position: absolute;
    content: '';
    display: inline-block;
    top: -180px;
    left: 1%;
    width: 30px;
    height: 100%;
    background-color: #ffffff;
    transition: 300ms;
    animation: shinyshiny 2.5s ease-in-out infinite;
  }

  .btn2.animation{
    display: block;
    position: relative;
    padding: 3% ;
    background-color: #007BBD;
    box-shadow: 0 6px 0 0 #00378a;
    border-radius: 4px;
    margin: 45px auto 15px auto;
    font-weight: bold;
    font-size: 22px;
    max-width:500px;
    color: #fff;
    text-align: center;
    text-decoration: none;
    overflow: hidden;
  transition: 300ms;
  left: -2%;
  }
  .btn2 {
    text-decoration: none;
  }
  .btn2.animation::before{
    position: absolute;
    content: '';
    display: inline-block;
    top: -180px;
    left: 1%;
    width: 30px;
    height: 100%;
    background-color: #b5e7ff;
    transition: 300ms;
    animation: shinyshiny 2.5s ease-in-out infinite;
  }
  @-webkit-keyframes shinyshiny {
    0% { -webkit-transform: scale(0) rotate(45deg); opacity: 0; }
    80% { -webkit-transform: scale(0) rotate(45deg); opacity: 0.5; }
    81% { -webkit-transform: scale(4) rotate(45deg); opacity: 1; }
    100% { -webkit-transform: scale(50) rotate(45deg); opacity: 0; }
}
@keyframes bounce {
    0%, 100% {
      transform: translateY(0); /* 初期位置 */
    }
    50% {
      transform: translateY(-10px); /* 少し上に動かす */
    }
  }
  .btn.animation {
    animation: bounce 1s infinite; /* 2秒で1ループ、無限ループ */
  }




  .kosiki{
    text-align: right;
    font-size: 14px;
    margin-bottom: -6%;
    }

.gold{
  font-size: 27px;
  color: #ffffff;
  text-align: center;
  background: linear-gradient(45deg, #bb7d1b 0%, #d9b244 45%, #ffe4a8 70%, #dfb348 85%, #c99a0b 90% 100%);
  padding: 3% 2% 3% 2%;
  margin-bottom: 0px;
  line-height: 1.2;
  text-shadow: 2px 2px 10px #af7f25 ,
-2px 2px 10px #af7f25 ,
2px -2px 10px #af7f25  ,
-2px -2px 10px #af7f25 ;
}
@media screen and (max-width: 700px){
  .gold{
    padding: 4% 2% 4% 2%;
  }
}

.fukomin{
    padding: 3%;
    margin-top: 10%;
    border: 1px solid  #007BBD;
    background-color: #fff;
    filter: drop-shadow(0 0 0.45rem rgb(159, 172, 190));
}

.silver{
    font-size: 26px;
    color: #fff;
    text-align: center;
    background: linear-gradient(45deg, #757575 0%, #9E9E9E 45%, #c5c3c3 70%, #9E9E9E 85%, #757575 90% 100%);
    padding: 2% 2% 3% 2%;
    margin-top: 13px;
    margin-bottom: 0px;
}

.bro{
    font-size: 23px;
    color: #fff;
    text-align: center;
    background-color: #6d4108;
    padding: 2% 2% 3% 2%;
    margin-top: 13px;
    margin-bottom: 0px;
}

.fs30{
    font-size: 30px;
}
.mt20{
  margin-top: 20px;
}

/* ----------グラデのアコーディオン---------- */




.image-container {
    position: relative;
    width: 100%;
    max-width: 600px; /* お好みで */
    overflow: hidden;
  }
  
  .image-container img {
    width: 100%;
    display: block;
    max-height: 60%;
    transition: max-height 0.5s ease;
    object-fit: cover;
  }
  
  .image-container.expanded img {
    max-height: 100%;
  }
  
  .toggle-btn {
    position: absolute;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2;
    padding: 8px 16px;
    background: rgba(0,0,0,0.6);
    color: white;
    border: none;
    cursor: pointer;
  }
  .comment{
    font-size: 16px;
  }

  figure{
    margin: 0;
  }
  .inner{
    width: 100%;
    margin: auto;
  }
  .imgWrap {
  
    overflow: hidden;
    position: relative;
  }
  .imgWrap::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(
      to bottom,
      rgba(255, 255, 255, 0) 0%,
      rgba(255, 255, 255, 0.5) 50%,
      rgba(255, 255, 255, 1) 100%
    );
    opacity: 1;
    transition: opacity 0.3s ease-in-out;
  }
  .imgWrap.isOpen .img {
      max-height: 2000px;
  }
  .imgWrap.isOpen::after {
    opacity: 0;
  }
  .img {
    width: 100%;
    display: block;
    max-height: 450px;
    transition: max-height 0.5s ease-in-out;
    object-fit: cover;
    object-position: top;
  }
  @media screen and (max-width: 700px){
    .img{
        max-height: 250px;
    }
  }
  .btnWrap {
    display: flex;
    justify-content: center;
    margin-top: 20px;
  }
  .btn {
  }

  .lb{
    color: deepskyblue;
  }

  .t_btn{
    background-color: #ff7112;
    box-shadow: 0 6px 0 0 #c04005;
    padding: 4px 8px;
    color: #fff;
    font-weight: bold;
    text-decoration: none;
    border-radius: 10px;
    margin: 10px;
    display: block;
  }
  .btncell{
 height: 50px;
  }
  .ts_btn{
    background-color: #007BBD;
    box-shadow: 0 6px 0 0 #446291;
    padding: 6px;
    color: #fff;
    font-weight: bold;
    text-decoration: none;
    border-radius: 10px;
    margin: 10px;
    display: block;
  }

  .choice{
    margin-top: 8%;
  }

  /*ベース*/
.toggle {
	display: none;
}
.Label {		/*タイトル*/
    margin-top: 10%;
	padding: 14px;
	display: block;
	color: #fff;
	background:#007BBD;
    font-size: 25px;
    font-weight: bold;
}
.Label::before{		/*タイトル横の矢印*/
	content:"";
	width: 6px;
	height: 6px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	-webkit-transform: rotate(45deg);
	position: absolute;
	top:calc( 50% - 3px );
	right: 20px;
	transform: rotate(135deg);
}
.Label,
.content {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	transform: translateZ(0);
	transition: all 0.3s;
}
.content {		/*本文*/
	height: 0;
	margin-bottom:10px;

	overflow: hidden;
}
.content p{
    padding: 0 10px;
    margin-top: 6px;
    text-align: justify;
}
.toggle:checked + .Label + .content {	/*開閉時*/
	height: auto;
	padding-top:20px ;
	transition: all .3s;
}
.toggle:checked + .Label::before {
	transform: rotate(-45deg) !important;
}

h5{

    color: #010101;/*文字色*/
    background: #eafbff;/*背景色*/
    border-bottom: solid 3px #007BBD;;/*下線*/
    font-size: 22px;
    margin-bottom: 4%;
    margin-top: 0;
    padding: 10px;
}

footer {
    text-align: center;
    width: 100%;
    background-color: #cecece;
    padding: 20px 0;
    margin-top: 30px;
}
footer a{
    text-decoration: none;
    color: #383838;

    width: 100%;
}
@media screen and (max-width: 700px){
  footer{
    padding: 9px 0;
    font-size: 13px;
  }
}

button{
    background-color: #007BBD;
    border: 0;
    color: #fff;
    padding: 7px 10px;
    font-size: 18px;
    border-radius: 10px;
}

.sec{
    margin-top: 40px;
}
.thr{
    margin-top: 25px;
}

.pd0{
    padding: 1% 0 !important;
}
.popup {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.6);
    z-index: 1000;
  }
  .popup-content {
    margin: 10% auto;
    padding: 20px;
    width: 500px;
    text-align: center;
    border-radius: 10px;
    position: relative;
  }
  .close-btn {
    position: absolute;
    right: 10px;
    top: 5px;
    font-size: 24px;
    cursor: pointer;
    background-color: white; /* 背景を白に */
    color: black; /* ×マークを黒にして視認性アップ */
    width: 32px;
    height: 32px;
    text-align: center;
    line-height: 32px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2); /* ほんのり影で立体感 */
  }
@media screen and (max-width: 700px){
.popup-content {
        width: 90%;
        padding: 16px;
        font-size: 16px;
      }
    
.popup-content h2 {
        font-size: 20px;
      }
    
.popup-content p {
        font-size: 14px;
      }
    
.popup-content button {
        font-size: 16px;
        padding: 10px 20px;
      }
    }
  html {
        scroll-behavior: smooth;
      }

 #fixed-image-button {
        position: fixed;
        bottom: 20px;
        right: 20px;
        width: 180px;
        height: auto;
        cursor: pointer;
        z-index: 1001;
        opacity: 1; /* 最初は完全に表示 */
        visibility: visible; /* 最初は見える */
        transition: opacity 0.5s ease, visibility 0s 0.5s; /* フェードアウトに0.5秒 */
      }

#fixed-image-button.hidden {
        opacity: 0; /* 透明にする */
        visibility: hidden; /* 見えなくする（クリックできなくするため） */
        transition: opacity 0.5s ease, visibility 0s 0.5s; /* フェードアウトに0.5秒 */
      }
      
#fixed-image-button:hover {
        transform: none;
      }

#fixed-image-button:active {
        transform: scale(1.05);
      }

@media screen and (max-width: 700px){
.offer_ttl{
  margin-top: 21%;
}
.mgmb{
  margin-top: 11%;
}
      }

      .pd10{
        padding: 0 3%;
      }