@charset "UTF-8";
html {
  font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN", "メイリオ", Meiryo, Arial, sans-serif;
}

.contents * {
  box-sizing: border-box;
  max-width: 100%;
}
.contents img {
  display: block;
}
.contents rt {
  transform: scale(0.7);
  font-size: 0.625rem;
  font-weight: normal;
}

.container {
  padding: 0 5%;
}

.text--small {
  font-size: 0.75rem;
  line-height: 1.125rem;
}
.text--red {
  font-size: 100%;
  font-weight: bold;
  color: #cc0022;
}
.text--large {
  font-size: 1.1875rem;
  font-weight: bold;
  line-height: 1.7rem;
  text-align: center;
}
.text--superscript {
  font-size: 0.5rem !important;
  line-height: 1;
  vertical-align: super;
}
.text--bg {
  display: inline;
  padding: 2px;
  background-color: #fcf0f2;
  font-weight: bold;
}

.title--red {
  margin-bottom: 20px;
  font-size: 1.125rem;
  font-weight: bold;
  line-height: 1.5rem;
  text-align: center;
  color: #cc0022;
}

.btn {
  display: block;
}
.btn--detail {
  width: 70%;
  max-width: 230px;
  margin-left: auto;
  margin-right: auto;
}

.balloon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justisfy;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.balloon__img {
  width: 22%;
}
.balloon__wrap {
  width: 78%;
  padding-left: 6%;
}
.balloon__wrap p {
  position: relative;
  border-radius: 6px;
  box-shadow: 4px 4px 4px rgba(204, 167, 158, 0.2);
}
.balloon__wrap p span {
  position: relative;
  display: block;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 12px;
  padding-right: 12px;
  border-radius: 6px;
  background-color: #ffffff;
  font-size: 15px;
  font-weight: 500;
  line-height: 24.4px;
  z-index: 2;
}
.balloon__wrap p::before {
  position: absolute;
  left: 0;
  bottom: 18%;
  transform: translateX(-73%);
  display: block;
  width: 30px;
  height: 30px;
  background-image: url("../images/top/arrow-balloon.png");
  background-size: 100% 100%;
  content: "";
}
.balloon--right .balloon__wrap {
  padding-left: 0;
  padding-right: 6%;
}
.balloon--right .balloon__wrap p {
  position: relative;
}
.balloon--right .balloon__wrap p::before {
  left: 100%;
  right: 0;
  transform: translateX(-37%);
  background-image: url("../images/top/arrow-balloon-right.png");
}

#mv {
  background-color: #f0b2bc;
}

.mv__container {
  padding-bottom: 12px;
}
.mv__title {
  padding-top: 5px;
  padding-bottom: 3px;
  border-top: 2px solid #ffffff;
  background-color: #cc0022;
  color: #ffffff;
  text-align: center;
  font-size: 1rem;
  line-height: 1.1875rem;
  font-weight: bold;
}
.mv__img {
  margin-bottom: 14px;
}
.mv__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 16px;
  margin-bottom: 16px;
}
.mv__list__item {
  width: calc((100% - 4px) / 2);
}
.mv__list__item:nth-of-type(1), .mv__list__item:nth-of-type(2) {
  margin-bottom: 4px;
}
.mv__list__item:nth-of-type(1) {
  margin-right: 4px;
}

#sec-01 {
  padding-top: 22px;
  padding-bottom: 32px;
  background-color: #fbc702;
}

.sec-01__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.sec-01__title__img {
  width: 37%;
}
.sec-01__title__text {
  width: 63%;
}
.sec-01__wrap {
  position: relative;
  padding: 7px 0 7px 12px;
  margin-bottom: 10px;
  background-color: #ffffff;
}
.sec-01__wrap__text {
  font-size: 0.92rem;
  font-weight: bold;
  line-height: 1.69rem;
}
.sec-01__wrap__text span {
  font-size: 1.31rem;
}
.sec-01__wrap__img {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 24%;
}
.sec-01__cv {
  margin-top: 26px;
}

#sec-02 {
  padding-top: 18px;
  padding-bottom: 30px;
  background-color: #FBC702;
}

