/*!*****************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./src/assets/css/omoiyari/style.css ***!
  \*****************************************************************************************************************/
@charset "utf-8";
html {
  scroll-behavior: smooth;
}

body {
  font-family: -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI",
    "Helvetica Neue", HelveticaNeue, YuGothic, "Yu Gothic Medium", "Yu Gothic",
    Verdana, Meiryo, sans-serif;
  color: #333;
}

p,
ul,
li,
ol {
  list-style: none;
  margin: 0;
  padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: inherit;
  font-weight: inherit;
  margin: 0;
}

a {
  text-decoration: none;
}

green {
  color: #23ac38;
  font-size: 1.6em;
}

red {
  color: #ff0000;
  font-size: larger;
}

yellow {
  background: #fffde1;
}

lineY {
  background: linear-gradient(transparent 70%, #ffeb7b 70%);
}

lineO {
  background: linear-gradient(transparent 70%, #f3980094 70%);
}

strong {
  font-size: 140%;
}

img {
  width: 100%;
}

:root {
  --max-width: 2880;
  --full-hd-width: 1920;
  --pc-standard-width: var(--full-hd-width);
  --sp-width: 419;
}

/*---------------------------------------*/

body {
  margin: 0;
  background: #fff;
  width: 100%;
}

.sp-only {
  display: none;
}

.header_content {
  max-width: 1024px;
  height: 80px;
  margin: 0 auto;
}

.header_content li img {
  padding: 0.4rem 1rem;
  width: 280px;
}

.first-view {
  position: relative;
  height: 60vh;
  min-height: 34rem;
  margin: 0 auto;
  background-size: cover;
  background: url("/assets/images/omoiyari/main.jpg") no-repeat center top;
}

.first-top {
  position: absolute;
  right: 4rem;
  top: 1rem;
  padding: 0.4rem;
}

.first-top img {
  width: 20vw;
}

.first {
  position: absolute;
  left: 2rem;
  top: 2rem;
  margin: 4rem;
  width: 44%;
}

.first li {
  margin: 1rem auto;
}

h1 {
  font-family: Yu Mincho;
  text-align: center;
  padding: 10 0;
  color: #fff;
  text-align: center;
  font-size: 3rem;
  line-height: 1.3;
  text-shadow: 0px 0px 4px #f19149, 0px 0px 4px #f19149;
}

h2 {
  text-align: center;
  font-size: 3rem;
  line-height: 1.2;
}

h3 {
  text-align: center;
  font-size: 2rem;
  font-weight: 500;
  line-height: 3.4rem;
}

h4 {
  text-align: center;
  font-size: 1.6rem;
  font-weight: 600;
}

.topBtn {
  background: #ec6941;
  padding: 0.8rem 4rem;
  border: solid 2px #fff;
  border-radius: 40px;
  font-size: 1.5rem;
  text-align: center;
  box-shadow: 0px 3px 5px rgb(0 0 0 / 20%);
  max-width: 340px;
}

.topBtn a {
  color: #fff;
  font-weight: bold;
}

.top-right a,
.Android .top-right a {
  display: block;
  text-align: right;
  position: fixed;
  right: 30px;
  bottom: 30px;
  z-index: 10;
  width: auto;
}

/*---------------------------------------*/

.two {
  max-width: 980px;
  margin: 3rem auto;
}

.secondTxt {
  text-align: center;
  font-size: 2rem;
}

.check {
  margin: 0 auto;
  position: relative;
  margin-top: 2.8rem;
  background: #eae3d3;
  border-radius: 10px;
  padding: 2rem 3rem 2rem 7rem;
  width: 60%;
}

.check::before {
  content: "";
  position: absolute;
  left: -5rem;
  top: 2rem;
  display: inline-block;
  background-image: url("/assets/images/omoiyari/man.png");
  background-size: contain;
  background-repeat: no-repeat;
  width: 10rem;
  height: 20rem;
}

.check::after {
  content: "";
  position: absolute;
  right: -5rem;
  top: 1.4rem;
  display: inline-block;
  background-image: url("/assets/images/omoiyari/woman.png");
  background-size: contain;
  background-repeat: no-repeat;
  width: 10rem;
  height: 20rem;
}

.check li {
  position: relative;
  font-size: 1.4rem;
  text-indent: 60px;
  line-height: 3rem;
  font-weight: 600;
}

.check li::before {
  content: "";
  position: absolute;
  left: 0;
  display: inline-block;
  background-image: url("/assets/images/omoiyari/check.png");
  background-size: contain;
  background-repeat: no-repeat;
  width: 2.8rem;
  height: 3.4rem;
}

.down-arrow {
  width: 0;
  height: 0;
  border-left: 50px solid transparent;
  border-right: 50px solid transparent;
  margin: 0 auto;
}

.down-arrow.brown {
  border-top: 40px solid #eae3d3;
  margin-bottom: 3rem;
}

.down-arrow.navy {
  border-top: 40px solid #425268;
  margin-bottom: 2rem;
}

.catch {
  display: flex;
  justify-content: center;
  align-items: flex-end;
}

.catch li {
  padding: 0 1rem;
}

.catch li img {
  text-align: center;
}

.logo {
  margin: 1rem;
  text-align: center;
}

.logo dt {
  display: inline-block;
  margin: 1rem;
}

.logo dd {
  margin: 0;
}

.logo dd ul {
  display: flex;
  justify-content: center;
  margin: 1rem 0;
}

.logo dd .supplement {
  text-align: left;
  padding: 0 11rem;
}

.age li.age-a {
  background: #eae3d3;
  border: solid 1px #333333;
  padding: 0.4rem 2rem;
}

.age li.age-b {
  background: #fff;
  border-top: solid 1px #333333;
  border-bottom: solid 1px #333333;
  border-right: solid 1px #333333;
  padding: 0.4rem 1.4rem;
}

/*---------------------------------------*/

.note {
  font-size: 0.9rem;
  margin: 0.2rem 1rem;
  text-align: left;
}

/*---------------------------------------*/

.btn {
  margin: 0 auto;
  text-align: center;
  background: #fffde1;
  padding: 1rem 0 1.6rem 0;
}

.btnUnder {
  margin: 0 auto;
  text-align: center;
  padding: 1rem 0 1.6rem 0;
}

.btn p.how {
  font-size: 2rem;
  font-weight: 600;
  margin-bottom: 1rem;
}

.btn p {
  font-size: 1.6rem;
  font-weight: 600;
  margin-top: 1rem;
}

.sim {
  border: solid 3px #ec6941;
  padding: 2rem 0;
  max-width: 800px;
  margin: 1rem auto;
}

.sim p {
  color: #ec6941;
  margin-top: 0;
}

.sim p::before {
  content: "";
  display: inline-block;
  background-image: url("/assets/images/omoiyari/calculator.png");
  background-size: contain;
  background-repeat: no-repeat;
  width: 3rem;
  height: 3rem;
  vertical-align: middle;
}

.simBtn {
  display: flex;
  justify-content: center;
}

.simBtn li.kenko {
  width: 36%;
  background: #23ac38;
  font-weight: 600;
  padding: 1rem 1.4rem;
  border-radius: 8px;
  margin: 1rem;
  box-shadow: 0px 6px 1px rgb(0 0 0 / 30%);
}

.simBtn li.kanwa {
  width: 36%;
  background: #eb6e8f;
  font-weight: 600;
  padding: 1rem 1.4rem;
  border-radius: 8px;
  margin: 1rem;
  box-shadow: 0px 6px 1px rgb(0 0 0 / 30%);
}

.simBtn li a {
  width: 100%;
  color: #fff;
  font-size: 1.2em;
}

.request {
  max-width: 700px;
  margin: 1rem auto;
}

.requestBtn {
  background: #00b7ee;
  border-radius: 10px;
  margin: 1rem auto;
  padding: 1rem 1.4rem;
  max-width: 600px;
  box-shadow: 0px 6px 1px rgb(0 0 0 / 30%);
}

.request a {
  color: #fff;
}

.requestBtn a::before {
  content: "";
  display: inline-block;
  background-image: url("/assets/images/omoiyari/document.png");
  background-size: contain;
  background-repeat: no-repeat;
  width: 3rem;
  height: 3rem;
  vertical-align: middle;
}

/*------*/

.btnUnder {
  margin: 0 auto;
  text-align: center;
  padding: 1rem 0 1.6rem 0;
}

.btnUnder p.how {
  font-size: 2rem;
  font-weight: 600;
  margin-bottom: 1rem;
  text-align: center;
}

.btnUnder p {
  font-size: 1.6rem;
  font-weight: 600;
  margin-top: 1rem;
}

.btnUnder .simBtn {
  background: #ec6941;
  border-radius: 10px;
  margin: 1rem auto;
  padding: 1rem 5rem;
  max-width: 600px;
  box-shadow: 0px 6px 1px rgb(0 0 0 / 30%);
  color: #fff;
  display: inline-block;
}

.btnUnder .sim {
  border: none;
  padding: 0;
}

.btnUnder .sim a {
  color: #fff;
}

.btnUnder .simBtn::before {
  content: "";
  display: inline-block;
  background-image: url("/assets/images/omoiyari/calculator.png");
  background-size: contain;
  background-repeat: no-repeat;
  width: 3rem;
  height: 3rem;
  vertical-align: middle;
}

.requestBtn {
  background: #00b7ee;
  border-radius: 10px;
  margin: 1rem auto;
  padding: 1rem 1.4rem;
  max-width: 600px;
  box-shadow: 0px 6px 1px rgb(0 0 0 / 30%);
  text-align: center;
}

.request a {
  color: #fff;
}

.requestBtn::before {
  content: "";
  display: inline-block;
  background-image: url("/assets/images/omoiyari/document.png");
  background-size: contain;
  background-repeat: no-repeat;
  width: 3rem;
  height: 3rem;
  vertical-align: middle;
}

/*---------------------------------------*/

.third {
  background: #d8f7dd;
  padding: 1.6rem 0;
}

.choice {
  display: flex;
  justify-content: center;
  margin: 0 auto;
  padding: 1rem 0;
  max-width: 980px;
}

.third ul.small {
  background: #32b16c;
}

.third ul.medium {
  background: #00b7ee;
}

.third ul.large {
  background: #f19149;
}

.small,
.medium,
.large {
  width: 30%;
  border-radius: 3px;
  margin: 0 0.6rem;
  padding: 4px;
}

li.name {
  color: #fff;
  text-align: center;
  font-size: 1.4rem;
  font-weight: 600;
}

.small .corse {
  color: #32b16c;
}

.medium .corse {
  color: #00b7ee;
}

.large .corse {
  color: #f19149;
}

.corse {
  text-align: center;
  background: #fff;
  padding: 0.4rem;
  border-radius: 2px;
  width: 80%;
  margin: 6px auto;
  font-size: 1.4rem;
  font-weight: 600;
}

.image {
  display: flex;
  justify-content: center;
  margin: 1.4rem auto;
  max-width: 980px;
}

figure {
  position: relative;
  background: #fff;
  width: 24rem;
  height: 24rem;
  border-radius: 50%;
  box-shadow: 0px 0px 5px rgb(50 177 108 / 50%);
}

figure img {
  position: absolute;
  width: 76%;
  top: 50%;
  transform: translateY(-40%);
  left: 12%;
}

figcaption {
  position: absolute;
  right: 50%;
  top: 10%;
  transform: translateX(50%);
  text-align: center;
  font-weight: 600;
  font-size: larger;
  width: 100%;
  font-family: "游明朝", "Yu Mincho", YuMincho;
}

.graph {
  max-width: 900px;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0px 0px 5px rgb(50 177 108 / 50%);
  padding: 0 0 1rem 0;
  margin: 1.2rem auto;
  margin-top: 4rem;
  position: relative;
  text-align: center;
}

.caption {
  width: 98%;
  color: #fff;
  background: #23ac38;
  border-radius: 8px 8px 0 0;
  font-size: 2vw;
  text-align: center;
  padding: 1%;
  margin-bottom: 1rem;
}

.graph img {
  width: 90%;
}

/*---------------------------------------*/

.fourth ul {
  max-width: 900px;
  padding: 2rem 0;
  margin: 0 auto;
}

.fourth ul li {
  display: block;
  margin: 0 auto;
}

.guarantee {
  color: #f39800;
  font-size: 2em;
  font-weight: bold;
  text-align: center;
}

.tokuyaku {
  background: #fffabc;
  padding: 1rem 0;
}

.tokuyakuName {
  position: relative;
  background: #fff;
  border: solid 1px;
  width: 30%;
  padding: 0.8rem 2rem;
  text-align: center;
  margin: 1rem auto;
  font-weight: bold;
  font-size: 1.4em;
}

.tokuyakuName::before {
  position: absolute;
  content: "";
  display: inline-block;
  background-image: url("/assets/images/omoiyari/bed.png");
  background-size: contain;
  background-repeat: no-repeat;
  width: 7rem;
  height: 5rem;
  left: -16%;
  top: 0;
}

.tokuyakuName::after {
  position: absolute;
  content: "";
  display: inline-block;
  background-image: url("/assets/images/omoiyari/wheelchair.png");
  background-size: contain;
  background-repeat: no-repeat;
  width: 5rem;
  height: 5rem;
  right: -10%;
  top: 0;
}

.conditions {
  text-align: center;
  font-size: 1.6em;
  padding: 2rem 0;
  font-weight: 500;
}

/* ボタン押下 */

.btnUnder .simBtn:hover,
.requestBtn:hover,
.kenko:hover,
.kanwa:hover {
  cursor: pointer;
  box-shadow: 0px 1px 1px rgb(0 0 0 / 30%);
  position: relative;
  top: 5px;
}

.Android .kenko:hover,
.Android .kanwa:hover,
.Android .requestBtn:hover {
  cursor: pointer;
  box-shadow: 0px 1px 1px rgb(0 0 0 / 30%);
  position: relative;
  top: 5px;
}

button,
.Android button {
  cursor: pointer;
}

/*タブメニュー */

.sec7_5 ul,
.Android .sec7_5 ul {
  width: 99%;
}

.table_inner-contents .note li {
  text-align: left;
}

.sec8_9 table.hyou,
.Android .sec8_9 table.hyou {
  border-collapse: collapse;
  border: solid 1px;
}

/*********************/

.linka,
.linkb {
  display: block;
  padding-top: 70px;
  margin-top: -70px;
}

label.panel-label01,
.Android label.panel-label01 {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  display: block;
  width: 100%;
  color: #fff;
  cursor: pointer;
  background-color: #23ac38;
  -webkit-transition-property: background-color, color;
  transition-property: background-color, color;
  -webkit-transition-duration: 200ms;
  transition-duration: 200ms;
}

label.panel-label02,
.Android label.panel-label02 {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  display: block;
  width: 100%;
  color: #fff;
  cursor: pointer;
  background-color: #eb6e8f;
  -webkit-transition-property: background-color, color;
  transition-property: background-color, color;
  -webkit-transition-duration: 200ms;
  transition-duration: 200ms;
}

#panels .container {
  width: 100%;
}

.Android #panels .container {
  width: 100%;
}

