@charset "UTF-8";





html.Android #page-header {
  min-height: 70px
}

html.Android #page-header .inner-div #logo-toggle #seedna-logo a svg {
  width: 140px
}

#nav-toggle {
  width: 100%
}

#nav-toggle li a {
  /* padding: .6em 1.1em */
  padding: 0.4rem;
}

@media (max-width: 1560px) {
  #nav-toggle li a {
    padding: 0.4rem
  }
}

#nav-toggle nav#gl-navi {
  width: 100%
}

#nav-toggle nav#gl-navi ul#menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}

@media (max-width: 64em) {
  #nav-toggle nav#gl-navi ul#menu li.searchbox {
    padding-bottom: 4em
  }
}

#nav-toggle nav#gl-navi ul#menu>li {
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
  position: relative;
  display: inline-block;
  padding: 1em
}

#nav-toggle nav#gl-navi ul#menu>li:after {
  content: "";
  position: absolute
}

@media (max-width: 64em) {
  #nav-toggle nav#gl-navi ul#menu>li {
    width: 100%
  }
}

#nav-toggle nav#gl-navi ul#menu>li ul.sub-menu {
  position: absolute;
  width: 250%;
  max-width: 23em;
  top: 100%;
  z-index: 2
}

@media (max-width: 64em) {
  #nav-toggle nav#gl-navi ul#menu>li ul.sub-menu {
    width: 100%;
    max-width: 100%;
    position: relative
  }
}

#nav-toggle nav#gl-navi ul#menu>li ul.sub-menu>li {
  height: 0;
  overflow: hidden
}

#nav-toggle nav#gl-navi ul#menu>li ul.sub-menu>li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}

#nav-toggle nav#gl-navi ul#menu>li ul.sub-menu>li a::before {
  font-weight: 900;
  font-family: "Font Awesome 5 Free";
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  content: "\f105";
  padding-right: 1em
}

#nav-toggle nav#gl-navi ul#menu>li ul.sub-menu>li a:active,
#nav-toggle nav#gl-navi ul#menu>li ul.sub-menu>li a:hover {
  background-color: #07f;
  text-decoration: none
}

@media (max-width: 64em) {
  #nav-toggle nav#gl-navi ul#menu>li ul.sub-menu>li {
    height: auto;
    overflow: visible
  }
}

#nav-toggle nav#gl-navi ul#menu>li ul.sub-menu>li.hr {
  padding-bottom: .5em
}

#nav-toggle nav#gl-navi ul#menu>li ul.sub-menu>li.hr:after {
  content: "";
  display: block;
  height: 1px
}

#nav-toggle nav#gl-navi ul#menu>li ul.sub-menu>li.sp-hr {
  padding-bottom: .5em
}

@media (max-width: 30em) {
  #nav-toggle nav#gl-navi ul#menu>li ul.sub-menu>li.sp-hr:after {
    content: "";
    display: block;
    height: 1px
  }
}

#nav-toggle nav#gl-navi ul#menu>li:hover>ul.sub-menu>li {
  height: 2.7em;
  min-height: auto;
  overflow: visible;
  background-color: rgba(0, 0, 0, 0.7)
}

#nav-toggle nav#gl-navi ul#menu>li:hover>ul.sub-menu>li.sub-sub {
  height: auto
}

@media (max-width: 64em) {
  #nav-toggle nav#gl-navi ul#menu>li:hover>ul.sub-menu>li {
    height: auto;
    background: none
  }
}

@media (max-width: 64em) {
  #nav-toggle nav#gl-navi ul#menu>li {
    display: block;
    padding: 15px
  }
}

#nav-toggle nav#gl-navi ul#menu>li a {
  color: #fff;
  font-weight: 700;
  text-shadow: 0 0 5px #00000098
}

#nav-toggle nav#gl-navi ul#menu>li a:hover {
  text-decoration: none
}

@media (min-width: 64em) {
  #nav-toggle nav#gl-navi ul#menu>li a.linked:hover {
    text-decoration: none;
    background-color: #07f
  }
}

@media (max-width: 64em) {
  #nav-toggle nav#gl-navi ul#menu>li a {
    text-decoration: none;
    color: #fff
  }
}

@media (max-width: 42.5em) {
  #nav-toggle nav#gl-navi ul#menu>li a.linked::after {
    font-weight: 900;
    font-family: "Font Awesome 5 Free";
    display: block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    content: "\f105";
    -webkit-transition: .3s;
    transition: .3s;
    padding-right: 1em;
    float: right;
  }

  #nav-toggle nav#gl-navi ul#menu>li a.linked:active,
  #nav-toggle nav#gl-navi ul#menu>li a.linked:hover {
    background-color: #07f
  }
}

#nav-toggle nav#gl-navi ul#menu>li.sp-only {
  display: none
}

@media (max-width: 42.5em) {
  #nav-toggle nav#gl-navi ul#menu>li.sp-only {
    display: inline-block
  }
}

@media (max-width: 30em) {
  #nav-toggle nav#gl-navi ul#menu>li.sp-only {
    display: inline-block
  }
}

@media (max-width: 1560px) {
  #nav-toggle nav#gl-navi ul#menu {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 800px;
  }
}

@media (max-width: 64em) {
  #nav-toggle nav#gl-navi ul#menu {
    display: block
  }
}

@media (max-width: 64em) {
  #nav-toggle nav#gl-navi {
    position: fixed;
    top: 0;
    right: -600px;
    /* width: 600px; */
    width: 359px;
    max-width: 100%;
    height: 100%;
    /* background: #333333b3; */
    background: #ffffffc7;
    padding-top: 50px;
    font-size: 16px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    z-index: 2;
    overflow: auto
  }
}


#nav-toggle .btn-gnavi span {
  background: #fff;
  -webkit-box-shadow: 0 0 5px #00000098;
  box-shadow: 0 0 5px #00000098
}

/* #nav-toggle .btn-gnavi span {
    background: #113f67;
    -webkit-box-shadow: 0 0 5px #fff;
    box-shadow: 0 0 5px #fff;
} */

@media (max-width: 64em) {
  #nav-toggle .btn-gnavi span:nth-child(1) {
    top: 12px;
    left: 10px;
  }
}

@media (max-width: 64em) {
  #nav-toggle .btn-gnavi span:nth-child(2) {
    top: 22px;
    left: 10px;

  }
}

@media (max-width: 64em) {
  #nav-toggle .btn-gnavi span:nth-child(3) {
    top: 32px;
    left: 10px;
  }
}

@media (max-width: 64em) {
  #nav-toggle .btn-gnavi span {
    position: absolute;
    width: 30px;
    height: 4px;
    -webkit-transition: all 400ms;
    transition: all 400ms
  }
}

@media (max-width: 64em) and (max-width: 64em) {
  #nav-toggle .btn-gnavi.nv-open span:nth-child(1) {
    /* top: 0; */
    -webkit-transform-origin: center center;
    transform-origin: center center;
    width: 38px;
    -webkit-transform: translateX(-2px);
    transform: translateX(-2px);
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transform: skewX(45deg);
    transform: skewX(45deg);
    -webkit-transform: translateX(-2px) translateY(10px) rotate(-45deg) skewX(40deg);
    transform: translateX(-2px) translateY(10px) rotate(-45deg) skewX(40deg)
  }

  #nav-toggle .btn-gnavi.nv-open span:nth-child(2) {
    top: 10px;
    left: 100px
  }

  #nav-toggle .btn-gnavi.nv-open span:nth-child(3) {
    -webkit-transform-origin: center center;
    transform-origin: center center;
    width: 38px;
    -webkit-transform: translateX(-2px);
    transform: translateX(-2px);
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transform: skewX(45deg);
    transform: skewX(-45deg);
    -webkit-transform: translateX(-2px) translateY(-10px) rotate(45deg) skewX(-45deg);
    transform: translateX(-2px) translateY(-10px) rotate(45deg) skewX(-45deg)
  }
}

@media (max-width: 64em) {
  #nav-toggle .btn-gnavi {
    /* position: fixed;
        top: 20px;
        right: 15px;
        width: 30px;
        height: 24px;
        z-index: 9999;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        cursor: pointer;
        -webkit-transition: all 400ms;
        transition: all 400ms; */

    position: fixed;
    top: 15px;
    right: 15px;
    width: 50px;
    height: 50px;
    border-radius: 5px;
    z-index: 9999;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    cursor: pointer;
    -webkit-transition: all 400ms;
    transition: all 400ms;
    background: #113f67;

  }
}

html.Android nav#gl-navi,
html.Android #nav-toggle nav#gl-navi {
  font-size: 15px
}

html.Android nav#gl-navi ul#menu>li,
html.Android #nav-toggle nav#gl-navi ul#menu>li {
  padding: 15px 10px
}

html.Android .btn-gnavi,
html.Android #nav-toggle .btn-gnavi {
  background-color: rgba(0, 0, 0, 0.1);
  padding: 5px;
  top: 15px;
  right: 14px;
  width: 40px;
  height: 34px
}

html.Android .btn-gnavi span:nth-child(1),
html.Android #nav-toggle .btn-gnavi span:nth-child(1) {
  top: 5px
}

html.Android .btn-gnavi span:nth-child(2),
html.Android #nav-toggle .btn-gnavi span:nth-child(2) {
  top: 15px
}

html.Android .btn-gnavi span:nth-child(3),
html.Android #nav-toggle .btn-gnavi span:nth-child(3) {
  top: 25px
}

@media (min-width: 1025px) and (max-width: 1100px) {
  #nav-toggle {
    font-size: 1rem;
  }
}
@media (max-width: 64em) {
  li:hover>ul.second-menu>li {
    height: auto;
    background: none
  }

  img.mainnav-logo {
    width: 150px !important;
    height: auto;
  }
}

/* ここからアコーディオンメニュー */
/*========= ナビゲーションドロップダウンのためのCSS ===============*/

/*==ナビゲーション全体の設定*/
nav#g-nav {
  color: #333;
  text-align: center;
  color: #113f67;
  font-size: 16px;
  font-weight: 600;
}

/*ナビゲーションを横並びに*/

nav#g-nav ul {
  list-style: none;
  display: flex;
  gap: 0px;
  align-items: center;
  justify-content: flex-start;
}

/*2階層目以降は横並びにしない*/
nav#g-nav ul ul {
  display: block;
}

/*下の階層のulや矢印の基点にするためliにrelativeを指定*/
nav#g-nav ul li {
  position: relative;
  padding: 0;
  width: 150px;
}

nav#g-nav ul li ul li {
  position: relative;
  padding: 0;
  width: 250px;
  text-align: left;
}

/*ナビゲーションのリンク設定*/
nav#g-nav ul li a {
  display: block;
  text-decoration: none;
  color: #113f67;
  padding: 20px 10px;
  transition: all .3s;
}

nav#g-nav ul li li a {
  padding: 10px 35px;
}

nav#g-nav ul li a:hover {
  color: #333;
}

/*==矢印の設定*/

/*2階層目を持つliの矢印の設定*/
nav#g-nav ul li.has-child::before {
  content: '';
  position: absolute;
  left: 48%;
  top: 50px;
  width: 6px;
  height: 6px;
  border-top: 2px solid #999;
  border-right: 2px solid #999;
  transform: rotate(135deg);
}

/*3階層目を持つliの矢印の設定*/
nav#g-nav ul ul li.has-child::before {
  content: '';
  position: absolute;
  left: 6px;
  top: 17px;
  width: 6px;
  height: 6px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
}

/*== 2・3階層目の共通設定 */

/*下の階層を持っているulの指定*/
nav#g-nav li.has-child ul {
  /*絶対配置で位置を指定*/
  position: absolute;
  /* left: -100px; */
  left: 0;
  top: 52px;
  z-index: 4;
  /*形状を指定*/
  background: #28BFE7;
  width: 250px;
  /*はじめは非表示*/
  visibility: hidden;
  opacity: 0;
  /*アニメーション設定*/
  transition: all .3s;
}

/*hoverしたら表示*/
nav#g-nav li.has-child:hover>ul,
nav#g-nav li.has-child ul li:hover>ul,
nav#g-nav li.has-child:active>ul,
nav#g-nav li.has-child ul li:active>ul {
  visibility: visible;
  opacity: 1;
}

/*ナビゲーションaタグの形状*/
nav#g-nav li.has-child ul li a {
  color: #fff;
  border-bottom: solid 1px rgba(255, 255, 255, 0.6);
}

nav#g-nav li.has-child ul li:last-child>a {
  border-bottom: none;
}

nav#g-nav li.has-child ul li a:hover,
nav#g-nav li.has-child ul li a:active {
  background: #3577CA;
}


/*==3階層目*/

/*3階層目の位置*/
nav#g-nav li.has-child ul ul {
  top: 0;
  left: 250px;
  background: #66ADF5;
}

nav#g-nav li.has-child ul ul li a:hover,
nav#g-nav li.has-child ul ul li a:active {
  background: #448ED3;
}