.sec-02__text {
  margin-top: 30px;
  margin-bottom: 24px;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.75rem;
  text-align: justify;
}
.sec-02__option {
  margin-bottom: 26.5px;
}
.sec-02__comparison__inner {
  padding-left: 9px;
  padding-right: 9px;
  padding-top: 19px;
  padding-bottom: 29px;
  margin-bottom: 22.4px;
  background-color: #fff;
  border-radius: 6px;
}
.sec-02__comparison__title {
  margin-bottom: 10px;
  padding-top: 6px;
  padding-bottom: 6px;
  border: 1.5px solid #cc0022;
  font-size: 18px;
  font-weight: bold;
  color: #cc0022;
  text-align: center;
}
.sec-02__comparison__img--1 {
  width: calc(100% + 9px);
  max-width: none !important;
  margin-bottom: 8.4px;
}
.sec-02__comparison__img--2 {
  margin-bottom: 24.4px;
}
.sec-02__comparison__img--arrow {
  width: 44px;
  margin-bottom: 18px;
  margin-left: auto;
  margin-right: auto;
}
.sec-02__comparison__img--text {
  margin-bottom: 18px;
}
.sec-02__comparison__text {
  margin-bottom: 16.8px;
  font-size: 16px;
  font-weight: bold;
  line-height: 26px;
}
.sec-02__comparison__notes {
  width: 100%;
  margin-bottom: 36px;
}
.sec-02__comparison__notes__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  width: 100%;
}
.sec-02__comparison__notes__wrap:not(:last-of-type) {
  margin-bottom: 4px;
}
.sec-02__comparison__notes__number {
  width: 8%;
  font-size: 12px;
  line-height: 17px;
}
.sec-02__comparison__notes__text {
  width: 92%;
  font-size: 12px;
  line-height: 17px;
}
.sec-02__comparison__anno {
  font-size: 0.75rem;
  line-height: 1.125;
  margin-bottom: 10px;
}

#sec-03 .text--large {
  text-align: justify;
}