#panels section header label.panel-label01,
#panels section header label.panel-label02 {
  padding: 12px 24px;
  box-sizing: border-box;
}

.Android #panels section header label.panel-label01,
.Android #panels section header label.panel-label02 {
  padding: 12px 24px;
  box-sizing: border-box;
}

#panels section > div {
  box-sizing: border-box;
  max-height: 0;
  opacity: 0;
  -webkit-transition: opacity 600ms;
  transition: opacity 600ms;
  overflow-y: hidden;
}

.Android #panels section > div {
  box-sizing: border-box;
  max-height: 0;
  opacity: 0;
  -webkit-transition: opacity 600ms;
  transition: opacity 600ms;
  overflow-y: hidden;
}

#panel-1-ctrl:checked ~ #panels #panel-1 > div {
  max-height: initial;
  opacity: 1;
}

.Android #panel-1-ctrl:checked ~ .Android #panels #panel-1 > div {
  max-height: initial;
  opacity: 1;
}

#panel-2-ctrl:checked ~ #panels #panel-2 div {
  max-height: initial;
  opacity: 1;
}

.Android #panel-2-ctrl:checked ~ .Android #panels #panel-2 div {
  max-height: initial;
  opacity: 1;
}

ul#tabs-list,
.Android ul#tabs-list {
  column-gap: 1.5%;
  display: flex;
  list-style: none;
  text-align: center;
  margin: 0;
  padding: 0 0 0 0;
  justify-content: space-between;
}