/*==1480px以下の形状*/

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

  nav#g-nav ul li {
    position: relative;
    padding: 0;
    width: 250px;
  }

  nav#g-nav {
    /*position:fixed;にし、z-indexの数値を大きくして前面へ*/
    position: fixed;
    z-index: 999;
    /*ナビのスタート位置と形状*/
    top: 0;
    right: -120%;
    width: 80%;
    height: 100vh;
    /*ナビの高さ*/
    background: #ffffffcf;
    /*動き*/
    transition: all 0.6s;
    padding-top: 20px;
  }

  /*アクティブクラスがついたら位置を0に*/
  nav#g-nav.panelactive {
    right: 0;
  }

  /*ナビゲーションの縦スクロール*/
  nav#g-nav.panelactive #g-nav-list {
    /*ナビの数が増えた場合縦スクロール*/
    position: fixed;
    z-index: 999;
    width: 80%;
    height: 100vh;
    /*表示する高さ*/
    overflow: auto;
    -webkit-overflow-scrolling: touch;
  }

  /*ナビゲーションを横並びに*/
  nav#g-nav ul {
    flex-wrap: wrap;
    padding-top: 40px;
    display: inline-block;
  }

  nav#g-nav ul ul {
    padding-top: 0px;
  }

  nav#g-nav {
    padding: 0;
  }


  nav#g-nav li.has-child ul,
  nav#g-nav li.has-child ul ul {
    position: relative;
    left: 0;
    top: 0;
    width: 100%;
    visibility: visible;
    /*JSで制御するため一旦表示*/
    opacity: 1;
    /*JSで制御するため一旦表示*/
    display: none;
    /*JSのslidetoggleで表示させるため非表示に*/
    transition: none;
    /*JSで制御するためCSSのアニメーションを切る*/
  }

  nav#g-nav ul li a {
    border-bottom: 1px solid #ccc;
  }

  /*矢印の位置と向き*/

  nav#g-nav ul li.has-child::before {
    top: 25px;
    left: 20px;
  }

  nav#g-nav ul ul li.has-child::before {
    transform: rotate(135deg);
    left: 20px;
  }

  nav#g-nav ul li.has-child.active::before {
    transform: rotate(-45deg);
  }
}

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

  /*========= ボタンのためのCSS ===============*/
  .openbtn {
    position: fixed;
    z-index: 9999;
    /*ボタンを最前面に*/
    top: 0;
    right: 10px;
    cursor: pointer;
    width: 50px;
    height: 50px;
  }

  /*×に変化*/
  .openbtn span {
    display: inline-block;
    transition: all .4s;
    position: absolute;
    left: 14px;
    height: 3px;
    border-radius: 2px;
    background-color: #666;
    width: 45%;
  }

  .openbtn span:nth-of-type(1) {
    top: 15px;
  }

  .openbtn span:nth-of-type(2) {
    top: 23px;
  }

  .openbtn span:nth-of-type(3) {
    top: 31px;
  }

  .openbtn.active span:nth-of-type(1) {
    top: 18px;
    left: 18px;
    transform: translateY(6px) rotate(-45deg);
    width: 30%;
  }

  .openbtn.active span:nth-of-type(2) {
    opacity: 0;
  }

  .openbtn.active span:nth-of-type(3) {
    top: 30px;
    left: 18px;
    transform: translateY(-6px) rotate(45deg);
    width: 30%;
  }

}

.cartimg {
  margin-right: 8px;
  width: 28px !important;
}


.cartimg:hover{
filter: drop-shadow(0px 0px 10px #142c8b);
}

.price_p {
  line-height: 0.2em;
  font-size: 16px;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 400;
}

.sp480only {
  display: none;
}


@media screen and (max-width:500px) {
  .sp480only {
    display: block;
  }

}

#page-header {
    position: relative;
    background-color: #ffffff;
}
#page-header .inner-div #logo-toggle #seedna-logo {
    padding: 20px;
    text-align: center;
}



  /* ここからnipptのCSS */


* {
  word-wrap: break-word;
}

body {
  background-color: #f8f8f8;

}

thead {
  font-size: 0.8rem;
  color: #4f2d33;
}

#fbuilder,
.top_aligned,
.fields label {
  color: #ED9A87 !important;
  font-size: 1rem;
  font-weight: bold;
}


.option_content {
  height: 80%;
  width: 100%;
  border-radius: 20px;
  box-sizing: border-box;
  flex: 0 0 30%;
  margin: 0;
}
h2.score_h2.mb0 {
  margin-bottom: 0;
}

/* 20231027追加------------------------------------------------ */
.kome {
  color: #e7534d;
    font-size: 1.1em;
}

.shgs {
  font-weight: 700;
  font-size: 18px;
}

a.cp_btn_plan2 {
  border: 1px solid #ed9a87;
  width: 90%;
  display: inline-block;
  padding: 1em;
  font-size: 1.2rem;
  text-align: center;
  text-decoration: none;
  color: #ffffff;
  border-radius: 100vh;
  background: #ed9a87;
}

a.cp_btn_plan2:hover {
  border: 1px solid #ed9a87;
  width: 90%;
  display: inline-block;
  padding: 1em;
  font-size: 1.2rem;
  text-align: center;
  text-decoration: none;
  color: #ed9a87;
  border-radius: 100vh;
  background: #FFF;
}

.group11 {
  display: flex;
  justify-content: space-evenly;
  width: 50%;
  margin: 0 auto;
  text-align: center;
  padding-bottom: 5%;
}

.group12 {
  display: flex;
  justify-content: space-evenly;
  width: 100%;
  margin: 0 auto;
  text-align: center;
  padding-bottom: 5%;
}

.sp-only2 {
  display: none;
}

.pc-only2 {
  display: inline-block;
}

.about_free {
  width: fit-content;
  margin: 0 auto;
}

/* 20231027追加ここまで------------------------------------------------ */


.main_image {
  display: none;
}

.pc_main_image_content {
  box-sizing: border-box;
  background-size: cover;
}

.list {
  padding: 0 20%;
}

.sp_main_image_content {
  display: none;
}

.index_text {
  color: #4f2d33 !important;
  text-decoration-line: none;
  font-weight: 600;
  font-size: 1.5rem;
  margin: 0;
}

.text_09 {
  position: relative;
  padding: 0.4rem;
  background: #ed9a87;
  top: 30px;
  margin: 0% 8%;
  font-size: 0.3rem;
  font-weight: 800;
  text-align: center;
  width: 20%;
  height: 70%;
  color: #ffffff;
  border-radius: 7px;
  z-index: 1;
}

/* .accordion-005 {
  margin-bottom: 10px;
} */

.accordion-005 summary {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-radius: 8px;
  padding: 0.5em 1em;
  color: #ffffff;
  font-size: 1.6rem;
  font-weight: 600;
  cursor: pointer;
  gap: 5%;
  /* max-width: 900px; */
  height: 50px;
  background: linear-gradient(86deg, #ff9797 0%, #ed6e40 100%);
}

.accordion-005 summary::-webkit-details-marker {
  display: none;
}

.accordion-005 p {
  transform: translateY(-10px);
  opacity: 0;
  margin: 0;
  color: #4f2d33;
  transition: transform 0.5s, opacity 0.5s;
}

.accordion-005[open] p {
  transform: none;
  opacity: 1;
  font-size: 1.2rem;
}


.qa_detail {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.list_detail_box {
  padding: 5%;
  box-sizing: border-box;
}

.list_content {
  background-color: #fff;
  width: 100%;
  height: auto;
  border-radius: 10px;
  box-sizing: border-box;
  max-width: 1200px;
  margin: 25px auto 0;
}



.list_box {
  display: flex;
  background-color: #FFF;
  border-radius: 20px;
  flex-direction: column;
  gap: 16px;
}

.list_detail {
  line-height: 1.3;
  list-style-type: none !important;
  font-size: 1.5rem;
  color: #4f2d33 !important;
  margin: 0px;
  display: flex;
  align-items: center;
}

.list_detail:before {
  content: "\f00c";
  color: #ed9a87 !important;
  font-family: "Font Awesome 5 Free";
  font-weight: bold;
  margin-right: 2%;
  font-size: 1.5rem;
}

.main_text {
  color: #4f2d33;
  width: auto;
  font-size: 2rem;
  line-height: 50px;
  margin: 3% 0% 3% 0%;
  text-align: center;
  letter-spacing: 1px;
  word-wrap: break-word;
  font-weight: bold;
}

.border_line {
  background-color: #ed9a87;
  width: 126px;
  height: 5px;
  border-radius: 100vh;
  margin: 0 auto;
}

.vvv {
  display: flex;
  background: rgba(255, 255, 255, 1);
  padding: 2% 5%;
  margin: 0 10%;
  border-radius: 15px;
  flex-direction: column;
  gap: 15px;
}

.title {
  margin: 0% 0% 4% 0%;

}

.text {
  color: #4f2d33 !important;
  font-size: 1.2rem;
  line-height: 1.7em;
  letter-spacing: 1px;
  word-wrap: break-word;

}

.text_link {
  color: #ed6e40;
  font-size: 1.2rem;
  letter-spacing: 1px;
  font-weight: bold;
  word-wrap: break-word;
  padding: 2% 0%;
}

.text_point {
  color: #ed6e40;
  font-size: 1.2rem;
  letter-spacing: 1px;
  word-wrap: break-word;
  font-weight: bold;
}

.text_02 {
  color: #4f2d33;
  width: 100%;
  padding: 1% 0%;
  font-size: 1rem;
  letter-spacing: 1px;
  word-wrap: break-word;
  text-align: left;
}

.container_16 {
  padding: 3% 15px;
  width: 90%;
  margin: 0 auto;
max-width:1200px;
}

.video_text {
  color: #4f2d33;
  width: 100%;
  padding: 1% 0%;
  font-size: 1rem;
  letter-spacing: 2px;
  word-wrap: break-word;
  text-align: center;
}

.container_02 {
  background-color: white;
  margin: 0 auto;
  padding: 7%;
}

.label_01 {
  color: white;
  background-color: #ed9a87;
  position: relative;
  padding: 2%;
  text-align: center;
  margin: 2vh 34vw;
  font-size: 0.4rem;
}

.label_01:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -15px;
  border: 15px solid transparent;
  border-top: 15px solid #ed9a87;
}

.text_03 {
  color: #4f2d33;
  font-size: 1rem;
  letter-spacing: 1px;
  line-height: 1.5em;
  word-wrap: break-word;
  text-indent: -1em;
}

.attention_text_03 {
  color: #4f2d33;
  font-size: 0.6rem;
  letter-spacing: 2px;
  line-height: 28px;
  padding: 3% 0%;
  word-wrap: break-word;
}

.form {
  color: #cccccc;
  border: 1px solid #4f2d33;
  font-size: 0.5rem;
  border-radius: 0.2rem;
  padding: 2%;
}

.triangle {
  position: relative;
}

.triangle:after {
  content: "";
  position: absolute;
  top: 100%;
  box-sizing: border-box;
  border-right: 12rem solid transparent;
  border-left: 12rem solid transparent;
  border-top: 100px solid #fff;
}

.sec02 {
  padding-top: 150px;
  background-color: #f8f8f8;
}

.result_content {
  background-color: #fff;
  height: 100%;
  padding: 5%;
  width: 80vw;
  border-radius: 20px;
}

.text_04_box {
  display: flex;
}

.text_04 {
  color: #4f2d33;
  font-size: 1rem;
  font-weight: bold;
  text-align: center;
}

/* .cp_pricetable3 {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.cp_pricetable3 {
  background-color: #fff;
  width: 50vh;
  margin: 10vh auto;
  border-spacing: 1px 0;
  border-collapse: separate;
}

.cp_pricetable3 th,
.cp_pricetable3 td {
  padding: 10px;
} */

/*Headerブロック*/
.cp_pricetable3 th {
  position: absolute;
  z-index: 1;
  width: 100vw;
  height: auto;
  text-align: center;
  vertical-align: middle;
  color: #ffffff;
  border-radius: 5px 5px 0 0;
  background: #ed9a87;
}

.cp_pricetable3 th.group1 {
  background: #ed9a87;
  margin: 0 auto;
  text-align: center;
}

.cp_pricetable3 th.group1:after {
  color: #ed9a87;
  margin: 0 auto;
  text-align: center;
}

/*メインブロック*/
/* .cp_pricetable3 tr td {
  padding: 25px;
  text-align: center;
  border: none;
} */

/*ボタンデザイン*/
.cp_pricetable3 a.cp_btn {
  border: 1px solid #ed9a87;
  width: 80vw;
  padding: 1em;
  margin: 0rem 0.2rem;
  text-align: center;
  display: inline-block;
  text-decoration: none;
  color: #ffffff;
  border-radius: 100vh;
  background: #ed9a87;
  margin-bottom: 10%;
}

.container_03,
.container_04,
.container_06,
.container_08 {
  padding: 5% 10%;
}

.container_13 {
  width: 75%;
  margin: 0 auto;
  max-width: 1500px;
}

@media (min-width: 835px) {
  .container_14 {
    padding: 5% 10%;
  }
}

@media (max-width: 834px) {
  .container_14.container_13 {
    padding: 5% 0%;
  }
}

.accordion-plan {
  width: 100%;
  border-radius: 20px;
}

.accordion-plan summary {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  color: #4f2d33;
  font-size: 1.2rem;
  font-weight: 600;
  cursor: pointer;
  padding: 4%;
  background-color: #fff2ef;
  border-radius: 10px 10px 0px 0px;
  box-sizing: border-box;
  height: 120px;
}

.accordion-plan summary::-webkit-details-marker {
  display: none;
}


.accordion-plan p {
  transform: translateY(-10px);
  opacity: 0;
  margin: 0;
  color: #4f2d33;
  transition: transform 0.5s, opacity 0.5s;
  text-align: center;
}

.accordion-plan[open] p {
  transform: none;
  opacity: 1;
  font-size: 1.2rem;
  line-height: 30px;
}

.plan_content {
  background-color: #fff;
  width: 100%;
  height: auto;
  border-radius: 10px;
}

.container_10 {
  width: 90%;
}

.calculation_container {
  display: flex;
  align-items: center;
  flex-direction: column;
}


.calculation_title {
  position: relative;
  display: inline-block;
  margin: 1.5em 0;
  padding: 7px 10px;
  min-width: 120px;
  max-width: 100%;
  color: #FFF;
  font-size: 16px;
  background: #ed9a87;
}

.calculation_title:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -15px;
  border: 15px solid transparent;
  border-top: 15px solid #ed9a87;
}

