@charset "UTF-8";

/*================================================
 *  一般・共通設定
 ================================================*/
html {
  scroll-behavior: smooth;
}

body {
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN",
    "Hiragino Sans", Meiryo, sans-serif;
}

body,
header {
  font-size: 1.4rem;
  width: 100%;
}

#wrap {
  background: #ffffff;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
}

#wrap {
  max-width: 800px;
  margin: 0 auto;
}

.company_info p {
  color: #fff;
  line-height: 2rem;
}

#wrap img,
footer img,
picture {
  width: 100%;
  padding: 0 0;
  font-size: 0;
}

picture {
  display: block;
}

header {
  display: flex;
  position: relative;
}

header .head_btn {
  position: absolute;
  display: flex;
  top: 1.6rem;
  right: 5rem;
}

header .head_btn li {
  padding-left: 0.8rem;
}

.menu-btn {
  position: fixed;
  top: 1.5rem;
  right: 0.8rem;
  display: flex;
  height: 60px;
  width: 60px;
  justify-content: center;
  align-items: center;
  z-index: 90;
  background-color: #1d3c77;
}
@media screen and (min-width: 800px) {
  .menu-btn {
    right: calc(50% - 400px);
  }
}
.menu-btn span,
.menu-btn span:before,
.menu-btn span:after {
  content: "";
  display: block;
  height: 3px;
  width: 25px;
  border-radius: 3px;
  background-color: #ffffff;
  position: absolute;
}
.menu-btn span:before {
  bottom: 8px;
}
.menu-btn span:after {
  top: 8px;
}
#menu-btn-check:checked ~ .menu-btn span {
  background-color: rgba(
    255,
    255,
    255,
    0
  ); /*メニューオープン時は真ん中の線を透明にする*/
}
#menu-btn-check:checked ~ .menu-btn span::before {
  bottom: 0;
  transform: rotate(45deg);
}
#menu-btn-check:checked ~ .menu-btn span::after {
  top: 0;
  transform: rotate(-45deg);
}
#menu-btn-check {
  display: none;
}
.menu-content {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 80;
  background-color: #23437f;
}
.menu-content ul {
  padding: 100px 10px 0;
}
.menu-content ul li {
  border-bottom: solid 1px #ffffff;
  list-style: none;
}
.menu-content ul li a {
  display: block;
  width: 100%;
  font-size: 1.1rem;
  box-sizing: border-box;
  color: #ffffff;
  text-decoration: none;
  padding: 1rem 1.4rem 1rem 0.7rem;
  position: relative;
}
.menu-content ul li a::before {
  content: "";
  width: 7px;
  height: 7px;
  border-top: solid 2px #ffffff;
  border-right: solid 2px #ffffff;
  transform: rotate(45deg);
  position: absolute;
  right: 11px;
  top: 16px;
}
.menu-content {
  width: 30%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 100%; /*leftの値を変更してメニューを画面外へ*/
  z-index: 80;
  background-color: #23437f;
  transition: all 0.5s; /*アニメーション設定*/
}
#menu-btn-check:checked ~ .menu-content {
  left: 70%; /*メニューを画面内へ*/
}

.cv_btn img {
  /* animation: anime1 0.5s ease 0s infinite alternate; */
  /* transform-origin: center; */
}

.shindan_btn img {
   animation: anime1 0.7s ease 0s infinite alternate; 
   transform-origin: center; 
}

.mb15 {
  display: block;
  margin-bottom: 15px;
}

.mt15 {
  display: block;
  margin-top: 15px;
}

hr {
  clear: both;
  height: 0;
}

button {
  padding: 0;
  border: none;
  background: transparent;
}

button img {
  display: block;
}

@keyframes anime1 {
  from {
    transform: scale(0.97, 0.97);
  }
  to {
    transform: scale(1, 1);
  }
}

.contactbox {
  background-size: 100% !important;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-around;
  justify-content: space-around;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-flex-direction: column;
  flex-direction: column;
}

.contactbox2 {
  background: #d8e6fa;
  padding: 0 2% 25px;
}

.banner_bg {
  background: url("/assets/o40/hokei/images/banner_bg.webp") no-repeat;
}
.banner_bg1 {
  background: url("/assets/o40/hokei/images/banner_bg1.webp") no-repeat;
}
.banner_bg2 {
  background: url("/assets/o40/hokei/images/banner_bg2.webp") no-repeat;
}
.banner_bg3 {
  background: url("/assets/o40/hokei/images/banner_bg3.webp") no-repeat;
}
.banner_bg4 {
  background: url("/assets/o40/hokei/images/banner_bg4.webp") no-repeat;
}
.banner_bg5 {
  background: url("/assets/o40/hokei/images/banner_bg5.webp") no-repeat;
}
.banner_bg6 {
  background: url("/assets/o40/hokei/images/banner_bg6.webp") no-repeat;
}
.banner_bg7 {
  background: url("/assets/o40/hokei/images/banner_bg7.webp") no-repeat;
}
.banner_bg8 {
  background: url("/assets/o40/hokei/images/banner_bg8.webp") no-repeat;
}
.banner_bg9 {
  background: url("/assets/o40/hokei/images/banner_bg9.webp") no-repeat;
}
.banner_bg10 {
  background: url("/assets/o40/hokei/images/banner_bg10.webp") no-repeat;
}
.banner_bg11 {
  background: url("/assets/o40/hokei/images/banner_bg11.webp") no-repeat;
}
.banner_bg12 {
  background: url("/assets/o40/hokei/images/banner_bg12.webp") no-repeat;
}

.line1 {
  padding-top: 8.5%;
  padding-left: 72%;
  padding-bottom: 2%;
  width: 28%;
}

.line2 {
  padding-top: 0;
  padding-bottom: 8%;
  width: 100%;
}

.mt10 {
  margin-top: 2rem;
}

.formbox {
  padding-bottom: 1.8rem;
  border-bottom: 2px solid #3a5ea4;
  margin-bottom: 1.8rem;
}

.formbox .attention {
  background: #b94047;
  color: #ffffff;
  font-size: 80%;
  padding: 1% 1%;
  margin-left: 0.2rem;
}

.formbox ul {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 0.5rem;
}

.formbox ul li {
  min-width: 30%;
  padding-top: 1rem;
  flex-direction: column;
}
.searchlist2 label {
  padding-left: 40px;
}

.form label {
  position: relative;
  cursor: pointer;
  margin-right: 20px;
}

.form label::before,
.form label::after {
  content: "";
  display: block;
  position: absolute;
  transform: translateY(-50%);
  top: 50%;
}

.blue {
  font-weight: 600;
  color: #5f5f5f;
}

.blue label::before {
  background-color: #fff;
  border: 2px solid #1d3c77;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  left: 0;
}

.blue label::after {
  background-color: #1d3c77;
  border-radius: 50%;
  opacity: 0;
  width: 21px;
  height: 21px;
  left: 7px;
}