ul#tabs-list li,
.Android ul#tabs-list li {
  float: left;
  font-size: min(2vw, 5rem);
  width: calc(94% / 2);
  position: relative;
}

ul#tabs-list li label.panel-label01,
.Android ul#tabs-list li label.panel-label01 {
  position: relative;
  padding: 3rem 1rem 3rem 1rem;
  font-size: calc(0.3rem + 2.65vw);
  border-radius: 10px 10px 0px 0px;
}

ul#tabs-list li label.panel-label02,
.Android ul#tabs-list li label.panel-label02 {
  position: relative;
  padding: 3rem 0.7rem 3rem 0;
  font-size: calc(0.3rem + 2.65vw);
  border-radius: 10px 10px 0px 0px;
}

.panel_group,
.Android .panel_group {
  margin: 0 auto;
}

.panel-radios,
.Android .panel-radios {
  display: none;
}

#li-for-panel-1,
#li-for-panel-2 {
  padding-bottom: 0;
}

.Android #li-for-panel-1,
.Android #li-for-panel-2 {
  padding-bottom: 0;
}

/*-----*/

.sec8_9,
.Android .sec8_9 {
  margin-top: 5rem;
}

.sec8_9 p.back_blue,
.Android .sec8_9 p.back_blue {
  width: 100%;
  padding: 2rem;
  padding-bottom: 1rem;
  background: #23ac38;
  color: white;
  font-size: 3rem;
  box-sizing: border-box;
  text-align: center;
  line-height: 5rem;
}

.sec8_9 p.back_orange,
.Android .sec8_9 p.back_orange {
  width: 100%;
  padding: 2rem;
  padding-bottom: 1rem;
  background: #eb6e8f;
  color: white;
  font-size: 3rem;
  box-sizing: border-box;
  text-align: center;
  line-height: 5rem;
}

.sec8_9 p.back_orange.second,
.sec8_9 p.back_blue.second,
.sec7_5 p.back_blue.second,
.sec7_5 p.back_orange {
  padding: 4rem;
  line-height: 5rem;
}

.Android .sec8_9 p.back_orange.second,
.Android .sec8_9 p.back_blue.second,
.Android .sec7_5 p.back_blue.second,
.Android .sec7_5 p.back_orange {
  padding: 4rem;
  line-height: 5rem;
}

.sec8_9 p.back_orange .small,
.sec8_9 p.back_blue .small {
  font-size: 2rem;
}

.Android .sec8_9 p.back_orange .small,
.Android .sec8_9 p.back_blue .small {
  font-size: 2rem;
}

.sec8_9 p.back_orange .small2,
.sec8_9 p.back_blue .small2 {
  font-size: 2rem;
  vertical-align: 20px;
}

.Android .sec8_9 p.back_orange .small2,
.Android .sec8_9 p.back_blue .small2 {
  font-size: 2rem;
  vertical-align: 20px;
}

.sec8_9 .x-small,
.box-center .x-small {
  font-size: 1.3rem;
  vertical-align: 0.3rem;
}

.Android .sec8_9 .x-small,
.Android .box-center .x-small {
  font-size: 1.3rem;
  vertical-align: 0.3rem;
}

.sec8_9 p.back_orange .x-small2,
.sec8_9 p.back_blue .x-small2 {
  font-size: 1.3rem;
  vertical-align: 1.3rem;
}

.Android .sec8_9 p.back_orange .x-small2,
.Android .sec8_9 p.back_blue .x-small2 {
  font-size: 1.3rem;
  vertical-align: 1.3rem;
}

.sec8_9 p.back_orange .medium,
.sec8_9 p.back_blue .medium {
  font-size: 2.5rem;
  vertical-align: 0.3rem;
}

.Android .sec8_9 p.back_orange .medium,
.Android .sec8_9 p.back_blue .medium {
  font-size: 2.5rem;
  vertical-align: 0.3rem;
}

.sec8_9 p small .black_left,
.box-center p small .black_left {
  display: inline-table;
  margin-left: 0.5rem;
}

.Android .sec8_9 p small .black_left,
.Android .box-center p small .black_left {
  display: inline-table;
  margin-left: 0.5rem;
}

.sec8_9 p small .orange_left,
.Android .sec8_9 p small .orange_left {
  margin-bottom: 1.5rem;
}

.sec8_9 p small.less-margin .spot_black,
.sec8_9 p small.less-margin .black_left {
  font-size: 0.9rem;
}

.Android .sec8_9 p small.less-margin .spot_black,
.Android .sec8_9 p small.less-margin .black_left {
  font-size: 0.9rem;
}

.sec8_9 .bg-layer,
.Android .sec8_9 .bg-layer {
  background-color: #ebffee;
  padding-bottom: 3rem;
}

.sec8_9 .bg-layer_orange,
.Android .sec8_9 .bg-layer_orange {
  background-color: #ffeaf0;
  padding-bottom: 3rem;
}

.sec8_9 .inner-contents,
.Android .sec8_9 .inner-contents {
  width: 800px;
  margin: 3rem auto;
}

.sec8_9 .inner-contents > p:nth-child(2) {
  width: 900px;
}

.Android .sec8_9 .inner-contents > p:nth-child(2) {
  width: 900px;
}

.sec8_9 .inner-contents.less-margin,
.Android .sec8_9 .inner-contents.less-margin {
  margin: 1rem auto;
}

.sec8_9 p small,
.Android .sec8_9 p small {
  display: block;
  margin-top: 3rem;
  font-size: 0.9rem;
  line-height: 1.7rem;
}