.calcuration_text {
  font-size: 1.3rem;
  margin: 0;
  padding: 10px;
  font-weight: bold;
}



.image_table-blood {
  width: 90%;
  height: auto;
  margin: 6% 0%;
}

.reason_container {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  width: 100%;
  max-width: 1800px;
  gap: 20px;
  margin: 0 auto;
}



.reason_content {
  background-color: #fff;
  padding: 2% 1.8%;
  width: 450px;
  border-radius: 10px;
  box-sizing: border-box;
  box-shadow: 0px 4px 10px 0px rgba(54, 74, 69, 0.40);
}

.reason_text {
  color: #4f2d33;
  padding: 6% 0%;
  font-size: 15px;
  line-height: 1.5em;
  letter-spacing: 1px;
  word-wrap: break-word;
}
.reason_text_sup {
  padding: 0;
}

.reason_text_link {
  color: #053d72;
  font-size: 1.2rem;
  letter-spacing: 2px;
  word-wrap: break-word;
  line-height: 34px;
  font-weight: bold;
}

.link {
  font-weight: bold;
  color: #053d72 !important;
  display: inline-block !important;
  text-decoration: underline;
  font-size: 1.1rem;
  letter-spacing: 1px;
}

.reason_content_title {
  display: flex;
  width: 100%;
  gap: 10px;
  align-items: center;
  padding-bottom: 4%;
  height: 55px;
font-size: 18px;
}
.reason_content_title .text {
  line-height: 1.5em;
}
.icon {
  height: auto;
  padding: 5%;
  margin: 0;
}



.title_05 {
  color: #4f2d33;
  font-size: 1.2rem;
  line-height: 28px;
  letter-spacing: 4px;
  word-wrap: break-word;
  font-weight: bold;
}

.image_reason_content {
  object-fit: cover;
  width: 100%;
  height: auto;
}