.sec-03__point {
  background-color: #fff0b1;
}
.sec-03__point__title {
  background-color: #f0b2bc;
}
.sec-03__point__title__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-top: 11px;
  padding-bottom: 11px;
}
.sec-03__point__title__icon {
  width: 16%;
}
.sec-03__point__title h2 {
  width: 80%;
  color: #cc0022;
  font-size: 1.25rem;
  font-weight: bold;
  line-height: 1.5rem;
}
.sec-03__point__contents {
  padding-top: 24px;
  padding-bottom: 36px;
  background-color: #fff0b1;
}
.sec-03__point__contents__title {
  margin-bottom: 13px;
  font-size: 1.125rem;
  font-weight: bold;
  text-align: center;
}
.sec-03__point__list {
  margin-bottom: 10px;
  background-color: #ffffff;
}
.sec-03__point__list__title {
  padding: 5px;
  background-color: #004499;
  font-size: 0.875rem;
  font-weight: bold;
  line-height: 1.4rem;
  text-align: center;
  color: #ffffff;
}
.sec-03__point__list__item {
  width: 91%;
  margin-left: auto;
  margin-right: auto;
  padding: 16px 0 10px;
}
.sec-03__point__list__item:not(:last-of-type) {
  border-bottom: 1px solid #D8D8D8;
}
.sec-03__point__list__item:nth-of-type(3) .sec-03__point__list__item__text {
  width: 100%;
  margin-bottom: 10px;
}
.sec-03__point__list__item:nth-of-type(3) .sec-03__point__list__item__img {
  margin-right: 18px;
}
.sec-03__point__list__item:nth-of-type(3) .sec-03__point__list__item__price {
  width: 100%;
}
.sec-03__point__list__item__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.sec-03__point__list__item__img {
  width: 29%;
}
.sec-03__point__list__item__text {
  width: 67%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.3rem;
  text-align: justify;
}
.sec-03__point__list__item__price {
  font-size: 1.25rem;
  font-weight: bold;
  line-height: 2.125rem;
  color: #004499;
}
.sec-03__point--1 .sec-03__point__contents {
  padding-bottom: 0;
}
.sec-03__point--1 .sec-03__point__list__item:last-of-type {
  display: block;
}
.sec-03__point--1 .sec-03__point__list__item:last-of-type .sec-03__point__list__item__wrap {
  justify-content: center;
  align-items: center;
  padding-left: 4px;
  margin-bottom: 20px;
}
.sec-03__point--1 .sec-03__point__list__item:last-of-type .sec-03__point__list__item__img {
  width: 38%;
  margin-right: 3px;
}
.sec-03__point--1 .sec-03__point__list__item:last-of-type .sec-03__point__list__item__price {
  display: inline-block;
  width: auto;
  font-size: 1.75rem;
  line-height: 2.25rem;
}
.sec-03__point--1 .balloon {
  align-items: flex-start;
}
.sec-03__point--1 .balloon__wrap {
  position: relative;
  top: -20px;
}
.sec-03__point--1 .balloon__wrap p span {
  padding-top: 16px;
  padding-bottom: 16px;
  padding-left: 16px;
  font-weight: bold;
}
.sec-03__point--1 .balloon__text {
  width: 71%;
}
.sec-03__point--1 .balloon__img {
  width: 29%;
}
.sec-03__point--2 .sec-03__point__title {
  position: relative;
  top: -2px;
}
.sec-03__point--2 .sec-03__point__list {
  margin-bottom: 20px;
}
.sec-03__point--2 .text--large {
  margin-bottom: 30px;
}
.sec-03__point--3__list {
  margin-bottom: 30px;
}
.sec-03__point--3__list__item {
  padding-left: 7%;
  padding-right: 7%;
  padding-top: 18px;
  padding-bottom: 22px;
  border-radius: 5px;
  background-color: #ffffff;
}
.sec-03__point--3__list__item:not(:last-of-type) {
  margin-bottom: 12px;
}
.sec-03__point--3__list__item__title {
  margin-bottom: 18px;
  font-size: 1.125rem;
  font-weight: bold;
  line-height: 1.375rem;
  text-align: center;
}
.sec-03__point--3__list__item__img {
  display: block;
  width: 41%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 14px;
}
.sec-03__point--3__list__item__text {
  margin-bottom: 11px;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.25rem;
  text-align: justify;
}
.sec-03__point--3__list__item .btn--detail {
  width: 100%;
}
.sec-03__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 27px;
}
.sec-03__wrap__item {
  width: 50%;
  text-align: center;
}
.sec-03__wrap__item__img {
  width: 53%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 6px;
}
.sec-03__wrap__item__text {
  position: relative;
  margin-bottom: 10px;
  font-size: 1.125rem;
  font-weight: bold;
  line-height: 1.44rem;
  text-align: center;
}
.sec-03__wrap__item__text span {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.sec-03__wrap__item__link {
  display: inline-block;
  border-bottom: 1px solid;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.25rem;
  text-align: center;
  color: #424242;
  text-decoration: none;
}
.sec-03__wrap__item__link:hover, .sec-03__wrap__item__link:visited {
  color: #424242;
  text-decoration: none;
}
.sec-03__wrap__item__link::after {
  display: inline-block;
  width: 8px;
  height: 12px;
  background-image: url("../images/top/arrow-gray.png");
  background-size: auto 100%;
  background-repeat: no-repeat;
  content: "";
}
.sec-03__cv--1 {
  margin-bottom: 40px;
}
.sec-03__cv--2 {
  margin-top: 28px;
}
.sec-03__cv--3 {
  margin-top: 33px;
}
.sec-03__msg {
  padding-top: 33px;
  padding-bottom: 37px;
  background-color: #f0b2bc;
}
.sec-03__msg .balloon {
  margin-bottom: 32px;
}
.sec-03__msg .balloon .balloon__wrap p span {
  padding-top: 14px;
  padding-bottom: 14px;
}
.sec-03__msg .balloon .balloon__wrap p span span {
  display: inline;
  padding: 0;
  font-weight: bold;
}
.sec-03__msg__wrap {
  padding-left: 7.7px;
  padding-right: 13.4px;
  padding-top: 14.6px;
  margin-bottom: 15px;
  background-color: #fff;
}
.sec-03__msg__text {
  margin-bottom: 13px;
  font-size: 16px;
  line-height: 26px;
  letter-spacing: 0.045em;
  text-align: justify;
}
.sec-03__msg__img {
  width: calc(105% + 13px);
  max-width: none !important;
  margin-right: calc(-1 * (5% + 13px));
}
.sec-03__hazardmap {
  padding-top: 28px;
  margin: 0 auto 40px;
  border-top: 2px dotted #004499;
}
.sec-03__hazardmap__title {
  margin-bottom: 12px;
  font-size: 18px;
  font-weight: bold;
  line-height: 24px;
  color: #004499;
  text-align: center;
}
.sec-03__hazardmap__wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 9px;
  margin: 0 auto 16px;
}
.sec-03__hazardmap__img {
  width: 68px;
}
.sec-03__hazardmap__text {
  max-width: 244px;
  font-size: 14px;
  font-weight: bold;
  line-height: 22px;
}
.sec-03__hazardmap__btn {
  position: relative;
  display: block;
  width: 100%;
  max-width: 312px;
  padding: 12px 0;
  margin: 0 auto 16px;
  background-color: #B1D3FF;
  border-radius: 18px;
  font-size: 15px;
  font-weight: bold;
  line-height: 1;
  letter-spacing: -0.03em;
  text-align: center;
  color: #333333;
  text-decoration: none;
}
.sec-03__hazardmap__btn:hover {
  color: #333333;
  text-decoration: none;
}
.sec-03__hazardmap__btn:visited {
  color: #333333;
  text-decoration: none;
}
.sec-03__hazardmap__btn::after {
  position: absolute;
  top: 50%;
  right: 16px;
  transform: translateY(-50%);
  display: block;
  width: 12px;
  height: 12px;
  background-size: 100% 100%;
  background-image: url(../images/top/hazardmap-btn-tab.png);
  content: "";
}
.sec-03__hazardmap__btn-text {
  font-size: 12px;
  line-height: 17px;
  text-align: center;
}