.sec8_9 p small.less-margin,
.Android .sec8_9 p small.less-margin {
  margin-top: 0;
}

.sec8_9 p small.less-margin2,
.Android .sec8_9 p small.less-margin2 {
  margin-top: 1rem;
}

.down-arrow,
.Android .down-arrow {
  width: 0;
  height: 0;
  border-left: 90px solid transparent;
  border-right: 90px solid transparent;
  margin: 0 auto;
}

.down-arrow.orange,
.Android .down-arrow.orange {
  border-top: 60px solid #eb6e8f;
}

.down-arrow.blue,
.Android .down-arrow.blue {
  border-top: 60px solid #23ac38;
}

.attention-comment {
  margin-top: 20px;
}

.attention-comment p {
  font-size: 0.9rem;
  text-align: center;
  line-height: inherit;
}

/*-----*/

.sec8_9 .table_inner-contents,
.Android .sec8_9 .table_inner-contents {
  width: 950px;
  margin: 4rem auto 4rem;
}

.sec8_9 table.hyou,
.Android .sec8_9 table.hyou {
  border: 1px solid #000;
}

.sec8_9 table.hyou th,
.Android .sec8_9 table.hyou th {
  vertical-align: middle;
  text-align: center;
  display: table-cell;
  height: 100px;
  font-size: 3vw;
  text-align: left;
  line-height: 3.5rem;
  border: 1px solid #000;
  line-height: 2rem;
  padding: 20px;
  box-sizing: border-box;
}

.sec8_9 table.hyou td,
.Android .sec8_9 table.hyou td {
  vertical-align: middle;
  text-align: left;
  line-height: 3.5rem;
  border: 1px solid #000;
  line-height: 2rem;
  box-sizing: border-box;
}

.sec8_9 table.hyou td.td-sub,
.Android .sec8_9 table.hyou td.td-sub {
  font-size: 1.8rem;
  text-align: center;
  box-sizing: border-box;
  width: 30vw;
}

.sec8_9 table.hyou td.td-sub img,
.Android .sec8_9 table.hyou td.td-sub img {
  width: 85%;
}

.sec8_9 table.hyou td.td-main,
.Android .sec8_9 table.hyou td.td-main {
  padding: 25px;
  font-size: 1.5rem;
  text-align: left;
  line-height: 2rem;
  box-sizing: border-box;
  width: 70%;
}

.sec8_9 table.hyou td.td-main img,
.Android .sec8_9 table.hyou td.td-main img {
  width: 10rem;
  margin-bottom: 0.8rem;
}

.sec8_9 .table_sub,
.Android .sec8_9 .table_sub {
  width: 89%;
  margin: 0 auto;
}

.sec8_9 .table_sub small,
.Android .sec8_9 .table_sub small {
  margin-top: 0rem;
}

.sec8_9 .kokuchi,
.Android .sec8_9 .kokuchi {
  font-size: 1.5rem;
  text-align: right;
}

.sec8_9 .kokuchi a,
.Android .sec8_9 .kokuchi a {
  text-decoration: none;
  color: #000;
}

.sec8_9 .kokuchi .under,
.Android .sec8_9 .kokuchi .under {
  border-bottom: 1px solid #000;
  padding: 1em 0em 0.5em 0em;
}

.sec8_9 .kokuchi .under:hover {
  opacity: 0.5;
}

.Android .sec8_9 .kokuchi .under:hover {
  opacity: 0.5;
}

/*-----*/

body.fixed {
  position: fixed;
  left: 0;
}

body.Android.fixed {
  position: fixed;
  left: 0;
}

.sec8_9 .modal-builder,
.Android .sec8_9 .modal-builder {
  display: none;
  position: fixed;
  top: 0;
  width: 100%;
  height: 100vh;
  z-index: 100;
}

.sec8_9 .modal-bg,
.Android .sec8_9 .modal-bg {
  background: rgba(0, 0, 0, 0.5);
  position: fixed;
  top: -25px;
  left: -0vh;
  width: 100%;
  height: 110vh;
}

.sec8_9 .modal-content,
.Android .sec8_9 .modal-content {
  text-align: left;
  background: #fff;
  left: 48vw;
  top: 53vh;
  position: absolute;
  transform: translate(-50%, -50%);
  width: 70%;
}

.sec8_9 .modal-content .modal-scroll,
.Android .sec8_9 .modal-content .modal-scroll {
  height: 90vh;
  overflow-y: scroll;
  padding: 20px;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}

.sec8_9 .modal-content p,
.Android .sec8_9 .modal-content p {
  font-size: 1.2rem;
}

.sec8_9 .modal-content h3,
.Android .sec8_9 .modal-content h3 {
  text-align: center;
  font-size: 1.8rem;
  margin: 1rem 0;
}

.sec8_9 table.modal-table,
.Android .sec8_9 table.modal-table {
  width: 100%;
  border-top: 1px solid #9999;
  border-left: 1px solid #9999;
  border-right: 1px solid #9999;
}

.sec8_9 table.modal-table th,
.Android .sec8_9 table.modal-table th {
  vertical-align: middle;
  text-align: center;
  display: table-cell;
  font-size: 1.2rem;
  line-height: 1rem;
  border-bottom: 1px solid #9999;
  line-height: 1rem;
  padding: 10px;
  box-sizing: border-box;
  border-right: 1px solid #9999;
}

.sec8_9 table.modal-table tr:nth-child(odd) th {
  background-color: #ddebf7;
}

.Android .sec8_9 table.modal-table tr:nth-child(odd) th {
  background-color: #ddebf7;
}

.sec8_9 table.modal-table tr:nth-child(even) th {
  background-color: #bdd7ee;
}

.Android .sec8_9 table.modal-table tr:nth-child(even) th {
  background-color: #bdd7ee;
}

.sec8_9 table.modal-table td,
.Android .sec8_9 table.modal-table td {
  vertical-align: middle;
  display: block;
  padding: 0.4rem 0.4rem 0.4rem 1rem;
  box-sizing: border-box;
  font-size: 1rem;
}

.sec8_9 table.modal-table tr:first-child,
.sec8_9 table.modal-table tr:nth-child(n + 2) {
  border-bottom: 1px solid #9999;
}

.Android .sec8_9 table.modal-table tr:first-child,
.Android .sec8_9 table.modal-table tr:nth-child(n + 2) {
  border-bottom: 1px solid #9999;
}

.sec8_9 table.modal-table tr:nth-child(6),
.sec8_9 table.modal-table tr:nth-child(7) {
  border-bottom: none;
}

.Android .sec8_9 table.modal-table tr:nth-child(6),
.Android .sec8_9 table.modal-table tr:nth-child(7) {
  border-bottom: none;
}

.sec8_9 table.modal-table tr .td_border,
.Android .sec8_9 table.modal-table tr .td_border {
  border-top: 1px solid #9999;
}

.sec8_9 table.modal-table tr .td_small,
.Android .sec8_9 table.modal-table tr .td_small {
  border-bottom: 1px solid #9999;
  border-top: 1px solid #9999;
}

#open,
#close {
  cursor: pointer;
}

.Android #open,
.Android #close {
  cursor: pointer;
}

#close a,
.Android #close a {
  text-decoration: none;
  display: block;
  text-align: center;
  margin: 2rem auto;
  width: 35%;
  color: #fff;
  padding: calc(5 * (100vw / var(--sp-width)));
  background: #23ac38;
  border-radius: 10px;
  font-size: 1.5rem;
  font-weight: bold;
}