.text_bold {
  color: #444444 !important;
  letter-spacing: 1px;
  word-wrap: break-word;
  font-weight: bold;
  margin: 0;
  background: linear-gradient(transparent 60%, #ff94a261 0%);
}

.qa_text_bold {
  color: #e7534d !important;
  font-size: 1rem;
  letter-spacing: 1px;
  word-wrap: break-word;
  font-weight: bold;
  width: 100%;
  margin: 0;
  line-height: 20px;
  text-decoration: underline;
  text-decoration-color: #e7534d;
}

.text_container_07 {
  margin: 2%;
}

.step_inner {
  display: flex;
}

.step_content {
  display: flex;
  flex-direction: column;
  width: 100%;
  border-radius: 20px;
  background-color: #FFF;
  box-shadow: 0 0 15px 5px #d1cccc;
  max-width: 800px;
}

.pc_step_content_box {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 24px;
  flex-direction: column;
  padding: 0% 10%;
}

.sp_step_content_box {
  display: none;
}

.step_label {
  position: relative;
  background-color: #ed9a87;
  color: #fff;
  text-align: center;
  font-size: 1.2rem;
  font-weight: bold;

  letter-spacing: 4px;
  border-radius: 10px 10px 0px 0px;
  margin: 0 auto;
  width: 100%;
  padding: 3% 0%;
  background: linear-gradient(86deg, #ff9797 0%, #ed6e40 100%);
}


.youtube_video {
  aspect-ratio: 16 / 9;
  width: 100%;
  padding: 1% 0;
  display: flex;
  justify-content: center;
}

.youtube_video iframe {
  width: 100%;
  height: 100%;
}

.image_content09 {
  width: 100%;
  height: 100%;
}

.content_10_01 {
  position: relative;
  background-color: #fff;
  margin: 0 auto;
  width: 100vw;
  border-radius: 20px;
}

.content_10_02 {
  background-color: #fff;
  width: 100vw;
  margin: 10% 0%;
  border-radius: 20px;
}

.group1 {
  width: 60%;
  margin: 0 auto;
  text-align: center;
  padding-bottom: 5%;
}

.feature_container,
.span_container,
.plan_container {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 90%;
  /* padding: 3% 0%; */
  margin: 0 auto;
  max-width: 1500px;
  position: relative;
}
.feature_container table {
  border-collapse: collapse;
  border-spacing: 0;
  background-color: #f8f8f8;
    border-style: solid;
    border-color: #ababab;
    text-align: center;
    vertical-align: middle;
    width: 100%;
}
.feature_container thead td:nth-child(4)  {
  border: solid #ababab;
}



.feature_container thead td:nth-child(2)  {
  width: 30%;
  background-color: #ed6e40;
  border: 4px solid #ed6e40;
  height: 49px;
  border-bottom-width: 4px;
  color: #ffffff;
  vertical-align: middle;
}


.feature_container tbody td:nth-child(1) {
  width: 20%;
  height: 72px;
  border: solid #ababab;
  background-color: #f8f8f8;
  vertical-align: middle;
}


.feature_container tbody td:nth-child(3) {
  width: 25%;
  height: 72px;
  border: solid #ababab;
  background-color: #fff;
  vertical-align: middle;
}

.feature_container tbody td:nth-child(4) {
  width: 25%;
  height: 72px;
  border: solid #ababab;
  background-color: #fff;
  vertical-align: middle;
}

.feature_container tbody td:nth-child(2) {
  width: 30%;
  background-color: #fff2ef;
  border: solid 3px;
  border-left: 4px solid #ed6e40;
  border-right: 4px solid #ed6e40;
  border-top-color: #ed6e40;
  border-bottom-color: #ababab; 
  color: #4f2d33;
  height: 72px;
  vertical-align: middle;
font-weight: 700;
}
.feature_container tbody tr:last-child td:nth-child(2) {
  border-bottom: 3px solid #ed6e40;
}

/* ここから青枠

.feature_container tbody td.col_left_blue {
  background-color: #89c2f8;
  border-color: #89c2f8 #ed6e40 #fff #89c2f8;
}

.feature_container tbody tr:nth-of-type(n+4):nth-of-type(-n+7) {
  border-left: solid 4px #89c2f8;
  border-right: solid 4px #89c2f8; 
}

.feature_container tbody tr:nth-child(4){
  border-top: solid 4px #89c2f8;
}

.feature_container tbody tr:nth-child(7){
  border-bottom: solid 4px #89c2f8;
}
ここまで青枠
 */

.feature_container tbody tr td.col_bg_blue {
  background-color: #f3ecf8;
}

.feature_container .list_detail_box table {
  margin: 0 auto;
}
.feature_container .list_detail_box tbody td:nth-child(2),
.feature_container .list_detail_box tbody tr:nth-of-type(n+4):nth-of-type(-n+7),
.feature_container .list_detail_box tbody tr:last-child td:nth-child(2) {
  background-color: #f8f8f8;
  border-color: #ababab;
    font-weight: normal;
    width: fit-content;
    color: #364562;
}


.feature_container p.text_left {
  position: absolute;
  bottom: -50px;
  left: 20px;
} 
.feature_container p.text a {
  display: inline;
}

.feature_container .text_03 {
  text-indent: 0;
  margin-top: 20px;
  width: 80%;
} 

.price_num_big {
  font-family: 'Outfit', sans-serif;
  font-size: 26px;
}

.price_num {
  font-family: 'Outfit', sans-serif;
  font-size: 20px;
}

.feature_container02 thead td:nth-child(2) {
  background-color: #f8f8f8;
  color: #4f2d33;
    font-weight: 700;
}
.feature_container02 tbody td:nth-child(2) {
  background-color: #f8f8f8;
  color: #4f2d33;
}

@media (min-width: 1640px) {
  .span_container2 {
    flex-direction: column;
    align-items: center;
    width: 100%;
    padding: 3% 15%;
  }
}

@media (max-width: 1639px) {
  .span_container2 {
    flex-direction: column;
    align-items: center;
    width: 100%;
    padding: 0% 10%;
  }
}

.feature_detail {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.container_05 {
  display: flex;
  gap: 10px;
  width: 100%;
  justify-content: center;
  max-width: 1200px;
}

a.cp_btn {

  width: 30%;
  padding: 1em 1em;
  font-size: 1.2rem;
  text-align: center;
  text-decoration: none;
  color: #ffffff;
  border-radius: 100vh;
  background: #ed9a87;
  min-width: 250px;
}

a.cp_btn:hover {
  border: 1px solid #ed9a87;
  width: 30%;
  padding: 1em 1em;
  font-size: 1.2rem;
  text-align: center;
  text-decoration: none;
  color: #ed9a87;
  border-radius: 100vh;
  background: #ffffff;
}

a.cp_btn_plan {
  border: 1px solid #ed9a87;
  width: 100%;
  display: inline-block;
  padding: 1em;
  font-size: 1.2rem;
  text-align: center;
  text-decoration: none;
  color: #ffffff;
  border-radius: 100vh;
  background: #ed9a87;
}

a.cp_btn_plan:hover {
  border: 1px solid #ed9a87;
  width: 100%;
  display: inline-block;
  padding: 1em;
  font-size: 1.2rem;
  text-align: center;
  text-decoration: none;
  color: #ed9a87;
  border-radius: 100vh;
  background: #FFF;
}

a.cp_btn_tel {
  border: 1px solid #ed9a87;
  width: 54.5%;
  display: inline-block;
  padding: 1em 1em;
  font-size: 1.2rem 1.2rem;
  text-align: center;
  text-decoration: none;
  color: #ffffff;
  border-radius: 100vh;
  background: #ed9a87;
}

a.cp_btn_tel:hover {
  border: 1px solid #ed9a87;
  width: 54.5%;
  display: inline-block;
  padding: 1em 1em;
  font-size: 1.2rem 1.2rem;
  text-align: center;
  text-decoration: none;
  color: #ed9a87;
  border-radius: 100vh;
  background: #FFF;
}


.container_11 {
  background-color: #fff2ef;
  padding: 7%;
}

.option_title {
  color: #ed6e40;
  padding: 5%;
  text-align: center;
  font-size: 1.5rem;
  line-height: 36px;
  letter-spacing: 4px;
  word-wrap: break-word;
  font-weight: bold;
  background-color: #fff;
}

.container_12 {
  background-color: #fff;
  padding: 0% 5%;
}

.content_12_box {
  width: 100%;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 20px;
}

.content_12_01 {
  margin-top: 7%;
  height: 80%;
  width: 100%;
  border-radius: 20px;
  box-shadow: 2px 2px 4px rgba(128, 128, 128, 0.377);
  box-sizing: border-box;
  flex: 0 0 30%;
  margin: 40px 0 0;

}

.content_12_02 {
  margin-top: 7%;
  height: 80%;
  width: 100%;
  border-radius: 20px;
  box-shadow: 2px 2px 4px rgba(128, 128, 128, 0.377);
  box-sizing: border-box;
  flex: 0 0 30%;
  margin: 40px 0 0;

}

.content_12_03 {
  margin-top: 7%;
  height: 80%;
  width: 100%;
  border-radius: 20px;
  box-shadow: 2px 2px 4px rgba(128, 128, 128, 0.377);
  box-sizing: border-box;
  flex: 0 0 30%;
  margin: 40px 0 0;

}

.content_12_04 {
  margin-top: 7%;
  height: 80%;
  width: 100%;
  border-radius: 20px;
  box-shadow: 2px 2px 4px rgba(128, 128, 128, 0.377);
  box-sizing: border-box;
  flex: 0 0 30%;
  margin: 40px 0 0;

}

.content_12_05 {
  margin-top: 7%;
  height: 80%;
  width: 100%;
  border-radius: 20px;
  box-shadow: 2px 2px 4px rgba(128, 128, 128, 0.377);
  box-sizing: border-box;
  flex: 0 0 30%;
  margin: 40px 0 0;

}

.content_12_06 {
  margin-top: 7%;
  height: 80%;
  width: 100%;
  border-radius: 20px;
  box-shadow: 2px 2px 4px rgba(128, 128, 128, 0.377);
  box-sizing: border-box;
  flex: 0 0 30%;
  margin: 40px 0 0;

}

.content_12_07 {
  margin-top: 7%;
  height: 80%;
  width: 100%;
  border-radius: 20px;
  box-shadow: 2px 2px 4px rgba(128, 128, 128, 0.377);
  box-sizing: border-box;
  flex: 0 0 30%;
  margin: 40px 0 0;

}

.content_12_08 {
  margin-top: 7%;
  height: 80%;
  width: 100%;
  border-radius: 20px;
  box-shadow: 2px 2px 4px rgba(128, 128, 128, 0.377);
  box-sizing: border-box;
  flex: 0 0 30%;
  margin: 40px 0 0;

}

.content_12_09 {
  margin-top: 7%;
  height: 80%;
  width: 100%;
  border-radius: 20px;
  box-shadow: 2px 2px 4px rgba(128, 128, 128, 0.377);
  box-sizing: border-box;
  flex: 0 0 30%;
  margin: 40px 0 0;

}

.content_12_10 {
  margin-top: 7%;
  height: 80%;
  width: 100%;
  border-radius: 20px;
  box-shadow: 2px 2px 4px rgba(128, 128, 128, 0.377);
  box-sizing: border-box;
  flex: 0 0 30%;
  margin: 40px 0 0;

}

.content_12_11 {
  margin-top: 7%;
  height: 80%;
  width: 100%;
  border-radius: 20px;
  box-shadow: 2px 2px 4px rgba(128, 128, 128, 0.377);
  box-sizing: border-box;
  flex: 0 0 30%;
  margin: 40px 0 0;

}



.content_label_12 {
  background-color: #fff2ef;
  color: #4f2d33;
  text-align: center;
  font-size: 1rem;
  font-weight: 600;
  letter-spacing: 2px;
  border-radius: 10px 10px 0px 0px;
  margin: 0 auto;
  width: 100%;
  padding: 4% 0%;
}

.text_05 {
  text-align: center;
  color: #4f2d33;
  padding: 3% 0%;
  font-size: 1rem;
  letter-spacing: 1px;
  word-wrap: break-word;
}

.stext_05 {
  text-align: center;
  color: #4f2d33;
  padding: 3% 0%;
  font-size: 1rem;
  letter-spacing: 2px;
  word-wrap: break-word;
}

a.cp_btn_02 {
  border: 1px solid #ed9a87;
  width: 100vw;
  display: inline-block;
  padding: 1em;
  font-size: 0.5rem;
  text-align: center;
  text-decoration: none;
  color: #ffffff;
  border-radius: 100vh;
  background: #ed9a87;
  margin-bottom: 10%;
}

.group2 {
  display: flex;
  background-color: white;
  padding: 5%;
  justify-content: center;
}

.text_06 {
  text-align: center;
  color: #4f2d33;
  padding: 4% 0% 0% 0%;
  font-size: 0.8rem;
  font-weight: bold;
  letter-spacing: 1px;
  word-wrap: break-word;
  position: relative;
}

.text_07 {
  color: #4f2d33;
  font-size: 0.5rem;
  letter-spacing: 1px;
  word-wrap: break-word;
}

.option_title_sub {
  color: #ed6e40 !important;
  text-align: center;
  font-size: 1.2rem !important;
  letter-spacing: 2px;
  word-wrap: break-word;
  font-weight: bold;
  margin-top: 4%;

}

.content_box {
  display: flex;
  justify-content: center;
  flex-direction: column;
}

/* container_13 */
.voice_container {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
}

.voice_content {
  background-color: #fff;
  width: 80%;
  height: 100%;
  border-radius: 10px;
  padding: 2% 1%;
  flex: 0 0 30%;
  margin: 40px 0 0;
}

.voice_content_none {
  width: 80vw;
  height: auto;
  border-radius: 10px;
  padding: 2% 1%;
  flex: 0 0 30%;
  margin: 40px 0 0;
}

.reason_content_none {
  width: 80vw;
  height: auto;
  border-radius: 10px;
  padding: 2% 1%;
  flex: 0 0 30%;
  margin: 40px 0 0;
}

.content_12_10_none {
  width: 80vw;
  height: auto;
  border-radius: 10px;
  padding: 2% 1%;
  flex: 0 0 30%;
  margin: 40px 0 0;
}




.text_box {
  display: flex;
  align-items: center;
  padding: 8% 0%;
  text-align: center;
  justify-content: center;
  height: auto;
  gap: 20px;
}

.fa-caret-down:before {
  color: #ed9a87;
}

.border_line_02 {
  background-color: #cccccc;
  width: 90%;
  height: 0.04rem;
  border-radius: 100vh;
  margin: 0 auto;
}


.accordion-003 {
  max-width: 500px;
  margin-bottom: 7px;
}

.accordion-003 summary {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  font-size: 1rem;
  line-height: 25px;
  padding: 1em 1em 0em;
  color: #4f2d33;
  font-weight: 600;
  cursor: pointer;
}

.accordion-003 summary::-webkit-details-marker {
  display: none;
}



.accordion-003[open] summary::after {
  transform: rotate(270deg);
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #ed9a87;
}

.accordion-003 p {
  transform: translateY(-10px);
  opacity: 0;
  margin: 0;
  padding: 0.3em 1em 0.5em;
  color: #4f2d33;
  transition: transform 0.5s, opacity 0.5s;
}

.accordion-003[open] p {
  transform: none;
  opacity: 1;
  font-size: 1rem;
  line-height: 24px;
}

.accordion-004 {
  width: 100%
}

.accordion-004 summary {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1em;
  color: #4f2d33;
  font-size: 1.2rem;
  line-height: 32px;
  font-weight: 600;
  cursor: pointer;
  gap: 20px;
}

.accordion-004 summary::-webkit-details-marker {
  display: none;
}


.accordion-004 p {
  transform: translateY(-10px);
  opacity: 0;
  margin: 0;
  color: #4f2d33;
  transition: transform 0.5s, opacity 0.5s;
}

.accordion-004[open] p {
  transform: none;
  opacity: 1;
  line-height: 27px;
  font-size: 1.2rem;
  padding-bottom: 15px;
}

.qa_text {
  margin: 0;
  font-size: 1rem;
}


.plan_text {
  margin: 0 auto 50px;
  font-size: 1rem;
  max-width: 1200px;
  width: 90%;
}
.plan_text .text_03 {
  text-indent: 0;
}


.qa_link {
  display: flex;
  flex-direction: column;
}

.qa_detail_box {
  padding: 5% 2%;
  box-sizing: border-box;
}

.plan_detail_box {
  padding: 5% 2%;
  box-sizing: border-box;
}



.qa_detail {

  display: flex;
  flex-direction: column;
  gap: 10px;
}

.qa_content {
  background-color: #fff;
  width: 100%;
  height: auto;
  border-radius: 10px;
  box-sizing: border-box;
}

.qa_content_box {
  display: flex;
  flex-direction: column;
  gap: 24px;
  width: 100%;
}

.image_voice_content {
  width: 80%;
  display: flex;
  height: auto;
}

.image_qa_content {
  width: 30%;
  height: 30%;
  padding: 1%;
}

.tel_cta_content {
  display: flex;
  gap: 12px;
  width: 100%;
}

.icon_02 {
  width: 4em;
  height: auto;
  margin: 0;
  color: #ed9a87;
}

.icon_03 {
  width: 2em;
  height: auto;
  margin: 0;
  color: #ed9a87;
}

.step_detail {
  width: 50%;
  display: flex;
  flex-direction: column;
}

.step_text {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 50%;
  background-color: #FFF;
  padding: 3%;
  box-sizing: border-box;
}

.step_text_02 {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.tel_img {
  width: 40%;
  height: auto;
}


.tel_container {
  width: 100%;
  display: flex;
  gap: 16px;
  padding: 0% 4% 4% 4%;
}

.step_container {
  width: 100%;
  padding: 0% 5%;
}

.tel_content_01 {
  display: flex;
  align-items: left;
  flex-direction: column;
  gap: 22px;
  width: 80%;
  color: #4f2d33 !important;
  font-size: 1.2rem;
}

.text_08 {
  color: #4f2d33 !important;
  font-size: 2.5rem;
  font-weight: 700;
  letter-spacing: 1px;
  word-wrap: break-word;
  margin: 0;
}

.tel_content {
  display: flex;
  align-items: left;

  align-items: center;
  width: 80%;
  gap: 16px;
}

.group3 {
  width: 80%;
  display: flex;
  justify-content: center;
  align-items: center;
}

a.cp_btn_03 {
  width: 100%;
  padding: 5%;
  font-size: 1rem;

  text-align: center;
  text-decoration: none;
  color: #FFF;
  border-radius: 100vh;
  background: #ed9a87;
  box-sizing: border-box;
}

a.cp_btn_03:hover {
  border: 1px solid #ed9a87;
  width: 100%;
  padding: 5%;
  font-size: 1rem;
  text-align: center;
  text-decoration: none;
  color: #ed9a87;
  border-radius: 100vh;
  background-color: #fff;
  box-sizing: border-box;
}


.text_10 {
  color: #4f2d33;
  padding: 2% 0%;
  font-size: 1.2rem;
  text-align: center;
  letter-spacing: 1px;
  word-wrap: break-word;
}

.qa_icon::before {
  content: "\f0d7";
  color: #ed9a87;
  margin: 0;
  font-family: "Font Awesome 5 Free";
  font-size: 2rem;
}

.qa_icon {
  margin: 0;
}

.plan_icon::before {
  content: "\f0d7";
  color: #ed9a87;
  margin: 0;
  font-family: "Font Awesome 5 Free";
  font-size: 2rem;
}

.plan_icon {
  margin: 0;
}



.list_icon:before {
  content: "\f0d7";
  color: #FFF;
  margin: 0;
  font-family: "Font Awesome 5 Free";
  font-size: 1.5rem;
}

.reason_icon:before {
  color: #ed9a87;
  margin: 0;
  font-family: "Font Awesome 5 Free";
  font-size: 3rem;
}

.tel_icon {
  margin: 0;
}

.tel_icon:before {
  color: #ed9a87;
  margin: 0;
  font-family: "Font Awesome 5 Free";
  font-size: 2.5rem;

}

.step_icon:before {
  color: #ed9a87;
  margin: 0;
  font-family: "Font Awesome 5 Free";
  font-size: 1.5rem;
}

.content_box_02 {
  margin: 5%;
}
.container_09 .vvv {
  margin: 0 10% 0;
}

/*1147px以下*/
@media (max-width: 71em) {
  .tab-only {
    display: inline-block;
  }
}

/*834px以下*/
@media screen and (max-width: 834px) {
  body {
    background-color: #f8f8f8;
    margin: 0 auto;
    padding: 0;
    width: 100vw !important;

  }

  .option_content {
    height: 80%;
    width: 100%;
    border-radius: 20px;
    box-sizing: border-box;
    flex: 0 0 30%;
    margin: 0;
  }

  thead {
    font-size: 0.7rem;
    letter-spacing: 1px;
    line-height: 20px;
    color: #4f2d33;
  }

  thead p {
    padding: 10% 0%;
  }

  .list {
    padding: 5%;
  }

  .content_12_box {
    width: 100%;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    flex-direction: column;
    align-content: center;
  }

  .container_03,
  .container_04,
  .container_06,
  .container_07,
  .container_08 {
    width: 100%;
  }


  .container_09 {
    width: 100%;
    padding: 2% 0%;
  }

  /*480px以下(nippt流れ用↓)*/
  .plan_container {
    display: flex;
    width: 100%;
    padding: 5%;
    flex-direction: column;
    gap: 10px;
  }

  .tel_img {
    width: 100%;
    height: auto;
  }

  .main_image_detail {
    display: flex;
    flex-direction: column;
    gap: 60px;

  }

  .sp_main_image_detail {
    display: flex;
    flex-direction: column;
    gap: 60px;

  }


  .sp_main_image_content {
    box-sizing: border-box;
    background-size: cover;
    display: flex;
    flex-direction: column;
    gap: 100px;
    display: block;
  }

  .pc_text {
    color: #4f2d33;
    font-size: 0.8rem;
    line-height: 1.5;
    top: 2rem;
    padding-top: 10%;
    font-weight: 600;
  }

  .pc_text_point {
    color: #ed6e40;
    font-size: 0.5rem;
  }

  .pc_text_content {
    display: flex;
    flex-direction: column;
    width: 100%;
    gap: 16px;
  }

  .pc_text_point_01,
  .pc_text_point_02,
  .pc_text_point_03 {
    color: #4f2d33;
    font-size: 0.4rem;
    font-weight: bold;
    text-align: center;
    width: 54%;
    padding: 0.4rem 0.6rem;
    border-radius: 10px;
    background-color: #fff;
    box-shadow: 2px 2px 4px rgb(128 128 128 / 38%);
    margin: 0;
  }

  .pc_text_point_04 {
    color: #ed6e40;
    font-size: 0.8rem;
    font-weight: 600;
  }

  .pc_text_point_05 {
    color: #4f2d33;
    font-size: 0.8rem;
    font-weight: 600;
    letter-spacing: 0.1rem;
    line-height: 1.2;
  }

  .main_image {
    display: block;
    background-repeat: no-repeat;
    width: auto;
    height: 100%;
  }

  .pc_main_image_content {
    display: none;
  }


  a.cp_btn_04 {
    background-color: #ed9a87;
    width: 70%;
    display: inline-block;
    padding: 1em;
    font-size: 0.5rem;
    text-align: center;
    text-decoration: none;
    color: #ffffff;
    border-radius: 100vh;
    margin-bottom: 10%;
  }

  a.cp_btn_05 {
    border: 1px solid #ed9a87;
    background-color: #fff;
    width: 70%;
    display: inline-block;
    padding: 1em;
    font-size: 0.5rem;
    text-align: center;
    text-decoration: none;
    color: #ed9a87;
    border-radius: 100vh;
    margin-bottom: 10%;
  }

  .group4 {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }

  .accordion-005 summary {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-radius: 8px;
    background-color: #ed9a87;
    color: #ffffff;
    font-size: 1rem;
    font-weight: 600;
    cursor: pointer;
    max-width: 900px;
  }

  .accordion-005 summary::-webkit-details-marker {
    display: none;
  }

  .text_09 {
    position: relative;
    padding: 0.5rem 1.5rem;
    background: #ed9a87;
    top: 30px;
    margin: 0% 5%;
    font-size: 0.5rem;
    font-weight: 800;
    text-align: center;
    width: 20%;
    height: 70%;
    color: #ffffff;
    border-radius: 7px;
    z-index: 1;
  }

  .index_text {
    color: #4f2d33 !important;
    text-decoration-line: none;
    font-weight: 600;
    font-size: 0.8rem;
    margin: 0;
  }

  .list_box {
    display: flex;
    background-color: #FFF;
    border-radius: 20px;
    flex-direction: column;
    gap: 16px;
  }

  .list_detail {
    line-height: 1.3;
    list-style-type: none !important;
    font-size: 0.4rem;
    color: #4f2d33;
    margin: 0px;

  }

  .list_detail:before {
    content: "\f00c";
    color: #ed9a87;
    font-family: "Font Awesome 5 Free";
    font-weight: bold;
    margin-right: 2%;
  }

  .main_text {
    color: #4f2d33;
    width: 100%;
    text-align: center;
    font-size: 1rem;
    letter-spacing: 1px;
    word-wrap: break-word;
    font-weight: bold;
    line-height: 32px;
  }

  .border_line {
    background-color: #ed9a87;
    width: 126px;
    height: 5px;
    border-radius: 100vh;
    margin: 0 auto;
  }

  .container_15 {
    width: 100%;
  }

  .vvv {
    display: flex;
    background: rgba(255, 255, 255, 1);
    width: 100%;
    border-radius: 10px;
    flex-direction: column;
    gap: 10px;
    padding: 4%;
    margin: 0;
  }
  
  .title {
    margin: 6% 0%;
  }

  .text {
    color: #4f2d33 !important;
    font-size: 0.9rem;
    letter-spacing: 1px;
    word-wrap: break-word;
    line-height: 1.8em;

  }

  .text_02 {
    color: #4f2d33;
    padding: 2%;
    width: 100%;
    font-size: 0.8rem;
    letter-spacing: 1px;
    word-wrap: break-word;
    text-align: left;
    line-height: 1.5em;
  }

  .container_16,
  .container_13 {
    display: flex;
    width: auto;
    width: 100%;
    flex-direction: column;
    gap: 5px;
  }

  .text_link {
    color: #ED6E40;
    font-size: 0.8rem;
    letter-spacing: 1px;
    padding: 4% 0%;
    word-wrap: break-word;
    font-weight: bold;

  }

  .text_point {
    color: #ED6E40;
    font-size: 18px;
    letter-spacing: 1px;
    word-wrap: break-word;
    font-weight: bold;
  }

  .container_02 {
    background-color: white;
    margin: 0 auto;
  }

  .label_01 {
    color: white;
    background-color: #ed9a87;
    position: relative;
    display: inline-block;
    padding: 2%;
    text-align: center;
    margin: 0vh 11vh;
    font-size: 0.5rem;
  }

  .label_01:before {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -15px;
    border: 15px solid transparent;
    border-top: 15px solid #ed9a87;
  }

  .text_03 {
    color: #4f2d33;
    padding: 5% 0%;
    letter-spacing: 1px;
    word-wrap: break-word;
    font-size: 0.8rem;
    line-height: 1.5em;
  }

  .attention_text_03 {
    color: #4f2d33;
    font-size: 0.1rem;
    letter-spacing: 2px;
    line-height: 28px;
    padding: 3% 0%;
    word-wrap: break-word;
  }
  .feature_container .text_03 {
    margin-top: 0;
    padding: 2% 0 0 0;
    width: 100%;
  }
  .shgs {
    padding-top: 0;
  }
  .form {
    color: #cccccc;
    border: 1px solid #4f2d33;
    font-size: 0.5rem;
    border-radius: 0.2rem;
    padding: 2%;
  }

  .triangle {
    position: relative;
  }

  .triangle:after {
    content: "";
    position: absolute;
    top: 100%;
    box-sizing: border-box;
    border-right: 5rem solid transparent;
    border-left: 5rem solid transparent;
    border-top: 100px solid #fff;
  }

  .sec02 {
    padding-top: 150px;
    background-color: #f8f8f8;
  }

  .feature_container,
  .span_container {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    padding: 1% 4%;
  }
  .span_container .vvv {
    margin: 0 10%;
  }
  .feature_detail {
    display: flex;
    flex-direction: column;
    gap: 10px;
  }

  .result_content {
    background-color: #fff;
    width: 40vh;
    height: 100%;
    padding: 5%;
    background-color: #fff;
    width: 80vw;
    border-radius: 20px;
  }

  .text_04_box {
    display: flex;
  }

  .text_04 {
    color: #4f2d33;
    font-size: 32px;
    font-weight: bold;
    text-align: center;
  }

  /*Headerブロック*/
  .cp_pricetable3 th {
    position: absolute;
    z-index: 1;
    width: 100vw;
    height: auto;
    text-align: center;
    vertical-align: middle;
    color: #ffffff;
    border-radius: 5px 5px 0 0;
    background: #ed9a87;
  }

  .cp_pricetable3 th.group1 {
    background: #ed9a87;
    margin: 0 auto;
    text-align: center;
  }

  .cp_pricetable3 th.group1:after {
    color: #ed9a87;
    margin: 0 auto;
    text-align: center;
  }

  /*メインブロック*/
  .cp_pricetable3 tr td {
    padding: 25px;
    text-align: center;
    border: none;
  }

  /*ボタンデザイン*/
  .cp_pricetable3 a.cp_btn {
    border: 1px solid #ed9a87;
    width: 80vw;
    padding: 1em;
    margin: 0rem 0.2rem;
    text-align: center;
    display: inline-block;
    text-decoration: none;
    color: #ffffff;
    border-radius: 100vh;
    background: #ed9a87;
    margin-bottom: 10%;
  }

  a.cp_btn_plan {
    border: 1px solid #ed9a87;
    width: 80%;
    font-size: 0.8rem;
    text-align: center;
    text-decoration: none;
    color: #ffffff;
    border-radius: 100vh;
    background: #ed9a87;
    margin-bottom: 10%;
    padding: 1em;
  }

  a.cp_btn_plan:hover {
    border: 1px solid #ed9a87;
    width: 80%;
    font-size: 0.8rem;
    text-align: center;
    text-decoration: none;
    color: #ed9a87;
    border-radius: 100vh;
    background: #ffffff;
    margin-bottom: 10%;
    padding: 1em;
  }

  a.cp_btn_tel {
    border: 1px solid #ed9a87;
    width: 100%;
    font-size: 1.0rem;
    text-align: center;
    text-decoration: none;
    color: #ffffff;
    border-radius: 100vh;
    background: #ed9a87;
    padding: 1em;
  }

  a.cp_btn_tel:hover {
    border: 1px solid #ed9a87;
    width: 100%;
    font-size: 1.0rem;
    text-align: center;
    text-decoration: none;
    color: #ed9a87;
    border-radius: 100vh;
    background: #ffffff;
    padding: 1em;
  }

  .container_06,
  .container_10 {
    padding: 4%;
  }

  .image_table-blood {
    width: 100%;
    height: auto;
  }

  .container_05 {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 30px;
    width: 100%;
    justify-content: center;
    margin: 0 auto;
  }

  .reason_container {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    width: 100%;
    gap: 20px
  }


  .reason_text {
    color: #4f2d33;
    padding: 2% 0%;
    letter-spacing: 1px;
    word-wrap: break-word;
  }


  .link {
    font-weight: bold;
    display: inline-block !important;
    text-decoration: underline;
    font-size: 0.8rem;
  }


  .reason_text_link {
    font-size: 0.8rem;
    letter-spacing: 2px;
    word-wrap: break-word;
    font-weight: bold;
    line-height: 30px;
  }


  .reason_content {
    padding: 5%;
    width: 450px;
    border-radius: 10px;
    margin: 15px auto;
  }


  .reason_content_title {
    display: flex;
    align-items: center;
    gap: 12px;
    width: 100%;
  }

  .icon {
    width: 45%;
    height: auto;
  }

  .title_05 {
    color: #4f2d33;
    font-size: 1rem;
    letter-spacing: 4px;
    line-height: 3vh;
    word-wrap: break-word;
    font-weight: bold;
  }

  .image_reason_content {
    width: 100%;
    height: auto;
  }


  .qa_text_bold {
    color: #ED6E40;
    font-size: 0.8rem;
    letter-spacing: 1px;
    word-wrap: break-word;
    font-weight: bold;
    margin: 0;
    line-height: 20px;
    text-decoration: underline;
    text-decoration-color: #ED6E40;
  }

  .result_content {
    background-color: #fff;
    padding: 8%;
    margin-top: 10%;
    width: 80vw;
    border-radius: 20px;
  }

  .text_container_07 {
    margin: 2%;
  }

  .accordion-003[open] p {
    transform: none;
    opacity: 1;
    font-size: 1rem;
    line-height: 24px;
  }


  .sp_step_content_box {
    width: 100%;
    display: flex;
    gap: 24px;
    flex-direction: column;
    align-items: center;
  }

  .step_detail {
    width: 100%;
    display: flex;
    flex-direction: column;
  }

  .step_text {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 100%;
    background-color: #FFF;
    padding: 3%;
    box-sizing: border-box;
  }

  .step_text_02 {
    display: flex;
    flex-direction: column;
    gap: 10px;
  }

  .step_inner {
    display: flex;
    flex-direction: column;
  }


  .step_label {
    background-color: #ed9a87;
    color: #fff;
    font-size: 0.8rem;
    text-align: center;
    font-weight: bold;
    letter-spacing: 4px;
    border-radius: 10px 10px 0px 0px;
    margin: 0 auto;
    width: 100%;
    padding: 4% 0%;
  }
  .youtube_video {
    aspect-ratio: 16 / 9;
    width: 100%;
    height: auto;
    position: relative;
    margin: 5% 0%;
  }

  .youtube_video iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
  }
  .image_content09 {
    width: 100%;
    height: 100%;
  }

  .content_10_01 {
    position: relative;
    background-color: #fff;
    margin: 0 auto;
    width: 100vw;
    border-radius: 20px;
  }

  .content_10_02 {
    background-color: #fff;
    width: 100vw;
    margin: 10% 0%;
    border-radius: 20px;
  }

  a.cp_btn {
    width: 80%;
    padding: 1em;
    font-size: 1rem;
    margin: 0rem 0.2rem;
    text-align: center;
    text-decoration: none;
    color: #ffffff;
    border-radius: 100vh;
    background: #ed9a87;
  }

  a.cp_btn:hover {
    border: 1px solid #ed9a87;
    width: 80%;
    padding: 1em;
    font-size: 1rem;
    margin: 0rem 0.2rem;
    text-align: center;
    text-decoration: none;
    color: #ed9a87;
    border-radius: 100vh;
    background: #FFF;
  }

  .container_11 {
    background-color: #fff2ef;
    padding: 7%;
  }

  .option_title {
    color: #ed6e40;
    padding: 5%;
    text-align: center;
    font-size: 1rem;
    letter-spacing: 4px;
    word-wrap: break-word;
    font-weight: bold;
  }

  #fbuilder .top_aligned,
  .fields label {

    color: #ED9A87 !important;
    font-size: 0.8rem;
    font-weight: bold;
  }

  .container_12 {
    width: 100%;
    background-color: #fff;
    padding-bottom: 2%;
  }

  .content_12 {
    margin-top: 7%;
    height: 80%;
    width: 90vw;
    border-radius: 20px;
    box-shadow: 2px 2px 4px rgba(128, 128, 128, 0.377);

  }

  .content_12 {
    margin-top: 7%;
    height: 80%;
    width: 90vw;
    border-radius: 20px;
    box-shadow: 2px 2px 4px rgba(128, 128, 128, 0.377);
  }

  .content_label_12 {
    background-color: #fff2ef;
    color: #4f2d33;
    text-align: center;
    font-size: 0.5rem;
    font-weight: 600;
    letter-spacing: 2px;
    border-radius: 10px 10px 0px 0px;
    margin: 0 auto;
    width: 100%;
    padding: 4% 0%;
    line-height: 24px;
  }

  .text_05 {
    text-align: center;
    color: #4f2d33;
    font-size: 0.4rem;
    letter-spacing: 1px;
    word-wrap: break-word;
    padding: 15px;
    line-height: 1.5em;
  }

  a.cp_btn_02 {
    border: 1px solid #ed9a87;
    width: 100vw;
    display: inline-block;
    padding: 1em;
    font-size: 0.5rem;
    text-align: center;
    text-decoration: none;
    color: #ffffff;
    border-radius: 100vh;
    background: #ed9a87;
    margin: 10%;
  }

  .group2 {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #fff;
  }

  .text_06 {
    text-align: center;
    color: #4f2d33;
    padding: 4% 0% 0% 0%;
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 1px;
    word-wrap: break-word;
    position: relative;
  }

  .text_07 {
    color: #4f2d33;
    padding: 4% 0% 4% 0%;
    font-size: 0.3rem;
    letter-spacing: 1px;
    word-wrap: break-word;
    position: relative;
    line-height: 1.5em;
  }

  .option_title_sub {
    color: #ed6e40 !important;
    text-align: center;
    font-size: 1rem !important;
    letter-spacing: 4px;
    word-wrap: break-word;
    font-weight: bold;
  }

  /* container_13 */

  .voice_content {
    background-color: #fff;
    width: 100%;
    height: 100%;
    border-radius: 10px;
    padding: 5%;
  }

  .content_12_10_none,
  .reason_content_none,
  .voice_content_none {
    display: none;
  }


  .voice_container {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    width: 100%;
  }


  .text_box {
    display: flex;
    align-items: center;
    /* width: 100%; */
    text-align: center;
    justify-content: center;
    /* padding: 6%; */
  }

  .border_line_02 {
    background-color: #cccccc;
    /* width: 7rem; */
    height: 0.04rem;
    border-radius: 100vh;
    margin: 0 auto;
  }



  .accordion-003 {
    max-width: 500px;
    margin-bottom: 7px;
  }

  .accordion-003 summary {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    font-size: 1rem;
    padding: 1em 1em 0em;
    color: #4f2d33;
    font-weight: 600;
    cursor: pointer;
    line-height: 30px;
  }

  .accordion-003 summary::-webkit-details-marker {
    display: none;
  }


  .accordion-003[open] summary::after {
    transform: rotate(270deg);
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #ed9a87;
  }

  .accordion-003 p {
    transform: translateY(-10px);
    opacity: 0;
    margin: 0;
    padding: 0.3em 1em 0.5em;
    color: #4f2d33;
    transition: transform 0.5s, opacity 0.5s;
  }

  .accordion-003[open] p {
    transform: none;
    opacity: 1;
    font-size: 0.8rem;
    line-height: 30px;
  }

  summary {
    display: block;
    list-style: none;
  }

  .accordion-004 summary {
    width: 90%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    color: #4f2d33;
    font-size: 0.8rem;
    font-weight: 600;
    cursor: pointer;
    padding: 4%;

  }

  .accordion-004 summary::-webkit-details-marker {
    display: none;
  }

  .accordion-004 p {
    transform: translateY(-10px);
    opacity: 0;
    margin: 0;
    color: #4f2d33;
    transition: transform 0.5s, opacity 0.5s;
  }

  .accordion-004[open] p {
    transform: none;
    opacity: 1;
    font-size: 0.8rem;
    line-height: 30px;
  }


  .accordion-plan summary {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #4f2d33;
    font-size: 0.8rem;
    font-weight: 600;
    cursor: pointer;
    padding: 4%;
    background-color: #fff2ef;
    border-radius: 10px 10px 0px 0px;
    box-sizing: border-box;
  }

  .accordion-plan summary::-webkit-details-marker {
    display: none;
  }

  .accordion-plan p {
    transform: translateY(-10px);
    opacity: 0;
    margin: 0;
    color: #4f2d33;
    transition: transform 0.5s, opacity 0.5s;
    text-align: center;
  }

  .accordion-plan[open] p {
    transform: none;
    opacity: 1;
    font-size: 0.8rem;
    line-height: 30px;
  }

  .plan_content {
    background-color: #fff;
    width: 100%;
    height: auto;
    border-radius: 10px;
  }


  .qa_detail_box {
    padding: 5% 2%;
    box-sizing: border-box;
  }


  .qa_content_box {
    display: flex;
    gap: 10px;
    flex-direction: column;
    width: 100%;
  }

  .qa_content {
    background-color: #fff;
    width: 100%;
    height: auto;
    border-radius: 10px;
  }

  .qa_text {
    margin: 0;
    font-size: 0.5rem;
    line-height: 30px;
  }

  .plan_text {
    margin: 0 auto;
    font-size: 1rem;
    line-height: 30px;
    padding: 0% 5%;
  }

  .image_voice_content {
    width: 55vw;
    display: flex;
    height: auto;
  }

  .icon_02 {
    position: relative;
    padding: 4% 0% 4% 0%;
    color: ED9A87;
    width: 100%;
  }

  .text_08 {
    color: #4f2d33 !important;
    font-size: 1.4rem;
    font-weight: 700;
    letter-spacing: 1px;
    word-wrap: break-word;
  }

  .tel_content {
    display: flex;
    justify-content: left;
    align-items: center;
    width: 100%;
    gap: 10px;
  }

  .group3 {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
  }

  .text_10 {
    color: #4f2d33;
    padding: 5% 0%;
    margin: 3% 0%;
    font-size: 1.2rem;
    line-height: 1.5em;
    letter-spacing: 1px;
    word-wrap: break-word;
  }

  .step_container {
    display: flex;
    flex-direction: column;
    padding: 0% 4%;
  }

  /* お問い合わせ */
  .tel_container {
    display: flex;
    flex-direction: column;
    padding: 0% 4% 4% 4%;
  }

  .tel_cta_content {
    display: flex;
    flex-direction: column;
    width: 100%;
    gap: 7px;
    justify-content: center;
    align-items: center;
  }

  .tel_content_01 {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 5px;
    padding-bottom: 10%;
  }


  a.cp_btn_03 {
    width: 100%;
    padding: 5%;
    font-size: 0.4rem;
    text-align: center;
    text-decoration: none;
    color: #FFF;
    border-radius: 100vh;
    background: #ed9a87;
    box-sizing: border-box;
  }

  a.cp_btn_03:hover {
    border: 1px solid #ed9a87;
    width: 100%;
    padding: 5%;
    font-size: 0.4rem;
    text-align: center;
    text-decoration: none;
    color: #ed9a87;
    border-radius: 100vh;
    background-color: #FFF;
    box-sizing: border-box;
  }


  .group1 {
    width: 100%;
    margin: 0 auto;
    text-align: center;
    padding-bottom: 0%;
  }

  .list_detail_box {
    padding: 5%;
    box-sizing: border-box;
  }




  .list_box {
    display: flex;
    background-color: #FFF;
    border-radius: 20px;
    flex-direction: column;
    gap: 16px;
  }

  .list_detail {
    line-height: 1.3;
    list-style-type: none !important;
    font-size: 1.5rem;
    color: #4f2d33 !important;
    margin: 0px;
    display: flex;

  }

  .list_detail:before {
    content: "\f00c";
    color: #ed9a87 !important;
    font-family: "Font Awesome 5 Free";
    font-weight: bold;
    margin-right: 2%;
    font-size: 0.5rem;
  }

  .calculation_container {
    display: flex;
    align-items: center;
    flex-direction: column;
  }


  .calculation_title {
    position: relative;
    display: inline-block;
    margin: 1.5em 0;
    padding: 7px 10px;
    min-width: 120px;
    max-width: 100%;
    color: #FFF;
    font-size: 16px;
    background: #ed9a87;
  }

  .calculation_title:before {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -15px;
    border: 15px solid transparent;
    border-top: 15px solid #ed9a87;
  }

  .calcuration_text {
    font-size: 0.8rem;
    margin: 0;
    padding: 0;
    font-weight: bold;
  }

  .qa_icon::before {
    content: "\f0d7";
    color: #ed9a87;
    margin: 0;
    font-family: "Font Awesome 5 Free";
    font-size: 1rem;

  }

  .plan_icon::before {
    content: "\f0d7";
    color: #ed9a87;
    margin: 0;
    font-family: "Font Awesome 5 Free";
    font-size: 1rem;

  }



  .list_icon:before {
    content: "\f0d7";
    color: #FFF;
    margin: 0;
    font-family: "Font Awesome 5 Free";
    font-size: 1rem;

  }

  .reason_icon:before {
    color: #ed9a87;
    margin: 0;
    font-family: "Font Awesome 5 Free";
    font-size: 2rem;
  }




  .tel_icon {
    margin: 0;
  }

  .tel_icon:before {
    color: #ed9a87;
    margin: 0;
    font-family: "Font Awesome 5 Free";
    font-size: 1rem;

  }

  .step_icon:before {
    color: #ed9a87;
    margin: 0;
    font-family: "Font Awesome 5 Free";
    font-size: 1rem;
  }

  .content_box_02 {
    margin: 5%;
  }
}

@media (max-width: 834px) {
  .feature_container table {
  width: 100%;
}
}

@media (max-width: 480px) {
  .feature_container {
    padding: 0 15px;
  }
  .feature_container p.text_left {
    bottom: -30px;
  }
  .price_num_big {
    font-size: 20px;
  }
  .price_num  {
    font-size: 16px;
  }
  .txt_ssm {
    font-size: 12px;
  }

  .shgs {
    font-size: 14px;
    font-weight: 700;
  }

  .sp-only2 {
    display: inline-block;
  }

  .pc-only2 {
    display: none;
  }

  .reason_content {
    width: 93%;
    padding: 15px;
    margin: 0 auto;
    border-radius: 10px;
    font-size: 14px;
  }
  .reason_content_img {
    height: 195px;
  }
  .text_03 {
    padding: 0;
  }
  .plan_text {
    margin-bottom: 20px;
  }
  .container_09 .vvv {
    margin: 0 auto;
    width: 95%;
  }
}

.group5 {
  display: flex;
  background-color: f8f8f8;
  padding: 10px;
  justify-content: center;
}

.txt_ssm {
  font-size: 26px;
  line-height: 1.5em;
}

/*ここからスコアのｃｓｓ*/
.line_yellow0 {
  background: linear-gradient(transparent 65%, rgba(255, 238, 0, 0.51) 50%);
  font-weight: 600;
}

.line_yellow {
  background: linear-gradient(transparent 65%, rgba(255, 238, 0, 0.51) 50%);
  font-weight: 600;
  font-size: 1.1em;
}

.muryo {
  color: #e0003e;
  font-weight: 600;
  font-size: 1.1em;
}

/* 共通 */
.space20 {
  height: 20px;
}

.w75auto {
  width: 75%;
  margin: 0 auto;
  max-width: 1400px;
}

.w85auto {
  width: 85%;
  margin: 0 auto;
  max-width: 1800px;
}

.torikeshi {
  text-decoration: line-through;
}

.center {
  text-align: center;
}

.bld {
  font-weight: bold;
}

.wht {
  color: #fff;
}

.w40mauto {
  width: 40%;
  margin: 0 auto;
  font-size: 18px;
}

.m20auto {
  margin: 20px auto;
}

.m20 {
  margin: 20px;
}

.shadow {
  box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.3);
  transition: .4s;
}

.shadow:hover {
  /*--水平方向 垂直方向 色--*/
  box-shadow: 0 0 10px rgba(0, 0, 0, 0);

}

.mb40 {
  margin-bottom: 40px;
}

.pb40 {
  padding-bottom: 40px;
}

.mb60 {
  margin-bottom: 60px;
}

.mt60 {
  margin-top: 60px;
}

.sp-only {
  display: none;
}

.koumokup {
  margin: 20px auto !important;
  width: 90%;
  max-width: 1200px;
}

.leadp {
  text-align: center;
  font-weight: bold;
  font-size: 20px;
  margin: 10px;
}

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

  .pc-only {
    display: none;
  }

  .w40mauto {
    width: 80%;
    margin: 0 auto;
    font-size: 16px;
  }



  .koumokup {
    margin: 20px auto !important;
    width: 90% !important;
  }

  .leadp {
    font-size: 18px;
    margin: 20px;
  }
}

@media screen and (max-width:768px) {
  .leadp {
    font-size: 16px;
    margin: 10px;
  }
}



/* DNAスコアとは？-------------------------- */
.score_sec1 {
  background-color: #9BC4D1;
  width: 100%;
  height: max-content;
  padding-bottom: 10px;
}

.sankaku {
  margin-top: -1px;
  width: 100%;
  margin-bottom: 40px;
}

img.mushi {
  width: 70px;
  height: auto;
  margin-right: 15px;
}

img.toppeople {
  width: 250px;
  margin-bottom: 5px;
  margin-top: 40px;
    height: fit-content;
}

.score_h1 {
  font-family: 'Noto Sans JP', sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 40px;
  text-align: center;
  padding: 40px auto;
  color: #0a3163;
  margin-bottom: 20px;
  display: inline-flex;
  align-items: center;
}

.score_h2 {
  font-family: 'Noto Sans JP', sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 40px;
  text-align: center;
  margin: 40px auto;
  color: #0a3163;
  display: inline-flex;
  align-items: center;
  line-height: 1.3em;
}

.about_score {
  display: flex;
  justify-content: center;
  align-content: center;
  /* margin-bottom: -70px; */
}


.about_boxp {
  width: 650px;
  height: fit-content;
  padding: 40px;
  align-items: center;
  text-align: justify;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 20px;
  font-style: normal;
  line-height: 1.8em;
  margin: 10px;
  margin-left: 50px;
}

.h332px {
  font-size: 32px;
  width: 100%;
  max-width: 960px;
  margin: 30px auto;
  line-height: 1.5em;
  color: #706c6c;
}

.koumokup2 {
  margin: 20px auto !important;
  width: 90%;
  max-width: 960px;
}

.about_box span {
  font-weight: 700;
}

@media screen and (max-width: 1200px) {
  .about_boxp {
    height: fit-content;
    font-size: 16px;
    line-height: 1.6em;
    margin-left: 20px;
  }
}

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

  .about_score {
    display: block;
    text-align: center;
  }

  img.toppeople {
    width: 180px;
    margin: 10px auto;
  }

  .about_boxp {
    width: 95%;
    height: fit-content;
    font-size: 14px;
    line-height: 1.6em;
    margin: 10px auto;
    padding: 5px;
  }
}

