@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP&display=swap");
@keyframes pekopeko {
  0% {
    box-shadow: 0 8px 0 rgba(145, 2, 9, 1);
    top: 0px;
  }
  10% {
    box-shadow: 0 0 0 rgba(145, 2, 9, 1);
    top: 8px;
  }
  20% {
    box-shadow: 0 8px 0 rgba(145, 2, 9, 1);
    top: 0px;
  }
  30% {
    box-shadow: 0 0 0 rgba(145, 2, 9, 1);
    top: 8px;
  }
  40% {
    box-shadow: 0 8px 0 rgba(145, 2, 9, 1);
    top: 0px;
  }
}
@keyframes shiny {
  65% {
    left: max(-25vw, -187.5px);
  }
  90% {
    left: min(105vw, 787.5px);
  }
  100% {
    left: min(105vw, 787.5px);
  }
}
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  color: inherit;
  font: inherit;
  font-size: 100%;
  text-decoration: none;
  vertical-align: baseline;
}

article,
aside,
details,
dialog,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section {
  display: block;
}

audio,
canvas,
video {
  display: inline-block;
}

body {
  font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
  line-height: 1;
}

br,
hr {
  display: block;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

input,
select {
  vertical-align: middle;
}

img {
  vertical-align: top;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  empty-cells: show;
}

/* --------------------------------------------------
 00:  Utility Style
 -------------------------------------------------- */
/* float */
.fl {
  float: left !important;
}

.fr {
  float: right !important;
}

/* align */
.taL {
  text-align: left !important;
}

.taR {
  text-align: right !important;
}

.taC {
  text-align: center !important;
}

/* size */
.txXS {
  font-size: 10rem !important;
}

.txSS {
  font-size: 11rem !important;
}

.txS {
  font-size: 12rem !important;
}

.txM {
  font-size: 13rem !important;
}

.txL {
  font-size: 16rem !important;
}

.txLL {
  font-size: 18rem !important;
}

.txXL {
  font-size: 20rem !important;
}

/* Margin Padding */
.noMargin {
  margin: 0 !important;
}

.noPadding {
  padding: 0 !important;
}

.mt0 {
  margin-top: 0px !important;
}

.mb0 {
  margin-bottom: 0px !important;
}

.pt0 {
  padding-top: 0px !important;
}

.pb0 {
  padding-bottom: 0px !important;
}

.mt5 {
  margin-top: 5px !important;
}

.mb5 {
  margin-bottom: 5px !important;
}

.pt5 {
  padding-top: 5px !important;
}

.pb5 {
  padding-bottom: 5px !important;
}

.mt10 {
  margin-top: 10px !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

.pt10 {
  padding-top: 10px !important;
}

.pb10 {
  padding-bottom: 10px !important;
}

.mt15 {
  margin-top: 15px !important;
}

.mb15 {
  margin-bottom: 15px !important;
}

.pt15 {
  padding-top: 15px !important;
}

.pb15 {
  padding-bottom: 15px !important;
}

.mt20 {
  margin-top: 20px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.pt20 {
  padding-top: 20px !important;
}

.pb20 {
  padding-bottom: 20px !important;
}

.mt25 {
  margin-top: 25px !important;
}

.mb25 {
  margin-bottom: 25px !important;
}

.pt25 {
  padding-top: 25px !important;
}

.pb25 {
  padding-bottom: 25px !important;
}

.mt30 {
  margin-top: 30px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

.pt30 {
  padding-top: 30px !important;
}

.pb30 {
  padding-bottom: 30px !important;
}

.mt35 {
  margin-top: 35px !important;
}

.mb35 {
  margin-bottom: 35px !important;
}

.pt35 {
  padding-top: 35px !important;
}

.pb35 {
  padding-bottom: 35px !important;
}

.mt40 {
  margin-top: 40px !important;
}

.mb40 {
  margin-bottom: 40px !important;
}

.pt40 {
  padding-top: 40px !important;
}

.pb40 {
  padding-bottom: 40px !important;
}

.mt45 {
  margin-top: 45px !important;
}

.mb45 {
  margin-bottom: 45px !important;
}

.pt45 {
  padding-top: 45px !important;
}

.pb45 {
  padding-bottom: 45px !important;
}

.mt50 {
  margin-top: 50px !important;
}

.mb50 {
  margin-bottom: 50px !important;
}

.pt50 {
  padding-top: 50px !important;
}

.pb50 {
  padding-bottom: 50px !important;
}

/* Clear */
.clr {
  clear: both;
}

.clearfix:after {
  display: block;
  clear: both;
  content: "";
}

/* display */

.sp-only {
  display: none;
}

html {
  -ms-overflow-style: -ms-autohiding-scrollbar;
  font-size: 100%;
}

body {
  font-size: 15px;
  line-height: 1.6;
  font-family: "dnp-shuei-gothic-gin-std", "Noto Sans JP", "游ゴシック",
    "Yu Gothic", YuGothic, Meiryo, sans-serif;
}

input,
select,
button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 0;
  border: 0;
  border-radius: 0;
  font-size: 100%;
  vertical-align: middle;
}

select {
  background-color: transparent;
  text-indent: 0.01px;
  text-overflow: "";
}

textarea {
  font-size: 100%;
}

em {
  font-style: normal;
}

strong {
  font-weight: bold;
}

img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}
img[src*="_sp."] {
  display: none;
}

a {
  color: #35bab0;
  text-decoration: underline;
}
a:hover {
  color: #35bab0;
  text-decoration: none;
}

.mslp {
  color: #2f2f2f;
  font-size: 15px;
}
.mslp__yellow {
  color: #dbc511;
}
.mslp__red {
  color: #cc2d2d;
}
.mslp__wrap {
  width: 100%;
  max-width: 750px;
  margin: 0 auto;
}
.mslp__header {
  display: block;
  position: relative;
  width: 100%;
  z-index: 5;
  box-shadow: 0 3px 6px #e5e5e5;
}
.mslp__header--inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  height: min(12.4vw, 93px);
  background-color: #fff;
}

.mslp__header--inner .oh__logo {
  width: min(32.93vw, 246.9px);
}

.mslp__fv {
  background-image: url("./../img/qa_bg.jpg");
  background-size: 100%;
  background-attachment: fixed;
}
.mslp__fv--inner {
  padding-top: min(4.1vw, 30.75px);
}
.mslp__fv--ttl {
  display: block;
  width: 92%;
  position: absolute;
  top: 4%;
  left: 50%;
  transform: translateX(-50%);
}

.mslp__annotate {
  margin-top: 5px;
  display: block;
  text-align: right;
  font-size: 11px;
  color: #414141;
}
.mslp__footer {
  padding-top: 5px;
  text-align: center;
}

@media only screen and (max-width: 768px) {
  .pc-only {
    display: none;
  }
  .sp-only {
    display: block;
  }
}
@media screen and (max-width: 767px), print {
  body {
    font-size: 15px;
  }
  img[src*="_pc."] {
    display: none;
  }
  img[src*="_sp."] {
    display: inline;
  }
  .slick-dots {
    bottom: -5px;
  }
  .slick-dots li {
    width: 7px;
    height: 7px;
  }
}
@media screen and (max-width: 769px) {
  .display-sp {
    display: block !important;
  }
  .display-pc {
    display: none !important;
  }
}
@media screen and (min-width: 768px) and (min-width: 768px) {
  .display-sp {
    display: none !important;
  }
  .display-pc {
    display: block !important;
  }
}
.is-hidden {
  display: none;
}
.mslp__header--inner {
  margin: 0 auto;
  padding: 21px;
}
.mslp__header--inner .logo_tosho {
  max-width: 44px;
}
.mslp__header--inner .oh_logo {
  margin: 0 auto;
}

.mslp__fv {
  position: relative;
}
@keyframes opacity {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes opacity-2 {
  0% {
    opacity: 0.8;
  }
  100% {
    opacity: 0;
  }
}

.mslp__encquet {
  width: 100%;
  color: #013e6d;
  position: relative;
}
.mslp__encquet--inner {
  position: relative;
  background-image: url("./../img/qa_bg.jpg");
  background-size: 100%;
  background-attachment: fixed;
}

.mslp__encquet--ttl {
  width: 48%;
}

.mslp__encquet-item .mslp__encquet--catch.is-hidden {
  display: none;
}
.mslp__encquet--q {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  position: relative;
}
.mslp__encquet--q-no {
  display: inline-block;
  width: 10%;
}
.mslp__encquet--q-note {
  margin-left: 3px;
  line-height: 1.3;
  text-align: right;
  font-size: min(16px, 2.13vw);
  align-self: flex-end;
  position: absolute;
  right: 0;
  bottom: min(16px, 2.13vw);
}
.mslp__encquet--q-txt {
  max-width: 88%;
  font-weight: bold;
  text-align: justify;
}
.mslp__encquet--a {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  font-size: min(4.2vw, 30px);
  margin: 0 min(3vw, 20px);
}
.mslp__encquet--a.-q5 {
  margin: 0;
}
.mslp__encquet--a-item {
  width: 100%;
  position: relative;
}
.mslp__encquet--a-item--3item {
  width: 31%;
  margin-right: min(1.5vw, 11.25px);
}
.mslp__encquet--a-item--3item:nth-child(3n) {
  margin-right: 0;
}
.mslp__encquet--a-item--2item {
  width: 48%;
  margin-right: min(25.2px, 3.4vw);
}
.mslp__encquet--a-item--2item:nth-child(2n) {
  margin-right: 0;
}
.mslp__encquet--a-item--bg label {
  background-size: contain;
  background-color: transparent;
  background-repeat: no-repeat;
  box-shadow: 0px 3px 5px rgb(0 0 0 / 20%);
}
.mslp__encquet--a-item--bg .-q3a0 {
  background-image: url("./../img/qa_3-1_off.jpg");
}
.mslp__encquet--a-item--bg .-q3a1 {
  background-image: url("./../img/qa_3-2_off.jpg");
}
.mslp__encquet--a-item--bg .-q3a2 {
  background-image: url("./../img/qa_3-3_off.jpg");
}
.mslp__encquet--a-item--bg .-q3a3 {
  background-image: url("./../img/qa_3-4_off.jpg");
}
.mslp__encquet--a-item--bg .mslp__encquet--a-checkbox:checked + .-q3a0 {
  background-image: url("./../img/qa_3-1_on.jpg");
}
.mslp__encquet--a-item--bg .mslp__encquet--a-checkbox:checked + .-q3a1 {
  background-image: url("./../img/qa_3-2_on.jpg");
}
.mslp__encquet--a-item--bg .mslp__encquet--a-checkbox:checked + .-q3a2 {
  background-image: url("./../img/qa_3-3_on.jpg");
}
.mslp__encquet--a-item--bg .mslp__encquet--a-checkbox:checked + .-q3a3 {
  background-image: url("./../img/qa_3-4_on.jpg");
}
.mslp__encquet--a-item--bg .-q4a0 {
  background-image: url("./../img/qa_4-1_off.jpg");
}
.mslp__encquet--a-item--bg .-q4a1 {
  background-image: url("./../img/qa_4-2_off.jpg");
}
.mslp__encquet--a-item--bg .-q4a2 {
  background-image: url("./../img/qa_4-3_off.jpg");
}
.mslp__encquet--a-item--bg .-q4a3 {
  background-image: url("./../img/qa_4-4_off.jpg");
}
.mslp__encquet--a-item--bg .-q4a4 {
  background-image: url("./../img/qa_4-5_off.jpg");
}
.mslp__encquet--a-item--bg .-q4a5 {
  background-image: url("./../img/qa_4-6_off.jpg");
}
.mslp__encquet--a-item--bg .mslp__encquet--a-checkbox:checked + .-q4a0 {
  background-image: url("./../img/qa_4-1_on.jpg");
}
.mslp__encquet--a-item--bg .mslp__encquet--a-checkbox:checked + .-q4a1 {
  background-image: url("./../img/qa_4-2_on.jpg");
}
.mslp__encquet--a-item--bg .mslp__encquet--a-checkbox:checked + .-q4a2 {
  background-image: url("./../img/qa_4-3_on.jpg");
}
.mslp__encquet--a-item--bg .mslp__encquet--a-checkbox:checked + .-q4a3 {
  background-image: url("./../img/qa_4-4_on.jpg");
}
.mslp__encquet--a-item--bg .mslp__encquet--a-checkbox:checked + .-q4a4 {
  background-image: url("./../img/qa_4-5_on.jpg");
}
.mslp__encquet--a-item--bg .mslp__encquet--a-checkbox:checked + .-q4a5 {
  background-image: url("./../img/qa_4-6_on.jpg");
}

/* ---------------------------
  定期更新が発生するため、共通画像をイメージに指定にする
  .-q5a0　～　.-q5a2は画像パスを変えないでください
  --------------------------- */
.mslp__encquet--a-item--bg .-q5a0 {
  background-image: url("/bukken/lp/img/nagoya/enquete/qa_5-1_off.jpg");
}
.mslp__encquet--a-item--bg .-q5a1 {
  background-image: url("/bukken/lp/img/nagoya/enquete/qa_5-2_off.jpg");
}
.mslp__encquet--a-item--bg .-q5a2 {
  background-image: url("/bukken/lp/img/nagoya/enquete/qa_5-3_off.jpg");
}

.mslp__encquet--a-item--bg .-q5a3 {
  background-image: url("./../img/qa_5-4_off.jpg");
}
.mslp__encquet--a-item--bg .-q5a4 {
  background-image: url("./../img/qa_5-5_off.jpg");
}

/* ---------------------------
  定期更新が発生するため、共通画像をイメージに指定にする
  .-q5a0　～　.-q5a2は画像パスを変えないでください
  --------------------------- */
.mslp__encquet--a-item--bg .mslp__encquet--a-checkbox:checked + .-q5a0 {
  background-image: url("/bukken/lp/img/nagoya/enquete/qa_5-1_on.jpg");
}
.mslp__encquet--a-item--bg .mslp__encquet--a-checkbox:checked + .-q5a1 {
  background-image: url("/bukken/lp/img/nagoya/enquete/qa_5-2_on.jpg");
}
.mslp__encquet--a-item--bg .mslp__encquet--a-checkbox:checked + .-q5a2 {
  background-image: url("/bukken/lp/img/nagoya/enquete/qa_5-3_on.jpg");
}

.mslp__encquet--a-item--bg .mslp__encquet--a-checkbox:checked + .-q5a3 {
  background-image: url("./../img/qa_5-4_on.jpg");
}
.mslp__encquet--a-item--bg .mslp__encquet--a-checkbox:checked + .-q5a4 {
  background-image: url("./../img/qa_5-5_on.jpg");
}

.mslp__encquet--a-text {
  opacity: 0;
}
.mslp__encquet--a-label {
  display: block;
  width: 100%;
  text-align: center;
  background-color: #013e6d;
  color: #fff;
  box-shadow: 0 1px 3px #000;
  cursor: pointer;
  overflow: hidden;
}
.mslp__encquet--a-label--bg {
  box-shadow: 0px 4px 6px 0px rgba(0, 16, 29, 0.4);
}
.mslp__encquet--a-label--bg.-q5a0 {
  height: min(37.3vw, 272px);
}
.mslp__encquet--a-label--bg.-q5a1 {
  height: min(37.2vw, 271px);
}
.mslp__encquet--a-label--bg.-q5a2 {
  height: min(39.2vw, 286px);
}
.mslp__encquet--a-label--bg.-q5a3 {
  height: min(39vw, 286px);
}
.mslp__encquet--a-label--bg.-q5a4 {
  height: min(10.6vw, 78px);
}
.mslp__encquet--a-item--2item .mslp__encquet--a-label--bg {
  height: min(31.2vw, 232px);
}

.mslp__encquet--a-item
  .mslp__encquet--a-radio:checked
  + .mslp__encquet--a-label {
  background-color: #b29820;
}

.mslp__encquet--a-radio,
.mslp__encquet--a-checkbox {
  display: none;
}
.mslp__encquet--a-img {
  display: block;
  background-color: #fff;
  overflow: hidden;
  box-shadow: 0px 2px 5px rgb(0 0 0 / 20%), 0px -2px 5px rgb(0 0 0 / 10%);
  cursor: pointer;
}
.mslp__encquet--next {
  width: 100%;
}
.mslp__encquet--next-btn {
  display: block;
  width: 92%;
  background-color: #013e6d;
  text-align: center;
  color: #fff;
  cursor: pointer;
}
.mslp__cta--catch {
  margin: min(6vw, 45px) auto min(3vw, 22.5px);
  width: 84.35%;
}
.mslp__cta--panf {
  margin-top: max(-77px, -10.1vw);
  z-index: 1;
  position: relative;
}
.mslp__cta--btn,
.mslp__cta--btn-boundAnimation {
  width: 92%;
  cursor: pointer;
  margin: auto;
  transition-duration: 0.3s;
  z-index: 1;
}
.mslp__cta--btn-boundAnimation {
  margin: 0 auto;
  transform: translateY(max(-7.7vw, -57.75px));
  border-radius: min(20px, 2.6vw);
  box-shadow: 0px 8px 0px 0px rgba(145, 2, 9, 1);
  animation: pekopeko 2s infinite;
  position: relative;
  overflow: hidden;
}
.mslp__cta--btn-boundAnimation::before {
  content: "";
  position: absolute;
  z-index: -2;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #c1000a;
}
.mslp__cta--btn-boundAnimation::after {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: max(-25vw, -187.5px);
  width: min(5vw, 37.5px);
  height: 100%;
  transform: scale(2) rotate(38deg);
  background-image: linear-gradient(
    100deg,
    rgba(193, 0, 10, 1) 0%,
    rgba(255, 255, 255, 0.5) 20%,
    rgba(193, 0, 10, 1) 100%
  );
  animation: shiny 2s infinite;
}
.mslp__cta--btn2 {
  width: 100%;
  cursor: pointer;
  margin: auto;
  transition-duration: 0.3s;
}
.mslp__cta--btn:hover,
.mslp__cta--btn2:hover {
  opacity: 0.8;
}
.mslp__cta--more {
  width: 92%;
  margin: 0 auto;
}
.mslp__cta--more + .mslp__cta--more {
  margin-top: min(5.33vw, 40px);
}
.mslp__cta--vis {
  margin-top: min(7.73vw, 58px);
}
.mslp__cta .mslp__note {
  color: #756d6d;
  font-size: min(16px, 2.13vw);
  text-align: center;
  display: block;
  line-height: 2.4;
}
.mslp__cta2 {
  width: 92%;
  margin: min(8.53vw, 64px) auto 0;
}
.mslp__cta--block:not(:first-child) {
  margin-top: min(8.53vw, 64px);
}
.mslp__cta--head {
  margin-bottom: min(3.07vw, 23px);
}
.mslp__cta--ttl1 {
  margin: 0 min(156px, 20.8vw);
}
.mslp__cta--item:not(:first-child) {
  margin-top: min(32px, 4.27vw);
}
.mslp__cta--link {
  cursor: pointer;
  position: relative;
  background-color: #fff;
  border: min(0.4vw, 3px) solid #c1000a;
  border-radius: min(2.67vw, 20px);
  font-size: min(32px, 4.27vw);
  font-weight: 500;
  letter-spacing: min(3.2px, 0.46vw);
  color: #c1000a;
  text-decoration: none;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: min(4.07vw, 30.5px) min(4.07vw, 30.5px) min(4.07vw, 30.5px)
    min(0.87vw, 6px);
  box-shadow: 0px min(1.07vw, 8px) 0 0 #910209;
  line-height: 1;
  transition-duration: 0.3s;
}
.mslp__cta--link::after {
  content: "";
  position: absolute;
  right: min(5.51vw, 35px);
  width: min(2.32vw, 16px);
  height: min(3.87vw, 29px);
  background: url(../img/btn_arrow_red.png) no-repeat 50% 50% / cover;
}
.mslp__cta--red::after {
  background-image: url(../img/btn_arrow_white.png);
}
.mslp__cta--blue::after {
  background-image: url(../img/btn_arrow_blue.png);
}
.mslp__cta--link:hover {
  color: #c1000a;
  opacity: 0.8;
}
.mslp__cta--red:hover {
  color: #fff;
}
.mslp__cta--red {
  color: #fff;
  background-color: #c1000a;
}
.mslp__cta--blue {
  color: #013e6d;
  border-color: #013e6d;
  box-shadow: 0px min(1.07vw, 8px) 0 0 #012744;
}
.mslp__cta--blue:hover {
  color: #013e6d;
}
.mslp__cta--icon {
  display: inline-flex;
  position: relative;
  margin-right: min(2.93vw, 22px);
  width: min(4.2vw, 29px);
  height: min(4.64vw, 32px);
}
.mslp__cta--icon.-icon2 {
  width: min(4.64vw, 32px);
  height: min(4.78vw, 33px);
}
.mslp__cta--icon.-icon3 {
  width: min(4.78vw, 33px);
  height: min(3.77vw, 26px);
}
.mslp__cta--icon.-icon4 {
  width: min(4.06vw, 28px);
  height: min(4.78vw, 33px);
}
.mslp__no1 {
  width: 92%;
  margin: min(7vw, 57px) auto min(7vw, 52.5px);
}
.mslp__pr--ttl {
  width: 50%;
}
.mslp__pr--list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.mslp__pr--item {
  width: 48%;
}

.mslp__service--inner {
  background-image: url("./../img/service_bg.jpg");
  background-size: 100%;
  background-attachment: fixed;
  padding: min(4.2vw, 31.5px) min(3.7vw, 27.75px) min(14.2vw, 121.5px);
}
.mslp__service--ttl {
  width: 100%;
  margin-bottom: min(6vw, 45px);
}
.mslp__service--item {
  overflow: hidden;
  border-radius: min(10px, 1.3vw);
  box-shadow: 0px 0px 27px 0px rgba(1, 62, 109, 0.26);
}
.mslp__footer {
  padding-top: 5px;
  text-align: center;
  border-top: min(5px, 0.6vw) #013e6d solid;
  margin-top: min(66px, 8.8vw);
}
.mslp__footer .mslp--note {
  display: block;
  padding: min(40px, 5.3vw);
  color: #756d6d;
  font-size: min(18px, 2.4vw);
  text-align: left;
}
.mslp__footer--copyrights {
  display: block;
  margin-top: 10px;
  padding: 10px;
  background: #000;
  color: #ccc;
  font-weight: 100;
  font-size: 13px;
  text-align: center;
}
/* モーダル用 */
.msds-modal-1tap {
  display: none;
  width: 100%;
  max-width: 100%;
  height: 100%;
  max-height: 100%;
  transform: scale(0.1);
  top: 0;
  opacity: 0.1;
  background: rgb(255, 255, 255);
}
.msds-modal-1tap.is-close {
  transform: scale(0.1);
  transition: 0.3s cubic-bezier(0, 0.47, 0.56, 1);
  opacity: 0.1;
}
.msds-modal-1tap.is-open {
  display: block;
  transform: scale(1);
  transition: 0.3s cubic-bezier(0, 0.47, 0.56, 1);
  opacity: 1;
}
.msds-modal-1tap__window {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 0px;
  background: none;
}
.msds-modal-1tap__window2 {
  max-width: 530px;
  left: 0;
  right: 0;
  overflow-y: auto;
  padding: 40px 0;
}
.msds-onetap-modal__buttons {
  margin: 20px 8% 0;
  border-top: none;
  background: none;
}
.msds-onetap-modal__buttons-item {
  font-size: min(24px, 4vw);
  padding: 16px;
  font-weight: bold;
  color: #fff;
  margin: 0 0 0 12px;
  border-radius: 100px;
  line-height: 1;
  cursor: pointer;
  transition-duration: 0.3s;
}
.msds-onetap-modal__buttons-item:active {
  transform: scale(0.9);
  opacity: 0.9;
}
.msds-onetap-modal__buttons-item:first-child {
  margin-left: 0;
}
.msds-onetap-modal__button-yes {
  background-color: #d9101d;
}
.msds-onetap-modal__button-no {
  background-color: #adadad;
}
.msds-onetap-modal__buttons-item:hover {
  color: #fff;
  opacity: 0.8;
}

.msds-modal-1tap__overlay {
  position: absolute;
  top: 20px;
  left: auto;
  right: 20px;
  width: 25px;
  height: 25px;
  background: none;
  z-index: 10;
  cursor: pointer;
}
.msds-modal-1tap__overlay::after {
  content: "×";
  display: inline-block;
  width: 100%;
  height: 100%;
  font-size: 25px;
}
.msds-onetap-modal__head {
  font-size: min(36px, 4.8vw);
}

@media screen and (min-width: 768px), print {
  .mslp {
    color: #2f2f2f;
    font-size: 15px;
  }
  .mslp__yellow {
    color: #dbc511;
  }
  .mslp__red {
    color: #cc2d2d;
  }
  .mslp__wrap {
    min-width: 750px;
    filter: drop-shadow(0px 6px 5px rgba(0, 0, 0, 0.1));
    background-color: #fff;
  }
  .mslp__header {
    display: block;
    position: relative;
    z-index: 5;
    width: 100%;
    padding: 10px 0;
    box-shadow: 0 3px 6px #e5e5e5;
  }
  .mslp__header--inner .oh_logo {
    width: 307px;
    padding: 10px 20px 10px 63px;
  }
  .mslp__fv--inner {
    width: 100%;
    max-width: 1105px;
    margin: 0 auto;
  }
  .mslp__encquet--inner,
  .mslp__pr--inner {
    padding: 40px;
  }
  .mslp__encquet--ttl,
  .mslp__pr--ttl {
    margin: 20px auto;
  }
  .mslp__encquet-list {
    margin-bottom: 40px;
  }
  .mslp__encquet-item {
    margin: 70px 0;
  }
  .mslp__encquet--q {
    font-size: 35px;
    margin: 50px 0;
  }
  .mslp__encquet--q-no {
    margin-right: 20px;
  }

  .mslp__encquet--a-label {
    padding: 20px;
    margin-bottom: 20px;
    border-radius: 10px;
  }
  .mslp__encquet--a-text {
    margin: 0 -20px -20px;
    padding: 5px 0;
  }
  .mslp__encquet--a-img {
    margin-bottom: 34px;
    border-radius: 10px;
  }
  .mslp__encquet--next-btn {
    font-size: 26px;
    border-radius: 40px;
    padding: 20px 0;
    margin: 30px auto;
  }
  .mslp__encquet--catch {
    padding: 30px;
    margin-bottom: 20px;
  }
  .mslp__pr--list {
    margin: 60px 20px;
  }
  .mslp__pr--item {
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 767px) {
  .mslp__encquet--inner {
    padding: 4.4vw;
  }
  .mslp__encquet--ttl,
  .mslp__pr--ttl {
    margin: 2vw auto;
  }
  .mslp__encquet-list {
    margin: 5vw 0;
  }
  .mslp__encquet-item {
    margin: 5vw 0 8vw;
  }
  .mslp__encquet--q {
    margin: 4vw 0;
    font-size: 4.743vw;
  }
  .mslp__encquet--q-no {
    width: 8.3vw;
    margin-right: 2vw;
  }
  .mslp__encquet--a-text {
    margin: 0 -2vw -2vw;
    padding: 1vw 0;
  }
  .mslp__encquet--a-label {
    padding: 2vw;
    border-radius: 1.2vw;
    margin-bottom: 2.7vw;
  }
  .mslp__encquet--a-img {
    border-radius: 2vw;
    margin-bottom: 4vw;
  }
  .mslp__encquet--catch {
    padding: 2vw 0;
    margin-bottom: 12.53vw;
  }
  .mslp__encquet--next-btn {
    border-radius: 10vw;
    padding: 2vw 0;
    margin: 2vw auto;
  }
  .mslp__encquet--last {
    margin-bottom: 6vw;
  }
  .mslp__pr--inner {
    padding: 8vw 4.4vw;
  }
  .mslp__pr--list {
    margin: 6vw 2vw;
  }
  .mslp__pr--item {
    margin-bottom: 6vw;
  }
}
