/* -------------------------------------
   mixin
------------------------------------- */
/* -------------------------------------
   font
------------------------------------- */
@font-face {
  font-family: "DIN-Demi";
  src: url("../fonts/D-DIN-PRO-600-SemiBold.otf") format("truetype");
}
@font-face {
  font-family: "DIN-Bold";
  src: url("../fonts/D-DIN-PRO-700-Bold.otf") format("truetype");
}
/* -------------------------------------
   reset
------------------------------------- */
@media print, screen and (min-width: 1200px) {
  #contentsWrapper.homeTemplate {
    padding-top: 0 !important;
  }
}
#contentsWrapper .contArea {
  max-width: 100% !important;
  padding: 0 !important;
}
#contentsWrapper .footerTax {
  margin-top: 0 !important;
}
#contentsWrapper .footerSiteMap {
  padding-bottom: 30vw !important;
}
@media print, screen and (min-width: 768.02px) {
  #contentsWrapper .footerSiteMap {
    padding-bottom: 120px !important;
  }
}

body .p-ouenwari {
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1;
  -webkit-text-size-adjust: 100%;
     -moz-text-size-adjust: 100%;
          text-size-adjust: 100%;
}
body .p-ouenwari button,
body .p-ouenwari input,
body .p-ouenwari select,
body .p-ouenwari optgroup,
body .p-ouenwari textarea {
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1;
  -webkit-text-size-adjust: 100%;
     -moz-text-size-adjust: 100%;
          text-size-adjust: 100%;
}
body .p-ouenwari *,
body .p-ouenwari *::before,
body .p-ouenwari *::after {
  box-sizing: border-box;
  word-break: break-all;
}
body .p-ouenwari textarea {
  width: 100%;
}
body .p-ouenwari li {
  list-style: none;
}
body .p-ouenwari img {
  width: 100%;
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}
body .p-ouenwari a,
body .p-ouenwari a:hover,
body .p-ouenwari a:active,
body .p-ouenwari a:visited,
body .p-ouenwari a:focus {
  text-decoration: none;
  outline: none;
}
body .p-ouenwari h1,
body .p-ouenwari h2,
body .p-ouenwari h3,
body .p-ouenwari h4,
body .p-ouenwari h5,
body .p-ouenwari h6 {
  font-weight: 700;
  line-height: 1.3;
}
body .p-ouenwari p {
  line-height: 1.3;
}
body .p-ouenwari .btn:hover {
  cursor: pointer;
}
body .p-ouenwari article,
body .p-ouenwari section,
body .p-ouenwari nav,
body .p-ouenwari figure,
body .p-ouenwari ul,
body .p-ouenwari li,
body .p-ouenwari dl,
body .p-ouenwari dt,
body .p-ouenwari dd,
body .p-ouenwari p,
body .p-ouenwari h1,
body .p-ouenwari h2,
body .p-ouenwari h3,
body .p-ouenwari h4,
body .p-ouenwari h5,
body .p-ouenwari h6 {
  margin: 0;
  padding: 0;
}

/* -------------------------------------
   inview
------------------------------------- */
.fadein {
  opacity: 0;
  transition-property: all;
  transition-duration: 0.8s !important;
}

.fadein.inview {
  opacity: 1;
  transform: translate(0, 0);
}

.delay2 {
  transition-delay: 0.2s;
}

.delay3 {
  transition-delay: 0.4s;
}

.delay4 {
  transition-delay: 0.6s;
}

.delay5 {
  transition-delay: 0.8s;
}

.delay6 {
  transition-delay: 1s;
}

/* -------------------------------------
   dodon
------------------------------------- */
.fadeInDodon {
  opacity: 0;
}
.fadeInDodon.inview {
  animation: fadeInDodon 0.8s ease 0.25s 1 forwards;
}

.fadeInDodon02 {
  opacity: 0;
}
.fadeInDodon02.inview {
  animation: fadeInDodon02 0.6s ease 0.25s 1 forwards;
}