.s-orange,
.Android .s-orange {
  padding-top: 1rem;
}

/*-----*/

.pdf_btn,
.Android .pdf_btn {
  width: 750px;
  margin: 1rem auto;
  position: relative;
  white-space: nowrap;
}

/*---------------------------------------
TABLET
----------------------------------------*/

@media screen and (min-width: 480px) and (max-width: 1026px) {
  .pc-only {
    display: none;
  }
  .tab-only {
    display: inline-block;
  }
  .sp-only {
    display: none;
  }
  .header_content {
    justify-content: flex-end;
  }
  .header_content li img {
    padding: 0.6rem;
    display: block;
    margin: 0 auto;
  }
  .sp-tel {
    display: none;
  }
  h1 {
    padding: 1rem;
    font-size: 5vw;
  }
  h2 {
    font-size: 5vw;
  }
  .first-view {
    background: url("/assets/images/omoiyari/mainsp.jpg") no-repeat;
    background-size: cover;
    margin-bottom: 0.2rem;
    height: 80vh;
  }
  .first-top {
    right: 0;
  }
  .first-top img {
    width: 40vw;
  }
  .first {
    left: 0;
    top: 18%;
    margin: 1rem;
    width: 52%;
  }
  .topBtn {
    max-width: 300px;
    font-size: 3.2vw;
  }
  .top-right a img,
  .Android .top-right a img {
    width: 70%;
  }
  .top-right a,
  .Android .top-right a {
    right: 15px;
    bottom: 15px;
  }
  h3 {
    font-size: 1.6rem;
    padding: 1.2rem 0;
  }
  h4 {
    font-size: 1.3rem;
  }
  .two {
    width: 100%;
  }
  .check {
    margin-top: 8rem;
    padding: 8rem 2rem 2rem 4rem;
    width: 80%;
  }
  .check::before {
    top: -30%;
    left: 15%;
  }
  .check::after {
    top: -30%;
    right: 15%;
  }
  .check li {
    width: 66vw;
    margin: 0 auto;
  }
  .catch li {
    padding: 0 0.4rem;
  }
  .catch li img {
    width: 90%;
  }
  .catch li.deco {
    width: 10%;
  }
  dt img {
    width: 40vw;
  }
  .sim {
    width: 90%;
  }
  .requestBtn {
    width: 80%;
  }
  .choice {
    display: block;
  }
  ul.small,
  ul.medium,
  ul.large {
    display: flex;
    justify-content: space-between;
    width: 90%;
    margin: 0.6rem auto;
  }
  .name {
    width: 50%;
    line-height: 1.6rem;
    padding: 0.6rem 0;
  }
  .corse {
    margin: 0.6rem;
  }
  figure {
    width: 50vw;
    height: calc(50vw * 0.9);
    margin: 1rem;
  }
  .graph-wrapper {
    max-width: 96%;
    margin: 0 auto;
  }
  .note {
    text-align: left;
    margin: 0 4%;
  }
  .tokuyakuName {
    width: 46%;
  }
  /*-----*/
  .sec8_9,
  .Android .sec8_9 {
    width: 100%;
    margin: 0px auto;
    position: relative;
  }
  .sec8_9 h3,
  .Android .sec8_9 h3 {
    margin-top: 80px;
    margin-bottom: 3vw;
  }
  .sec8_9 p.back_orange,
  .sec8_9 p.back_blue {
    padding: calc(5 * (100vw / var(--sp-width))) 0;
    font-size: calc(0.1rem + 5.8vw);
    line-height: calc(35 * (100vw / var(--sp-width)));
  }
  ul#tabs-list li label.panel-label02,
  .Android ul#tabs-list li label.panel-label02 {
    position: relative;
    padding: 3rem 0.4rem 3rem 0;
    font-size: calc(0.3rem + 2.65vw);
    border-radius: 10px 10px 0px 0px;
  }
  .Android .sec8_9 p.back_orange,
  .Android .sec8_9 p.back_blue {
    padding: calc(5 * (100vw / var(--sp-width))) 0;
    font-size: calc(0.1rem + 5.8vw);
    line-height: calc(35 * (100vw / var(--sp-width)));
  }
  .sec8_9 p.back_orange .small,
  .sec8_9 p.back_blue .small {
    font-size: calc(0.1rem + 4vw);
  }
  .Android .sec8_9 p.back_orange .small,
  .Android .sec8_9 p.back_blue .small {
    font-size: calc(0.1rem + 4vw);
  }
  .sec8_9 p.back_orange .small2,
  .sec8_9 p.back_blue .small2 {
    font-size: calc(0.1rem + 4vw);
    vertical-align: 0px;
  }
  .Android .sec8_9 p.back_orange .small2,
  .Android .sec8_9 p.back_blue .small2 {
    font-size: calc(0.1rem + 4vw);
    vertical-align: 0px;
  }
  .sec8_9 p.back_orange .x-small,
  .box-center .x-small,
  .sec8_9 p.back_blue .x-small {
    font-size: calc(0.1rem + 1.5vw);
    vertical-align: calc(7 * (100vw / var(--sp-width)));
  }
  .Android .sec8_9 p.back_orange .x-small,
  .Android .box-center .x-small,
  .Android .sec8_9 p.back_blue .x-small {
    font-size: calc(0.1rem + 1.5vw);
    vertical-align: calc(7 * (100vw / var(--sp-width)));
  }
  .sec8_9 .x-small,
  .box-center .x-small {
    font-size: calc(0.1rem + 3vw);
    vertical-align: 0.3rem;
  }
  .Android .sec8_9 .x-small,
  .Android .box-center .x-small {
    font-size: calc(0.1rem + 3vw);
    vertical-align: 0.3rem;
  }
  .sec8_9 p.back_orange.second,
  .sec8_9 p.back_blue.second,
  .sec8_9 p.back_orange,
  .sec8_9 p.back_orange.top_text,
  .sec8_9 p.back_blue.top_text {
    font-size: calc(0.1rem + 5.2vw);
    padding: calc(15 * (100vw / var(--sp-width)));
    padding-bottom: calc(15 * (100vw / var(--sp-width)));
    line-height: calc(35 * (100vw / var(--sp-width)));
  }
  .Android .sec8_9 p.back_orange.second,
  .Android .sec8_9 p.back_blue.second,
  .Android .sec8_9 p.back_orange,
  .Android .sec8_9 p.back_orange.top_text,
  .Android .sec8_9 p.back_blue.top_text {
    font-size: calc(0.1rem + 5.2vw);
    padding: calc(15 * (100vw / var(--sp-width)));
    padding-bottom: calc(15 * (100vw / var(--sp-width)));
    line-height: calc(35 * (100vw / var(--sp-width)));
  }
  .sec8_9 p.back_orange.top_text,
  .sec8_9 p.back_blue.top_text {
    font-size: calc(0.1rem + 4vw);
    padding-bottom: calc(10 * (100vw / var(--sp-width)));
    line-height: calc(35 * (100vw / var(--sp-width)));
  }
  .Android .sec8_9 p.back_orange.top_text,
  .Android .sec8_9 p.back_blue.top_text {
    font-size: calc(0.1rem + 4vw);
    padding-bottom: calc(10 * (100vw / var(--sp-width)));
    line-height: calc(35 * (100vw / var(--sp-width)));
  }
  .sec8_9 p.back_orange .x-small2,
  .sec8_9 p.back_blue .x-small2 {
    font-size: calc(0.1rem + 1.5vw);
    vertical-align: calc(10 * (100vw / var(--sp-width)));
  }
  .Android .sec8_9 p.back_orange .x-small2,
  .Android .sec8_9 p.back_blue .x-small2 {
    font-size: calc(0.1rem + 1.5vw);
    vertical-align: calc(10 * (100vw / var(--sp-width)));
  }
  .sec8_9 p.back_orange .medium,
  .sec8_9 p.back_blue .medium {
    font-size: calc(0.1rem + 3vw);
    vertical-align: 0;
  }
  .Android .sec8_9 p.back_orange .medium,
  .Android .sec8_9 p.back_blue .medium {
    font-size: calc(0.1rem + 3vw);
    vertical-align: 0;
  }
  .sec8_9 .spot_black,
  .box-center .spot_black {
    width: 4%;
    margin-top: 2px;
    float: left;
    font-size: calc(0.1rem + 1.5vw);
  }
  .Android .sec8_9 .spot_black,
  .Android .box-center .spot_black {
    width: 4%;
    margin-top: 2px;
    float: left;
    font-size: calc(0.1rem + 1.5vw);
  }
  .sec8_9 .black_left,
  .box-center .black_left {
    display: block;
    width: 92%;
    text-align: left;
    padding-top: calc(5 * (100vw / var(--sp-width)));
    font-size: calc(10 * (100vw / var(--sp-width)));
    line-height: 150%;
  }
  .Android .sec8_9 .black_left,
  .Android .box-center .black_left {
    display: block;
    width: 92%;
    text-align: left;
    padding-top: calc(5 * (100vw / var(--sp-width)));
    font-size: calc(10 * (100vw / var(--sp-width)));
    line-height: 150%;
  }
  .sec8_9 .bg-layer,
  .Android .sec8_9 .bg-layer {
    padding-bottom: 1px;
    background-size: 70%;
    background-position: 200% 60%;
    background-repeat: no-repeat;
  }
  .sec8_9 .bg-layer_orange,
  .Android .sec8_9 .bg-layer_orange {
    padding-bottom: 1px;
    background-size: 70%;
    background-position: 200% 60%;
    background-repeat: no-repeat;
  }
  .sec8_9 .inner-contents,
  .Android .sec8_9 .inner-contents {
    width: 100%;
    margin: 0 auto 10%;
  }
  .sec8_9 .table_inner-contents,
  .Android .sec8_9 .table_inner-contents {
    width: 95%;
    margin: 0 auto 6vw;
  }
  .sec8_9 .inner-contents .x-small,
  .box-center .x-small {
    font-size: calc(0.1rem + 1.3vw);
    vertical-align: 2vw;
  }
  .Android .sec8_9 .inner-contents .x-small,
  .Android .box-center .x-small {
    font-size: calc(0.1rem + 1.3vw);
    vertical-align: 2vw;
  }
  .sec8_9 .inner-contents > p:nth-child(2) {
    width: 95%;
  }
  .Android .sec8_9 .inner-contents > p:nth-child(2) {
    width: 95%;
  }
  .sec8_9 .inner-contents.less-margin,
  .Android .sec8_9 .inner-contents.less-margin {
    margin: 0 auto 10%;
  }
  .sec8_9 p,
  .Android .sec8_9 p {
    margin: 0 auto;
    text-align: center;
    line-height: calc(30 * (100vw / var(--sp-width)));
  }
  .sec8_9 p small,
  .box-center p small {
    margin-top: 8vw;
    line-height: calc(22 * (100vw / var(--sp-width)));
  }
  .Android .sec8_9 p small,
  .Android .box-center p small {
    margin-top: 8vw;
    line-height: calc(22 * (100vw / var(--sp-width)));
  }
  .sec8_9 p small br,
  .Android .sec8_9 p small br {
    display: none;
    margin-top: calc(22 * (100vw / var(--sp-width)));
  }
  .box-center p small br,
  .Android .box-center p small br {
    display: block;
    margin-top: calc(3 * (100vw / var(--sp-width)));
  }
  .sec8_9 p small.less-margin,
  .Android .sec8_9 p small.less-margin {
    margin-top: 3vw;
    font-size: calc(10 * (100vw / var(--sp-width)));
  }
  .sec8_9 p small.less-margin .spot_black,
  .box-center .spot_black {
    font-size: calc(0.1rem + 1.5vw);
  }
  .Android .sec8_9 p small.less-margin .spot_black,
  .Android .box-center .spot_black {
    font-size: calc(0.1rem + 1.5vw);
  }
  .sec8_9 p small.less-margin .black_left,
  .Android .sec8_9 p small.less-margin .black_left {
    font-size: calc(10 * (100vw / var(--sp-width)));
    padding-top: calc(4 * (100vw / var(--sp-width)));
  }
  .sec8_9 p small.less-margin2,
  .Android .sec8_9 p small.less-margin2 {
    margin-top: 3vh;
  }
  .down-arrow,
  .Android .down-arrow {
    border-left: 30px solid transparent;
    border-right: 30px solid transparent;
    margin-bottom: 5%;
  }
  .down-arrow.orange,
  .Android .down-arrow.orange {
    border-top: 20px solid #eb6e8f;
  }
  .down-arrow.blue,
  .Android .down-arrow.blue {
    border-top: 20px solid #23ac38;
  }
  /*-----*/
  .pdf_btn,
  .Android .pdf_btn {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 5px;
  }
  .sec8_9 .kokuchi {
    margin: 1rem 0rem;
    font-size: calc(0.5rem + 2.5vw);
  }
  .Android .sec8_9 .kokuchi {
    margin: 1rem 0rem;
    font-size: calc(0.5rem + 2.5vw);
  }
  .btnUnder {
    margin-bottom: 3rem;
  }
  .logo dd .supplement {
    padding: 0 5rem;
  }
}

