@charset "UTF-8";

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  word-break: normal;
  word-wrap: break-word;
  min-height: 0;
  min-width: 0;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
}

html {
  height: 100%;
  font-size: 62.5%;
}

body {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  min-height: 100vh;
  width: 100%;
  color: #1f1f1f;
  font-family: 'Noto Sans JP',Helvetica,Arial,Doroid Sans,"メイリオ",Meiryo,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",sans-serif;
  font-weight: 500;
  line-height: 1;
  -webkit-text-size-adjust: 100% !important;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: clamp(11px,3.5vw,14px);
  background: #fff;
}

header,
footer,
section {
  display: block;
}

ol,
ul {
  list-style: none;
}

p {
  line-height: 1.5;
}

table {
  border-collapse: separate;
  border-spacing: 0;
}

th {
  font-weight: normal;
}

a {
  color: #1f1f1f;
  text-decoration: none;
  display: inline-block;
}

a:hover {
  text-decoration: none;
}

img {
  max-width: 100%;
  height: auto;
  width: auto;
  display: block;
}

input,
button,
textarea,
select {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  appearance: none;
  font-family: 'Noto Sans JP',Helvetica,Arial,Doroid Sans,"メイリオ",Meiryo,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",sans-serif;
}

select::-ms-expand {
  display: none;
}

.quirks :where(table td,table th) {
  font-size: medium;
  line-height: normal;
}

body {
  background-color: #fff;
}

.u-text-color--primary {
  color: #00665a;
}

.u-text-color--red {
  color: #db0101;
}

.u-text-color--alert {
  color: #ff0505;
}

.u-text-align--left {
  text-align: left !important;
}

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

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

.u-fs22 {
  font-size: clamp(13px,4vw,16px);
}

.u-fs20 {
  font-size: clamp(11px,3.5vw,14px);
}

.u-fs18 {
  font-size: clamp(13px,4.5vw,18px);
}

.u-fs16 {
  font-size: clamp(11px,3.5vw,14px);
}

.u-fs14 {
  font-size: clamp(10px,3vw,12px);
}

.u-fs12 {
  font-size: clamp(10px,3vw,12px);
}

.u-bg-color--primary {
  background-color: #00665a;
}

.u-link {
  text-decoration: underline;
  cursor: pointer;
  color: #00665a;
}

.u-link--arrow {
  color: #00665a;
}

.u-link--arrow:before {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 7.5px 0 7.5px 10.4px;
  border-color: transparent transparent transparent #00665a;
  margin-right: 3px;
}

.u-link--arrowRight {
  text-decoration: none;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.u-link--arrowRight:after {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 0 6px 6px;
  border-color: transparent transparent transparent #00665a;
  margin-left: 6px;
}

.u-link--blank:after {
  content: "";
  display: inline-block;
  width: 10px;
  height: 11px;
  background: url("../../img/front/common/icon_window.svg") no-repeat 0 0/cover;
  margin-left: 10px;
}

.u-link--pdf {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: start;
  -ms-flex-pack: start;
  justify-content: start;
  position: relative;
  padding: 0 8.75vw 0 0;
}

.u-link--pdf:after {
  content: "PDF";
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 8vw;
  height: 14px;
  border-radius: 3px;
  background-color: #c41212;
  text-decoration: none;
  font-size: 10px;
  font-size: 1rem;
  color: #fff;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.u-link--inline {
  display: inline;
}

.u-link--bl {
  color: #397cf0;
}

.u-heading-h1 {
  font-weight: 700;
  font-size: clamp(16px,5vw,20px);
}

.u-mb12 {
  margin-bottom: 12px;
}

.u-mb18 {
  margin-bottom: 18px;
}

.u-mb24 {
  margin-bottom: 24px;
}

.u-mg--center {
  margin: 0 auto;
}

.u-mt5 {
  margin-top: 1.25vw !important;
}

.u-mt10 {
  margin-top: 2.5vw !important;
}

.u-mt15 {
  margin-top: 3.75vw !important;
}

.u-mt20 {
  margin-top: 5vw !important;
}

.u-mt25 {
  margin-top: 6.25vw !important;
}

.u-mt30 {
  margin-top: 7.5vw !important;
}

.u-mt35 {
  margin-top: 8.75vw !important;
}

.u-mt40 {
  margin-top: 10vw !important;
}

.u-mt45 {
  margin-top: 11.25vw !important;
}

.u-mt50 {
  margin-top: 12.5vw !important;
}

.u-mt55 {
  margin-top: 13.750000000000002vw !important;
}

.u-mt60 {
  margin-top: 15vw !important;
}

.u-mt65 {
  margin-top: 16.25vw !important;
}

.u-mt70 {
  margin-top: 17.5vw !important;
}

.u-mt75 {
  margin-top: 18.75vw !important;
}

.u-mt80 {
  margin-top: 20vw !important;
}

.u-mt85 {
  margin-top: 21.25vw !important;
}

.u-mt90 {
  margin-top: 22.5vw !important;
}

.u-mt95 {
  margin-top: 23.75vw !important;
}

.u-mt100 {
  margin-top: 25vw !important;
}

.u-mt105 {
  margin-top: 26.25vw !important;
}

.u-mt110 {
  margin-top: 27.500000000000004vw !important;
}

.u-mt115 {
  margin-top: 28.749999999999996vw !important;
}

.u-mt120 {
  margin-top: 30vw !important;
}

.u-mt125 {
  margin-top: 31.25vw !important;
}

.u-mt130 {
  margin-top: 32.5vw !important;
}

.u-mt135 {
  margin-top: 33.75vw !important;
}

.u-mt140 {
  margin-top: 35vw !important;
}

.u-mt145 {
  margin-top: 36.25vw !important;
}

.u-mt150 {
  margin-top: 37.5vw !important;
}

.u-mb5 {
  margin-bottom: 1.25vw !important;
}

.u-mb10 {
  margin-bottom: 2.5vw !important;
}

.u-mb15 {
  margin-bottom: 3.75vw !important;
}

.u-mb20 {
  margin-bottom: 5vw !important;
}

.u-mb25 {
  margin-bottom: 6.25vw !important;
}

.u-mb30 {
  margin-bottom: 7.5vw !important;
}

.u-mb35 {
  margin-bottom: 8.75vw !important;
}

.u-mb40 {
  margin-bottom: 10vw !important;
}

.u-mb45 {
  margin-bottom: 11.25vw !important;
}

.u-mb50 {
  margin-bottom: 12.5vw !important;
}

.u-mb55 {
  margin-bottom: 13.750000000000002vw !important;
}

.u-mb60 {
  margin-bottom: 15vw !important;
}

.u-mb65 {
  margin-bottom: 16.25vw !important;
}

.u-mb70 {
  margin-bottom: 17.5vw !important;
}

.u-mb75 {
  margin-bottom: 18.75vw !important;
}

.u-mb80 {
  margin-bottom: 20vw !important;
}

.u-mb85 {
  margin-bottom: 21.25vw !important;
}

.u-mb90 {
  margin-bottom: 22.5vw !important;
}

.u-mb95 {
  margin-bottom: 23.75vw !important;
}

.u-mb100 {
  margin-bottom: 25vw !important;
}

.u-mb105 {
  margin-bottom: 26.25vw !important;
}

.u-mb110 {
  margin-bottom: 27.500000000000004vw !important;
}

.u-mb115 {
  margin-bottom: 28.749999999999996vw !important;
}

.u-mb120 {
  margin-bottom: 30vw !important;
}

.u-mb125 {
  margin-bottom: 31.25vw !important;
}

.u-mb130 {
  margin-bottom: 32.5vw !important;
}

.u-mb135 {
  margin-bottom: 33.75vw !important;
}

.u-mb140 {
  margin-bottom: 35vw !important;
}

.u-mb145 {
  margin-bottom: 36.25vw !important;
}

.u-mb150 {
  margin-bottom: 37.5vw !important;
}

.u-mr5 {
  margin-right: 1.25vw !important;
}

.u-mr10 {
  margin-right: 2.5vw !important;
}

.u-mr15 {
  margin-right: 3.75vw !important;
}

.u-mr20 {
  margin-right: 5vw !important;
}

.u-mr25 {
  margin-right: 6.25vw !important;
}

.u-mr30 {
  margin-right: 7.5vw !important;
}

.u-mr35 {
  margin-right: 8.75vw !important;
}

.u-mr40 {
  margin-right: 10vw !important;
}

.u-mr45 {
  margin-right: 11.25vw !important;
}

.u-mr50 {
  margin-right: 12.5vw !important;
}

.u-mr55 {
  margin-right: 13.750000000000002vw !important;
}

.u-mr60 {
  margin-right: 15vw !important;
}

.u-mr65 {
  margin-right: 16.25vw !important;
}

.u-mr70 {
  margin-right: 17.5vw !important;
}

.u-mr75 {
  margin-right: 18.75vw !important;
}

.u-mr80 {
  margin-right: 20vw !important;
}

.u-mr85 {
  margin-right: 21.25vw !important;
}

.u-mr90 {
  margin-right: 22.5vw !important;
}

.u-mr95 {
  margin-right: 23.75vw !important;
}

.u-mr100 {
  margin-right: 25vw !important;
}

.u-mr105 {
  margin-right: 26.25vw !important;
}

.u-mr110 {
  margin-right: 27.500000000000004vw !important;
}

.u-mr115 {
  margin-right: 28.749999999999996vw !important;
}

.u-mr120 {
  margin-right: 30vw !important;
}

.u-mr125 {
  margin-right: 31.25vw !important;
}

.u-mr130 {
  margin-right: 32.5vw !important;
}

.u-mr135 {
  margin-right: 33.75vw !important;
}

.u-mr140 {
  margin-right: 35vw !important;
}

.u-mr145 {
  margin-right: 36.25vw !important;
}

.u-mr150 {
  margin-right: 37.5vw !important;
}

.u-ml5 {
  margin-left: 1.25vw !important;
}

.u-ml10 {
  margin-left: 2.5vw !important;
}

.u-ml15 {
  margin-left: 3.75vw !important;
}

.u-ml20 {
  margin-left: 5vw !important;
}

.u-ml25 {
  margin-left: 6.25vw !important;
}

.u-ml30 {
  margin-left: 7.5vw !important;
}

.u-ml35 {
  margin-left: 8.75vw !important;
}

.u-ml40 {
  margin-left: 10vw !important;
}

.u-ml45 {
  margin-left: 11.25vw !important;
}

.u-ml50 {
  margin-left: 12.5vw !important;
}

.u-ml55 {
  margin-left: 13.750000000000002vw !important;
}

.u-ml60 {
  margin-left: 15vw !important;
}

.u-ml65 {
  margin-left: 16.25vw !important;
}

.u-ml70 {
  margin-left: 17.5vw !important;
}

.u-ml75 {
  margin-left: 18.75vw !important;
}

.u-ml80 {
  margin-left: 20vw !important;
}

.u-ml85 {
  margin-left: 21.25vw !important;
}

.u-ml90 {
  margin-left: 22.5vw !important;
}

.u-ml95 {
  margin-left: 23.75vw !important;
}

.u-ml100 {
  margin-left: 25vw !important;
}

.u-ml105 {
  margin-left: 26.25vw !important;
}

.u-ml110 {
  margin-left: 27.500000000000004vw !important;
}

.u-ml115 {
  margin-left: 28.749999999999996vw !important;
}

.u-ml120 {
  margin-left: 30vw !important;
}

.u-ml125 {
  margin-left: 31.25vw !important;
}

.u-ml130 {
  margin-left: 32.5vw !important;
}

.u-ml135 {
  margin-left: 33.75vw !important;
}

.u-ml140 {
  margin-left: 35vw !important;
}

.u-ml145 {
  margin-left: 36.25vw !important;
}

.u-ml150 {
  margin-left: 37.5vw !important;
}

.u-pd--sm {
  padding: 16px;
}

.u-pd--md {
  padding: 64px;
}

.u-pd--lg {
  padding: 128px;
}

.u-br-sp {
  content: "";
  display: block;
}

.c-btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
  width: 40vw;
  height: 15vw;
  color: #fff;
  background-color: #00665a;
  border-radius: .75vw;
  font-size: clamp(12px,3.5vw,14px);
}

.c-btn--back,
.p-mypage__btn--cancel {
  background: #ebebeb;
  color: #1f1f1f;
}

.c-btn--pdf {
  color: #1f1f1f;
  background: #fff;
  border: solid 1px #d6d6d6;
  font-weight: bold;
  width: 100%;
  height: 16vw;
  padding: 0 5vw;
  font-size: clamp(11px,3.5vw,14px);
  border-radius: 1.25vw;
  position: relative;
  line-height: 1.3;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-shadow: 0 1.25vw 0 0 #dbdbdb;
  box-shadow: 0 1.25vw 0 0 #dbdbdb;
}

.c-btn--pdf:hover {
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transform: translateY(5px);
  transform: translateY(5px);
}