.orange {
  font-weight: 600;
  color: #5f5f5f;
}

.orange label::before {
  background-color: #fff;
  border: 2px solid #1d3c77;
  width: 30px;
  height: 30px;
  left: 0;
}

.orange label::after {
  background-color: #b94047;
  border-radius: 2px;
  opacity: 0;
  width: 17px;
  height: 17px;
  left: 9px;
}

input:checked + label::after {
  opacity: 1;
}

.selectbox-5 {
  display: inline-flex;
  align-items: center;
  position: relative;
}

.selectbox-5::after {
  position: absolute;
  right: 15px;
  width: 10px;
  height: 7px;
  background-color: #535353;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  content: "";
  pointer-events: none;
}

.selectbox-5 select {
  appearance: none;
  min-width: 230px;
  padding: 0.6em calc(0.8em + 30px) 0.6em 0.8em;
  border: none;
  border-bottom: 2px solid #d0d0d0;
  background: #eff6ff;
  border: 1px solid #1d3c77;
  border-radius: 5px;
  color: #333333;
  font-size: 1em;
  cursor: pointer;
}

.selectbox-5 select:focus {
  outline: none;
}

.agree_box {
  text-align: center;
  font-size: 1rem;
}

.visually-hidden {
  position: absolute;
  white-space: nowrap;
  border: 0;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  overflow: hidden;
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
}

a {
  color: #fff;
  text-decoration: none;
}

a:hover {
  opacity: 0.8;
}

.contact-form {
  background: #ffffff;
  padding: 5%;
}

.contact-form p {
  font-size: 2rem;
  font-weight: 900;
  margin-bottom: 0.6rem;
  color: #1d3c77;
}

.contact-form .small {
  font-size: 0.9rem;
  color: #565656;
  letter-spacing: 1px;
  line-height: 1.6rem;
  font-weight: 400;
}

.contact-form .small a {
  text-decoration: underline;
  color: #fc9800;
}

.contact-form .mt15 {
  margin-bottom: 0;
}