#sec-04 {
  padding-top: 28px;
  padding-bottom: 52px;
  background-color: #fcf0f2;
}
#sec-04 .balloon:nth-of-type(1) {
  margin-bottom: 22px;
}
#sec-04 .balloon:nth-of-type(1) .balloon__wrap p span {
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 20px;
}
#sec-04 .balloon:nth-of-type(2) {
  margin-bottom: 44px;
}
#sec-04 .balloon:nth-of-type(2) .balloon__wrap p span {
  padding-top: 14px;
  padding-bottom: 14px;
}
#sec-04 .balloon:nth-of-type(2) .balloon__wrap p span span {
  display: inline;
  padding: 0;
  font-weight: bold;
}

.sec-04__table {
  margin-bottom: 22px;
}
.sec-04__plan__item:not(:last-of-type) {
  margin-bottom: 20px;
}
.sec-04__plan__item--2 {
  margin-bottom: 20px;
}
.sec-04__plan__item--2 .sec-04__plan__item__number {
  background-color: #009EB7;
}
.sec-04__plan__item--2 .sec-04__plan__item__text--2 {
  color: #009EB7;
}
.sec-04__plan__item--2 .sec-04__plan__data th,
.sec-04__plan__item--2 .sec-04__plan__data td {
  border-color: #009EB7 !important;
}
.sec-04__plan__item__title {
  margin-bottom: 8px;
}
.sec-04__plan__item__wrap {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 14px;
}
.sec-04__plan__item__texts {
  width: 84%;
  padding-left: 12px;
}
.sec-04__plan__item__number {
  width: 44px;
  height: 44px;
  background-color: #C0167B;
  border-radius: 50%;
  font-size: 16px;
  font-weight: bold;
  color: #ffffff;
  text-align: center;
  line-height: 44px;
}
.sec-04__plan__item__text {
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 20px;
  text-align: justify;
}
.sec-04__plan__item__text--1 {
  margin-bottom: 6px;
  font-size: 14px;
}
.sec-04__plan__item__text--2 {
  margin-bottom: 8px;
  color: #C0167B;
  font-size: 17px;
  font-weight: bold;
}
.sec-04__plan__item__text--3 {
  display: inline-block;
  width: auto;
  padding: 4px;
  background-color: #ffffff;
  font-size: 14px;
  font-weight: bold;
}
.sec-04__plan__title {
  padding-top: 6px;
  padding-bottom: 6px;
  background-color: #f0b2bc;
  margin-bottom: 10px;
  font-size: 17px;
  color: #cc0022;
  text-align: center;
  font-weight: bold;
}
.sec-04__plan__data {
  width: 100%;
  margin-bottom: 12px;
}
.sec-04__plan__data tr:nth-of-type(1) th,
.sec-04__plan__data tr:nth-of-type(1) td {
  border-top: 1.5px solid #C0167B;
}
.sec-04__plan__data th {
  padding-top: 8px;
  padding-bottom: 8px;
  border-right: 1.5px solid #C0167B;
  border-left: 1.5px solid #C0167B;
  border-bottom: 1.5px solid #C0167B;
  width: 50%;
  font-size: 14px;
  font-weight: normal;
  text-align: center;
}
.sec-04__plan__data td {
  padding-top: 8px;
  padding-bottom: 8px;
  border-right: 1.5px solid #C0167B;
  border-bottom: 1.5px solid #C0167B;
  width: 50%;
  font-size: 14px;
  text-align: center;
}
.sec-04__plan__table {
  width: 100%;
}
.sec-04__plan__table tr:nth-of-type(1) th {
  background-color: #E6E6E6;
  font-size: 0.875rem;
  font-weight: bold;
  line-height: 1rem;
}
.sec-04__plan__table tr:nth-of-type(2) th {
  border-bottom: 1px solid #B4B4B4;
}
.sec-04__plan__table tr:nth-of-type(2) td:nth-of-type(1) {
  border-bottom: 1px solid #B4B4B4;
}
.sec-04__plan__table th {
  padding-left: 3px;
  padding-right: 3px;
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: #ffffff;
  font-size: 1rem;
  font-weight: 500;
  text-align: center;
  vertical-align: middle;
}
.sec-04__plan__table th:not(:nth-of-type(3)) {
  border-right: 1px solid #B4B4B4;
}
.sec-04__plan__table td {
  padding-left: 3px;
  padding-right: 3px;
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: #ffffff;
  text-align: center;
  vertical-align: middle;
}
.sec-04__plan__table td:nth-of-type(1) {
  border-right: 1px solid #B4B4B4;
}
.sec-04__plan__table td.price {
  text-align: right;
}
.sec-04__plan .text--large {
  margin-top: 24px;
  margin-bottom: 10px;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.375rem;
  text-align: left;
}
.sec-04__text {
  font-size: 16px;
  line-height: 24px;
  text-align: justify;
}
.sec-04__text--box {
  padding: 14px 10px;
  margin-top: 14px;
  margin-bottom: 32px;
  border: 1px solid #B4B4B4;
  font-size: 14px;
  line-height: 23px;
}
.sec-04__text--annotation {
  position: relative;
  padding-left: 14px;
  margin: 0 auto 25px;
  font-size: 12px;
  line-height: 17px;
  text-align: justify;
}
.sec-04__text--annotation::before {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 12px;
  line-height: 17px;
  letter-spacing: -0.05em;
  content: "※";
}
.sec-04__text--small {
  margin-bottom: 36px;
  font-size: 12px;
  line-height: 19px;
}