@keyframes fadeInDodon {
  0% {
    opacity: 0;
    transform: scale(0);
  }
  70% {
    opacity: 1;
    transform: scale(1.2);
  }
  80% {
    opacity: 1;
    transform: scale(1);
  }
  90% {
    opacity: 1;
    transform: scale(1.05);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes fadeInDodon02 {
  0% {
    opacity: 0;
    transform: scale(0.5);
  }
  70% {
    opacity: 1;
    transform: scale(1.2);
  }
  80% {
    opacity: 1;
    transform: scale(1);
  }
  90% {
    opacity: 1;
    transform: scale(1.05);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
/* -------------------------------------
   common
------------------------------------- */
.-pc {
  display: inherit !important;
}
@media screen and (max-width: 768px) {
  .-pc {
    display: none !important;
  }
}

.-sp {
  display: none !important;
}
@media screen and (max-width: 768px) {
  .-sp {
    display: inherit !important;
  }
}

body .p-ouenwari .cm_wrap {
  max-width: 780px;
  width: 100%;
  padding: 30px;
  background-color: #fdeee6;
  border: 1px solid #e5e5e5;
  margin: auto;
  color: #333;
  margin-top: 30px;
  line-height: 1.5em;
}
@media screen and (max-width: 768px) {
  body .p-ouenwari .cm_wrap {
    padding: 4vw;
    margin-top: 4vw;
    width: 94%;
  }
}
body .p-ouenwari .cm_wrap .cm_heading {
  font-weight: bold;
  font-size: 14px;
}
@media screen and (max-width: 768px) {
  body .p-ouenwari .cm_wrap .cm_heading {
    font-size: 4vw;
  }
}
body .p-ouenwari .cm_wrap .cm_txt {
  font-size: 12px;
  line-height: 1.5em;
}
@media screen and (max-width: 768px) {
  body .p-ouenwari .cm_wrap .cm_txt {
    font-size: 3.7vw;
  }
}
body .p-ouenwari .cm_wrap .cm_date {
  color: #777;
  font-size: 12px;
}
@media screen and (max-width: 768px) {
  body .p-ouenwari .cm_wrap .cm_date {
    font-size: 3.7vw;
  }
}
body .p-ouenwari .spacer01 {
  padding-top: 14vw;
}
@media print, screen and (min-width: 768.02px) {
  body .p-ouenwari .spacer01 {
    padding-top: 110px;
  }
}
body .p-ouenwari .spacer02 {
  padding-top: 22vw;
}
@media print, screen and (min-width: 768.02px) {
  body .p-ouenwari .spacer02 {
    padding-top: 200px;
  }
}
body .p-ouenwari .sup {
  vertical-align: super;
  font-size: 80% !important;
}
body .p-ouenwari .sup-small {
  font-size: 68% !important;
}
body .p-ouenwari .sup-left {
  position: relative;
  left: -0.5em;
}
body .p-ouenwari .blue {
  color: #10386B !important;
}
body .p-ouenwari .red {
  color: #E31E1B !important;
}
body .p-ouenwari .orange {
  color: #EA6000 !important;
}
body .p-ouenwari .c-btnmore {
  position: relative;
  display: block;
  margin-top: 5vw;
  padding: 1.3em 0;
  font-size: 4.2vw;
  font-weight: 700;
  text-align: center;
  color: #10386B;
  background-color: #fff;
  border: #10386B 2px solid;
  border-radius: 10px;
  transition-duration: 0.2s;
}
@media print, screen and (min-width: 768.02px) {
  body .p-ouenwari .c-btnmore {
    padding: 1.25em 0;
    margin-top: 20px;
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  body .p-ouenwari .c-btnmore.twoline {
    padding: 0.5em 0;
    line-height: 1.3;
  }
}
body .p-ouenwari .c-btnmore-blue {
  color: #fff;
  background-color: #10386B;
}
@media screen and (max-width: 768px) {
  body .p-ouenwari .c-btnmore-blue {
    padding-right: 1.5em !important;
  }
}
@media print, screen and (min-width: 768.02px) {
  body .p-ouenwari .c-btnmore-blue:hover {
    opacity: 0.85;
  }
}
body .p-ouenwari .c-btnmore.small {
  font-size: 3.95vw;
}
@media print, screen and (min-width: 768.02px) {
  body .p-ouenwari .c-btnmore.small {
    font-size: 16px;
  }
}
body .p-ouenwari .c-btnmore .remarks {
  font-size: 75%;
}
body .p-ouenwari .c-btnmore .arrow {
  position: absolute;
  top: 50%;
  right: 3vw;
  transform: translateY(-50%);
  width: 7vw;
  height: 7vw;
  background-color: #E73E0C;
  border-radius: 50%;
}
@media print, screen and (min-width: 768.02px) {
  body .p-ouenwari .c-btnmore .arrow {
    right: 13px;
    width: 26px;
    height: 26px;
  }
}
body .p-ouenwari .c-btnmore .arrow::before {
  content: "";
  position: absolute;
  right: 1.9vw;
  top: calc(50% - 1px);
  width: 3.2vw;
  height: 2px;
  background-color: #fff;
}
@media print, screen and (min-width: 768.02px) {
  body .p-ouenwari .c-btnmore .arrow::before {
    width: 12px;
    right: 7px;
  }
}
body .p-ouenwari .c-btnmore .arrow::after {
  content: "";
  position: absolute;
  right: 1.9vw;
  top: calc(50% - 1px);
  width: 3.2vw;
  height: 2px;
  background-color: #fff;
  transform: rotate(90deg);
  transition-duration: 0.2s;
}
@media print, screen and (min-width: 768.02px) {
  body .p-ouenwari .c-btnmore .arrow::after {
    width: 12px;
    right: 7px;
  }
}
body .p-ouenwari .c-btnmore.open .arrow::after {
  transform: rotate(0deg);
}
@media print, screen and (min-width: 768.02px) {
  body .p-ouenwari .c-btnmore:hover {
    color: #fff;
    background-color: #10386B;
  }
}
body .p-ouenwari .c-btnnotes {
  position: relative;
  display: inline-block;
  padding: 0.25em 1.25em 0.25em 0.25em;
  font-size: 4.2vw;
  font-weight: 700;
  letter-spacing: 0.1em;
  color: #0066AA;
}
@media print, screen and (min-width: 768.02px) {
  body .p-ouenwari .c-btnnotes {
    font-size: 16px;
  }
}
body .p-ouenwari .c-btnnotes::before {
  content: "";
  position: absolute;
  top: 40%;
  right: 0;
  transform: rotate(45deg) translateY(-52%);
  width: 2vw;
  height: 2vw;
  border-right: #0066AA 2px solid;
  border-bottom: #0066AA 2px solid;
}
@media print, screen and (min-width: 768.02px) {
  body .p-ouenwari .c-btnnotes::before {
    width: 8px;
    height: 8px;
  }
}
@media print, screen and (min-width: 768.02px) {
  body .p-ouenwari .c-btnnotes:hover {
    opacity: 0.85;
  }
}
@media print, screen and (min-width: 768.02px) {
  body .p-ouenwari .c-btnnotes:hover::before {
    top: 50%;
  }
}
body .p-ouenwari .t-link {
  display: inline;
  text-decoration: none;
}
@media print, screen and (min-width: 768.02px) {
  body .p-ouenwari .t-link:hover {
    text-decoration: underline;
  }
}
body .p-ouenwari .t-link-pdf {
  position: relative;
  padding-right: 1.8em;
}
body .p-ouenwari .t-link-pdf::after {
  position: absolute;
  top: 50%;
  right: 0.1em;
  transform: translateY(-50%);
  background-image: url(../images/icon_sprite.webp);
  background-position: -41px -20px;
  width: 16px;
  height: 16px;
  background-size: 121px 118px;
}
body .p-ouenwari .t-link-blank {
  position: relative;
  padding-right: 1.8em;
}
body .p-ouenwari .t-link-blank::after {
  position: absolute;
  top: 50%;
  right: 0.1em;
  transform: translateY(-50%);
  background-image: url(../images/icon_sprite.webp);
  background-position: 0.5px -100px;
  width: 9px;
  height: 9px;
  background-size: 121px 118px;
}
body .p-ouenwari .tgl-content {
  display: none;
}
body .p-ouenwari .tgl-box {
  margin-top: -4vw;
  padding: 8vw 4vw 6vw;
  border: #9FAFC4 1px solid;
  border-radius: 0 0 10px 10px;
}
@media print, screen and (min-width: 768.02px) {
  body .p-ouenwari .tgl-box {
    margin-top: -10px;
    padding: 30px 30px 25px;
  }
}
body .p-ouenwari .nav-list {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
}
body .p-ouenwari .nav-list a {
  position: relative;
  display: block;
  width: 48%;
  padding: 2vw 5vw 2vw 0;
  border-radius: 10px;
}
@media print, screen and (min-width: 768.02px) {
  body .p-ouenwari .nav-list a {
    width: 48.8%;
    padding: 20px 45px 20px 0;
  }
}
body .p-ouenwari .nav-list a::before, body .p-ouenwari .nav-list a::after {
  content: "";
  position: absolute;
  transform: translateY(-50%);
}
body .p-ouenwari .nav-list a::before {
  top: 50%;
  right: 2vw;
  width: 8vw;
  height: 8vw;
  background-color: #fff;
  border-radius: 50%;
  border: #fff 2px solid;
  z-index: 1;
}
@media print, screen and (min-width: 768.02px) {
  body .p-ouenwari .nav-list a::before {
    right: 20px;
    width: 34px;
    height: 34px;
  }
}
body .p-ouenwari .nav-list a::after {
  top: 44%;
  right: 4.8vw;
  width: 2.5vw;
  height: 2.5vw;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(135deg);
  z-index: 2;
}
@media print, screen and (min-width: 768.02px) {
  body .p-ouenwari .nav-list a::after {
    top: 42%;
    right: 32px;
    width: 10px;
    height: 10px;
  }
}
body .p-ouenwari .nav-list a.nav01 {
  background-color: #FABE03;
}
@media screen and (max-width: 768px) {
  body .p-ouenwari .nav-list a.nav01 {
    padding-top: 3vw;
  }
}
body .p-ouenwari .nav-list a.nav01::before, body .p-ouenwari .nav-list a.nav01::after {
  border-color: #FABE03;
}
body .p-ouenwari .nav-list a.nav02 {
  background-color: #000000;
}
body .p-ouenwari .nav-list a.nav02::before, body .p-ouenwari .nav-list a.nav02::after {
  border-color: #000000;
}
@media print, screen and (min-width: 768.02px) {
  body .p-ouenwari .nav-list a:hover {
    opacity: 0.85;
  }
}
body .p-ouenwari .nav-list .nav-logo {
  margin: 0 auto;
}
body .p-ouenwari .nav-list .nav-logo.nav-logo01 {
  width: 30vw;
}
@media print, screen and (min-width: 768.02px) {
  body .p-ouenwari .nav-list .nav-logo.nav-logo01 {
    width: 301px;
  }
}
body .p-ouenwari .nav-list .nav-logo.nav-logo02 {
  width: 22vw;
}
@media print, screen and (min-width: 768.02px) {
  body .p-ouenwari .nav-list .nav-logo.nav-logo02 {
    width: 337px;
  }
}
body .p-ouenwari .remarks-list {
  font-size: 3.2vw;
  line-height: 1.5;
  text-align: left;
  color: #333;
}
@media print, screen and (min-width: 768.02px) {
  body .p-ouenwari .remarks-list {
    font-size: 12px;
  }
}
body .p-ouenwari .remarks-list.mt01 {
  margin-top: 2.5em;
}
body .p-ouenwari .remarks-list.mb01 {
  margin-bottom: 2.5em;
}
body .p-ouenwari .remarks-list > li:not(:first-child) {
  margin-top: 0.75em;
}
body .p-ouenwari .remarks-list > li:last-child {
  margin-bottom: 0 !important;
}
body .p-ouenwari .remarks-list .sublist {
  display: inline-block;
  font-size: 3.2vw;
}
@media print, screen and (min-width: 768.02px) {
  body .p-ouenwari .remarks-list .sublist {
    width: 100%;
    font-size: 12px;
  }
}
body .p-ouenwari .remarks-list .sublist > li:not(:first-child) {
  margin-top: 0.4em;
}
body .p-ouenwari .remarks-list .sublist-num {
  vertical-align: top;
}
body .p-ouenwari .remarks-list .indent {
  padding-left: 1em;
  text-indent: -1em;
}
body .p-ouenwari .remarks-list .indent-num {
  padding-left: 2em;
  text-indent: -2em;
}
body .p-ouenwari .remarks-list .large {
  margin-bottom: 0.75em;
  font-size: 3.7vw;
}
@media print, screen and (min-width: 768.02px) {
  body .p-ouenwari .remarks-list .large {
    font-size: 14px;
  }
}
body .p-ouenwari .remarks-list .bold {
  font-weight: 700;
}
body .p-ouenwari .remarks-list .mt01 {
  margin-top: 1em;
}
body .p-ouenwari .remarks-list .mb01 {
  margin-bottom: 1em;
}
body .p-ouenwari .l-table01 {
  width: 100%;
  margin-bottom: 4vw;
  font-size: 4.2vw;
  line-height: 1.3;
  border: #9FAFC4 1px solid;
  vertical-align: middle;
}
@media print, screen and (min-width: 768.02px) {
  body .p-ouenwari .l-table01 {
    margin-bottom: 20px;
    font-size: 16px;
  }
}
body .p-ouenwari .l-table01 thead {
  background-color: #E6EAF0;
}
body .p-ouenwari .l-table01 thead th {
  padding: 0.75em;
  font-weight: 700;
  color: #10386B;
  text-align: center;
}
body .p-ouenwari .l-table01 tbody tr:not(:first-child) {
  border-top: #9FAFC4 1px solid;
}
body .p-ouenwari .l-table01 tbody th {
  padding: 4vw 0 4vw 4vw;
  font-weight: 400;
  text-align: left;
}
@media print, screen and (min-width: 768.02px) {
  body .p-ouenwari .l-table01 tbody th {
    padding: 10px 0 10px 30px;
  }
}
body .p-ouenwari .l-table01 tbody th .small {
  font-size: 75%;
}
body .p-ouenwari .l-table01 tbody td {
  padding: 4vw 4vw 4vw 0;
  text-align: right;
}
@media print, screen and (min-width: 768.02px) {
  body .p-ouenwari .l-table01 tbody td {
    padding: 10px 30px 10px 0;
  }
}
body .p-ouenwari .l-table01 tbody td .num {
  font-size: 8vw;
}
@media print, screen and (min-width: 768.02px) {
  body .p-ouenwari .l-table01 tbody td .num {
    font-size: 30px;
  }
}
body .p-ouenwari .l-table01 tbody td .red {
  font-weight: 700;
}
body .p-ouenwari .l-table01 tbody td.center {
  text-align: center;
}
body .p-ouenwari .l-table01 .btn-wrap {
  position: relative;
}
body .p-ouenwari .l-table01 .btn-q {
  display: inline-block;
  margin-left: 0.25em;
  width: 5vw;
  height: 5vw;
  cursor: pointer;
}
@media print, screen and (min-width: 768.02px) {
  body .p-ouenwari .l-table01 .btn-q {
    width: 18px;
    height: 18px;
  }
}
@media screen and (max-width: 768px) {
  body .p-ouenwari .l-table01 .tooltip {
    background: #000045;
    position: fixed;
    top: 50%;
    transition: 0.3s;
    opacity: 0;
    z-index: -1;
    visibility: hidden;
    width: 96%;
    padding: 5px;
    border-radius: 4px;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
  }
  body .p-ouenwari .l-table01 .tooltip.open {
    z-index: 20;
    opacity: 1;
    visibility: visible;
  }
  body .p-ouenwari .l-table01 .tooltip:before {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 20px 20px 20px;
    border-color: transparent transparent #000045 transparent;
    display: block;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: -20px;
  }
  body .p-ouenwari .l-table01 .tooltip:before {
    display: none;
  }
  body .p-ouenwari .l-table01 .tooltip__advantageTtl {
    color: #eb5504;
  }
  body .p-ouenwari .l-table01 .box-action__link {
    font-size: 3.4vw;
    line-height: 6vw;
    display: flex;
    justify-content: flex-end;
  }
  body .p-ouenwari .l-table01 .tooltip .box-action__link {
    justify-content: center;
    font-weight: normal;
  }
  body .p-ouenwari .l-table01 .tooltip .box-action__link {
    margin: 10px 0;
  }
  body .p-ouenwari .l-table01 .box-action__link a {
    display: flex;
    align-items: center;
    color: #0066aa;
    font-size: 3.4vw;
  }
  body .p-ouenwari .l-table01 .tooltip__close {
    display: block;
    background: url(../images/modal_ico_close.png) no-repeat center/32px;
    cursor: pointer;
  }
  body .p-ouenwari .l-table01 .tooltip__close {
    height: 40px;
    margin: 10px auto 8px;
  }
  body .p-ouenwari .l-table01 .tooltip__advantage {
    background: #fff;
    padding: 15px;
    max-height: 80vh;
    overflow: auto;
  }
  body .p-ouenwari .l-table01 .tooltip__advantageImg img {
    width: 100%;
  }
  body .p-ouenwari .l-table01 .tooltip__advantageTtl {
    font-size: 5vw;
    text-align: center;
    /*height: 40px; line-height: 40px;*/
    font-weight: bold;
  }
  body .p-ouenwari .l-table01 .tooltip__txt {
    line-height: 1.8;
    font-size: 3.4vw;
  }
  body .p-ouenwari .l-table01 .tooltipL .tooltip__txt {
    margin-bottom: 16px;
  }
  body .p-ouenwari .l-table01 .tooltip__txt.fsL {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 10px;
    text-align: center;
  }
  body .p-ouenwari .l-table01 .tooltip__txt.tal {
    text-align: left;
  }
  body .p-ouenwari .l-table01 .tooltip__advantageImg .logo {
    margin-bottom: 5%;
  }
  body .p-ouenwari .l-table01 .box-action__link .btnOrng {
    background: #eb5505;
    height: 14vw;
    width: 100%;
    display: block;
    line-height: 14vw;
    border-radius: 7vw;
    text-align: center !important;
    color: #fff !important;
  }
  body .p-ouenwari .l-table01 .box-action__link .btnOrng.ln2SP {
    line-height: 1.4;
    padding-top: 2vw;
  }
}
@media print, screen and (min-width: 768.02px) {
  body .p-ouenwari .l-table01 .tooltip {
    background: #000045;
    position: absolute;
    top: 100%;
    transition: 0.3s;
    opacity: 0;
    z-index: -1;
    visibility: hidden;
  }
  body .p-ouenwari .l-table01 .tooltip {
    padding: 5px;
    margin-top: 20px;
    border-radius: 4px;
    width: 100%;
    left: 50%;
    transform: translateX(-50%);
  }
  body .p-ouenwari .l-table01 .tooltipL {
    position: fixed;
    left: 50%;
    top: 5%;
    width: 700px;
  }
  body .p-ouenwari .l-table01 .tooltip.open {
    z-index: 20;
    opacity: 1;
    visibility: visible;
  }
  body .p-ouenwari .l-table01 .tooltip:before {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 20px 20px 20px;
    border-color: transparent transparent #000045 transparent;
    display: block;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: -20px;
  }
  body .p-ouenwari .l-table01 .tooltipL.tooltip:before {
    display: none;
  }
  body .p-ouenwari .l-table01 .tooltip__advantageTtl {
    color: #eb5504;
  }
  body .p-ouenwari .l-table01 .box-action__link {
    font-size: 14px;
    line-height: 24px;
    display: flex;
    justify-content: flex-end;
  }
  body .p-ouenwari .l-table01 .tooltip .box-action__link {
    justify-content: center;
    font-weight: normal;
  }
  body .p-ouenwari .l-table01 .tooltip .box-action__link {
    margin: 10px 0;
  }
  body .p-ouenwari .l-table01 .box-action__link a {
    display: flex;
    align-items: center;
    color: #0066aa !important;
    font-size: 14px !important;
    font-weight: normal !important;
  }
  body .p-ouenwari .l-table01 .tooltip__close {
    display: block;
    background: url(../images/modal_ico_close.png) no-repeat center/32px;
    cursor: pointer;
  }
  body .p-ouenwari .l-table01 .tooltip__close {
    height: 40px;
    margin: 10px auto 8px;
  }
  body .p-ouenwari .l-table01 .tooltip__advantage {
    background: #fff;
    padding: 15px;
    max-height: 80vh;
    overflow: auto;
  }
  body .p-ouenwari .l-table01 .tooltipL .tooltip__advantage {
    padding: 40px 50px;
  }
  body .p-ouenwari .l-table01 .tooltip__advantage h3 {
    font-size: 20px;
    margin-bottom: 15px;
  }
  body .p-ouenwari .l-table01 .tooltip__advantageTtl {
    font-size: 20px;
    font-weight: bold;
    text-align: center;
  }
  body .p-ouenwari .l-table01 .tooltip__txt {
    line-height: 1.8;
    font-size: 13px;
    text-align: center;
  }
  body .p-ouenwari .l-table01 .tooltipL .tooltip__txt {
    margin-bottom: 16px;
  }
  body .p-ouenwari .l-table01 .tooltip__txt.fsL {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 10px;
    text-align: center;
  }
  body .p-ouenwari .l-table01 .tooltip__txt.tal {
    text-align: left;
  }
  body .p-ouenwari .l-table01 .tooltip__advantageImg .logo {
    margin-bottom: 40px;
  }
  body .p-ouenwari .l-table01 .box-action__link .btnOrng {
    background: #eb5505;
    height: 60px;
    width: 100%;
    display: block;
    line-height: 60px;
    border-radius: 30px;
    text-align: center !important;
    color: #fff !important;
  }
}
body .p-ouenwari .l-table02 {
  width: 100%;
  margin-bottom: 4vw;
  line-height: 1.3;
  border: #9FAFC4 1px solid;
  vertical-align: middle;
}
@media print, screen and (min-width: 768.02px) {
  body .p-ouenwari .l-table02 {
    margin-bottom: 15px;
  }
}
body .p-ouenwari .l-table02 tbody tr:not(:first-child) {
  border-top: #9FAFC4 1px solid;
}
body .p-ouenwari .l-table02 tbody th {
  width: 60%;
  padding: 4vw;
  font-size: 3.2vw;
  font-weight: 400;
  text-align: left;
  border-right: #9FAFC4 1px solid;
  background-color: #E6EAF0;
}
@media print, screen and (min-width: 768.02px) {
  body .p-ouenwari .l-table02 tbody th {
    padding: 10px 30px;
    font-size: 12px;
  }
}
body .p-ouenwari .l-table02 tbody th .table-ttl {
  font-size: 3.7vw;
  font-weight: 700;
}
@media print, screen and (min-width: 768.02px) {
  body .p-ouenwari .l-table02 tbody th .table-ttl {
    font-size: 14px;
  }
}
body .p-ouenwari .l-table02 tbody td {
  padding: 4vw 0;
  font-size: 3.7vw;
  font-weight: 700;
  text-align: center;
}
@media print, screen and (min-width: 768.02px) {
  body .p-ouenwari .l-table02 tbody td {
    padding: 10px 30px 10px 0;
    font-size: 14px;
    text-align: right;
  }
}
body .p-ouenwari .l-table03 {
  width: 100%;
  margin: 4vw 0;
  font-size: 3.7vw;
  line-height: 1.3;
  border: #9FAFC4 1px solid;
  vertical-align: middle;
}
@media print, screen and (min-width: 768.02px) {
  body .p-ouenwari .l-table03 {
    margin: 15px 0;
    font-size: 14px;
  }
}
body .p-ouenwari .l-table03 thead {
  background-color: #E6EAF0;
}
body .p-ouenwari .l-table03 thead th {
  padding: 0.75em;
  font-weight: 400;
  text-align: center;
}
@media print, screen and (min-width: 768.02px) {
  body .p-ouenwari .l-table03 thead th {
    width: 50%;
  }
}
body .p-ouenwari .l-table03 thead th:not(:first-child) {
  border-left: #9FAFC4 1px solid;
}
body .p-ouenwari .l-table03 tbody tr:not(:first-child) {
  border-top: #9FAFC4 1px solid;
}
body .p-ouenwari .l-table03 tbody td {
  padding: 0.75em;
  text-align: center;
}
@media print, screen and (min-width: 768.02px) {
  body .p-ouenwari .l-table03 tbody td {
    padding: 1.5em;
  }
}
body .p-ouenwari .l-table03 tbody td:not(:first-child) {
  border-left: #9FAFC4 1px solid;
}
body .p-ouenwari .l-table03 tbody td .list > li:not(:first-child) {
  margin-top: 0.5em;
}
body .p-ouenwari .l-table04 {
  width: 200%;
  margin: 4vw 0;
  font-size: 3.7vw;
  line-height: 1.3;
  border: #9FAFC4 1px solid;
  vertical-align: middle;
  table-layout: fixed;
}
@media print, screen and (min-width: 768.02px) {
  body .p-ouenwari .l-table04 {
    width: 100%;
    margin: 15px 0;
    font-size: 14px;
  }
}
@media screen and (max-width: 768px) {
  body .p-ouenwari .l-table04.mt0 {
    margin-top: 0;
  }
}
body .p-ouenwari .l-table04 tbody tr:not(:first-child) {
  border-top: #9FAFC4 1px solid;
}
body .p-ouenwari .l-table04 tbody th {
  width: 15%;
  padding: 0.75em;
  font-weight: 400;
  background-color: #E6EAF0;
}
body .p-ouenwari .l-table04 tbody td {
  padding: 0.75em;
  border-left: #9FAFC4 1px solid;
}
@media print, screen and (min-width: 768.02px) {
  body .p-ouenwari .l-table04 tbody td {
    padding: 1.5em;
  }
}
body .p-ouenwari .l-table05 {
  width: 100%;
  margin: 4vw 0;
  font-size: 3.7vw;
  line-height: 1.3;
  border: #9FAFC4 1px solid;
  vertical-align: middle;
}
@media print, screen and (min-width: 768.02px) {
  body .p-ouenwari .l-table05 {
    margin: 20px 0 15px;
    font-size: 16px;
  }
}
body .p-ouenwari .l-table05 thead {
  background-color: #E6EAF0;
}
body .p-ouenwari .l-table05 thead th {
  padding: 1em 0;
  font-weight: 700;
  text-align: center;
  width: 33.3333333333%;
  border-bottom: #9FAFC4 1px solid;
}
body .p-ouenwari .l-table05 thead th:not(:first-child) {
  border-left: #9FAFC4 1px solid;
}
body .p-ouenwari .l-table05 thead th:nth-last-child(2) {
  color: #10386B;
  background-color: #FFFBCC;
}
@media print, screen and (min-width: 768.02px) {
  body .p-ouenwari .l-table05 thead th:nth-child(1) {
    width: 40%;
  }
  body .p-ouenwari .l-table05 thead th:nth-child(2) {
    width: 30%;
  }
  body .p-ouenwari .l-table05 thead th:nth-child(3) {
    width: 30%;
  }
}
body .p-ouenwari .l-table05 tbody th {
  padding: 1em 0;
  font-weight: 400;
  text-align: center;
  background-color: #E6EAF0;
  border-bottom: #9FAFC4 1px solid;
}
@media print, screen and (min-width: 768.02px) {
  body .p-ouenwari .l-table05 tbody th {
    padding: 1em 0 1em 1em;
    text-align: left;
  }
}
body .p-ouenwari .l-table05 tbody th.cols01 {
  width: 5%;
  border-bottom: none;
}
@media print, screen and (min-width: 768.02px) {
  body .p-ouenwari .l-table05 tbody th.cols01 {
    width: 2.5%;
  }
}
body .p-ouenwari .l-table05 tbody th.cols02 {
  width: 28.3333333333%;
  border-left: #9FAFC4 1px solid;
}
@media print, screen and (min-width: 768.02px) {
  body .p-ouenwari .l-table05 tbody th.cols02 {
    width: 37.5%;
  }
}
body .p-ouenwari .l-table05 tbody th.ttl {
  padding: 0.25em 0;
  font-size: 4.2vw;
  font-weight: 700;
  color: #fff;
  background-color: #9FAFC4;
}
@media print, screen and (min-width: 768.02px) {
  body .p-ouenwari .l-table05 tbody th.ttl {
    font-size: 16px;
    text-align: center;
  }
}
body .p-ouenwari .l-table05 tbody th.subttl {
  padding-left: 0.5em;
  font-weight: 700;
  text-align: left;
  border-bottom: none;
}
@media print, screen and (min-width: 768.02px) {
  body .p-ouenwari .l-table05 tbody th.subttl {
    padding-left: 1em;
  }
}
body .p-ouenwari .l-table05 tbody th.pick {
  font-weight: 700;
  color: #fff;
  background-color: #E73E0C;
}
body .p-ouenwari .l-table05 tbody th .remarks {
  font-size: 88%;
}
@media print, screen and (min-width: 768.02px) {
  body .p-ouenwari .l-table05 tbody th .remarks {
    padding-left: 0.5em;
  }
}
@media print, screen and (min-width: 768.02px) {
  body .p-ouenwari .l-table05 tbody th .t-link .remarks {
    font-size: 100%;
    padding-left: 0;
  }
}
@media print, screen and (min-width: 768.02px) {
  body .p-ouenwari .l-table05 tbody th.pl01 {
    padding-left: 2em;
  }
}
body .p-ouenwari .l-table05 tbody td {
  padding: 1em 0;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
  border-bottom: #9FAFC4 1px solid;
}
body .p-ouenwari .l-table05 tbody td:not(:first-child) {
  border-left: #9FAFC4 1px solid;
}
body .p-ouenwari .l-table05 tbody td:nth-last-child(2) {
  background-color: #FFFBCC;
}
body .p-ouenwari .l-table05 tbody td .num {
  font-size: 4.2vw;
}
@media print, screen and (min-width: 768.02px) {
  body .p-ouenwari .l-table05 tbody td .num {
    font-size: 20px;
  }
}
body .p-ouenwari .l-table05 tbody td .large {
  font-size: 5.9vw;
}
@media print, screen and (min-width: 768.02px) {
  body .p-ouenwari .l-table05 tbody td .large {
    font-size: 26px;
  }
}
body .p-ouenwari .l-table05 tbody td .tax {
  font-size: 88%;
  font-weight: 400;
}
@media print, screen and (min-width: 768.02px) {
  body .p-ouenwari .l-table05 tbody td .tax {
    padding-left: 0.25em;
  }
}
body .p-ouenwari .l-table05 tbody td.same {
  position: relative;
}
body .p-ouenwari .l-table05 tbody td .icon-same {
  position: absolute;
  top: 63%;
  left: -32%;
  transform: translateY(-50%);
  width: 17.5vw;
}
@media print, screen and (min-width: 768.02px) {
  body .p-ouenwari .l-table05 tbody td .icon-same {
    top: 50%;
    left: -36px;
    width: 72px;
  }
}
body .p-ouenwari .l-table05 tbody td.notApplicable {
  font-weight: 400;
}
body .p-ouenwari .l-table05 tbody .border-top {
  border-top: #9FAFC4 1px solid;
}
body .p-ouenwari .tableScrollable {
  display: block;
  margin: 0 0 2vw;
  text-align: right;
}
body .p-ouenwari .tableScrollable img {
  width: 45vw;
}
body .p-ouenwari .wrapTable {
  overflow: auto;
}
body .p-ouenwari .floatNav {
  display: none;
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 100;
  width: 100%;
  transition: 0.6s;
  margin: 0 auto;
}
@media print, screen and (min-width: 1200px) {
  body .p-ouenwari .floatNav-container {
    margin-left: 180px;
  }
}
@media print, screen and (min-width: 768.02px) {
  body .p-ouenwari .floatNav-container {
    box-shadow: 0px 0px 15px -5px #777777;
  }
}
body .p-ouenwari .floatNav-head {
  display: inline-block;
  padding: 0.25em 1.75em;
  font-size: 3.7vw;
  color: #10386B;
  background-color: #F9BE00;
}
@media screen and (max-width: 768px) {
  body .p-ouenwari .floatNav-head {
    -webkit-clip-path: polygon(0% 100%, 0% 0%, 95% 0%, 100% 100%);
            clip-path: polygon(0% 100%, 0% 0%, 95% 0%, 100% 100%);
  }
}
@media print, screen and (min-width: 768.02px) {
  body .p-ouenwari .floatNav-head {
    width: 100%;
    padding: 0.75em 0 0;
    font-size: 14px;
    text-align: center;
  }
}
body .p-ouenwari .floatNav-list {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
  background-color: #F9BE00;
}
@media screen and (max-width: 768px) {
  body .p-ouenwari .floatNav-list {
    border-top: #fff 2px solid;
    box-shadow: 0px 0px 15px -5px #000000;
  }
}
@media print, screen and (min-width: 768.02px) {
  body .p-ouenwari .floatNav-list {
    padding: 10px 0;
    justify-content: center;
  }
}
body .p-ouenwari .floatNav-list > li {
  width: 33.3333333333%;
}
@media print, screen and (min-width: 768.02px) {
  body .p-ouenwari .floatNav-list > li {
    width: 330px;
  }
}
@media screen and (max-width: 768px) {
  body .p-ouenwari .floatNav-list > li:not(:first-child) {
    border-left: #fff 2px solid;
  }
}
@media print, screen and (min-width: 768.02px) {
  body .p-ouenwari .floatNav-list > li:not(:first-child) {
    margin-left: 15px;
  }
}
body .p-ouenwari .floatNav-list a {
  position: relative;
  display: block;
  font-size: 3.2vw;
  font-weight: 700;
  line-height: 1.3;
  color: #fff;
  text-align: center;
  background-color: #EA6000;
}
@media print, screen and (min-width: 768.02px) {
  body .p-ouenwari .floatNav-list a {
    font-size: 16px;
    border: #fff 3px solid;
    border-radius: 100px;
  }
}
@media print, screen and (min-width: 768.02px) {
  body .p-ouenwari .floatNav-list a:hover {
    opacity: 0.9;
  }
}
body .p-ouenwari .floatNav-list a .txt {
  display: inline-block;
  padding: 1.35em 0 1.35em 9vw;
  background-position: center left;
  background-repeat: no-repeat;
  background-size: 7vw auto;
}
@media print, screen and (min-width: 768.02px) {
  body .p-ouenwari .floatNav-list a .txt {
    padding: 0.65em 2.5em;
    background-position: center left;
    background-size: 30px auto;
  }
}
body .p-ouenwari .floatNav-list a.cv01 .txt {
  background-image: url(../images/icon_cv01_white.svg);
}
body .p-ouenwari .floatNav-list a.cv02 .txt {
  background-image: url(../images/icon_cv02_white.svg);
}
@media screen and (max-width: 768px) {
  body .p-ouenwari .floatNav-list a.cv02 .txt {
    padding: 0.7em 0 0.7em 9vw;
  }
}
body .p-ouenwari .floatNav-list a.cv03 .txt {
  background-image: url(../images/icon_cv03_white.svg);
}
@media screen and (max-width: 768px) {
  body .p-ouenwari .floatNav-list a.cv03 .txt {
    padding-left: 7.5vw;
  }
}
body .p-ouenwari .floatNav-list a .arrow {
  position: absolute;
  top: 50%;
  right: 18px;
  transform: translateY(-50%);
  width: 26px;
  height: 26px;
  background-color: #fff;
  border-radius: 50%;
}
body .p-ouenwari .floatNav-list a .arrow::before {
  content: "";
  position: absolute;
  right: 13px;
  top: calc(50% - 1px);
  width: 8px;
  height: 8px;
  border-top: 2px solid #EA6000;
  border-right: 2px solid #EA6000;
  transform: rotate(45deg) translateY(-50%);
}

/* -------------------------------------
   contents
------------------------------------- */
body .htmlblock .p-ouenwari__kv {
  background-color: #FABE03;
}
body .htmlblock .p-ouenwari__kv-container {
  padding: 2vw 0 53vw;
  background-image: url(../images/kv_taiko_sp.webp);
  background-position: center bottom;
  background-size: 100% auto;
  background-repeat: no-repeat;
}
@media print, screen and (min-width: 768.02px) {
  body .htmlblock .p-ouenwari__kv-container {
    background: none;
    max-width: 1144px;
    padding: 44px 0 0;
    margin: 0 auto;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: center;
    align-items: center;
  }
}
body .htmlblock .p-ouenwari__kv .copy {
  width: 95.5%;
  margin: 0 auto;
}
@media print, screen and (min-width: 768.02px) {
  body .htmlblock .p-ouenwari__kv .copy {
    width: 312px;
    margin: 0 10px 0 0;
  }
}
@media screen and (min-width: 768.02px) and (max-width: 1024px) {
  body .htmlblock .p-ouenwari__kv .copy {
    margin-left: 10px;
  }
}
body .htmlblock .p-ouenwari__kv .inner {
  position: relative;
  padding: 0;
}
@media print, screen and (min-width: 768.02px) {
  body .htmlblock .p-ouenwari__kv .inner {
    width: 738px;
    padding: 66px 217px 166px 0;
    background-image: url(../images/kv_taiko_pc.webp);
    background-position: left bottom;
    background-size: 738px auto;
    background-repeat: no-repeat;
  }
}
@media screen and (min-width: 768.02px) and (max-width: 1024px) {
  body .htmlblock .p-ouenwari__kv .inner {
    padding-left: 4vw;
  }
}
@media screen and (min-width: 768.02px) and (max-width: 820px) {
  body .htmlblock .p-ouenwari__kv .inner {
    padding-left: 8vw;
    padding-right: 14vw;
  }
}
body .htmlblock .p-ouenwari__kv .inner .icon {
  position: absolute;
  top: 22vw;
  left: 0.5vw;
  width: 17.3vw;
}
@media print, screen and (min-width: 768.02px) {
  body .htmlblock .p-ouenwari__kv .inner .icon {
    width: 117px;
    top: 24px;
    left: -12px;
  }
}
body .htmlblock .p-ouenwari__kv .inner .remarks {
  position: absolute;
  top: 75vw;
  right: 59vw;
  width: 8vw;
}
@media print, screen and (min-width: 768.02px) {
  body .htmlblock .p-ouenwari__kv .inner .remarks {
    width: 30px;
    top: 185px;
    right: unset;
    left: 600px;
  }
}
body .htmlblock .p-ouenwari__kv .inner .ttl {
  width: 69.4%;
  margin: -7vw auto 0;
  opacity: 0;
  animation: fadeInDodon 0.8s ease 0.5s 1 forwards;
}
@media print, screen and (min-width: 768.02px) {
  body .htmlblock .p-ouenwari__kv .inner .ttl {
    width: 377px;
    margin: 0 auto;
  }
}
body .htmlblock .p-ouenwari__nav {
  margin: 20vw 0 4vw;
}
@media print, screen and (min-width: 768.02px) {
  body .htmlblock .p-ouenwari__nav {
    margin: 200px 0 130px;
  }
}
body .htmlblock .p-ouenwari__nav-kv {
  margin: 0;
  background: linear-gradient(0deg, #fff, #FFF9E3);
}
@media print, screen and (min-width: 768.02px) {
  body .htmlblock .p-ouenwari__nav-kv {
    padding: 65px 0 130px;
  }
}
body .htmlblock .p-ouenwari__nav-container {
  width: 92%;
  margin: 0 auto;
  padding: 8vw 0 11vw;
}
@media print, screen and (min-width: 768.02px) {
  body .htmlblock .p-ouenwari__nav-container {
    width: 100%;
    max-width: 980px;
    padding: 0;
  }
}
body .htmlblock .p-ouenwari__nav-container-kv {
  padding: 10vw 0 16vw;
}
@media print, screen and (min-width: 768.02px) {
  body .htmlblock .p-ouenwari__nav-container-kv {
    padding: 0;
  }
}
body .htmlblock .p-ouenwari__nav .copy {
  text-align: center;
}
body .htmlblock .p-ouenwari__nav .copy span {
  display: inline-block;
  position: relative;
  width: 47%;
}
@media print, screen and (min-width: 768.02px) {
  body .htmlblock .p-ouenwari__nav .copy span {
    width: 244px;
  }
}
body .htmlblock .p-ouenwari__nav .copy span::before {
  content: "";
  position: absolute;
  bottom: 2vw;
  left: -8vw;
  width: 6vw;
  height: 8vw;
  background: url(../images/arrow_orange_l.svg) center center no-repeat;
  background-size: cover;
}
@media print, screen and (min-width: 768.02px) {
  body .htmlblock .p-ouenwari__nav .copy span::before {
    bottom: 10px;
    left: -44px;
    width: 28px;
    height: 38px;
  }
}
body .htmlblock .p-ouenwari__nav .copy span::after {
  content: "";
  position: absolute;
  bottom: 2vw;
  right: -8vw;
  width: 6vw;
  height: 8vw;
  background: url(../images/arrow_orange_r.svg) center center no-repeat;
  background-size: cover;
}
@media print, screen and (min-width: 768.02px) {
  body .htmlblock .p-ouenwari__nav .copy span::after {
    bottom: 10px;
    right: -44px;
    width: 28px;
    height: 38px;
  }
}
body .htmlblock .p-ouenwari__nav .ttl {
  margin: 0 0 7vw;
  font-size: 8vw;
  font-weight: 700;
  color: #EA6000;
  text-align: center;
}
@media print, screen and (min-width: 768.02px) {
  body .htmlblock .p-ouenwari__nav .ttl {
    margin: 5px 0 50px;
    font-size: 40px;
  }
}
body .htmlblock .p-ouenwari__nav .ttl > span {
  display: inline-block;
  position: relative;
  padding: 0 0 0.25em;
}
body .htmlblock .p-ouenwari__nav .ttl > span::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  height: 6px;
  width: 100%;
  background-image: linear-gradient(-45deg, #fff 25%, #F9BE00 25%, #F9BE00 50%, #fff 50%, #fff 75%, #F9BE00 75%, #F9BE00);
  background-size: 6px 6px;
}
@media print, screen and (min-width: 768.02px) {
  body .htmlblock .p-ouenwari__nav .ttl > span::before {
    height: 9px;
    background-size: 9px 9px;
  }
}
body .htmlblock .p-ouenwari__nav .ttl > span span {
  font-size: 90%;
}
body .htmlblock .p-ouenwari__nav .nav-list-kv {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
}
body .htmlblock .p-ouenwari__nav .nav-list-kv a {
  position: relative;
  display: block;
  width: 48%;
  padding: 4vw 0 9vw;
  border-radius: 10px;
  text-align: center;
}
@media print, screen and (min-width: 768.02px) {
  body .htmlblock .p-ouenwari__nav .nav-list-kv a {
    width: 48.8%;
    padding: 16px 45px 16px 0;
  }
}
body .htmlblock .p-ouenwari__nav .nav-list-kv a::before, body .htmlblock .p-ouenwari__nav .nav-list-kv a::after {
  content: "";
  position: absolute;
  transform: translateX(-50%);
}
@media print, screen and (min-width: 768.02px) {
  body .htmlblock .p-ouenwari__nav .nav-list-kv a::before, body .htmlblock .p-ouenwari__nav .nav-list-kv a::after {
    transform: translateY(-50%);
  }
}
body .htmlblock .p-ouenwari__nav .nav-list-kv a::before {
  bottom: 1.5vw;
  left: 50%;
  width: 8vw;
  height: 8vw;
  background-color: #fff;
  border-radius: 50%;
  border: #fff 2px solid;
  z-index: 1;
}
@media print, screen and (min-width: 768.02px) {
  body .htmlblock .p-ouenwari__nav .nav-list-kv a::before {
    top: 50%;
    bottom: unset;
    left: unset;
    right: 20px;
    width: 34px;
    height: 34px;
  }
}
body .htmlblock .p-ouenwari__nav .nav-list-kv a::after {
  bottom: 4.5vw;
  left: 47%;
  width: 2.5vw;
  height: 2.5vw;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(135deg);
  z-index: 2;
}
@media print, screen and (min-width: 768.02px) {
  body .htmlblock .p-ouenwari__nav .nav-list-kv a::after {
    top: 45%;
    bottom: unset;
    left: unset;
    right: 32px;
    width: 10px;
    height: 10px;
  }
}
body .htmlblock .p-ouenwari__nav .nav-list-kv a.nav01 {
  background-color: #FABE03;
}
body .htmlblock .p-ouenwari__nav .nav-list-kv a.nav01::before, body .htmlblock .p-ouenwari__nav .nav-list-kv a.nav01::after {
  border-color: #FABE03;
}
body .htmlblock .p-ouenwari__nav .nav-list-kv a.nav02 {
  background-color: #000000;
}
body .htmlblock .p-ouenwari__nav .nav-list-kv a.nav02::before, body .htmlblock .p-ouenwari__nav .nav-list-kv a.nav02::after {
  border-color: #000000;
}
@media print, screen and (min-width: 768.02px) {
  body .htmlblock .p-ouenwari__nav .nav-list-kv a:hover {
    opacity: 0.85;
  }
}
body .htmlblock .p-ouenwari__nav .nav-list-kv .nav-copy {
  display: block;
  position: relative;
  margin: 0 3vw;
  padding-bottom: 0.5em;
  font-size: 3.2vw;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.1em;
  color: #fff;
  text-align: center;
  border-bottom: #fff 2px solid;
}
@media print, screen and (min-width: 768.02px) {
  body .htmlblock .p-ouenwari__nav .nav-list-kv .nav-copy {
    display: inline-block;
    margin: 0;
    font-size: 16px;
  }
}
body .htmlblock .p-ouenwari__nav .nav-list-kv .nav-copy::before {
  content: "";
  position: absolute;
  bottom: -2.8vw;
  left: 50%;
  transform: rotate(45deg) translateX(-50%);
  width: 2vw;
  height: 3vw;
  background-color: #FABE03;
  border-right: #fff 2px solid;
}
@media print, screen and (min-width: 768.02px) {
  body .htmlblock .p-ouenwari__nav .nav-list-kv .nav-copy::before {
    bottom: -12px;
    width: 8px;
    height: 12px;
  }
}
body .htmlblock .p-ouenwari__nav .nav-list-kv .nav-copy.nav-copy01::before {
  background-color: #FABE03;
}
body .htmlblock .p-ouenwari__nav .nav-list-kv .nav-copy.nav-copy02::before {
  background-color: #000000;
}
@media screen and (max-width: 768px) {
  body .htmlblock .p-ouenwari__nav .nav-list-kv .nav-copy span {
    font-size: 3.7vw;
  }
}
body .htmlblock .p-ouenwari__nav .nav-list-kv .nav-logo {
  margin: 0 auto;
  padding: 3vw 0 0;
}
@media print, screen and (min-width: 768.02px) {
  body .htmlblock .p-ouenwari__nav .nav-list-kv .nav-logo {
    padding: 12px 0 0;
  }
}
body .htmlblock .p-ouenwari__nav .nav-list-kv .nav-logo.nav-logo01 {
  width: 30vw;
}
@media print, screen and (min-width: 768.02px) {
  body .htmlblock .p-ouenwari__nav .nav-list-kv .nav-logo.nav-logo01 {
    width: 301px;
  }
}
body .htmlblock .p-ouenwari__nav .nav-list-kv .nav-logo.nav-logo02 {
  width: 22vw;
}
@media print, screen and (min-width: 768.02px) {
  body .htmlblock .p-ouenwari__nav .nav-list-kv .nav-logo.nav-logo02 {
    width: 337px;
  }
}
body .htmlblock .p-ouenwari__nav .remarks {
  margin-top: 1em;
  font-size: 4.7vw;
  font-weight: 700;
  color: #10386B;
  text-align: center;
}
@media print, screen and (min-width: 768.02px) {
  body .htmlblock .p-ouenwari__nav .remarks {
    font-size: 22px;
  }
}
body .htmlblock .p-ouenwari__nav .remarks span {
  color: #E31E1B;
}
body .htmlblock .p-ouenwari__cp .head {
  position: relative;
  text-align: center;
  padding: 11.5vw 0 0;
}
@media print, screen and (min-width: 768.02px) {
  body .htmlblock .p-ouenwari__cp .head {
    max-width: 980px;
    margin: 0 auto;
    padding: 47px 0 0;
  }
}
body .htmlblock .p-ouenwari__cp .head-dodon {
  position: absolute;
  top: 0;
  left: 2vw;
  width: 42%;
}
@media print, screen and (min-width: 768.02px) {
  body .htmlblock .p-ouenwari__cp .head-dodon {
    left: calc(50% - 370px);
    width: 244px;
  }
}
body .htmlblock .p-ouenwari__cp .head-copy {
  position: relative;
  display: inline-block;
  font-size: 4.2vw;
  font-weight: 700;
  color: #fff;
}
@media print, screen and (min-width: 768.02px) {
  body .htmlblock .p-ouenwari__cp .head-copy {
    font-size: 20px;
  }
}
body .htmlblock .p-ouenwari__cp .head-copy::before {
  content: "";
  position: absolute;
  bottom: -3.8vw;
  left: 50%;
  transform: translateX(-50%);
  width: 4vw;
  border-top: 4vw solid #EA6000;
  border-left: 2vw solid transparent;
  border-right: 2vw solid transparent;
  z-index: 2;
}
@media print, screen and (min-width: 768.02px) {
  body .htmlblock .p-ouenwari__cp .head-copy::before {
    bottom: -18px;
    width: 20px;
    border-top-width: 20px;
    border-left-width: 10px;
    border-right-width: 10px;
  }
}
body .htmlblock .p-ouenwari__cp .head-copy::after {
  content: "";
  position: absolute;
  bottom: -4.2vw;
  left: 50.5%;
  transform: translateX(-50%);
  width: 5vw;
  border-top: 4vw solid #10386B;
  border-left: 2vw solid transparent;
  border-right: 2vw solid transparent;
  z-index: 1;
}
@media print, screen and (min-width: 768.02px) {
  body .htmlblock .p-ouenwari__cp .head-copy::after {
    bottom: -18px;
    width: 24px;
    border-top-width: 18px;
    border-left-width: 9px;
    border-right-width: 9px;
  }
}
body .htmlblock .p-ouenwari__cp .head-copy > span {
  position: relative;
  display: inline-block;
  padding: 0.4em 5em 0.4em 1.5em;
}
@media print, screen and (min-width: 768.02px) {
  body .htmlblock .p-ouenwari__cp .head-copy > span {
    padding: 0.4em 4em 0.4em 4.5em;
  }
}
body .htmlblock .p-ouenwari__cp .head-copy > span::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  border-top: 10vw solid #EA6000;
  border-left: 4vw solid transparent;
  border-right: 4vw solid transparent;
  z-index: -1;
}
@media print, screen and (min-width: 768.02px) {
  body .htmlblock .p-ouenwari__cp .head-copy > span::before {
    border-top-width: 42px;
    border-left-width: 18px;
    border-right-width: 18px;
  }
}
body .htmlblock .p-ouenwari__cp .head-copy > span::after {
  content: "";
  position: absolute;
  bottom: -1.25vw;
  left: 4.5%;
  width: 90%;
  border-top: 1.25vw solid #10386B;
  border-left: 0.5vw solid transparent;
  border-right: 0.5vw solid transparent;
  z-index: -1;
}
@media print, screen and (min-width: 768.02px) {
  body .htmlblock .p-ouenwari__cp .head-copy > span::after {
    bottom: -5px;
    border-top-width: 5px;
    border-left-width: 5px;
    border-right-width: 5px;
  }
}
body .htmlblock .p-ouenwari__cp .head-icon {
  display: block;
  position: absolute;
  top: 5vw;
  right: 4vw;
  transform: rotate(10deg);
  padding: 0.8vw;
  font-size: 3.2vw;
  font-weight: 700;
  line-height: 1.1;
  letter-spacing: -0.05em;
  text-align: center;
  color: #10386B;
  background-color: #fff;
  border-radius: 50%;
  box-shadow: 1vw 0.5vw rgba(13, 50, 88, 0.2);
}
@media print, screen and (min-width: 768.02px) {
  body .htmlblock .p-ouenwari__cp .head-icon {
    top: -35px;
    right: 50%;
    transform: rotate(10deg) translateX(290px);
    padding: 3px;
    font-size: 15px;
    box-shadow: 4px 2px rgba(13, 50, 88, 0.2);
  }
}
@media print, screen and (min-width: 768.02px) {
  body .htmlblock .p-ouenwari__cp .head-icon.cp02 {
    top: -23px;
  }
}
body .htmlblock .p-ouenwari__cp .head-icon-inner {
  display: block;
  width: 18.5vw;
  height: 18.5vw;
  padding: 3vw 0 0;
  border: #10386B dotted 0.7vw;
  border-radius: 50%;
}
@media print, screen and (min-width: 768.02px) {
  body .htmlblock .p-ouenwari__cp .head-icon-inner {
    width: 98px;
    height: 98px;
    padding: 20px 0 0;
    border-width: 4px;
  }
}
body .htmlblock .p-ouenwari__cp .head-icon-inner.cp02 {
  padding: 4.5vw 0 0;
}
@media print, screen and (min-width: 768.02px) {
  body .htmlblock .p-ouenwari__cp .head-icon-inner.cp02 {
    padding: 30px 0 0;
  }
}
body .htmlblock .p-ouenwari__cp .head-icon-inner.cp03 {
  padding: 3.9vw 0 0;
  font-weight: 700;
}
@media print, screen and (min-width: 768.02px) {
  body .htmlblock .p-ouenwari__cp .head-icon-inner.cp03 {
    padding: 20px 0 0;
  }
}
body .htmlblock .p-ouenwari__cp .head-icon .num {
  font-size: 200%;
  font-family: "DIN-Bold";
}
body .htmlblock .p-ouenwari__cp .head-icon .num-blue {
  font-size: 4.5vw;
  font-family: "DIN-Bold";
}
@media print, screen and (min-width: 768.02px) {
  body .htmlblock .p-ouenwari__cp .head-icon .num-blue {
    font-size: 22px;
  }
}
body .htmlblock .p-ouenwari__cp .head-icon .medium {
  font-weight: 900;
  font-size: 3.7vw;
}
@media print, screen and (min-width: 768.02px) {
  body .htmlblock .p-ouenwari__cp .head-icon .medium {
    font-size: 16px;
  }
}
body .htmlblock .p-ouenwari__cp .head-icon .large {
  font-weight: 900;
  font-size: 4.2vw;
}
@media print, screen and (min-width: 768.02px) {
  body .htmlblock .p-ouenwari__cp .head-icon .large {
    font-size: 20px;
  }
}
body .htmlblock .p-ouenwari__cp .head-icon .position {
  position: absolute;
  right: 5.5vw;
  bottom: 2.5vw;
}
@media print, screen and (min-width: 768.02px) {
  body .htmlblock .p-ouenwari__cp .head-icon .position {
    right: 30px;
    bottom: 20px;
  }
}
body .htmlblock .p-ouenwari__cp .head-logo {
  width: 90%;
  margin: 6vw auto 8vw;
}
@media print, screen and (min-width: 768.02px) {
  body .htmlblock .p-ouenwari__cp .head-logo {
    max-width: 668px;
    margin: 55px auto 37px;
  }
}
body .htmlblock .p-ouenwari__cp .head-movie {
  width: 94%;
  margin: 0 auto 2vw;
  aspect-ratio: 16/9;
}
@media print, screen and (min-width: 768.02px) {
  body .htmlblock .p-ouenwari__cp .head-movie {
    width: 60%;
    margin-bottom: 30px;
  }
}
body .htmlblock .p-ouenwari__cp .head-movie iframe {
  width: 100%;
  height: 100%;
}
body .htmlblock .p-ouenwari__cp .head-remarks {
  width: 94%;
  margin: 0 auto 2vw;
  padding: 1.5em 0;
  font-size: 3.7vw;
  line-height: 1.7;
  font-weight: 700;
  color: #10386B;
  text-align: center;
  background: url(../images/cp03_kv_sp.webp) center center no-repeat;
  background-color: #fff;
  background-size: 100% auto;
  border-radius: 10px;
}
@media print, screen and (min-width: 768.02px) {
  body .htmlblock .p-ouenwari__cp .head-remarks {
    width: 100%;
    margin-bottom: 30px;
    padding: 3.25em 0;
    font-size: 20px;
    background-image: url(../images/cp03_kv_pc.webp);
  }
}
@media screen and (min-width: 768.02px) and (max-width: 1024px) {
  body .htmlblock .p-ouenwari__cp .head-remarks {
    width: 94%;
  }
}
body .htmlblock .p-ouenwari__cp .contents {
  position: relative;
  padding: 0;
  background-color: #FABE03;
}
body .htmlblock .p-ouenwari__cp .contents::before {
  content: "";
  position: absolute;
  top: -38vw;
  left: 0;
  height: 38vw;
  width: 100%;
  background: url(../images/round_yellow_top_sp.svg) center top no-repeat;
  background-size: 100% auto;
  z-index: -2;
}
@media print, screen and (min-width: 768.02px) {
  body .htmlblock .p-ouenwari__cp .contents::before {
    background-image: url(../images/round_yellow_top_pc.svg);
    top: -224px;
    height: 225px;
  }
}
body .htmlblock .p-ouenwari__cp .contents::after {
  content: "";
  position: absolute;
  bottom: -14vw;
  left: 0;
  height: 14vw;
  width: 100%;
  background: url(../images/round_yellow_bottom_sp.svg) center bottom no-repeat;
  background-size: 100% auto;
  z-index: -2;
}
@media print, screen and (min-width: 768.02px) {
  body .htmlblock .p-ouenwari__cp .contents::after {
    background: url(../images/round_yellow_bottom_pc.svg) center bottom no-repeat;
    background-size: 100% auto;
    bottom: -99px;
    height: 100px;
  }
}
body .htmlblock .p-ouenwari__cp .contents > .inner {
  width: 94%;
  margin: 0 auto;
  padding: 0 0 8vw;
  background-color: #fff;
  border-radius: 10px;
  overflow: hidden;
}
@media print, screen and (min-width: 768.02px) {
  body .htmlblock .p-ouenwari__cp .contents > .inner {
    max-width: 980px;
    padding: 0 0 40px;
  }
}
body .htmlblock .p-ouenwari__cp .contents .time {
  padding: 4vw 0;
  text-align: center;
  background-color: #FFF9E3;
}
@media print, screen and (min-width: 768.02px) {
  body .htmlblock .p-ouenwari__cp .contents .time {
    padding: 20px 0;
  }
}
body .htmlblock .p-ouenwari__cp .contents .time .ttl {
  position: relative;
  display: inline-block;
  width: auto;
  padding: 0 1em;
  font-size: 3.7vw;
  line-height: 1.8;
  color: #10386B;
}
@media print, screen and (min-width: 768.02px) {
  body .htmlblock .p-ouenwari__cp .contents .time .ttl {
    font-size: 16px;
  }
}
body .htmlblock .p-ouenwari__cp .contents .time .ttl::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 1.5vw;
  height: 7vw;
  border: #EA6000 2px solid;
  border-right: none;
}
@media print, screen and (min-width: 768.02px) {
  body .htmlblock .p-ouenwari__cp .contents .time .ttl::before {
    width: 5px;
    height: 22px;
  }
}
body .htmlblock .p-ouenwari__cp .contents .time .ttl::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 1.5vw;
  height: 7vw;
  border: #EA6000 2px solid;
  border-left: none;
}
@media print, screen and (min-width: 768.02px) {
  body .htmlblock .p-ouenwari__cp .contents .time .ttl::after {
    width: 5px;
    height: 22px;
  }
}
body .htmlblock .p-ouenwari__cp .contents .time .read {
  font-size: 3.2vw;
}
@media print, screen and (min-width: 768.02px) {
  body .htmlblock .p-ouenwari__cp .contents .time .read {
    font-size: 12px;
  }
}
body .htmlblock .p-ouenwari__cp .contents .tooltipArea {
  margin: 0 auto;
}
body .htmlblock .p-ouenwari__cp .contents .tooltipArea .toolTipList {
  display: flex;
  width: 100%;
  margin: 0 auto;
}
body .htmlblock .p-ouenwari__cp .contents .tooltipArea .toolTipList li {
  border: 1px solid #9FAFC4;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  width: 33.3333333333%;
  padding: 3vw 0 1.5vw;
  text-align: center;
  font-weight: 400;
  flex-direction: column;
  justify-content: start;
  position: relative;
}
@media print, screen and (min-width: 768.02px) {
  body .htmlblock .p-ouenwari__cp .contents .tooltipArea .toolTipList li {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 18px 0 5px 18px;
  }
}
body .htmlblock .p-ouenwari__cp .contents .tooltipArea .toolTipList li:nth-child(1), body .htmlblock .p-ouenwari__cp .contents .tooltipArea .toolTipList li:nth-child(2) {
  border-right: none;
}
@media screen and (max-width: 768px) {
  body .htmlblock .p-ouenwari__cp .contents .tooltipArea .toolTipList li:nth-child(1) .tooltip {
    right: -65.8vw !important;
  }
  body .htmlblock .p-ouenwari__cp .contents .tooltipArea .toolTipList li:nth-child(2) .tooltip {
    right: -38.4vw !important;
  }
  body .htmlblock .p-ouenwari__cp .contents .tooltipArea .toolTipList li:nth-child(3) .tooltip {
    right: -11.1vw !important;
  }
}
@media screen and (max-width: 768px) {
  body .htmlblock .p-ouenwari__cp .contents .tooltipArea .toolTipList li > figure {
    margin-bottom: 1.5vw;
  }
}
body .htmlblock .p-ouenwari__cp .contents .tooltipArea .toolTipList li > figure img {
  width: 7.2vw;
  margin-bottom: 1.5vw;
}
@media print, screen and (min-width: 768.02px) {
  body .htmlblock .p-ouenwari__cp .contents .tooltipArea .toolTipList li > figure img {
    width: 36px;
    margin-bottom: 5px;
  }
}
body .htmlblock .p-ouenwari__cp .contents .tooltipArea .toolTipList li > figure figcaption {
  font-size: 3.2vw;
  font-weight: 500;
  color: #10386B;
}
@media print, screen and (min-width: 768.02px) {
  body .htmlblock .p-ouenwari__cp .contents .tooltipArea .toolTipList li > figure figcaption {
    font-size: 16px;
  }
}
body .htmlblock .p-ouenwari__cp .contents .tooltipArea .toolTipList li > .txt {
  font-size: 3.7vw;
  font-weight: 700;
  line-height: 1.1;
  color: #10386B;
}
@media print, screen and (min-width: 768.02px) {
  body .htmlblock .p-ouenwari__cp .contents .tooltipArea .toolTipList li > .txt {
    padding: 1em 0 0 1em;
    font-size: 18px;
  }
}
body .htmlblock .p-ouenwari__cp .contents .tooltipArea .toolTipList li > .txt span {
  display: inline-block;
  padding: 0.1em 0 0;
  font-size: 2.7vw;
  font-weight: 400;
  line-height: 1.3;
  color: #333;
}
@media print, screen and (min-width: 768.02px) {
  body .htmlblock .p-ouenwari__cp .contents .tooltipArea .toolTipList li > .txt span {
    font-size: 12px;
  }
}
body .htmlblock .p-ouenwari__cp .contents .tooltipArea .toolTip-section {
  position: absolute;
  top: 1.5vw;
  right: 1.5vw;
}
@media print, screen and (min-width: 768.02px) {
  body .htmlblock .p-ouenwari__cp .contents .tooltipArea .toolTip-section {
    top: 11px;
    right: 11px;
  }
}
body .htmlblock .p-ouenwari__cp .contents .tooltipArea .toolTip-section .showTooltip {
  position: relative;
  display: block;
  text-align: center;
  cursor: pointer;
  width: 5vw;
}
@media print, screen and (min-width: 768.02px) {
  body .htmlblock .p-ouenwari__cp .contents .tooltipArea .toolTip-section .showTooltip {
    width: 18px;
  }
}
body .htmlblock .p-ouenwari__cp .contents .tooltipArea .toolTip-section .toolTip-ctr {
  position: relative;
}
body .htmlblock .p-ouenwari__cp .contents .tooltipArea .toolTip-section .toolTip-ctr::after {
  display: none;
  position: absolute;
  left: 50%;
  margin-left: -10px;
  border: 10px solid transparent;
  content: "";
  opacity: 0;
  z-index: 1;
}
body .htmlblock .p-ouenwari__cp .contents .tooltipArea .toolTip-section .toolTip-ctr.open::after {
  display: block;
  opacity: 1;
  pointer-events: auto;
  top: -10px;
  border-top-color: rgba(0, 0, 0, 0.8);
}
body .htmlblock .p-ouenwari__cp .contents .tooltipArea .toolTip-section .toolTip-ctr .tooltip {
  opacity: 0;
  z-index: -1;
  visibility: hidden;
  bottom: calc(100% + 10px);
  pointer-events: auto;
  position: absolute;
  margin: 0 8vw;
  width: 84vw;
  max-width: 100vw;
  right: -20px;
}
@media print, screen and (min-width: 768.02px) {
  body .htmlblock .p-ouenwari__cp .contents .tooltipArea .toolTip-section .toolTip-ctr .tooltip {
    margin: 0;
    width: 300px;
  }
}
body .htmlblock .p-ouenwari__cp .contents .tooltipArea .toolTip-section .toolTip-ctr .tooltip__cont {
  background: rgba(0, 0, 0, 0.8);
  position: relative;
  padding: 18px;
  color: #fff;
  text-align: left;
}
body .htmlblock .p-ouenwari__cp .contents .tooltipArea .toolTip-section .toolTip-ctr .tooltip img {
  vertical-align: middle;
}
body .htmlblock .p-ouenwari__cp .contents .tooltipArea .toolTip-section .toolTip-ctr .tooltip-descTtl {
  padding-right: 15px;
  font-size: 4.2vw;
  font-weight: 700;
}
@media print, screen and (min-width: 768.02px) {
  body .htmlblock .p-ouenwari__cp .contents .tooltipArea .toolTip-section .toolTip-ctr .tooltip-descTtl {
    font-size: 16px;
  }
}
body .htmlblock .p-ouenwari__cp .contents .tooltipArea .toolTip-section .toolTip-ctr .tooltip-descBody {
  margin-top: 0.5em;
  font-size: 3.7vw;
}
@media print, screen and (min-width: 768.02px) {
  body .htmlblock .p-ouenwari__cp .contents .tooltipArea .toolTip-section .toolTip-ctr .tooltip-descBody {
    font-size: 14px;
  }
}
body .htmlblock .p-ouenwari__cp .contents .tooltipArea .toolTip-section .toolTip-ctr .tooltip__close {
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer;
  background: url(../images/btn-close-tooltip.webp) center center no-repeat;
  width: 17px;
  height: 17px;
  background-size: 100% 100%;
}
body .htmlblock .p-ouenwari__cp .contents .tooltipArea .toolTip-section .toolTip-ctr.open .tooltip {
  z-index: 2;
  opacity: 1;
  visibility: visible;
}
body .htmlblock .p-ouenwari__cp .contents .btn-area {
  padding: 7vw 0 0;
  text-align: center;
}
@media print, screen and (min-width: 768.02px) {
  body .htmlblock .p-ouenwari__cp .contents .btn-area {
    padding: 40px 0 0;
  }
}
body .htmlblock .p-ouenwari__cp01 .contents .price {
  width: 88%;
  margin: 0 auto;
  padding: 10vw 0 0;
  text-align: center;
  color: #10386B;
}
@media print, screen and (min-width: 768.02px) {
  body .htmlblock .p-ouenwari__cp01 .contents .price {
    width: 100%;
    max-width: 820px;
    padding: 46px 0 0;
  }
}
@media screen and (min-width: 768.02px) and (max-width: 1024px) {
  body .htmlblock .p-ouenwari__cp01 .contents .price {
    width: 94%;
  }
}
body .htmlblock .p-ouenwari__cp01 .contents .price-fukidashi {
  position: relative;
  width: 100%;
  text-align: center;
}
body .htmlblock .p-ouenwari__cp01 .contents .price-fukidashi::before {
  content: "";
  position: absolute;
  bottom: -2.3vw;
  left: 50%;
  transform: translateX(-50%);
  width: 3vw;
  border-top: 2.5vw solid #10386B;
  border-left: 1.5vw solid transparent;
  border-right: 1.5vw solid transparent;
}
@media print, screen and (min-width: 768.02px) {
  body .htmlblock .p-ouenwari__cp01 .contents .price-fukidashi::before {
    bottom: -9px;
    width: 10px;
    border-top-width: 10px;
    border-left-width: 5px;
    border-right-width: 5px;
  }
}
body .htmlblock .p-ouenwari__cp01 .contents .price-fukidashi p {
  display: inline-block;
  padding: 0 1em;
  font-size: 4.2vw;
  font-weight: 700;
  line-height: 1.1;
  color: #fff;
  background-color: #10386B;
  -webkit-clip-path: polygon(0% 100%, 3% 0%, 100% 0%, 97% 100%);
          clip-path: polygon(0% 100%, 3% 0%, 100% 0%, 97% 100%);
}
@media print, screen and (min-width: 768.02px) {
  body .htmlblock .p-ouenwari__cp01 .contents .price-fukidashi p {
    font-size: 18px;
  }
}
body .htmlblock .p-ouenwari__cp01 .contents .price-fukidashi p .num {
  font-family: "DIN-Bold";
  font-size: 8vw;
}
@media print, screen and (min-width: 768.02px) {
  body .htmlblock .p-ouenwari__cp01 .contents .price-fukidashi p .num {
    font-size: 35px;
  }
}
body .htmlblock .p-ouenwari__cp01 .contents .price-fukidashi p .small {
  font-size: 3.7vw;
}
@media print, screen and (min-width: 768.02px) {
  body .htmlblock .p-ouenwari__cp01 .contents .price-fukidashi p .small {
    font-size: 15px;
  }
}
body .htmlblock .p-ouenwari__cp01 .contents .price-ttl {
  padding: 5vw 0;
  font-size: 5.9vw;
  font-weight: 900;
}
@media print, screen and (min-width: 768.02px) {
  body .htmlblock .p-ouenwari__cp01 .contents .price-ttl {
    padding: 20px 0 25px;
    font-size: 30px;
  }
}
body .htmlblock .p-ouenwari__cp01 .contents .price-read {
  font-size: 4.8vw;
  font-weight: 700;
}
@media print, screen and (min-width: 768.02px) {
  body .htmlblock .p-ouenwari__cp01 .contents .price-read {
    font-size: 22px;
  }
}
body .htmlblock .p-ouenwari__cp01 .contents .price-read span {
  font-size: 3.2vw;
  letter-spacing: 0;
  color: #333;
}
@media print, screen and (min-width: 768.02px) {
  body .htmlblock .p-ouenwari__cp01 .contents .price-read span {
    font-size: 16px;
  }
}
@media print, screen and (min-width: 768.02px) {
  body .htmlblock .p-ouenwari__cp01 .contents .price-box {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: center;
    align-items: flex-end;
  }
}
body .htmlblock .p-ouenwari__cp01 .contents .price-num {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: center;
  align-items: flex-end;
  margin: 4vw 0;
}
@media print, screen and (min-width: 768.02px) {
  body .htmlblock .p-ouenwari__cp01 .contents .price-num {
    margin: 20px 0 10px;
  }
}
body .htmlblock .p-ouenwari__cp01 .contents .price-num .line {
  position: relative;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: center;
  align-items: flex-end;
  color: #EA6000;
}
body .htmlblock .p-ouenwari__cp01 .contents .price-num .line::before {
  content: "";
  position: absolute;
  bottom: -1vw;
  left: 0;
  width: 100%;
  height: 2.8vw;
  background-color: #FFE900;
}
@media print, screen and (min-width: 768.02px) {
  body .htmlblock .p-ouenwari__cp01 .contents .price-num .line::before {
    bottom: -8px;
    height: 16px;
  }
}
body .htmlblock .p-ouenwari__cp01 .contents .price-num .line .num {
  position: relative;
  display: inline-block;
  font-family: "DIN-Bold";
  line-height: 1;
  letter-spacing: -0.05em;
  width: 35.2vw;
  z-index: 2;
}
@media print, screen and (min-width: 768.02px) {
  body .htmlblock .p-ouenwari__cp01 .contents .price-num .line .num {
    width: 176px;
  }
}
body .htmlblock .p-ouenwari__cp01 .contents .price-num .line .num::before {
  content: "";
  position: absolute;
  top: -2vw;
  left: -7vw;
  width: 5.4vw;
  height: 7vw;
  background: url(../images/accent_l.svg) center center no-repeat;
  background-size: cover;
}
@media print, screen and (min-width: 768.02px) {
  body .htmlblock .p-ouenwari__cp01 .contents .price-num .line .num::before {
    top: -10px;
    left: -32px;
    width: 26px;
    height: 35px;
  }
}
body .htmlblock .p-ouenwari__cp01 .contents .price-num .line .num::after {
  content: "";
  position: absolute;
  top: -2vw;
  right: -8vw;
  width: 6.4vw;
  height: 7vw;
  background: url(../images/accent_r.svg) center center no-repeat;
  background-size: cover;
}
@media print, screen and (min-width: 768.02px) {
  body .htmlblock .p-ouenwari__cp01 .contents .price-num .line .num::after {
    top: -10px;
    right: -37px;
    width: 33px;
    height: 31px;
  }
}
body .htmlblock .p-ouenwari__cp01 .contents .price-num .line .yen {
  position: relative;
  padding-left: 0.25em;
  font-size: 6.4vw;
  font-weight: 900;
  line-height: 1;
  z-index: 2;
}
@media print, screen and (min-width: 768.02px) {
  body .htmlblock .p-ouenwari__cp01 .contents .price-num .line .yen {
    font-size: 32px;
  }
}
body .htmlblock .p-ouenwari__cp01 .contents .price-num .period {
  display: inline-block;
  font-size: 3.2vw;
  line-height: 1.2;
  line-height: 1;
  font-weight: 500;
}
@media print, screen and (min-width: 768.02px) {
  body .htmlblock .p-ouenwari__cp01 .contents .price-num .period {
    font-size: 14px;
  }
}
body .htmlblock .p-ouenwari__cp01 .contents .price-num .period span {
  font-size: 5.4vw;
  font-weight: 700;
}
@media print, screen and (min-width: 768.02px) {
  body .htmlblock .p-ouenwari__cp01 .contents .price-num .period span {
    font-size: 32px;
  }
}
body .htmlblock .p-ouenwari__cp01 .contents .price-taxin {
  display: inline-block;
  font-size: 3.7vw;
  font-weight: 700;
  line-height: 1.1;
}
@media print, screen and (min-width: 768.02px) {
  body .htmlblock .p-ouenwari__cp01 .contents .price-taxin {
    margin-left: -1em;
    font-size: 24px;
  }
}
body .htmlblock .p-ouenwari__cp01 .contents .price-taxin .large {
  padding: 0 0.25em;
  font-size: 9.2vw;
  font-weight: 500;
}
@media print, screen and (min-width: 768.02px) {
  body .htmlblock .p-ouenwari__cp01 .contents .price-taxin .large {
    font-size: 40px;
  }
}
body .htmlblock .p-ouenwari__cp01 .contents .price-taxin .num {
  position: relative;
  bottom: -1.5vw;
  display: inline-block;
  width: 22.4vw;
  padding-right: 0.5vw;
  line-height: 1;
  font-family: "DIN-Demi";
}
@media print, screen and (min-width: 768.02px) {
  body .htmlblock .p-ouenwari__cp01 .contents .price-taxin .num {
    bottom: -7px;
    width: 112px;
  }
}
body .htmlblock .p-ouenwari__cp01 .contents .price-next {
  margin: 5vw 0 7vw;
  font-size: 4.2vw;
  font-weight: 700;
  line-height: 1.1;
}
@media print, screen and (min-width: 768.02px) {
  body .htmlblock .p-ouenwari__cp01 .contents .price-next {
    margin: 25px 0 40px;
    font-size: 18px;
  }
}
body .htmlblock .p-ouenwari__cp01 .contents .price-next .num {
  position: relative;
  bottom: -0.8vw;
  display: inline-block;
  width: 18vw;
  padding: 0 1vw;
  font-family: "DIN-Demi";
}
@media print, screen and (min-width: 768.02px) {
  body .htmlblock .p-ouenwari__cp01 .contents .price-next .num {
    bottom: -3px;
    width: 85px;
    padding: 5px;
  }
}
body .htmlblock .p-ouenwari__cp01 .contents .price .remarks-list {
  margin-top: 3vw;
}
@media print, screen and (min-width: 768.02px) {
  body .htmlblock .p-ouenwari__cp01 .contents .price .remarks-list {
    margin-top: 15px;
  }
}
body .htmlblock .p-ouenwari__cp01 .contents .detail-content .ttl {
  margin: 10vw 0 5vw;
  padding: 1em 0;
  font-size: 5.4vw;
  font-weight: 700;
  text-align: center;
  color: #10386B;
  background-color: #FFF9E3;
}
@media print, screen and (min-width: 768.02px) {
  body .htmlblock .p-ouenwari__cp01 .contents .detail-content .ttl {
    margin: 50px 0 30px;
    font-size: 20px;
  }
}
body .htmlblock .p-ouenwari__cp01 .contents .detail-content .subttl {
  margin-bottom: 0.5em;
  font-size: 4.2vw;
  font-weight: 700;
}
@media print, screen and (min-width: 768.02px) {
  body .htmlblock .p-ouenwari__cp01 .contents .detail-content .subttl {
    font-size: 16px;
  }
}
body .htmlblock .p-ouenwari__cp01 .contents .detail-content-inner > .inner {
  width: 88%;
  margin: 7vw auto 0;
}
@media print, screen and (min-width: 768.02px) {
  body .htmlblock .p-ouenwari__cp01 .contents .detail-content-inner > .inner {
    width: 100%;
    max-width: 820px;
    margin: 30px auto 0;
  }
}
@media screen and (min-width: 768.02px) and (max-width: 1024px) {
  body .htmlblock .p-ouenwari__cp01 .contents .detail-content-inner > .inner {
    width: 94%;
  }
}
body .htmlblock .p-ouenwari__cp01 .contents .amazon {
  display: block;
  margin: 1.5em 0 0;
  font-size: 4.2vw;
  font-weight: 700;
  text-align: center;
  color: #10386B;
  border: #2B96D6 2px solid;
  border-radius: 10px;
  overflow: hidden;
}
@media print, screen and (min-width: 768.02px) {
  body .htmlblock .p-ouenwari__cp01 .contents .amazon {
    margin: 2.5em 0 0;
    font-size: 16px;
  }
}
body .htmlblock .p-ouenwari__cp01 .contents .amazon .copy {
  padding: 0.75em 0;
  background-color: #E6EAF0;
}
body .htmlblock .p-ouenwari__cp01 .contents .amazon .inner {
  padding: 1em 0;
}
@media print, screen and (min-width: 768.02px) {
  body .htmlblock .p-ouenwari__cp01 .contents .amazon .inner {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: center;
    align-items: center;
  }
}
body .htmlblock .p-ouenwari__cp01 .contents .amazon .logo {
  width: 74%;
  margin: 0 auto 2vw auto;
}
@media print, screen and (min-width: 768.02px) {
  body .htmlblock .p-ouenwari__cp01 .contents .amazon .logo {
    width: 250px;
    margin: 0 14px 0 0;
  }
}
body .htmlblock .p-ouenwari__cp01 .contents .amazon .swiper_read {
  text-align: center;
  margin: 3% 0;
}
@media screen and (max-width: 768px) {
  body .htmlblock .p-ouenwari__cp01 .contents .amazon .swiper_read {
    padding: 3vw 0;
    font-size: 3.5vw;
  }
}
body .htmlblock .p-ouenwari__cp01 .contents .amazon .swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  z-index: 1;
  display: block;
  background: #F0F2F5;
  padding: 0 0 8% 0;
}
@media screen and (max-width: 768px) {
  body .htmlblock .p-ouenwari__cp01 .contents .amazon .swiper {
    padding: 0 0 16% 0;
  }
}
body .htmlblock .p-ouenwari__cp01 .contents .amazon .swiper .swiper-wrapper {
  max-width: none;
  margin: 0 auto;
  position: relative;
}
body .htmlblock .p-ouenwari__cp01 .contents .amazon .swiper .swiper-slide.swiper-slide-active {
  opacity: 1;
}
body .htmlblock .p-ouenwari__cp01 .contents .amazon .swiper .swiper-slide {
  position: relative;
  border-radius: 10px;
  box-shadow: 0px 20px 10px -4px rgba(0, 0, 0, 0.1);
  opacity: 0.5;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  body .htmlblock .p-ouenwari__cp01 .contents .amazon .swiper .swiper-slide {
    border-radius: 2vw;
  }
}
body .htmlblock .p-ouenwari__cp01 .contents .amazon .swiper .swiper-slide .img-matsumoto {
  position: absolute;
  right: 7%;
  bottom: 0;
  width: 27%;
}
body .htmlblock .p-ouenwari__cp01 .contents .amazon .swiper .swiper .swiper-slide img {
  border-radius: 16px;
}
body .htmlblock .p-ouenwari__cp01 .contents .amazon .swiper .swiper-button-next:after,
body .htmlblock .p-ouenwari__cp01 .contents .amazon .swiper .swiper-button-prev:after {
  font-family: inherit;
  content: "";
  height: 15%;
  width: 15%;
  display: block;
  z-index: 100;
}
body .htmlblock .p-ouenwari__cp01 .contents .amazon .swiper .swiper-button-next {
  content: "";
  background-image: url(../images/btn_arrow.svg);
  height: 12%;
  width: 12%;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
body .htmlblock .p-ouenwari__cp01 .contents .amazon .swiper .swiper-button-prev {
  content: "";
  background-image: url(../images/btn_arrow.svg);
  height: 12%;
  width: 12%;
  transform: rotate(180deg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
body .htmlblock .p-ouenwari__cp01 .contents .amazon .swiper .swiper-button-prev,
body .htmlblock .p-ouenwari__cp01 .contents .amazon .swiper .swiper-button-next {
  top: 50%;
}
@media screen and (max-width: 768px) {
  body .htmlblock .p-ouenwari__cp01 .contents .amazon .swiper .swiper-button-prev,
  body .htmlblock .p-ouenwari__cp01 .contents .amazon .swiper .swiper-button-next {
    top: 36vw;
  }
}
body .htmlblock .p-ouenwari__cp01 .contents .amazon .swiper .swiper-pagination span.swiper-pagination-bullet {
  background-color: #171C61 !important;
  margin: 0 1%;
}
@media screen and (max-width: 768px) {
  body .htmlblock .p-ouenwari__cp01 .contents .amazon .swiper .swiper-pagination span.swiper-pagination-bullet {
    margin: 0 2%;
  }
}
body .htmlblock .p-ouenwari__cp01 .contents .amazon .swiper .swiper-pagination span {
  transform: scale(1.5);
}
body .htmlblock .p-ouenwari__cp01 .contents .amazon .swiper .swiper-horizontal > .swiper-pagination-bullets,
body .htmlblock .p-ouenwari__cp01 .contents .amazon .swiper .swiper-pagination-bullets.swiper-pagination-horizontal,
body .htmlblock .p-ouenwari__cp01 .contents .amazon .swiper .swiper-pagination-custom,
body .htmlblock .p-ouenwari__cp01 .contents .amazon .swiper .swiper-pagination-fraction {
  bottom: 7%;
}
@media screen and (max-width: 768px) {
  body .htmlblock .p-ouenwari__cp01 .contents .amazon .swiper .swiper-horizontal > .swiper-pagination-bullets,
  body .htmlblock .p-ouenwari__cp01 .contents .amazon .swiper .swiper-pagination-bullets.swiper-pagination-horizontal,
  body .htmlblock .p-ouenwari__cp01 .contents .amazon .swiper .swiper-pagination-custom,
  body .htmlblock .p-ouenwari__cp01 .contents .amazon .swiper .swiper-pagination-fraction {
    bottom: 7%;
  }
}
@media print, screen and (min-width: 768.02px) {
  body .htmlblock .p-ouenwari__cp02 .head-dodon {
    left: calc(50% - 380px);
  }
}
body .htmlblock .p-ouenwari__cp02 .head-copy {
  color: #fff;
}
@media screen and (max-width: 768px) {
  body .htmlblock .p-ouenwari__cp02 .head-copy {
    font-size: 3.7vw;
  }
}
body .htmlblock .p-ouenwari__cp02 .head-copy::before {
  border-top-color: #E31E1B;
}
body .htmlblock .p-ouenwari__cp02 .head-copy::after {
  border-top-color: #F9BE00;
}
body .htmlblock .p-ouenwari__cp02 .head-copy > span {
  padding: 0.4em 5em 0.4em 1.5em;
  line-height: 1.3;
}
@media print, screen and (min-width: 768.02px) {
  body .htmlblock .p-ouenwari__cp02 .head-copy > span {
    padding: 0.4em 4em 0.4em 4.5em;
  }
}
body .htmlblock .p-ouenwari__cp02 .head-copy > span::before {
  border-top-width: 14vw;
  border-top-color: #E31E1B;
}
@media print, screen and (min-width: 768.02px) {
  body .htmlblock .p-ouenwari__cp02 .head-copy > span::before {
    border-top-width: 72px;
  }
}
body .htmlblock .p-ouenwari__cp02 .head-copy > span::after {
  border-top-color: #F9BE00;
}
body .htmlblock .p-ouenwari__cp02 .head-logo {
  width: 90%;
  margin-bottom: 6vw;
}
@media print, screen and (min-width: 768.02px) {
  body .htmlblock .p-ouenwari__cp02 .head-logo {
    width: 100%;
    max-width: 780px;
    margin-bottom: 36px;
  }
}
body .htmlblock .p-ouenwari__cp02 .head-kv {
  width: 94%;
  margin: 0 auto 2vw;
}
@media print, screen and (min-width: 768.02px) {
  body .htmlblock .p-ouenwari__cp02 .head-kv {
    width: 100%;
    margin-bottom: 30px;
  }
}
body .htmlblock .p-ouenwari__cp02 .contents {
  background-color: #000000;
}
body .htmlblock .p-ouenwari__cp02 .contents::before {
  top: -110vw;
  height: 110vw;
  background-image: url(../images/round_black_top_sp.svg);
  z-index: -2;
}
@media print, screen and (min-width: 768.02px) {
  body .htmlblock .p-ouenwari__cp02 .contents::before {
    background-image: url(../images/round_black_top_pc.svg);
    top: -829px;
    height: 830px;
  }
}
@media screen and (min-width: 768.02px) and (max-width: 820px) {
  body .htmlblock .p-ouenwari__cp02 .contents::before {
    top: -729px;
  }
}
body .htmlblock .p-ouenwari__cp02 .contents::after {
  background-image: url(../images/round_black_bottom_sp.svg);
}
@media print, screen and (min-width: 768.02px) {
  body .htmlblock .p-ouenwari__cp02 .contents::after {
    background-image: url(../images/round_black_bottom_pc.svg);
  }
}
body .htmlblock .p-ouenwari__cp02 .contents .time {
  background-color: #FCE8EC;
}
body .htmlblock .p-ouenwari__cp02 .contents .time .ttl::before {
  border-color: #E31E1B;
}
body .htmlblock .p-ouenwari__cp02 .contents .time .ttl::after {
  border-color: #E31E1B;
}
body .htmlblock .p-ouenwari__cp02 .contents .price {
  width: 88%;
  margin: 0 auto;
  padding: 10vw 0 0;
  text-align: center;
  color: #10386B;
}
@media print, screen and (min-width: 768.02px) {
  body .htmlblock .p-ouenwari__cp02 .contents .price {
    width: 100%;
    max-width: 820px;
    padding: 46px 0 0;
  }
}
body .htmlblock .p-ouenwari__cp02 .contents .price .intro-copy {
  margin-bottom: 1em;
  font-size: 4.8vw;
  font-weight: 700;
}
@media print, screen and (min-width: 768.02px) {
  body .htmlblock .p-ouenwari__cp02 .contents .price .intro-copy {
    margin-bottom: 0.5em;
    font-size: 22px;
  }
}
@media print, screen and (min-width: 768.02px) {
  body .htmlblock .p-ouenwari__cp02 .contents .price-wrap {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: center;
    align-items: flex-end;
    margin-bottom: 35px;
  }
}
body .htmlblock .p-ouenwari__cp02 .contents .price-copy {
  padding-left: 3em;
  font-size: 4.8vw;
  font-weight: 700;
  text-align: left;
}
@media print, screen and (min-width: 768.02px) {
  body .htmlblock .p-ouenwari__cp02 .contents .price-copy {
    padding: 0 0.5em 0 0;
    font-size: 22px;
  }
}
@media screen and (max-width: 768px) {
  body .htmlblock .p-ouenwari__cp02 .contents .price-box {
    margin-top: -2vw;
  }
}
@media print, screen and (min-width: 768.02px) {
  body .htmlblock .p-ouenwari__cp02 .contents .price-box {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: center;
    align-items: flex-end;
  }
}
body .htmlblock .p-ouenwari__cp02 .contents .price-num {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: center;
  align-items: flex-end;
  margin: 2vw 0 0;
}
@media print, screen and (min-width: 768.02px) {
  body .htmlblock .p-ouenwari__cp02 .contents .price-num {
    margin: 5px 0 0;
  }
}
body .htmlblock .p-ouenwari__cp02 .contents .price-num .line {
  position: relative;
  display: inline-block;
  color: #EA6000;
}
body .htmlblock .p-ouenwari__cp02 .contents .price-num .line::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2.8vw;
  background-color: #FFE900;
}
@media print, screen and (min-width: 768.02px) {
  body .htmlblock .p-ouenwari__cp02 .contents .price-num .line::before {
    bottom: -8px;
    height: 16px;
  }
}
body .htmlblock .p-ouenwari__cp02 .contents .price-num .line .num {
  position: relative;
  bottom: -2.5vw;
  display: inline-block;
  width: 46.4vw;
  font-family: "DIN-Bold";
  line-height: 1;
  letter-spacing: -0.05em;
  z-index: 2;
}
@media print, screen and (min-width: 768.02px) {
  body .htmlblock .p-ouenwari__cp02 .contents .price-num .line .num {
    bottom: -20px;
    width: 252px;
  }
}
body .htmlblock .p-ouenwari__cp02 .contents .price-num .line .num::before {
  content: "";
  position: absolute;
  top: -2.5vw;
  left: -7vw;
  width: 5.4vw;
  height: 7vw;
  background: url(../images/accent_l.svg) center center no-repeat;
  background-size: cover;
}
@media print, screen and (min-width: 768.02px) {
  body .htmlblock .p-ouenwari__cp02 .contents .price-num .line .num::before {
    top: -10px;
    left: -32px;
    width: 26px;
    height: 35px;
  }
}
body .htmlblock .p-ouenwari__cp02 .contents .price-num .line .num::after {
  content: "";
  position: absolute;
  top: -2.5vw;
  right: -8vw;
  width: 6.4vw;
  height: 7vw;
  background: url(../images/accent_r.svg) center center no-repeat;
  background-size: cover;
}
@media print, screen and (min-width: 768.02px) {
  body .htmlblock .p-ouenwari__cp02 .contents .price-num .line .num::after {
    top: -10px;
    right: -37px;
    width: 33px;
    height: 31px;
  }
}
body .htmlblock .p-ouenwari__cp02 .contents .price-num .line .yen {
  position: relative;
  padding-left: 0.25em;
  font-size: 6.4vw;
  font-weight: 900;
  line-height: 1;
  z-index: 2;
}
@media print, screen and (min-width: 768.02px) {
  body .htmlblock .p-ouenwari__cp02 .contents .price-num .line .yen {
    font-size: 32px;
  }
}
body .htmlblock .p-ouenwari__cp02 .contents .price-num .period {
  display: inline-block;
  padding: 0 0 0 0.5em;
  font-size: 3.2vw;
  line-height: 1.2;
  font-weight: 500;
  text-align: right;
}
@media print, screen and (min-width: 768.02px) {
  body .htmlblock .p-ouenwari__cp02 .contents .price-num .period {
    padding: 0 0 0 0.5em;
    font-size: 14px;
  }
}
body .htmlblock .p-ouenwari__cp02 .contents .price-num .period span {
  font-size: 8.6vw;
  font-weight: 900;
  color: #EA6000;
}
@media print, screen and (min-width: 768.02px) {
  body .htmlblock .p-ouenwari__cp02 .contents .price-num .period span {
    font-size: 32px;
  }
}
body .htmlblock .p-ouenwari__cp02 .contents .price .remarks-list {
  margin-top: 3vw;
}
@media print, screen and (min-width: 768.02px) {
  body .htmlblock .p-ouenwari__cp02 .contents .price .remarks-list {
    margin-top: 15px;
    text-align: center;
  }
}
body .htmlblock .p-ouenwari__cp02 .contents .plan {
  margin-top: 10vw;
}
@media print, screen and (min-width: 768.02px) {
  body .htmlblock .p-ouenwari__cp02 .contents .plan {
    margin-top: 60px;
  }
}
body .htmlblock .p-ouenwari__cp02 .contents .plan-ttl {
  margin-bottom: 7vw;
  font-size: 4.7vw;
  color: #10386B;
  text-align: center;
}
@media print, screen and (min-width: 768.02px) {
  body .htmlblock .p-ouenwari__cp02 .contents .plan-ttl {
    margin-bottom: 40px;
    font-size: 26px;
  }
}
body .htmlblock .p-ouenwari__cp02 .contents .plan-ttl span {
  font-size: 125%;
}
body .htmlblock .p-ouenwari__cp02 .contents .plan > .inner {
  width: 88%;
  margin: 7vw auto 0;
}
@media print, screen and (min-width: 768.02px) {
  body .htmlblock .p-ouenwari__cp02 .contents .plan > .inner {
    width: 100%;
    max-width: 820px;
    margin: 30px auto 0;
  }
}
@media screen and (min-width: 768.02px) and (max-width: 1024px) {
  body .htmlblock .p-ouenwari__cp02 .contents .plan > .inner {
    width: 94%;
  }
}
body .htmlblock .p-ouenwari__cp02 .contents .plan-tab {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: center;
  align-items: stretch;
  border-bottom: #E31E1B 3px solid;
}
body .htmlblock .p-ouenwari__cp02 .contents .plan-tab > a {
  display: inline-block;
  padding: 1em 0.75em;
  font-size: 4.2vw;
  line-height: 1.2;
  font-weight: 700;
  color: #575757;
  text-align: center;
  background-color: #E6EAF0;
  border-radius: 10px 10px 0 0;
}
@media print, screen and (min-width: 768.02px) {
  body .htmlblock .p-ouenwari__cp02 .contents .plan-tab > a {
    padding: 1em 1.65em;
    font-size: 16px;
  }
}
body .htmlblock .p-ouenwari__cp02 .contents .plan-tab > a.-active {
  color: #fff;
  background-color: #E31E1B;
}
body .htmlblock .p-ouenwari__cp02 .contents .plan-tab > a:first-child {
  margin-right: 1.2em;
}
body .htmlblock .p-ouenwari__cp02 .contents .plan .tab-contents {
  display: none;
}
body .htmlblock .p-ouenwari__cp02 .contents .plan .tab-contents.-active {
  display: block;
}
body .htmlblock .p-ouenwari__cp02 .contents .plan .tab-contents-fukidashi {
  position: relative;
  width: 100%;
  margin-top: 1.5em;
  text-align: center;
}
@media print, screen and (min-width: 768.02px) {
  body .htmlblock .p-ouenwari__cp02 .contents .plan .tab-contents-fukidashi {
    margin-top: 2.5em;
  }
}
body .htmlblock .p-ouenwari__cp02 .contents .plan .tab-contents-fukidashi::before {
  content: "";
  position: absolute;
  bottom: -2.3vw;
  left: 50%;
  transform: translateX(-50%);
  width: 3vw;
  border-top: 2.5vw solid #E73E0C;
  border-left: 1.5vw solid transparent;
  border-right: 1.5vw solid transparent;
}
@media print, screen and (min-width: 768.02px) {
  body .htmlblock .p-ouenwari__cp02 .contents .plan .tab-contents-fukidashi::before {
    bottom: -9px;
    width: 10px;
    border-top-width: 10px;
    border-left-width: 5px;
    border-right-width: 5px;
  }
}
body .htmlblock .p-ouenwari__cp02 .contents .plan .tab-contents-fukidashi p {
  display: inline-block;
  width: 100%;
  padding: 0.5em 0 0.1em;
  font-size: 3.7vw;
  font-weight: 700;
  line-height: 1.3;
  color: #fff;
  background-color: #E73E0C;
  -webkit-clip-path: polygon(0% 100%, 3% 0%, 100% 0%, 97% 100%);
          clip-path: polygon(0% 100%, 3% 0%, 100% 0%, 97% 100%);
}
@media print, screen and (min-width: 768.02px) {
  body .htmlblock .p-ouenwari__cp02 .contents .plan .tab-contents-fukidashi p {
    width: auto;
    padding: 0.75em 1em 0.1em;
    font-size: 16px;
    -webkit-clip-path: polygon(0% 100%, 1.5% 0%, 100% 0%, 98.5% 100%);
            clip-path: polygon(0% 100%, 1.5% 0%, 100% 0%, 98.5% 100%);
  }
}
body .htmlblock .p-ouenwari__cp02 .contents .plan .tab-contents-fukidashi p .tax {
  font-size: 86%;
  font-weight: 400;
}
body .htmlblock .p-ouenwari__cp02 .contents .plan .tab-contents-fukidashi p .remarks {
  display: block;
  font-size: 86%;
  padding-right: 1em;
  font-weight: 400;
  text-align: right;
}
body .htmlblock .p-ouenwari__cp02 .contents .plan .tab-contents-ttl {
  margin-top: 1em;
  font-size: 4.2vw;
  font-weight: 700;
  color: #10386B;
  text-align: center;
}
@media print, screen and (min-width: 768.02px) {
  body .htmlblock .p-ouenwari__cp02 .contents .plan .tab-contents-ttl {
    font-size: 22px;
  }
}
body .htmlblock .p-ouenwari__cp02 .contents .plan .tab-contents-ttl .remarks {
  display: inherit;
  font-size: 86%;
  font-weight: 400;
}
body .htmlblock .p-ouenwari__cp02 .contents .plan .subttl {
  margin: 1.5em 0 0.5em;
  font-size: 4.2vw;
  font-weight: 700;
}
body .htmlblock .p-ouenwari__cp02 .contents .plan .subttl:first-child {
  margin-top: 0.5em;
}
@media print, screen and (min-width: 768.02px) {
  body .htmlblock .p-ouenwari__cp02 .contents .plan .subttl {
    font-size: 16px;
  }
}
body .htmlblock .p-ouenwari__cp02 .contents .plan .amazon {
  display: block;
  margin: 1.5em 0 0;
  font-size: 4.2vw;
  font-weight: 700;
  text-align: center;
  color: #10386B;
  border: #2B96D6 2px solid;
  border-radius: 10px;
  overflow: hidden;
}
@media print, screen and (min-width: 768.02px) {
  body .htmlblock .p-ouenwari__cp02 .contents .plan .amazon {
    margin: 2.5em 0 0;
    font-size: 16px;
  }
}
body .htmlblock .p-ouenwari__cp02 .contents .plan .amazon .copy {
  padding: 0.75em 0;
  background-color: #E6EAF0;
}
body .htmlblock .p-ouenwari__cp02 .contents .plan .amazon .inner {
  padding: 1em 0;
}
@media print, screen and (min-width: 768.02px) {
  body .htmlblock .p-ouenwari__cp02 .contents .plan .amazon .inner {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: center;
    align-items: center;
  }
}
body .htmlblock .p-ouenwari__cp02 .contents .plan .amazon .logo {
  width: 82%;
  margin: 0 auto;
}
@media print, screen and (min-width: 768.02px) {
  body .htmlblock .p-ouenwari__cp02 .contents .plan .amazon .logo {
    width: 250px;
    margin: 0 14px 0 0;
  }
}
body .htmlblock .p-ouenwari__cp02 .contents .plan .tgl-box .ttl {
  font-size: 4.2vw;
  font-weight: 700;
  color: #10386B;
  text-align: center;
}
@media print, screen and (min-width: 768.02px) {
  body .htmlblock .p-ouenwari__cp02 .contents .plan .tgl-box .ttl {
    font-size: 16px;
  }
}
body .htmlblock .p-ouenwari__cp02 .contents .plan .tgl-box .ttl .large {
  font-size: 5.2vw;
}
@media print, screen and (min-width: 768.02px) {
  body .htmlblock .p-ouenwari__cp02 .contents .plan .tgl-box .ttl .large {
    font-size: 20px;
  }
}
body .htmlblock .p-ouenwari__cp02 .contents .plan .tgl-box .ttl .large .num {
  font-size: 8vw;
}
@media print, screen and (min-width: 768.02px) {
  body .htmlblock .p-ouenwari__cp02 .contents .plan .tgl-box .ttl .large .num {
    font-size: 30px;
  }
}
body .htmlblock .p-ouenwari__cp02 .contents .plan .tgl-box .ttl .large .tax {
  font-size: 60%;
}
body .htmlblock .p-ouenwari__cp02 .contents .plan .tgl-box .subttl02 {
  margin: 0.75em 0 0.5em;
  font-size: 3.7vw;
  font-weight: 700;
}
body .htmlblock .p-ouenwari__cp02 .contents .plan .tgl-box .subttl02:first-child {
  margin-top: 0.5em;
}
@media print, screen and (min-width: 768.02px) {
  body .htmlblock .p-ouenwari__cp02 .contents .plan .tgl-box .subttl02 {
    font-size: 14px;
  }
}
body .htmlblock .p-ouenwari__cp02 .contents .plan .tgl-box .tab-img {
  display: none;
  margin: 1.5em auto;
  font-size: 3.2vw;
  color: #10386B;
  text-align: center;
}
@media print, screen and (min-width: 768.02px) {
  body .htmlblock .p-ouenwari__cp02 .contents .plan .tgl-box .tab-img {
    max-width: 430px;
    font-size: 14px;
  }
}
body .htmlblock .p-ouenwari__cp02 .contents .plan .tgl-box .tab-img.-active {
  display: block;
}
body .htmlblock .p-ouenwari__cp02 .contents .plan .tgl-box .tab-img figcaption {
  margin-bottom: 1em;
}
body .htmlblock .p-ouenwari__cp02 .contents .plan .cp02-cv {
  margin-top: 5vw;
  background-color: #000000;
  border-radius: 10px;
  overflow: hidden;
}
@media print, screen and (min-width: 768.02px) {
  body .htmlblock .p-ouenwari__cp02 .contents .plan .cp02-cv {
    margin-top: 30px;
  }
}
body .htmlblock .p-ouenwari__cp02 .contents .plan .cp02-cv .btn-cv {
  position: relative;
  display: block;
  margin: 5vw 4vw;
  padding: 1.3em 0;
  font-size: 4.2vw;
  font-weight: 700;
  text-align: center;
  color: #fff;
  background-color: #E31E1B;
  border: #E31E1B 2px solid;
  border-radius: 10px;
  transition-duration: 0.2s;
}
@media print, screen and (min-width: 768.02px) {
  body .htmlblock .p-ouenwari__cp02 .contents .plan .cp02-cv .btn-cv {
    max-width: 580px;
    margin: 20px auto;
    font-size: 18px;
  }
}
@media screen and (max-width: 768px) {
  body .htmlblock .p-ouenwari__cp02 .contents .plan .cp02-cv .btn-cv.twoline {
    padding: 0.5em 0;
    line-height: 1.3;
  }
}
body .htmlblock .p-ouenwari__cp02 .contents .plan .cp02-cv .btn-cv .arrow {
  position: absolute;
  top: 50%;
  right: 3vw;
  transform: translateY(-50%);
  width: 7vw;
  height: 7vw;
  background-color: #fff;
  border-radius: 50%;
}
@media print, screen and (min-width: 768.02px) {
  body .htmlblock .p-ouenwari__cp02 .contents .plan .cp02-cv .btn-cv .arrow {
    right: 13px;
    width: 26px;
    height: 26px;
  }
}
body .htmlblock .p-ouenwari__cp02 .contents .plan .cp02-cv .btn-cv .arrow::before {
  content: "";
  position: absolute;
  right: 3.4vw;
  top: calc(50% - 1px);
  width: 2vw;
  height: 2vw;
  border-top: 2px solid #E31E1B;
  border-right: 2px solid #E31E1B;
  transform: rotate(45deg) translateY(-50%);
}
@media print, screen and (min-width: 768.02px) {
  body .htmlblock .p-ouenwari__cp02 .contents .plan .cp02-cv .btn-cv .arrow::before {
    right: 13px;
    width: 8px;
    height: 8px;
  }
}
@media print, screen and (min-width: 768.02px) {
  body .htmlblock .p-ouenwari__cp02 .contents .plan .cp02-cv .btn-cv:hover {
    color: #E31E1B;
    background-color: #fff;
  }
  body .htmlblock .p-ouenwari__cp02 .contents .plan .cp02-cv .btn-cv:hover .arrow {
    background-color: #E31E1B;
  }
  body .htmlblock .p-ouenwari__cp02 .contents .plan .cp02-cv .btn-cv:hover .arrow::before {
    border-color: #fff;
  }
}
body .htmlblock .p-ouenwari__cp03 .head-copy {
  color: #fff;
}
body .htmlblock .p-ouenwari__cp03 .head-copy::before {
  border-top-color: #E31E1B;
}
body .htmlblock .p-ouenwari__cp03 .head-copy::after {
  border-top-color: #F9BE00;
}
body .htmlblock .p-ouenwari__cp03 .head-copy > span::before {
  border-top-color: #E31E1B;
}
body .htmlblock .p-ouenwari__cp03 .head-copy > span::after {
  border-top-color: #F9BE00;
}
body .htmlblock .p-ouenwari__cp03 .head-logo {
  width: 70%;
  margin-bottom: 6vw;
}
@media print, screen and (min-width: 768.02px) {
  body .htmlblock .p-ouenwari__cp03 .head-logo {
    width: 100%;
    max-width: 467px;
    margin-bottom: 33px;
  }
}
body .htmlblock .p-ouenwari__cp03 .contents {
  background-color: #10386B;
}
body .htmlblock .p-ouenwari__cp03 .contents::before {
  top: -65vw;
  height: 65vw;
  background-image: url(../images/round_navy_top_sp.svg);
  z-index: -2;
}
@media print, screen and (min-width: 768.02px) {
  body .htmlblock .p-ouenwari__cp03 .contents::before {
    background-image: url(../images/round_navy_top_pc.svg);
    top: -459px;
    height: 460px;
  }
}
body .htmlblock .p-ouenwari__cp03 .contents::after {
  background-image: url(../images/round_navy_bottom_sp.svg);
}
@media print, screen and (min-width: 768.02px) {
  body .htmlblock .p-ouenwari__cp03 .contents::after {
    background-image: url(../images/round_navy_bottom_pc.svg);
  }
}
body .htmlblock .p-ouenwari__cp03 .contents .time {
  padding: 4vw 0;
  background-color: #E6EAF0;
}
@media print, screen and (min-width: 768.02px) {
  body .htmlblock .p-ouenwari__cp03 .contents .time {
    padding: 20px 0;
  }
}
body .htmlblock .p-ouenwari__cp03 .contents .time .ttl::before {
  border-color: #10386B;
}
body .htmlblock .p-ouenwari__cp03 .contents .time .ttl::after {
  border-color: #10386B;
}
body .htmlblock .p-ouenwari__cp03 .contents-wrap {
  width: 88%;
  margin: 0 auto;
  padding: 10vw 0 0;
  text-align: center;
}
@media print, screen and (min-width: 768.02px) {
  body .htmlblock .p-ouenwari__cp03 .contents-wrap {
    width: 100%;
    max-width: 820px;
    padding: 70px 0 0;
  }
}
@media screen and (min-width: 768.02px) and (max-width: 1024px) {
  body .htmlblock .p-ouenwari__cp03 .contents-wrap {
    width: 94%;
  }
}
body .htmlblock .p-ouenwari__cp03 .contents .intro {
  margin-bottom: 12vw;
  padding: 4vw 0;
  font-weight: 700;
  background-color: #FFF9E3;
  border-radius: 10px;
}
@media print, screen and (min-width: 768.02px) {
  body .htmlblock .p-ouenwari__cp03 .contents .intro {
    max-width: 580px;
    margin: 0 auto 45px;
    padding: 16px 0;
  }
}
body .htmlblock .p-ouenwari__cp03 .contents .intro .read {
  margin-bottom: 0.5em;
  font-size: 4.2vw;
  color: #10386B;
}
@media print, screen and (min-width: 768.02px) {
  body .htmlblock .p-ouenwari__cp03 .contents .intro .read {
    margin-bottom: 0.25em;
    font-size: 16px;
  }
}
body .htmlblock .p-ouenwari__cp03 .contents .intro > .inner {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: center;
  align-items: flex-end;
}
body .htmlblock .p-ouenwari__cp03 .contents .intro > .inner .time {
  display: inline-block;
  padding: 0.2em 1.25em;
  font-size: 3.2vw;
  line-height: 1.1;
  color: #fff;
  background-color: #EA6000;
  -webkit-clip-path: polygon(0% 100%, 10% 0%, 100% 0%, 90% 100%);
          clip-path: polygon(0% 100%, 10% 0%, 100% 0%, 90% 100%);
}
@media print, screen and (min-width: 768.02px) {
  body .htmlblock .p-ouenwari__cp03 .contents .intro > .inner .time {
    margin-right: 1em;
    padding: 0.4em 1.25em;
    font-size: 12px;
    -webkit-clip-path: polygon(0% 100%, 5% 0%, 100% 0%, 95% 100%);
            clip-path: polygon(0% 100%, 5% 0%, 100% 0%, 95% 100%);
  }
}
body .htmlblock .p-ouenwari__cp03 .contents .intro > .inner .time .num {
  font-size: 133%;
}
body .htmlblock .p-ouenwari__cp03 .contents .intro > .inner .copy {
  position: relative;
  display: inline-block;
  padding: 0 0.1em;
  font-size: 5.3vw;
  color: #EA6000;
}
@media print, screen and (min-width: 768.02px) {
  body .htmlblock .p-ouenwari__cp03 .contents .intro > .inner .copy {
    font-size: 24px;
  }
}
body .htmlblock .p-ouenwari__cp03 .contents .intro > .inner .copy::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2.8vw;
  background-color: #FFE900;
  z-index: 0;
}
@media print, screen and (min-width: 768.02px) {
  body .htmlblock .p-ouenwari__cp03 .contents .intro > .inner .copy::before {
    height: 10px;
  }
}
body .htmlblock .p-ouenwari__cp03 .contents .intro > .inner .copy-inner {
  position: relative;
  z-index: 2;
}
body .htmlblock .p-ouenwari__cp03 .contents .intro > .inner .copy .num {
  position: relative;
  bottom: -0.5vw;
  display: inline-block;
  width: 23.2vw;
  font-family: "DIN-Bold";
  line-height: 1;
  letter-spacing: -0.05em;
}
@media print, screen and (min-width: 768.02px) {
  body .htmlblock .p-ouenwari__cp03 .contents .intro > .inner .copy .num {
    width: 110px;
  }
}
body .htmlblock .p-ouenwari__cp03 .contents .price-fukidashi {
  position: relative;
  margin-bottom: 7vw;
  padding: 1em 0 0.8em;
  font-size: 4.2vw;
  font-weight: 700;
  color: #10386B;
  background-color: #E6EAF0;
  border-radius: 5px;
}
@media print, screen and (min-width: 768.02px) {
  body .htmlblock .p-ouenwari__cp03 .contents .price-fukidashi {
    max-width: 420px;
    margin: 0 auto 34px;
    font-size: 18px;
  }
}
body .htmlblock .p-ouenwari__cp03 .contents .price-fukidashi::before {
  content: "";
  position: absolute;
  bottom: -2.3vw;
  left: 50%;
  transform: translateX(-50%);
  width: 3vw;
  border-top: 2.5vw solid #E6EAF0;
  border-left: 1.5vw solid transparent;
  border-right: 1.5vw solid transparent;
}
@media print, screen and (min-width: 768.02px) {
  body .htmlblock .p-ouenwari__cp03 .contents .price-fukidashi::before {
    bottom: -12px;
    width: 14px;
    border-top-width: 14px;
    border-left-width: 7px;
    border-right-width: 7px;
  }
}
body .htmlblock .p-ouenwari__cp03 .contents .price-fukidashi .remarks {
  font-size: 92%;
}
@media print, screen and (min-width: 768.02px) {
  body .htmlblock .p-ouenwari__cp03 .contents .price-fukidashi .remarks {
    font-size: 78%;
  }
}
body .htmlblock .p-ouenwari__cp03 .contents .price-fukidashi .copy {
  display: inline-block;
  position: absolute;
  top: -0.65em;
  left: 50%;
  transform: translateX(-50%);
}
@media print, screen and (min-width: 768.02px) {
  body .htmlblock .p-ouenwari__cp03 .contents .price-fukidashi .copy {
    top: -0.75em;
  }
}
body .htmlblock .p-ouenwari__cp03 .contents .price-fukidashi .copy::before {
  content: "";
  position: absolute;
  bottom: 0.5vw;
  left: -4vw;
  width: 3vw;
  height: 4vw;
  background: url(../images/arrow_blue_l.svg) center center no-repeat;
  background-size: cover;
}
@media print, screen and (min-width: 768.02px) {
  body .htmlblock .p-ouenwari__cp03 .contents .price-fukidashi .copy::before {
    bottom: 2px;
    left: -15px;
    width: 14px;
    height: 19px;
  }
}
body .htmlblock .p-ouenwari__cp03 .contents .price-fukidashi .copy::after {
  content: "";
  position: absolute;
  bottom: 0.5vw;
  right: -4vw;
  width: 3vw;
  height: 4vw;
  background: url(../images/arrow_blue_r.svg) center center no-repeat;
  background-size: cover;
}
@media print, screen and (min-width: 768.02px) {
  body .htmlblock .p-ouenwari__cp03 .contents .price-fukidashi .copy::after {
    bottom: 2px;
    right: -15px;
    width: 14px;
    height: 19px;
  }
}
body .htmlblock .p-ouenwari__cp03 .contents .price {
  margin-bottom: 7vw;
  color: #10386B;
}
@media print, screen and (min-width: 768.02px) {
  body .htmlblock .p-ouenwari__cp03 .contents .price {
    margin-bottom: 40px;
  }
}
body .htmlblock .p-ouenwari__cp03 .contents .price > .inner {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
}
body .htmlblock .p-ouenwari__cp03 .contents .price .img {
  width: 32%;
}
@media print, screen and (min-width: 768.02px) {
  body .htmlblock .p-ouenwari__cp03 .contents .price .img {
    width: 125px;
  }
}
body .htmlblock .p-ouenwari__cp03 .contents .price .txtbox {
  width: 60%;
  margin-left: 7%;
  font-weight: 700;
}
@media print, screen and (min-width: 768.02px) {
  body .htmlblock .p-ouenwari__cp03 .contents .price .txtbox {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    width: calc(100% - 125px);
    max-width: 565px;
    margin-left: 0;
  }
}
body .htmlblock .p-ouenwari__cp03 .contents .price .txtbox .price-before {
  position: relative;
  margin-bottom: 1.8em;
}
@media screen and (max-width: 768px) {
  body .htmlblock .p-ouenwari__cp03 .contents .price .txtbox .price-before {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: center;
    align-items: flex-end;
    font-size: 4.7vw;
  }
}
@media print, screen and (min-width: 768.02px) {
  body .htmlblock .p-ouenwari__cp03 .contents .price .txtbox .price-before {
    display: inline-block;
    margin-top: 43px;
    margin-left: 20px;
    margin-bottom: 2em;
    font-size: 18px;
    text-align: left;
  }
}
body .htmlblock .p-ouenwari__cp03 .contents .price .txtbox .price-before::before {
  content: "";
  position: absolute;
  bottom: -6vw;
  left: 50%;
  transform: translateX(-50%);
  width: 18px;
  height: 10px;
  background: url(../images/icon_triangle.svg) center center no-repeat;
  background-size: cover;
}
@media print, screen and (min-width: 768.02px) {
  body .htmlblock .p-ouenwari__cp03 .contents .price .txtbox .price-before::before {
    top: 50%;
    bottom: unset;
    left: unset;
    right: -60px;
    transform: rotate(-90deg) translateY(-50%);
    width: 43px;
    height: 24px;
  }
}
body .htmlblock .p-ouenwari__cp03 .contents .price .txtbox .price-before .remarks {
  padding: 0 0.5em 0.2em 0;
  font-size: 3.2vw;
  line-height: 1.1;
}
@media print, screen and (min-width: 768.02px) {
  body .htmlblock .p-ouenwari__cp03 .contents .price .txtbox .price-before .remarks {
    width: 100%;
    font-size: 14px;
    text-align: left;
  }
}
body .htmlblock .p-ouenwari__cp03 .contents .price .txtbox .price-before .num {
  position: relative;
  bottom: -0.5vw;
  display: inline-block;
  width: 29.4vw;
  padding-right: 0.5vw;
  font-family: "DIN-Demi";
  line-height: 0.8;
}
@media print, screen and (min-width: 768.02px) {
  body .htmlblock .p-ouenwari__cp03 .contents .price .txtbox .price-before .num {
    width: 116px;
    padding-right: 2px;
  }
}
@media print, screen and (min-width: 768.02px) {
  body .htmlblock .p-ouenwari__cp03 .contents .price .txtbox .price-after {
    margin-left: 74px;
  }
}
body .htmlblock .p-ouenwari__cp03 .contents .price .txtbox .price-after .remarks {
  font-size: 4.2vw;
  line-height: 1;
}
@media print, screen and (min-width: 768.02px) {
  body .htmlblock .p-ouenwari__cp03 .contents .price .txtbox .price-after .remarks {
    font-size: 22px;
  }
}
body .htmlblock .p-ouenwari__cp03 .contents .price .txtbox .price-after .line {
  position: relative;
  display: inline-block;
  margin-top: 0.5vw;
  color: #EA6000;
}
@media print, screen and (min-width: 768.02px) {
  body .htmlblock .p-ouenwari__cp03 .contents .price .txtbox .price-after .line {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: center;
    align-items: flex-end;
    margin-top: 10px;
  }
}
body .htmlblock .p-ouenwari__cp03 .contents .price .txtbox .price-after .line::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2.8vw;
  background-color: #FFE900;
}
@media print, screen and (min-width: 768.02px) {
  body .htmlblock .p-ouenwari__cp03 .contents .price .txtbox .price-after .line::before {
    bottom: 8px;
    height: 16px;
  }
}
body .htmlblock .p-ouenwari__cp03 .contents .price .txtbox .price-after .line .num {
  position: relative;
  bottom: -1.5vw;
  display: inline-block;
  width: 40.5vw;
  padding-right: 0.3vw;
  font-family: "DIN-Bold";
  line-height: 1;
  z-index: 2;
}
@media print, screen and (min-width: 768.02px) {
  body .htmlblock .p-ouenwari__cp03 .contents .price .txtbox .price-after .line .num {
    bottom: -5px;
    width: 305px;
    padding-right: 5px;
  }
}
body .htmlblock .p-ouenwari__cp03 .contents .price .txtbox .price-after .line .num::before {
  content: "";
  position: absolute;
  top: -2vw;
  left: -6vw;
  width: 4.1vw;
  height: 5vw;
  background: url(../images/accent_l.svg) center center no-repeat;
  background-size: cover;
}
@media print, screen and (min-width: 768.02px) {
  body .htmlblock .p-ouenwari__cp03 .contents .price .txtbox .price-after .line .num::before {
    top: -25px;
    left: -36px;
    width: 26px;
    height: 35px;
  }
}
body .htmlblock .p-ouenwari__cp03 .contents .price .txtbox .price-after .line .num::after {
  content: "";
  position: absolute;
  top: -2.5vw;
  right: -4vw;
  width: 4.1vw;
  height: 5vw;
  background: url(../images/accent_r.svg) center center no-repeat;
  background-size: cover;
}
@media print, screen and (min-width: 768.02px) {
  body .htmlblock .p-ouenwari__cp03 .contents .price .txtbox .price-after .line .num::after {
    top: -25px;
    right: -33px;
    width: 33px;
    height: 31px;
  }
}
body .htmlblock .p-ouenwari__cp03 .contents .price .txtbox .price-after .line .yen {
  position: relative;
  font-size: 4.7vw;
  font-weight: 900;
  line-height: 1;
  z-index: 2;
}
@media print, screen and (min-width: 768.02px) {
  body .htmlblock .p-ouenwari__cp03 .contents .price .txtbox .price-after .line .yen {
    top: -15px;
    font-size: 32px;
  }
}
body .htmlblock .p-ouenwari__cp03 .contents .price .month {
  margin-top: 7vw;
  font-size: 4.7vw;
  font-weight: 700;
  color: #10386B;
}
@media print, screen and (min-width: 768.02px) {
  body .htmlblock .p-ouenwari__cp03 .contents .price .month {
    margin-top: -15px;
    padding-right: 114px;
    font-size: 18px;
    text-align: right;
  }
}
body .htmlblock .p-ouenwari__cp03 .contents .price .month .orange {
  padding-left: 0.25em;
  font-weight: 900;
}
body .htmlblock .p-ouenwari__cp03 .contents .price .month .num {
  display: inline-block;
  width: 20.5vw;
  padding-right: 0.5vw;
  font-family: "DIN-Bold";
}
@media print, screen and (min-width: 768.02px) {
  body .htmlblock .p-ouenwari__cp03 .contents .price .month .num {
    width: 85px;
    padding-right: 2px;
  }
}
body .htmlblock .p-ouenwari__cp03 .contents .tgl-box {
  text-align: left;
}
body .htmlblock .p-ouenwari__cp03 .contents .tgl-box-sumatoku {
  margin-top: 0;
  padding: 4vw 0;
  border: none;
  border-radius: 0;
}
@media print, screen and (min-width: 768.02px) {
  body .htmlblock .p-ouenwari__cp03 .contents .tgl-box-sumatoku {
    margin-top: 0;
    padding: 30px 0 25px;
  }
}
body .htmlblock .p-ouenwari__cp03 .contents .tgl-box .ttl {
  margin: 1em 0;
  font-size: 6.4vw;
  letter-spacing: -0.05em;
  color: #10386B;
  text-align: center;
}
@media print, screen and (min-width: 768.02px) {
  body .htmlblock .p-ouenwari__cp03 .contents .tgl-box .ttl {
    font-size: 24px;
    letter-spacing: 0;
  }
}
body .htmlblock .p-ouenwari__cp03 .contents .tgl-box .ttl span {
  color: #E73E0C;
}
body .htmlblock .p-ouenwari__cp03 .contents .tgl-box .subttl {
  margin: 2em 0 0.5em;
  font-size: 4.2vw;
  font-weight: 700;
}
@media print, screen and (min-width: 768.02px) {
  body .htmlblock .p-ouenwari__cp03 .contents .tgl-box .subttl {
    font-size: 16px;
  }
}
body .htmlblock .p-ouenwari__cp03 .contents .tgl-box .subttl02 {
  margin: 0.75em 0 0.5em;
  font-size: 3.7vw;
  font-weight: 700;
}
body .htmlblock .p-ouenwari__cp03 .contents .tgl-box .subttl02:first-child {
  margin-top: 0.5em;
}
body .htmlblock .p-ouenwari__cp03 .contents .tgl-box .subttl02.mt01 {
  margin-top: 1.5em;
}
@media print, screen and (min-width: 768.02px) {
  body .htmlblock .p-ouenwari__cp03 .contents .tgl-box .subttl02 {
    font-size: 14px;
  }
}
body .htmlblock .p-ouenwari__cp03 .contents .tgl-box .fbox {
  margin-bottom: 4vw;
}
@media print, screen and (min-width: 768.02px) {
  body .htmlblock .p-ouenwari__cp03 .contents .tgl-box .fbox {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: space-between;
    align-items: stretch;
    margin-bottom: 20px;
  }
}
body .htmlblock .p-ouenwari__cp03 .contents .tgl-box .fbox > li {
  border: #9FAFC4 1px solid;
}
@media print, screen and (min-width: 768.02px) {
  body .htmlblock .p-ouenwari__cp03 .contents .tgl-box .fbox > li {
    width: 48.5%;
  }
}
@media screen and (max-width: 768px) {
  body .htmlblock .p-ouenwari__cp03 .contents .tgl-box .fbox > li:not(:first-child) {
    margin-top: 6vw;
  }
}
body .htmlblock .p-ouenwari__cp03 .contents .tgl-box .fbox .head {
  padding: 0.5em 0;
  font-size: 4.2vw;
  color: #10386B;
  background-color: #E6EAF0;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
@media print, screen and (min-width: 768.02px) {
  body .htmlblock .p-ouenwari__cp03 .contents .tgl-box .fbox .head {
    padding: 0.2em 0;
    font-size: 16px;
  }
}
body .htmlblock .p-ouenwari__cp03 .contents .tgl-box .fbox .head .num {
  font-size: 9vw;
  color: #E31E1B;
  font-family: "DIN-Bold";
  font-style: italic;
}
@media print, screen and (min-width: 768.02px) {
  body .htmlblock .p-ouenwari__cp03 .contents .tgl-box .fbox .head .num {
    font-size: 42px;
  }
}
body .htmlblock .p-ouenwari__cp03 .contents .tgl-box .fbox .inner {
  padding: 7vw 4vw 4vw;
  text-align: center;
}
@media print, screen and (min-width: 768.02px) {
  body .htmlblock .p-ouenwari__cp03 .contents .tgl-box .fbox .inner {
    padding: 20px 20px 5px;
  }
}
body .htmlblock .p-ouenwari__cp03 .contents .tgl-box .fbox .inner .copy {
  font-size: 4.2vw;
  font-weight: 700;
  color: #10386B;
}
@media print, screen and (min-width: 768.02px) {
  body .htmlblock .p-ouenwari__cp03 .contents .tgl-box .fbox .inner .copy {
    font-size: 16px;
  }
}
body .htmlblock .p-ouenwari__cp03 .contents .tgl-box .fbox .inner .copy .large {
  font-size: 6.9vw;
  color: #E73E0C;
}
@media print, screen and (min-width: 768.02px) {
  body .htmlblock .p-ouenwari__cp03 .contents .tgl-box .fbox .inner .copy .large {
    font-size: 26px;
  }
}
body .htmlblock .p-ouenwari__cp03 .contents .tgl-box .fbox .inner .img {
  margin: 5vw 0 4vw;
}
@media print, screen and (min-width: 768.02px) {
  body .htmlblock .p-ouenwari__cp03 .contents .tgl-box .fbox .inner .img {
    margin: 20px 0;
  }
}
body .htmlblock .p-ouenwari__cp03 .contents .tgl-box .fbox .inner .remarks {
  font-size: 3.2vw;
  text-align: left;
}
@media print, screen and (min-width: 768.02px) {
  body .htmlblock .p-ouenwari__cp03 .contents .tgl-box .fbox .inner .remarks {
    font-size: 10px;
  }
}
body .htmlblock .p-ouenwari__cp03 .contents .tgl-box .btn-cv {
  position: relative;
  display: block;
  margin: 7vw 0 0;
  padding: 1.3em 0;
  font-size: 4.2vw;
  font-weight: 700;
  text-align: center;
  color: #fff;
  background-color: #E31E1B;
  border: #E31E1B 2px solid;
  border-radius: 10px;
  transition-duration: 0.2s;
}
@media print, screen and (min-width: 768.02px) {
  body .htmlblock .p-ouenwari__cp03 .contents .tgl-box .btn-cv {
    max-width: 580px;
    margin: 20px auto 0;
    font-size: 18px;
  }
}
@media screen and (max-width: 768px) {
  body .htmlblock .p-ouenwari__cp03 .contents .tgl-box .btn-cv.twoline {
    padding: 0.5em 0;
    line-height: 1.3;
  }
}
body .htmlblock .p-ouenwari__cp03 .contents .tgl-box .btn-cv .arrow {
  position: absolute;
  top: 50%;
  right: 3vw;
  transform: translateY(-50%);
  width: 7vw;
  height: 7vw;
  background-color: #fff;
  border-radius: 50%;
}
@media print, screen and (min-width: 768.02px) {
  body .htmlblock .p-ouenwari__cp03 .contents .tgl-box .btn-cv .arrow {
    right: 13px;
    width: 26px;
    height: 26px;
  }
}
body .htmlblock .p-ouenwari__cp03 .contents .tgl-box .btn-cv .arrow::before {
  content: "";
  position: absolute;
  right: 3.4vw;
  top: calc(50% - 1px);
  width: 2vw;
  height: 2vw;
  border-top: 2px solid #E31E1B;
  border-right: 2px solid #E31E1B;
  transform: rotate(45deg) translateY(-50%);
}
@media print, screen and (min-width: 768.02px) {
  body .htmlblock .p-ouenwari__cp03 .contents .tgl-box .btn-cv .arrow::before {
    right: 13px;
    width: 8px;
    height: 8px;
  }
}
@media print, screen and (min-width: 768.02px) {
  body .htmlblock .p-ouenwari__cp03 .contents .tgl-box .btn-cv:hover {
    color: #E31E1B;
    background-color: #fff;
  }
  body .htmlblock .p-ouenwari__cp03 .contents .tgl-box .btn-cv:hover .arrow {
    background-color: #E31E1B;
  }
  body .htmlblock .p-ouenwari__cp03 .contents .tgl-box .btn-cv:hover .arrow::before {
    border-color: #fff;
  }
}
body .htmlblock .p-ouenwari__peace-container {
  position: relative;
  width: 92%;
  margin: 0 auto;
  padding: 30vw 0 18vw;
  text-align: center;
}
@media print, screen and (min-width: 768.02px) {
  body .htmlblock .p-ouenwari__peace-container {
    width: 100%;
    max-width: 800px;
    padding: 205px 0 120px;
  }
}
@media screen and (min-width: 768.02px) and (max-width: 1024px) {
  body .htmlblock .p-ouenwari__peace-container {
    width: 94%;
  }
}
body .htmlblock .p-ouenwari__peace-container > .ttl {
  margin-bottom: 1em;
  padding-bottom: 0.4em;
  font-size: 8vw;
  font-weight: 700;
  color: #E73E0C;
  border-bottom: #F9BE00 4px solid;
}
@media print, screen and (min-width: 768.02px) {
  body .htmlblock .p-ouenwari__peace-container > .ttl {
    font-size: 40px;
  }
}
body .htmlblock .p-ouenwari__peace .subttl {
  margin: 2em 0 1em;
  font-size: 5.9vw;
  color: #10386B;
}
@media print, screen and (min-width: 768.02px) {
  body .htmlblock .p-ouenwari__peace .subttl {
    margin: 3em 0 1em;
    font-size: 30px;
  }
}
body .htmlblock .p-ouenwari__peace .subttl02 {
  margin: 0.75em 0;
  font-size: 4.7vw;
  color: #10386B;
}
@media print, screen and (min-width: 768.02px) {
  body .htmlblock .p-ouenwari__peace .subttl02 {
    margin: 0 0 0.5em;
    font-size: 18px;
    text-align: left;
  }
}
body .htmlblock .p-ouenwari__peace .read {
  font-size: 4.2vw;
  text-align: left;
  line-height: 1.5;
}
@media print, screen and (min-width: 768.02px) {
  body .htmlblock .p-ouenwari__peace .read {
    font-size: 16px;
  }
}
body .htmlblock .p-ouenwari__peace .read .blue,
body .htmlblock .p-ouenwari__peace .read .orange {
  font-weight: 700;
}
body .htmlblock .p-ouenwari__peace .remarks {
  font-size: 3.2vw;
  text-align: left;
  line-height: 1.5;
}
@media print, screen and (min-width: 768.02px) {
  body .htmlblock .p-ouenwari__peace .remarks {
    font-size: 12px;
  }
}
body .htmlblock .p-ouenwari__peace .copy {
  margin: 1.5em 0 0.5em;
  font-size: 4.2vw;
  font-weight: 500;
  color: #10386B;
}
@media print, screen and (min-width: 768.02px) {
  body .htmlblock .p-ouenwari__peace .copy {
    margin: 2em 0 1em;
    font-size: 18px;
  }
}
body .htmlblock .p-ouenwari__peace .copy span {
  position: relative;
  display: inline-block;
}
body .htmlblock .p-ouenwari__peace .copy span::before {
  content: "";
  position: absolute;
  bottom: 0.5vw;
  left: -4vw;
  width: 3vw;
  height: 4vw;
  background: url(../images/arrow_blue_l.svg) center center no-repeat;
  background-size: cover;
}
@media print, screen and (min-width: 768.02px) {
  body .htmlblock .p-ouenwari__peace .copy span::before {
    bottom: 2px;
    left: -15px;
    width: 14px;
    height: 19px;
  }
}
body .htmlblock .p-ouenwari__peace .copy span::after {
  content: "";
  position: absolute;
  bottom: 0.5vw;
  right: -4vw;
  width: 3vw;
  height: 4vw;
  background: url(../images/arrow_blue_r.svg) center center no-repeat;
  background-size: cover;
}
@media print, screen and (min-width: 768.02px) {
  body .htmlblock .p-ouenwari__peace .copy span::after {
    bottom: 2px;
    right: -15px;
    width: 14px;
    height: 19px;
  }
}
body .htmlblock .p-ouenwari__peace .btn-cv {
  position: relative;
  display: block;
  margin-top: 14vw;
  padding: 1.3em 0;
  font-size: 4.2vw;
  font-weight: 700;
  text-align: center;
  color: #fff;
  background-color: #EA6000;
  border: #EA6000 2px solid;
  border-radius: 10px;
  transition-duration: 0.2s;
}
@media print, screen and (min-width: 768.02px) {
  body .htmlblock .p-ouenwari__peace .btn-cv {
    max-width: 580px;
    margin: 60px auto 0;
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  body .htmlblock .p-ouenwari__peace .btn-cv.twoline {
    padding: 0.5em 0;
    line-height: 1.3;
  }
}
body .htmlblock .p-ouenwari__peace .btn-cv-fukidashi {
  display: inline-block;
  position: absolute;
  top: -2em;
  left: 50%;
  transform: translateX(-50%);
  padding: 0.4em 0.75em;
  color: #10386B;
  background-color: #FFE900;
  border-radius: 5px;
}
@media print, screen and (min-width: 768.02px) {
  body .htmlblock .p-ouenwari__peace .btn-cv-fukidashi {
    top: -1.5em;
  }
}
body .htmlblock .p-ouenwari__peace .btn-cv-fukidashi::before {
  content: "";
  position: absolute;
  bottom: -1.8vw;
  left: 50%;
  transform: translateX(-50%);
  width: 3vw;
  border-top: 2.5vw solid #FFE900;
  border-left: 1.5vw solid transparent;
  border-right: 1.5vw solid transparent;
}
@media print, screen and (min-width: 768.02px) {
  body .htmlblock .p-ouenwari__peace .btn-cv-fukidashi::before {
    bottom: -9px;
    width: 10px;
    border-top-width: 10px;
    border-left-width: 5px;
    border-right-width: 5px;
  }
}
body .htmlblock .p-ouenwari__peace .btn-cv .arrow {
  position: absolute;
  top: 50%;
  right: 3vw;
  transform: translateY(-50%);
  width: 7vw;
  height: 7vw;
  background-color: #fff;
  border-radius: 50%;
}
@media print, screen and (min-width: 768.02px) {
  body .htmlblock .p-ouenwari__peace .btn-cv .arrow {
    right: 13px;
    width: 26px;
    height: 26px;
  }
}
body .htmlblock .p-ouenwari__peace .btn-cv .arrow::before {
  content: "";
  position: absolute;
  right: 3.4vw;
  top: calc(50% - 1px);
  width: 2vw;
  height: 2vw;
  border-top: 2px solid #E73E0C;
  border-right: 2px solid #E73E0C;
  transform: rotate(45deg) translateY(-50%);
}
@media print, screen and (min-width: 768.02px) {
  body .htmlblock .p-ouenwari__peace .btn-cv .arrow::before {
    right: 13px;
    width: 8px;
    height: 8px;
  }
}
body .htmlblock .p-ouenwari__peace .btn-cv .arrow-blank {
  background-color: unset;
}
body .htmlblock .p-ouenwari__peace .btn-cv .arrow-blank::before {
  width: 4vw;
  height: 4vw;
  right: 1.4vw;
  transform: translateY(-50%);
  border: none;
  background: url(../images/icon_blank_white.svg) center center no-repeat;
  background-size: 100% auto;
}
@media print, screen and (min-width: 768.02px) {
  body .htmlblock .p-ouenwari__peace .btn-cv .arrow-blank::before {
    right: 5px;
    width: 15px;
    height: 15px;
  }
}
@media print, screen and (min-width: 768.02px) {
  body .htmlblock .p-ouenwari__peace .btn-cv:hover {
    color: #EA6000;
    background-color: #fff;
  }
  body .htmlblock .p-ouenwari__peace .btn-cv:hover .arrow {
    background-color: #EA6000;
  }
  body .htmlblock .p-ouenwari__peace .btn-cv:hover .arrow::before {
    border-color: #fff;
  }
}
body .htmlblock .p-ouenwari__peace .btn-cv.pink {
  margin-top: 6vw;
  background-color: #E5115F;
  border-color: #E5115F;
}
@media print, screen and (min-width: 768.02px) {
  body .htmlblock .p-ouenwari__peace .btn-cv.pink {
    margin-top: 40px;
  }
}
body .htmlblock .p-ouenwari__peace .btn-cv.pink .arrow::before {
  border-color: #E5115F;
}
@media print, screen and (min-width: 768.02px) {
  body .htmlblock .p-ouenwari__peace .btn-cv.pink:hover {
    color: #E5115F;
    background-color: #fff;
  }
  body .htmlblock .p-ouenwari__peace .btn-cv.pink:hover .arrow {
    background-color: #E5115F;
  }
  body .htmlblock .p-ouenwari__peace .btn-cv.pink:hover .arrow::before {
    border-color: #fff;
  }
}
body .htmlblock .p-ouenwari__peace .btn-more {
  position: relative;
  display: block;
  width: 100%;
  margin-top: 6vw;
  padding: 1.3em 0;
  font-size: 4.2vw;
  font-weight: 700;
  text-align: center;
  color: #0066AA;
  background-color: #E6EAF0;
  border: #E6EAF0 2px solid;
  border-radius: 10px;
  transition-duration: 0.2s;
}
@media print, screen and (min-width: 768.02px) {
  body .htmlblock .p-ouenwari__peace .btn-more {
    max-width: 580px;
    margin: 10px 0 0;
    font-size: 16px;
  }
}
body .htmlblock .p-ouenwari__peace .btn-more.twoline {
  padding: 0.5em 0;
  line-height: 1.3;
}
body .htmlblock .p-ouenwari__peace .btn-more .arrow {
  position: absolute;
  top: 50%;
  right: 3vw;
  transform: translateY(-50%);
  width: 7vw;
  height: 7vw;
  background-color: #fff;
  border-radius: 50%;
}
@media print, screen and (min-width: 768.02px) {
  body .htmlblock .p-ouenwari__peace .btn-more .arrow {
    right: 13px;
    width: 26px;
    height: 26px;
  }
}
body .htmlblock .p-ouenwari__peace .btn-more .arrow::before {
  content: "";
  position: absolute;
  right: 3.4vw;
  top: calc(50% - 1px);
  width: 2vw;
  height: 2vw;
  border-top: 2px solid #0066AA;
  border-right: 2px solid #0066AA;
  transform: rotate(45deg) translateY(-50%);
}
@media print, screen and (min-width: 768.02px) {
  body .htmlblock .p-ouenwari__peace .btn-more .arrow::before {
    right: 13px;
    width: 8px;
    height: 8px;
  }
}
body .htmlblock .p-ouenwari__peace .btn-more .arrow-blank {
  background-color: unset !important;
}
body .htmlblock .p-ouenwari__peace .btn-more .arrow-blank::before {
  width: 4vw;
  height: 4vw;
  right: 1.4vw;
  transform: translateY(-50%);
  border: none;
  background: url(../images/icon_blank_blue.svg) center center no-repeat;
  background-size: 100% auto;
}
@media print, screen and (min-width: 768.02px) {
  body .htmlblock .p-ouenwari__peace .btn-more .arrow-blank::before {
    right: 5px;
    width: 15px;
    height: 15px;
  }
}
@media print, screen and (min-width: 768.02px) {
  body .htmlblock .p-ouenwari__peace .btn-more:hover {
    border-color: #0066AA;
  }
  body .htmlblock .p-ouenwari__peace .btn-more:hover .arrow {
    background-color: #0066AA;
  }
  body .htmlblock .p-ouenwari__peace .btn-more:hover .arrow::before {
    border-color: #fff;
  }
}
body .htmlblock .p-ouenwari__peace .yell > .inner {
  border: #EA6000 2px solid;
  border-radius: 10px;
  overflow: hidden;
}
@media print, screen and (min-width: 768.02px) {
  body .htmlblock .p-ouenwari__peace .yell-head {
    background: linear-gradient(0deg, rgb(2, 0, 36) 0%, rgb(223, 237, 194) 0%, rgb(144, 200, 108) 100%);
  }
}
body .htmlblock .p-ouenwari__peace .yell-contents {
  padding: 0 4vw 4vw;
}
@media print, screen and (min-width: 768.02px) {
  body .htmlblock .p-ouenwari__peace .yell-contents {
    padding: 40px;
  }
}
@media print, screen and (min-width: 768.02px) {
  body .htmlblock .p-ouenwari__peace .yell-contents .subttl02 {
    margin: 0 0 1.5em;
    text-align: center;
  }
}
@media print, screen and (min-width: 768.02px) {
  body .htmlblock .p-ouenwari__peace .yell-contents .read {
    max-width: 515px;
    margin: 0 auto;
  }
}
@media print, screen and (min-width: 768.02px) {
  body .htmlblock .p-ouenwari__peace .yell .bnr02 {
    max-width: 420px;
    margin: 0 auto;
  }
  body .htmlblock .p-ouenwari__peace .yell .bnr02 a:hover {
    opacity: 0.85;
  }
}
@media print, screen and (min-width: 768.02px) {
  body .htmlblock .p-ouenwari__peace .guardian .box01 {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: center;
    align-items: center;
  }
}
@media print, screen and (min-width: 768.02px) {
  body .htmlblock .p-ouenwari__peace .guardian .box01 .inner {
    max-width: 390px;
  }
}
body .htmlblock .p-ouenwari__peace .guardian .box01 .bnr01 {
  margin-top: 4vw;
}
@media print, screen and (min-width: 768.02px) {
  body .htmlblock .p-ouenwari__peace .guardian .box01 .bnr01 {
    max-width: 360px;
    margin-top: 0;
    margin-left: 30px;
  }
}
body .htmlblock .p-ouenwari__peace .guardian .box02 {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-top: 6vw;
}
@media print, screen and (min-width: 768.02px) {
  body .htmlblock .p-ouenwari__peace .guardian .box02 {
    flex-wrap: nowrap;
    justify-content: center;
    margin-top: 40px;
  }
}
body .htmlblock .p-ouenwari__peace .guardian .box02 .inner {
  width: 100%;
}
@media print, screen and (min-width: 768.02px) {
  body .htmlblock .p-ouenwari__peace .guardian .box02 .inner {
    max-width: 390px;
  }
}
body .htmlblock .p-ouenwari__peace .guardian .box02 .bnr02 {
  width: 45%;
}
@media print, screen and (min-width: 768.02px) {
  body .htmlblock .p-ouenwari__peace .guardian .box02 .bnr02 {
    max-width: 360px;
    margin-right: 30px;
  }
}
body .htmlblock .p-ouenwari__peace .guardian .box02 .read {
  width: 50%;
}
@media print, screen and (min-width: 768.02px) {
  body .htmlblock .p-ouenwari__peace .guardian .box02 .read {
    width: 100%;
  }
}
body .htmlblock .p-ouenwari__peace .anshinwatcher > .inner {
  border: #E5115F 2px solid;
  border-radius: 10px;
  overflow: hidden;
}
body .htmlblock .p-ouenwari__peace .anshinwatcher-head .logo {
  width: 57.2%;
  margin: 4vw auto;
}
@media print, screen and (min-width: 768.02px) {
  body .htmlblock .p-ouenwari__peace .anshinwatcher-head .logo {
    width: 247px;
    margin: 30px auto;
  }
}
body .htmlblock .p-ouenwari__peace .anshinwatcher-contents {
  padding: 0 4vw;
}
@media print, screen and (min-width: 768.02px) {
  body .htmlblock .p-ouenwari__peace .anshinwatcher-contents {
    padding: 40px 40px 0 40px;
  }
}
@media print, screen and (min-width: 768.02px) {
  body .htmlblock .p-ouenwari__peace .anshinwatcher-contents .subttl02 {
    margin: 0 0 1.5em;
    text-align: center;
  }
}
@media print, screen and (min-width: 768.02px) {
  body .htmlblock .p-ouenwari__peace .anshinwatcher-contents .read,
  body .htmlblock .p-ouenwari__peace .anshinwatcher-contents .remarks {
    max-width: 515px;
    margin: 0 auto;
  }
}
body .htmlblock .p-ouenwari__peace .anshinwatcher-contents .remarks {
  margin-top: 0.5em;
}
body .htmlblock .p-ouenwari__peace .anshinwatcher-contents .bnr_anshin_wrap {
  margin: 0 0 30px;
}
@media screen and (max-width: 768px) {
  body .htmlblock .p-ouenwari__peace .anshinwatcher-contents .bnr_anshin_wrap {
    margin: 0 0 5vw;
  }
}
body .htmlblock .p-ouenwari__peace .anshinwatcher-contents .bnr_anshin_wrap .bnr_anshin_remarks {
  margin: 30px 0 30px;
  color: #ff005c;
  font-weight: bold;
  font-size: 1em;
}
@media screen and (max-width: 768px) {
  body .htmlblock .p-ouenwari__peace .anshinwatcher-contents .bnr_anshin_wrap .bnr_anshin_remarks {
    margin: 8vw 0 5vw;
    font-size: 3.2vw;
  }
}
body .htmlblock .p-ouenwari__peace .anshinwatcher-contents .bnr_anshin_wrap .bnr_anshin {
  display: block;
  width: 580px;
  margin: auto;
  transition: 0.3s all;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  body .htmlblock .p-ouenwari__peace .anshinwatcher-contents .bnr_anshin_wrap .bnr_anshin {
    width: 80vw;
  }
}
body .htmlblock .p-ouenwari__peace .anshinwatcher-contents .bnr_anshin_wrap :hover {
  opacity: 0.9;
  transition: 0.3s all;
}
body .htmlblock .p-ouenwari__cv {
  position: relative;
  margin: 20vw 0 0;
}
@media print, screen and (min-width: 768.02px) {
  body .htmlblock .p-ouenwari__cv {
    margin: 120px 0 0;
    background-color: #EA6000;
  }
}
@media print, screen and (min-width: 1700px) {
  body .htmlblock .p-ouenwari__cv {
    margin-top: 6.2vw;
  }
}
@media print, screen and (min-width: 768.02px) {
  body .htmlblock .p-ouenwari__cv::before {
    content: "";
    position: absolute;
    top: -119px;
    left: 0;
    height: 120px;
    width: 100%;
    z-index: -2;
    background: url(../images/round_orange_top_sp.svg) center top no-repeat;
    background-size: 100% auto;
    background-image: url(../images/round_orange_top_pc.svg);
  }
}
@media print, screen and (min-width: 1700px) {
  body .htmlblock .p-ouenwari__cv::before {
    top: -7.2vw;
    height: 7.3vw;
  }
}
@media print, screen and (min-width: 768.02px) {
  body .htmlblock .p-ouenwari__cv::after {
    content: "";
    position: absolute;
    bottom: -119px;
    left: 0;
    height: 120px;
    width: 100%;
    background: url(../images/round_orange_bottom2_sp.svg) center bottom no-repeat;
    background-size: 100% auto;
    background-image: url(../images/round_orange_bottom2_pc.svg);
  }
}
@media print, screen and (min-width: 1700px) {
  body .htmlblock .p-ouenwari__cv::after {
    bottom: -7.2vw;
    height: 7.3vw;
  }
}
body .htmlblock .p-ouenwari__cv-container {
  position: relative;
  width: 92%;
  margin: 16vw auto 9vw;
  padding: 0;
}
@media print, screen and (min-width: 768.02px) {
  body .htmlblock .p-ouenwari__cv-container {
    width: 100%;
    max-width: 580px;
    margin: 0 auto;
  }
}
body .htmlblock .p-ouenwari__cv-container::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  width: 180vw;
  height: 150vw;
  border-radius: 50%;
  background-color: #EA6000;
}
@media print, screen and (min-width: 768.02px) {
  body .htmlblock .p-ouenwari__cv-container::before {
    display: none;
  }
}
body .htmlblock .p-ouenwari__cv .copy {
  text-align: center;
}
body .htmlblock .p-ouenwari__cv .copy .txt {
  position: relative;
  top: -2vw;
  padding: 0 0.5em 0 0;
  font-size: 4.2vw;
  font-weight: 700;
  color: #10386B;
  vertical-align: bottom;
}
@media print, screen and (min-width: 768.02px) {
  body .htmlblock .p-ouenwari__cv .copy .txt {
    top: -10px;
    font-size: 23px;
  }
}
body .htmlblock .p-ouenwari__cv .copy .txt .en {
  font-size: 6vw;
}
@media print, screen and (min-width: 768.02px) {
  body .htmlblock .p-ouenwari__cv .copy .txt .en {
    font-size: 32px;
  }
}
body .htmlblock .p-ouenwari__cv .copy .dodon {
  display: inline-block;
  position: relative;
  width: 47%;
}
@media print, screen and (min-width: 768.02px) {
  body .htmlblock .p-ouenwari__cv .copy .dodon {
    width: 252px;
  }
}
body .htmlblock .p-ouenwari__cv .copy .dodon::before {
  content: "";
  position: absolute;
  bottom: 2vw;
  left: -21vw;
  width: 6vw;
  height: 8vw;
  background: url(../images/arrow_orange_l.svg) center center no-repeat;
  background-size: cover;
}
@media print, screen and (min-width: 768.02px) {
  body .htmlblock .p-ouenwari__cv .copy .dodon::before {
    bottom: 10px;
    left: -114px;
    width: 28px;
    height: 38px;
  }
}
body .htmlblock .p-ouenwari__cv .copy .dodon::after {
  content: "";
  position: absolute;
  bottom: 2vw;
  right: -8vw;
  width: 6vw;
  height: 8vw;
  background: url(../images/arrow_orange_r.svg) center center no-repeat;
  background-size: cover;
}
@media print, screen and (min-width: 768.02px) {
  body .htmlblock .p-ouenwari__cv .copy .dodon::after {
    bottom: 10px;
    right: -44px;
    width: 28px;
    height: 38px;
  }
}
body .htmlblock .p-ouenwari__cv .ttl {
  margin: 0 0 7vw;
  font-size: 8vw;
  font-weight: 700;
  color: #fff;
  text-align: center;
}
@media print, screen and (min-width: 768.02px) {
  body .htmlblock .p-ouenwari__cv .ttl {
    margin: 0 0 40px;
    font-size: 40px;
  }
}
body .htmlblock .p-ouenwari__cv .ttl span {
  display: inline-block;
  position: relative;
  padding: 0 0 0.25em;
}
body .htmlblock .p-ouenwari__cv .ttl span::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  height: 6px;
  width: 100%;
  background-image: linear-gradient(-45deg, #EA6000 25%, #F9BE00 25%, #F9BE00 50%, #EA6000 50%, #EA6000 75%, #F9BE00 75%, #F9BE00);
  background-size: 6px 6px;
}
@media print, screen and (min-width: 768.02px) {
  body .htmlblock .p-ouenwari__cv .list {
    padding-bottom: 14px;
  }
}
body .htmlblock .p-ouenwari__cv .list li:not(:first-child) {
  margin-top: 5vw;
}
@media print, screen and (min-width: 768.02px) {
  body .htmlblock .p-ouenwari__cv .list li:not(:first-child) {
    margin-top: 18px;
  }
}
body .htmlblock .p-ouenwari__cv .list a {
  position: relative;
  display: block;
  padding: 1.35em 0;
  font-size: 4.7vw;
  font-weight: 700;
  line-height: 1.3;
  color: #E73E0C;
  text-align: center;
  border: #F9BE00 1.5vw solid;
  border-radius: 20vw;
  box-shadow: 1vw 1vw rgba(16, 56, 107, 0.2);
  background-color: #fff;
  background-position: center left 8vw;
  background-repeat: no-repeat;
  background-size: 8vw auto;
}
@media print, screen and (min-width: 768.02px) {
  body .htmlblock .p-ouenwari__cv .list a {
    padding: 0.85em 0;
    font-size: 24px;
    border-width: 4px;
    border-radius: 100px;
    box-shadow: 3px 3px rgba(16, 56, 107, 0.2);
    background-position: center left 40px;
    background-size: 42px auto;
  }
}
body .htmlblock .p-ouenwari__cv .list a.cv01 {
  background-image: url(../images/icon_cv01.svg);
}
body .htmlblock .p-ouenwari__cv .list a.cv02 {
  background-image: url(../images/icon_cv02.svg);
}
@media screen and (max-width: 768px) {
  body .htmlblock .p-ouenwari__cv .list a.cv02 {
    padding: 0.7em 0;
  }
}
body .htmlblock .p-ouenwari__cv .list a.cv03 {
  background-image: url(../images/icon_cv03.svg);
}
@media print, screen and (min-width: 768.02px) {
  body .htmlblock .p-ouenwari__cv .list a:hover {
    opacity: 0.9;
  }
}
body .htmlblock .p-ouenwari__cv .list a .arrow {
  position: absolute;
  top: 50%;
  right: 3vw;
  transform: translateY(-50%);
  width: 7vw;
  height: 7vw;
  background-color: #E73E0C;
  border-radius: 50%;
}
@media print, screen and (min-width: 768.02px) {
  body .htmlblock .p-ouenwari__cv .list a .arrow {
    right: 26px;
    width: 26px;
    height: 26px;
  }
}
body .htmlblock .p-ouenwari__cv .list a .arrow::before {
  content: "";
  position: absolute;
  right: 3.4vw;
  top: calc(50% - 1px);
  width: 2vw;
  height: 2vw;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg) translateY(-50%);
}
@media print, screen and (min-width: 768.02px) {
  body .htmlblock .p-ouenwari__cv .list a .arrow::before {
    right: 13px;
    top: calc(50% - 1px);
    width: 8px;
    height: 8px;
  }
}
body .htmlblock .p-ouenwari__notes {
  background-color: #E6EAF0;
}
body .htmlblock .p-ouenwari__notes-container {
  position: relative;
  width: 92%;
  margin: 0 auto;
  padding: 30vw 0 14vw;
  text-align: center;
}
@media print, screen and (min-width: 768.02px) {
  body .htmlblock .p-ouenwari__notes-container {
    width: 100%;
    max-width: 980px;
    padding: 225px 0 120px;
  }
}
@media screen and (min-width: 768.02px) and (max-width: 1024px) {
  body .htmlblock .p-ouenwari__notes-container {
    width: 94%;
  }
}
@media print, screen and (min-width: 1700px) {
  body .htmlblock .p-ouenwari__notes-container {
    padding-top: 15.4vw;
  }
}
body .htmlblock .p-ouenwari__notes-container > .ttl {
  margin-bottom: 1em;
  font-size: 8vw;
  font-weight: 700;
  color: #10386B;
}
@media print, screen and (min-width: 768.02px) {
  body .htmlblock .p-ouenwari__notes-container > .ttl {
    font-size: 30px;
  }
}
body .htmlblock .p-ouenwari__notes .btnlist > li:not(:first-child) {
  margin-top: 5vw;
}
@media print, screen and (min-width: 768.02px) {
  body .htmlblock .p-ouenwari__notes .btnlist > li:not(:first-child) {
    margin-top: 20px;
  }
}
body .htmlblock .p-ouenwari__notes .btnlist .c-btnmore {
  padding: 1em 0;
}
body .htmlblock .p-ouenwari__notes .tgl-box {
  text-align: left;
  background-color: #fff;
}
body .htmlblock .p-ouenwari__notes .tgl-box .subttl {
  margin: 2em 0 0.5em;
  font-size: 4.2vw;
  font-weight: 700;
}
body .htmlblock .p-ouenwari__notes .tgl-box .subttl:first-child {
  margin-top: 0.5em;
}
@media print, screen and (min-width: 768.02px) {
  body .htmlblock .p-ouenwari__notes .tgl-box .subttl {
    font-size: 16px;
  }
}
body .htmlblock .p-ouenwari__notes .tgl-box .subttl02 {
  margin: 0.75em 0 0.5em;
  font-size: 3.7vw;
  font-weight: 700;
}
body .htmlblock .p-ouenwari__notes .tgl-box .subttl02:first-child {
  margin-top: 0.5em;
}
@media print, screen and (min-width: 768.02px) {
  body .htmlblock .p-ouenwari__notes .tgl-box .subttl02 {
    font-size: 14px;
  }
}/*# sourceMappingURL=au-ouenwari.css.map */