@media screen and (max-width: 768px) {
  img.mushi {
    width: 50px;
    height: auto;
    margin-right: 0px;
  }



  .score_h1 {
    font-size: 20px;
    padding: 15px auto;
  }

  .score_h2 {
    font-size: 20px;
    margin: 15px auto;
  }


  .h332px {
    font-size: 20px;
    width: 95%;
    margin: 0 auto;
  }

  .w75auto {
    width: 96%;
  }

  .w85auto {
    width: 98%;
  }
}


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

  .about_boxp {
    width: 95%;
    height: fit-content;
    font-size: 14px;
    line-height: 1.8em;
  }

}


/* ２枚のカード------------------------------ */



.card_txt {
  font-size: 18px;
  margin-bottom: 15px;
  line-height: 1.5em;
}

.card1 img {
  text-align: center;
  margin: 5% auto;
  width: 100%;
  max-width: 320px;
}

.card2 img {
  text-align: center;
  margin: 5% auto;
  width: 80%;
  max-width: 280px;
}


.card_btn i {
  font-size: 30px;
  color: #181717;
  margin-right: 12px;
}

.score_card {
  display: flex;
  justify-content: center;
  align-items: stretch;
  padding-bottom: 30px;
  gap: 20px;
  margin: 20px;
}

.card1, .card2 {
  background-color: #fff;
  border-radius: 10px;
  padding: 30px;
  width: 500px;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  padding-bottom: 0px;
}