form {
  background-color: #fff;
  padding: 25px;
  border-radius: 5px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
label {
  display: block;
  margin-top: 10px;
}
input[type="text"],
input[type="email"],
input[type="date"],
input[type="time"],
textarea {
  width: 100%;
  font-size: 1.4rem;
  padding: 15px;
  margin: 5px 0;
  border: 1px solid #3a5ea4;
  border-radius: 5px;
  background: #eff6ff;
}
input[type="submit"] {
  background-color: #4caf50;
  color: white;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
}

footer {
  background: #1d3c77;
  text-align: center;
  padding: 1rem 0;
  font-weight: 900;
}

.foot_menu {
  max-width: 800px;
  margin: 1rem auto;
  width: 80%;
  text-align: left;
}

.foot_menu ul {
  display: flex;
  padding-top: 1rem;
}

.foot_menu ul li {
  padding-right: 1.5rem;
  margin-right: 1.5rem;
  border-right: 2px solid #fff;
}

.copy {
  background: #081c42;
  color: #fff;
  padding: 0.5rem 0;
  font-size: 1.2rem;
  font-weight: 900;
}

.copy p {
  display: block;
  max-width: 800px;
  margin: 0.4rem auto;
  text-align: center;
  font-size: 0.9rem;
}

.copy p a {
  text-decoration: underline;
}

.subbox {
  font-weight: 900;
  font-size: 1.2rem;
  color: #555;
  line-height: 1.4rem;
  width: 96%;
  margin: 0 auto;
}

.subbox h2 {
  margin: 1rem 0 0.5rem;
  padding: 0.5rem 1rem;
  color: #fff;
  background: #ff7a8d;
}

.subbox dt {
  color: #ff7a8d;
  padding: 1rem 0 0.2rem;
}

.subbox dd {
  padding-top: 0;
  font-size: 1rem;
}

.pricebox {
  background: #d8e6fa;
}

.pricebox p {
  display: block;
  width: 90%;
  margin: 0 auto;
  font-size: 1.2rem;
  line-height: 1.6rem;
  color: #3f62a6;
}

.subbox ul li {
  padding: 0.5rem 0.5rem;
}

.option img {
  width: 6% !important;
}

.common-inner {
  background: #1d3c77;
}

.common-inner2 {
  background: #1d3c77;
}

.accordion {
  margin: 0 auto;
  padding-bottom: 1em;
  width: 94%;
}

.accordion:last-of-type {
  padding-bottom: 0.1em;
}

.toggle {
  display: none;
}

.option,
.option2,
.option3 {
  position: relative;
  margin-bottom: 1rem;
  background: #ffffff;
}

.option3 label {
  margin-top: 0;
}

.title,
.content {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transform: translateZ(0);
  transition: all 0.3s;
}

.title {
  padding: 1em 3em 1em 1em;
  display: block;
  color: #1d3c77;
  font-weight: bold;
}

.title::after,
.title::before {
  content: "";
  position: absolute;
  right: 1.45em;
  top: 1.45em;
  width: 3px;
  height: 1em;
  background-color: #1d3c77;
  transition: all 0.3s;
}

.title::after {
  transform: rotate(90deg);
}

.title span {
  vertical-align: super;
}

.price {
  padding: 0;
}

.price::after,
.price::before {
  background-color: #ffffff;
}

.content {
  max-height: 0;
  overflow: hidden;
  border-top: 2px solid #bad4f9;
}
.content p {
  margin: 0;
  padding: 0.5em 1em 1em;
  font-size: 0.9em;
  line-height: 1.5;
}
.content span {
  vertical-align: super;
}
.toggle:checked + .title + .content {
  max-height: 1500px;
  transition: all 1.5s;
}
.toggle:checked + .title::before {
  transform: rotate(90deg) !important;
}

.option2 .content {
  border-top: 2px solid #1d3c77;
}
.option2 .content img {
  margin: 1rem 0;
}

.option3 .content {
  border-top: none;
}

.option3 table,
.cure_frame table {
  width: 94%;
  margin: 3% auto;
  padding: 3%;
  font-weight: 400;
  line-height: 2.4rem;
  letter-spacing: 1px;
  color: #575757;
}

.cure_frame table {
  width: 100%;
  background: #f4f4f8;
  margin: 1rem auto 0;
  padding: 0.5rem 1rem;
}

.option3 table tr th,
.cure_frame table tr th {
  text-align: left;
  font-size: 1.2rem;
}

.option3 table tr td,
.cure_frame table tr td {
  text-align: right;
  font-size: 1.6rem;
  font-weight: 600;
}

.cure_frame table tr th,
.cure_frame table tr td {
  padding: 0.5rem 1.2rem;
}

.option3 table tr td span,
.cure_frame table tr td span {
  color: #b94047;
  vertical-align: inherit;
}

.option3 table tr small,
.cure_frame table tr small {
  font-size: 0.8rem;
}

.shopwrap {
  padding: 1em;
}

.shop-icon {
  width: 5% !important;
}

.shoplist {
  display: flex;
  align-items: flex-start;
}

.shoplist table {
  width: 100%;
  font-size: 1.1rem;
  line-height: 1.3rem;
  table-layout: auto;
  width: 49%;
  margin-right: 2%;
}
.shoplist table:last-of-type {
  margin-right: 0%;
}

.shoplist table a {
  color: #b94047;
}

.shoplist table tr {
  display: block;
  padding: 0.7rem 0.8rem;
  border-bottom: 1px solid #636363;
}

.shoplist table th {
  color: #1d3c77;
  display: block;
  margin-bottom: 0.3rem;
  text-align: left;
  font-weight: 600;
}

.shoplist .table2 {
  font-size: 1rem;
}

.shoplist .table2 thead tr {
  border: 1px solid #1d3c77;
  border-radius: 3px;
  padding: 0.5rem 0.8rem;
}
.shoplist .table2 thead td {
  color: #1d3c77;
  display: block;
  text-align: center;
}

.shoplist table td {
  color: #636363;
  padding-left: 0;
  text-align: left;
}

.sub_box a {
  color: #505050;
  text-decoration: underline;
}

.sub_box table {
  border-collapse: collapse;
  width: 100%;
  max-width: 700px;
}

.sub_box ul,
.sub_box ol {
  list-style: square;
  padding: 1rem 0 1rem 2rem; /*ボックス内の余白*/
}

.sub_box ul li,
.sub_box ol li {
  color: #505050;
  line-height: 1.2; /*文の行高*/
}

.subtable tr {
  background-color: #e6f1f6;
}

.subtable tr:nth-child(odd) {
  background-color: #fff;
}

.subtable th,
.subtable td {
  padding: 1em;
  text-align: left;
}

.subtable th {
  font-weight: 600;
  text-align: left;
  font-size: 1rem;
  width: 35%;
  min-width: 4em;
}

.greetwrap {
  padding: 1.6rem 2.4rem;
  font-size: 1rem;
  line-height: 1.4rem;
}

.greetbox span {
  color: #b94047;
  font-weight: 600;
}

input[type="text"],
input[type="email"],
input[type="date"],
input[type="time"],
textarea {
  width: 94%;
}

.greet_table {
  border-collapse: collapse;
  width: 100%;
  margin: 1rem 0;
  font-size: 0.9rem;
}

.greet_table th,
.greet_table td {
  border-right: 2px solid #fff;
  background-color: #e6f1f6;
  padding: 1em;
}

.greet_table thead th {
  background-color: #4d9bc1;
  color: #fff;
  font-weight: 600;
  text-align: center;
  vertical-align: middle;
  width: 20%;
  min-width: 4em;
}

.balloon_wrap1 {
  background: url("/assets/o40/hokei/images/balloon1_bg.webp") #1d3c77 no-repeat
    bottom;
  background-size: contain;
  position: relative;
}

.balloon_wrap2 {
  background: url("/assets/o40/hokei/images/balloon2_bg.webp") #c3bb8c no-repeat
    bottom;
  background-size: contain;
  position: relative;
}

.balloon_wrap3 {
  background: url("/assets/o40/hokei/images/balloon3_bg.webp") #d0d0d0 no-repeat
    bottom;
  background-size: contain;
  position: relative;
}

.balloon_wrap4 {
  background: url("/assets/o40/hokei/images/balloon4_bg.webp") #d0d0d0 no-repeat
    bottom;
  background-size: contain;
  position: relative;
}

.balloon1,
.balloon2,
.balloon3,
.balloon4 {
  position: relative;
  display: inline-block;
  width: 58%;
  top: 10px;
  margin: 1.5em 0;
  padding: 7px 10px;
  min-height: 190px;
  min-width: 120px;
  max-width: 100%;
  color: #565656;
  font-size: 1.6rem;
  font-weight: 600;
  letter-spacing: 1px;
  line-height: 2.6rem;
  padding: 1.6rem 1.6rem;
  background: #ffffff;
  border-radius: 15px;
}

.balloon1:before,
.balloon2:before,
.balloon3:before,
.balloon4:before {
  content: "";
  position: absolute;
  top: 40%;
  margin-top: -18px;
  border: 18px solid transparent;
  z-index: 2;
}

.balloon1 {
  left: 32%;
}

.balloon2,
.balloon3,
.balloon4 {
  left: 2%;
}

.balloon4 {
  width: 50%;
}

.balloon1:before {
  left: -36px;
  border-right: 18px solid #fff;
}

.balloon2:before,
.balloon3:before {
  right: -36px;
  border-left: 18px solid #fff;
}

.balloon span {
  color: #b94047;
}

.balloon strong {
  font-size: 2.4rem;
  line-height: 4.6rem;
  letter-spacing: 2px;
  border-bottom: 4px solid #c3bb8c;
}

.balloon p {
  margin: 0;
  padding: 0;
}

.step_wrap {
  background: #1d3c77;
  padding: 0 1.4rem 1.4rem;
}

.step_box {
  background: #ffffff;
  padding: 1.4rem;
}

.step_box:first-child {
  border-radius: 15px 15px 0 0;
}

.step_box dl {
  display: flex;
  align-items: center;
}

.step_box dl dt {
  width: 15%;
}

.step_box dl dd {
  padding-left: 1rem;
  font-size: 2rem;
  font-weight: 800;
  color: #1d3c77;
}

.step_box p {
  padding: 1rem 1rem 0 1rem;
  color: #565656;
  font-weight: 600;
  letter-spacing: 1px;
  line-height: 2.2rem;
}

.step_box p span {
  color: #b94047;
}

.point_wrap {
  background: #c3bb8c;
  padding: 0 1.4rem;
}

.point_box {
  background: #ffffff;
  padding: 1.4rem;
}

.point_box dl {
  display: flex;
  align-items: center;
}

.point_box dl dt {
  width: 15%;
}

.point_box dl dd {
  padding-left: 1rem;
  font-size: 2rem;
  line-height: 2.4rem;
  font-weight: 800;
  color: #424242;
}

.point_box dl dd span,
.point_box .point_text dt span {
  color: #b94047;
}

.point_box .point_text dt {
  width: 65%;
  color: #565656;
  font-weight: 600;
  letter-spacing: 1px;
  line-height: 2.2rem;
}

.point_box .point_text dd {
  padding-left: 1rem;
  font-size: 2rem;
  font-weight: 800;
  color: #00a8ff;
}

.point_box .point_text {
  margin-top: 1rem;
  align-items: flex-start;
}

.pc {
  display: inherit;
}
.sp {
  display: none;
}

.foot_btn {
  display: none;
}

.foot_wrap p {
  font-size: 0.9rem;
  padding-top: 0.6rem;
  color: #fff;
}

.foot_wrap ul {
  display: flex;
  padding: 0.5rem 0;
  margin: 0 auto;
}

.foot_wrap ul li {
  width: 31%;
  padding: 0 1%;
}

.reflection {
  position: relative;
  overflow: hidden;
}
.kiran {
  height: 100%;
  width: 30px;
  position: absolute;
  top: -180px;
  left: 0;
  background-color: #fff;
  opacity: 0;
  transform: rotate(45deg);
  animation: reflection 2s ease-in-out infinite;
  -webkit-transform: rotate(45deg);
  -webkit-animation: reflection 2s ease-in-out infinite;
  -moz-transform: rotate(45deg);
  -moz-animation: reflection 2s ease-in-out infinite;
  -ms-transform: rotate(45deg);
  -ms-animation: reflection 2s ease-in-out infinite;
  -o-transform: rotate(45deg);
  -o-animation: reflection 2s ease-in-out infinite;
}
@keyframes reflection {
  0% {
    transform: scale(0) rotate(45deg);
    opacity: 0;
  }
  30% {
    transform: scale(0) rotate(45deg);
    opacity: 0.5;
  }
  31% {
    transform: scale(4) rotate(45deg);
    opacity: 1;
  }
  100% {
    transform: scale(50) rotate(45deg);
    opacity: 0;
  }
}
@-webkit-keyframes reflection {
  0% {
    -webkit-transform: scale(0) rotate(45deg);
    opacity: 0;
  }
  30% {
    -webkit-transform: scale(0) rotate(45deg);
    opacity: 0.5;
  }
  31% {
    -webkit-transform: scale(4) rotate(45deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(50) rotate(45deg);
    opacity: 0;
  }
}
@-moz-keyframes reflection {
  0% {
    -moz-transform: scale(0) rotate(45deg);
    opacity: 0;
  }
  30% {
    -moz-transform: scale(0) rotate(45deg);
    opacity: 0.5;
  }
  31% {
    -moz-transform: scale(4) rotate(45deg);
    opacity: 1;
  }
  100% {
    -moz-transform: scale(50) rotate(45deg);
    opacity: 0;
  }
}

.menu_box {
  padding: 0 1rem;
  color: #565656;
  font-size: 1.4rem;
  font-weight: 600;
  letter-spacing: 1px;
  line-height: 2.4rem;
}

.menu_box p {
  padding-bottom: 1rem;
}

.menu_box p span {
  color: #b94047;
}

.menu_box .atent {
  color: #999999;
  font-size: 80%;
  letter-spacing: 0;
  line-height: 1.2;
}

.menu_box h2 {
  display: block;
  text-align: center;
  width: 80%;
  padding: 1rem 10%;
  margin: 2rem auto 1rem;
  color: #ffffff;
  background: #c3bb8c;
  font-size: 2rem;
}

.menu_box h3 {
  background: linear-gradient(transparent 70%, #ded9ba 70%);
  font-size: 1.7rem;
  margin-top: 1.6rem;
}

.shop_box {
  margin: 0 1.6rem 2rem;
  padding: 1.6rem 1.6rem;
  background: #ffffff;
  border-radius: 15px;
}

.shop_box p {
  color: #565656;
  font-size: 1.3rem;
  font-weight: 600;
  letter-spacing: 1px;
  line-height: 2rem;
  margin-bottom: 1.6rem;
}

.shop_box p span {
  color: #b94047;
}

@keyframes infinity-scroll-left {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}

.scroll-infinity__wrap {
  display: flex;
  overflow: hidden;
}

.scroll-infinity__list {
  display: flex;
  list-style: none;
  padding: 0;
}

.scroll-infinity__list--left {
  animation: infinity-scroll-left 50s infinite linear 0.5s both;
}

.scroll-infinity__item {
  width: calc(450vw / 6);
}

.scroll-infinity__item > img {
  width: 800px;
}

.pattern_wrap p {
  padding: 1.6rem 2rem 0;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 2.8rem;
  color: #2a2a2a;
}

.pattern_wrap p span {
  color: #ffb03b;
}

.pattern_box {
  display: flex;
  flex-wrap: wrap;
  /*margin-bottom: 1.2rem;*/
}

.pattern_box dl {
  flex-basis: 48%;
  margin: 1rem 1% 0;
  background: #e8e8e8;
}

.pattern_box dl dd {
  padding: 1.2rem 1.3rem;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 2rem;
  letter-spacing: 1px;
  color: #303030;
}

.pattern_box dl .pattern_atent {
  background: #fefefe;
  border-radius: 10px;
  margin: 0 1rem 1rem;
  padding: 1rem 1rem;
  color: #444444;
}

.pattern_box dl .pattern_atent h4 {
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 2rem;
  margin-bottom: 0.6rem;
}

.pattern_box dl .pattern_atent p {
  font-size: 1.1rem;
  color: #444444;
  padding: 0 0;
  line-height: 1.6rem;
  margin-bottom: 0.6rem;
  letter-spacing: 0;
}

.cure_wrap {
  background: #d8e6fa;
  padding: 1.6rem 1rem;
}

.cure_frame {
  background: #ffffff;
  padding: 1.6rem 1.6rem;
  margin-bottom: 1.4rem;
}

.cure_box p,
.card h1,
.card .lead {
  display: block;
  width: 94%;
  margin: 0 auto;
  padding-bottom: 1rem;
  letter-spacing: 1px;
  font-size: 1.3rem;
  line-height: 2rem;
  font-weight: 600;
  color: #1d3c77;
}

/*
.cure_box .cure1 {
  background: #ffffff url(/assets/o40/hokei/images/price_img1.webp) no-repeat bottom 1rem  right 1rem / 150px;
}

.cure_box .cure2 {
  background: #ffffff url(/assets/o40/hokei/images/price_img2.webp) no-repeat bottom 1rem right 1rem / 150px;
}

.cure_box .cure3 {
  background: #ffffff url(/assets/o40/hokei/images/price_img3.webp) no-repeat bottom 1.6rem right 1rem / 150px;
}

.cure_box .cure4 {
  background: #ffffff url(/assets/o40/hokei/images/price_img4.webp) no-repeat bottom 1.6rem right 1rem / 150px;
}
*/

.cure_box dl dt {
  width: 75%;
  max-width: 485px;
  margin-bottom: 0.6rem;
  padding-bottom: 0.6rem;
  border-bottom: 3px solid #d8e6fa;
}

.cure_box dl dd {
  width: 100%;
  font-size: 1.3rem;
  line-height: 2rem;
  font-weight: 600;
  color: #303030;
}

.cure_box dl dd span {
  color: #b94047;
}

.example_wrap {
  padding: 1.6rem 1rem 0;
}

.example_box {
  color: #1d3c77;
}

.example_box p,
.credit_box dl dt p {
  font-size: 1.1rem;
  margin: 0;
  padding: 0;
}

.credit_box dl dd p {
  margin: 1rem auto -1rem;
}

.example_box dl,
.credit_wrap dl,
.outline {
  outline: 2px solid #1d3c77;
  text-align: center;
  margin: 0 1% 1.2rem;
}

.example_box dl dt,
.credit_wrap dl dt {
  padding: 1.3rem 1rem 1rem;
  background: #f4f4f8;
  font-weight: 600;
  font-size: 1.3rem;
  line-height: 1.8rem;
  color: #1d3c77;
}

.example_box dl dt h5,
.credit_wrap dl dt h5 {
  font-size: 2rem;
  line-height: 3rem;
}

.example_box dl dd,
.credit_wrap dl dd {
  padding: 1rem 1rem;
  font-weight: 600;
  font-size: 1.4rem;
  background: #ffffff;
}

.example_box dl dd span,
.credit_wrap dl dd span {
  font-size: 4.5rem;
  color: #ff9600;
  font-weight: 500;
  margin: 0 3px;
}

.flex2 {
  display: flex;
  flex-wrap: wrap;
}

.flex2 dl {
  flex-basis: 48%;
}

.flex2 dl dt {
  align-items: center;
  min-height: 6.5rem;
}

.credit_wrap {
}

.credit_wrap p {
  padding: 0 1.2rem;
  margin: 1rem auto;
  font-size: 1.3rem;
  line-height: 2rem;
}

.credit_box {
  background: #ffffff;
  padding: 0 1rem 1rem;
}

.credit_box p {
  margin: 0 auto;
  padding: 0 0 0.6rem;
  font-size: 1.3rem;
  line-height: 2rem;
}

.rank_clum {
  display: flex;
  width: 100%;
  margin: 0 auto;
}

.rank_clum dl {
  background: #ada46f;
  padding: 0.3rem;
  text-align: center;
  border-radius: 5px;
  width: 32%;
  margin: 1rem 0.8%;
  display: flex;
  flex-direction: column;
}

.rank_clum dl dt {
  width: 100%;
  color: #fff;
  padding: 0.6rem 0;
  border-bottom: none;
  margin-bottom: 0;
}

.rank_clum dl dd {
  width: 98%;
  background: #ffffff;
  letter-spacing: -1px;
  font-weight: 300;
  padding: 1rem 1%;
  flex-grow: 1;
}

.rank_clum dl dd p {
  margin-bottom: 0.3rem;
  font-size: 1.2rem;
  line-height: 1.6rem;
  letter-spacing: 0;
  font-weight: 300;
  padding-bottom: 0;
}

.rank_clum dl dd span {
  font-size: 3.5rem;
  line-height: 3.5rem;
  color: #b94047;
}

.reason_wrap {
  background: #d8e6fa;
}

.reason_box {
  padding-bottom: 1.6rem;
}

.reason_box dl {
  width: 94%;
  margin: 0 auto;
  padding: 1.6rem 0 0;
}

.reason_box dl dd {
  background: #f2f7ff;
  padding: 0.6rem 3rem 1.6rem;
  margin-bottom: 1.6rem;
}

.reason_box dl dd:last-of-type {
  margin-bottom: 0rem;
}

.reason_box dl h2 {
  color: #b94047;
  font-size: 1.8rem;
  font-weight: 600;
  letter-spacing: 1px;
  margin-bottom: 0.8rem;
}

.reason_box dl dd p {
  color: #454545;
  line-height: 2rem;
}

.reason_box dl dd p span {
  color: #1c3c78;
  font-weight: bold;
}

.faq {
  margin-top: 0 !important;
}

.faq .common-inner {
  background: #d8e6fa;
}

.sub_haed {
  background: #1d3c77;
}

.common h1 {
  display: block;
  background: #1d3c77;
  font-size: 1.4rem;
  font-weight: 900;
  color: #ffffff;
  padding: 0 1.8rem 2rem;
}

.common h2 {
  font-size: 2.6rem;
  font-weight: 900;
  color: #1d3c77;
  padding: 3rem 1.4rem 0;
}

.common-inner3 {
  padding: 0 1rem;
}

.common-inner3 h3 {
  padding: 0.4em 0.5em;
  color: #494949;
  background: #f4f4f4;
  border-left: solid 5px #1d3c77;
  border-bottom: solid 3px #d7d7d7;
  margin: 2.2rem 0 0.8rem;
}

.common-inner3 ul,
.common-inner3 ol {
  color: #1e366a;
  padding: 0.5rem 0.5em 0 2em;
  font-size: 1.1rem;
}

.common-inner3 ul li,
.common-inner3 ol li {
  line-height: 1;
  padding: 0.4em 0;
  color: #7f7f7f;
}

.common-inner3 dt {
  color: #1d3c77;
  font-size: 1.3rem;
  font-weight: 600;
  border-bottom: 2px solid #1d3c77;
  padding: 0 0 0.1rem;
  margin: 1.2rem 0 0.2rem;
}

.common-inner3 p,
.common-inner3 dl,
.common-inner3 table {
  color: #505050;
  margin-bottom: 1rem;
  font-size: 1.2rem;
  line-height: 2rem;
  padding: 0 0.5rem;
}

.common-inner3 a {
  color: #bb0000;
  font-size: 1rem;
  word-wrap: break-word;
}

.common-inner3 table {
  border-collapse: collapse;
  width: 100%;
  font-size: 1rem;
}

.common-inner3 table th,
.common-inner3 table td {
  border: 2px solid #fff;
  background-color: #e6f1f6;
  padding: 0.6rem 0.8rem;
}

.common-inner3 table th {
  background-color: #1d3c77;
  color: #fff;
  font-weight: bold;
  text-align: left;
  width: 23%;
  min-width: 4em;
}

.cure_box .sub_tx,
.card h1 {
  font-size: 1.8rem;
  text-align: center;
  color: #3b63b0;
  line-height: 2.8rem;
}

.cure_box .sub_tx2 {
  font-size: 1.5rem;
  color: #3b63b0;
  line-height: 2.8rem;
}

.onayami_box {
  background: #ffffff;
  width: 80%;
  border-radius: 15px;
  margin: 0 auto 1.6rem;
  padding: 0.8rem 2rem 1rem;
}

.omakase_box {
  background: #c3bb8c;
}

.omakase_box ul {
  display: flex;
  width: 90%;
  margin: 0 auto;
}

.omakase_box ul li {
  width: 46%;
  padding: 2rem 2%;
}

.onayami_box h3 {
  width: 100%;
  font-weight: 600;
  font-size: 2.2rem;
  text-align: center;
  margin: 1.6rem 0;
  color: #ff6f30;
  padding-bottom: 0;
}

.onayami_box ul {
  color: #3b63b0;
  line-height: 3.6rem;
  font-weight: 600;
  font-size: 1.8rem;
  margin: 0 2rem;
}

.onayami_box ul li {
  background: url(/assets/o40/hokei/images/zoudai_icon.webp) left 0 top 50%
      no-repeat,
    linear-gradient(transparent 60%, #ff6 60%);
  padding-left: 3rem;
  background-size: 2.5rem;
  letter-spacing: 1px;
}

.card {
  background: #d8e6fa;
  padding-bottom: 1.6rem;
}
.card h1 {
  padding: 1.6rem 0 1rem;
}
.card .lead {
  text-align: center;
}
.type_wrap {
  background: #ffffff;
  padding: 2rem;
  margin: 0 1rem 1rem;
}
p.lead {
  margin: 0 0 16px;
  color: var(--muted);
}
.q {
  border-bottom: 2px solid #3e5e9b;
  padding-bottom: 1.8rem;
  margin-bottom: 1.8rem;
}
.q h2,
.hint {
  font-size: 1rem;
  margin: 0 0 1rem;
  color: #1d3c77;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 2.2rem;
}
.q h2 span,
.badge {
  background: #1d3c77;
  color: #ffffff;
  padding: 0.3rem 0.5rem;
  font-size: 2rem;
  display: inline-block;
  margin-bottom: 0.6rem;
}
.btns {
  display: flex;
  gap: 1%;
  flex-wrap: wrap;
}
button.choice {
  appearance: none;
  width: 48%;
  color: #ffffff;
  background: #b7b7b7;
  font-size: 1.6rem;
  padding: 10px 14px;
  cursor: pointer;
  transition: 0.15s transform, 0.15s background, 0.15s border;
  font-weight: 600;
}
button.choice[data-selected="true"] {
  border-color: var(--accent);
  background: #1d3c77;
}
button.choice:active {
  transform: translateY(1px);
}
.progress {
  margin: 14px auto 6px;
  height: 15px;
  background: #dbdbdb;
  border-radius: 999px;
  border: 1px solid #dbdbdb;
  overflow: hidden;
}
.bar {
  height: 100%;
  width: 0%;
  background: linear-gradient(90deg, #3e5e9b, #466aaf);
  transition: width 0.25s;
}
.muted {
  color: var(--muted);
  font-size: 1rem;
  text-align: right;
}
.actions {
  display: flex;
  gap: 10px;
  margin-top: 16px;
}
.primary {
  appearance: none;
  border: 0;
  width: 100%;
  font-size: 1.8rem;
  letter-spacing: 2px;
  background: linear-gradient(125deg, #3b82f6, #06b6d4);
  color: white;
  padding: 12px 16px;
  border-radius: 12px;
  font-weight: 700;
  cursor: pointer;
  box-shadow: 0 6px 18px rgba(59, 130, 246, 0.35);
}
.primary[disabled] {
  opacity: 0.5;
  cursor: not-allowed;
  box-shadow: none;
}
.ghost {
  appearance: none;
  background: transparent;
  border: 1px solid #2a3444;
  color: var(--text);
  padding: 12px 16px;
  border-radius: 12px;
  font-weight: 600;
}
.result {
  background: #e6e6e6;
  margin: 1.6rem 0 0;
}
.result p {
  padding: 0 2rem 1.6rem;
}
.type-kanton {
  background: #1d3c77;
  font-weight: 600;
}
.type-shinsei {
  background: #1d3c77;
  font-weight: 600;
}
.type-roujin {
  background: #1d3c77;
  font-weight: 600;
}
.type-normal {
  background: #1d3c77;
  font-weight: 600;
}
.foot {
  color: #6a6a6a;
  margin-top: 0.8rem;
  font-size: 1.1rem;
  line-height: 1.8rem;
}
.small {
  font-size: 0.85rem;
  color: #94a3b8;
}
.foot {
  margin-top: 12px;
}
.result_examle dl {
  flex-basis: 98%;
  margin: 1rem 1% 0;
  background: #e8e8e8;
  padding-bottom: 1rem;
}
.result_examle dl dd {
  padding: 1.2rem 1.3rem;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 2rem;
  letter-spacing: 1px;
  color: #303030;
}
.result_examle dl .pattern_atent {
  background: #fefefe;
  border-radius: 10px;
  margin: 0 1rem 1rem;
  padding: 1rem 1rem;
  color: #444444;
}
.result_examle dl .pattern_atent h4 {
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 2rem;
  margin-bottom: 0.6rem;
}
.result_examle dl .pattern_atent p {
  font-size: 1.1rem;
  color: #444444;
  padding: 0 0;
  line-height: 1.6rem;
  margin-bottom: 0.6rem;
  letter-spacing: 0;
}

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

  .sp {
    display: inherit;
  }

  #wrap {
    max-width: inherit;
  }

  header .head_btn {
    width: 36%;
    top: 0.6rem;
    right: 3.7rem;
  }

  header .head_btn li {
    padding-left: 0.3rem;
  }

  .option img {
    width: 8% !important;
  }

  .title {
    font-size: 1.1rem;
  }

  .content p {
    font-size: 0.9rem;
  }

  .form {
    padding: 1rem 0 0;
  }

  .contact-form p {
    font-size: 1.2rem;
  }

  .searchlist2 {
    font-size: 1rem;
  }

  .blue label::before {
    width: 20px;
    height: 20px;
  }

  .blue label::after {
    width: 11px;
    height: 11px;
  }

  .searchlist2 label {
    /*padding-left: 30px;*/
  }

  .selectbox-5 select {
    font-size: 1.2rem;
  }
  input[type="text"],
  input[type="email"],
  input[type="date"],
  input[type="time"],
  textarea {
    padding: 10px 10px;
    font-size: 1.3rem;
    width: 90%;
  }

  .shopwrap {
    padding: 0.5em;
  }

  .shoplist {
    display: block;
  }

  .shoplist table {
    width: 100%;
    margin-right: 0%;
  }

  .shop-icon {
    width: 7% !important;
  }

  .copy p {
    margin: 0.5rem auto;
    font-size: 0.6rem;
  }

  .foot_menu ul {
    font-size: 0.8rem;
  }

  .foot_menu ul li {
    padding-right: 0.5rem;
    margin-right: 0.5rem;
  }

  .common h1 {
    font-size: 1.8rem;
    padding: 0.6rem 1.2rem 1rem;
  }

  .common-inner3 h2 {
    font-size: 1.4rem;
  }

  .common-inner3 p {
    font-size: 1rem;
  }

  .subbox {
    font-size: 0.9rem;
  }

  .option3 .title::after,
  .option3 .title::before {
    top: 0.9em;
    right: 1em;
  }
  .cure_frame {
    padding: 0 0;
    margin-bottom: 1rem;
  }

  .option3 table,
  .cure_frame table {
    line-height: 2rem;
    letter-spacing: 0px;
  }

  .option3 table tr th {
    font-size: 0.8rem;
  }

  .option3 table tr td {
    font-size: 1.2rem;
  }

  .cure_frame table tr th {
    font-size: 0.9rem;
    font-weight: bold;
  }

  .cure_frame table tr td {
    font-size: 1.2rem;
    font-weight: bold;
  }

  .option3 table tr td span,
  .cure_frame table tr td span {
    color: #b94047;
    vertical-align: inherit;
  }

  .option3 table tr small,
  .cure_frame table tr small {
    font-size: 0.8rem;
  }
  .greetwrap {
    padding: 1.2rem 0.8rem;
    font-size: 0.9rem;
  }
  .greetwrap table tbody tr th {
    width: 34%;
  }
  .greet_table th,
  .greet_table td {
    padding: 0.6em 1em;
  }

  .balloon_wrap1 {
    background: url("/assets/o40/hokei/images/balloon1_spbg.webp") #1d3c77
      no-repeat bottom;
    background-size: contain;
    position: relative;
  }

  .balloon_wrap2 {
    background: url("/assets/o40/hokei/images/balloon2_spbg.webp") #c3bb8c
      no-repeat bottom;
    background-size: contain;
    position: relative;
  }

  .balloon_wrap3 {
    background: url("/assets/o40/hokei/images/balloon3_spbg.webp") #d0d0d0
      no-repeat bottom;
    background-size: contain;
    position: relative;
  }

  .balloon_wrap4 {
    background: url("/assets/o40/hokei/images/balloon4_spbg.webp") #d0d0d0
      no-repeat bottom;
    background-size: contain;
    position: relative;
  }

  .balloon1,
  .balloon2,
  .balloon3,
  .balloon4 {
    position: relative;
    display: inline-block;
    width: 83%;
    top: 10px;
    margin: 0.4rem 0 185px;
    padding: 7px 10px;
    min-height: 110px;
    font-size: 1.2rem;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 2rem;
    padding: 1rem 1rem;
  }

  .balloon1:before,
  .balloon2:before,
  .balloon3:before,
  .balloon4:before {
    display: none;
  }

  .balloon1:after,
  .balloon2:after,
  .balloon3:after,
  .balloon4:after {
    content: "";
    position: absolute;
    bottom: -30px;
    left: 50%;
    margin-left: -17px;
    border: 18px solid transparent;
    border-top: 14px solid #ffffff;
    z-index: 1;
  }

  .balloon1,
  .balloon2,
  .balloon3,
  .balloon4 {
    left: 1rem;
  }

  .balloon strong {
    font-size: 1.6rem;
    line-height: 2.4rem;
    letter-spacing: 1px;
  }

  .step_wrap {
    padding: 0 1rem 1rem;
  }

  .step_box {
    padding: 1rem;
  }

  .step_box:first-child {
    border-radius: 15px 15px 0 0;
  }

  .step_box dl dt {
    width: 20%;
  }

  .step_box dl dd {
    padding-left: 0.4rem;
    font-size: 1.4rem;
  }

  .step_box p {
    padding: 0.5rem 0.4rem 0 0.4rem;
    font-size: 1.1rem;
    line-height: 1.5rem;
  }

  .point_wrap {
    padding: 0 1rem;
  }

  .point_box {
    padding: 1rem;
  }

  .point_box dl {
    display: flex;
    align-items: center;
  }

  .point_box dl dt {
    width: 22%;
  }

  .point_box dl dd {
    padding-left: 0.4rem;
    font-size: 1.2rem;
    line-height: 1.6rem;
  }

  .point_box .point_text dt {
    width: 100%;
    line-height: 1.7rem;
    font-size: 1.1rem;
  }

  .point_box .point_text dd {
    width: 100%;
    margin: 0 auto;
    padding-left: 0;
    font-size: 2rem;
  }

  .point_box .point_text {
    display: inherit;
  }

  .copy {
    margin-bottom: 6.5rem;
  }
  .menu_box {
    font-size: 1rem;
    line-height: 1.6rem;
  }

  .menu_box h2 {
    font-size: 1.4rem;
  }

  .menu_box h3 {
    font-size: 1.4rem;
    margin: 1.4rem 0 0.6rem;
  }

  .foot_btn {
    display: block;
    position: fixed;
    bottom: 0;
    width: 100%;
    background: rgba(29, 60, 115, 0.95);
    z-index: 9999;
  }

  .foot_btn .foot_wrap {
    max-width: 800px;
    height: 100%;
    margin: 0 auto;
  }

  .copy {
    margin-bottom: 7rem;
  }

  .shop_box {
    margin: 0 0.8rem 1rem;
    padding: 1rem 1rem;
    border-radius: 8px;
  }

  .shop_box p {
    font-size: 1rem;
    font-weight: 600;
    letter-spacing: 1px;
    line-height: 1.6rem;
    margin-bottom: 1rem;
  }

  .scroll-infinity__list--left {
    animation: infinity-scroll-left 40s infinite linear 0.5s both;
  }

  .scroll-infinity__item {
    width: calc(750vw / 6);
  }

  .pattern_wrap p {
    padding: 1rem 1.2rem 0;
    font-size: 1.2rem;
    line-height: 1.9rem;
  }

  .pattern_box {
    display: flex;
    flex-wrap: wrap;
    gap: 5%;
  }

  .pattern_box dl {
    flex-basis: 90%;
    margin: 0.5rem auto;
  }

  .pattern_box dl dd {
    padding: 1rem 1rem;
    font-size: 1rem;
    line-height: 1.6rem;
    letter-spacing: 0;
  }

  .pattern_box dl .pattern_atent h4 {
    background-size: 1.4rem 1.4rem;
    font-size: 0.9rem;
    line-height: 1.5rem;
    margin-bottom: 0.4rem;
  }

  .pattern_box dl .pattern_atent p {
    font-size: 0.9rem;
    line-height: 1.6rem;
    margin-bottom: 0.4rem;
  }

  .cure_wrap {
    padding: 1rem 0.8rem;
  }
  .cure_box p {
    letter-spacing: 0;
    font-size: 1rem;
    line-height: 1.6rem;
    font-weight: 400;
  }
  .cure_box dl {
    padding: 1rem 1rem 0.5rem;
    margin-bottom: 0;
  }

  /*
  .cure_box .cure1 {
  background: #ffffff url(/assets/o40/hokei/images/price_img1.webp) no-repeat bottom .5rem  right .5rem / 100px;
  }

  .cure_box .cure2 {
  background: #ffffff url(/assets/o40/hokei/images/price_img2.webp) no-repeat bottom .5rem  right .5rem / 100px;
  }

  .cure_box .cure3 {
  background: #ffffff url(/assets/o40/hokei/images/price_img3.webp) no-repeat bottom .5rem  right .5rem / 100px;
  }

  .cure_box .cure4 {
  background: #ffffff url(/assets/o40/hokei/images/price_img4.webp) no-repeat bottom .5rem  right .5rem / 100px;
  }
  */

  .cure_box dl dt {
    width: 100%;
  }

  .cure_box dl dd {
    font-size: 1rem;
    line-height: 1.6rem;
    font-weight: 500;
  }

  .example_wrap {
    padding: 1rem auto 0;
  }

  .example_box p {
    font-size: 0.9rem;
    line-height: 1.2rem;
    margin: 0 auto;
    width: 96%;
  }

  .example_box dl,
  .credit_wrap dl {
    text-align: center;
    margin: 0 1% 1.2rem;
  }

  .example_box dl dt,
  .credit_wrap dl dt {
    padding: 0.2rem 0.2rem;
    font-size: 1rem;
    line-height: 1.8rem;
  }

  .example_box dl dt h5,
  .credit_wrap dl dt h5 {
    font-size: 1.4rem;
    line-height: 2.6rem;
  }

  .example_box dl dd,
  .credit_wrap dl dd {
    padding: 1.6rem 1rem 1rem;
    font-size: 1.4rem;
  }

  .example_box dl dd span,
  .credit_wrap dl dd span {
    font-size: 3rem;
    font-weight: 500;
    margin: 0 3px;
  }

  .flex2 dl dt {
    min-height: 5.3rem;
  }

  .credit_wrap p {
    padding: 0 0.6rem;
    margin: 0.6rem auto;
    font-size: 1rem;
    line-height: 1.6rem;
  }

  .credit_box {
    padding: 0 0.6rem 1rem;
  }

  .rank_clum {
    width: 98%;
    margin: 0 auto;
  }

  .rank_clum dl {
    border-radius: 3px;
    width: 31%;
    margin: 0 1%;
    padding: 0.2rem 0.2rem;
  }

  .rank_clum dl dt {
    padding: 0.3rem 0;
    font-size: 1rem;
    width: 100%;
  }

  .rank_clum dl dd {
    padding: 0.3rem 0 0;
    width: 100%;
  }

  .rank_clum dl dd p {
    margin-bottom: 0.3rem;
    font-size: 0.8rem;
    line-height: 1.2rem;
  }

  .rank_clum dl dd span {
    font-size: 2.8rem;
    line-height: 3.5rem;
  }
  .reason_box dl dd {
    padding: 0.6rem 1.3rem 1rem;
    margin-bottom: 1.2rem;
  }

  .reason_box dl dd:last-of-type {
    margin-bottom: 0rem;
  }

  .reason_box dl h2 {
    color: #b94047;
    font-size: 1.3rem;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 1.5rem;
    margin-bottom: 0.6rem;
  }
  .reason_box dl dd p {
    font-size: 1rem;
    line-height: 1.5rem;
  }
  .reason_box {
    padding-bottom: 1rem;
  }
  .reason_box dl {
    padding: 1rem 0 0;
  }
  .pricebox p {
    font-size: 1rem;
    line-height: 1.4rem;
  }
  .menu-btn {
    top: 0;
    right: 0.7rem;
    height: 40px;
    width: 40px;
  }
  .menu-content ul li a {
    font-size: 1rem;
    padding: 0.8rem 1rem 0.8rem 0.7rem;
  }
  .menu-content {
    width: 70%;
  }
  #menu-btn-check:checked ~ .menu-content {
    left: 30%;
  }

  .common h1 {
    font-size: 0.9rem;
  }

  .common h2 {
    font-size: 1.4rem;
    padding: 2rem 1.4rem 0;
  }

  .common-inner3 {
    padding: 0 0.6rem;
  }

  .common-inner3 h3 {
    margin: 1.6rem 0 0.8rem;
    font-size: 1.1rem;
  }

  .common-inner3 ul,
  .common-inner3 ol {
    padding: 0 0.5em 0 1.2em;
    font-size: 1rem;
  }

  .common-inner3 ul li,
  .common-inner3 ol li {
    line-height: 1;
    padding: 0.4em 0;
  }

  .common-inner3 dt {
    font-size: 1rem;
    padding: 0 0 0.1rem;
    margin: 0.8rem 0 0.2rem;
  }

  .common-inner3 p,
  .common-inner3 dl,
  .common-inner3 table {
    margin-bottom: 0.6rem;
    font-size: 1rem;
    line-height: 1.6rem;
    padding: 0 0.5rem;
  }

  .common-inner3 a {
    font-size: 0.8rem;
  }

  .common-inner3 table {
    font-size: 0.8rem;
  }

  .cure_box .sub_tx {
    font-size: 1.1rem;
    line-height: 2rem;
  }

  .cure_box .sub_tx2 {
    font-size: 1rem;
    line-height: 1.8rem;
  }

  .onayami_box {
    width: 90%;
    border-radius: 5px;
    padding: 0.8rem 0.8rem 1rem;
  }

  .omakase_box ul {
    width: 100%;
    margin: 0 auto;
  }

  .omakase_box ul li {
    width: 48%;
    /* padding: 1.4rem 1%; */
  }

  .onayami_box h3 {
    font-size: 1.3rem;
    margin: 1.4rem 0;
  }

  .onayami_box ul {
    line-height: 2.6rem;
    font-size: 1.1rem;
    margin: 0 0rem;
  }

  .onayami_box ul li {
    background: url(/assets/o40/hokei/images/zoudai_icon.webp) left 0 top 50%
        no-repeat,
      linear-gradient(transparent 80%, #ff6 30%);
    padding-left: 2.2rem;
    background-size: 2rem;
    letter-spacing: 0;
  }

  .card {
    padding-bottom: 1rem;
  }

  .card h1 {
    padding: 1.2rem 0 0.8rem;
    font-size: 1.2rem;
  }

  .card .lead {
    font-size: 0.9rem;
    line-height: 1.3rem;
  }

  .type_wrap {
    padding: 1rem;
    margin: 0 0.6rem 1rem;
  }

  .q {
    padding-bottom: 1.4rem;
    margin-bottom: 1.4rem;
  }

  .q h2,
  .hint {
    margin: 0 0 1rem;
    font-size: 1rem;
    line-height: 1.4rem;
  }

  .q h2 span,
  .badge {
    padding: 0.3rem 0.5rem;
    font-size: 1.2rem;
    margin-bottom: 0.4rem;
  }

  button.choice {
    width: 48%;
    font-size: 1.2rem;
  }

  .progress {
    height: 10px;
  }

  .result {
    background: #e6e6e6;
    margin: 1.6rem 0 0;
  }

  .result p {
    padding: 0 1rem 1rem;
  }

  .foot {
    font-size: 1rem;
    line-height: 1.6rem;
  }

  .result_examle dl {
    flex-basis: 98%;
    margin: 1rem 1% 0;
    background: #e8e8e8;
    padding-bottom: 1rem;
  }

  .result_examle dl dd {
    padding: 1rem 0.8rem;
    font-size: 1rem;
    line-height: 1.6rem;
    letter-spacing: 0;
  }

  .result_examle dl .pattern_atent {
    margin: 0 0.6rem 1rem;
    padding: 1rem 0.6rem;
  }

  .result_examle dl .pattern_atent h4 {
    font-size: 1.2rem;
  }

  .result_examle dl .pattern_atent p {
    font-size: 0.9rem;
    line-height: 1.4rem;
  }
}