/*---------------------------------------
SP
----------------------------------------*/

@media screen and (max-width: 480px) {
  .pc-only {
    display: none;
  }
  .tab-only {
    display: none;
  }
  .sp-only {
    display: inline-block;
  }
  .header_content {
    height: auto;
    justify-content: space-around;
  }
  .header_content li img {
    margin: 0 auto;
    display: block;
    width: 40vw;
    padding: 0.2rem 0;
  }
  .first {
    padding: 0.4rem;
    margin: 0.4rem auto;
    left: 0;
    width: 96%;
    top: 36vh;
  }
  .first li {
    margin: 1rem 0 0 0;
  }
  .first li img {
    padding: 0.4rem;
    width: 90%;
  }
  .first-view {
    background: url("/assets/images/omoiyari/mainsp2.jpg") no-repeat;
    background-size: cover;
    margin-bottom: 0.2rem;
    height: 80vh;
  }
  .first-top {
    left: 0;
    top: 0;
  }
  .first-top img {
    width: 50vw;
  }
  .top-right a img,
  .Android .top-right a img {
    width: 60%;
  }
  .top-right a,
  .Android .top-right a {
    right: 15px;
    bottom: 15px;
  }
  h2 {
    font-size: 9vw;
    line-height: 0.8;
  }
  h1 {
    font-size: 2.4rem;
    line-height: 1;
  }
  .two {
    width: 98%;
  }
  .check {
    margin-top: 8rem;
    padding: 6rem 1rem 1rem;
    width: 90%;
  }
  .check::before {
    top: -34%;
    left: 7%;
    width: 8rem;
  }
  .check::after {
    top: -34%;
    right: 7%;
    width: 8rem;
  }
  .check li {
    font-size: 1.2rem;
    line-height: 1.4rem;
    text-indent: 30px;
    margin: 0.6rem 0;
  }
  .check li:before {
    width: 1.4rem;
  }
  .catch li {
    padding: 0;
  }
  h3 {
    font-size: 6vw;
    line-height: 3rem;
  }
  .logo {
    margin: 0.4rem;
  }
  .logo dt {
    margin: 0.4rem;
  }
  .logo dd .supplement {
    padding: 0 0.4rem;
  }
  dt img {
    width: 40vw;
  }
  .age li.age-a {
    padding: 0.4rem;
  }
  .age li.age-b {
    padding: 0.4rem 1rem;
    text-align: left;
  }
  .btn {
    border-top: solid 2px #ec6941;
    border-bottom: solid 2px #ec6941;
  }
  .btn p {
    font-size: 5vw;
    line-height: 1.4;
  }
  p.cate {
    background: aliceblue;
  }
  .btn p.how {
    font-size: 5vw;
  }
  .sim {
    border: none;
    width: 90%;
    margin: 0.4rem auto;
    padding: 1rem 0;
  }
  .sim p {
    text-indent: -1rem;
  }
  .sim p::before {
    width: 2rem;
    height: 2rem;
  }
  .simBtn {
    display: block;
  }
  .simBtn li.kenko,
  .simBtn li.kanwa {
    width: 80%;
    margin: 1.2rem 0.4rem;
  }
  .requestBtn {
    width: 80%;
  }
  .choice {
    display: block;
  }
  ul.small,
  ul.medium,
  ul.large {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 90%;
    margin: 0.6rem auto;
  }
  .name {
    width: 100%;
    line-height: 1.6rem;
    padding: 0.6rem 0;
    margin: 0 auto;
  }
  .corse {
    font-size: 1.4rem;
    width: 45%;
    padding: 0.4rem 0.2rem;
  }
  .small,
  .medium,
  .large {
    padding-bottom: 0;
    margin: 0;
  }
  .image {
    flex-wrap: wrap;
    margin-top: 0;
  }
  figure {
    width: 90vw;
    height: calc(70vw * 01);
    margin: 1rem;
    border-radius: 4%;
    box-shadow: none;
  }
  figure img {
    top: 54%;
  }
  figcaption {
    top: 4%;
  }
  h4 {
    padding: 0.6rem;
    font-size: 5vw;
    line-height: 2.8rem;
  }
  .graph-wrapper {
    padding: 0 15px;
  }
  .graph {
    margin: 0;
    box-shadow: none;
  }
  .caption {
    font-size: 5vw;
    font-weight: 600;
  }
  .note {
    text-align: left;
    padding: 0 0.4rem;
    margin: 0;
    font-size: x-small;
  }
  .tokuyakuName {
    width: 80%;
  }
  .tokuyakuName::before {
    content: none;
  }
  .tokuyakuName::after {
    content: none;
  }
  #page-top {
    margin: 0.7rem 0;
  }
  #page-top img {
    width: 14%;
    position: absolute;
    right: 1rem;
    bottom: 6.8rem;
  }
  .sec8_9,
  .Android .sec8_9 {
    margin-top: 2rem;
  }
  .header_content p,
  .Android .header_content p {
    padding-top: 0%;
    width: 50vw;
  }
  ul#tabs-list li label.panel-label01,
  .Android ul#tabs-list li label.panel-label01 {
    position: relative;
    padding: 0.8rem 0rem 0.8rem 1rem;
    font-size: calc(0.3rem + 4vw);
    border-radius: 10px 10px 0px 0px;
    line-height: 1.8rem;
  }
  ul#tabs-list li label.panel-label02,
  .Android ul#tabs-list li label.panel-label02 {
    position: relative;
    padding: 0.8rem 0.2rem 0.8rem 0;
    font-size: calc(0.3rem + 4vw);
    border-radius: 10px 10px 0px 0px;
    line-height: 1.8rem;
  }
  .Android .sec8_9 p.back_orange.second,
  .Android .sec8_9 p.back_blue.second,
  .Android .sec8_9 p.back_orange,
  .Android .sec8_9 p.back_orange.top_text,
  .Android .sec8_9 p.back_blue.top_text {
    font-size: calc(0.1rem + 5.2vw);
    padding: calc(15 * (100vw / var(--sp-width)));
    padding-bottom: calc(15 * (100vw / var(--sp-width)));
    line-height: calc(35 * (100vw / var(--sp-width)));
  }
  .sec8_9 p.back_orange .medium,
  .sec8_9 p.back_blue .medium {
    font-size: calc(0.1rem + 3.5vw);
    vertical-align: 0;
  }
  .Android .sec8_9 p.back_orange .medium,
  .Android .sec8_9 p.back_blue .medium {
    font-size: calc(0.1rem + 3.5vw);
    vertical-align: 0;
  }
  .sec8_9 table.hyou th,
  .Android .sec8_9 table.hyou th {
    padding: 0.6rem;
  }
  .sec8_9 table.hyou td.td-main,
  .Android .sec8_9 table.hyou td.td-main {
    line-height: 1.2rem;
    width: 70%;
    font-size: 1em;
    padding: 0.8rem;
  }
  .sec8_9 p.back_orange.second,
  .sec8_9 p.back_blue.second,
  .sec7_5 p.back_blue.second,
  .sec7_5 p.back_orange {
    line-height: 2rem;
  }
  .sec8_9 p.back_blue,
  .Android .sec8_9 p.back_blue {
    font-size: 3vw;
  }
  .sec8_9 p.back_orange,
  .Android .sec8_9 p.back_orange {
    font-size: 3vw;
  }
  .Android .sec8_9 p.back_orange.second,
  .Android .sec8_9 p.back_blue.second,
  .Android .sec7_5 p.back_blue.second,
  .Android .sec7_5 p.back_orange {
    padding: calc(15 * (100vw / var(--sp-width)));
    font-size: calc(0.1rem + 4vw);
  }
  .sec8_9 p.back_orange.second,
  .sec8_9 p.back_blue.second,
  .sec7_5 p.back_blue.second,
  .sec7_5 p.back_orange {
    padding: calc(15 * (100vw / var(--sp-width)));
    font-size: calc(0.1rem + 4vw);
  }
  .sec8_9 .table_inner-contents,
  .Android .sec8_9 .table_inner-contents {
    width: 95%;
    margin: 0 auto 6vw;
  }
  .sec8_9 .kokuchi .under,
  .Android .sec8_9 .kokuchi .under {
    font-size: 1rem;
    padding: 1em 0em 0.2em 0em;
  }
  .sec8_9 .table_sub,
  .Android .sec8_9 .table_sub {
    width: 94%;
    margin-top: 0.6rem;
  }
  .sec8_9 .spot_black,
  .box-center .spot_black {
    margin-top: 2px;
    float: left;
    font-size: calc(0.1rem + 1.5vw);
  }
  .sec8_9 p small .black_left,
  .box-center p small .black_left {
    width: 90%;
  }
  .sec8_9 .modal-bg,
  .Android .sec8_9 .modal-bg {
    left: -0.01vh;
    width: 130vw;
    top: -5vh;
  }
  .sec8_9 .modal-content,
  .Android .sec8_9 .modal-content {
    padding: 0px;
    left: 50vw;
    height: 85vh;
  }
  .sec8_9 .modal-content .modal-scroll,
  .Android .sec8_9 .modal-content .modal-scroll {
    height: 85vh;
    padding: 0px;
  }
  .sec8_9 table.modal-table th,
  .Android .sec8_9 table.modal-table th {
    width: 100%;
    display: block;
  }
  .sec8_9 table.modal-table td,
  .Android .sec8_9 table.modal-table td {
    word-break: normal;
    width: 100%;
    padding: 2%;
    font-size: 0.7rem;
  }
  .sec8_9 table.modal-table,
  .Android .sec8_9 table.modal-table {
    width: 90%;
    margin: 0 auto;
  }
  .sec8_9 .modal-content h3,
  .Android .sec8_9 .modal-content h3 {
    text-align: center;
    font-size: calc(0.1rem + 8vw);
  }
  .sec8_9 table.hyou td.td-main img,
  .Android .sec8_9 table.hyou td.td-main img {
    width: 30vw;
    margin-bottom: 0.5rem;
  }
  .sec8_9 .bg-layer,
  .Android .sec8_9 .bg-layer {
    padding-bottom: 1rem;
  }
  .sec8_9 .bg-layer_orange,
  .Android .sec8_9 .bg-layer_orange {
    padding-bottom: 1rem;
  }
  #close a,
  .Android #close a {
    width: 50%;
    font-size: calc(0.1rem + 3vw);
  }
  .btnUnder p.how {
    font-size: 5vw;
  }
  .btnUnder .simBtn {
    width: 90%;
    padding: 1rem;
  }
  .btnUnder .simBtn::before {
    width: 2rem;
    height: 2rem;
  }
  .requestBtn::before {
    width: 2rem;
    height: 2rem;
  }
  .btnUnder p {
    font-size: 1rem;
  }
  .pdf_btn,
  .Android .pdf_btn {
    width: 70%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 5px;
  }
  .down-arrow.brown {
    margin-bottom: 1rem;
  }
  .down-arrow.navy {
    border-top: 20px solid #425268;
    margin-bottom: 1rem;
  }
  .down-arrow.blue,
  .Android .down-arrow.blue {
    border-top: 20px solid #23ac38;
    margin-bottom: 5%;
  }
  .down-arrow.orange,
  .Android .down-arrow.orange {
    border-top: 20px solid #eb6e8f;
    margin-bottom: 5%;
  }
  .down-arrow,
  .Android .down-arrow {
    border-left: 30px solid transparent;
    border-right: 30px solid transparent;
  }
}