.score_card h4 {
  font-size: 32px;
  text-align: center;
  line-height: 38px;
  color: #3f3f3f;
  font-weight: 700;
}

.card_btn {
  text-align: center;
  border-radius: 100vh;
  background-color: #E3EEFF;
  padding: 10px 24px;
  width: 77%;
  min-width: 230px;
  max-width: 600px;
  height: 60px;
  margin: 0 auto;
  margin-top: auto;
  line-height: 40px;
  font-size: 20px;
  font-weight: 600;
  color: black !important;
  display: inline-block;
  box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.3);
  transition: .4s;
  margin-bottom: 20px;
}


.card_btn:hover {

  /*--水平方向 垂直方向 色--*/
  box-shadow: 0 0 10px rgba(0, 0, 0, 0);

}

.roots_card {
  padding: 50px;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  background: #fff;
  width: 90%;
  max-width: 1200px;
  border-radius: 20px;
  margin: 0 auto;
  box-shadow: 0px 4px 10px 0px rgba(54, 74, 69, 0.40);
}

.roots_card img {
  text-align: center;
  margin: 5% auto;
  width: 60%;
}

.roots_card .card_btn {
  text-align: center;
  border-radius: 100vh;
  background-color: #E3EEFF;
  padding: 10px 24px;
  width: fit-content;
  min-width: 320px;
  height: 60px;
  margin: 0 auto;
  margin-top: auto;
  line-height: 40px;
  font-size: 20px;
  font-weight: 600;
  color: black !important;
  display: inline-block;
  box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.3);
  transition: .4s;
}