#sec-05 {
  padding-top: 40px;
  padding-bottom: 24px;
  background-color: #f0b2bc;
}
#sec-05 .balloon:nth-of-type(1) {
  margin-bottom: 8px;
}
#sec-05 .balloon:nth-of-type(1) .balloon__wrap p span {
  padding-left: 16px;
}
#sec-05 .balloon:nth-of-type(2) .balloon__wrap {
  width: 70%;
}
#sec-05 .balloon:nth-of-type(2) .balloon__wrap p span {
  font-weight: bold;
}
#sec-05 .balloon:nth-of-type(2) .balloon__img {
  width: 28%;
  max-width: 98px;
}

.sec-05__wrap {
  position: relative;
  width: 85%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 16px;
  margin-bottom: 26px;
}
.sec-05__img--woman {
  position: absolute;
  right: 0;
  bottom: 0;
  transform: translateX(62%);
  width: 36%;
}

.sec-06 {
  padding-top: 50px;
  padding-bottom: 45px;
  background-color: #fcf0f2;
}
.sec-06__title {
  margin-bottom: 24px;
  font-size: 18px;
  font-weight: bold;
  line-height: 24px;
  text-align: center;
  color: #cc0022;
}

.voice--etc {
  margin-top: 40px;
}
.voice--etc .title {
  margin-bottom: 19px;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
}
.voice--etc img {
  width: 10% !important;
}
.voice--etc .voice__item {
  align-items: flex-start;
}
.voice--etc .voice__item .text {
  width: 86% !important;
  line-height: 20px;
}
.voice__item {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding-top: 18px;
  padding-bottom: 13px;
  padding-left: 16px;
  padding-right: 10px;
  border-radius: 5px;
  background-color: #ffffff;
}
.voice__item:not(:last-of-type) {
  margin-bottom: 12.5px;
}
.voice__item img {
  display: block;
  width: 20%;
}
.voice__item .voice__text {
  width: 76%;
  margin: 0;
}
.voice__item .voice__text .title {
  font-size: 14px;
  line-height: 20px;
  font-weight: bold;
}
.voice__item .voice__text .text {
  font-size: 14px;
  line-height: 20px;
  text-align: justify;
}
.voice__item .voice__text .text span {
  font-weight: bold;
  color: #cc0022;
}