/*!*****************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./src/assets/css/components/_service-footer.css ***!
  \*****************************************************************************************************************************/
/****************/
/** フッター設定 **/
/****************/
a {
  text-decoration: none;
  transition: 0.5s;
  cursor: pointer;
}

footer {
  font-family: "Noto Sans JP", sans-serif;
  /* 差額ベッド代保険のスタイルをリセットする用 */
  line-height: inherit;
  font-size: inherit;
  letter-spacing: 0;
  font-weight: 600;
  color: #313131;
}
.agency-section {
  width: 100%;
  padding: 56px 0;
  background: #f4f4f4;
  box-sizing: border-box;
}
.agency-section .items {
  max-width: 1024px;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
  line-height: 1.5rem;
}

.agency-section .item {
  margin: 2rem 0;
}

.agency-section .item .item-title {
  font-weight: bold;
  margin-bottom: 0.5rem;
}

.agency-section .item .item-content {
  font-weight: normal;
  padding: 0 1em;
}

.agency-section .item .item-content p {
  margin: 0;
}

.footer {
  width: 100%;
  padding: 40px 0 0;
  background: linear-gradient(to right, #ee8100 0%, #ed8e18 30%, #f5b66b 100%);
}

.footer .footer__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1024px;

  margin-left: auto;
  margin-right: auto;
  color: #ffffff;
  text-align: left;
}