.roots_card .card_txt {
  font-size: 18px;
  width: fit-content;
  margin: 0 auto;
  margin-bottom: 15px;

}


@media screen and (max-width: 1040px) {
  .score_card h4 {
    font-size: 28px;
    text-align: center;
    line-height: 1.5em;
    font-weight: 700;
  }
}

@media screen and (max-width: 953px) {
  .card1, .card2 {
    background-color: #fff;
    border-radius: 10px;
    padding: 30px;
    width: 500px;
    display: flex;
    flex-direction: column;
    align-items: stretch;
  }
}

@media screen and (max-width: 863px) {
  .score_card h4 {
    font-size: 20px;
    text-align: center;
    line-height: 1.5em;
    font-weight: 700;
  }
}

@media screen and (max-width: 768px) {
  .score_card {
    display: block;
  }

  .card_txt {
    font-size: 16px;
  }

  .card1, .card2 {
    border-radius: 10px;
    padding: 2%;
    margin: 30px auto 0;
    width: 90%;
    height: max-content;
  }

  .score_card h4 {
    font-size: 28px;
    text-align: center;
  }

  .roots_card .card_btn {
    width: 77%;
    min-width: 230px;
  }
}

@media screen and (max-width: 480px) {
  .score_card h4 {
    font-size: 20px;
    text-align: center;
    line-height: 1.5em;
  }

  .roots_card {
    padding: 15px;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    background: #fff;
    width: 100%;
    max-width: 1200px;
    border-radius: 10px;
    margin: 0 auto;
    padding-bottom: 30px;
  }

  .roots_card img {
    text-align: center;
    margin: 5% auto;
    width: 90%;
  }
.card_btn{
width: 95%;
padding: 10px 10px;
}
}

/* DNAスコアの結果サンプル------------------ */
.result-sample {
  width: 100%;
  text-align: center;
  padding-bottom: 40px;
}

.total {
  margin: 0 auto;
  width: fit-content;
}

.total_p {
  margin: 0px 15px
}

.score_sample {
  width: 80%;
  display: flex;
  justify-content: center;
  margin: 0 auto;
  max-width: 1600px;
  gap: 80px;
}

.score_sample p {
  width: 300px;
  margin: 0 auto;
  text-align: left;
}

.kekka {
  width: 300px;
}

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

  .kekka {
    width: 250px;
  }
}

@media screen and (max-width:768px) {
  .score_sample {
    width: 100%;
    display: block;
    text-align: center;

  }

  .kekka {
    width: 400px;
    margin: 10px auto;
  }
}


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

  .kekka {
    width: 65%;
    margin: 10px auto;
  }
}

/* 遺伝子検査「DNAスコア」の流れ------------------------- */

.nagare {
  background-color: #fff;
  padding-bottom: 40px;
  width: 100%;
}

.sankaku2 {
  text-align: center;
  margin: 0 auto;
  margin-top: -1px;
  width: 300px;
}

ul.nagare_icon_area {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 0 auto;
  text-align: center;
  width: 75%;
  max-width: 1140px;
}

li.nagare_icon {
  width: 220px;
  height: 270px;
  background-color: #eee;
  border-radius: 10px;
  margin-top: 20px;
  padding-bottom: 20px;
}

li.nagare_icon h3 {
  text-align: center;
  padding: 15px;
  font-weight: 400;
  color: #3f3f3f;
  font-size: 18px;
  height: 80px;
}

li.nagare_icon h3 span {
  color: #192154;
  font-size: 30px;
  font-weight: bold;
  padding-right: 10px;
}

li.nagare_icon img {
  text-align: center;
  vertical-align: bottom;
  width: 110px;
}

.nagare_bottom_p {
  width: 504px;
  margin: 10px auto;
  font-size: 15px;
  line-height: 1.5em;
}
.price_bottom_p {
  width: 960px;
  margin: 10px auto;
  font-size: 15px;
  line-height: 1.5em;
}
.nagare04{
  width: 120px!important;
  margin-top: -20px!important;
  margin-left: 20px;
}

@media screen and (max-width:1800px) {
  ul.nagare_icon_area {
    width: 1140px;
  }
}

@media screen and (max-width:1200px) {
  ul.nagare_icon_area {
    width: 696px;
    justify-content: center;
    gap: 15px;
  }
  .price_bottom_p {
    width: 95%;
    margin: 10px auto;
    font-size: 14px;
  }
}
@media screen and (max-width:910px) {


  ul.nagare_icon_area {
    width: 90%;
    display: block;
  }

  li.nagare_icon {
    width: 100%;
   height: fit-content;
   padding-bottom: 20px;
  }

  li.nagare_icon img {
    text-align: center;
    width: 90px;
    margin-top: -10px;
  }
  .nagare04{
    width: 110px!important;
    margin-top: -30px!important;
    margin-left: 20px;
  }

}

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

  .nagare_bottom_p {
    width: 95%;
    margin: 10px auto;
    font-size: 14px;
  }

  .sankaku2 {
    text-align: center;
    margin: 0 auto;
    margin-top: -1px;
    width: 100px;
  }
  li.nagare_icon {
    margin-top: 10px;
  }
}

/* 費用 / 期間 ---------------------------------- */

.hiyoukikan {
  width: 100%;
  padding-bottom: 40px;
  padding-top: 10px;
}

.hiyoukikan .card_title {
  background: linear-gradient(86deg, #ff9797 0%, #ed6e40 100%);
}

dl.hiyou, dl.kikan {
  width: 80%;
  height: 180px;
  background-color: #ffffff;
  margin: 20px auto 0 auto;
  display: flex;
  justify-content: space-evenly;
  font-size: 28px;
  border-radius: 10px;
  padding: 70px 0;
}

dl.hiyou dt, dl.kikan dt {
  font-weight: 400;
  text-align: center;
}

dl.hiyou dd, dl.kikan dd {
  text-align: center;
  font-weight: 600;
}

.font16 {
  font-size: 16px;
  font-family: 'Noto Sans JP', sans-serif;
  font-style: normal;
  font-weight: 700;
  margin-bottom: 15px;
}

/*   ご家族やパートナーとのお申込みで、さらにお得！------------------ */
.bcg {
  /* background-color: aliceblue; */
  width: fit-content;
  font-size: 44px;
  font-weight: 600;
  line-height: 1.3em;
}

.order_card_area {
  background-color: #eee;
  width: 100%;
  padding-bottom: 40px;
}

.order_card {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 20px;
  max-width: 1900px;
  margin: 0 auto;
  height: fit-content;
}

.ococ {
  width: 400px;
  background-color: #ffffff;
  border-radius: 10px;
  text-align: center;
  display: flex;
  flex-direction: column;
  box-shadow: 0px 4px 10px 0px rgba(54, 74, 69, 0.40);

}

.ococ img {
  width: 100%;
}

.oc_name {
  font-size: 14px;
  color: #0f4b84;
  padding: 20px 10px 15px 10px;
  font-weight: 500;
}

.oc_kyocyo {
  font-size: 20px;
  font-weight: 700;
}

.oc_price {
  font-size: 40px;
  color: #0f4b84;
  padding: 0px 10px 10px 10px;
  font-family: 'Outfit', sans-serif;
  font-weight: 700;
}

.oc_price2 {
  font-size: 60px;
  color: #28292c;
  font-family: 'Outfit', sans-serif;
  font-weight: 700;
  margin-top: 40px;
  margin-bottom: 20px;
}

.oc_price span {
  font-size: 16px;
}

.card_title {
  background: linear-gradient(86deg, #ff9797 0%, #ed6e40 100%);
  border-radius: 10px 10px 0 0;
  font-size: 20px;
  width: 100%;
  padding: 20px;
  text-align: center;
  font-weight: 600;
  color: #fff;
}

.oc_caption {
  width: 340px;
  text-align: left;
  margin: 0 auto;
  font-size: 14px;
  height: 150px;
  line-height: 1.7em;
}

.fa-check-square {
  color: #0f4b84;
  font-size: 20px;
}

.oc_btmp {
  width: 100%;
  text-align: center;
  font-size: 16px;
  height: fit-content;
  font-weight: 700;
}

.oc_btmp p {
  line-height: 1.6em;
}

.oc_btmp a {
  width: fit-content;
  margin: 0 auto;
  font-size: 24px;
  font-weight: 700;
  color: #fff !important;
  background-color: #478999;
  padding: 15px 55px;
  border-radius: 100vw;
  box-shadow: 0px 4px 10px 0px rgba(54, 74, 69, 0.40);

}

.oc_btmp a:hover {
  opacity: 0.5;
}

@media screen and (max-width:1800px) {
  .order_card {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 20px;
    max-width: 1100px;
    margin: 0 auto;
    height: fit-content;
  }
}

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


  .ococ {
    width: 380px;
    /*       height: fit-content;------------------ */
    background-color: #ffffff;
    border-radius: 10px;
    text-align: center;
    display: flex;
    flex-direction: column;
    box-shadow: 0px 4px 10px 0px rgba(54, 74, 69, 0.40);

  }

  .ococ2 {
    width: 90%;
  }

  .ococ img {
    width: 100%;
  }

  .oc_price {
    font-size: 36px;
    color: #150f6b;
    padding: 10px;
    font-weight: 900;

  }

  .oc_price span {
    font-size: 16px;
  }

  .card_title {
    border-radius: 10px 10px 0 0;
    font-size: 20px;
    width: 100%;
    padding: 20px;
    text-align: center;
    font-weight: 600;
    color: #fff;
  }

  .oc_caption {
    width: 278px;
    text-align: left;
    margin: 0 auto;
    font-size: 12px;
  }

  .fa-check-square {
    color: #150f6b;
    font-size: 16px;
  }

}

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

  .bcg {
    /* background-color: aliceblue; */
    width: fit-content;
    font-size: 28px;
    font-weight: 600;
  }

}


@media screen and (max-width:834px) {
  .order_card {
    display: block;
    justify-content: center;
    max-width: 500px;
    margin: 0px auto 15px;
    width: 90%;
  }

  .ococ {
    margin: 0px auto 10px;
  }
}