#sec-07 {
  padding-bottom: 10px;
  background-color: #fcf0f2;
}

.sec-07__container {
  padding-bottom: 34px;
}
.sec-07__step {
  padding-top: 2px;
  padding-bottom: 2px;
  padding-left: 2px;
  padding-right: 2px;
  margin-right: 2px;
  border: 1px solid #cc0022;
  font-weight: 500;
  color: #cc0022;
}
.sec-07__list__item {
  margin-bottom: 10px;
}
.sec-07__list__item__q {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 14px 12px 10px;
  border-radius: 5px;
  background-color: #E5E5E5;
  color: #424242;
  text-decoration: none;
}
.sec-07__list__item__q:hover {
  text-decoration: none;
}
.sec-07__list__item__q:visited {
  color: #424242;
}
.sec-07__list__item__q span {
  display: block;
  width: 95.5%;
  padding-right: 12px;
  margin-top: -4px;
  color: #424242;
  font-size: 0.9375rem;
  font-weight: bold;
  line-height: 1.44rem;
  text-align: justify;
}
.sec-07__list__item__q.is-open .sec-07__icon--up {
  display: block !important;
}
.sec-07__list__item__q.is-open .sec-07__icon--down {
  display: none !important;
}
.sec-07__list__item__a {
  display: none;
  padding: 14px 12px 18px;
  border-radius: 0 0 5px 5px;
  background-color: #ffffff;
}
.sec-07__list__item__a p {
  font-size: 0.9375rem;
  line-height: 1.44rem;
  text-align: justify;
}
.sec-07__list__item__a a {
  text-decoration: underline;
}
.sec-07__list__item__a .mb8 {
  margin-bottom: 8px;
}
.sec-07__list__item__a .mb14 {
  margin-bottom: 14px;
}
.sec-07__list__item--4__wrap--1 {
  padding-bottom: 24px;
  margin-bottom: 24px;
  border-bottom: 1px solid #424242;
}
.sec-07__list__item--4__notes__text {
  position: relative;
}
.sec-07__list__item--4__notes__text::before {
  position: absolute;
  left: 0;
  top: 0;
  font-size: 0.75rem;
  line-height: 1.125rem;
  content: "・";
}
.sec-07__list__item--4__notes p {
  padding-left: 0.75rem;
}
.sec-07__icon {
  width: 4.5%;
}
.sec-07__icon--up {
  display: none !important;
}
.sec-07__icon--arrow {
  width: 10%;
  margin-left: auto;
  margin-right: auto;
}
.sec-07__number {
  text-align: right;
}