.footer .footer__title {
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.035em;
}

.footer .footer__text {
  margin-top: 10px;
  padding-left: 18px;
  font-size: 18px;
  line-height: 1.7;
}

.footer .footer__text-emphasis {
  font-size: 21px;
  font-weight: 700;
}

.footer .footer__left {
  padding: 20px 0 0 53px;
}

.footer .footer__right {
  max-width: 325px;
  width: 100%;
  height: auto;
  padding: 20px 53px 0 0;
}

.footer_navi_wrapper {
}

.footer_navi {
  margin: 20px auto 0;
  border-top: 1px solid #fff;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  max-width: 1200px;
  padding: 0 15px;
  /* margin: 0 auto; */
  list-style: none;
}

.footer_navi li {
  margin: 1em 0;
  text-align: center;
}

.footer_navi a {
  display: block;
  padding: 7px 1em 7px 0;
  font-weight: 500;
  color: #fff;
  font-size: 16px;
}

.footer_navi li:last-child a {
  padding-right: 0;
}

.footer_navi a:hover {
  color: #333;
}

.footer_navi li:not(:last-child) a::after {
  content: "";
  margin-left: 1em;
  border-right: solid 1px #fff;
}

.footer.footer--plus_olive_smile {
  background: linear-gradient(to left, #ee8100 0%, #ed8e18 30%, #f5b66b 100%);
}

.footer.footer--plus_olive_smile .footer__inner {
  max-width: 918px;
}

.footer.footer--plus_olive_smile .footer__left {
  padding: 0 40px;
}

.footer.footer--plus_olive_smile .footer__text {
  margin-top: 20px;
  padding-left: 0;
  font-size: 14px;
  line-height: 1.6;
  font-weight: normal;
}

.footer.footer--plus_olive_smile .footer__text-emphasis {
  font-size: 16px;
}

.footer.footer--plus_olive_smile .footer__text__list {
  display: flex;
  gap: 40px;
}

.footer.footer--plus_olive_smile .footer_navi {
  max-width: unset;
}

.copyright_wrapper {
  padding: 10px 15px;
  background: #fff;
  font-family: "Roboto";
  font-weight: 400;
  font-size: 16px;
  color: #ee8100;
  text-align: center;
}

@media (max-width: 768px) {
  .agency-section {
    padding: 56px 22px;
  }
  .footer__inner {
    flex-direction: column;
  }
  .footer .footer__left {
    font-size: 14px;
    padding: 0;
  }
  .footer .footer__title,
  .footer .footer__text,
  .footer .footer__text-emphasis {
    font-size: 16px;
  }
  .footer .footer__right {
    margin-top: 45px;
    padding: 0;
    box-sizing: border-box;
  }
  .footer.footer--plus_olive_smile .footer__text {
    margin-top: 40px;
  }
  .footer.footer--plus_olive_smile .footer__text__list {
    gap: 8px;
    flex-direction: column;
    margin-bottom: 20px;
  }
  .footer.footer--plus_olive_smile .footer_navi_wrapper {
    background: linear-gradient(
      to right,
      #ee8100 0%,
      #ed8e18 30%,
      #f5b66b 100%
    );
  }
}

@media only screen and (max-width: 599px) {
  .agency-section {
    padding: 20px 20px;
  }
  .footer_navi li {
    margin: 0.5em 0;
  }
  .footer_navi a {
    font-size: 10px;
  }
  .footer.footer--plus_olive_smile .footer__left {
    padding: 0 20px;
  }
  .copyright_wrapper {
    font-size: 12px;
  }
}