@media screen and (max-width:480px) {
  .oc_btmp {
    text-align: left;
  }
  .bcg {
    /* background-color: aliceblue; */
    width: fit-content;
    font-size: 20px;
    font-weight: 600;
  }

  .ococ {
    width: 100%;
    height: fit-content;
    background-color: #ffffff;
    border-radius: 10px;
    text-align: center;
    display: flex;
    flex-direction: column;
    box-shadow: 0px 4px 10px 0px rgba(54, 74, 69, 0.40);
    margin-bottom: 15px;
  }


  .oc_price {
    font-size: 36px;
    color: #150f6b;
    padding: 10px;
    font-weight: 900;

  }

  .oc_price2 {
    font-size: 40px;
  }

  .oc_price span {
    font-size: 14px;
  }

  .card_title {
    border-radius: 10px 10px 0 0;
    font-size: 20px;
    width: 100%;
    padding: 15px;
    text-align: center;
    font-weight: 600;
    color: #fff;
  }

  .oc_caption {
    width: 90%;
    text-align: left;
    margin: 0 auto;
    font-size: 12px;
    height: fit-content;
  }

  .fa-check-square {
    color: #150f6b;
    font-size: 16px;
  }

  .details-content {
    line-height: 2em;
  }

}

/* 申し込みボタンーーーーーーーーーーー */

.button_score {
  color: #FFF !important;
  text-align: center;
  font-size: 22px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  border-radius: 100vh;
  background: linear-gradient(86deg, #419db7 0%, #0acabc 100%);
background: linear-gradient(86deg, #ff7979 0%, #ff7847 100%);
  box-shadow: 0px 4px 10px 0px rgba(54, 74, 69, 0.40);
  width: 500px;
  height: 70px;
  flex-shrink: 0;
  padding: 4px 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow-wrap: anywhere;
  margin: 17px auto;
  transition: 0.4s;
  text-decoration: none;
}

.aaa {
  margin-top: auto;
}

.button_score:hover {
  color: rgb(15, 75, 132) !important;
  background: #FFF;
  border: 1px solid rgb(15, 75, 132);
}

@media screen and (max-width:580px) {
  .button_score {
    font-size: 18px;
    width: 93%;
    height: 66px;
}
}

/* seeDNAが選ばれる理由 */


.reason_area {
  background-image: url(/wp-content/uploads/score/image/rea.jpg);
  background-position: center;
  background-repeat: repeat-y;
  background-size: contain;
  /* 
background-color: #fff;
background-image: linear-gradient(90deg, rgba(248, 244, 254, 1), rgba(255, 255, 244, 1));
*/
}

.rea_btm_btn {
  color: #FFF !important;
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  border-radius: 100vh;
  background: linear-gradient(86deg, rgb(54, 175, 214) 0%, rgb(15, 75, 132) 100%);
  box-shadow: 0px 4px 10px 0px rgba(54, 74, 69, 0.40);
  width: 90%;
  max-width: 700px;
  height: 60px;
  flex-shrink: 0;
  padding: 4px 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow-wrap: anywhere;
  margin: 17px auto;
  transition: 0.4s;
  text-decoration: none;
}

.rea_btm_btn:hover {
  color: #0f4b84 !important;
  background: #FFF;
  border: 1px solid #0f4b84;
}

.score_reason {
  background-color: #ffffffc2;
  padding: 20px;
  border-radius: 10px;
  margin: 10px auto;
  box-shadow: 0px 4px 10px 0px rgba(54, 74, 69, 0.40);
  width: 470px;
  height: 360px;
  /* border: 1px solid #242323d7; */
}

.score_reason p {
  padding-bottom: 50px;
  padding: 50px 30px;
  bottom: 0;
  left: 0;
  letter-spacing: 1px;
}

.score_reason h3 {
  background-image: url(/wp-content/uploads/score/image/asirai.png);
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: contain;
  font-size: 24px;
  text-align: center;
  width: 95%;
  padding-bottom: 15px;
  margin-top: 10px;
  font-weight: 600;
  line-height: 1.3em;
}

.rea_btmp {
  margin: 10px auto;
  width: fit-content;
  padding: 5px 15px;
}

.z1, .z2 {
  width: 100%;
  margin: 0 auto;
  max-width: 1400px;
  height: 500px;
  margin-top: 30px;
}

.zurasi {
  margin: 0 auto;
}

.zurasi img {
  width: 700px;
}



.zurasi1 {
  position: relative;
}

.zurasi1 img {
  position: absolute;
  top: 50px;
  left: 45%;
  z-index: 1;
}

.rea_1 {
  position: absolute;
  top: 50px;
  left: 15%;
  z-index: 3;
}

.zurasi2 {
  position: relative;
}

.zurasi2 img {
  position: absolute;
  top: 50px;
  right: 45%;
  z-index: 1;
}

.rea_2 {
  position: absolute;
  top: 50px;
  right: 15%;
  z-index: 3;
}

.zurasi3 {
  position: relative;
}

.zurasi3 img {
  position: absolute;
  top: 50px;
  left: 45%;
  z-index: 1;
}

.rea_3 {
  position: absolute;
  top: 50px;
  left: 15%;
  z-index: 3;
}



.zurasi4 {
  position: relative;
}

.zurasi4 img {
  position: absolute;
  top: 50px;
  right: 45%;
  z-index: 1;
}

.rea_4 {
  position: absolute;
  top: 150px;
  right: 15%;
  z-index: 3;
}

.zurasi5 {
  position: relative;
}

.zurasi5 img {
  position: absolute;
  top: 50px;
  left: 45%;
  z-index: 1;
}

.rea_5 {
  position: absolute;
  top: 150px;
  left: 15%;
  z-index: 3;
}

@media screen and (max-width:1344px) {
  .z1, .z2 {
    width: 100%;
    margin: 0 auto;
    /* min-width: 1000px; */
    height: 500px;
    margin-top: 30px;
  }


  .zurasi1 img, .zurasi3 img, .zurasi5 img {
    left: 40%;
  }

  .zurasi2 img, .zurasi4 img {
    top: 70px;
    right: 40%;
  }

  .rea_1, .rea_3, .rea_5 {
    left: 12%;
  }

  .rea_2, .rea_4 {
    right: 12%;
  }

  .score_reason {
    padding: 10px;
    width: 400px;
  }

  .score_reason p {
    padding: 10px;
  }

  .score_reason h3 {
    font-size: 22px;
    text-align: center;
    width: 100%;
    padding-bottom: 20px;
    margin-top: 10px;
  }
}

@media screen and (max-width:1300px) {
  .z1, .z2 {
    width: 100%;
    margin: 0 auto;
    /* min-width: 1000px; */
    height: 500px;
    margin-top: 30px;
  }


  .zurasi1 img, .zurasi3 img, .zurasi5 img {
    left: 35%;
  }

  .zurasi2 img, .zurasi4 img {
    top: 70px;
    right: 35%;
  }

  .rea_1, .rea_3, .rea_5 {
    left: 8%;
  }

  .rea_2, .rea_4 {
    right: 8%;
  }
}


@media screen and (max-width:1200px) {
  .z1, .z2 {
    width: 100%;
    margin: 0 auto;
    height: 500px;
    margin-top: 30px;
  }

  .zurasi img {
    width: 600px;
  }

  .zurasi1 img, .zurasi3 img, .zurasi5 img {
    top: 0px;
    left: auto;
    right: 9%;
  }

  .zurasi2 img, .zurasi4 img {
    top: 0px;
    right: auto;
    left: 9%;
  }

  .rea_1, .rea_3, .rea_5 {
    right: auto;
    left: 9%;
  }

  .rea_2, .rea_4 {
    left: auto;
    right: 9%;
  }
}

@media screen and (max-width:1100px) {
  .zurasi1 img, .zurasi2 img, .zurasi3 img, .zurasi4 img, .zurasi5 img {
    position: static;
    width: 100%;
  }

  .rea_1, .rea_2, .rea_3, .rea_4, .rea_5 {
    position: static;
    width: 100%;
    height: fit-content;
  }

  .z1, .z2 {
    width: 90%;
    min-width: 250px;
    height: fit-content;
  }
}

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

  .score_reason p {
    position: static;
  }

  .score_reason {
    background-color: #fff;
    padding: 10px;
  }

  .score_reason p {
    padding: 10px 5px;
  }

  .score_reason h3 {
    font-size: 20px;
    text-align: center;
    width: 100%;
    padding-bottom: 20px;
    margin-top: 10px;
  }
}


/* 遺伝子検査キットーーーーーーーーーーーーーー */
.expl {
  width: 80%;
  max-width: 1200px;
  padding: 30px;
  color: #666464;
  margin: 0 auto;
  font-size: 16px;
  line-height: 1.5em;
  margin: 40px auto;
  border-radius: 10px;
  box-shadow: 0px 4px 10px 0px rgba(54, 74, 69, 0.40);
  background-color: #fff;
  text-align: left;
}

.kitt_area {
  /* background-image: linear-gradient(90deg, rgba(248, 244, 254, 1), rgba(255, 255, 244, 1)); */
  background: #dceef5;
}

.kitt_area h3 {
  font-weight: 600;
}

.kitt {
  display: flex;
  justify-content: center;
  gap: 30px;
  margin: 0 auto;
}

.kitt img {
  width: 700px;
}

.kitt_right {
  padding-top: 30px;
  width: fit-content;
  padding: 10px 15px;
  line-height: 1.5em;
}

.kitt_right ul {
  padding-left: 1em;
  text-indent: -1em;
}

.kitt_right li {
  font-size: 18px;
  line-height: 1.5em;
}

@media screen and (max-width:1200px) {
  .kitt {
    display: block;
    width: 100%;
    max-width: 800px;
  }

  .kitt_area {
    text-align: center;
  }

  .kitt_right {
    margin: 0 auto;
    text-align: left;
  }
}

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

  .expl {
    width: 90%;
    padding: 15px;
    margin: 10px auto;
    font-size: 14px;
  }

  .kitt_right li {
    font-size: 15px;
  }

}



/* お問い合わせーーーーーーーーーーーーーー */

.contact .expl {
  width: 90%;
  max-width: 1400px;
  padding: 30px;
  color: #666464;
  margin: 0 auto;
  font-size: 16px;
  line-height: 1.5em;
  margin: 50px auto;
  border-radius: 10px;
  box-shadow: 0px 4px 10px 0px rgba(54, 74, 69, 0.40);
  text-align: left;
  background-color: #fff;
}

.contact_area .expl p {
  padding-left: 1em;
  text-indent: -1em;
  margin: 7px;
}

.contact_area {
  /* background-image: linear-gradient(90deg, rgba(248, 244, 254, 1), rgba(255, 255, 244, 1)); */
  background: #ffffff;
  padding-bottom: 40px;
}

.contact_area h3 {
  font-weight: 600;
}

.contact {
  display: flex;
  justify-content: center;
  gap: 30px;
  margin: 0 auto;
}

.contact img {
  width: 300px;
}

.contact_right {
  padding-top: 30px;
  width: fit-content;
  padding: 10px 15px;
  line-height: 2em;
}

.contact_right li {
  font-size: 20px;
}

@media screen and (max-width:1200px) {
  .contact {
    display: block;
    width: 100%;
    max-width: 800px;
  }

  .contact_area {
    text-align: center;
  }

  .contact_right {
    margin: 0 auto;
    text-align: left;
  }

  .contact img {
    width: 300px;
  }

}

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

  .contact_area .expl {
    width: 90%;
    margin: 20px auto;
    padding: 15px;
  }

  .contact_right li {
    font-size: 18px;
  }

  .contact img {
    width: 200px;
  }
}

.flex_nippt {
  display: flex;
  justify-content: center;
  gap: 15px;
}

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

  .flex_nippt {
    display: block;
  }
}

.list_detail_box table, .list_detail_box td, .list_detail_box th {
  border: 1px solid #595959;
  border-collapse: collapse;
}

.list_detail_box td, .list_detail_box th {
  padding: 10px;
  width: 130px;
  height: 50px;
}

th {
  background: #f0e6cc;
}



/* 無料オプション検査テーブル */
/* .muryo_table ,.muryo_table td,.muryo_table th {
  border: none;
}
.muryo_table td,.muryo_table th {
padding: 10px;
width: 350px;
height: 60px;
}
.muryo_komoku{
font-weight: 600;
color: #333;
}
.even {
background: #fbf8f0;
}
.odd {
background: #fefcf9;
} */

.op_number {
    font-size: 40px;
    color: #ffedd1;
    font-family: 'Outfit', sans-serif;
    font-weight: 700;
    margin-top: 40px;
    margin-bottom: 20px;
    padding-right: 4%;
}

/* test */
.reason_content_img {
  width: 100%;
  max-width: 385px;
  height: 270px;
}
.reason_content_img {
  object-fit: cover;
}

@media (max-width: 480px) {
  .reason_content_img {
    height: fit-content;
  }
}




main#main-contents div.local-nav nav ul {
    justify-content: center;
    border-left: none;
    height: 60px;
}

.nav2{
width: 45%;
}

main#main-contents div.local-nav nav ul li.nav2 a {
    color: #5f5f5f;
    background: #e4e4e4;
}
main#main-contents div.local-nav nav ul li.nav2 a:hover {
    background: #fff;
}
main#main-contents div.local-nav nav ul li.nav2 a.current {
    border: 3px solid #5f5f5f;
    background: #fff;
}

.local-nav02{
margin-top: 20px;
}

m10{
margin: 10px;
}

div.wpforms-container-full .wpforms-field-label {
    text-align: left;
}



  /* ここまでnipptのCSS */