.sec-modal__item {
  display: none;
}
.sec-modal__item__contents {
  position: relative;
  padding-top: 40px;
  padding-bottom: 25px;
  background-color: #fcf0f2;
}
.sec-modal__item__contents--1 {
  width: calc(100% + 6.25vw);
  max-width: calc(100% + 6.25vw) !important;
  margin-left: -3.125vw;
}
.sec-modal__item__contents--1 .sec-modal__item__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.sec-modal__item__contents--1 .sec-modal__item__text p:not(.sec-modal__item__number) {
  width: 93%;
  margin-top: -0.3rem;
}
.sec-modal__item__contents--1 .sec-modal__item__img {
  display: block;
  margin-bottom: 14px;
}
.sec-modal__item__contents--1 .text--red {
  font-size: 1rem;
  line-height: 1.375rem;
}
.sec-modal__item__contents--1__notes__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.sec-modal__item__contents--1__notes__wrap:not(:last-of-type) {
  margin-bottom: 4px;
}
.sec-modal__item__contents--1__notes__wrap * {
  font-size: 0.75rem;
  line-height: 0.9rem;
}
.sec-modal__item__contents--1__notes__number {
  width: 10%;
}
.sec-modal__item__contents--1__notes__text {
  width: 90%;
}
.sec-modal__item__contents--2 .sec-modal__item__img {
  display: block;
  width: 56%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 22px;
}
.sec-modal__item__contents--3 .sec-modal__item__table th:nth-of-type(1) {
  width: 24%;
}
.sec-modal__item__contents--3 .sec-modal__item__table th:nth-of-type(2) {
  width: 52%;
}
.sec-modal__item__contents--3 .sec-modal__item__table th:nth-of-type(3) {
  width: 24%;
  background-color: #cc0022;
  color: #ffffff;
}
.sec-modal__item__contents--3 .sec-modal__item__table td:nth-of-type(1) {
  border-right: 1px solid #d5d5d5;
  text-align: justify;
}
.sec-modal__item__contents--3 .sec-modal__item__table td:nth-of-type(2) {
  font-size: 0.875rem;
  font-weight: bold;
  color: #cc0022;
  text-align: center;
}
.sec-modal__item__contents--4 .sec-modal__item__table tr:not(:nth-of-type(1)) th {
  vertical-align: top;
}
.sec-modal__item__contents--4 .sec-modal__item__table th:nth-of-type(1) {
  width: 24%;
}
.sec-modal__item__contents--4 .sec-modal__item__table th:not(:nth-of-type(1)) {
  width: 76%;
}
.sec-modal__item__inner {
  width: 83%;
  margin-left: auto;
  margin-right: auto;
}
.sec-modal__item__box {
  padding-top: 18px;
  padding-bottom: 18px;
  padding-left: 5%;
  padding-right: 5%;
  background-color: #ffffff;
}
.sec-modal__item__box__title {
  margin-bottom: 10px;
  font-size: 0.875rem;
  line-height: 1.44rem;
  text-align: center;
}
.sec-modal__item__box__text {
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 1.1rem;
}
.sec-modal__item__title {
  margin-bottom: 16px;
  font-size: 1.3rem;
  font-weight: bold;
  text-align: center;
  color: #cc0022;
}
.sec-modal__item__text {
  margin-bottom: 22px;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.5rem;
  text-align: justify;
}
.sec-modal__item__table {
  margin-bottom: 22px;
}
.sec-modal__item__table tr:nth-of-type(1) th {
  background-color: #d5d5d5;
}
.sec-modal__item__table tr:nth-of-type(1) th:not(:last-of-type) {
  border-right: 1px solid #ffffff;
}
.sec-modal__item__table tr:not(:nth-of-type(1)) th {
  border-bottom: 1px solid #ffffff;
  background-color: #f0b2bc;
}
.sec-modal__item__table tr:not(:nth-of-type(1)) td {
  border-bottom: 1px solid #d5d5d5;
}
.sec-modal__item__table tr:last-of-type th,
.sec-modal__item__table tr:last-of-type td {
  border-bottom: none;
}
.sec-modal__item__table th {
  padding-top: 11px;
  padding-bottom: 11px;
  font-size: 0.8rem;
  font-weight: bold;
  line-height: 1rem;
  text-align: center;
  vertical-align: middle;
}
.sec-modal__item__table td {
  padding-top: 11px;
  padding-bottom: 11px;
  padding-left: 10px;
  padding-right: 10px;
  background-color: #ffffff;
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 1.1rem;
  vertical-align: middle;
}
.sec-modal__item__table__img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.sec-modal__item__table__img--1 {
  max-width: 58px !important;
}
.sec-modal__item__table__img--2 {
  max-width: 71px !important;
}
.sec-modal__item__table__img--3 {
  max-width: 78px !important;
}
.sec-modal__item__table__img--4 {
  max-width: 46px !important;
}
.sec-modal__item__number {
  display: block;
  width: 1rem;
  height: 1rem;
  padding: 1px;
  margin-right: 5px;
  border-radius: 50%;
  background-color: #cc0022;
  color: #ffffff;
  font-weight: bold;
  text-align: center;
  line-height: 1rem;
}