.c-btn--pdf:after {
  content: "PDF";
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 8vw;
  height: 14px;
  border-radius: 3px;
  background-color: #c41212;
  font-size: 10px;
  font-size: 1rem;
  color: #fff;
  position: absolute;
  right: 1.25vw;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.c-btn--pdf-check {
  width: 70vw;
}

.c-btn--pdf-check:before {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  margin: 0 11px 0 0;
  background: url("../../img/front/common/icon_check_pdf.svg") no-repeat 0 0/contain;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.c-btn--pdf-check.is-checked {
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transform: translateY(5px);
  transform: translateY(5px);
  background-color: #f2f2f2;
}

.c-btn--pdf-check.is-checked:before {
  background: url("../../img/front/common/icon_checked_pdf.svg") no-repeat 0 0/contain;
}

.c-btn--more {
  width: 78.5vw;
  height: 11.5vw;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 5.75vw;
  border: solid .5px #c7c7c7;
  background-color: #fff;
  color: #000;
  font-size: clamp(12px,3.5vw,14px);
  position: relative;
}

.c-btn--more:after {
  content: "";
  display: block;
  width: 8.7px;
  height: 8.7px;
  border-left: 2px solid #808080;
  border-bottom: 2px solid #808080;
  -webkit-transform: rotate(-45deg) translateY(-5px);
  transform: rotate(-45deg) translateY(-5px);
  position: absolute;
  right: 20px;
}

.c-btn--sm {
  width: 30vw;
}

.c-btn--lg {
  width: 100%;
}

.c-btn--cancel {
  border: 1px solid #00665a;
  background-color: #fff;
  color: #0b0c0c;
}

.c-btn--frame,
.p-mypage__btn--arrow,
.p-mypage__btn--frame,
.p-mypage__btn--customer {
  background: #fff;
  border: 1px solid #00665a;
  color: #00665a;
}

.c-btn--frame.--bk,
.p-mypage__btn--arrow.--bk,
.p-mypage__btn--frame.--bk,
.p-mypage__btn--customer.--bk {
  border-color: #b2b2b2;
  color: #1f1f1f;
}

.c-btn--mail {
  background-color: #00665a;
  color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 75vw;
  height: 15vw;
  border-radius: 7.5vw;
}

.c-btn--mail:before {
  content: "";
  background: url("../../img/front/common/icon_mail.svg") no-repeat 0 0/contain;
  width: 5.5vw;
  height: 4.5vw;
  margin-right: 5vw;
}

.c-btn--close {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 140px;
  height: 40px;
  border-radius: 40px;
  border: solid 1px #a5a5a5;
  background-color: #fff;
  cursor: pointer;
}

.c-btn--address {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-shadow: 0 1px 1px 0 rgba(0,0,0,0.16);
  box-shadow: 0 1px 1px 0 rgba(0,0,0,0.16);
  background-color: #413030;
  color: #fff;
  width: 100%;
  height: 9.5vw;
}

.c-btn:disabled,
.c-btn.is-disabled {
  background: #dbdbdb;
  cursor: auto;
  color: #7c7c7c;
  border: 0;
}

.c-btn:disabled:hover,
.c-btn.is-disabled:hover {
  -webkit-animation: none;
  animation: none;
}

.c-btns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.c-btns__item {
  margin: 0 0 3.75vw;
}

.c-input {
  border: solid 1px #eee;
  background-color: #f5f5f5;
  width: 100%;
  height: 10vw;
  max-height: 40px;
  padding: 2.5vw;
}

.c-input::-webkit-input-placeholder {
  color: #aaa;
}

.c-input::-moz-placeholder {
  color: #aaa;
}

.c-input:-ms-input-placeholder {
  color: #aaa;
}

.c-input:focus {
  border-color: #00665a;
  border-width: 2px;
}

.c-input--w100 {
  width: 25vw;
}

.c-input--w160 {
  width: 40vw;
}

.c-input--w240 {
  width: 40vw;
}

.c-input--w500 {
  width: 100%;
}

.c-input--max {
  width: 100%;
}

.c-form__item {
  display: block;
  position: relative;
  margin: 0 0 2.5vw;
}

.c-form__item--vertical {
  margin: 0 0 2.5vw;
}

.c-form__label {
  display: block;
}

.c-form__label--vertical {
  display: inline-block;
  margin-bottom: 1.25vw;
}

.c-form__label--align {
  display: inline-block;
  text-align: right;
  margin-right: .75vw;
  width: 32px;
}

.c-radio {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  margin: 0 16px 0 0;
  cursor: pointer;
}

.c-radio.c-form__item {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.c-radio__input {
  display: none;
}

.c-radio__input:checked + .c-radio__label:before {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  border-radius: 100%;
  position: absolute;
  top: 4px;
  left: 4px;
  background-color: #00665a;
}

.c-radio__input:checked + .c-radio__label--check {
  border: 0;
}

.c-radio__input:checked + .c-radio__label--check:before {
  width: 24px;
  height: 24px;
  top: 0;
  left: 0;
  background: url("../../img/front/common/icon_check.svg") no-repeat 0 0/contain;
}

.c-radio__label {
  display: inline-block;
  width: 24px;
  height: 24px;
  border: 1px solid #c1c1c1;
  border-radius: 100%;
  background: #fff;
  margin-right: 7.5px;
}

.c-checkbox {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}

.c-checkbox__input {
  display: none;
}

.c-checkbox__input:checked + .c-checkbox__label:before {
  background: url("../../img/front/common/icon_checkbox_checked_gr.svg") no-repeat 0 0/contain;
}

.c-checkbox__input:disabled + .c-checkbox__label {
  background-color: #f1f1f1;
}

.c-checkbox__input:disabled:checked + .c-checkbox__label {
  border-color: #c1c1c1;
}

.c-checkbox__input:disabled:checked + .c-checkbox__label:before {
  border-color: #ccc;
}

.c-checkbox__label {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: left;
  -webkit-justify-content: left;
  -ms-flex-pack: left;
  justify-content: left;
  border-radius: 3px;
  position: relative;
  margin-right: 2vw;
}

.c-checkbox__label:before {
  content: "";
  display: block;
  background: #fff url("../../img/front/common/icon_checkbox.svg") no-repeat 0 0/contain;
  width: 32px;
  height: 32px;
}

.c-select {
  position: relative;
  display: inline-block;
  width: 100px;
  margin-right: 5px;
}

.c-select:after {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 4.5px 0 4.5px;
  border-color: #00665a transparent transparent transparent;
  position: absolute;
  right: 8px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  pointer-events: none;
}

.c-select--year {
  width: 20.5vw;
}

.c-select--date {
  width: 15vw;
  max-width: 60px;
}

.c-select--w200 {
  width: 50vw;
}

.c-select__item {
  width: 100%;
  height: 40px;
  border: 1px solid #c1c1c1;
  background-color: #fff;
  padding: 0 10px;
  font-size: clamp(11px,3.5vw,14px);
  color: #1f1f1f;
}

.c-select__item:focus {
  border-color: #00665a;
  border-width: 2px;
}

.c-select__item:disabled {
  background-color: #f1f1f1;
}

.c-select__item:disabled option {
  color: #ccc;
}

.c-select--sm {
  width: 170px;
}

.c-select--md {
  width: 100%;
}

.c-select--lg {
  width: 480px;
}

.c-select--max {
  width: 100%;
}

.c-clm {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

@-webkit-keyframes modal {
  0% {
    -webkit-transform: scale(0) translate(-50%,-50%);
    transform: scale(0) translate(-50%,-50%);
  }

  100% {
    -webkit-transform: scale(1) translate(-50%,-50%);
    transform: scale(1) translate(-50%,-50%);
  }
}

@keyframes modal {
  0% {
    -webkit-transform: scale(0) translate(-50%,-50%);
    transform: scale(0) translate(-50%,-50%);
  }

  100% {
    -webkit-transform: scale(1) translate(-50%,-50%);
    transform: scale(1) translate(-50%,-50%);
  }
}

.c-list-text__item {
  line-height: 1.5;
}

.c-list-text__item:not(:last-of-type) {
  margin-bottom: 8px;
}

.c-list-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.c-list-row__item:not(:last-of-type) {
  margin: 0 50px 0 0;
}

.c-list-note__item {
  position: relative;
  padding-left: 1.1em;
  line-height: 1.5;
}

.c-list-note__item:before {
  content: "※";
  position: absolute;
  left: 0;
}

.c-list-point__item {
  line-height: 1.5;
  position: relative;
  padding-left: 1.1em;
}

.c-list-point__item:not(:last-of-type) {
  margin-bottom: 4px;
}

.c-list-point__item:before {
  content: "・";
  position: absolute;
  left: 0;
}

.c-list-num {
  counter-reset: numlist;
}

.c-list-num__item {
  counter-increment: numlist;
  line-height: 1.5;
  position: relative;
  padding-left: 1.1em;
}

.c-list-num__item:not(:last-of-type) {
  margin-bottom: 4px;
}

.c-list-num__item:before {
  content: counter(numlist) ". ";
  position: absolute;
  left: 0;
}

.c-list-noteNum {
  counter-reset: noteNumlist;
}

.c-list-noteNum__item {
  counter-increment: noteNumlist;
  line-height: 1.5;
  position: relative;
  padding-left: 2.2em;
}

.c-list-noteNum__item:not(:last-of-type) {
  margin-bottom: 4px;
}

.c-list-noteNum__item:before {
  content: "(※" counter(noteNumlist) "）";
  position: absolute;
  left: 0;
}

.c-table {
  border-top: 1px solid #d6d6d6;
}

.c-table-header {
  color: #1f1f1f;
}

.c-table__tr {
  font-weight: normal;
}

.c-table__th {
  background-color: #f8f8f8;
  font-weight: bold;
  text-align: left;
  position: relative;
  border-bottom: 1px solid #d6d6d6;
}

.c-table__th.is-required:after {
  content: "必須";
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #c41a1a;
  color: #fff;
  position: absolute;
  right: 5vw;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 10vw;
  height: 6vw;
  font-size: clamp(11px,3.5vw,14px);
  border-radius: 1.25vw;
}

.c-table__td {
  border-bottom: 1px solid #d6d6d6;
  padding: 2.5vw 3.75vw;
}

.c-section {
  padding: 15vw 0;
  position: relative;
}

.c-section-header__title {
  font-size: clamp(16px,5vw,20px);
  font-weight: bold;
  margin-bottom: 1.75vw;
  line-height: 1.3;
}

.c-section-header__title--borderLeft {
  border-left: 6px solid #00665a;
  padding-left: 4px;
  margin-bottom: 17px;
}

.c-section-header__title--borderBottom,
.c-section-header__title--borderBottomCenter {
  position: relative;
  border-bottom: solid 1px #c6c6c6;
  padding-bottom: 3.625vw;
  margin-bottom: 3.875vw;
  font-size: clamp(16px,5vw,20px);
}

.c-section-header__title--borderBottom:before,
.c-section-header__title--borderBottomCenter:before {
  content: "";
  display: block;
  position: absolute;
  bottom: -2px;
  height: 4px;
  background-color: #00665a;
  width: 25vw;
  max-width: 100px;
}

.c-section-header__title--borderBottomCenter,
.c-section-header__title--borderBottomCenterCenter {
  text-align: center;
}

.c-section-header__title--borderBottomCenter:before,
.c-section-header__title--borderBottomCenterCenter:before {
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.c-section-header__title--sm {
  font-size: clamp(12px,4vw,16px);
}

.c-section-header__title--sm:before {
  bottom: -1px;
  height: 2px;
}

.c-section-header__title--fill {
  background-color: #00665a;
  color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: bold;
  line-height: 1.3;
}

.c-section-header__title--fill ._small {
  font-weight: normal;
}

.c-frame {
  border: solid 1px #b2b2b2;
  line-height: 1.7;
  padding: 5vw 2.5vw;
}

.c-pamphlet {
  margin-bottom: 15.75vw;
}

.c-pamphlet__item .c-btn--pdf {
  font-size: 11.5px;
}

.c-pamphlet-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  height: 26vw;
}

.c-pamphlet-header__title {
  font-weight: bold;
}

.c-accordion {
  display: block;
}

.c-accordion--plus:first-of-type {
  border-top: 1px solid #cbcbcb;
}

.c-accordion-toggle {
  position: relative;
  padding: 16px 0;
  cursor: pointer;
}

.c-accordion-toggle--arrow:after {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 8px 0 8px;
  border-color: #00665a transparent transparent transparent;
  position: absolute;
  right: 8px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: -webkit-transform .2s;
  transition: -webkit-transform .2s;
  transition: transform .2s;
  transition: transform .2s, -webkit-transform .2s;
}

.c-accordion-toggle--arrow.is-active:after {
  -webkit-transform: translateY(-50%) rotate(180deg);
  transform: translateY(-50%) rotate(180deg);
}

.c-accordion-toggle--plus {
  height: 20vw;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-right: 1px solid #cbcbcb;
  border-left: 1px solid #cbcbcb;
  border-bottom: 1px solid #cbcbcb;
  font-weight: normal;
  max-height: 80px;
  font-size: clamp(14px,4.5vw,18px);
  padding: 0 5vw;
}

.c-accordion-toggle--plus:before {
  content: "";
  display: inline-block;
  width: 18.7px;
  height: 2px;
  background-color: #00665a;
  position: absolute;
  right: 30px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.c-accordion-toggle--plus:after {
  content: "";
  display: inline-block;
  height: 18.7px;
  width: 2px;
  background-color: #00665a;
  position: absolute;
  right: 37.7px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: opacity .6s,-webkit-transform .2s;
  transition: opacity .6s,-webkit-transform .2s;
  transition: transform .2s,opacity .6s;
  transition: transform .2s,opacity .6s,-webkit-transform .2s;
}

.c-accordion-toggle--plus.is-active:after {
  -webkit-transform: translateY(-50%) rotate(270deg);
  transform: translateY(-50%) rotate(270deg);
  opacity: 0;
}

.c-accordion-wrap {
  display: none;
  padding: 16px;
}

.c-accordion-wrap--plus {
  border-right: 1px solid #cbcbcb;
  border-left: 1px solid #cbcbcb;
  border-bottom: 1px solid #cbcbcb;
  background: #f8f8f8;
  padding: 6.5vw 5vw;
}

.c-modal {
  background: #fff;
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  z-index: 12;
  display: none;
  opacity: 0;
  padding: 10vw 2.5vw;
  width: 95vw;
  max-height: 90vh;
  -webkit-transform-origin: top left;
  transform-origin: top left;
  border-radius: 2.5vw;
}

.c-modal--login {
  z-index: 14;
}

.c-modal.is-visible {
  display: block;
  -webkit-animation: modal .2s ease 0s both;
  animation: modal .2s ease 0s both;
  opacity: 1;
}

.c-modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0,0,0,0.6);
  display: none;
  z-index: 11;
}

.c-modal-overlay--tooltip {
  z-index: 13;
}

.c-modal-header__title {
  text-align: center;
}

.c-modal-header__title--dialog {
  font-size: clamp(11px,3.5vw,14px);
}

.c-modal-body {
  padding: 16px;
  text-align: center;
}

.c-modal-body__excerpt {
  font-size: 16px;
  font-size: 1.6rem;
}

.c-modal-container {
  max-height: 80vh;
  overflow: auto;
  padding: 1px 0;
}

.c-modal-close {
  position: absolute;
  background-color: #00665a;
  border-radius: 100%;
  cursor: pointer;
  width: 62px;
  height: 62px;
  top: -30px;
  right: -7px;
  padding: 16px;
  z-index: 15;
}

.c-modal-close:before,
.c-modal-close:after {
  content: "";
  display: block;
  height: 1px;
  background-color: #fff;
}

.c-modal-close:before {
  width: 34px;
  -webkit-transform: rotate(45deg) translate(9px,13px);
  transform: rotate(45deg) translate(9px,13px);
}

.c-modal-close:after {
  width: 34px;
  -webkit-transform: rotate(-45deg) translate(-12px,7px);
  transform: rotate(-45deg) translate(-12px,7px);
}

.c-modal--white:before,
.c-modal--white:after {
  background-color: #fff;
}

.c-modal--help {
  z-index: 14;
}

.c-modal-btns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 5vw;
}

.c-modal-btns__item {
  margin: 0 2.5vw;
}

.c-modal-inquiry-tel {
  font-weight: bold;
  text-align: center;
}

.c-modal-inquiry-tel ._small {
  font-weight: normal;
}

.c-tooltip__icon {
  position: relative;
  display: inline-block;
  cursor: pointer;
}

.c-tooltip__icon:before {
  content: "？";
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #00665a;
  width: 18px;
  height: 18px;
  margin: 1px 5px 2px 3px;
  background-color: #c9e2df;
  border-radius: 100%;
}

.slick-slide {
  padding: 0 10vw;
}

.slick-slide img {
  width: 100%;
  -webkit-box-shadow: 0 3px 6px 0 rgba(0,0,0,0.16);
  box-shadow: 0 3px 6px 0 rgba(0,0,0,0.16);
}

.slick-arrow,
.slick-dots li {
  text-indent: -9999px;
  cursor: pointer;
}

.ripple {
  cursor: pointer;
  overflow: hidden;
  position: relative;
}

.ripple__effect {
  width: 120px;
  height: 120px;
  position: absolute;
  border-radius: 100%;
  pointer-events: none;
  -webkit-transform: scale(0);
  transform: scale(0);
  opacity: 0;
  background: #ccc;
  border: 4px solid #ccc;
}

.ripple__effect.is-show {
  -webkit-animation: ripple .75s ease-out;
  animation: ripple .75s ease-out;
}

@-webkit-keyframes ripple {
  from {
    opacity: 1;
  }

  to {
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
    opacity: 0;
  }
}

@keyframes ripple {
  from {
    opacity: 1;
  }

  to {
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
    opacity: 0;
  }
}

.c-floating {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 10;
  background: rgba(255,255,255,0.96);
  border-top: 1px solid #00665a;
}

.c-floating .l-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.c-floating-fee {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.c-floating-fee__content {
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  border: 1px solid #c7c7c7;
  border-radius: .5vw;
  background-color: #fafafa;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  height: 17.5vw;
  padding: 0 .75vw;
}

.c-floating-fee__content--previous {
  width: auto;
}

.c-floating-fee__content--thistime {
  width: auto;
}

.c-floating-fee__plan {
  font-size: clamp(10px,3vw,12px);
}

.c-floating-fee__body {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.c-floating-fee__fee {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 10px;
  font-size: 1rem;
}

.c-floating-fee__price {
  font-size: clamp(11px,3.5vw,14px);
  margin-top: 1.25vw;
}

.c-floating-fee__price ._strong {
  font-size: clamp(14px,4.5vw,18px);
}

.c-floating-fee__btn {
  -webkit-box-shadow: 0 2px 0 0 rgba(0,0,0,0.16);
  box-shadow: 0 2px 0 0 rgba(0,0,0,0.16);
  border: solid 1px #ccc;
  background-color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
  border-radius: 1vw;
  width: 10vw;
  height: 9.55vw;
  font-size: clamp(10px,2.75vw,11px);
  margin-left: 1.75vw;
}

.c-floating-fee__btn:hover {
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transform: translateY(2px);
  transform: translateY(2px);
}

.c-floating__btn {
  font-weight: bold;
  text-align: center;
  width: 23.75vw;
  height: 16.25vw;
  border-bottom: 1.25vw solid #144d46;
  line-height: 1.2;
  border-radius: 1.25vw;
}

.c-floating__btn--red {
  background-color: #d03d3d;
  border-color: #881212;
}

.c-progress {
  height: 66px;
  padding-top: 6px;
  background: #f8f8f8;
}

.c-progress__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  counter-reset: progress;
}

.c-progress__item {
  counter-increment: rogress;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 10px;
  font-size: 1rem;
  text-align: center;
  font-weight: bold;
  position: relative;
  z-index: 0;
  width: 20vw;
}

.c-progress__item:before {
  content: counter(rogress);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100%;
  background-color: #b5b5b5;
  color: #fff;
  position: relative;
  z-index: 1;
  width: 18px;
  height: 18px;
}

.c-progress__item:not(:first-of-type):after {
  content: "";
  display: block;
  background-color: #b5b5b5;
  position: absolute;
  z-index: 0;
  height: 2px;
  width: 20vw;
  top: 9px;
  left: calc(-50% + 9px);
}

.c-progress__item.is-active {
  color: #00665a;
}

.c-progress__item.is-active:before {
  background-color: #00665a;
}

.c-progress__item.is-active:after {
  background-color: #00665a;
}

.c-alerts {
  border: 5px solid #ff0505;
  color: #ff0505;
  background-color: #ffe8e8;
  text-align: center;
  font-weight: bold;
  padding: 5vw;
  margin-bottom: 5vw;
}

.c-pageback {
  background: #f8f8f8;
  padding: 3.75vw 0;
}

.c-pageback__link {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.c-pageback__link:before {
  content: "";
  display: inline-block;
  background: url("../../img/front/common/icon_arrow.svg") no-repeat 0 0/contain;
  width: 2.25vw;
  height: 4vw;
  margin-right: 2.5vw;
}

.js-wrap-expand,
.js-toggle-info-wrap {
  display: none;
}

.l-inner {
  position: relative;
}

.l-container {
  position: relative;
}

.l-clm {
  margin: 0 auto;
  position: relative;
}

#app {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  min-height: 100vh;
}

.c-header {
  position: fixed;
  left: 0;
  right: 0;
  background-color: #fff;
  z-index: 10;
  -webkit-box-shadow: 0 3px 6px 0 rgba(0,0,0,0.16);
  box-shadow: 0 3px 6px 0 rgba(0,0,0,0.16);
}

.c-header .l-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  height: 70px;
  background: #fff;
}

.c-header--login {
  position: relative;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 0;
}

.c-header--login .l-inner--md {
  height: 10vw;
}

.c-header-logo {
  width: 58.650000000000006vw;
  max-width: 234.6px;
  margin-right: auto;
}

.c-header-logo__link {
  width: 49.25vw;
  position: fixed;
  top: 2.5vw;
  left: 2.5vw;
}

.c-header-logo__img {
  width: 100%;
}

.c-header-primary-nav__personalname {
  margin-left: 20px;
}

.c-header-primary-nav__link {
  font-weight: bold;
  cursor: pointer;
}

.c-header-secondary-nav__personalname {
  margin-left: 20px;
}

.c-sidebar {
  position: fixed;
  z-index: 2;
  opacity: 0;
}

.c-sidebar.is-visible {
  opacity: 1;
}

.c-sidebar-primary-nav__item {
  text-align: center;
}

.c-sidebar-primary-nav__btn {
  position: relative;
  cursor: pointer;
}

.c-sidebar-primary-nav__btn ._strong {
  font-size: clamp(16px,5vw,20px);
}

.c-sidebar-primary-nav__btn ._small {
  font-size: clamp(12px,3.75vw,15px);
}

.c-sidebar-primary-nav__btn.is-active {
  background-color: #00665a;
  border-color: #00665a;
  color: #fff;
}

.c-sidebar-primary-nav__btn.is-active:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
}

.c-sidebar-primary-nav__btn.is-current {
  background-color: #00665a;
  border-color: #00665a;
  color: #fff;
}

.c-sidebar-primary-nav__btn--add {
  font-weight: bold;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.c-sidebar-primary-nav__btn--add:before {
  content: "";
  display: block;
  background: url("../../img/front/list/icon_add.svg") no-repeat 0 0/contain;
}

.c-sidebar-primary-nav__btn--update {
  font-weight: bold;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  color: #fff;
  background-color: #038878;
  border: 1px solid #038878 !important;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  align-items: center;
}

.c-sidebar-primary-nav__btn--delete {
  font-weight: bold;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  color: #d86969;
  background-color: #fff;
  border: 1px solid #d86969 !important;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  align-items: center;
}

.c-sidebar-secondary-nav__title {
  font-size: 16px;
  font-size: 1.6rem;
  padding-bottom: 5px;
  margin-bottom: 20px;
  border-bottom: 1px solid #c6c6c6;
  line-height: 1.3;
}

.c-sidebar-secondary-nav__link.is-active {
  color: #195ecc;
  font-weight: bold;
}

.c-hamburger {
  cursor: pointer;
  z-index: 6;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  height: 52px;
  padding-top: 3px;
}

.c-hamburger:after {
  content: "メニュー";
  margin: auto 0 0;
}

.c-hamburger ._span {
  width: 18px;
  height: 2px;
  display: block;
  background: #1f1f1f;
  text-indent: -9999px;
  border-radius: 2px;
}

.c-hamburger ._span:nth-of-type(1) {
  -webkit-transition: background-color .4s ease-out,-webkit-transform .4s ease-out;
  transition: background-color .4s ease-out,-webkit-transform .4s ease-out;
  transition: transform .4s ease-out,background-color .4s ease-out;
  transition: transform .4s ease-out,background-color .4s ease-out,-webkit-transform .4s ease-out;
  margin-bottom: 4px;
}

.c-hamburger ._span:nth-of-type(2) {
  margin-bottom: 4px;
}

.c-hamburger ._span:nth-of-type(3) {
  -webkit-transition: background-color .4s ease-out,-webkit-transform .4s ease-out;
  transition: background-color .4s ease-out,-webkit-transform .4s ease-out;
  transition: transform .4s ease-out,background-color .4s ease-out;
  transition: transform .4s ease-out,background-color .4s ease-out,-webkit-transform .4s ease-out;
}

.c-hamburger.is-active:after {
  content: "閉じる";
}

.c-hamburger.is-active ._span:nth-of-type(1) {
  -webkit-transform: rotate(45deg) translate(3px,5px);
  transform: rotate(45deg) translate(3px,5px);
  width: 20px;
}

.c-hamburger.is-active ._span:nth-of-type(2) {
  opacity: 0;
}

.c-hamburger.is-active ._span:nth-of-type(3) {
  -webkit-transform: rotate(-45deg) translate(4px,-5px);
  transform: rotate(-45deg) translate(4px,-5px);
  width: 20px;
}

.c-main {
  margin: 70px 0 15vw;
}

.c-main--login {
  padding-bottom: 20vw;
  margin: 0;
}

.c-main--floating {
  margin-bottom: 37.5vw;
}

.c-footer {
  position: relative;
  z-index: 1;
  text-align: center;
  margin-top: auto;
  margin-bottom: 0;
}

.c-footer-contents {
  background: #f0f0f0;
  font-size: clamp(10px,3vw,12px);
}

.c-footer-nav {
  background-color: #00665a;
}

.c-footer-nav__link {
  color: #fff;
}

.c-footer-nav__link--pagetop:before {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(-45deg) translateY(6px);
  transform: rotate(-45deg) translateY(6px);
  margin-right: 5vw;
}

.c-copyright {
  line-height: 1.2;
  text-align: center;
}

.c-mv {
  height: 100vh;
  width: 100%;
  position: relative;
  overflow: hidden;
}

.c-mv__img {
  max-width: initial;
  position: absolute;
}

.c-page-header {
  -webkit-box-shadow: 0 3px 6px 0 rgba(0,0,0,0.16);
  box-shadow: 0 3px 6px 0 rgba(0,0,0,0.16);
  background-color: #00665a;
}

.c-page-header--login {
  background-color: #f8f8f8;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  height: 15vw;
  max-height: 60px;
  margin-bottom: 5vw;
}

.c-page-header__title {
  color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  height: 10vw;
  font-size: clamp(16px,5vw,20px);
}

.c-page-header__title--login {
  color: #00665a;
  font-size: clamp(16px,5vw,20px);
}

.c-page-header__title--secondary {
  font-size: clamp(14px,4.5vw,18px);
  margin: 5vw 0;
}

.c-page-header__lead {
  font-size: clamp(11px,3.5vw,14px);
  line-height: 1.7;
  margin: -2.5vw 0 8.75vw;
}

.p-announcement__lead {
  background-color: #f8f8f8;
  padding: 2.75vw 2.5vw;
  margin: 0 0 7.5vw;
  border-radius: .75vw;
  font-size: clamp(11px,3.5vw,14px);
}

.p-announcement__info {
  margin: 0 0 8.75vw;
}

.p-announcement__radio:not(:last-of-type) {
  margin-right: 6.25vw;
}

.p-announcement__radio:last-of-type {
  margin-right: 0;
}

.p-announcement__add {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
  margin: 5vw 0 0 0;
}

.p-announcement-section:not(:last-of-type) {
  margin: 0 0 9vw;
}

.p-announcement-section__lead {
  margin: 0 0 3.75vw;
  font-size: clamp(13px,4vw,16px);
}

.p-announcement-box {
  border: 1px solid #d6d6d6;
  margin-bottom: 10vw;
}

.p-announcement-box-lead {
  background-color: #f8f8f8;
  padding: 5vw 2.5vw;
}

.p-announcement-box-lead__text,
.p-announcement-box-lead .c-list-note__item {
  line-height: 1.7;
}

.p-announcement-question {
  border-bottom: 1px solid #d6d6d6;
  padding: 5vw 2.5vw;
}

.p-announcement-question__title {
  font-size: clamp(11px,3.5vw,14px);
  margin-bottom: 2.5vw;
}

.p-announcement-question__list {
  border-bottom: 1px solid #d6d6d6;
  border-right: 1px solid #d6d6d6;
}

.p-announcement-question__item {
  border-top: 1px solid #d6d6d6;
  border-left: 1px solid #d6d6d6;
  line-height: 1.5;
  padding: 2.5vw;
}

.p-announcement-answer__item:not(:last-of-type) {
  border-bottom: 1px solid #d6d6d6;
}

.p-announcement-answer__name {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #f8f8f8;
  height: 15vw;
}

.p-announcement-answer__name ._strong {
  display: inline-block;
  margin-right: 5px;
}

.p-announcement-answer__answer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.p-announcement-answer__btn {
  border: solid 1px #cec2c2;
  -webkit-box-shadow: 0 2px 0 0 rgba(0,0,0,0.16);
  box-shadow: 0 2px 0 0 rgba(0,0,0,0.16);
  background-color: #fff;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  color: #1f1f1f;
  width: auto;
  padding: 0 2.25vw;
}

.p-announcement-answer-select {
  margin: 2.5vw 0 0 0;
}

.p-announcement-others,
.p-announcement-history {
  display: none;
  background-color: #f7f7f7;
  border-bottom: 1px solid #d6d6d6;
  padding: 5vw 7.5vw;
}

.p-announcement-others:last-of-type,
.p-announcement-history:last-of-type {
  border-top: 1px solid #d6d6d6;
  border-bottom: 0;
}

.p-announcement-others__list,
.p-announcement-history__list {
  border-top: 1px solid #d6d6d6;
}

.p-announcement-others__label,
.p-announcement-history__label {
  font-weight: bold;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fafafb;
  border-bottom: 1px solid #d6d6d6;
  height: 15vw;
}

.p-announcement-others__body,
.p-announcement-history__body {
  background: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  height: 15vw;
}

.p-announcement-others__input,
.p-announcement-history__input {
  width: 60vw;
  margin-right: 2.5vw;
}

.p-announcement-history {
  padding: 5vw 8.5vw;
}

.p-announcement-history:last-of-type {
  border-top: 1px solid #d6d6d6;
  border-bottom: 0;
}

.p-announcement-history__list {
  position: relative;
}

.p-announcement-history__input,
.p-announcement-history__select {
  width: 47.5vw;
}

.p-announcement-history__delete {
  position: absolute;
  bottom: 50%;
  right: -6vw;
  width: 4vw;
  height: 4vw;
  display: none;
}

.p-announcement-history__delete.is-active {
  display: block;
  cursor: pointer;
}

.p-announcement-table {
  border-left: 1px solid #d6d6d6;
  border-top: 1px solid #d6d6d6;
  width: 100%;
  margin-bottom: 2vw;
}

.p-announcement-table__th {
  text-align: left;
  font-weight: bold;
  line-height: 1.125;
  background-color: #f5f5f5;
  border-right: 1px solid #d6d6d6;
  border-bottom: 1px solid #d6d6d6;
  padding: 2vw 5vw;
}

.p-announcement-table__th.--secondary {
  background-color: #fafafb;
}

.p-announcement-table__td {
  text-align: left;
  border-right: 1px solid #d6d6d6;
  border-bottom: 1px solid #d6d6d6;
  padding: 2vw 5vw;
  word-break: break-all;
}

.p-plan-header {
  background: #f8f8f8;
  padding-bottom: 2.5vw;
  margin-bottom: 3.75vw;
}

.p-plan-header--list {
  padding-bottom: 0;
  margin-bottom: 0;
}

.p-plan-pdf {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.p-plan-pdf .c-btn--pdf {
  font-size: 11.5px;
}

.p-plan-sidebar__lead {
  font-size: clamp(11px,3.5vw,14px);
  margin-bottom: 8.75vw;
}

.p-breakdown__plan {
  font-size: clamp(12px,4vw,16);
  font-weight: bold;
  margin-bottom: 2.5vw;
}

.p-breakdown__name {
  font-size: clamp(12px,3.5vw,14);
  margin-bottom: 2.5vw;
}

.p-breakdown__table {
  width: 100%;
  border-left: 1px solid #d9d9d9;
  border-bottom: 1px solid #d9d9d9;
  table-layout: fixed;
  border-collapse: collapse;
  margin-bottom: 5vw;
}

.p-breakdown__table--header {
  margin-bottom: 7.5vw;
}

.p-breakdown__thead {
  background-color: #f4f4f6;
  border-right: 1px solid #d9d9d9;
}

.p-breakdown__thead ._strong {
  font-size: 16px;
  font-size: 1.6rem;
}

.p-breakdown__thead .p-breakdown__td {
  border-right: 0;
  font-weight: bold;
}

.p-breakdown__td {
  border-top: solid 1px #d9d9d9;
  border-right: solid 1px #d9d9d9;
  text-align: center;
  padding: 10px 0;
}

.p-breakdown__td--w1 {
  width: calc(100% / 3);
}

.p-breakdown__td--w2 {
  width: calc(100% / 3);
}

.p-breakdown__td--w3 {
  width: calc(100% / 3);
}

.p-breakdown__td--fee {
  border-top-color: #000;
}

.p-breakdown__td--gray {
  background-color: #fafafa;
}

.p-breakdown__td--type {
  text-align: left;
  padding-left: 10px;
  padding-right: 10px;
}

.p-breakdown__td.is-changed {
  color: #db0101;
}

.p-add-header {
  margin-bottom: 5vw;
  text-align: center;
}

.p-add-header__title {
  font-size: clamp(12px,4vw,16px);
  line-height: 1.2;
}

.p-add-header__lead {
  font-size: clamp(11px,3.5vw,14px);
}

.p-add-check {
  margin: 5vw;
}

.p-add-btns {
  margin-top: 12.5vw;
}

.p-delete-checkbox .c-checkbox__input:checked + .c-checkbox__label:before {
  background: url("../../img/front/common/icon_checkbox_checked_bl.svg") no-repeat 0 0/contain;
}

.p-help__title--primary {
  font-size: clamp(12px,4vw,16px);
  margin-bottom: 5vw;
}

.p-help__title--secondary {
  font-weight: bold;
  font-size: clamp(11px,3.5vw,14px);
  margin-bottom: 5vw;
}

.p-help__body {
  font-size: clamp(11px,3.5vw,14px);
}

.p-help__section:not(:last-of-type) {
  margin-bottom: 10vw;
}

.p-job-header__title {
  text-align: center;
  font-size: clamp(14px,4vw 16px);
  margin-bottom: 7.5vw;
}

.p-contact-header {
  text-align: center;
  margin-bottom: 7.5vw;
}

.p-contact-header__title {
  font-size: clamp(14px,4.5vw,18px);
  margin-bottom: 2vw;
}

.p-contact-header__lead {
  font-size: clamp(11px,3.5vw,14px);
}

.p-contact-box {
  border: solid 1px #707070;
  padding: 5vw 10vw;
  margin-bottom: 5vw;
}

.p-contact-box__title {
  text-align: center;
  font-size: clamp(12px,4vw,16px);
}

.p-contact-box__text {
  line-height: 1.7;
}

.p-detail-header {
  margin-bottom: 15vw;
}

.p-detail-header__title {
  font-size: clamp(16px,5vw,20px);
}

.p-detail-header__title ._small {
  font-weight: normal;
  font-size: clamp(12px,4vw,16px);
  margin-top: 1.25vw;
}

.p-detail-header__lead {
  font-size: clamp(10px,3vw,12px);
}

.p-detail-section {
  margin: 0 0 12.5vw;
}

.p-detail-section-header {
  background: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.p-detail-section-header__figure {
  position: absolute;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 31.5vw;
}

.p-detail-section-header__img {
  height: 16.75vw;
}

.p-detail-section-header__title {
  font-weight: bold;
  font-size: clamp(20px,6.5vw,26px);
}

.p-detail-section-header__title ._small {
  display: block;
  color: #1f1f1f;
  font-size: clamp(12px,4vw,16px);
  margin: 2vw 0 0;
}

.p-detail-section-header__title--groupSynthesis {
  color: #d3676c;
}

.p-detail-section-header__title--ReliefLOA {
  color: #00665a;
}

.p-detail-section-header__lead {
  line-height: 1.4;
  font-size: clamp(11px,3.5vw,14px);
}

.p-detail-section-header__icon {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 180px;
  height: 140px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.p-detail-section-body {
  background-color: #f4f4f4;
  z-index: -1;
  padding: 5vw 2.5vw 6.25vw;
  border-radius: 1.25vw;
  border: solid 1px #d6d6d6;
}

.p-detail-section-body__lead {
  line-height: 1.4;
  font-size: clamp(11px,3.5vw,14px);
  margin-bottom: 5vw;
}

.p-detail-section-body__lead ._strong {
  font-size: clamp(11px,3.5vw,14px);
}

.p-detail-plan__item {
  border: solid 1px #e2e2e2;
  background-color: #fff;
  position: relative;
  margin: 13vw 0 2.5vw;
  border-radius: 0 1.25vw 1.25vw 1.25vw;
}

.p-detail-plan__item--income {
  background-color: #f6fbfc;
}

.p-detail-plan__item.is-active:after,
.p-detail-plan__item.is-selected:after {
  content: "";
  display: block;
  position: absolute;
  top: -1px;
  left: -1px;
  right: -1px;
  bottom: -1px;
  pointer-events: none;
  border-radius: 0 1.25vw 1.25vw 1.25vw;
  border: 1.25vw solid #edcf28;
}

.p-detail-plan-header,
.p-detail-option-header {
  position: relative;
}

.p-detail-plan-header-top,
.p-detail-option-header-top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.p-detail-plan-header__icon,
.p-detail-option-header__icon {
  position: absolute;
  top: -35px;
  left: 114px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.p-detail-plan-header__icon ._icon,
.p-detail-option-header__icon ._icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 5px;
  font-size: clamp(10px,3vw,12px);
  color: #fff;
  font-weight: bold;
  position: relative;
  height: 26px;
  width: 100px;
}

.p-detail-plan-header__icon ._icon:after,
.p-detail-option-header__icon ._icon:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 2.75vw 1.75vw 0 1.75vw;
  position: absolute;
  bottom: -1.5vw;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.p-detail-plan-header__icon ._icon:not(:last-of-type),
.p-detail-option-header__icon ._icon:not(:last-of-type) {
  margin: 0 4px 0 0;
}

.p-detail-plan-header__icon ._icon.--joined,
.p-detail-option-header__icon ._icon.--joined {
  background: #038878;
}

.p-detail-plan-header__icon ._icon.--joined:after,
.p-detail-option-header__icon ._icon.--joined:after {
  border-color: #038878 transparent transparent transparent;
}

.p-detail-plan-header__icon ._icon.--reco,
.p-detail-option-header__icon ._icon.--reco {
  background: #d86868;
}

.p-detail-plan-header__icon ._icon.--reco:after,
.p-detail-option-header__icon ._icon.--reco:after {
  border-color: #d86868 transparent transparent transparent;
}

.p-detail-plan__checkbox {
  font-size: 10px;
  font-size: 1rem;
  color: #02745e;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  cursor: pointer;
  position: absolute;
  left: 0;
}

.p-detail-plan__checkbox .c-checkbox__input:checked + .c-checkbox__label:before {
  background-image: url("../../img/front/common/icon_checkbox_checked.svg");
}

.p-detail-plan__checkbox .c-checkbox__input:checked + .c-checkbox__label:after {
  content: "選択中";
  color: #1f1f1f;
}

.p-detail-plan__checkbox .c-checkbox__label {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.p-detail-plan__checkbox .c-checkbox__label:after {
  content: "選択する";
}

.p-detail-plan__label {
  font-weight: bold;
  color: #fff;
}

.p-detail-plan__name {
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.p-detail-plan__body {
  display: none;
}

.p-detail-plan__body--income {
  border: solid 1px #e2e2e2;
  background-color: #fff;
}

.p-detail-plan__body.is-active {
  display: block;
}

.p-detail-plan__code {
  font-weight: bold;
  white-space: normal;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.p-detail-plan__reco {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 3px;
  background-color: #d86868;
  color: #fff;
  font-weight: bold;
  font-size: 10px;
  font-size: 1rem;
  text-align: center;
  margin: 0 0 0 auto;
}

.p-detail-plan__fee {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: solid .75vw #ebebeb;
  border-radius: 7px;
  background-color: #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: 10vw;
  padding: 0 2.25vw;
  font-size: clamp(10px,3vw,12px);
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.p-detail-plan__price {
  font-size: clamp(10px,3vw,12px);
}

.p-detail-plan__price ._strong {
  font-size: clamp(12px,4vw,16px);
}

.p-detail-plan__price ._small {
  font-size: 10px;
  font-size: 1rem;
}

.p-detail-plan__age {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: solid 1px #d6d6d6;
  background-color: #fff;
  width: 90vw;
  height: 15vw;
  border-radius: 7.5vw;
  margin: 0 auto 5vw;
}

.p-detail-plan__toggle {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: solid 1px #aaa;
  background-color: #fff;
  color: #070606;
  cursor: pointer;
  width: 14.000000000000002vw;
  height: 7.5vw;
  border-radius: .75vw;
  font-size: clamp(10px,3vw,12px);
}

.p-detail-plan__toggle.is-active {
  background-color: #f0f0f0;
}

.p-detail-plan__table {
  width: 100%;
  border-top: 1px solid #d6d6d6;
}

.p-detail-plan__thead {
  background-color: #fafafb;
  font-weight: bold;
  border-bottom: 1px solid #d6d6d6;
  padding: 3.25vw;
}

.p-detail-plan__th {
  background-color: #fafafb;
  border-bottom: 1px solid #d6d6d6;
}

.p-detail-plan__td {
  border-bottom: 1px solid #d6d6d6;
  background-color: #fff;
  text-align: right;
}

.p-detail-plan__td--form {
  text-align: left;
}

.p-detail-plan__title--secondary {
  font-size: clamp(12px,4.5vw,18px);
  margin-bottom: 2.5vw;
}

.p-detail-plan__btnStop {
  border: solid 1px #9d9d9d;
  background-color: #f2f0f0;
  font-weight: bold;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
  width: 60vw;
  height: 12vw;
  padding: 0 0 0 4.5vw;
  border-radius: .75vw;
}

.p-detail-plan__btnStop:before {
  content: "";
  display: block;
  width: 11px;
  height: 11px;
  background: url("../../img/front/common/icon_stop.svg") no-repeat 0 0/contain;
  margin-right: 12.5px;
}

.p-detail-option__item:not(:last-of-type) {
  margin: 0 0 2.5vw;
}

.p-detail-option__content {
  position: relative;
}

.p-detail-option__content.is-active:before {
  content: "選択中";
  position: absolute;
  background: url("../../img/front/common/icon_serif_y_sp.svg") no-repeat 0 0/contain;
  font-weight: bold;
  left: 2.5vw;
  top: -8.25vw;
  width: 15vw;
  height: 7.5vw;
  text-align: center;
  font-size: 10px;
  font-size: 1rem;
}

.p-detail-option__content.is-active:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border: 5px solid #edcf28;
  border-radius: 5px;
  pointer-events: none;
}

.p-detail-option-header {
  background: #fff;
  border-radius: 5px 5px 0 0;
  border-bottom: 0;
}

.p-detail-option-footer {
  background-color: #f8f8f8;
  font-size: clamp(10px,3vw,12px);
}

.p-detail-option-footer__item {
  padding: 2.5vw;
  border-top: solid 1px #e2e2e2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.p-detail-option__select {
  width: 30vw;
  margin: 0 0 0 2.5vw;
}

.p-detail-option__btn {
  margin: 5vw auto 0;
}

.p-detailGroupSynthesis__lead {
  font-size: clamp(11px,3.5vw,14px);
  margin-bottom: 5vw;
}

.p-income-plan__table {
  border-top: 1px solid #d6d6d6;
}

.p-income-plan__table .p-detail-plan__th {
  text-align: center;
  line-height: 1.3;
  font-weight: bold;
  padding: 0;
  font-size: clamp(11px,3.5vw,14px);
}

.p-income-plan__table .p-detail-plan__th ._small {
  font-weight: normal;
  font-size: clamp(11px,3.5vw,14px);
}

.p-income-plan__table .p-detail-plan__td {
  font-size: clamp(11px,3.5vw,14px);
  text-align: left;
}

.p-income-plan__select {
  margin-right: 0;
}

.p-income-plan__select .c-select__item {
  background-color: #fffeed;
}

.p-income-plan__list {
  margin-top: 3vw;
}

.p-jaldanpo-mv {
  margin-bottom: 20px;
}

.p-jaldanpo-link {
  color: #195ecc;
  text-decoration: none;
  cursor: pointer;
}

.p-jaldanpo-body {
  background-color: #f7f7f7;
  padding: 7.5vw;
  margin-bottom: 0;
}

.p-jaldanpo-body__label {
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: bold;
}

.p-jaldanpo-body__input {
  width: 100%;
  background: #fff;
  height: 10vw;
  margin: 2.5vw 0 7.5vw;
}

.p-jaldanpo-body__btn {
  background-color: #bb271a;
  color: #fff;
  width: 100%;
  max-width: initial;
  height: 11.5vw;
  max-height: 46px;
}

.p-list-header {
  background: url("../../img/front/list/bg_header_sp.png") no-repeat 50% 50%/cover;
}

.p-list-header__title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  font-weight: bold;
  color: #fff;
  height: 25vw;
}

.p-list-lead {
  background-color: #f8f8f8;
  margin: 5vw 2.5vw 3.75vw;
  padding: 5vw 2.5vw 3.75vw;
  border-radius: .75vw;
}

.p-list-lead__txt {
  line-height: 1.64;
}

.p-list-lead__txt:not(:last-of-type) {
  margin-bottom: 5vw;
}

.p-list-clm {
  margin: 0 0 17.5vw;
}

.p-list-anchor {
  background-color: #ebebeb;
  padding: 2.5vw;
  border-radius: 1.25vw;
  margin-bottom: 9vw;
}

.p-list-anchor__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  border-radius: 1.25vw;
  background: #fff;
}

.p-list-anchor__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 50%;
  height: 12vw;
  text-align: center;
}

.p-list-anchor__link {
  color: #2d74ba;
  text-decoration: underline;
}

.p-list-section:not(:last-of-type) {
  margin-bottom: 11.25vw;
}

.p-list-section__lead {
  margin-bottom: 5vw;
}

.p-list-planlist {
  background-color: #f8f8f8;
}

.p-list-planlist__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  position: relative;
  border: solid .5vw #f2f2f2;
  padding: 4.5vw 2.5vw;
}

.p-list-planlist__item:not(:last-of-type) {
  margin-bottom: 2.5vw;
}

.p-list-planlist__item.is-joined:before {
  content: "";
  position: absolute;
  left: -1px;
  top: -1px;
  right: -1px;
  bottom: -1px;
  border-width: 1vw;
  border-style: solid;
  border-color: #038878;
  pointer-events: none;
}

.p-list-planlist__item.is-joined .p-list-planlist__btn {
  background-color: #038878;
  border: 0;
  color: #fff;
  -webkit-box-shadow: 0 4px 0 0 #037265;
  box-shadow: 0 4px 0 0 #037265;
}

.p-list-planlist__item.is-selected:before {
  content: "";
  display: block;
  position: absolute;
  left: -1px;
  top: -1px;
  right: -1px;
  bottom: -1px;
  border-width: 1vw;
  border-style: solid;
  border-color: #edcf28;
  pointer-events: none;
}

.p-list-planlist__icon {
  position: absolute;
  font-size: clamp(10px,3vw,12px);
}

.p-list-planlist__icon ._icon {
  padding: 0 2.5vw;
  position: relative;
}

.p-list-planlist__icon ._icon:not(:last-of-type) {
  margin: 0 1vw 0 0;
}

.p-list-planlist__icon .--joined,
.p-list-planlist__icon .--selected,
.p-list-planlist__icon .--reco {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #038878;
  color: #fff;
  font-weight: bold;
  width: 27.500000000000004vw;
  height: 6vw;
  border-radius: 1.25vw;
}

.p-list-planlist__icon .--joined:after,
.p-list-planlist__icon .--selected:after,
.p-list-planlist__icon .--reco:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 2.75vw 1.75vw 0 1.75vw;
  border-color: #038878 transparent transparent transparent;
  position: absolute;
}

.p-list-planlist__icon .--selected {
  background-color: #edcf28;
  color: #1f1f1f;
}

.p-list-planlist__icon .--selected:after {
  border-color: #edcf28 transparent transparent transparent;
}

.p-list-planlist__icon .--reco {
  background-color: #d86868;
}

.p-list-planlist__icon .--reco:after {
  border-color: #d86868 transparent transparent transparent;
}

.p-list-planlist__label {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  font-size: 10px;
  font-size: 1rem;
  line-height: 4vw;
  color: #fff;
  width: 13.5vw;
  height: 11vw;
  left: 0;
  margin-right: 1.25vw;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.p-list-planlist__label--basic {
  background-color: #2b845b;
}

.p-list-planlist__label--option {
  background-color: #208dc6;
}

.p-list-planlist__name {
  font-weight: bold;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.p-list-planlist-info__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  white-space: nowrap;
}

.p-list-planlist__code {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

.p-list-planlist__count {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

.p-list-planlist__btn {
  margin: 0 0 0 auto;
  border: solid 1px #ccc;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: bold;
  width: 100%;
  height: 12vw;
  border-radius: 1.25vw;
  cursor: pointer;
  -webkit-box-flex: 3;
  -webkit-flex: 3 1 100%;
  -ms-flex: 3 1 100%;
  flex: 3 1 100%;
}

.p-list-planlist__btn.is-disabled {
  background-color: #dbdbdb;
  color: #7c7c7c;
  border: 0;
  cursor: auto;
}

.p-list-planlist-fee {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.p-list-planlist-fee__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: solid 1px #989898;
  width: 75vw;
  height: 15vw;
  border-radius: 2.5vw;
  padding: 0 3.75vw;
}

.p-list-planlist-fee__price {
  font-size: clamp(12px,4vw,16px);
}

.p-list-planlist-fee__price ._strong {
  font-size: clamp(15px,6vw,24px);
}

.p-login-table {
  border-top: 1px solid #d6d6d6;
  width: 100%;
  margin-bottom: 60px;
}

.p-login-table__th {
  border-bottom: 1px solid #d6d6d6;
  font-weight: bold;
  background: #fafafb;
  font-size: clamp(12px,4vw,16px);
}

.p-login-table__td {
  border-bottom: 1px solid #d6d6d6;
  line-height: 1.6;
  padding: 20px 10px;
}

.p-login-list-note {
  margin-bottom: 16px;
}

.p-login-pamphlet .c-pamphlet {
  margin-bottom: 60px;
}

.p-login-pamphlet .c-pamphlet__title {
  font-size: clamp(12px,4vw,16px);
  text-align: center;
  font-weight: bold;
  margin-bottom: 10px;
}

.c-login {
  background-color: #f7f7f7;
  padding: 10px;
  margin-bottom: 32px;
}

.c-login-body {
  background-color: #fff;
  margin: 0 auto;
  padding: 7.5vw;
}

.c-login-links__item:not(:last-of-type) {
  margin-bottom: 15px;
}

.p-officeSelect-search {
  background-color: #f4f7f6;
  padding: 7.5vw;
  margin-bottom: 7.5vw;
}

.p-officeSelect-search__label {
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: bold;
}

.p-officeSelect-search__input {
  width: 100%;
  background: #fff;
  height: 10vw;
  margin: 2.5vw 0 2.5vw;
}

.p-officeSelect-search__btn {
  background-color: #446bc1;
  color: #fff;
  width: 100%;
  max-width: initial;
  height: 11.5vw;
  max-height: 46px;
}

.p-officeSelect-table {
  width: 100%;
  border-top: 1px solid #d6d6d6;
  margin-bottom: 13.25vw;
  font-size: clamp(10px,3vw,12px);
}

.p-officeSelect-table__th {
  color: #838383;
  font-weight: normal;
  background: #fafafb;
}

.p-officeSelect-table__td--code {
  text-align: center;
  border-bottom: 1px solid #d6d6d6;
}

.p-officeSelect-table__td--name {
  border-left: 0;
  text-align: left;
  border-bottom: 1px solid #d6d6d6;
}

.p-officeSelect-table__link {
  text-decoration: underline;
  color: #1f1f1f;
}

.p-beforeLogin-mv {
  margin-bottom: 30px;
}

.p-beforeLogin-frame {
  margin-bottom: 40px;
}

.p-beforeLogin-table {
  margin-top: 2.5vw;
}

.p-passwordEntry-table {
  margin-top: 37px;
}

.p-mailEntry-table {
  margin-bottom: 39.5px;
}

.p-mailEntry-frame {
  margin-bottom: 60px;
}

.p-mailComplete-list-note {
  margin-bottom: 40px;
}

.p-mailComplete-table {
  margin-bottom: 15vw;
}

.p-IDReissue__lead {
  margin-bottom: 18.5px;
}

.p-middlename-header__title {
  font-size: clamp(14px,4.5vw,18px);
  text-align: center;
  margin-bottom: 19px;
}

.p-middlename-header__lead {
  margin-bottom: 2.75vw;
  font-size: clamp(11px,3.5vw,14px);
}

.p-input__table {
  margin-bottom: 12.5vw;
}

.p-explanation {
  background-color: #f8f8f8;
  padding: 6.25vw 2.5vw;
  margin: -5vw -2.5vw 8.75vw;
  border-top: solid 1px #d6d6d6;
  border-bottom: solid 1px #d6d6d6;
}

.p-explanation-list-point {
  margin: 5vw 0;
}

.p-explanation__footer {
  margin-bottom: 10vw;
}

.p-explanation-pdf {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.p-explanation-pdf__item .c-btn--pdf,
.p-explanation-pdf__item .c-btn--pdf-check {
  font-size: 11.5px;
}

.p-explanation-note {
  text-align: center;
  margin-bottom: 5vw;
}

.p-info__note {
  border: solid 1px #d6d6d6;
  background-color: #f8f8f8;
  margin: 0 0 12.5vw;
  padding: 2.5vw;
}

.p-info-section__title {
  font-size: clamp(16px,5vw,20px);
}

.p-info-table {
  border-collapse: collapse;
  width: 100%;
}

.p-info-table:not(:last-of-type) {
  margin-bottom: 5vw;
}

.p-info-table__head {
  border-top: 5px solid #d6d6d6;
}

.p-info-table__caption {
  background: #f2f2f4;
  border-bottom: 1px solid #d6d6d6;
  font-size: clamp(12px,4vw,16px);
  padding: 2.5vw 3.75vw;
  text-align: left;
}

.p-info-table__th1,
.p-info-table__th2,
.p-info-table__th3 {
  background-color: #fafafb;
  border-bottom: 1px solid #d6d6d6;
  line-height: 1.3;
}

.p-info-table__td1,
.p-info-table__td2,
.p-info-table__td3 {
  border-bottom: 1px solid #d6d6d6;
  line-height: 1.3;
}

.p-info-table__td1.is-changed,
.p-info-table__td2.is-changed,
.p-info-table__td3.is-changed {
  color: #f00;
}

.p-info-table__td1 {
  background: #f5f5f5;
}

.p-info-toggle {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
  margin-top: 6.25vw;
}

.p-info-toggle:before {
  content: "";
  display: inline-block;
  background: url("../../img/front/common/icon_plus.svg") no-repeat 0 0/contain;
  -webkit-transition: -webkit-transform .3s ease;
  transition: -webkit-transform .3s ease;
  transition: transform .3s ease;
  transition: transform .3s ease, -webkit-transform .3s ease;
  width: 3.575vw;
  height: 3.575vw;
  margin: 0 5vw 0 0;
}

.p-info-toggle.is-active:before {
  -webkit-transform: rotate(225deg);
  transform: rotate(225deg);
}

.p-complete__title {
  text-align: center;
  margin: 7.5vw 0 4.5vw;
  font-size: clamp(12px,4vw,16px);
  line-height: 1.7;
}

.p-complete__body {
  text-align: center;
  line-height: 1.7;
  margin-bottom: 7.5vw;
}

.p-mypage-btns {
  border-radius: 1.25vw;
  background-color: #f8f8f8;
  padding: 5vw 0;
  margin: 0 0 11.25vw;
}

.p-mypage__btn--arrow {
  border-color: #b4b4b4;
  color: #1f1f1f;
}

.p-mypage__btn--arrow:before {
  content: "";
  display: inline-block;
  background: url("../../img/front/common/icon_arrow.svg") no-repeat 0 0/contain;
  width: 2.25vw;
  height: 4vw;
  margin-right: 2.5vw;
}

.p-mypage__btn--frame {
  border-color: #b4b4b4;
  color: #1f1f1f;
}

.p-mypage__btn--cancel {
  width: 85vw;
}

.p-mypage__btn--customer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  border-radius: 3px;
  border: solid 2px #ff2727;
  background-color: #fff;
  color: #ff2727;
}

.p-mypage__btn--customer:after {
  content: "";
  display: block;
  background: url("../../img/front/common/icon_blank.svg") no-repeat 0 0/contain;
  width: 12.5px;
  height: 12.5px;
  margin-left: 10px;
}

.p-save-header {
  text-align: center;
  font-weight: bold;
  margin: 10vw 0 5vw;
}

.p-save-header__title {
  font-size: clamp(12px,4vw,16px);
  margin-bottom: 5vw;
}

.p-save-header__lead {
  color: #ea1c1c;
}

.p-save-box {
  border: solid .5px #d6d6d6;
  background-color: #f6f6f6;
  text-align: center;
  width: 90vw;
  margin: 0 auto 7.5vw;
  padding: 5vw 10vw;
}

.p-disease-header__title {
  line-height: 1.7;
  font-size: clamp(11px,3.5vw,14px);
  margin-bottom: 2.5vw;
}

.p-disease-header__lead {
  font-size: clamp(11px,3.5vw,14px);
  margin-bottom: 5vw;
}

.p-disease-alert {
  border-radius: 2px;
  border: solid 1px #ff0505;
  background-color: #ffe8e8;
  font-weight: bold;
  color: #eb0505;
  width: 77.5vw;
  padding: 2.5vw 6.25vw;
}

.p-disease-box:not(:last-of-type) {
  margin-bottom: 1px;
}

.p-disease-box:last-of-type {
  margin-bottom: 3.75vw;
}

.p-disease-box-header {
  background-color: #00665a;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  font-weight: normal;
  height: 15vw;
  padding: 0 2.5vw;
}

.p-disease-box-header__btn {
  margin: 0 0 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 3px;
  -webkit-box-shadow: 0 2px 3px 0 rgba(0,0,0,0.16);
  box-shadow: 0 2px 3px 0 rgba(0,0,0,0.16);
  border: solid 1px #7e6262;
  background-color: #fff;
  color: #1f1f1f;
  font-size: clamp(10px,3vw,12px);
  width: 14.000000000000002vw;
  height: 9vw;
  cursor: pointer;
}

.p-disease-box-header__label {
  border: 1px solid #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  min-width: 23px;
  min-height: 23px;
  width: 8.5vw;
  height: 8.5vw;
  font-size: clamp(11px,3.5vw,14px);
}

.p-disease-box-header__label:not(:last-of-type) {
  margin-right: 2px;
}

.p-disease-box-header__title {
  position: absolute;
  font-size: clamp(12px,4vw,16px);
  left: 25vw;
}

.p-disease-list {
  display: none;
}

.p-disease-list-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  border-left: 1px solid #d6d6d6;
  border-right: 1px solid #d6d6d6;
}

.p-disease-list-header__title {
  background-color: #f8f8f8;
  font-weight: bold;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: calc(100% - 25vw);
}

.p-disease-list__body {
  line-height: 1.7;
  padding: 3.75vw;
}

.p-disease-checkbox {
  border-right: 1px solid #d6d6d6;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  width: 25vw;
}

.p-disease-checkbox .c-checkbox__input:checked + .c-checkbox__label:after {
  content: "選択中";
  color: #1f1f1f;
}

.p-disease-checkbox .c-checkbox__label {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.p-disease-checkbox .c-checkbox__label:after {
  content: "選択する";
  margin-top: .5vw;
}

.p-disease-textarea {
  width: 100%;
  border: solid 1px #eee;
  background-color: #f5f5f5;
  padding: 2vw;
  height: 35vw;
  margin-bottom: 2.5vw;
}

.p-disease-textarea__label {
  display: block;
  font-weight: bold;
  margin-bottom: 2.5vw;
}

.p-disease__footer {
  margin-bottom: 11.25vw;
}

.p-improvement-select-section {
  margin: 9vw 0 10vw;
}

.p-improvement-select-section__lead {
  margin: 0 0 6.25vw;
  font-size: clamp(13px,4vw,16px);
}

.p-improvement-select-table {
  border-left: 1px solid #d6d6d6;
  border-top: 1px solid #d6d6d6;
  width: 100%;
  margin-bottom: 2vw;
}

.p-improvement-select-table__th {
  text-align: left;
  font-weight: bold;
  line-height: 1.125;
  background-color: #f5f5f5;
  border-right: 1px solid #d6d6d6;
  border-bottom: 1px solid #d6d6d6;
  padding: 2vw 5vw;
  width: 50%;
}

.p-improvement-select-table__th.--secondary {
  background-color: #fafafb;
}

.p-improvement-select-table__td {
  text-align: left;
  border-right: 1px solid #d6d6d6;
  border-bottom: 1px solid #d6d6d6;
  padding: 2vw 5vw;
  word-break: break-all;
}

.p-improvement-select-table__text {
  max-width: 265px;
  width: auto;
}

.p-improvement-select-radio__label--check:before {
  position: relative !important;
}

.p-improvement-select__text--error {
  text-align: center;
  color: #eb0505;
  margin-top: 60px;
}

.p-select__title {
  margin: 5vw 0 1.25vw;
  font-size: clamp(12px,4vw,16px);
}

.p-select__lead {
  margin-bottom: 8.75vw;
}

.p-select-table {
  border-top: 1px solid #d9d9d9;
}

.p-select-table__tr {
  background-image: -webkit-linear-gradient(left,#d9d9d9,#d9d9d9 3px,transparent 1px,transparent 8px);
  background-image: linear-gradient(to right,#d9d9d9,#d9d9d9 3px,transparent 1px,transparent 8px);
  background-size: 8px 1px;
  background-position: left bottom;
  background-repeat: repeat-x;
}

.p-select-table__tr--check {
  background-image: none;
  border-bottom: 1px solid #d9d9d9;
}

.p-select-table__th {
  background-image: -webkit-linear-gradient(left,#d9d9d9,#d9d9d9 3px,transparent 1px,transparent 8px);
  background-image: linear-gradient(to right,#d9d9d9,#d9d9d9 3px,transparent 1px,transparent 8px);
  background-size: 8px 1px;
  background-position: left bottom;
  background-repeat: repeat-x;
  background-color: #fafafb;
  text-align: center;
}

.p-select-table__th--line {
  background-image: none;
  border-bottom: 1px solid #d9d9d9;
}

.p-select-table__td {
  border-left: 1px solid #d9d9d9;
  text-align: center;
}

.p-select-table__td--line {
  background-image: none;
  border-bottom: 1px solid #d9d9d9;
}

.p-select-table__td--px10 {
  padding-left: 10px !important;
  padding-right: 10px !important;
}

.p-select__name {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: bold;
}

.p-select__price {
  font-size: clamp(12px,4vw,16px);
}

.p-select__price ._strong {
  font-size: clamp(16px,5vw,20px);
}

.p-select-fee {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.p-select-fee__price {
  width: 15vw;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 15vw;
  -ms-flex: 0 0 15vw;
  flex: 0 0 15vw;
  text-align: right;
}

.p-select-checkbox {
  position: relative;
  cursor: pointer;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.p-select-checkbox__input {
  display: none;
}

.p-select-checkbox__input:checked + .p-select-checkbox__label {
  background: #00665a;
  color: #fff;
}

.p-select-checkbox__input:checked + .p-select-checkbox__label:before {
  background: url("../../img/front/select/icon_checkbox_checked.svg") no-repeat 0 0/contain;
}

.p-select-checkbox__input:checked + .p-select-checkbox__label:after {
  content: "選択中";
}

.p-select-checkbox__input:disabled + .p-select-checkbox__label {
  background-color: #f1f1f1;
}

.p-select-checkbox__input:disabled:checked + .p-select-checkbox__label {
  border-color: #c1c1c1;
}

.p-select-checkbox__input:disabled:checked + .p-select-checkbox__label:before {
  border-color: #ccc;
}

.p-select-checkbox__label {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: left;
  -webkit-justify-content: left;
  -ms-flex-pack: left;
  justify-content: left;
  width: 160px;
  height: 60px;
  padding-left: 24px;
  background: #f0f0f0;
  border-radius: 3px;
  position: relative;
}

.p-select-checkbox__label:before {
  content: "";
  display: block;
  width: 32px;
  height: 32px;
  background: url("../../img/front/common/icon_checkbox.svg") no-repeat 0 0/contain;
  margin-right: 12px;
}

.p-select-checkbox__label:after {
  content: "選択する";
}

.p-select-btns {
  margin: 10vw 0 17.5vw;
}

.p-top-mv {
  position: relative;
  padding: 5vw 0 0;
}

.p-top-mv .slick-arrow {
  position: absolute;
  z-index: 2;
  width: 8vw;
  height: 8vw;
  top: calc(50% - 3.90625vw);
}

.p-top-mv .slick-prev {
  background: url("../../img/front/top/arrow_prev.svg") no-repeat 0 0/contain;
  left: 1vw;
}

.p-top-mv .slick-next {
  background: url("../../img/front/top/arrow_next.svg") no-repeat 0 0/contain;
  right: 1vw;
}

.p-top-mv .slick-dots {
  text-align: center;
  margin-top: 5vw;
  height: 2.5vw;
  max-height: 10px;
}

.p-top-mv .slick-dots li {
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 100%;
  border: 1px solid #707070;
  background-color: #fff;
  margin: 0 10px;
}

.p-top-mv .slick-dots li.slick-active {
  background-color: #013d36;
}

.p-top-info {
  padding: 8.75vw 0 5vw;
}

.p-top-info__title {
  font-size: clamp(11px,3.5vw,14px);
}

.p-top-info__txt {
  line-height: 1.71;
}

.p-top-info__txt:not(:last-of-type) {
  margin-bottom: 5vw;
}

.p-top-fee {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fafafa;
  width: 75vw;
  height: 15vw;
  padding: 0 5vw;
  border-radius: 2.5vw;
  border: solid 1px #ebebeb;
  background-color: #fafafa;
  max-width: 300px;
  max-height: 60px;
}

.p-top-fees {
  margin: 5vw auto 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 75vw;
}

.p-top-fees__item:not(:last-of-type) {
  margin: 0 0 2.5vw;
}

.p-top-list {
  background-color: #f7f7f7;
  padding: 4.5vw 0 4vw;
}

.p-top-list__lead {
  font-size: clamp(11px,3.5vw,14px);
  margin-bottom: 4.75vw;
}

.p-top-list__lead ._strong {
  display: inline-block;
  font-size: clamp(14px,4.5vw,18px);
}

.p-top-list__item {
  border-radius: 5px;
  -webkit-box-shadow: 0 3px 6px 0 rgba(0,0,0,0.16);
  box-shadow: 0 3px 6px 0 rgba(0,0,0,0.16);
  background-color: #fff;
}

.p-top-list__item:not(:last-of-type) {
  margin-bottom: 7.5vw;
}

.p-top-list__item:last-of-type {
  margin-bottom: 2.5vw;
}

.p-top-list-header {
  padding: 6vw 0 5vw;
}

.p-top-list-header-fee {
  font-weight: bold;
}

.p-top-list-header-fee__price {
  font-size: clamp(12px,3vw,16px);
}

.p-top-list-header-fee__price ._strong {
  font-size: clamp(14px,3.5vw,18px);
}

.p-top-list-header__title {
  font-size: clamp(12px,4vw,16px);
  margin: 0 0 4.75vw;
}

.p-top-list-header__toggle {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 3px;
  -webkit-box-shadow: 0 2px 3px 0 rgba(0,0,0,0.16);
  box-shadow: 0 2px 3px 0 rgba(0,0,0,0.16);
  border: solid .5px #7e6262;
  background-color: #fff;
  font-size: 12px;
  font-size: 1.2rem;
  cursor: pointer;
  width: 25vw;
  height: 11vw;
  margin: 0 auto;
}

.p-top-list-body {
  border-top: 3px solid #00665a;
  padding: 6.7vw 2.5vw 6.375vw;
}

.p-top-list-person {
  border-top: 1px solid #777;
}

.p-top-list-person__item {
  border-bottom: 1px solid #777;
}

.p-top-list-person__name {
  text-align: center;
}

.p-top-list-plan {
  padding: 5vw 0;
}

.p-top-list-plan__item:not(:last-of-type) {
  margin-bottom: 2.5vw;
}

.p-top-list-plan__item__header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.p-top-list-plan__item__footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #f4f4f4;
  padding: 1.25vw 2.5vw;
}

.p-top-list-plan__label {
  width: 64px;
  height: 40px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 10px;
  font-size: 1rem;
  text-align: center;
  color: #fff;
  line-height: 1.2;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 64px;
  -ms-flex: 0 0 64px;
  flex: 0 0 64px;
}

.p-top-list-plan__label--basic {
  background-color: #2b845b;
}

.p-top-list-plan__label--option {
  background-color: #208dc6;
}

.p-top-list-plan__name {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

.p-top-list-plan__code {
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
}

.p-top-list-plan__price {
  margin: 0 10px 0 auto;
  font-weight: bold;
}

.p-top-list-plan__payment {
  font-size: 10px;
  font-size: 1rem;
  width: 40px;
  height: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 3px;
  border: solid .5px #dedede;
  background-color: #fff;
  margin: 0;
  white-space: nowrap;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 40px;
  -ms-flex: 0 0 40px;
  flex: 0 0 40px;
}

.p-top-footer {
  padding: 12.5vw 0 50vw;
}

.p-top-floating-body__title {
  font-weight: bold;
  font-size: clamp(11px,3.5vw,14px);
  margin-bottom: 1.25vw;
}

.p-top-floating-body__title ._alert {
  color: #ff0505;
  display: inline-block;
}

.p-top-floating-body__txt {
  font-size: clamp(10px,3vw,12px);
}

.p-top-floating-btns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.p-top-floating__btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  border: solid 1px #fff;
  background-color: #195049;
  width: 100%;
  height: 15vw;
  max-height: 60px;
  font-size: clamp(10px,2.75vw,11px);
  padding: 2.3vw 0 .75vw;
  border-radius: 1.5vw;
  border-bottom: 1vw solid #0e3c37;
  -webkit-box-shadow: 0 3px 6px 0 rgba(0,0,0,0.16);
  box-shadow: 0 3px 6px 0 rgba(0,0,0,0.16);
}

.p-top-floating__btn:before {
  content: "";
  display: block;
  margin-bottom: 1.25vw;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 5vw;
  -ms-flex: 0 0 5vw;
  flex: 0 0 5vw;
}

.p-top-floating__btn--mypage:before {
  background: url("../../img/front/top/icon_mypage.svg") no-repeat 50% 0/contain;
  width: 6.5vw;
  height: 6.5vw;
  max-width: 26px;
  max-height: 26px;
}

.p-top-floating__btn--continuation:before {
  background: url("../../img/front/top/icon_continuation.svg") no-repeat 80% 0/contain;
  width: 9vw;
  height: 6.5vw;
  max-width: 36px;
  max-height: 26px;
}

.p-top-floating__btn--continuation.is-disabled:before,
.p-top-floating__btn--continuation:disabled:before {
  background: url("../../img/front/top/icon_continuation_gr.svg") no-repeat 50% 0/contain;
}

.p-top-floating__btn--donot:before {
  background: url("../../img/front/top/icon_cross.svg") no-repeat 50% 0/contain;
  width: 5vw;
  height: 5vw;
  max-width: 20px;
  max-height: 20px;
}

.p-top-floating__btn--donot.is-disabled:before,
.p-top-floating__btn--donot:disabled:before {
  background: url("../../img/front/top/icon_cross_gr.svg") no-repeat 50% 0/contain;
}

.p-top-floating__btn--procedure {
  background-color: #d03d3d;
  border-bottom: 1vw solid #881212;
}

.p-top-floating__btn--procedure:before {
  background: url("../../img/front/top/icon_procedure.svg") no-repeat 50% 0/contain;
  width: 5vw;
  height: 5vw;
  max-width: 20px;
  max-height: 20px;
}

.p-top-floating__btn--procedure.is-disabled:before,
.p-top-floating__btn--procedure:disabled:before {
  background: url("../../img/front/top/icon_procedure_gr.svg") no-repeat 50% 0/contain;
}

.p-top-floating__btn.is-disabled,
.p-top-floating__btn:disabled {
  background-color: #dbdbdb;
  color: #7c7c7c;
  border: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  cursor: default;
  pointer-events: none;
}

@media screen and (min-width:410px) {
  .p-list-planlist__label {
    width: 54px;
    height: 44px;
    margin-right: 5px;
  }
}

@media screen and (min-width:500px) {
  .p-list-planlist__label {
    margin-right: 10px;
  }

  .p-list-planlist__name {
    margin-right: 10px;
  }

  .p-list-planlist__code {
    margin-right: 10px;
  }
}

@media screen and (min-width:600px) {
  .c-btns {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .c-btns__item {
    margin: 0 15px;
  }
}

@media screen and (min-width:650px) {
  .p-top-fees {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    width: auto;
  }

  .p-top-fees__item:not(:last-of-type) {
    margin: 0 10px 0 0;
  }
}

@media screen and (min-width:768px) {
  body {
    font-size: calc( 12px + ( ( 1vw - 7.68px ) * 0.390625) );
  }

  .view-sp {
    display: none !important;
  }

  .u-fs22 {
    font-size: calc( 18px + ( ( 1vw - 7.68px ) * 0.78125) );
  }

  .u-fs20 {
    font-size: calc( 16px + ( ( 1vw - 7.68px ) * 0.78125) );
  }

  .u-fs18 {
    font-size: calc( 16px + ( ( 1vw - 7.68px ) * 0.390625) );
  }

  .u-fs16 {
    font-size: calc( 14px + ( ( 1vw - 7.68px ) * 0.390625) );
  }

  .u-fs14 {
    font-size: calc( 12px + ( ( 1vw - 7.68px ) * 0.390625) );
  }

  .u-fs12 {
    font-size: calc( 10px + ( ( 1vw - 7.68px ) * 0.390625) );
  }

  .u-link--pdf {
    padding: 0 35px 0 0;
  }

  .u-link--pdf:after {
    margin: 0 0 0 .234375vw;
    width: 2.5vw;
    min-width: 26px;
  }

  .u-heading-h1 {
    font-size: calc( 18px + ( ( 1vw - 7.68px ) * 1.171875) );
  }

  .u-mb12 {
    margin-bottom: .9375vw;
  }

  .u-mb18 {
    margin-bottom: 1.40625vw;
  }

  .u-mb24 {
    margin-bottom: 1.875vw;
  }

  .u-mt5 {
    margin-top: .390625vw !important;
  }

  .u-mt10 {
    margin-top: .78125vw !important;
  }

  .u-mt15 {
    margin-top: 1.171875vw !important;
  }

  .u-mt20 {
    margin-top: 1.5625vw !important;
  }

  .u-mt25 {
    margin-top: 1.953125vw !important;
  }

  .u-mt30 {
    margin-top: 2.34375vw !important;
  }

  .u-mt35 {
    margin-top: 2.734375vw !important;
  }

  .u-mt40 {
    margin-top: 3.125vw !important;
  }

  .u-mt45 {
    margin-top: 3.515625vw !important;
  }

  .u-mt50 {
    margin-top: 3.90625vw !important;
  }

  .u-mt55 {
    margin-top: 4.296875vw !important;
  }

  .u-mt60 {
    margin-top: 4.6875vw !important;
  }

  .u-mt65 {
    margin-top: 5.078125vw !important;
  }

  .u-mt70 {
    margin-top: 5.46875vw !important;
  }

  .u-mt75 {
    margin-top: 5.859375vw !important;
  }

  .u-mt80 {
    margin-top: 6.25vw !important;
  }

  .u-mt85 {
    margin-top: 6.640625vw !important;
  }

  .u-mt90 {
    margin-top: 7.03125vw !important;
  }

  .u-mt95 {
    margin-top: 7.421875vw !important;
  }

  .u-mt100 {
    margin-top: 7.8125vw !important;
  }

  .u-mt105 {
    margin-top: 8.203125vw !important;
  }

  .u-mt110 {
    margin-top: 8.59375vw !important;
  }

  .u-mt115 {
    margin-top: 8.984375vw !important;
  }

  .u-mt120 {
    margin-top: 9.375vw !important;
  }

  .u-mt125 {
    margin-top: 9.765625vw !important;
  }

  .u-mt130 {
    margin-top: 10.15625vw !important;
  }

  .u-mt135 {
    margin-top: 10.546875vw !important;
  }

  .u-mt140 {
    margin-top: 10.9375vw !important;
  }

  .u-mt145 {
    margin-top: 11.328125vw !important;
  }

  .u-mt150 {
    margin-top: 11.71875vw !important;
  }

  .u-mb5 {
    margin-bottom: .390625vw !important;
  }

  .u-mb10 {
    margin-bottom: .78125vw !important;
  }

  .u-mb15 {
    margin-bottom: 1.171875vw !important;
  }

  .u-mb20 {
    margin-bottom: 1.5625vw !important;
  }

  .u-mb25 {
    margin-bottom: 1.953125vw !important;
  }

  .u-mb30 {
    margin-bottom: 2.34375vw !important;
  }

  .u-mb35 {
    margin-bottom: 2.734375vw !important;
  }

  .u-mb40 {
    margin-bottom: 3.125vw !important;
  }

  .u-mb45 {
    margin-bottom: 3.515625vw !important;
  }

  .u-mb50 {
    margin-bottom: 3.90625vw !important;
  }

  .u-mb55 {
    margin-bottom: 4.296875vw !important;
  }

  .u-mb60 {
    margin-bottom: 4.6875vw !important;
  }

  .u-mb65 {
    margin-bottom: 5.078125vw !important;
  }

  .u-mb70 {
    margin-bottom: 5.46875vw !important;
  }

  .u-mb75 {
    margin-bottom: 5.859375vw !important;
  }

  .u-mb80 {
    margin-bottom: 6.25vw !important;
  }

  .u-mb85 {
    margin-bottom: 6.640625vw !important;
  }

  .u-mb90 {
    margin-bottom: 7.03125vw !important;
  }

  .u-mb95 {
    margin-bottom: 7.421875vw !important;
  }

  .u-mb100 {
    margin-bottom: 7.8125vw !important;
  }

  .u-mb105 {
    margin-bottom: 8.203125vw !important;
  }

  .u-mb110 {
    margin-bottom: 8.59375vw !important;
  }

  .u-mb115 {
    margin-bottom: 8.984375vw !important;
  }

  .u-mb120 {
    margin-bottom: 9.375vw !important;
  }

  .u-mb125 {
    margin-bottom: 9.765625vw !important;
  }

  .u-mb130 {
    margin-bottom: 10.15625vw !important;
  }

  .u-mb135 {
    margin-bottom: 10.546875vw !important;
  }

  .u-mb140 {
    margin-bottom: 10.9375vw !important;
  }

  .u-mb145 {
    margin-bottom: 11.328125vw !important;
  }

  .u-mb150 {
    margin-bottom: 11.71875vw !important;
  }

  .u-mr5 {
    margin-right: .390625vw !important;
  }

  .u-mr10 {
    margin-right: .78125vw !important;
  }

  .u-mr15 {
    margin-right: 1.171875vw !important;
  }

  .u-mr20 {
    margin-right: 1.5625vw !important;
  }

  .u-mr25 {
    margin-right: 1.953125vw !important;
  }

  .u-mr30 {
    margin-right: 2.34375vw !important;
  }

  .u-mr35 {
    margin-right: 2.734375vw !important;
  }

  .u-mr40 {
    margin-right: 3.125vw !important;
  }

  .u-mr45 {
    margin-right: 3.515625vw !important;
  }

  .u-mr50 {
    margin-right: 3.90625vw !important;
  }

  .u-mr55 {
    margin-right: 4.296875vw !important;
  }

  .u-mr60 {
    margin-right: 4.6875vw !important;
  }

  .u-mr65 {
    margin-right: 5.078125vw !important;
  }

  .u-mr70 {
    margin-right: 5.46875vw !important;
  }

  .u-mr75 {
    margin-right: 5.859375vw !important;
  }

  .u-mr80 {
    margin-right: 6.25vw !important;
  }

  .u-mr85 {
    margin-right: 6.640625vw !important;
  }

  .u-mr90 {
    margin-right: 7.03125vw !important;
  }

  .u-mr95 {
    margin-right: 7.421875vw !important;
  }

  .u-mr100 {
    margin-right: 7.8125vw !important;
  }

  .u-mr105 {
    margin-right: 8.203125vw !important;
  }

  .u-mr110 {
    margin-right: 8.59375vw !important;
  }

  .u-mr115 {
    margin-right: 8.984375vw !important;
  }

  .u-mr120 {
    margin-right: 9.375vw !important;
  }

  .u-mr125 {
    margin-right: 9.765625vw !important;
  }

  .u-mr130 {
    margin-right: 10.15625vw !important;
  }

  .u-mr135 {
    margin-right: 10.546875vw !important;
  }

  .u-mr140 {
    margin-right: 10.9375vw !important;
  }

  .u-mr145 {
    margin-right: 11.328125vw !important;
  }

  .u-mr150 {
    margin-right: 11.71875vw !important;
  }

  .u-ml5 {
    margin-left: .390625vw !important;
  }

  .u-ml10 {
    margin-left: .78125vw !important;
  }

  .u-ml15 {
    margin-left: 1.171875vw !important;
  }

  .u-ml20 {
    margin-left: 1.5625vw !important;
  }

  .u-ml25 {
    margin-left: 1.953125vw !important;
  }

  .u-ml30 {
    margin-left: 2.34375vw !important;
  }

  .u-ml35 {
    margin-left: 2.734375vw !important;
  }

  .u-ml40 {
    margin-left: 3.125vw !important;
  }

  .u-ml45 {
    margin-left: 3.515625vw !important;
  }

  .u-ml50 {
    margin-left: 3.90625vw !important;
  }

  .u-ml55 {
    margin-left: 4.296875vw !important;
  }

  .u-ml60 {
    margin-left: 4.6875vw !important;
  }

  .u-ml65 {
    margin-left: 5.078125vw !important;
  }

  .u-ml70 {
    margin-left: 5.46875vw !important;
  }

  .u-ml75 {
    margin-left: 5.859375vw !important;
  }

  .u-ml80 {
    margin-left: 6.25vw !important;
  }

  .u-ml85 {
    margin-left: 6.640625vw !important;
  }

  .u-ml90 {
    margin-left: 7.03125vw !important;
  }

  .u-ml95 {
    margin-left: 7.421875vw !important;
  }

  .u-ml100 {
    margin-left: 7.8125vw !important;
  }

  .u-ml105 {
    margin-left: 8.203125vw !important;
  }

  .u-ml110 {
    margin-left: 8.59375vw !important;
  }

  .u-ml115 {
    margin-left: 8.984375vw !important;
  }

  .u-ml120 {
    margin-left: 9.375vw !important;
  }

  .u-ml125 {
    margin-left: 9.765625vw !important;
  }

  .u-ml130 {
    margin-left: 10.15625vw !important;
  }

  .u-ml135 {
    margin-left: 10.546875vw !important;
  }

  .u-ml140 {
    margin-left: 10.9375vw !important;
  }

  .u-ml145 {
    margin-left: 11.328125vw !important;
  }

  .u-ml150 {
    margin-left: 11.71875vw !important;
  }

  .c-btn {
    width: 15.625vw;
    height: 4.6875vw;
    font-size: calc( 13px + ( ( 1vw - 7.68px ) * 0.5859375) );
    border-radius: .234375vw;
  }

  .c-btn--pdf {
    line-height: 1.71;
    height: 80px;
    width: 19.921875vw;
    font-size: calc( 11px + ( ( 1vw - 7.68px ) * 0.5859375) );
    border-radius: .390625vw;
    padding: 0 1.171875vw;
    min-width: 161px;
  }

  .c-btn--pdf {
    -webkit-box-shadow: 0 .390625vw 0 0 #dbdbdb;
    box-shadow: 0 .390625vw 0 0 #dbdbdb;
  }

  .c-btn--pdf:after {
    margin: 0 0 0 1.015625vw;
    width: 2.5vw;
    min-width: 26px;
    right: .78125vw;
  }

  .c-btn--pdf-check {
    width: 20.3125vw;
    height: 6.25vw;
    font-size: calc( 12px + ( ( 1vw - 7.68px ) * 0.390625) );
    min-width: 220px;
  }

  .c-btn--more {
    width: 31.25vw;
    height: 4.6875vw;
    max-width: 400px;
    border-radius: 2.34375vw;
  }

  .c-btn--sm {
    width: 12.5vw;
    height: 40px;
    border-radius: .234375vw;
  }

  .c-btn--lg {
    width: 31.25vw;
  }

  .c-btn--low {
    height: 3.90625vw;
    min-height: 40px;
  }

  .c-btn--mail {
    width: 31.25vw;
    height: 4.6875vw;
    margin: 3.125vw auto 0;
    border-radius: 2.34375vw;
    max-width: 400px;
  }

  .c-btn--mail:before {
    width: 1.71875vw;
    height: 1.40625vw;
    margin-right: 1.5625vw;
  }

  .c-btn--address {
    width: 6.25vw;
    height: 2.03125vw;
    font-size: calc( 12px + ( ( 1vw - 7.68px ) * 0.390625) );
  }

  .c-btns__item {
    margin: 0 1.171875vw;
  }

  .c-input {
    width: 12.5vw;
    height: 40px;
    padding: .78125vw;
  }

  .c-input--w100 {
    width: 7.8125vw;
  }

  .c-input--w160 {
    width: 12.5vw;
  }

  .c-input--w240 {
    width: 18.75vw;
  }

  .c-input--w300 {
    width: 23.4375vw;
  }

  .c-input--w400 {
    width: 31.25vw;
  }

  .c-input--w500 {
    width: 39.0625vw;
  }

  .c-input--max {
    width: 100%;
  }

  .c-input--address {
    margin: 0 .9375vw;
  }

  .c-form__item {
    display: inline-block;
    margin: 0 1.5625vw 0 0;
  }

  .c-form__item--vertical {
    margin: 0 0 .78125vw;
  }

  .c-form__label {
    display: inline-block;
    margin-right: .78125vw;
  }

  .c-form__label--vertical {
    margin-bottom: .390625vw;
  }

  .c-form__label--align {
    text-align: center;
    width: 32px;
    margin-right: .234375vw;
  }

  .c-radio--frame {
    border: 1px solid #d6d6d6;
    width: 14.0625vw;
    height: 4.0625vw;
    border-radius: .390625vw;
    padding: 0 0 0 1.171875vw;
  }

  .c-radio--frame .c-radio__input:checked + .c-radio__label--check:before {
    top: .46875vw;
    left: 1.09375vw;
  }

  .c-checkbox__label {
    margin-right: .625vw;
  }

  .c-checkbox__label:before {
    width: 2.5vw;
    height: 2.5vw;
  }

  .c-select {
    margin-right: 10px;
  }

  .c-select--year {
    width: 7.8125vw;
  }

  .c-select--date {
    width: 60px;
  }

  .c-select--w300 {
    width: 23.4375vw;
  }

  .c-select--w200 {
    width: 15.625vw;
  }

  .c-select--max {
    width: 100%;
  }

  .c-select__item {
    font-size: calc( 12px + ( ( 1vw - 7.68px ) * 0.390625) );
  }

  .c-select--md {
    width: 23.4375vw;
  }

  .c-table {
    table-layout: fixed;
    width: 100%;
  }

  .c-table__th {
    border-right: 1px solid #d6d6d6;
    width: 23.4375vw;
    font-size: calc( 12px + ( ( 1vw - 7.68px ) * 0.78125) );
    padding: .78125vw .78125vw .78125vw 3.125vw;
  }

  .c-table__th--full {
    width: auto;
    border-right: 0;
  }

  .c-table__th.is-required:after {
    width: 3.125vw;
    height: 1.875vw;
    border-radius: .390625vw;
    font-size: calc( 12px + ( ( 1vw - 7.68px ) * 0.390625) );
    right: 1.5625vw;
  }

  .c-table__td {
    height: 60px;
    padding: .78125vw 1.5625vw .78125vw 4.296875vw;
  }

  .c-table__td {
    padding: 10px 20px 10px 55px;
  }

  .c-table__note {
    font-size: calc( 10px + ( ( 1vw - 7.68px ) * 0.390625) );
    margin-top: .78125vw;
  }

  .c-section-header__title {
    font-size: calc( 24px + ( ( 1vw - 7.68px ) * 1.171875) );
    margin-bottom: 1.875vw;
  }

  .c-section-header__title--borderLeft {
    margin-bottom: 1.5625vw;
  }

  .c-section-header__title--borderBottom,
  .c-section-header__title--borderBottomCenter {
    font-size: calc( 18px + ( ( 1vw - 7.68px ) * 1.171875) );
    padding-bottom: 1.25vw;
    margin-bottom: 3.125vw;
  }

  .c-section-header__title--borderBottom:before,
  .c-section-header__title--borderBottomCenter:before {
    width: 15.625vw;
    max-width: 200px;
  }

  .c-section-header__title--borderBottomCenter,
  .c-section-header__title--borderBottomCenterCenter {
    margin-bottom: 1.171875vw;
    font-size: calc( 14px + ( ( 1vw - 7.68px ) * 1.171875) );
  }

  .c-section-header__title--sm {
    font-size: calc( 16px + ( ( 1vw - 7.68px ) * 0.78125) );
    margin: 0 0 1.40625vw;
  }

  .c-section-header__title--fill {
    font-size: calc( 16px + ( ( 1vw - 7.68px ) * 0.390625) );
    padding: .78125vw 1.5625vw;
  }

  .c-frame {
    padding: 1.953125vw;
  }

  .c-pamphlet {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[4];
    grid-template-columns: repeat(4,1fr);
    gap: 1.5625vw;
    margin-bottom: 7.8125vw;
  }

  .c-pamphlet__item .c-btn--pdf {
    width: 100%;
    padding-right: 3.75vw;
  }

  .c-pamphlet-header {
    height: 10.703125vw;
  }

  .c-pamphlet-header__title {
    font-size: calc( 14px + ( ( 1vw - 7.68px ) * 0.390625) );
  }

  .c-pamphlet-header__caption {
    font-size: calc( 12px + ( ( 1vw - 7.68px ) * 0.390625) );
  }

  .c-accordion-toggle--plus {
    padding: 0 2.34375vw;
    height: 6.25vw;
    font-size: calc( 14px + ( ( 1vw - 7.68px ) * 0.78125) );
  }

  .c-accordion-wrap--plus {
    padding: 1.953125vw 2.34375vw;
  }

  .c-modal {
    width: 70.3125vw;
    padding: 3.125vw 7.03125vw;
    border-radius: .78125vw;
  }

  .c-modal--login {
    width: 62.5vw;
  }

  .c-modal-header__title--dialog {
    font-size: calc( 14px + ( ( 1vw - 7.68px ) * 0.390625) );
  }

  .c-modal-header__title--inquiry {
    font-size: calc( 16px + ( ( 1vw - 7.68px ) * 0.78125) );
    margin: 0 0 2.34375vw;
  }

  .c-modal-close {
    height: 74px;
    width: 74px;
    top: -28px;
    right: -28px;
    padding: 20px;
  }

  .c-modal-close:before {
    width: 40px;
    -webkit-transform: rotate(45deg) translate(9px,13px);
    transform: rotate(45deg) translate(9px,13px);
  }

  .c-modal-close:after {
    width: 40px;
    -webkit-transform: rotate(-45deg) translate(-12px,7px);
    transform: rotate(-45deg) translate(-12px,7px);
  }

  .c-modal--dialog {
    width: 46.875vw;
  }

  .c-modal--inquiry {
    width: 62.5vw;
  }

  .c-modal--select {
    width: 54.6875vw;
    padding-left: 2.96875vw;
    padding-right: 2.96875vw;
  }

  .c-modal--add {
    width: 93.75vw;
  }

  .c-modal--breakdown {
    width: 70.3125vw;
    padding-left: 3.90625vw;
    padding-right: 3.90625vw;
  }

  .c-modal--help {
    width: 70.3125vw;
    height: auto;
    padding-left: 3.90625vw;
    padding-right: 3.90625vw;
  }

  .c-modal--disease {
    width: 93.75vw;
    height: auto;
    padding-left: 3.90625vw;
    padding-right: 3.90625vw;
  }

  .c-modal-btns {
    margin-top: 3.515625vw;
  }

  .c-modal-btns__item {
    margin: 0 1.171875vw;
  }

  .c-modal-btns__item--dialog {
    margin: 0 1.5625vw;
  }

  .c-modal-inquiry-tel {
    font-size: calc( 26px + ( ( 1vw - 7.68px ) * 0.78125) );
    margin-bottom: 1.5625vw;
  }

  .c-modal-inquiry-tel ._small {
    font-size: calc( 14px + ( ( 1vw - 7.68px ) * 0.78125) );
  }

  .c-modal-inquiry-list {
    width: 31.25vw;
    margin: 0 auto 1.5625vw;
  }

  .slick-slide {
    padding: 0 20px;
  }

  .c-floating .l-inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: .625vw 0;
  }

  .c-floating-fee__item:not(:last-of-type) {
    margin-right: .78125vw;
  }

  .c-floating-fee__content {
    border-radius: .15625vw;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    height: 4.53125vw;
    padding: 0 1.5625vw 0 .9375vw;
  }

  .c-floating-fee__plan {
    font-size: 12px;
    font-size: 1.2rem;
    margin-right: 3.125vw;
  }

  .c-floating-fee__fee {
    font-size: 12px;
    font-size: 1.2rem;
  }

  .c-floating-fee__price {
    font-size: calc( 14px + ( ( 1vw - 7.68px ) * 0.78125) );
    margin-top: .390625vw;
  }

  .c-floating-fee__price ._strong {
    font-size: calc( 16px + ( ( 1vw - 7.68px ) * 1.5625) );
  }

  .c-floating-fee__btn {
    font-size: calc( 12px + ( ( 1vw - 7.68px ) * 0.390625) );
    width: 9.375vw;
    height: 3.125vw;
    border-radius: .3125vw;
    margin-left: 1.171875vw;
  }

  .c-floating__btn {
    border-bottom: .390625vw solid #144d46;
    border-radius: .390625vw;
    -webkit-box-shadow: 0 3px 6px 0 rgba(0,0,0,0.16);
    box-shadow: 0 3px 6px 0 rgba(0,0,0,0.16);
    margin-left: 1.5625vw;
    height: 4.6875vw;
    width: 19.53125vw;
  }

  .c-floating__btn--red {
    background-color: #d03d3d;
    border-color: #881212;
  }

  .c-floating__btn:hover {
    border-bottom: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }

  .c-progress {
    height: 10.15625vw;
    padding-top: 1.5625vw;
  }

  .c-progress__item {
    width: 170px;
    font-size: 12px;
    font-size: 1.2rem;
  }

  .c-progress__item:before {
    margin-bottom: 15px;
    width: 22px;
    height: 22px;
  }

  .c-progress__item:not(:first-of-type):after {
    width: 148px;
    height: 2px;
    top: 9px;
    left: calc(-50% + 11px);
  }

  .c-alerts {
    padding: .78125vw;
    width: 71.875vw;
    margin: 0 0 1.5625vw auto;
  }

  .c-pageback {
    padding: 1.5625vw 0;
  }

  .c-pageback__link:before {
    width: .703125vw;
    height: 1.25vw;
    margin-right: .78125vw;
  }

  .js-toggle-list-item {
    display: none;
  }

  .js-toggle-list-item.is-current {
    display: block;
  }

  .l-inner {
    margin: 0 auto;
    max-width: 1200px;
    width: 93.75vw;
  }

  .l-inner--md {
    margin: 0 auto;
    max-width: 1100px;
    width: 85.9375vw;
  }

  .l-inner--sm {
    margin: 0 auto;
    max-width: 1000px;
    width: 78.125vw;
  }

  .l-container {
    width: 75vw;
  }

  .l-clm {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    width: 93.75vw;
  }

  .l-sidebar {
    width: 15.625vw;
    position: -webkit-sticky;
    position: sticky;
    top: 90px;
  }

  .l-sidebar.is-active {
    position: fixed;
    top: 50px;
    left: 0;
  }

  .c-header .l-inner {
    height: 5.46875vw;
    max-height: 70px;
  }

  .c-header--login .l-inner--md {
    height: 6.25vw;
    max-height: 80px;
  }

  .c-header-logo {
    width: 22.03125vw;
    max-width: 282px;
  }

  .c-header-logo__link {
    top: 18px;
    left: 24px;
    width: 197px;
  }

  .c-header-primary-nav {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .c-header-primary-nav__list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: tabfrem(12,14);
  }

  .c-header-primary-nav__item {
    border-left: 1px solid #707070;
    margin-left: 1.9921875vw;
    padding-left: 1.9921875vw;
  }

  .c-header-secondary-nav {
    display: none;
  }

  .c-header-secondary-nav__list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: tabfrem(12,14);
  }

  .c-header-secondary-nav__item {
    border-left: 1px solid #707070;
    margin-left: 1.9921875vw;
    padding-left: 1.9921875vw;
  }

  .c-header-secondary-nav__link {
    font-weight: bold;
  }

  .c-sidebar {
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 4.765625vw;
  }

  .c-sidebar-primary-nav__list {
    margin-right: 2.34375vw;
    width: 2.421875vw;
  }

  .c-sidebar-primary-nav__item:not(:first-of-type) {
    margin-top: .78125vw;
  }

  .c-sidebar-primary-nav__item--add,
  .c-sidebar-primary-nav__item--update,
  .c-sidebar-primary-nav__item--delete {
    margin-top: 1.328125vw !important;
  }

  .c-sidebar-primary-nav__btn {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border: solid 1px #ddd;
    width: 17.1875vw;
    min-height: 5.703125vw;
    padding: .78125vw;
    border-radius: .390625vw;
  }

  .c-sidebar-primary-nav__btn ._strong {
    font-size: calc( 16px + ( ( 1vw - 7.68px ) * 0.78125) );
  }

  .c-sidebar-primary-nav__btn ._small {
    font-size: calc( 10px + ( ( 1vw - 7.68px ) * 0.390625) );
  }

  .c-sidebar-primary-nav__btn.is-active:after {
    border-width: 8px 0 8px 12px;
    border-color: transparent transparent transparent #00665a;
    position: absolute;
    right: -12px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }

  .c-sidebar-primary-nav__btn.is-current {
    margin-bottom: 3.125vw;
  }

  .c-sidebar-primary-nav__btn.is-current:after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 8px 0 8px;
    border-color: #00665a transparent transparent transparent;
    position: absolute;
    bottom: -10px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }

  .c-sidebar-primary-nav__btn--add {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: calc( 13px + ( ( 1vw - 7.68px ) * 0.5859375) );
    padding-right: 0;
  }

  .c-sidebar-primary-nav__btn--add:before {
    margin: 0 .78125vw 0 .390625vw;
    width: 1.5625vw;
    height: 1.5625vw;
  }

  .c-sidebar-primary-nav__btn--update {
    font-size: calc( 13px + ( ( 1vw - 7.68px ) * 0.5859375) );
    padding-right: 0;
    padding-left: 0;
  }

  .c-sidebar-primary-nav__btn--delete {
    font-size: calc( 13px + ( ( 1vw - 7.68px ) * 0.5859375) );
    padding-right: 0;
    padding-left: 0;
  }

  .c-sidebar-secondary-nav {
    width: 14.0625vw;
  }

  .c-sidebar-secondary-nav__item {
    font-size: calc( 12px + ( ( 1vw - 7.68px ) * 0.390625) );
    margin-bottom: 1.5625vw;
  }

  .c-main {
    margin: 5.46875vw 0 6.640625vw;
  }

  .c-main--login {
    padding-bottom: 6.25vw;
    margin: 0;
  }

  .c-main--floating {
    margin-bottom: 15.625vw;
  }

  .c-footer-contents {
    font-size: calc( 10px + ( ( 1vw - 7.68px ) * 0.390625) );
  }

  .c-footer-nav {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    height: 6.25vw;
  }

  .c-footer-nav__list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding-right: 2.734375vw;
    border-right: 1px solid #fff;
  }

  .c-footer-nav__item {
    border-left: 1px solid #fff;
    padding: 0 0 0 2.734375vw;
  }

  .c-footer-nav__item:not(:nth-of-type(2)) {
    margin: 0 0 0 2.734375vw;
  }

  .c-mv {
    position: fixed;
    left: 0;
    top: 0;
    -webkit-transition: -webkit-transform 1s cubic-bezier(.01,.42,0,.88);
    transition: -webkit-transform 1s cubic-bezier(.01,.42,0,.88);
    transition: transform 1s cubic-bezier(.01,.42,0,.88);
    transition: transform 1s cubic-bezier(.01,.42,0,.88), -webkit-transform 1s cubic-bezier(.01,.42,0,.88);
  }

  .c-mv.is-fixed {
    width: 35.15625vw;
    height: calc(100vh - (1.666666666666667vw + 76px));
    border-radius: 1.5625vw;
    left: 1.5625vw;
    top: 76px;
    bottom: 1.5625vw;
  }

  .c-mv__img {
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    -webkit-transition: all 1s cubic-bezier(.01,.42,0,.88);
    transition: all 1s cubic-bezier(.01,.42,0,.88);
    width: 100vw;
    height: 100vh;
    -o-object-fit: cover;
    object-fit: cover;
  }

  .c-page-header--login {
    height: 7.8125vw;
    max-height: 100px;
    margin-bottom: 3.125vw;
  }

  .c-page-header__title {
    font-size: calc( 18px + ( ( 1vw - 7.68px ) * 1.171875) );
    height: 4.6875vw;
  }

  .c-page-header__title--login {
    font-size: calc( 30px + ( ( 1vw - 7.68px ) * 1.953125) );
  }

  .c-page-header__title--secondary {
    font-size: calc( 24px + ( ( 1vw - 7.68px ) * 0.78125) );
    margin: 1.953125vw 0 1.5625vw;
  }

  .c-page-header__lead {
    font-size: calc( 14px + ( ( 1vw - 7.68px ) * 0.390625) );
    margin: -.78125vw 0 3.125vw;
  }

  .p-announcement__lead {
    padding: 1.953125vw .78125vw;
    margin: 0 0 3.125vw;
    font-size: calc( 14px + ( ( 1vw - 7.68px ) * 0.390625) );
    border-radius: 0;
  }

  .p-announcement__info {
    margin: 0 0 3.515625vw;
    font-size: calc( 14px + ( ( 1vw - 7.68px ) * 0.390625) );
  }

  .p-announcement__radio:not(:last-of-type) {
    margin-right: 4.296875vw;
  }

  .p-announcement__radio:last-of-type {
    margin-right: 0;
  }

  .p-announcement__add {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: start;
    -webkit-justify-content: start;
    -ms-flex-pack: start;
    justify-content: start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 1.953125vw 0 .78125vw;
  }

  .p-announcement__add:before {
    background: url("../../img/front/common/icon_add.svg") no-repeat 0 0/contain;
    content: "";
    width: 18px;
    height: 18px;
    margin-right: .625vw;
  }

  .p-announcement-section:not(:last-of-type) {
    margin: 0 0 4.6875vw;
  }

  .p-announcement-section__lead {
    margin: 0 0 1.953125vw;
    font-size: calc( 14px + ( ( 1vw - 7.68px ) * 0.390625) );
  }

  .p-announcement-box {
    margin-bottom: 3.515625vw;
  }

  .p-announcement-box-lead {
    padding: 2.109375vw 3.125vw;
  }

  .p-announcement-question {
    padding: 2.734375vw 3.515625vw;
  }

  .p-announcement-question__title {
    font-size: calc( 14px + ( ( 1vw - 7.68px ) * 0.390625) );
    margin-bottom: .78125vw;
  }

  .p-announcement-question__item {
    padding: 1.953125vw 2.34375vw;
  }

  .p-announcement-answer__item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .p-announcement-answer__name {
    width: 25vw;
    border-right: 1px solid #d6d6d6;
    height: 6.25vw;
    font-size: calc( 14px + ( ( 1vw - 7.68px ) * 0.390625) );
  }

  .p-announcement-answer__answer {
    padding: 0 0 0 3.125vw;
  }

  .p-announcement-answer__btn {
    font-size: calc( 14px + ( ( 1vw - 7.68px ) * 0.390625) );
    width: auto;
    height: 4.21875vw;
    margin-right: 2.34375vw;
    padding: 0 1.5625vw;
  }

  .p-announcement-answer-select {
    margin: 0 0 0 1.5625vw;
  }

  .p-announcement-answer-select .c-select {
    width: 160px;
  }

  .p-announcement-others,
  .p-announcement-history {
    padding: .78125vw 3.515625vw;
  }

  .p-announcement-others__list,
  .p-announcement-history__list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .p-announcement-others__item,
  .p-announcement-history__item {
    width: calc(100% / 3);
  }

  .p-announcement-others__item:not(:nth-of-type(3n)) .p-announcement-others__label,
  .p-announcement-history__item:not(:nth-of-type(3n)) .p-announcement-others__label,
  .p-announcement-others__item:not(:nth-of-type(3n)) .p-announcement-others__body,
  .p-announcement-history__item:not(:nth-of-type(3n)) .p-announcement-others__body {
    border-right: 1px solid #d6d6d6;
  }

  .p-announcement-others__label,
  .p-announcement-history__label {
    height: 4.6875vw;
  }

  .p-announcement-others__label,
  .p-announcement-history__label {
    height: 60px;
  }

  .p-announcement-others__body,
  .p-announcement-history__body {
    height: 60px;
    font-size: calc( 14px + ( ( 1vw - 7.68px ) * 0.390625) );
    border-bottom: 1px solid #d6d6d6;
  }

  .p-announcement-others__input,
  .p-announcement-history__input {
    width: 18.75vw;
    margin-right: .78125vw;
  }

  .p-announcement-history__list:not(:first-of-type) .p-announcement-history__label {
    display: none;
  }

  .p-announcement-history__list:not(:last-of-type) .p-announcement-history__body {
    border-bottom: 0;
  }

  .p-announcement-history__item {
    width: calc(100% / 4);
  }

  .p-announcement-history__item:not(:nth-of-type(4n)) .p-announcement-history__label,
  .p-announcement-history__item:not(:nth-of-type(4n)) .p-announcement-history__body {
    border-right: 1px solid #d6d6d6;
  }

  .p-announcement-history__input,
  .p-announcement-history__select {
    width: 14.84375vw;
    margin-right: 10;
  }

  .p-announcement-history__delete {
    bottom: 21px;
    right: -2.34375vw;
    width: 1.09375vw;
    height: 1.09375vw;
  }

  .p-announcement-table {
    width: auto;
    margin-bottom: 2px;
  }

  .p-announcement-table__th {
    width: 18.75vw;
    padding: .625vw 0;
    text-align: center;
  }

  .p-announcement-table__td {
    width: 18.75vw;
    padding: .625vw;
    height: auto;
  }

  .p-plan-header {
    padding-bottom: 1.09375vw;
    margin-bottom: 4.6875vw;
  }

  .p-plan-header--list {
    padding-bottom: 0;
    margin-bottom: 0;
  }

  .p-plan-pdf {
    margin: 0 0 5.46875vw;
    display: -ms-grid;
    display: grid;
    gap: 0 1.5625vw;
    -ms-grid-columns: (1fr)[4];
    grid-template-columns: repeat(4,1fr);
  }

  .p-plan-pdf .c-btn--pdf {
    height: 5vw;
    padding-right: 3.75vw;
    width: 100%;
  }

  .p-plan-pdf--announcement {
    margin: 0 0 1.171875vw;
  }

  .p-plan-pdf--announcement .c-btn--pdf {
    min-width: 18.359375vw;
    height: 6.25vw;
  }

  .p-plan-pdf__item {
    margin: 0 0 .78125vw;
  }

  .p-breakdown__table {
    margin-bottom: 10px;
  }

  .p-breakdown__table--header {
    margin-bottom: 4.6875vw;
  }

  .p-breakdown__table--header .p-breakdown__td {
    padding-top: 1.328125vw;
    padding-bottom: 1.328125vw;
    font-size: calc( 14px + ( ( 1vw - 7.68px ) * 0.390625) );
  }

  .p-breakdown__table--header .p-breakdown__td ._strong {
    font-size: calc( 16px + ( ( 1vw - 7.68px ) * 0.78125) );
  }

  .p-breakdown__thead {
    height: 4.6875vw;
  }

  .p-breakdown__td--w1 {
    width: 50%;
    padding-left: 40px;
    padding-right: 40px;
  }

  .p-breakdown__td--w2 {
    width: 25%;
  }

  .p-breakdown__td--w3 {
    width: 100px !important;
  }

  .p-breakdown__td--w4 {
    width: calc(50% - 100px);
    padding-left: 40px;
    padding-right: 40px;
    font-size: 16px;
    font-size: 1.6rem;
  }

  .p-add-header {
    margin-bottom: 2.34375vw;
  }

  .p-add-header__title {
    font-size: calc( 18px + ( ( 1vw - 7.68px ) * 0.78125) );
  }

  .p-add-header__lead {
    font-size: calc( 12px + ( ( 1vw - 7.68px ) * 0.78125) );
  }

  .p-add-check {
    margin: 1.5625vw 0 1.5625vw 3.90625vw;
  }

  .p-add-btns {
    margin-top: 3.7109375vw;
  }

  .p-help__title--primary {
    font-size: calc( 14px + ( ( 1vw - 7.68px ) * 0.78125) );
    margin-bottom: 1.5625vw;
  }

  .p-help__title--secondary {
    font-size: calc( 12px + ( ( 1vw - 7.68px ) * 0.78125) );
    margin-bottom: 1.5625vw;
  }

  .p-help__body {
    font-size: calc( 12px + ( ( 1vw - 7.68px ) * 0.78125) );
  }

  .p-help__section:not(:last-of-type) {
    margin-bottom: 3.125vw;
  }

  .p-job-header__title {
    font-size: calc( 14px + ( ( 1vw - 7.68px ) * 0.390625) );
    margin-bottom: 2.734375vw;
  }

  .p-job-table {
    width: 62.5vw;
  }

  .p-contact-header {
    margin-bottom: 2.34375vw;
  }

  .p-contact-header__title {
    font-size: calc( 18px + ( ( 1vw - 7.68px ) * 0.78125) );
    margin-bottom: .625vw;
  }

  .p-contact-header__lead {
    font-size: calc( 14px + ( ( 1vw - 7.68px ) * 0.390625) );
  }

  .p-contact-box {
    padding: 1.953125vw 6.25vw;
    margin-bottom: 2.734375vw;
  }

  .p-contact-box__title {
    font-size: calc( 14px + ( ( 1vw - 7.68px ) * 0.78125) );
    margin-bottom: 1.5625vw;
  }

  .p-detail-header {
    background: #fff;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 4.6875vw;
  }

  .p-detail-header__title {
    font-size: calc( 16px + ( ( 1vw - 7.68px ) * 2.34375) );
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 40%;
    -ms-flex: 0 0 40%;
    flex: 0 0 40%;
  }

  .p-detail-header__title ._small {
    font-size: 1.40625vw;
    margin-top: .390625vw;
  }

  .p-detail-header__lead {
    font-size: calc( 12px + ( ( 1vw - 7.68px ) * 0.78125) );
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 60%;
    -ms-flex: 0 0 60%;
    flex: 0 0 60%;
  }

  .p-detail-header__img {
    height: 23.4375vw;
  }

  .p-detail-section {
    width: 71.875vw;
    margin: 0 0 4.6875vw auto;
  }

  .p-detail-section--option {
    margin-bottom: 0;
  }

  .p-detail-section-header {
    padding: 0 0 1.953125vw;
  }

  .p-detail-section-header__figure {
    left: 0;
    width: 15.625vw;
  }

  .p-detail-section-header__img {
    height: 7.656250000000001vw;
  }

  .p-detail-section-header__title {
    font-size: calc( 20px + ( ( 1vw - 7.68px ) * 1.953125) );
    margin-bottom: .625vw;
  }

  .p-detail-section-header__title ._small {
    font-size: calc( 14px + ( ( 1vw - 7.68px ) * 1.171875) );
    margin: 1.015625vw 0 0;
  }

  .p-detail-section-header__lead {
    font-size: calc( 12px + ( ( 1vw - 7.68px ) * 0.78125) );
  }

  .p-detail-section-body {
    padding: 2.34375vw;
    border-radius: .390625vw;
  }

  .p-detail-section-body--option {
    margin-top: -1.171875vw;
  }

  .p-detail-section-body__lead {
    font-size: calc( 12px + ( ( 1vw - 7.68px ) * 0.78125) );
    margin-bottom: 1.5625vw;
  }

  .p-detail-section-body__lead ._strong {
    font-size: calc( 14px + ( ( 1vw - 7.68px ) * 1.171875) );
  }

  .p-detail-plan:first-of-type .p-detail-plan__item:first-of-type.is-joined,
  .p-detail-plan:first-of-type .p-detail-plan__item:first-of-type.is-reco {
    margin-top: 1.71875vw;
  }

  .p-detail-plan__item {
    margin: 0 0 1.5625vw;
    border-radius: .390625vw;
  }

  .p-detail-plan__item--income .p-detail-plan__fee {
    margin-right: 1.5625vw;
  }

  .p-detail-plan__item.is-active:after,
  .p-detail-plan__item.is-selected:after {
    border-radius: .390625vw;
    border-width: .390625vw;
  }

  .p-detail-plan__item.is-joined,
  .p-detail-plan__item.is-reco {
    margin-top: 4.0625vw;
  }

  .p-detail-plan__item.--top {
    margin-top: 1.71875vw;
  }

  .p-detail-plan-header,
  .p-detail-option-header {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    padding: 0 0 0 7.8125vw;
    min-height: 6.171875vw;
  }

  .p-detail-plan-header-top,
  .p-detail-option-header-top {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
  }

  .p-detail-plan-header-bottom,
  .p-detail-option-header-bottom {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-left: auto;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .p-detail-plan-header__icon,
  .p-detail-option-header__icon {
    left: 0;
    top: -3.28125vw;
  }

  .p-detail-plan-header__icon ._icon,
  .p-detail-option-header__icon ._icon {
    width: 100px;
    font-size: calc( 10px + ( ( 1vw - 7.68px ) * 0.390625) );
    height: 2.34375vw;
  }

  .p-detail-plan-header__icon ._icon:after,
  .p-detail-option-header__icon ._icon:after {
    bottom: -.625vw;
    border-width: .8593750000000001vw .546875vw 0 .546875vw;
  }

  .p-detail-plan-header__icon ._icon:not(:last-of-type),
  .p-detail-option-header__icon ._icon:not(:last-of-type) {
    margin: 0 .3125vw 0 0;
  }

  .p-detail-plan__checkbox {
    top: 0;
  }

  .p-detail-plan__checkbox .c-checkbox__input:checked + .c-checkbox__label {
    background-color: #edcf28;
    border-radius: 5px;
  }

  .p-detail-plan__checkbox .c-checkbox__input.is-joined:checked + .c-checkbox__label {
    background-color: #038878;
  }

  .p-detail-plan__checkbox .c-checkbox__label {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 .78125vw 0 0;
    width: 6.25vw;
    height: 6.25vw;
  }

  .p-detail-plan__checkbox .c-checkbox__label:after {
    margin-top: 5px;
  }

  .p-detail-plan__label {
    font-size: 10px;
    font-size: 1rem;
    text-align: center;
    min-width: 60px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 .78125vw 0 0;
    height: 3.75vw;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 4.6875vw;
    -ms-flex: 0 0 4.6875vw;
    flex: 0 0 4.6875vw;
    line-height: 1.3;
  }

  .p-detail-plan__label--basic {
    background-color: #2b845b;
  }

  .p-detail-plan__label--option {
    background-color: #208dc6;
  }

  .p-detail-plan__name {
    font-size: calc( 14px + ( ( 1vw - 7.68px ) * 0.78125) );
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: .78125vw 0;
    margin: 0 1.25vw 0 0;
  }

  .p-detail-plan__body {
    padding: 2.34375vw;
  }

  .p-detail-plan__body--income {
    margin: 1.015625vw 1.5625vw 1.5625vw;
    padding: 3.125vw 2.578125vw 3.828125vw 3.125vw;
    border-radius: .390625vw;
  }

  .p-detail-plan__code {
    font-weight: normal;
    font-size: calc( 12px + ( ( 1vw - 7.68px ) * 0.78125) );
    margin: 0 1.25vw 0 0;
    max-width: calc(((12px + ((1vw - 7.68px) * 0.78125))) * 7.5);
  }

  .p-detail-plan__reco {
    line-height: 1.4;
    width: 60px;
    height: 42px;
    width: 4.6875vw;
    height: 3.28125vw;
    min-width: 45px;
    min-height: 30px;
    margin: 0 1.953125vw 0 0;
  }

  .p-detail-plan__fee {
    height: 4.0625vw;
    padding: 0 .9375vw 0 1.5625vw;
    border-radius: .546875vw;
    border: solid .234375vw #ebebeb;
    font-size: calc( 11px + ( ( 1vw - 7.68px ) * 0.5859375) );
    margin: 0 1.25vw 0 auto;
  }

  .p-detail-plan__price {
    font-size: calc( 14px + ( ( 1vw - 7.68px ) * 1.171875) );
  }

  .p-detail-plan__price ._strong {
    font-size: calc( 16px + ( ( 1vw - 7.68px ) * 1.5625) );
    margin-left: 1.25vw;
  }

  .p-detail-plan__price ._small {
    margin-left: .390625vw;
  }

  .p-detail-plan__age {
    font-size: calc( 12px + ( ( 1vw - 7.68px ) * 0.78125) );
    width: 57.73437500000001vw;
    height: 4.6875vw;
    margin: 0 auto 1.5625vw;
    border-radius: 2.34375vw;
  }

  .p-detail-plan__toggle {
    width: 4.375vw;
    height: 2.8125vw;
    margin: 0 2.34375vw 0 0;
    border-radius: .234375vw;
    font-size: calc( 10px + ( ( 1vw - 7.68px ) * 0.390625) );
  }

  .p-detail-plan__thead {
    line-height: 2;
    font-size: calc( 11px + ( ( 1vw - 7.68px ) * 0.5859375) );
    padding: .390625vw 0 .390625vw 2.34375vw;
  }

  .p-detail-plan__th {
    line-height: 2;
    border-right: 1px solid #d6d6d6;
    width: 29.6875vw;
    padding: 1.09375vw;
    padding: .625vw 0 .625vw 2.34375vw;
    font-size: calc( 11px + ( ( 1vw - 7.68px ) * 0.5859375) );
  }

  .p-detail-plan__th.--w300 {
    padding: .625vw .78125vw;
    width: 23.4375vw;
  }

  .p-detail-plan__th.--w200 {
    padding: .625vw .78125vw;
    width: 15.625vw;
  }

  .p-detail-plan__td {
    line-height: 2;
    font-size: calc( 10px + ( ( 1vw - 7.68px ) * 0.390625) );
    padding: .625vw 1.5625vw .625vw 0;
  }

  .p-detail-plan__td ._strong {
    font-size: calc( 11px + ( ( 1vw - 7.68px ) * 0.5859375) );
  }

  .p-detail-plan__td--form {
    padding: .625vw 1.25vw;
  }

  .p-detail-plan__title--secondary {
    font-size: calc( 14px + ( ( 1vw - 7.68px ) * 1.171875) );
    margin-bottom: .78125vw;
  }

  .p-detail-plan__btnStop {
    width: 18.75vw;
    height: 3.75vw;
    padding: 0 0 0 1.40625vw;
    border-radius: .234375vw;
    font-size: calc( 11px + ( ( 1vw - 7.68px ) * 0.5859375) );
    min-width: 170px;
  }

  .p-detail-option__item:not(:last-of-type) {
    margin: 0 0 1.5625vw;
  }

  .p-detail-option__content.is-active:before {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background: url("../../img/front/common/icon_serif_y.svg") no-repeat 0 0/contain;
    font-size: calc( 10px + ( ( 1vw - 7.68px ) * 0.390625) );
    padding-right: .625vw;
    left: -6.25vw;
    top: 1.25vw;
    width: 5.3125vw;
    height: 3.28125vw;
    border-radius: .390625vw;
  }

  .p-detail-option-header {
    padding: 0 1.5625vw 0 0;
    height: 6.25vw;
    border: solid 1px #e2e2e2;
  }

  .p-detail-option-footer {
    font-size: calc( 11px + ( ( 1vw - 7.68px ) * 0.5859375) );
    border-radius: 0 0 .390625vw .390625vw;
  }

  .p-detail-option-footer__item {
    padding: .78125vw 1.5625vw;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }

  .p-detail-option__select {
    width: 15.625vw;
    margin: 0 0 0 1.5625vw;
  }

  .p-detail-option__btn {
    margin: 1.5625vw 0 1.5625vw auto;
  }

  .p-detailGroupSynthesis__lead {
    font-size: calc( 12px + ( ( 1vw - 7.68px ) * 0.78125) );
    margin-bottom: 3.125vw;
  }

  .p-income-plan__table {
    margin: 0 3.125vw 1.5625vw;
    width: calc(100% - 6.25vw);
  }

  .p-income-plan__table .p-detail-plan__th {
    font-size: calc( 14px + ( ( 1vw - 7.68px ) * 0.390625) );
    width: 21.875vw;
  }

  .p-income-plan__table .p-detail-plan__th ._small {
    font-size: calc( 14px + ( ( 1vw - 7.68px ) * 0.390625) );
  }

  .p-income-plan__table .p-detail-plan__td {
    font-size: calc( 14px + ( ( 1vw - 7.68px ) * 0.390625) );
    padding: 1.015625vw 1.5625vw 1.015625vw 3.125vw;
  }

  .p-income-plan__select {
    margin-right: 0;
  }

  .p-income-plan__list {
    margin-top: .9375vw;
  }

  .p-jaldanpo-mv {
    margin-bottom: 1.875vw;
  }

  .p-jaldanpo__lead {
    font-size: calc( 16px + ( ( 1vw - 7.68px ) * 0.78125) );
    margin-bottom: 1.875vw;
  }

  .p-jaldanpo-body {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 4.453125vw 0;
    margin-bottom: 1.875vw;
  }

  .p-jaldanpo-body__input {
    width: 23.4375vw;
    height: 3.59375vw;
    margin: 0 1.5625vw 0 2.34375vw;
  }

  .p-jaldanpo-body__btn {
    width: 10.9375vw;
    height: 3.59375vw;
    border-radius: .390625vw;
    font-size: calc( 12px + ( ( 1vw - 7.68px ) * 0.390625) );
  }

  .p-list-header {
    background: url("../../img/front/list/bg_header.png") no-repeat 50% 50%/cover;
  }

  .p-list-header__title {
    height: 100px;
    font-size: 22px;
    font-size: 2.2rem;
  }

  .p-list-lead {
    width: 75vw;
    margin: 3.125vw auto 2.34375vw;
    padding: 1.796875vw 2.5vw 1.640625vw 2.1875vw;
    border-radius: .390625vw;
  }

  .p-list-lead__txt {
    font-size: calc( 12px + ( ( 1vw - 7.68px ) * 0.390625) );
  }

  .p-list-lead__txt:not(:last-of-type) {
    margin-bottom: 1.5625vw;
  }

  .p-list-clm {
    margin: 0 auto 6.640625vw;
  }

  .p-list-anchor {
    padding: .46875vw 0;
    border-radius: .390625vw;
    margin-bottom: 4.296875vw;
  }

  .p-list-anchor__list {
    border-radius: .390625vw;
    margin: 0 3.125vw;
  }

  .p-list-anchor__item {
    width: auto;
    height: auto;
    padding: 1.171875vw .78125vw;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    text-align: center;
    min-width: 20%;
  }

  .p-list-anchor__item {
    border-bottom: 1px solid #ebebeb;
  }

  .p-list-anchor__item:not(:nth-of-type(5n)) {
    border-right: 1px solid #ebebeb;
  }

  .p-list-anchor__item:nth-of-type(-n+5):last-of-type {
    border-right: 0;
  }

  .p-list-anchor__item:nth-of-type(n+5) {
    width: 20%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 20%;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
  }

  .p-list-anchor__item:first-child:nth-last-child(6):nth-of-type(n+6),
  .p-list-anchor__item:first-child:nth-last-child(6) ~ .p-list-anchor__item:nth-of-type(n+6) {
    border-bottom: 0;
  }

  .p-list-anchor__item:first-child:nth-last-child(7):nth-of-type(n+6),
  .p-list-anchor__item:first-child:nth-last-child(7) ~ .p-list-anchor__item:nth-of-type(n+6) {
    border-bottom: 0;
  }

  .p-list-anchor__item:first-child:nth-last-child(8):nth-of-type(n+6),
  .p-list-anchor__item:first-child:nth-last-child(8) ~ .p-list-anchor__item:nth-of-type(n+6) {
    border-bottom: 0;
  }

  .p-list-anchor__item:first-child:nth-last-child(9):nth-of-type(n+6),
  .p-list-anchor__item:first-child:nth-last-child(9) ~ .p-list-anchor__item:nth-of-type(n+6) {
    border-bottom: 0;
  }

  .p-list-anchor__item:first-child:nth-last-child(10):nth-of-type(n+11),
  .p-list-anchor__item:first-child:nth-last-child(10) ~ .p-list-anchor__item:nth-of-type(n+11) {
    border-bottom: 0;
  }

  .p-list-anchor__item:first-child:nth-last-child(11):nth-of-type(n+11),
  .p-list-anchor__item:first-child:nth-last-child(11) ~ .p-list-anchor__item:nth-of-type(n+11) {
    border-bottom: 0;
  }

  .p-list-anchor__item:first-child:nth-last-child(12):nth-of-type(n+11),
  .p-list-anchor__item:first-child:nth-last-child(12) ~ .p-list-anchor__item:nth-of-type(n+11) {
    border-bottom: 0;
  }

  .p-list-anchor__item:first-child:nth-last-child(13):nth-of-type(n+11),
  .p-list-anchor__item:first-child:nth-last-child(13) ~ .p-list-anchor__item:nth-of-type(n+11) {
    border-bottom: 0;
  }

  .p-list-anchor__item:first-child:nth-last-child(14):nth-of-type(n+11),
  .p-list-anchor__item:first-child:nth-last-child(14) ~ .p-list-anchor__item:nth-of-type(n+11) {
    border-bottom: 0;
  }

  .p-list-anchor__item:first-child:nth-last-child(15):nth-of-type(n+11),
  .p-list-anchor__item:first-child:nth-last-child(15) ~ .p-list-anchor__item:nth-of-type(n+11) {
    border-bottom: 0;
  }

  .p-list-section:not(:last-of-type) {
    margin-bottom: 4.296875vw;
  }

  .p-list-section--synthesis {
    margin-bottom: 5.859375vw;
  }

  .p-list-section__lead {
    margin-bottom: 1.171875vw;
  }

  .p-list-planlist {
    border-radius: .390625vw;
    padding: 1.5625vw 1.5625vw 1.5625vw 14.0625vw;
  }

  .p-list-planlist__item {
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    padding: 1.5625vw 1.5625vw 1.5625vw 3.90625vw;
    border: solid .3125vw #f2f2f2;
  }

  .p-list-planlist__item:not(:last-of-type) {
    margin-bottom: .78125vw;
  }

  .p-list-planlist__item.is-joined:before {
    border-width: .3125vw;
  }

  .p-list-planlist__item.is-selected:before {
    border-width: .3125vw;
  }

  .p-list-planlist__icon {
    left: -12.5vw;
    font-size: calc( 10px + ( ( 1vw - 7.68px ) * 0.390625) );
  }

  .p-list-planlist__icon ._icon {
    padding: 0 .78125vw;
  }

  .p-list-planlist__icon ._icon:not(:last-of-type) {
    margin: 0 0 .3125vw;
  }

  .p-list-planlist__icon .--joined,
  .p-list-planlist__icon .--selected,
  .p-list-planlist__icon .--reco {
    width: 10.9375vw;
    height: 2.8125vw;
    border-radius: .390625vw;
  }

  .p-list-planlist__icon .--joined:after,
  .p-list-planlist__icon .--selected:after,
  .p-list-planlist__icon .--reco:after {
    border-color: transparent transparent transparent #038878;
    right: -.78125vw;
    border-width: .546875vw 0 .546875vw .8593750000000001vw;
  }

  .p-list-planlist__icon .--selected:after {
    border-color: transparent transparent transparent #edcf28;
  }

  .p-list-planlist__icon .--reco:after {
    border-color: transparent transparent transparent #d86868;
  }

  .p-list-planlist__label {
    position: absolute;
    margin-right: 1.40625vw;
    left: 3.90625vw;
    width: 5vw;
    height: 3.4375vw;
    min-width: 54px;
    line-height: 1.40625vw;
  }

  .p-list-planlist__name {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    margin-right: 1.5625vw;
    margin-left: 7.187499999999999vw;
  }

  .p-list-planlist-info {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    margin-right: 1.5625vw;
  }

  .p-list-planlist-info__item:not(:last-of-type) {
    margin: 0 0 .390625vw;
  }

  .p-list-planlist__code {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    margin-right: 1.171875vw;
    white-space: normal;
    max-width: calc((12px + ((1vw - 7.68px) * 0.390625)) * 8);
  }

  .p-list-planlist__count {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .p-list-planlist__btn {
    width: 14.0625vw;
    height: 3.125vw;
    border-radius: .390625vw;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .p-list-planlist-fee {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-top: 1.5625vw;
  }

  .p-list-planlist-fee__item {
    border-radius: .3125vw;
    width: 25vw;
    height: 4.6875vw;
    padding: 0 1.171875vw;
  }

  .p-list-planlist-fee__item:not(:last-of-type) {
    margin-right: .78125vw;
  }

  .p-list-planlist-fee__price {
    font-size: calc( 12px + ( ( 1vw - 7.68px ) * 0.5859375) );
  }

  .p-list-planlist-fee__price ._strong {
    font-size: calc( 16px + ( ( 1vw - 7.68px ) * 0.78125) );
  }

  .p-login__lead {
    font-size: calc( 16px + ( ( 1vw - 7.68px ) * 0.78125) );
    margin-bottom: 1.875vw;
  }

  .p-login-table {
    table-layout: fixed;
    margin-bottom: 3.125vw;
  }

  .p-login-table__th {
    width: 25.78125vw;
    font-size: calc( 14px + ( ( 1vw - 7.68px ) * 0.390625) );
    height: 5vw;
  }

  .p-login-table__td {
    padding: .8984374999999999vw 0 .8984374999999999vw 2.734375vw;
    min-height: 5vw;
  }

  .p-login-list-note {
    margin-bottom: 2.34375vw;
  }

  .p-login-pamphlet .c-pamphlet {
    margin-bottom: 4.6875vw;
  }

  .p-login-pamphlet .c-pamphlet__title {
    display: none;
  }

  .c-login {
    padding: 3.125vw 0;
    margin-bottom: 3.125vw;
    border-radius: .390625vw;
  }

  .c-login-body {
    width: 49.9140625vw;
    padding: 3.75vw 2.734375vw 2.1875vw;
  }

  .c-login .c-input {
    width: 23.4375vw;
  }

  .c-login-links {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .p-officeSelect-search {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 2.109375vw 0;
    margin-bottom: 1.875vw;
  }

  .p-officeSelect-search__input {
    width: 23.4375vw;
    height: 3.59375vw;
    margin: 0 1.5625vw 0 2.34375vw;
  }

  .p-officeSelect-search__btn {
    width: 10.9375vw;
    height: 3.59375vw;
    border-radius: .390625vw;
    font-size: calc( 12px + ( ( 1vw - 7.68px ) * 0.390625) );
  }

  .p-officeSelect-table {
    margin: .390625vw auto 4.1796875vw;
    font-size: 12px;
    font-size: 1.2rem;
  }

  .p-officeSelect-table__th {
    font-size: 12px;
    font-size: 1.2rem;
    height: 4.6875vw;
  }

  .p-officeSelect-table__td--code {
    width: 9.375vw;
    padding: 1.5625vw 0;
  }

  .p-officeSelect-table__td--name {
    padding-left: 1.953125vw;
    padding: 1.5625vw 0;
  }

  .p-officeSelect-table__tr .p-officeSelect-table__td--code:nth-of-type(3) {
    border-left: 1px solid #d6d6d6;
  }

  .p-beforeLogin-mv {
    margin-bottom: 1.875vw;
  }

  .p-beforeLogin-frame {
    margin-bottom: 3.125vw;
  }

  .p-beforeLogin-table {
    margin-top: .78125vw;
  }

  .p-beforeLogin-table .p-login-table__th {
    width: 20.3125vw;
  }

  .p-beforeLogin-table .p-login-table__td {
    padding-left: 2.34375vw;
  }

  .p-passwordEntry-table {
    margin-top: 2.1484375vw;
  }

  .p-passwordEntry-table .p-login-table__td {
    height: 5.78125vw;
    padding-top: 1.328125vw;
    padding-bottom: 1.328125vw;
  }

  .p-mailEntry-table {
    margin-bottom: 1.5234375vw;
  }

  .p-mailEntry-frame {
    padding-left: 4.6875vw;
    padding-right: 4.6875vw;
    margin-bottom: 3.125vw;
  }

  .p-mailComplete-list-note {
    margin-bottom: 2.9296875vw;
  }

  .p-mailComplete-table {
    margin-bottom: 4.6875vw;
  }

  .p-IDReissue__lead {
    margin-bottom: 3.125vw;
  }

  .p-middlename-header__title {
    font-size: calc( 16px + ( ( 1vw - 7.68px ) * 0.78125) );
    margin-bottom: 1.5625vw;
  }

  .p-middlename-header__lead {
    font-size: calc( 12px + ( ( 1vw - 7.68px ) * 0.390625) );
    margin-bottom: .8593750000000001vw;
    text-align: center;
  }

  .p-input__table {
    margin-bottom: 4.296875vw;
  }

  .p-explanation {
    border-radius: 3px;
    border: 1px solid #d6d6d6;
    padding: 2.34375vw 8.984375vw;
    margin: 0 2.734375vw 6.25vw;
  }

  .p-explanation-list-point {
    margin: 1.5625vw 0;
  }

  .p-explanation__footer {
    margin-bottom: 3.125vw;
  }

  .p-explanation-pdf {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3,1fr);
    margin: 1.5625vw 1.5625vw 1.171875vw;
    gap: 1.5625vw 3.125vw;
  }

  .p-explanation-pdf__item {
    margin: 0;
    height: 100%;
  }

  .p-explanation-pdf__item .c-btn--pdf,
  .p-explanation-pdf__item .c-btn--pdf-check {
    width: 100%;
    min-width: unset;
    padding-right: 3.75vw;
    height: 100%;
    min-height: 6.25vw;
  }

  .p-explanation-note {
    margin-bottom: 3.125vw;
  }

  .p-info__note {
    padding: 1.40625vw 2.03125vw;
    margin: 0 0 2.34375vw;
  }

  .p-info-section:not(:last-of-type) {
    margin-bottom: 5.9765625vw;
  }

  .p-info-section:last-of-type {
    margin-bottom: 3.515625vw;
  }

  .p-info-section__title {
    font-size: calc( 18px + ( ( 1vw - 7.68px ) * 1.171875) );
    margin-bottom: 1.953125vw;
  }

  .p-info-table:not(:last-of-type) {
    margin-bottom: 1.5625vw;
  }

  .p-info-table__caption {
    padding: 1.5625vw 1.5625vw 1.5625vw 3.125vw;
    font-size: calc( 14px + ( ( 1vw - 7.68px ) * 0.390625) );
  }

  .p-info-table__th1 {
    width: 23.4375vw;
    padding: 1.5625vw 1.5625vw 1.5625vw 3.125vw;
    text-align: left;
  }

  .p-info-table__th2 {
    border-right: 1px solid #d6d6d6;
    width: 15.625vw;
    padding: 1.5625vw 0 1.5625vw 3.125vw;
    text-align: left;
  }

  .p-info-table__th3 {
    width: 7.8125vw;
    padding: 1.5625vw 0;
  }

  .p-info-table__td1,
  .p-info-table__td2,
  .p-info-table__td3 {
    padding: 1.5625vw 1.5625vw 1.5625vw 3.125vw;
    width: auto;
  }

  .p-info-table__td1 {
    border-left: 1px solid #d6d6d6;
  }

  .p-info-table__td3 {
    width: calc(100% - 23.4375vw);
  }

  .p-info-toggle {
    margin-top: 3.125vw;
    font-size: calc( 14px + ( ( 1vw - 7.68px ) * 0.390625) );
  }

  .p-info-toggle:before {
    width: 1.640625vw;
    height: 1.640625vw;
    margin: 0 1.5625vw 0 0;
  }

  .p-complete__title {
    font-size: calc( 16px + ( ( 1vw - 7.68px ) * 0.78125) );
    margin: 3.125vw 0 1.5625vw;
  }

  .p-complete__body {
    margin-bottom: 3.90625vw;
  }

  .p-mypage-links {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 0 1.953125vw;
  }

  .p-mypage-links__item {
    margin-right: 1.953125vw;
  }

  .p-mypage-btns {
    padding: 2.34375vw 3.125vw 2.34375vw 1.5625vw;
    margin: 0 0 6.640625vw;
    border-radius: .390625vw;
  }

  .p-mypage__btn--arrow {
    min-width: 140px;
  }

  .p-mypage__btn--arrow:before {
    width: .703125vw;
    height: 1.25vw;
    margin-right: .78125vw;
  }

  .p-mypage__btn--cancel {
    width: 26.5625vw;
    min-width: 300px;
  }

  .p-mypage__btn--customer {
    width: 24.21875vw;
    height: 4.6875vw;
  }

  .p-save-header {
    margin: 6.25vw 0 2.34375vw;
  }

  .p-save-header__title {
    font-size: calc( 18px + ( ( 1vw - 7.68px ) * 0.78125) );
    margin-bottom: 1.5625vw;
  }

  .p-save-box {
    padding: 1.5625vw 6.875000000000001vw 1.328125vw 6.953125vw;
    margin: 0 auto 4.6875vw;
    width: 62.5vw;
  }

  .p-disease-header__title {
    font-size: calc( 20px + ( ( 1vw - 7.68px ) * 0.78125) );
    margin-bottom: .78125vw;
  }

  .p-disease-header__lead {
    font-size: calc( 14px + ( ( 1vw - 7.68px ) * 0.390625) );
  }

  .p-disease-alert {
    width: 340px;
    height: 4.6875vw;
    padding: 1.328125vw 1.5625vw;
    margin-bottom: .78125vw;
    font-size: calc( 14px + ( ( 1vw - 7.68px ) * 0.390625) );
  }

  .p-disease-box:not(:last-of-type) {
    margin-bottom: .78125vw;
  }

  .p-disease-box:last-of-type {
    margin-bottom: 1.5625vw;
  }

  .p-disease-box-header {
    height: 4.6875vw;
    padding: 0 1.5625vw;
  }

  .p-disease-box-header__btn {
    width: 4.375vw;
    height: 2.8125vw;
    font-size: calc( 10px + ( ( 1vw - 7.68px ) * 0.390625) );
  }

  .p-disease-box-header__label {
    width: 2.65625vw;
    height: 2.65625vw;
    font-size: calc( 11px + ( ( 1vw - 7.68px ) * 0.5859375) );
  }

  .p-disease-box-header__title {
    font-size: calc( 14px + ( ( 1vw - 7.68px ) * 0.390625) );
    left: 10.15625vw;
  }

  .p-disease-list__item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    border-bottom: 1px solid #d6d6d6;
  }

  .p-disease-list-header {
    width: 23.4375vw;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 23.4375vw;
    -ms-flex: 0 0 23.4375vw;
    flex: 0 0 23.4375vw;
  }

  .p-disease-list-header__title {
    width: 15.625vw;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 15.625vw;
    -ms-flex: 0 0 15.625vw;
    flex: 0 0 15.625vw;
  }

  .p-disease-list__body {
    padding: 1.5625vw;
    width: 62.5vw;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 62.5vw;
    -ms-flex: 0 0 62.5vw;
    flex: 0 0 62.5vw;
    border-right: 1px solid #d6d6d6;
  }

  .p-disease-checkbox {
    width: 7.8125vw;
  }

  .p-disease-checkbox .c-checkbox__label:after {
    margin-top: .390625vw;
    font-size: calc( 11px + ( ( 1vw - 7.68px ) * 0.5859375) );
  }

  .p-disease-textarea {
    height: 6.25vw;
    padding: 1.5625vw;
    margin-bottom: 1.171875vw;
    font-size: 16px;
    font-size: 1.6rem;
  }

  .p-disease-textarea__label {
    font-size: calc( 14px + ( ( 1vw - 7.68px ) * 0.390625) );
    margin-bottom: .78125vw;
  }

  .p-disease__footer {
    font-size: calc( 12px + ( ( 1vw - 7.68px ) * 0.78125) );
    margin-bottom: 5.078125vw;
  }

  .p-improvement-select-section {
    margin: 3.125vw 0 3.125vw;
  }

  .p-improvement-select-section__lead {
    margin: 0 0 1.171875vw;
    font-size: calc( 14px + ( ( 1vw - 7.68px ) * 0.390625) );
  }

  .p-improvement-select-table {
    width: auto;
    margin-bottom: 2px;
    margin-top: 40px;
  }

  .p-improvement-select-table__th {
    width: 18.75vw;
    padding: .625vw 0;
    text-align: center;
  }

  .p-improvement-select-table__td {
    width: 18.75vw;
    padding: .625vw;
    height: auto;
  }

  .p-improvement-select-table__text {
    width: 170px;
  }

  .p-select__title {
    font-size: calc( 16px + ( ( 1vw - 7.68px ) * 1.171875) );
    margin: 2.1875vw 0 .78125vw;
  }

  .p-select__lead {
    font-size: calc( 14px + ( ( 1vw - 7.68px ) * 0.390625) );
    margin: 0 0 2.34375vw;
  }

  .p-select-table {
    margin-bottom: 4.6875vw;
  }

  .p-select-table__th {
    width: 20.3125vw;
    height: 6.25vw;
    padding: 2.34375vw 0;
  }

  .p-select-table__th--check {
    padding: 1.5625vw 0;
  }

  .p-select-table__td {
    width: 21.875vw;
    height: 6.25vw;
    padding: 2.34375vw 0;
  }

  .p-select-table__td--check {
    padding: 1.5625vw 0;
  }

  .p-select__name {
    font-size: calc( 16px + ( ( 1vw - 7.68px ) * 0.390625) );
  }

  .p-select__name ._img {
    margin-right: .78125vw;
  }

  .p-select__price {
    font-size: calc( 16px + ( ( 1vw - 7.68px ) * 1.171875) );
  }

  .p-select__price ._strong {
    font-size: calc( 24px + ( ( 1vw - 7.68px ) * 1.171875) );
  }

  .p-select-fee {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    width: 16.40625vw;
    margin: 0 auto;
  }

  .p-select-fee__label {
    text-align: left;
    width: 10.15625vw;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 10.15625vw;
    -ms-flex: 0 0 10.15625vw;
    flex: 0 0 10.15625vw;
  }

  .p-select-fee__price {
    width: 5.46875vw;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 5.46875vw;
    -ms-flex: 0 0 5.46875vw;
    flex: 0 0 5.46875vw;
  }

  .p-select-checkbox {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .p-select-btns {
    margin: 0 0 6.640625vw;
  }

  .p-top-mv {
    background-color: #f7f7f7;
    width: 100%;
    padding: 2.34375vw 0 2.34375vw;
  }

  .p-top-mv .slick-arrow {
    width: 4.2421875vw;
    height: 4.234375vw;
    top: calc(50% - 3.90625vw);
  }

  .p-top-mv .slick-prev {
    left: 3.125vw;
  }

  .p-top-mv .slick-next {
    right: 3.125vw;
  }

  .p-top-mv .slick-dots {
    margin-top: 2.34375vw;
    height: .78125vw;
  }

  .p-top-info {
    padding: 2.34375vw 0;
  }

  .p-top-info__title {
    font-size: calc( 14px + ( ( 1vw - 7.68px ) * 0.390625) );
  }

  .p-top-info__txt:not(:last-of-type) {
    margin-bottom: 1.5625vw;
  }

  .p-top-fee {
    border-radius: 4px;
    border: solid 1px #d8d8d8;
    width: 23.4375vw;
    height: 4.6875vw;
    padding: 0 1.5625vw;
    font-size: 12px;
    font-size: 1.2rem;
  }

  .p-top-fee ._strong {
    font-size: calc( 14px + ( ( 1vw - 7.68px ) * 0.390625) );
  }

  .p-top-fees {
    margin: 1.5625vw 0 0;
  }

  .p-top-fees__item:not(:last-of-type) {
    margin: 0 .78125vw 0 0;
  }

  .p-top-list {
    padding: 3.125vw 0 5.078125vw;
  }

  .p-top-list__lead {
    font-size: calc( 16px + ( ( 1vw - 7.68px ) * 1.5625) );
    margin-bottom: 1.09375vw;
  }

  .p-top-list__lead ._strong {
    margin-right: 3.125vw;
    font-size: calc( 16px + ( ( 1vw - 7.68px ) * 1.5625) );
  }

  .p-top-list__item:not(:last-of-type) {
    margin-bottom: 2.34375vw;
  }

  .p-top-list__item:last-of-type {
    margin-bottom: 1.171875vw;
  }

  .p-top-list-header {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    padding: 2.34375vw 3.125vw;
  }

  .p-top-list-header-fee__price {
    font-size: calc( 14px + ( ( 1vw - 7.68px ) * 0.78125) );
  }

  .p-top-list-header-fee__price ._strong {
    font-size: calc( 16px + ( ( 1vw - 7.68px ) * 1.5625) );
  }

  .p-top-list-header__title {
    margin: 0 auto 0 0;
    font-size: calc( 16px + ( ( 1vw - 7.68px ) * 1.5625) );
  }

  .p-top-list-header__toggle {
    width: 56px;
    height: 36px;
    margin: 0 0 0 3.125vw;
  }

  .p-top-list-body {
    padding: 3.125vw 1.5625vw 2.734375vw;
  }

  .p-top-list-person__item {
    padding: 1.5625vw 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }

  .p-top-list-person__name {
    font-size: calc( 14px + ( ( 1vw - 7.68px ) * 0.390625) );
    width: 20.3125vw;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .p-top-list-plan {
    width: 100%;
    padding: 0;
  }

  .p-top-list-plan__item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: 44px;
  }

  .p-top-list-plan__item:not(:last-of-type) {
    margin-bottom: 1.2890625vw;
  }

  .p-top-list-plan__item__header {
    width: 55%;
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 55%;
    -ms-flex: 1 0 55%;
    flex: 1 0 55%;
  }

  .p-top-list-plan__item__footer {
    width: 45%;
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 45%;
    -ms-flex: 1 0 45%;
    flex: 1 0 45%;
    padding: .625vw .78125vw;
    max-width: 260px;
  }

  .p-top-list-plan__label {
    width: 75px;
    height: 44px;
    margin: 0 1.5625vw 0 0;
  }

  .p-top-list-plan__name {
    margin-right: .78125vw;
  }

  .p-top-list-plan__code {
    margin-right: 1.5625vw;
    max-width: calc((12px + ((1vw - 7.68px) * 0.390625)) * 8);
  }

  .p-top-list-plan__price {
    margin-right: 4px;
  }

  .p-top-list-plan__price ._strong {
    font-size: calc( 16px + ( ( 1vw - 7.68px ) * 0.390625) );
  }

  .p-top-footer {
    padding: 4.21875vw 0 0;
  }

  .p-top-floating .l-inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    height: 7.8125vw;
  }

  .p-top-floating-body__title {
    font-size: calc( 12px + ( ( 1vw - 7.68px ) * 0.390625) );
    margin-bottom: .390625vw;
  }

  .p-top-floating-body__title ._alert {
    margin-left: .78125vw;
  }

  .p-top-floating-body__txt {
    font-size: calc( 12px + ( ( 1vw - 7.68px ) * 0.390625) );
  }

  .p-top-floating-btns {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .p-top-floating-btns__item:not(:last-of-type) {
    margin-right: 1.171875vw;
  }

  .p-top-floating__btn {
    width: 12.5vw;
    height: 6.25vw;
    max-height: inherit;
    padding: .9375vw 0;
    font-size: calc( 12px + ( ( 1vw - 7.68px ) * 0.78125) );
    border-radius: .46875vw;
    border-bottom: .46875vw solid #0e3c37;
  }

  .p-top-floating__btn:before {
    margin-bottom: .78125vw;
  }

  .p-top-floating__btn:hover {
    -webkit-box-shadow: none;
    box-shadow: none;
    border-bottom: 0;
  }

  .p-top-floating__btn--mypage:before {
    width: 1.5859375vw;
    height: 1.5859375vw;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 1.5859375vw;
    -ms-flex: 0 0 1.5859375vw;
    flex: 0 0 1.5859375vw;
  }

  .p-top-floating__btn--continuation:before {
    width: 1.54296875vw;
    height: 1.23046875vw;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 1.23046875vw;
    -ms-flex: 0 0 1.23046875vw;
    flex: 0 0 1.23046875vw;
  }

  .p-top-floating__btn--donot:before {
    width: 1.54296875vw;
    height: 1.23046875vw;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 1.23046875vw;
    -ms-flex: 0 0 1.23046875vw;
    flex: 0 0 1.23046875vw;
  }

  .p-top-floating__btn--procedure {
    width: 15.625vw;
    border-bottom: .46875vw solid #881212;
  }

  .p-top-floating__btn--procedure:before {
    width: 1.5625vw;
    height: 1.5625vw;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 1.5625vw;
    -ms-flex: 0 0 1.5625vw;
    flex: 0 0 1.5625vw;
  }

  .p-top-floating__btn.is-disabled,
  .p-top-floating__btn:disabled {
    border: 0;
  }
}

@media screen and (min-width:950px) {
  .c-floating-fee__btn {
    width: 7.03125vw;
  }
}

@media screen and (min-width:1000px) {
  .c-section-header__title--fill {
    height: 4.6875vw;
    padding: 0 1.5625vw;
  }

  .c-floating__btn {
    width: 17.1875vw;
  }

  .l-sidebar {
    padding-left: 1.5625vw;
  }

  .c-sidebar-primary-nav__btn {
    width: 14.0625vw;
  }

  .p-detail-plan__checkbox .c-checkbox__label {
    margin: 0 1.5625vw 0 0;
  }

  .p-detail-plan__label {
    margin: 0 1.171875vw 0 0;
  }

  .p-detail-plan__toggle {
    margin: 0 2.34375vw 0 0;
  }

  .p-list-planlist {
    padding: 1.5625vw 1.5625vw 1.5625vw 10.9375vw;
  }

  .p-list-planlist__item {
    padding: 1.5625vw 3.125vw 1.5625vw 3.90625vw;
  }

  .p-list-planlist__icon {
    left: -10.546875vw;
  }

  .p-list-planlist__icon .--joined,
  .p-list-planlist__icon .--selected,
  .p-list-planlist__icon .--reco {
    width: 9.375vw;
  }

  .p-list-planlist__btn {
    width: 9.375vw;
  }

  .p-list-planlist-fee__item {
    width: 23.4375vw;
  }

  .p-top-fee {
    font-size: calc( 12px + ( ( 1vw - 7.68px ) * 0.390625) );
  }

  .p-top-fee ._strong {
    font-size: calc( 16px + ( ( 1vw - 7.68px ) * 0.390625) );
  }

  .p-top-floating-body__title {
    font-size: calc( 14px + ( ( 1vw - 7.68px ) * 0.390625) );
  }

  .p-top-floating-body__txt {
    font-size: calc( 14px + ( ( 1vw - 7.68px ) * 0.390625) );
  }

  .p-top-floating__btn {
    padding: 1.25vw 0 1.5625vw;
  }
}

@media screen and (min-width:1050.1px) {
  .p-detail__br {
    display: none;
  }
}

@media screen and (min-width:1081px) {
  .c-footer-contents {
    text-align: left;
  }

  .c-footer-contents .l-inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    height: 4.6875vw;
  }

  .c-copyright {
    text-align: right;
  }
}

@media screen and (min-width:1280px) {
  body {
    font-size: 14px;
    font-size: 1.4rem;
  }

  .u-fs22 {
    font-size: 22px;
    font-size: 2.2rem;
  }

  .u-fs20 {
    font-size: 20px;
    font-size: 2rem;
  }

  .u-fs18 {
    font-size: 18px;
    font-size: 1.8rem;
  }

  .u-fs16 {
    font-size: 16px;
    font-size: 1.6rem;
  }

  .u-fs14 {
    font-size: 14px;
    font-size: 1.4rem;
  }

  .u-fs12 {
    font-size: 12px;
    font-size: 1.2rem;
  }

  .u-link--pdf:after {
    margin: 0 0 0 3px;
    width: 32px;
  }

  .u-heading-h1 {
    font-size: 24px;
    font-size: 2.4rem;
  }

  .u-mb12 {
    margin-bottom: 12px;
  }

  .u-mb18 {
    margin-bottom: 18px;
  }

  .u-mb24 {
    margin-bottom: 24px;
  }

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

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

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

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

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

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

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

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

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

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

  .u-mt55 {
    margin-top: 55px !important;
  }

  .u-mt60 {
    margin-top: 60px !important;
  }

  .u-mt65 {
    margin-top: 65px !important;
  }

  .u-mt70 {
    margin-top: 70px !important;
  }

  .u-mt75 {
    margin-top: 75px !important;
  }

  .u-mt80 {
    margin-top: 80px !important;
  }

  .u-mt85 {
    margin-top: 85px !important;
  }

  .u-mt90 {
    margin-top: 90px !important;
  }

  .u-mt95 {
    margin-top: 95px !important;
  }

  .u-mt100 {
    margin-top: 100px !important;
  }

  .u-mt105 {
    margin-top: 105px !important;
  }

  .u-mt110 {
    margin-top: 110px !important;
  }

  .u-mt115 {
    margin-top: 115px !important;
  }

  .u-mt120 {
    margin-top: 120px !important;
  }

  .u-mt125 {
    margin-top: 125px !important;
  }

  .u-mt130 {
    margin-top: 130px !important;
  }

  .u-mt135 {
    margin-top: 135px !important;
  }

  .u-mt140 {
    margin-top: 140px !important;
  }

  .u-mt145 {
    margin-top: 145px !important;
  }

  .u-mt150 {
    margin-top: 150px !important;
  }

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

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

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

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

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

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

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

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

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

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

  .u-mb55 {
    margin-bottom: 55px !important;
  }

  .u-mb60 {
    margin-bottom: 60px !important;
  }

  .u-mb65 {
    margin-bottom: 65px !important;
  }

  .u-mb70 {
    margin-bottom: 70px !important;
  }

  .u-mb75 {
    margin-bottom: 75px !important;
  }

  .u-mb80 {
    margin-bottom: 80px !important;
  }

  .u-mb85 {
    margin-bottom: 85px !important;
  }

  .u-mb90 {
    margin-bottom: 90px !important;
  }

  .u-mb95 {
    margin-bottom: 95px !important;
  }

  .u-mb100 {
    margin-bottom: 100px !important;
  }

  .u-mb105 {
    margin-bottom: 105px !important;
  }

  .u-mb110 {
    margin-bottom: 110px !important;
  }

  .u-mb115 {
    margin-bottom: 115px !important;
  }

  .u-mb120 {
    margin-bottom: 120px !important;
  }

  .u-mb125 {
    margin-bottom: 125px !important;
  }

  .u-mb130 {
    margin-bottom: 130px !important;
  }

  .u-mb135 {
    margin-bottom: 135px !important;
  }

  .u-mb140 {
    margin-bottom: 140px !important;
  }

  .u-mb145 {
    margin-bottom: 145px !important;
  }

  .u-mb150 {
    margin-bottom: 150px !important;
  }

  .u-mr5 {
    margin-right: 5px !important;
  }

  .u-mr10 {
    margin-right: 10px !important;
  }

  .u-mr15 {
    margin-right: 15px !important;
  }

  .u-mr20 {
    margin-right: 20px !important;
  }

  .u-mr25 {
    margin-right: 25px !important;
  }

  .u-mr30 {
    margin-right: 30px !important;
  }

  .u-mr35 {
    margin-right: 35px !important;
  }

  .u-mr40 {
    margin-right: 40px !important;
  }

  .u-mr45 {
    margin-right: 45px !important;
  }

  .u-mr50 {
    margin-right: 50px !important;
  }

  .u-mr55 {
    margin-right: 55px !important;
  }

  .u-mr60 {
    margin-right: 60px !important;
  }

  .u-mr65 {
    margin-right: 65px !important;
  }

  .u-mr70 {
    margin-right: 70px !important;
  }

  .u-mr75 {
    margin-right: 75px !important;
  }

  .u-mr80 {
    margin-right: 80px !important;
  }

  .u-mr85 {
    margin-right: 85px !important;
  }

  .u-mr90 {
    margin-right: 90px !important;
  }

  .u-mr95 {
    margin-right: 95px !important;
  }

  .u-mr100 {
    margin-right: 100px !important;
  }

  .u-mr105 {
    margin-right: 105px !important;
  }

  .u-mr110 {
    margin-right: 110px !important;
  }

  .u-mr115 {
    margin-right: 115px !important;
  }

  .u-mr120 {
    margin-right: 120px !important;
  }

  .u-mr125 {
    margin-right: 125px !important;
  }

  .u-mr130 {
    margin-right: 130px !important;
  }

  .u-mr135 {
    margin-right: 135px !important;
  }

  .u-mr140 {
    margin-right: 140px !important;
  }

  .u-mr145 {
    margin-right: 145px !important;
  }

  .u-mr150 {
    margin-right: 150px !important;
  }

  .u-ml5 {
    margin-left: 5px !important;
  }

  .u-ml10 {
    margin-left: 10px !important;
  }

  .u-ml15 {
    margin-left: 15px !important;
  }

  .u-ml20 {
    margin-left: 20px !important;
  }

  .u-ml25 {
    margin-left: 25px !important;
  }

  .u-ml30 {
    margin-left: 30px !important;
  }

  .u-ml35 {
    margin-left: 35px !important;
  }

  .u-ml40 {
    margin-left: 40px !important;
  }

  .u-ml45 {
    margin-left: 45px !important;
  }

  .u-ml50 {
    margin-left: 50px !important;
  }

  .u-ml55 {
    margin-left: 55px !important;
  }

  .u-ml60 {
    margin-left: 60px !important;
  }

  .u-ml65 {
    margin-left: 65px !important;
  }

  .u-ml70 {
    margin-left: 70px !important;
  }

  .u-ml75 {
    margin-left: 75px !important;
  }

  .u-ml80 {
    margin-left: 80px !important;
  }

  .u-ml85 {
    margin-left: 85px !important;
  }

  .u-ml90 {
    margin-left: 90px !important;
  }

  .u-ml95 {
    margin-left: 95px !important;
  }

  .u-ml100 {
    margin-left: 100px !important;
  }

  .u-ml105 {
    margin-left: 105px !important;
  }

  .u-ml110 {
    margin-left: 110px !important;
  }

  .u-ml115 {
    margin-left: 115px !important;
  }

  .u-ml120 {
    margin-left: 120px !important;
  }

  .u-ml125 {
    margin-left: 125px !important;
  }

  .u-ml130 {
    margin-left: 130px !important;
  }

  .u-ml135 {
    margin-left: 135px !important;
  }

  .u-ml140 {
    margin-left: 140px !important;
  }

  .u-ml145 {
    margin-left: 145px !important;
  }

  .u-ml150 {
    margin-left: 150px !important;
  }

  .c-btn {
    font-size: 16px;
    font-size: 1.6rem;
    width: 200px;
    height: 60px;
    border-radius: 3px;
  }

  .c-btn--pdf {
    height: 80px;
    width: 255px;
    padding: 0 15px;
    border-radius: 5px;
    font-size: 14px;
    font-size: 1.4rem;
  }

  .c-btn--pdf {
    -webkit-box-shadow: 0 5px 0 0 #dbdbdb;
    box-shadow: 0 5px 0 0 #dbdbdb;
  }

  .c-btn--pdf:after {
    margin: 0 0 0 13px;
    width: 32px;
    right: 10px;
  }

  .c-btn--pdf-check {
    width: 280px;
    height: 80px;
    font-size: 14px;
    font-size: 1.4rem;
  }

  .c-btn--more {
    height: 60px;
    width: 400px;
    border-radius: 30px;
  }

  .c-btn--sm {
    width: 120px;
    height: 40px;
    border-radius: 3px;
  }

  .c-btn--lg {
    width: 300px;
  }

  .c-btn--low {
    height: 50px;
  }

  .c-btn--mail {
    width: 400px;
    height: 60px;
    margin: 40px auto 0;
    border-radius: 30px;
  }

  .c-btn--mail:before {
    width: 22px;
    height: 18px;
    margin-right: 20px;
  }

  .c-btn--address {
    width: 80px;
    height: 26px;
    font-size: 14px;
    font-size: 1.4rem;
  }

  .c-btns__item {
    margin: 0 15px;
  }

  .c-input {
    width: 160px;
    padding: 10px;
  }

  .c-input--w100 {
    width: 100px;
  }

  .c-input--w160 {
    width: 160px;
  }

  .c-input--w240 {
    width: 240px;
  }

  .c-input--w300 {
    width: 300px;
  }

  .c-input--w400 {
    width: 400px;
  }

  .c-input--w500 {
    width: 500px;
  }

  .c-input--max {
    width: 100%;
  }

  .c-input--address {
    margin: 0 12px;
  }

  .c-form__item {
    margin: 0 20px 0 0;
  }

  .c-form__item--vertical {
    margin: 0 0 10px;
  }

  .c-form__label {
    margin-right: 10px;
  }

  .c-form__label--vertical {
    margin-bottom: 5px;
  }

  .c-form__label--vertical {
    margin-bottom: 5px;
  }

  .c-form__label--align {
    margin-right: 3px;
  }

  .c-radio--frame {
    width: 180px;
    height: 52px;
    border-radius: 5px;
    padding: 0 0 0 15px;
  }

  .c-radio--frame .c-radio__input:checked + .c-radio__label--check:before {
    top: 14px;
    left: 15px;
  }

  .c-checkbox__label {
    margin-right: 8px;
  }

  .c-checkbox__label:before {
    width: 32px;
    height: 32px;
  }

  .c-select--year {
    width: 100px;
  }

  .c-select--w300 {
    width: 300px;
  }

  .c-select--w200 {
    width: 200px;
  }

  .c-select--max {
    width: 100%;
  }

  .c-select__item {
    font-size: 14px;
    font-size: 1.4rem;
  }

  .c-select--md {
    width: 300px;
  }

  .c-table__th {
    width: 300px;
    font-size: 16px;
    font-size: 1.6rem;
    padding: 10px 10px 10px 40px;
  }

  .c-table__th--full {
    width: auto;
  }

  .c-table__th.is-required:after {
    width: 40px;
    height: 24px;
    border-radius: 5px;
    right: 20px;
    font-size: 14px;
    font-size: 1.4rem;
  }

  .c-table__note {
    font-size: 12px;
    font-size: 1.2rem;
    margin-top: 10px;
  }

  .c-section-header__title {
    font-size: 30px;
    font-size: 3rem;
    margin-bottom: 24px;
  }

  .c-section-header__title--borderLeft {
    margin-bottom: 20px;
  }

  .c-section-header__title--borderBottom,
  .c-section-header__title--borderBottomCenter {
    font-size: 24px;
    font-size: 2.4rem;
    padding-bottom: 16px;
    margin-bottom: 40px;
  }

  .c-section-header__title--borderBottomCenter,
  .c-section-header__title--borderBottomCenterCenter {
    margin-bottom: 15px;
    font-size: 20px;
    font-size: 2rem;
  }

  .c-section-header__title--sm {
    font-size: 20px;
    font-size: 2rem;
    margin: 0 0 18px;
  }

  .c-section-header__title--fill {
    height: 60px;
    font-size: 18px;
    font-size: 1.8rem;
    padding: 0 20px;
  }

  .c-frame {
    padding: 25px;
  }

  .c-pamphlet {
    margin-bottom: 100px;
    gap: 20px;
  }

  .c-pamphlet__item .c-btn--pdf {
    padding-right: 48px;
  }

  .c-pamphlet-header {
    height: 137px;
  }

  .c-pamphlet-header__title {
    font-size: 16px;
    font-size: 1.6rem;
  }

  .c-pamphlet-header__caption {
    font-size: 14px;
    font-size: 1.4rem;
  }

  .c-accordion-toggle--plus {
    font-size: 18px;
    font-size: 1.8rem;
    height: 80px;
    padding: 0 30px;
  }

  .c-accordion-wrap--plus {
    padding: 25px 30px;
  }

  .c-modal {
    width: 900px;
    padding: 40px 90px;
    border-radius: 10px;
  }

  .c-modal--login {
    width: 800px;
  }

  .c-modal-header__title--dialog {
    font-size: 16px;
    font-size: 1.6rem;
  }

  .c-modal-header__title--inquiry {
    font-size: 20px;
    font-size: 2rem;
    margin: 0 0 30px;
  }

  .c-modal--dialog {
    width: 600px;
  }

  .c-modal--inquiry {
    width: 800px;
  }

  .c-modal--select {
    width: 700px;
    padding-left: 38px;
    padding-right: 38px;
  }

  .c-modal--add {
    width: 1200px;
  }

  .c-modal--breakdown {
    width: 900px;
    padding-left: 50px;
    padding-right: 50px;
  }

  .c-modal--help {
    width: 900px;
    height: auto;
    padding-left: 50px;
    padding-right: 50px;
  }

  .c-modal--disease {
    width: 1200px;
    height: auto;
    padding-left: 50px;
    padding-right: 50px;
  }

  .c-modal-btns {
    margin-top: 45px;
  }

  .c-modal-btns__item {
    margin: 0 15px;
  }

  .c-modal-btns__item--dialog {
    margin: 0 20px;
  }

  .c-modal-inquiry-tel {
    font-size: 30px;
    font-size: 3rem;
    margin-bottom: 20px;
  }

  .c-modal-inquiry-tel ._small {
    font-size: 18px;
    font-size: 1.8rem;
  }

  .c-modal-inquiry-list {
    width: 400px;
    margin: 0 auto 20px;
  }

  .c-floating .l-inner {
    padding: 8px 0;
  }

  .c-floating-fee__item:not(:last-of-type) {
    margin-right: 10px;
  }

  .c-floating-fee__content {
    border-radius: 2px;
    height: 58px;
    padding: 0 20px 0 12px;
  }

  .c-floating-fee__plan {
    margin-right: 40px;
  }

  .c-floating-fee__price {
    font-size: 18px;
    font-size: 1.8rem;
    margin-top: 5px;
  }

  .c-floating-fee__price ._strong {
    font-size: 24px;
    font-size: 2.4rem;
  }

  .c-floating-fee__btn {
    font-size: 14px;
    font-size: 1.4rem;
    width: 90px;
    height: 40px;
    border-radius: 4px;
    margin-left: 15px;
  }

  .c-floating__btn {
    margin-left: 20px;
    height: 60px;
    width: 220px;
    border-bottom: 5px solid #144d46;
    border-radius: 5px;
  }

  .c-floating__btn--red {
    background-color: #d03d3d;
    border-color: #881212;
  }

  .c-floating__btn:hover {
    border-bottom: 0;
  }

  .c-progress {
    height: 100px;
    padding-top: 20px;
  }

  .c-alerts {
    padding: 10px;
    width: 920px;
    margin: 0 0 20px auto;
  }

  .c-pageback {
    padding: 20px 0;
  }

  .c-pageback__link:before {
    width: 9px;
    height: 16px;
    margin-right: 10px;
  }

  .l-container {
    width: 960px;
  }

  .l-clm {
    width: 1200px;
  }

  .l-sidebar {
    width: 200px;
    padding-left: 20px;
  }

  .c-header .l-inner {
    height: 70px;
  }

  .c-header--login .l-inner--md {
    height: 80px;
  }

  .c-header-primary-nav__groupname,
  .c-header-primary-nav__personalname {
    font-size: 16px;
    font-size: 1.6rem;
  }

  .c-header-primary-nav__list {
    font-size: 14px;
    font-size: 1.4rem;
  }

  .c-header-primary-nav__item {
    margin-left: 25.5px;
    padding-left: 25.5px;
  }

  .c-header-secondary-nav__groupname,
  .c-header-secondary-nav__personalname {
    font-size: 16px;
    font-size: 1.6rem;
  }

  .c-header-secondary-nav__list {
    font-size: 14px;
    font-size: 1.4rem;
  }

  .c-header-secondary-nav__item {
    margin-left: 25.5px;
    padding-left: 25.5px;
  }

  .c-sidebar-primary-nav__list {
    width: 31px;
    margin-right: 30px;
  }

  .c-sidebar-primary-nav__item:not(:first-of-type) {
    margin-top: 10px;
  }

  .c-sidebar-primary-nav__item--add,
  .c-sidebar-primary-nav__item--update,
  .c-sidebar-primary-nav__item--delete {
    margin-top: 17px !important;
  }

  .c-sidebar-primary-nav__btn {
    width: 180px;
    min-height: 73px;
    padding: 10px;
    border-radius: 5px;
  }

  .c-sidebar-primary-nav__btn ._strong {
    font-size: 20px;
    font-size: 2rem;
  }

  .c-sidebar-primary-nav__btn ._small {
    font-size: 12px;
    font-size: 1.2rem;
  }

  .c-sidebar-primary-nav__btn.is-current {
    margin-bottom: 40px;
  }

  .c-sidebar-primary-nav__btn--add {
    font-size: 16px;
    font-size: 1.6rem;
  }

  .c-sidebar-primary-nav__btn--add:before {
    margin: 0 10px 0 5px;
    width: 20px;
    height: 20px;
  }

  .c-sidebar-primary-nav__btn--update {
    font-size: 16px;
    font-size: 1.6rem;
  }

  .c-sidebar-primary-nav__btn--delete {
    font-size: 16px;
    font-size: 1.6rem;
  }

  .c-sidebar-secondary-nav {
    width: 180px;
  }

  .c-sidebar-secondary-nav__item {
    font-size: 14px;
    font-size: 1.4rem;
    margin-bottom: 20px;
  }

  .c-main {
    margin: 70px 0 85px;
  }

  .c-main--login {
    padding-bottom: 80px;
    margin: 0;
  }

  .c-main--floating {
    margin-bottom: 200px;
  }

  .c-footer-contents {
    font-size: 12px;
    font-size: 1.2rem;
  }

  .c-footer-contents .l-inner {
    height: 60px;
  }

  .c-footer-nav {
    height: 80px;
  }

  .c-footer-nav__list {
    padding-right: 35px;
  }

  .c-footer-nav__item {
    padding: 0 0 0 35px;
  }

  .c-footer-nav__item:not(:nth-of-type(2)) {
    margin: 0 0 0 35px;
  }

  .c-page-header--login {
    height: 100px;
    margin-bottom: 40px;
  }

  .c-page-header__title {
    font-size: 24px;
    font-size: 2.4rem;
    height: 60px;
  }

  .c-page-header__title--login {
    font-size: 40px;
    font-size: 4rem;
  }

  .c-page-header__title--secondary {
    font-size: 28px;
    font-size: 2.8rem;
    margin: 25px 0 20px;
  }

  .c-page-header__lead {
    font-size: 16px;
    font-size: 1.6rem;
    margin: -10px 0 40px;
  }

  .p-announcement__lead {
    padding: 25px 10px;
    margin: 0 0 40px;
    font-size: 16px;
    font-size: 1.6rem;
  }

  .p-announcement__info {
    margin: 0 0 45px;
    font-size: 16px;
    font-size: 1.6rem;
  }

  .p-announcement__radio:not(:last-of-type) {
    margin-right: 55px;
  }

  .p-announcement__radio:last-of-type {
    margin-right: 0;
  }

  .p-announcement__add {
    margin: 25px 0 10px;
  }

  .p-announcement__add:before {
    margin-right: 8px;
  }

  .p-announcement-section:not(:last-of-type) {
    margin: 0 0 60px;
  }

  .p-announcement-section__lead {
    margin: 0 0 25px;
    font-size: 16px;
    font-size: 1.6rem;
  }

  .p-announcement-box {
    margin-bottom: 45px;
  }

  .p-announcement-box-lead {
    padding: 27px 40px;
  }

  .p-announcement-question {
    padding: 35px 45px;
  }

  .p-announcement-question__title {
    font-size: 16px;
    font-size: 1.6rem;
    margin-bottom: 10px;
  }

  .p-announcement-question__item {
    padding: 25px 30px;
  }

  .p-announcement-answer__name {
    width: 320px;
    height: 80px;
    font-size: 16px;
    font-size: 1.6rem;
  }

  .p-announcement-answer__answer {
    padding: 0 0 0 40px;
  }

  .p-announcement-answer__btn {
    font-size: 16px;
    font-size: 1.6rem;
    width: auto;
    height: 54px;
    padding: 0 20px;
    margin-right: 30px;
  }

  .p-announcement-answer-select {
    margin: 0 0 0 20px;
  }

  .p-announcement-answer-select .c-select {
    width: 160px;
  }

  .p-announcement-others,
  .p-announcement-history {
    padding: 10px 45px;
  }

  .p-announcement-others__body,
  .p-announcement-history__body {
    height: 60px;
    font-size: 16px;
    font-size: 1.6rem;
  }

  .p-announcement-others__input,
  .p-announcement-history__input {
    width: 240px;
    margin-right: 10px;
  }

  .p-announcement-history__input,
  .p-announcement-history__select {
    width: 190px;
    margin-right: 10px;
  }

  .p-announcement-history__delete {
    right: -30px;
    width: 14px;
    height: 14px;
  }

  .p-announcement-table__th {
    width: 240px;
    padding: 8px 0;
  }

  .p-announcement-table__td {
    width: 240px;
    padding: 8px;
    height: auto;
  }

  .p-plan-header {
    padding-bottom: 14px;
    margin-bottom: 60px;
  }

  .p-plan-header--list {
    padding-bottom: 0;
    margin-bottom: 0;
  }

  .p-plan-pdf {
    margin: 0 0 70px;
    gap: 0 20px;
  }

  .p-plan-pdf .c-btn--pdf {
    height: 64px;
    padding-right: 48px;
  }

  .p-plan-pdf--announcement {
    margin: 0 0 15px;
  }

  .p-plan-pdf--announcement .c-btn--pdf {
    min-width: 235px;
    height: 80px;
  }

  .p-plan-pdf__item {
    margin: 0 0 .78125vw;
  }

  .p-breakdown__table--header {
    margin-bottom: 60px;
  }

  .p-breakdown__table--header .p-breakdown__td {
    padding-top: 17px;
    padding-bottom: 17px;
    font-size: 16px;
    font-size: 1.6rem;
  }

  .p-breakdown__table--header .p-breakdown__td ._strong {
    font-size: 20px;
    font-size: 2rem;
  }

  .p-breakdown__thead {
    height: 60px;
  }

  .p-add-header {
    margin-bottom: 30px;
  }

  .p-add-header__title {
    font-size: 22px;
    font-size: 2.2rem;
  }

  .p-add-header__lead {
    font-size: 16px;
    font-size: 1.6rem;
  }

  .p-add-check {
    margin: 20px 0 20px 50px;
  }

  .p-add-btns {
    margin-top: 47.5px;
  }

  .p-help__title--primary {
    font-size: 18px;
    font-size: 1.8rem;
    margin: 0 0 20px;
  }

  .p-help__title--secondary {
    font-size: 16px;
    font-size: 1.6rem;
    margin: 0 0 20px;
  }

  .p-help__body {
    font-size: 16px;
    font-size: 1.6rem;
  }

  .p-help__section:not(:last-of-type) {
    margin-bottom: 40px;
  }

  .p-job-header__title {
    font-size: 16px;
    font-size: 1.6rem;
    margin-bottom: 35px;
  }

  .p-job-table {
    width: 800px;
  }

  .p-contact-header {
    margin-bottom: 30px;
  }

  .p-contact-header__title {
    font-size: 22px;
    font-size: 2.2rem;
    margin-bottom: 8px;
  }

  .p-contact-header__lead {
    font-size: 16px;
    font-size: 1.6rem;
  }

  .p-contact-box {
    padding: 25px 80px;
    margin-bottom: 35px;
  }

  .p-contact-box__title {
    font-size: 18px;
    font-size: 1.8rem;
    margin-bottom: 20px;
  }

  .p-detail-header {
    margin-bottom: 60px;
  }

  .p-detail-header__title {
    font-size: 28px;
    font-size: 2.8rem;
  }

  .p-detail-header__title ._small {
    font-size: 20px;
    font-size: 2rem;
    margin-top: 5px;
  }

  .p-detail-header__lead {
    font-size: 16px;
    font-size: 1.6rem;
  }

  .p-detail-section {
    width: 920px;
    margin: 0 0 60px auto;
  }

  .p-detail-section--option {
    margin-bottom: 0;
  }

  .p-detail-section-header {
    padding: 0 0 25px;
  }

  .p-detail-section-header__figure {
    width: 200px;
  }

  .p-detail-section-header__img {
    height: auto;
  }

  .p-detail-section-header__title {
    font-size: 30px;
    font-size: 3rem;
    margin-bottom: 8px;
  }

  .p-detail-section-header__title ._small {
    font-size: 20px;
    font-size: 2rem;
    margin: 13px 0 0;
  }

  .p-detail-section-header__lead {
    font-size: 16px;
    font-size: 1.6rem;
  }

  .p-detail-section-body {
    padding: 30px;
    border-radius: 5px;
  }

  .p-detail-section-body--option {
    margin-top: -15px;
  }

  .p-detail-section-body__lead {
    font-size: 16px;
    font-size: 1.6rem;
    margin-bottom: 20px;
  }

  .p-detail-section-body__lead ._strong {
    font-size: 20px;
    font-size: 2rem;
  }

  .p-detail-plan:first-of-type .p-detail-plan__item:first-of-type.is-joined,
  .p-detail-plan:first-of-type .p-detail-plan__item:first-of-type.is-reco {
    margin-top: 22px;
  }

  .p-detail-plan__item {
    margin: 0 0 20px;
    border-radius: 5px;
  }

  .p-detail-plan__item--income .p-detail-plan__fee {
    margin-right: 20px;
  }

  .p-detail-plan__item.is-active:after,
  .p-detail-plan__item.is-selected:after {
    border-radius: 5px;
    border-width: 5px;
  }

  .p-detail-plan__item.is-joined,
  .p-detail-plan__item.is-reco {
    margin-top: 52px;
  }

  .p-detail-plan__item.--top {
    margin-top: 22px;
  }

  .p-detail-plan-header,
  .p-detail-option-header {
    padding: 0 0 0 100px;
    min-height: 79px;
  }

  .p-detail-plan-header__icon,
  .p-detail-option-header__icon {
    top: -42px;
  }

  .p-detail-plan-header__icon ._icon,
  .p-detail-option-header__icon ._icon {
    font-size: 12px;
    font-size: 1.2rem;
    height: 30px;
  }

  .p-detail-plan-header__icon ._icon:after,
  .p-detail-option-header__icon ._icon:after {
    bottom: -8px;
    border-width: 11px 7px 0 7px;
  }

  .p-detail-plan-header__icon ._icon:not(:last-of-type),
  .p-detail-option-header__icon ._icon:not(:last-of-type) {
    margin: 0 4px 0 0;
  }

  .p-detail-plan__checkbox .c-checkbox__label {
    margin: 0 20px 0 0;
    width: 80px;
    height: 80px;
  }

  .p-detail-plan__label {
    margin: 0 15px 0 0;
    height: 48px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 60px;
    -ms-flex: 0 0 60px;
    flex: 0 0 60px;
    line-height: 1.6;
  }

  .p-detail-plan__name {
    font-size: 18px;
    font-size: 1.8rem;
    padding: 10px 0;
    margin: 0 16px 0 0;
  }

  .p-detail-plan__body {
    padding: 30px;
  }

  .p-detail-plan__body--income {
    margin: 13px 20px 20px;
    padding: 40px 33px 49px 40px;
    border-radius: 5px;
  }

  .p-detail-plan__code {
    font-size: 16px;
    font-size: 1.6rem;
    max-width: 12rem;
    margin: 0 16px 0 0;
  }

  .p-detail-plan__reco {
    right: 386px;
    width: 60px;
    height: 42px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 60px;
    -ms-flex: 0 0 60px;
    flex: 0 0 60px;
    margin: 0 25px 0 0;
  }

  .p-detail-plan__fee {
    margin: 0 16px 0 auto;
    height: 52px;
    padding: 0 12px 0 20px;
    border-radius: 7px;
    border: solid 3px #ebebeb;
  }

  .p-detail-plan__price {
    font-size: 20px;
    font-size: 2rem;
  }

  .p-detail-plan__price ._strong {
    font-size: 24px;
    font-size: 2.4rem;
    margin-left: 16px;
  }

  .p-detail-plan__price ._small {
    margin-left: 5px;
  }

  .p-detail-plan__age {
    font-size: 16px;
    font-size: 1.6rem;
    width: 739px;
    height: 60px;
    margin: 0 auto 20px;
    border-radius: 30px;
  }

  .p-detail-plan__toggle {
    width: 56px;
    height: 36px;
    margin: 0 30px 0 0;
    border-radius: 3px;
    font-size: 12px;
    font-size: 1.2rem;
  }

  .p-detail-plan__thead {
    font-size: 14px;
    font-size: 1.4rem;
    padding: 5px 0 5px 30px;
  }

  .p-detail-plan__th {
    width: 380px;
    padding: 14px;
    padding: 8px 0 8px 30px;
    font-size: 14px;
    font-size: 1.4rem;
  }

  .p-detail-plan__th.--w300 {
    width: 300px;
    padding: 8px 10px;
  }

  .p-detail-plan__th.--w200 {
    width: 200px;
    padding: 8px 10px;
  }

  .p-detail-plan__td {
    font-size: 12px;
    font-size: 1.2rem;
    padding: 8px 20px 8px 0;
  }

  .p-detail-plan__td ._strong {
    font-size: 14px;
    font-size: 1.4rem;
  }

  .p-detail-plan__td--form {
    padding: 8px 16px;
  }

  .p-detail-plan__title--secondary {
    font-size: 20px;
    font-size: 2rem;
    margin-bottom: 10px;
  }

  .p-detail-plan__btnStop {
    width: 220px;
    height: 48px;
    padding: 0 0 0 18px;
    border-radius: 3px;
    font-size: 14px;
    font-size: 1.4rem;
  }

  .p-detail-option__item:not(:last-of-type) {
    margin: 0 0 20px;
  }

  .p-detail-option__content.is-active:before {
    font-size: 12px;
    font-size: 1.2rem;
    padding-right: 8px;
    left: -80px;
    top: 16px;
    width: 68px;
    height: 42px;
    border-radius: 5px;
  }

  .p-detail-option-header {
    padding: 0 20px 0 0;
    height: 80px;
  }

  .p-detail-option-footer {
    font-size: 14px;
    font-size: 1.4rem;
    border-radius: 0 0 5px 5px;
  }

  .p-detail-option-footer__item {
    padding: 10px 20px;
  }

  .p-detail-option-footer__item {
    padding: 10px 20px;
  }

  .p-detail-option__select {
    width: 200px;
    margin: 0 0 0 20px;
  }

  .p-detail-option__btn {
    margin: 20px 0 20px auto;
  }

  .p-detailGroupSynthesis__lead {
    font-size: 16px;
    font-size: 1.6rem;
    margin-bottom: 40px;
  }

  .p-income-plan__table {
    margin: 0 40px 20px;
    width: calc(100% - 80px);
  }

  .p-income-plan__table .p-detail-plan__th {
    font-size: 16px;
    font-size: 1.6rem;
    width: 280px;
  }

  .p-income-plan__table .p-detail-plan__th ._small {
    font-size: 16px;
    font-size: 1.6rem;
  }

  .p-income-plan__table .p-detail-plan__td {
    font-size: 16px;
    font-size: 1.6rem;
    padding: 13px 20px 13px 40px;
  }

  .p-income-plan__list {
    margin-top: 12px;
  }

  .p-jaldanpo-mv {
    margin-bottom: 24px;
  }

  .p-jaldanpo__lead {
    font-size: 16px;
    font-size: 1.6rem;
    margin-bottom: 24px;
  }

  .p-jaldanpo-body {
    padding: 57px 0;
    margin-bottom: 24px;
  }

  .p-jaldanpo-body__input {
    width: 300px;
    height: 46px;
    margin: 0 20px 0 30px;
  }

  .p-jaldanpo-body__btn {
    width: 140px;
    height: 46px;
    border-radius: 5px;
    font-size: 14px;
    font-size: 1.4rem;
  }

  .p-list-lead {
    width: 960px;
    margin: 40px auto 30px;
    padding: 23px 32px 21px 28px;
    border-radius: 5px;
  }

  .p-list-lead__txt {
    font-size: 14px;
    font-size: 1.4rem;
  }

  .p-list-lead__txt:not(:last-of-type) {
    margin-bottom: 20px;
  }

  .p-list-clm {
    margin: 0 auto 85px;
  }

  .p-list-anchor {
    padding: 6px 0;
    border-radius: 5px;
    margin-bottom: 55px;
  }

  .p-list-anchor__list {
    margin: 0 40px;
  }

  .p-list-anchor__item {
    padding: 15px 10px;
  }

  .p-list-section:not(:last-of-type) {
    margin-bottom: 55px;
  }

  .p-list-section--synthesis {
    margin-bottom: 75px;
  }

  .p-list-section__lead {
    margin-bottom: 15px;
  }

  .p-list-planlist {
    border-radius: 5px;
    padding: 20px 20px 20px 140px;
  }

  .p-list-planlist__item {
    padding: 20px 40px 20px 50px;
    border: solid 4px #f2f2f2;
  }

  .p-list-planlist__item:not(:last-of-type) {
    margin-bottom: 10px;
  }

  .p-list-planlist__item.is-joined:before {
    border-width: 4px;
  }

  .p-list-planlist__item.is-selected:before {
    border-width: 4px;
  }

  .p-list-planlist__icon {
    left: -125px;
    font-size: 12px;
    font-size: 1.2rem;
  }

  .p-list-planlist__icon ._icon {
    padding: 0 10px;
  }

  .p-list-planlist__icon ._icon:not(:last-of-type) {
    margin: 0 0 4px;
  }

  .p-list-planlist__icon .--joined,
  .p-list-planlist__icon .--selected,
  .p-list-planlist__icon .--reco {
    width: 110px;
    height: 36px;
    border-radius: 5px;
  }

  .p-list-planlist__icon .--joined:after,
  .p-list-planlist__icon .--selected:after,
  .p-list-planlist__icon .--reco:after {
    right: -10px;
    border-width: 7px 0 7px 11px;
  }

  .p-list-planlist__label {
    margin-right: 18px;
    left: 50px;
    width: 64px;
    height: 44px;
    line-height: 18px;
  }

  .p-list-planlist__name {
    margin-right: 20px;
    margin-left: 92px;
  }

  .p-list-planlist-info {
    margin-right: 20px;
  }

  .p-list-planlist-info__item:not(:last-of-type) {
    margin: 0 0 5px;
  }

  .p-list-planlist__code {
    margin-right: 40px;
    max-width: 110px;
  }

  .p-list-planlist__btn {
    width: 120px;
    height: 40px;
    border-radius: 5px;
  }

  .p-list-planlist-fee {
    margin-top: 20px;
  }

  .p-list-planlist-fee__item {
    border-radius: 4px;
    width: 300px;
    height: 60px;
    padding: 0 15px;
  }

  .p-list-planlist-fee__item:not(:last-of-type) {
    margin-right: 10px;
  }

  .p-list-planlist-fee__price {
    font-size: 15px;
    font-size: 1.5rem;
  }

  .p-list-planlist-fee__price ._strong {
    font-size: 20px;
    font-size: 2rem;
  }

  .p-login__lead {
    font-size: 20px;
    font-size: 2rem;
    margin-bottom: 24px;
  }

  .p-login-table {
    margin-bottom: 40px;
  }

  .p-login-table__th {
    width: 330px;
    font-size: 16px;
    font-size: 1.6rem;
    height: 64px;
  }

  .p-login-table__td {
    padding: 11.5px 0 11.5px 35px;
    min-height: 64px;
  }

  .p-login-list-note {
    margin-bottom: 30px;
  }

  .p-login-pamphlet .c-pamphlet {
    margin-bottom: 60px;
  }

  .c-login {
    margin-bottom: 40px;
    padding: 40px 0;
    border-radius: 5px;
  }

  .c-login-body {
    width: 638.9px;
    padding: 48px 50px 28px;
  }

  .c-login .c-input {
    width: 300px;
  }

  .p-officeSelect-search {
    padding: 27px 0;
    margin-bottom: 24px;
  }

  .p-officeSelect-search__input {
    width: 300px;
    height: 46px;
    margin: 0 20px 0 30px;
  }

  .p-officeSelect-search__btn {
    width: 140px;
    height: 46px;
    border-radius: 5px;
    font-size: 14px;
    font-size: 1.4rem;
  }

  .p-officeSelect-table {
    margin: 5px auto 53.5px;
  }

  .p-officeSelect-table__th {
    height: 60px;
  }

  .p-officeSelect-table__td--code {
    width: 120px;
    padding: 20px 0;
  }

  .p-officeSelect-table__td--name {
    padding-left: 25px;
    padding: 20px 0;
  }

  .p-beforeLogin-mv {
    margin-bottom: 24px;
  }

  .p-beforeLogin-frame {
    margin-bottom: 40px;
  }

  .p-beforeLogin-table {
    margin-top: 10px;
  }

  .p-beforeLogin-table .p-login-table__th {
    width: 300px;
  }

  .p-beforeLogin-table .p-login-table__td {
    padding-left: 30px;
  }

  .p-passwordEntry-table {
    margin-top: 27.5px;
  }

  .p-passwordEntry-table .p-login-table__td {
    height: 74px;
    padding-top: 17px;
    padding-bottom: 17px;
  }

  .p-mailEntry-table {
    margin-bottom: 19.5px;
  }

  .p-mailEntry-frame {
    padding-left: 60px;
    padding-right: 60px;
    margin-bottom: 40px;
  }

  .p-mailComplete-list-note {
    margin-bottom: 37.5px;
  }

  .p-mailComplete-table {
    margin-bottom: 60px;
  }

  .p-IDReissue__lead {
    margin-bottom: 40px;
  }

  .p-middlename-header__title {
    font-size: 20px;
    font-size: 2rem;
    margin-bottom: 20px;
  }

  .p-middlename-header__lead {
    font-size: 14px;
    font-size: 1.4rem;
    margin-bottom: 11px;
  }

  .p-input__table {
    margin-bottom: 55px;
  }

  .p-explanation {
    padding: 30px 115px;
    margin: 0 0 35px;
  }

  .p-explanation-list-point {
    margin: 20px 0;
  }

  .p-explanation__footer {
    margin-bottom: 40px;
  }

  .p-explanation-pdf {
    margin: 20px 20px 15px;
    gap: 20px 40px;
  }

  .p-explanation-pdf__item .c-btn--pdf,
  .p-explanation-pdf__item .c-btn--pdf-check {
    padding-right: 48px;
    min-height: 80px;
  }

  .p-explanation-note {
    margin-bottom: 40px;
  }

  .p-info__note {
    padding: 18px 26px;
    margin: 0 0 30px;
  }

  .p-info-section:not(:last-of-type) {
    margin-bottom: 76.5px;
  }

  .p-info-section:last-of-type {
    margin-bottom: 45px;
  }

  .p-info-section__title {
    margin-bottom: 25px;
    font-size: 24px;
    font-size: 2.4rem;
  }

  .p-info-table:not(:last-of-type) {
    margin-bottom: 20px;
  }

  .p-info-table__caption {
    padding: 20px 20px 20px 40px;
    font-size: 16px;
    font-size: 1.6rem;
  }

  .p-info-table__th1 {
    padding: 20px 20px 20px 40px;
    width: 300px;
  }

  .p-info-table__th2 {
    padding: 20px 0 20px 40px;
    width: 200px;
  }

  .p-info-table__th3 {
    padding: 20px 0;
    width: 100px;
  }

  .p-info-table__td1,
  .p-info-table__td2,
  .p-info-table__td3 {
    padding: 20px 20px 20px 40px;
  }

  .p-info-table__td3 {
    width: calc(100% - 300px);
  }

  .p-info-toggle {
    margin-top: 40px;
    font-size: 16px;
    font-size: 1.6rem;
  }

  .p-info-toggle:before {
    width: 21px;
    height: 21px;
    margin: 0 20px 0 0;
  }

  .p-complete__title {
    font-size: 24px;
    font-size: 2.4rem;
    margin: 40px 0 20px;
  }

  .p-complete__body {
    margin-bottom: 50px;
  }

  .p-mypage-links {
    margin: 0 0 25px;
  }

  .p-mypage-links__item {
    margin-right: 25px;
  }

  .p-mypage-btns {
    border-radius: 5px;
    padding: 30px 40px 30px 20px;
    margin: 0 0 85px;
  }

  .p-mypage__btn--arrow:before {
    width: 9px;
    height: 16px;
    margin-right: 10px;
  }

  .p-mypage__btn--cancel {
    width: 340px;
  }

  .p-mypage__btn--customer {
    width: 310px;
    height: 60px;
  }

  .p-save-header {
    margin: 80px 0 30px;
  }

  .p-save-header__title {
    font-size: 22px;
    font-size: 2.2rem;
    margin-bottom: 20px;
  }

  .p-save-box {
    padding: 20px 88px 17px 89px;
    margin: 0 auto 60px;
    width: 800px;
  }

  .p-disease-header__title {
    font-size: 24px;
    font-size: 2.4rem;
    margin-bottom: 10px;
  }

  .p-disease-header__lead {
    font-size: 16px;
    font-size: 1.6rem;
    margin-bottom: 35px;
  }

  .p-disease-alert {
    width: 340px;
    height: 60px;
    padding: 17px 20px;
    margin-bottom: 10px;
    font-size: 16px;
    font-size: 1.6rem;
  }

  .p-disease-box:not(:last-of-type) {
    margin-bottom: 10px;
  }

  .p-disease-box:last-of-type {
    margin-bottom: 20px;
  }

  .p-disease-box-header {
    height: 60px;
    padding: 0 20px;
  }

  .p-disease-box-header__btn {
    width: 56px;
    height: 36px;
    font-size: 12px;
    font-size: 1.2rem;
  }

  .p-disease-box-header__label {
    width: 34px;
    height: 34px;
    font-size: 14px;
    font-size: 1.4rem;
  }

  .p-disease-box-header__title {
    font-size: 16px;
    font-size: 1.6rem;
    left: 130px;
  }

  .p-disease-list-header {
    width: 300px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 300px;
    -ms-flex: 0 0 300px;
    flex: 0 0 300px;
  }

  .p-disease-list-header__title {
    width: 200px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 200px;
    -ms-flex: 0 0 200px;
    flex: 0 0 200px;
  }

  .p-disease-list__body {
    padding: 20px;
    width: 800px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 800px;
    -ms-flex: 0 0 800px;
    flex: 0 0 800px;
  }

  .p-disease-checkbox {
    width: 100px;
  }

  .p-disease-checkbox .c-checkbox__label:after {
    margin-top: 5px;
    font-size: 14px;
    font-size: 1.4rem;
  }

  .p-disease-textarea {
    height: 80px;
    padding: 20px;
    margin-bottom: 15px;
    font-size: 16px;
    font-size: 1.6rem;
  }

  .p-disease-textarea__label {
    font-size: 16px;
    font-size: 1.6rem;
    margin-bottom: 10px;
  }

  .p-disease__footer {
    font-size: 16px;
    font-size: 1.6rem;
    margin-bottom: 65px;
  }

  .p-improvement-select-section {
    margin: 40px 0 40px;
  }

  .p-improvement-select-section__lead {
    margin: 0 0 15px;
    font-size: 16px;
    font-size: 1.6rem;
  }

  .p-improvement-select-table__th {
    width: 240px;
    padding: 8px 0;
  }

  .p-improvement-select-table__td {
    width: 240px;
    padding: 8px;
    height: auto;
  }

  .p-select__title {
    font-size: 22px;
    font-size: 2.2rem;
    margin: 28px 0 10px;
  }

  .p-select__lead {
    font-size: 16px;
    font-size: 1.6rem;
    margin: 0 0 30px;
  }

  .p-select-table {
    margin-bottom: 60px;
  }

  .p-select-table__th {
    width: 260px;
    height: 80px;
    padding: 30px 0;
  }

  .p-select-table__th--check {
    padding: 20px 0;
  }

  .p-select-table__td {
    width: 280px;
    height: 80px;
    padding: 30px 0;
  }

  .p-select-table__td--check {
    padding: 20px 0;
  }

  .p-select__name {
    font-size: 18px;
    font-size: 1.8rem;
  }

  .p-select__name ._img {
    margin-right: 10px;
  }

  .p-select__price {
    font-size: 22px;
    font-size: 2.2rem;
  }

  .p-select__price ._strong {
    font-size: 30px;
    font-size: 3rem;
  }

  .p-select-fee {
    width: 210px;
  }

  .p-select-fee__label {
    width: 130px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 130px;
    -ms-flex: 0 0 130px;
    flex: 0 0 130px;
  }

  .p-select-fee__price {
    width: 70px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 70px;
    -ms-flex: 0 0 70px;
    flex: 0 0 70px;
  }

  .p-select-btns {
    margin: 0 0 85px;
  }

  .p-top-mv {
    padding: 30px 0 30px;
  }

  .p-top-mv .slick-arrow {
    width: 54.3px;
    height: 54.2px;
    top: calc(50% - 50px);
  }

  .p-top-mv .slick-prev {
    left: 40px;
  }

  .p-top-mv .slick-next {
    right: 40px;
  }

  .p-top-mv .slick-dots {
    margin-top: 30px;
    height: 10px;
  }

  .p-top-info {
    padding: 30px 0;
  }

  .p-top-info__title {
    font-size: 16px;
    font-size: 1.6rem;
  }

  .p-top-info__txt:not(:last-of-type) {
    margin-bottom: 20px;
  }

  .p-top-fee {
    width: 300px;
    height: 60px;
    padding: 0 20px;
    font-size: 14px;
    font-size: 1.4rem;
  }

  .p-top-fee ._strong {
    font-size: 18px;
    font-size: 1.8rem;
  }

  .p-top-fees {
    margin: 20px 0 0;
  }

  .p-top-fees__item:not(:last-of-type) {
    margin: 0 10px 0 0;
  }

  .p-top-list {
    padding: 40px 0 65px;
  }

  .p-top-list__lead {
    font-size: 24px;
    font-size: 2.4rem;
    margin-bottom: 14px;
  }

  .p-top-list__lead ._strong {
    font-size: 24px;
    font-size: 2.4rem;
    margin-right: 40px;
  }

  .p-top-list__item:not(:last-of-type) {
    margin-bottom: 30px;
  }

  .p-top-list__item:last-of-type {
    margin-bottom: 15px;
  }

  .p-top-list-header {
    padding: 30px 40px;
  }

  .p-top-list-header-fee__price {
    font-size: 18px;
    font-size: 1.8rem;
  }

  .p-top-list-header-fee__price ._strong {
    font-size: 24px;
    font-size: 2.4rem;
  }

  .p-top-list-header__title {
    font-size: 24px;
    font-size: 2.4rem;
  }

  .p-top-list-header__toggle {
    margin: 0 0 0 56px;
  }

  .p-top-list-body {
    padding: 40px 20px 35px;
  }

  .p-top-list-person__item {
    padding: 20px 0;
  }

  .p-top-list-person__name {
    font-size: 16px;
    font-size: 1.6rem;
    width: 260px;
  }

  .p-top-list-plan {
    width: 100%;
    padding: 0;
  }

  .p-top-list-plan__item:not(:last-of-type) {
    margin-bottom: 16.5px;
  }

  .p-top-list-plan__item__footer {
    padding: 8px 12px;
  }

  .p-top-list-plan__label {
    margin: 0 20px 0 0;
  }

  .p-top-list-plan__name {
    margin-right: 10px;
  }

  .p-top-list-plan__code {
    margin-right: 20px;
  }

  .p-top-list-plan__price ._strong {
    font-size: 18px;
    font-size: 1.8rem;
  }

  .p-top-footer {
    padding: 54px 0 0;
  }

  .p-top-floating .l-inner {
    height: 100px;
  }

  .p-top-floating-body__title {
    font-size: 16px;
    font-size: 1.6rem;
    margin-bottom: 5px;
  }

  .p-top-floating-body__title ._alert {
    margin-left: 10px;
  }

  .p-top-floating-body__txt {
    font-size: 16px;
    font-size: 1.6rem;
  }

  .p-top-floating-btns__item:not(:last-of-type) {
    margin-right: 15px;
  }

  .p-top-floating__btn {
    width: 160px;
    height: 70px;
    padding: 10px 0;
    border-radius: 6px;
    font-size: 16px;
    font-size: 1.6rem;
    border-bottom: 6px solid #0e3c37;
  }

  .p-top-floating__btn:before {
    margin-bottom: 10px;
  }

  .p-top-floating__btn:hover {
    border-bottom: 0;
  }

  .p-top-floating__btn--mypage:before {
    width: 20.3px;
    height: 20.3px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 20.3px;
    -ms-flex: 0 0 20.3px;
    flex: 0 0 20.3px;
  }

  .p-top-floating__btn--continuation:before {
    width: 19.75px;
    height: 15.75px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 15.75px;
    -ms-flex: 0 0 15.75px;
    flex: 0 0 15.75px;
  }

  .p-top-floating__btn--donot:before {
    width: 19.75px;
    height: 15.75px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 15.75px;
    -ms-flex: 0 0 15.75px;
    flex: 0 0 15.75px;
  }

  .p-top-floating__btn--procedure {
    width: 200px;
    border-bottom: 6px solid #881212;
  }

  .p-top-floating__btn--procedure:before {
    width: 20px;
    height: 20px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 20px;
    -ms-flex: 0 0 20px;
    flex: 0 0 20px;
  }

  .p-top-floating__btn.is-disabled,
  .p-top-floating__btn:disabled {
    border: 0;
  }
}

@media screen and (max-width:1080px) {
  .c-footer-contents {
    padding: 22px 0 14px;
  }
}

@media screen and (max-width:1050px) {
  .p-detail__br {
    display: block;
    content: "";
  }
}

@media screen and (max-width:1000px) {
  .p-list-planlist__count .view-pc {
    display: none !important;
  }
}

@media screen and (max-width:950px) {
  .view-ex {
    display: none !important;
  }
}

@media screen and (max-width:767.9px) {
  .view-pc {
    display: none !important;
  }

  .u-text-align--centerSP {
    text-align: center !important;
  }

  .u-fs20SP {
    font-size: clamp(16px,5vw,20px) !important;
  }

  .c-btn--pdf {
    max-width: inherit;
  }

  .c-btn--more {
    max-width: 314px;
  }

  .c-btn--mail {
    max-width: inherit;
  }

  .c-btn--address {
    margin-top: 3.5vw;
  }

  .c-btns__item--back {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
    margin: 0;
  }

  .c-btns__item--order1 {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }

  .c-btns__item--order2 {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
  }

  .c-btns__item--order3 {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3;
  }

  .c-form__item--verticalSP {
    display: inline-block;
    margin: 0 3.75vw 0 0;
  }

  .c-form__item--name {
    display: inline-block;
    margin-bottom: 0;
  }

  .c-form__item--name .c-input {
    width: 30vw;
  }

  .c-select--md {
    margin-left: 0;
    margin-right: 0;
  }

  .c-list-row--columnSP {
    display: block;
  }

  .c-list-row__item--columnSP:not(:last-of-type) {
    margin: 0 0 2.5vw;
  }

  .c-table {
    display: block;
  }

  .c-table-header {
    display: block;
  }

  .c-table-body {
    display: block;
  }

  .c-table__tr {
    display: block;
  }

  .c-table__th {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: 15vw;
    padding: 0 0 0 5vw;
  }

  .c-table__td {
    display: block;
  }

  .c-section-header__title--fill {
    font-size: clamp(14px,4.5vw,18px);
    padding: 1.25vw 5vw;
    min-height: 15vw;
  }

  .c-pamphlet__title {
    font-size: clamp(12px,4vw,16px);
    text-align: center;
    font-weight: bold;
    margin-bottom: 10px;
  }

  .c-pamphlet__item {
    font-size: clamp(12px,4vw,16px);
  }

  .c-pamphlet__item:not(:last-of-type) {
    margin-bottom: 2.5vw;
  }

  .c-pamphlet-header {
    max-height: 104px;
  }

  .c-modal--add {
    padding-top: 7.5vw;
    padding-bottom: 7.5vw;
  }

  .c-modal--breakdown {
    padding-top: 4vw;
    padding-bottom: 4vw;
  }

  .c-modal--help {
    height: auto;
    padding-top: 4vw;
    padding-bottom: 4vw;
  }

  .c-modal--disease {
    height: auto;
    padding-top: 4vw;
    padding-bottom: 4vw;
  }

  .c-tooltip {
    display: block;
    margin-right: 0;
    margin-left: auto;
    text-align: right;
  }

  .c-floating .l-inner {
    padding: 0;
    padding: 1.5vw 0;
  }

  .c-floating-fee__item:not(:last-of-type) {
    margin-right: 1.25vw;
  }

  .c-floating-fee__plan {
    margin-bottom: 1.25vw;
  }

  .c-floating__btn {
    margin-left: 1.5vw;
    font-size: clamp(10px,3vw,12px);
  }

  .c-progress__txt {
    white-space: nowrap;
    position: absolute;
    top: 23px;
  }

  .js-toggle-list-item:first-of-type .c-sidebar-primary-nav__btn {
    border-top: 1px solid #ddd;
  }

  .l-inner {
    padding: 0 10px;
  }

  .l-inner--md {
    padding: 0 10px;
  }

  .l-inner--sm {
    padding: 0 10px;
  }

  .c-header-primary-nav__list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 10px;
    font-size: 1rem;
  }

  .c-header-primary-nav__item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    height: 70px;
    width: 45px;
    padding: 20px 0 10px;
  }

  .c-header-primary-nav__item:not(:last-of-type) {
    margin-right: 15px;
  }

  .c-header-primary-nav__img {
    margin-bottom: 1.25vw;
  }

  .c-header-secondary-nav-overlay {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background: rgba(0,0,0,0.6);
    width: 100%;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
    z-index: 3;
    display: none;
  }

  .c-header-secondary-nav__list {
    -webkit-box-shadow: 0 3px 6px 0 rgba(0,0,0,0.16);
    box-shadow: 0 3px 6px 0 rgba(0,0,0,0.16);
    position: fixed;
    top: -200px;
    left: 0;
    right: 0;
    width: 100%;
    z-index: -1;
    font-size: clamp(10px,3vw,12px);
    -webkit-transition: top .2s ease;
    transition: top .2s ease;
  }

  .c-header-secondary-nav__list.is-active {
    top: 70px;
  }

  .c-header-secondary-nav__item {
    font-size: 14px;
    font-size: 1.4rem;
    background-color: #07463f;
    color: #fff;
    padding: 0 2.5vw;
  }

  .c-header-secondary-nav__item--name {
    background-color: #0b332e;
    height: 60px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-weight: bold;
  }

  .c-header-secondary-nav__link {
    color: #fff;
    height: 60px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .c-sidebar {
    bottom: 0;
    left: 0;
    right: 0;
    background: #fff;
    padding: 3.75vw 0;
  }

  .c-sidebar-primary-nav__list {
    width: 100%;
  }

  .c-sidebar-primary-nav__item {
    height: 17.5vw;
    max-height: 70px;
  }

  .c-sidebar-primary-nav__btn {
    z-index: 1;
    background: #fff;
    height: 20vw;
    border-bottom: solid 1px #ddd;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .c-sidebar-primary-nav__btn ._span {
    font-size: clamp(16px,5vw,20px);
    font-weight: bold;
    margin-right: 1.25vw;
  }

  .c-sidebar-primary-nav__btn:after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 8px 0 8px;
    border-color: #00665a transparent transparent transparent;
    position: absolute;
    right: 16px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }

  .c-sidebar-primary-nav__btn.is-active:after {
    border-color: #fff transparent transparent transparent;
    -webkit-transform: rotate(-180deg) translateY(50%);
    transform: rotate(-180deg) translateY(50%);
  }

  .c-sidebar-primary-nav__btn.is-current {
    border-radius: .75vw;
    height: 15vw;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 3.5vw;
    margin-bottom: 2.5vw;
  }

  .c-sidebar-primary-nav__btn--add {
    cursor: pointer;
    border: solid 1px #ddd;
    width: 60vw;
    height: 18.25vw;
    padding: 3.75vw;
    border-radius: 1.25vw;
    font-size: clamp(12px,4vw,16px);
    margin: 6.25vw auto 0;
  }

  .c-sidebar-primary-nav__btn--add:before {
    margin: 0 2.5vw 0 0;
    width: 7.5vw;
    height: 7.5vw;
  }

  .c-sidebar-primary-nav__btn--update {
    cursor: pointer;
    width: 60vw;
    height: 18.25vw;
    padding: 3.75vw;
    border-radius: 1.25vw;
    font-size: clamp(12px,4vw,16px);
    margin: 6.25vw auto 0;
  }

  .c-sidebar-primary-nav__btn--delete {
    cursor: pointer;
    width: 60vw;
    height: 18.25vw;
    padding: 3.75vw;
    border-radius: 1.25vw;
    font-size: clamp(12px,4vw,16px);
    margin: 6.25vw auto 0;
  }

  .c-sidebar-primary-nav__name {
    font-weight: bold;
    font-size: clamp(14px,5vw,20px);
    margin-right: 2vw;
  }

  .c-footer-nav__item:not(:last-of-type) {
    border-bottom: 1px solid #606060;
  }

  .c-footer-nav__link {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    height: 13.5vw;
    font-size: clamp(10px,3vw,12px);
    max-height: 54px;
  }

  .c-copyright {
    margin-top: 14px;
  }

  .c-mv__img {
    height: 100vh;
    left: 50%;
    top: 12.5vw;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }

  .p-announcement__add:after {
    background: url("../../img/front/common/icon_add.svg") no-repeat 0 0/contain;
    content: "";
    width: 9.75vw;
    height: 9.75vw;
    margin-left: 2vw;
  }

  .p-announcement-answer__name {
    border-bottom: 1px solid #d6d6d6;
  }

  .p-announcement-answer__answer {
    min-height: 15vw;
    padding: 2.5vw;
  }

  .p-announcement-answer__btn {
    max-width: inherit;
    max-height: 54px;
  }

  .p-announcement-answer__diseasename {
    width: 100%;
    display: block;
    font-size: clamp(12px,4vw,16px);
    margin: 5vw 0 5vw;
  }

  .p-announcement-answer-select {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
  }

  .p-announcement-answer-select .c-select {
    width: 100%;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .p-announcement-answer-select__label {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .p-announcement-history__list:not(:last-of-type) {
    margin-bottom: 5vw;
  }

  .p-announcement-history__delete {
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }

  .p-plan-pdf {
    margin: 0 -2.5vw 5vw;
  }

  .p-plan-pdf .c-btn--pdf {
    width: 42.5vw;
    padding-right: 40px;
  }

  .p-plan-pdf--announcement .c-btn--pdf {
    padding: 0 1.25vw;
  }

  .p-plan-pdf__item {
    margin: 0 2.25vw 3.75vw;
  }

  .p-plan-container {
    height: 0;
    padding: 0 2.5vw;
    -webkit-transition: padding .3s ease;
    transition: padding .3s ease;
    overflow: hidden;
  }

  .p-plan-container.is-active {
    height: auto;
    padding: 5vw 2.5vw;
    border-bottom: 1px solid #d9d9d9;
  }

  .p-breakdown__td {
    font-size: clamp(10px,3vw,12px);
  }

  .p-detail-header__title {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 2.5vw;
  }

  .p-detail-header__img {
    -o-object-fit: cover;
    object-fit: cover;
    font-family: 'object-fit: cover';
    width: 100%;
    height: 100%;
  }

  .p-detail-section-header {
    margin: 0 0 3.75vw;
  }

  .p-detail-section-header__figure {
    left: 0;
    top: 2.5vw;
  }

  .p-detail-section-header__title {
    margin: 0 0 2vw;
  }

  .p-detail-section-body--option {
    margin-top: -3.875vw;
  }

  .p-detail-plan__item--income .p-detail-plan-header {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .p-detail-plan__item--income .p-detail-plan__checkbox {
    border: 0;
  }

  .p-detail-plan__item--income .p-detail-plan__fee {
    margin: 2.5vw 2.5vw 2.5vw auto;
  }

  .p-detail-plan-header-top,
  .p-detail-option-header-top {
    border-bottom: 1px solid #e2e2e2;
    padding: 2.5vw 5vw;
  }

  .p-detail-plan-header-bottom,
  .p-detail-option-header-bottom {
    padding: 2.5vw;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    height: 15vw;
  }

  .p-detail-plan__checkbox {
    top: -10.75vw;
    left: -1px;
    background: #fff;
    width: 110px;
    height: 11vw;
    border-right: 1px solid #e2e2e2;
    border-left: 1px solid #e2e2e2;
    border-top: 1px solid #e2e2e2;
    border-radius: .75vw .75vw 0 0;
  }

  .p-detail-plan__checkbox.is-active {
    background-color: #edcf28;
    border-radius: .75vw .75vw 0 0;
  }

  .p-detail-plan__checkbox.is-selected {
    background-color: #edcf28;
    border-radius: .75vw;
  }

  .p-detail-plan__checkbox.is-joined {
    background-color: #038878;
    border-radius: .75vw;
  }

  .p-detail-plan__checkbox .c-checkbox__label {
    width: 78px;
    margin-right: 0;
  }

  .p-detail-plan__checkbox .c-checkbox__label:before {
    width: 6vw;
    height: 6vw;
    margin-right: .75vw;
  }

  .p-detail-plan__checkbox .c-checkbox__label:before {
    width: 24px;
    height: 24px;
    margin-right: 3px;
  }

  .p-detail-plan__checkbox .c-checkbox__label:after {
    font-size: clamp(10px,3vw,12px);
  }

  .p-detail-plan__label {
    display: block;
    grid-area: label;
    font-size: clamp(10px,3vw,12px);
  }

  .p-detail-plan__label ._span {
    display: inline-block;
    padding: 3px 5px;
    line-height: 1;
    margin: 0 0 3px;
  }

  .p-detail-plan__label--basic ._span {
    background-color: #2b845b;
  }

  .p-detail-plan__label--option ._span {
    background-color: #208dc6;
  }

  .p-detail-plan__name {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    font-size: clamp(16px,5vw,20px);
  }

  .p-detail-plan__body {
    padding: 5vw 2.5vw 6.25vw;
    border-top: solid 1px #e2e2e2;
  }

  .p-detail-plan__body--income {
    margin: 2.5vw;
    padding: 5vw 3.75vw;
    border-radius: 1.25vw;
  }

  .p-detail-plan__code {
    font-size: clamp(14px,4.5vw,18px);
    max-width: calc(clamp(14px, 4.5vw, 18px) * 7.5);
  }

  .p-detail-plan__reco {
    padding: 1.125vw;
    width: 22.5vw;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 22.5vw;
    -ms-flex: 0 0 22.5vw;
    flex: 0 0 22.5vw;
  }

  .p-detail-plan__price {
    margin: 0 0 0 5vw;
  }

  .p-detail-plan__thead {
    display: block;
  }

  .p-detail-plan__tr {
    display: block;
  }

  .p-detail-plan__th {
    display: block;
    padding: 3.25vw;
  }

  .p-detail-plan__td {
    display: block;
    padding: 3.25vw;
    line-height: 1.4;
  }

  .p-detail-option__content.is-active {
    margin-top: 12.5vw;
  }

  .p-detail-option__content.is-active:before {
    padding-top: 2vw;
  }

  .p-detail-option-header {
    display: block;
    border: 0;
  }

  .p-detail-option-header-rightTop {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-left: 78px;
    border-top: solid 1px #e2e2e2;
    border-right: solid 1px #e2e2e2;
  }

  .p-detail-option-header-rightBottom {
    height: 60px;
    margin-left: 78px;
    border-right: solid 1px #e2e2e2;
  }

  .p-detail-option-header .p-detail-plan__checkbox {
    position: absolute;
    left: 0;
    top: 0;
    border: 0;
    height: 180px;
    width: 78px;
    background: #fff;
    border-radius: 1.25vw 0 0 1.25vw;
    border: 1px solid #e2e2e2;
  }

  .p-detail-option-header .p-detail-plan__checkbox.is-active {
    background-color: #edcf28;
  }

  .p-detail-option-footer {
    border-radius: 0 0 1.25vw 1.25vw;
    line-height: 1.2;
  }

  .p-detail-option-footer__label {
    width: 30vw;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 30vw;
    -ms-flex: 0 0 30vw;
    flex: 0 0 30vw;
    text-align: right;
  }

  .p-detail-option__select {
    -webkit-box-flex: 30vw;
    -webkit-flex: 30vw;
    -ms-flex: 30vw;
    flex: 30vw;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 30vw;
    -ms-flex: 0 0 30vw;
    flex: 0 0 30vw;
  }

  .p-income-plan__table {
    margin: 2.5vw 5vw 5vw;
    width: calc(100% - 10vw);
  }

  .p-income-plan__table .p-detail-plan__th {
    height: 12vw;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .p-income-plan__table .p-detail-plan__td {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .p-jaldanpo-mv__img {
    width: 100%;
  }

  .p-jaldanpo__lead {
    font-size: clamp(11px,3.25vw,13px);
    margin-bottom: 40px;
  }

  .p-jaldanpo-body__btn {
    max-width: inherit;
    width: 40%;
    margin: 0 auto;
  }

  .p-list-anchor__list {
    border: 1px solid #b7b7b7;
  }

  .p-list-anchor__item:nth-of-type(odd) {
    border-right: 1px solid #b7b7b7;
    width: calc(50% - 1px);
  }

  .p-list-anchor__item:nth-last-child(n+2) {
    border-bottom: 1px solid #b7b7b7;
  }

  .p-list-planlist {
    margin: 0 -2.5vw;
    padding: 2.5vw;
  }

  .p-list-planlist__item.is-joined {
    margin-top: 11.25vw;
  }

  .p-list-planlist__item.is-selected {
    margin-top: 11.25vw;
  }

  .p-list-planlist__item.is-reco {
    margin-top: 11.25vw;
  }

  .p-list-planlist__icon {
    top: -9vw;
    left: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .p-list-planlist__icon .--joined:after,
  .p-list-planlist__icon .--selected:after,
  .p-list-planlist__icon .--reco:after {
    bottom: -2vw;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }

  .p-list-planlist-info {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }

  .p-list-planlist-info__item {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }

  .p-list-planlist-info__item:not(:last-of-type) {
    margin: 0 0 1.25vw;
  }

  .p-list-planlist__code {
    white-space: normal;
    max-width: calc(clamp(11px, 3.5vw, 14px) * 8);
  }

  .p-list-planlist__count {
    white-space: nowrap;
    margin: 0 0 0 2.5vw;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }

  .p-list-planlist__btn {
    font-size: clamp(10px,3vw,12px);
    margin: 2.5vw 0 0 0;
    -webkit-box-shadow: 0 3px 0 0 #ccc;
    box-shadow: 0 3px 0 0 #ccc;
  }

  .p-list-planlist-fee__item {
    margin-top: 2.5vw;
  }

  .p-login__lead {
    font-size: clamp(11px,3.5vw,14px);
    margin-bottom: 20px;
  }

  .p-login-table {
    display: block;
  }

  .p-login-table thead,
  .p-login-table tbody,
  .p-login-table tr {
    display: block;
  }

  .p-login-table__th {
    display: block;
    padding: 20px 10px;
    text-align: left;
  }

  .p-login-table__td {
    display: block;
  }

  .p-login-pamphlet .c-pamphlet__item {
    background-image: none;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    color: #1f1f1f;
    border: 1px solid #c1c1c1;
    padding: 10px 30px 10px 10px;
    border: 1px solid #f1f1f1;
    border-radius: 3px;
    font-size: clamp(12px,4vw,16px);
  }

  .c-login-body {
    border-radius: 5px;
  }

  .c-login-body__item {
    position: relative;
  }

  .c-login-body__item .c-input {
    margin-top: 10px;
  }

  .c-login-body__label {
    text-align: left;
    font-size: clamp(11px,3.5vw,14px);
  }

  .c-login-body__link {
    position: absolute;
    right: 0;
    top: 0;
  }

  .p-officeSelect-search__btn {
    max-width: inherit;
  }

  .p-officeSelect-table thead,
  .p-officeSelect-table tbody,
  .p-officeSelect-table tr,
  .p-officeSelect-table th,
  .p-officeSelect-table td {
    display: block;
  }

  .p-officeSelect-table tr {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .p-officeSelect-table__td--code {
    width: 50%;
    padding: 18px 0;
  }

  .p-officeSelect-table__td--name {
    width: 50%;
    padding: 18px 0;
  }

  .p-beforeLogin-mv__img {
    width: 100%;
  }

  .p-beforeLogin__lead {
    margin-bottom: 74px;
  }

  .p-mailComplete-list-note__item {
    font-size: clamp(10px,3vw,12px);
  }

  .p-input__table tbody {
    display: block;
  }

  .p-input__table .c-table__th {
    padding-left: 3.75vw;
  }

  .p-explanation-pdf {
    margin: 6.25vw auto 3.75vw;
    width: 72.5vw;
  }

  .p-explanation-pdf__item {
    width: 100%;
    margin: 0 0 2.5vw;
  }

  .p-explanation-pdf__item .c-btn--pdf,
  .p-explanation-pdf__item .c-btn--pdf-check {
    width: 100%;
    padding-right: 10vw;
  }

  .p-info-section {
    margin-bottom: 15vw;
  }

  .p-info-table__head .p-info-table__tr {
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    width: 100%;
  }

  .p-info-table__head .p-info-table__tr th:nth-child(3) {
    max-width: 50%;
  }

  .p-info-table__head .p-info-table__td1,
  .p-info-table__head .p-info-table__td2,
  .p-info-table__head .p-info-table__td3 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .p-info-table__tr {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .p-info-table__th1,
  .p-info-table__th2,
  .p-info-table__th3 {
    display: block;
    width: 100%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    padding: 2.5vw 3.75vw;
    text-align: left;
  }

  .p-info-table__td1,
  .p-info-table__td2,
  .p-info-table__td3 {
    display: block;
    min-width: 50%;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 3.75vw;
    text-align: left;
  }

  .p-info-table__td3 {
    width: 100%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }

  .p-mypage-links__item {
    text-align: center;
    margin: 0 0 3.875vw;
  }

  .p-mypage__btn {
    width: 57.49999999999999vw;
  }

  .p-mypage__btn--customer {
    width: 57.49999999999999vw;
    margin: 0 auto 3.75vw;
  }

  .p-disease-alert {
    text-align: center;
    margin: 0 auto 2.5vw;
  }

  .p-disease-box-header__title ._small {
    font-size: clamp(10px,3vw,12px);
  }

  .p-disease-list__body {
    border: 1px solid #d6d6d6;
  }

  .p-disease-checkbox {
    padding: 2.5vw 0;
  }

  .p-select-fee:not(:last-of-type) {
    margin-bottom: 5px;
  }

  .p-select-plan__item {
    border-radius: 5px;
    border: solid 3px #d6d6d6;
  }

  .p-select-plan__item:not(:last-of-type) {
    margin-bottom: 3.75vw;
  }

  .p-select-plan__item.is-active {
    border-color: #02745e;
    background-color: #f7fdfc;
  }

  .p-select-plan-header {
    text-align: center;
    padding: 5vw 0 3.5vw;
    border-bottom: 1px solid #d9d9d9;
  }

  .p-select-plan-header__title {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: clamp(14px,4.5vw,18px);
  }

  .p-select-plan-header__title ._img {
    margin-right: 2.5vw;
  }

  .p-select-plan__box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 4.5vw 5vw;
    border-bottom: 1px solid #d9d9d9;
  }

  .p-select-checkbox {
    margin: 4.25vw auto 5vw;
  }

  .p-select-btns .c-btn {
    width: 50vw;
    max-width: 200px;
  }

  .p-select-btns .c-btns__item:nth-of-type(1) {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3;
  }

  .p-select-btns .c-btns__item:nth-of-type(2) {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
  }

  .p-select-btns .c-btns__item:nth-of-type(3) {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }

  .p-top-list-header {
    text-align: center;
  }

  .p-top-list-header-fee {
    border: solid .75vw #ebebeb;
    margin: 0 auto 2.5vw;
  }

  .p-top-list-header__title {
    font-weight: normal;
  }

  .p-top-list-header__toggle {
    max-width: 100px;
    max-height: 44px;
  }

  .p-top-list-person__name {
    border-bottom: 1px solid #777;
    height: 16.125vw;
    max-height: 64.5px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .p-top-list-plan__item__footer {
    margin: 1.25vw 0 0 0;
  }

  .p-top-list-plan__label {
    margin: 0 2.5vw 0 0;
  }

  .p-top-list-plan__name {
    font-size: clamp(10px,3.5vw,14px);
    margin: 0 2.5vw 0 0;
  }

  .p-top-list-plan__code {
    font-size: clamp(10px,3.5vw,14px);
    max-width: calc(clamp(10px, 3.5vw, 14px) * 8);
  }

  .p-top-list-plan__count {
    white-space: nowrap;
    margin-right: auto;
  }

  .p-top-list-plan__price {
    white-space: nowrap;
  }

  .p-top-floating .l-inner {
    margin: 0 1vw;
    padding: 2.5vw 0;
    height: 39vw;
  }

  .p-top-floating-body {
    text-align: center;
  }

  .p-top-floating-body__title ._alert {
    margin-left: 2.5vw;
  }

  .p-top-floating-body__txt:last-of-type {
    margin-bottom: 1.25vw;
  }

  .p-top-floating-btns {
    width: 100%;
  }

  .p-top-floating-btns__item {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
}

@media screen and (max-width:767.9px) and (max-width:767.9px) {
  .p-info-table__head .c-table__th {
    padding-left: 3.75vw;
  }
}

@media screen and (min-width:410px) and (max-width:767.9px) {
  .u-link--pdf {
    padding: 0 35px 0 0;
  }

  .u-link--pdf:after {
    width: 32px;
  }

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

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

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

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

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

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

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

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

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

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

  .u-mt55 {
    margin-top: 55px !important;
  }

  .u-mt60 {
    margin-top: 60px !important;
  }

  .u-mt65 {
    margin-top: 65px !important;
  }

  .u-mt70 {
    margin-top: 70px !important;
  }

  .u-mt75 {
    margin-top: 75px !important;
  }

  .u-mt80 {
    margin-top: 80px !important;
  }

  .u-mt85 {
    margin-top: 85px !important;
  }

  .u-mt90 {
    margin-top: 90px !important;
  }

  .u-mt95 {
    margin-top: 95px !important;
  }

  .u-mt100 {
    margin-top: 100px !important;
  }

  .u-mt105 {
    margin-top: 105px !important;
  }

  .u-mt110 {
    margin-top: 110px !important;
  }

  .u-mt115 {
    margin-top: 115px !important;
  }

  .u-mt120 {
    margin-top: 120px !important;
  }

  .u-mt125 {
    margin-top: 125px !important;
  }

  .u-mt130 {
    margin-top: 130px !important;
  }

  .u-mt135 {
    margin-top: 135px !important;
  }

  .u-mt140 {
    margin-top: 140px !important;
  }

  .u-mt145 {
    margin-top: 145px !important;
  }

  .u-mt150 {
    margin-top: 150px !important;
  }

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

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

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

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

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

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

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

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

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

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

  .u-mb55 {
    margin-bottom: 55px !important;
  }

  .u-mb60 {
    margin-bottom: 60px !important;
  }

  .u-mb65 {
    margin-bottom: 65px !important;
  }

  .u-mb70 {
    margin-bottom: 70px !important;
  }

  .u-mb75 {
    margin-bottom: 75px !important;
  }

  .u-mb80 {
    margin-bottom: 80px !important;
  }

  .u-mb85 {
    margin-bottom: 85px !important;
  }

  .u-mb90 {
    margin-bottom: 90px !important;
  }

  .u-mb95 {
    margin-bottom: 95px !important;
  }

  .u-mb100 {
    margin-bottom: 100px !important;
  }

  .u-mb105 {
    margin-bottom: 105px !important;
  }

  .u-mb110 {
    margin-bottom: 110px !important;
  }

  .u-mb115 {
    margin-bottom: 115px !important;
  }

  .u-mb120 {
    margin-bottom: 120px !important;
  }

  .u-mb125 {
    margin-bottom: 125px !important;
  }

  .u-mb130 {
    margin-bottom: 130px !important;
  }

  .u-mb135 {
    margin-bottom: 135px !important;
  }

  .u-mb140 {
    margin-bottom: 140px !important;
  }

  .u-mb145 {
    margin-bottom: 145px !important;
  }

  .u-mb150 {
    margin-bottom: 150px !important;
  }

  .u-mr5 {
    margin-right: 5px !important;
  }

  .u-mr10 {
    margin-right: 10px !important;
  }

  .u-mr15 {
    margin-right: 15px !important;
  }

  .u-mr20 {
    margin-right: 20px !important;
  }

  .u-mr25 {
    margin-right: 25px !important;
  }

  .u-mr30 {
    margin-right: 30px !important;
  }

  .u-mr35 {
    margin-right: 35px !important;
  }

  .u-mr40 {
    margin-right: 40px !important;
  }

  .u-mr45 {
    margin-right: 45px !important;
  }

  .u-mr50 {
    margin-right: 50px !important;
  }

  .u-mr55 {
    margin-right: 55px !important;
  }

  .u-mr60 {
    margin-right: 60px !important;
  }

  .u-mr65 {
    margin-right: 65px !important;
  }

  .u-mr70 {
    margin-right: 70px !important;
  }

  .u-mr75 {
    margin-right: 75px !important;
  }

  .u-mr80 {
    margin-right: 80px !important;
  }

  .u-mr85 {
    margin-right: 85px !important;
  }

  .u-mr90 {
    margin-right: 90px !important;
  }

  .u-mr95 {
    margin-right: 95px !important;
  }

  .u-mr100 {
    margin-right: 100px !important;
  }

  .u-mr105 {
    margin-right: 105px !important;
  }

  .u-mr110 {
    margin-right: 110px !important;
  }

  .u-mr115 {
    margin-right: 115px !important;
  }

  .u-mr120 {
    margin-right: 120px !important;
  }

  .u-mr125 {
    margin-right: 125px !important;
  }

  .u-mr130 {
    margin-right: 130px !important;
  }

  .u-mr135 {
    margin-right: 135px !important;
  }

  .u-mr140 {
    margin-right: 140px !important;
  }

  .u-mr145 {
    margin-right: 145px !important;
  }

  .u-mr150 {
    margin-right: 150px !important;
  }

  .u-ml5 {
    margin-left: 5px !important;
  }

  .u-ml10 {
    margin-left: 10px !important;
  }

  .u-ml15 {
    margin-left: 15px !important;
  }

  .u-ml20 {
    margin-left: 20px !important;
  }

  .u-ml25 {
    margin-left: 25px !important;
  }

  .u-ml30 {
    margin-left: 30px !important;
  }

  .u-ml35 {
    margin-left: 35px !important;
  }

  .u-ml40 {
    margin-left: 40px !important;
  }

  .u-ml45 {
    margin-left: 45px !important;
  }

  .u-ml50 {
    margin-left: 50px !important;
  }

  .u-ml55 {
    margin-left: 55px !important;
  }

  .u-ml60 {
    margin-left: 60px !important;
  }

  .u-ml65 {
    margin-left: 65px !important;
  }

  .u-ml70 {
    margin-left: 70px !important;
  }

  .u-ml75 {
    margin-left: 75px !important;
  }

  .u-ml80 {
    margin-left: 80px !important;
  }

  .u-ml85 {
    margin-left: 85px !important;
  }

  .u-ml90 {
    margin-left: 90px !important;
  }

  .u-ml95 {
    margin-left: 95px !important;
  }

  .u-ml100 {
    margin-left: 100px !important;
  }

  .u-ml105 {
    margin-left: 105px !important;
  }

  .u-ml110 {
    margin-left: 110px !important;
  }

  .u-ml115 {
    margin-left: 115px !important;
  }

  .u-ml120 {
    margin-left: 120px !important;
  }

  .u-ml125 {
    margin-left: 125px !important;
  }

  .u-ml130 {
    margin-left: 130px !important;
  }

  .u-ml135 {
    margin-left: 135px !important;
  }

  .u-ml140 {
    margin-left: 140px !important;
  }

  .u-ml145 {
    margin-left: 145px !important;
  }

  .u-ml150 {
    margin-left: 150px !important;
  }

  .c-btn {
    border-radius: 3px;
    width: 160px;
    height: 60px;
  }

  .c-btn--pdf {
    width: 340px;
    height: 80px;
    padding: 0 15px;
    border-radius: 5px;
  }

  .c-btn--pdf {
    -webkit-box-shadow: 0 5px 0 0 #dbdbdb;
    box-shadow: 0 5px 0 0 #dbdbdb;
  }

  .c-btn--pdf:after {
    width: 32px;
    right: 5px;
  }

  .c-btn--pdf-check {
    width: 280px;
  }

  .c-btn--sm {
    width: 120px;
  }

  .c-btn--lg {
    width: 100%;
  }

  .c-btn--mail {
    width: 300px;
    height: 60px;
    border-radius: 40px;
  }

  .c-btn--mail:before {
    width: 22px;
    height: 18px;
    margin-right: 20px;
  }

  .c-btn--address {
    height: 38px;
    margin-top: 14px;
  }

  .c-input--w100 {
    width: 100px;
  }

  .c-input--w160 {
    width: 160px;
  }

  .c-input--w240 {
    width: 160px;
  }

  .c-input--max {
    width: 100%;
  }

  .c-form__item--verticalSP {
    margin: 0 15px 0 0;
  }

  .c-checkbox__label {
    margin-right: 8px;
  }

  .c-select--year {
    width: 90px;
  }

  .c-table__th {
    min-height: 60px;
    padding: 0 0 0 20px;
  }

  .c-table__th.is-required:after {
    width: 40px;
    height: 24px;
    border-radius: 5px;
  }

  .c-table__td {
    padding: 10px 15px;
  }

  .c-section-header__title--borderBottom,
  .c-section-header__title--borderBottomCenter {
    margin-bottom: 15.5px;
  }

  .c-section-header__title--fill {
    min-height: 60px;
    padding: 5px 20px;
  }

  .c-pamphlet__item:not(:last-of-type) {
    margin-bottom: 10px;
  }

  .c-accordion-toggle--plus {
    padding: 0 20px;
  }

  .c-modal--add {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .c-modal--breakdown {
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .c-modal--help {
    height: auto;
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .c-modal--disease {
    height: auto;
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .c-modal-btns__item {
    margin-bottom: 10px;
  }

  .c-floating .l-inner {
    padding: 6px 0;
  }

  .c-floating-fee__item:not(:last-of-type) {
    margin-right: 5px;
  }

  .c-floating-fee__content {
    height: 70px;
    border-radius: 2px;
    padding: 0 3px;
  }

  .c-floating-fee__plan {
    margin-bottom: 5px;
  }

  .c-floating-fee__price {
    margin-top: 5px;
  }

  .c-floating-fee__btn {
    height: 38px;
    width: 40px;
    margin-left: 7px;
  }

  .c-floating__btn {
    width: 23.75vw;
    height: 65px;
    border-bottom: 5px solid #144d46;
    margin-left: 6px;
    border-radius: 5px;
  }

  .c-floating__btn--red {
    border-color: #881212;
  }

  .c-progress__item {
    width: 80px;
  }

  .c-progress__item:not(:first-of-type):after {
    width: 80px;
  }

  .c-alerts {
    padding: 10px;
    margin-bottom: 20px;
  }

  .c-pageback {
    padding: 15px 0;
  }

  .c-pageback__link:before {
    width: 9px;
    height: 16px;
    margin-right: 10px;
  }

  .c-header-primary-nav__item:not(:last-of-type) {
    margin-right: 25px;
  }

  .c-sidebar-primary-nav__btn {
    height: 80px;
  }

  .c-sidebar-primary-nav__btn.is-current {
    border-radius: 3px;
    height: 60px;
    padding: 0 14px;
    margin-bottom: 10px;
  }

  .c-sidebar-primary-nav__btn--add {
    width: 240px;
    height: 73px;
    border-radius: 5px;
    margin: 25px auto 0;
  }

  .c-sidebar-primary-nav__btn--add:before {
    margin: -3px 10px 0 0;
    width: 30px;
    height: 30px;
  }

  .c-sidebar-primary-nav__btn--update {
    width: 240px;
    height: 73px;
    border-radius: 5px;
    margin: 25px auto 0;
  }

  .c-sidebar-primary-nav__btn--delete {
    width: 240px;
    height: 73px;
    border-radius: 5px;
    margin: 25px auto 0;
  }

  .c-sidebar-primary-nav__name {
    margin-right: 8px;
  }

  .c-main {
    margin: 70px 0 60px;
  }

  .c-main--floating {
    margin-bottom: 150px;
  }

  .c-footer-nav__link--pagetop:before {
    margin-right: 20px;
  }

  .c-page-header__title {
    height: 40px;
  }

  .c-page-header__title--secondary {
    margin: 20px 0;
  }

  .c-page-header__lead {
    margin: -10px 0 35px;
  }

  .p-announcement__lead {
    padding: 11px 10px;
    margin: 0 0 30px;
    border-radius: 3px;
  }

  .p-announcement__info {
    margin: 0 0 35px;
  }

  .p-announcement__radio:not(:last-of-type) {
    margin-right: 25px;
  }

  .p-announcement__radio:last-of-type {
    margin-right: 0;
  }

  .p-announcement__add {
    margin: 20px 0 0 0;
  }

  .p-announcement__add:after {
    margin-left: 8px;
    width: 39px;
    height: 39px;
  }

  .p-announcement-section:not(:last-of-type) {
    margin: 0 0 36px;
  }

  .p-announcement-section__lead {
    margin: 0 0 15px;
  }

  .p-announcement-box {
    margin-bottom: 40px;
  }

  .p-announcement-box-lead {
    padding: 20px 10px;
  }

  .p-announcement-question {
    padding: 20px 10px;
  }

  .p-announcement-question__title {
    margin-bottom: 10px;
  }

  .p-announcement-question__item {
    padding: 10px;
  }

  .p-announcement-answer__name {
    height: 60px;
  }

  .p-announcement-answer__answer {
    min-height: 60px;
    padding: 10px;
  }

  .p-announcement-answer__btn {
    padding: 0 9px;
    width: auto;
  }

  .p-announcement-answer__diseasename {
    margin: 20px 0 10px;
  }

  .p-announcement-answer-select {
    margin: 10px 0 0 0;
  }

  .p-announcement-others,
  .p-announcement-history {
    padding: 20px 30px;
  }

  .p-announcement-others__label,
  .p-announcement-history__label {
    height: 60px;
  }

  .p-announcement-others__body,
  .p-announcement-history__body {
    height: 60px;
  }

  .p-announcement-others__input,
  .p-announcement-history__input {
    width: 240px;
    margin-right: 10px;
  }

  .p-announcement-history {
    padding: 20px 34px;
  }

  .p-announcement-history__list:not(:last-of-type) {
    margin-bottom: 20px;
  }

  .p-announcement-history__input,
  .p-announcement-history__select {
    width: 190px;
  }

  .p-announcement-history__delete {
    width: 16px;
    height: 16px;
    right: -24px;
  }

  .p-announcement-table {
    margin-bottom: 8px;
  }

  .p-announcement-table__th {
    padding: 8px 20px;
  }

  .p-announcement-table__td {
    padding: 8px 20px;
  }

  .p-plan-header {
    padding-bottom: 10px;
    margin-bottom: 15px;
  }

  .p-plan-header--list {
    padding-bottom: 0;
    margin-bottom: 0;
  }

  .p-plan-pdf {
    margin: 0 -1.15vw 20px;
  }

  .p-plan-pdf .c-btn--pdf {
    width: 42.5vw;
  }

  .p-plan-pdf--announcement .c-btn--pdf {
    padding: 0 5px;
  }

  .p-plan-pdf__item {
    margin: 0 2.25vw 15px;
  }

  .p-plan-sidebar__lead {
    margin-bottom: 35px;
  }

  .p-breakdown__table {
    margin-bottom: 20px;
  }

  .p-breakdown__table--header {
    margin-bottom: 30px;
  }

  .p-add-header {
    margin-bottom: 20px;
  }

  .p-add-check {
    margin: 20px;
  }

  .p-add-btns {
    margin-top: 50px;
  }

  .p-help__section:not(:last-of-type) {
    margin-bottom: 40px;
  }

  .p-job-header__title {
    margin-bottom: 30px;
  }

  .p-contact-header {
    margin-bottom: 30px;
  }

  .p-contact-header__title {
    margin-bottom: 8px;
  }

  .p-contact-box {
    padding: 20px 40px;
    margin-bottom: 20px;
  }

  .p-contact-box__title {
    margin-bottom: 20px;
  }

  .p-detail-header {
    margin-bottom: 60px;
  }

  .p-detail-header__title {
    margin-bottom: 10px;
  }

  .p-detail-header__title ._small {
    margin-top: 5px;
  }

  .p-detail-section {
    margin: 0 0 50px;
  }

  .p-detail-section-header {
    margin: 0 0 15px;
  }

  .p-detail-section-header__figure {
    width: 126px;
    top: 10px;
  }

  .p-detail-section-header__img {
    height: 67px;
  }

  .p-detail-section-header__title {
    margin: 0 0 8px;
  }

  .p-detail-section-header__title ._small {
    margin: 8px 0 0;
  }

  .p-detail-section-body {
    border-radius: 5px;
    padding: 20px 10px 25px;
  }

  .p-detail-section-body--option {
    margin-top: -15.5px;
  }

  .p-detail-section-body__lead {
    margin-bottom: 20px;
  }

  .p-detail-plan__item {
    margin: 52px 0 10px;
    border-radius: 0 5px 5px 5px;
  }

  .p-detail-plan__item.is-active:after,
  .p-detail-plan__item.is-selected:after {
    border-width: 5px;
    border-radius: 0 5px 5px 5px;
  }

  .p-detail-plan-header-top,
  .p-detail-option-header-top {
    padding: 12px 20px;
  }

  .p-detail-plan-header-bottom,
  .p-detail-option-header-bottom {
    height: 60px;
    padding: 0 10px;
  }

  .p-detail-plan-header__icon ._icon:after,
  .p-detail-option-header__icon ._icon:after {
    bottom: -6px;
    border-width: 11px 7px 0 7px;
  }

  .p-detail-plan__checkbox {
    top: -43px;
    height: 44px;
    border-radius: 3px 3px 0 0;
  }

  .p-detail-plan__checkbox.is-active {
    border-radius: 3px 3px 0 0;
  }

  .p-detail-plan__checkbox.is-selected {
    border-radius: 3px;
  }

  .p-detail-plan__checkbox.is-joined {
    border-radius: 3px;
  }

  .p-detail-plan__body {
    padding: 20px 10px 25px;
  }

  .p-detail-plan__body--income {
    margin: 10px;
    padding: 20px 15px;
    border-radius: 5px;
  }

  .p-detail-plan__code {
    margin: 0 10px;
  }

  .p-detail-plan__reco {
    padding: 4.5px 0;
    width: 80px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 80px;
    -ms-flex: 0 0 80px;
    flex: 0 0 80px;
  }

  .p-detail-plan__fee {
    height: 40px;
    padding: 0 9px;
    border: solid 3px #ebebeb;
  }

  .p-detail-plan__price {
    margin: 0 0 0 20px;
  }

  .p-detail-plan__age {
    width: 360px;
    height: 60px;
    border-radius: 30px;
    margin-bottom: 20px;
  }

  .p-detail-plan__toggle {
    width: 56px;
    height: 30px;
    border-radius: 3px;
  }

  .p-detail-plan__thead {
    padding: 13px;
  }

  .p-detail-plan__th {
    padding: 13px;
  }

  .p-detail-plan__td {
    padding: 13px;
  }

  .p-detail-plan__title--secondary {
    margin-bottom: 10px;
  }

  .p-detail-plan__btnStop {
    width: 220px;
    height: 48px;
    padding: 0 0 0 18px;
    border-radius: 3px;
  }

  .p-detail-option__item:not(:last-of-type) {
    margin: 0 0 10px;
  }

  .p-detail-option__content.is-active {
    margin-top: 50px;
  }

  .p-detail-option__content.is-active:before {
    left: 10px;
    top: -33px;
    width: 60px;
    height: 30px;
    padding-top: 8px;
  }

  .p-detail-option-header .p-detail-plan__checkbox {
    border-radius: 5px 0 0 5px;
  }

  .p-detail-option-footer {
    border-radius: 0 0 5px 5px;
  }

  .p-detail-option-footer__item {
    padding: 10px;
  }

  .p-detail-option-footer__label {
    width: calc(100% - 35vw);
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 calc(100% - 35vw);
    -ms-flex: 0 0 calc(100% - 35vw);
    flex: 0 0 calc(100% - 35vw);
  }

  .p-detail-option__select {
    width: 120px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 120px;
    -ms-flex: 0 0 120px;
    flex: 0 0 120px;
  }

  .p-detail-option__btn {
    margin: 20px auto 0;
  }

  .p-detailGroupSynthesis__lead {
    margin-bottom: 20px;
  }

  .p-income-plan__table {
    margin: 10px 20px 20px;
    width: calc(100% - 40px);
  }

  .p-income-plan__table .p-detail-plan__th {
    height: 48px;
  }

  .p-income-plan__list {
    margin-top: 12px;
  }

  .p-list-clm {
    margin: 0 0 70px;
  }

  .p-list-anchor__list {
    border-radius: 5px;
  }

  .p-list-anchor__item {
    height: 48px;
  }

  .p-list-section:not(:last-of-type) {
    margin-bottom: 45px;
  }

  .p-list-planlist__item {
    padding: 18px 10px;
  }

  .p-list-planlist__item:not(:last-of-type) {
    margin-bottom: 10px;
  }

  .p-list-planlist__item.is-joined {
    margin-top: 45px;
  }

  .p-list-planlist__item.is-joined:before {
    border-width: 4px;
  }

  .p-list-planlist__item.is-selected {
    margin-top: 45px;
  }

  .p-list-planlist__item.is-selected:before {
    border-width: 4px;
  }

  .p-list-planlist__item.is-reco {
    margin-top: 45px;
  }

  .p-list-planlist__icon {
    top: -36px;
  }

  .p-list-planlist__icon ._icon:not(:last-of-type) {
    margin: 0 4px 0 0;
  }

  .p-list-planlist__icon .--joined,
  .p-list-planlist__icon .--selected,
  .p-list-planlist__icon .--reco {
    width: 120px;
    height: 24px;
    border-radius: 5px;
  }

  .p-list-planlist__icon .--joined:after,
  .p-list-planlist__icon .--selected:after,
  .p-list-planlist__icon .--reco:after {
    border-width: 11px 7px 0 7px;
    bottom: -8px;
  }

  .p-list-planlist__label {
    line-height: 16px;
  }

  .p-list-planlist-info__item:not(:last-of-type) {
    margin: 0 0 5px;
  }

  .p-list-planlist__count {
    margin: 0 0 0 10px;
  }

  .p-list-planlist__btn {
    height: 48px;
    border-radius: 5px;
    margin: 10px 0 0 0;
  }

  .p-list-planlist-fee__item {
    width: 300px;
    height: 60px;
    border-radius: 10px;
    padding: 0 15px;
    margin-top: 10px;
  }

  .p-middlename-header__lead {
    margin-bottom: 11px;
  }

  .p-input__table {
    margin-bottom: 50px;
  }

  .p-input__table .c-table__th {
    padding-left: 15px;
  }

  .p-explanation {
    padding: 25px 10px;
    margin: -20px -10px 35px;
  }

  .p-explanation-list-point {
    margin: 20px 0;
  }

  .p-explanation__footer {
    margin-bottom: 40px;
  }

  .p-explanation-pdf {
    width: 290px;
    margin: 25px auto 15px;
  }

  .p-explanation-pdf__item {
    margin: 0 0 10px;
  }

  .p-explanation-pdf__item .c-btn--pdf,
  .p-explanation-pdf__item .c-btn--pdf-check {
    padding-right: 40px;
  }

  .p-explanation-note {
    margin-bottom: 20px;
  }

  .p-info__note {
    padding: 10px;
    margin: 0 0 50px;
  }

  .p-info-table:not(:last-of-type) {
    margin-bottom: 20px;
  }

  .p-info-table__caption {
    padding: 10px 15px;
  }

  .p-info-table__th1,
  .p-info-table__th2,
  .p-info-table__th3 {
    padding: 10px 15px;
  }

  .p-info-table__td1,
  .p-info-table__td2,
  .p-info-table__td3 {
    padding: 15px;
  }

  .p-info-table__td3 {
    width: 100%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }

  .p-info-toggle {
    margin-top: 25px;
  }

  .p-info-toggle:before {
    width: 14.3px;
    height: 14.3px;
    margin: 0 20px 0 0;
  }

  .p-complete__title {
    margin: 30px 0 18px;
  }

  .p-complete__body {
    margin-bottom: 30px;
  }

  .p-mypage-links__item {
    margin: 0 0 15.5px;
  }

  .p-mypage-btns {
    border-radius: 5px;
    padding: 20px 0;
    margin: 0 0 45px;
  }

  .p-mypage__btn {
    width: 230px;
  }

  .p-mypage__btn--arrow:before {
    width: 9px;
    height: 16px;
    margin-right: 10px;
  }

  .p-mypage__btn--cancel {
    width: 340px;
  }

  .p-mypage__btn--customer {
    width: 230px;
    margin: 0 auto 15px;
  }

  .p-save-header {
    margin: 40px 0 20px;
  }

  .p-save-header__title {
    margin-bottom: 20px;
  }

  .p-save-box {
    margin: 0 auto 30px;
    padding: 20px 40px;
  }

  .p-disease-header__title {
    margin-bottom: 10px;
  }

  .p-disease-header__lead {
    margin-bottom: 20px;
  }

  .p-disease-alert {
    padding: 10px 25px;
    margin: 0 auto 10px;
  }

  .p-disease-box:last-of-type {
    margin-bottom: 15px;
  }

  .p-disease-box-header {
    height: 60px;
    padding: 0 10px;
  }

  .p-disease-box-header__btn {
    width: 56px;
    height: 36px;
  }

  .p-disease-box-header__label {
    width: 34px;
    height: 34px;
  }

  .p-disease-box-header__title {
    left: 100px;
  }

  .p-disease-list-header__title {
    width: calc(100% - 100px);
  }

  .p-disease-list__body {
    padding: 15px;
  }

  .p-disease-checkbox {
    padding: 10px 0;
    width: 100px;
  }

  .p-disease-checkbox .c-checkbox__label:after {
    margin-top: 2px;
  }

  .p-disease-textarea {
    height: 140px;
    padding: 8px;
    margin-bottom: 10px;
  }

  .p-disease-textarea__label {
    margin-bottom: 10px;
  }

  .p-disease__footer {
    margin-bottom: 45px;
  }

  .p-improvement-select-section {
    margin: 36px 0 40px;
  }

  .p-improvement-select-section__lead {
    margin: 0 0 20px;
  }

  .p-improvement-select-table {
    margin-bottom: 8px;
  }

  .p-improvement-select-table__th {
    padding: 8px 20px;
  }

  .p-improvement-select-table__td {
    padding: 8px 20px;
  }

  .p-select__title {
    margin: 20px 0 5px;
  }

  .p-select__lead {
    margin-bottom: 35px;
  }

  .p-select-plan-header {
    padding: 20px 0 14px;
  }

  .p-select-plan__box {
    padding: 18px 20px;
  }

  .p-select-checkbox {
    margin: 17px auto 20px;
  }

  .p-select-btns {
    margin: 40px 0 70px;
  }

  .p-top-mv .slick-dots {
    margin-top: 20px;
  }

  .p-top-info {
    padding: 35px 0 20px;
  }

  .p-top-info__txt:not(:last-of-type) {
    margin-bottom: 20px;
  }

  .p-top-fee {
    padding: 0 20px;
    border-radius: 10px;
  }

  .p-top-fees {
    margin: 20px auto;
    width: 300px;
  }

  .p-top-list {
    padding: 18px 0 16px;
  }

  .p-top-list__lead {
    margin-bottom: 19px;
  }

  .p-top-list__item:not(:last-of-type) {
    margin-bottom: 30px;
  }

  .p-top-list-header {
    padding: 24px 0 20px;
  }

  .p-top-list-header-fee {
    margin: 0 auto 10px;
  }

  .p-top-list-header__title {
    margin: 0 0 19px;
  }

  .p-top-list-body {
    padding: 26.8px 10px 25.5px;
  }

  .p-top-list-plan {
    padding: 20px 0;
  }

  .p-top-list-plan__item:not(:last-of-type) {
    margin-bottom: 10px;
  }

  .p-top-list-plan__item__footer {
    padding: 5px 10px;
    margin: 5px 0 0 0;
  }

  .p-top-list-plan__label {
    margin: 0 10px 0 0;
  }

  .p-top-footer {
    padding: 50px 0 200px;
  }

  .p-top-floating .l-inner {
    height: 156px;
  }

  .p-top-floating-body__title ._alert {
    margin-left: 10px;
  }

  .p-top-floating__btn {
    width: 100%;
    padding: 9.2px 0 3px;
    border-radius: 6px;
  }

  .p-top-floating__btn:before {
    margin-bottom: 5px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 20px;
    -ms-flex: 0 0 20px;
    flex: 0 0 20px;
  }
}

@media screen and (min-width:768px) and (max-width:1080px) {
  .c-copyright {
    margin-top: 7px;
  }
}

@media screen and (min-width:768px) and (max-width:1280px) {
  .p-list-header__title {
    font-size: calc( 18px + ( ( 1vw - 7.68px ) * 0.78125) );
  }
}

@media screen and (min-width:768px) and (max-width:1100px) {
  .c-login-body {
    width: 57.03125vw;
  }
}

@media screen and (min-width:768px) and (max-width:830px) {
  .p-explanation {
    padding: 2.34375vw 6.25vw;
  }
}

@media screen and (max-width:767.9px) and (min-width:410px) and (max-width:767.9px) {
  .p-info-section {
    margin-bottom: 60px;
  }

  .p-info-table__head .c-table__th {
    padding-left: 15px;
  }
}

@media screen and (min-width:600px) and (max-width:767.9px) {
  .p-mypage-btns-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .p-mypage-btns-list__item {
    margin-bottom: 15px;
  }
}

@media screen and (min-width:410px) and (max-width:649.9px) {
  .p-top-fees__item:not(:last-of-type) {
    margin: 0 0 10px;
  }
}

@media screen and (min-width:768px) and (max-width:1000px) {
  .p-top-list-header-fee {
    width: 25vw;
  }
}