.btn--modalClose {
  position: absolute;
  top: 6px;
  right: 6px;
  max-width: 20px;
  z-index: 2;
}
.btn--modalClose__img {
  max-width: 100%;
}

.modaal-noscroll {
  overflow: initial;
}

.modaal-content-container {
  padding: 0;
}

.modaal-container {
  color: #333333;
}

#fixedCvArea {
  position: fixed;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  background-color: #F2F2F2;
  border-top: solid 2px #B4B4B4;
  z-index: 600;
}

.fixedCvArea__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-around;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.fixedCvArea__btn {
  display: block;
  width: 25%;
  padding-top: 7px;
  padding-bottom: 14px;
  text-decoration: none;
}
.fixedCvArea__btn:hover, .fixedCvArea__btn:visited {
  text-decoration: none;
}
.fixedCvArea__btn--tel img {
  width: 22px;
}
.fixedCvArea__btn--pamphlet img {
  width: 66px;
}
.fixedCvArea__btn--faq img {
  width: 25px;
}
.fixedCvArea__btn--mail img {
  width: 56px;
}
.fixedCvArea__btn img {
  margin-left: auto;
  margin-right: auto;
}

#sec-10 {
  border-top: 3px solid #cc0022;
  padding-top: 7.5vw;
}

#sec-10 > p {
  font-size: 14px;
  font-size: 4.375vw;
  font-weight: bold;
  line-height: 1.777777;
  margin-bottom: 6.25vw;
  text-align: center;
  letter-spacing: 0.08em;
}

.sec-10-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 7.1875vw;
  -webkit-flex-flow: wrap;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
}

.sec-10-list li {
  width: 47.5%;
}

.sec-10-list li:nth-of-type(odd) {
  margin-right: 2.5%;
}

.sec-10-list li:not(:nth-of-type(-n + 2)) {
  margin-top: 2.5%;
}

.sec-10-list a {
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.3);
}

.sec-10-list a:hover {
  opacity: 0.7;
}

.sec-10-list img {
  display: block;
  width: auto;
  height: 100%;
  margin: auto;
}

.sec-10-notice {
  font-size: 10px;
  font-size: 3.125vw;
  line-height: 1.75;
  position: relative;
  margin: 0 auto 3.125vw;
  text-indent: 1em;
}

.sec-10-notice::before {
  position: absolute;
  top: 1.5625vw;
  left: 0;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 0.9375vw;
  height: 0.9375vw;
  content: "";
  border: 0.9375vw solid transparent;
  border-left: 6px solid #cc0022;
}

.sec-10-link {
  max-width: 660px;
  margin: 0 auto 46px;
}

.sec-10-link a {
  font-size: 14px;
  font-size: 4.375vw;
  font-weight: bold;
  line-height: 1.2857;
  position: relative;
  display: block;
  padding: 3.75vw 5.625vw 3.75vw 18.75vw;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  text-decoration: none;
  color: #cc0022;
  border: 2px solid #cc0022;
  border-radius: 3.125vw;
}

.sec-10-link a::before,
.sec-10-link a::after {
  position: absolute;
  top: 0;
  bottom: 0;
  display: block;
  margin: auto;
  content: "";
}

.sec-10-link a::before {
  left: 2.5vw;
  width: 13.125vw;
  height: 10.625vw;
  background: url("../images/top/mv_ttl.png") no-repeat;
  background-size: contain;
}

.sec-10-link a::after {
  right: 2.5vw;
  width: 1.875vw;
  height: 1.875vw;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  border-top: 0.625vw solid #cc0022;
  border-right: 0.625vw solid #cc0022;
}

.sec-10-link a:hover {
  opacity: 0.7;
}

#back-top {
  position: fixed;
  bottom: 70px;
  right: 2px;
  z-index: 2;
}