@charset "UTF-8";
/*!
* ress.css • v1.2.2
* MIT License
* github.com/filipelinhares/ress
*/
html {
  box-sizing: border-box;
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
}

*, :after, :before {
  background-repeat: no-repeat;
  box-sizing: inherit;
}

:after, :before {
  text-decoration: inherit;
  vertical-align: inherit;
}

* {
  padding: 0;
  margin: 0;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

hr {
  overflow: visible;
}

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

summary {
  display: list-item;
}

small {
  font-size: 80%;
}

[hidden], template {
  display: none;
}

abbr[title] {
  border-bottom: 1px dotted;
  text-decoration: none;
}

a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

a:active, a:hover {
  outline-width: 0;
}

code, kbd, pre, samp {
  font-family: monospace,monospace;
}

b, strong {
  font-weight: bolder;
}

dfn {
  font-style: italic;
}

mark {
  background-color: #ff0;
  color: #000;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -.25em;
}

sup {
  top: -.5em;
}

input {
  border-radius: 0;
}

[role=button], [type=button], [type=reset], [type=submit], button {
  cursor: pointer;
}

[disabled] {
  cursor: default;
}

[type=number] {
  width: auto;
}

[type=search] {
  -webkit-appearance: textfield;
}

[type=search]::-webkit-search-cancel-button, [type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

textarea {
  overflow: auto;
  resize: vertical;
}

button, input, optgroup, select, textarea {
  font: inherit;
}

optgroup {
  font-weight: 700;
}

button {
  overflow: visible;
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
  border-style: 0;
  padding: 0;
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button:-moz-focusring {
  outline: 1px dotted ButtonText;
}

[type=reset], [type=submit], button, html [type=button] {
  -webkit-appearance: button;
}

button, select {
  text-transform: none;
}

button, input, select, textarea {
  background-color: transparent;
  border-style: none;
  color: inherit;
}

select {
  -moz-appearance: none;
  -webkit-appearance: none;
}

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

select::-ms-value {
  color: currentColor;
}

legend {
  border: 0;
  color: inherit;
  display: table;
  max-width: 100%;
  white-space: normal;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

img {
  border-style: none;
}

progress {
  vertical-align: baseline;
}

svg:not(:root) {
  overflow: hidden;
}

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

@media screen {
  [hidden~=screen] {
    display: inherit;
  }
  [hidden~=screen]:not(:active):not(:focus):not(:target) {
    position: absolute !important;
    clip: rect(0 0 0 0) !important;
  }
}

[aria-busy=true] {
  cursor: progress;
}

[aria-controls] {
  cursor: pointer;
}

[aria-disabled] {
  cursor: default;
}

::-moz-selection {
  background-color: #b3d4fc;
  color: #000;
  text-shadow: none;
}

::selection {
  background-color: #b3d4fc;
  color: #000;
  text-shadow: none;
}

/* 基本設定
----------------------------------------------- */
:root {
  --mon-color-white: #ffffff;
  --mon-color-black: #000000;
  --mon-color-text: #2C3C53;
  --mon-color-blue: #3A43A0;
  --mon-color-blue-light: #7996CC;
  --mon-color-gray: #F5F5F5;
  --mon-color-gray-light: #E2E2F0;
  --mon-color-red: #DE0000;
  --mon-color-orange: #FF8500;
  --mon-color-orange-light: #FFF3E8;
  --mon-color-yellow: #FFB700;
  --mon-color-yellow-light: #FFF8E6;
  --mon-color-border-gray: #D6D6D6;
  --mon-color-marker-orange: #FFBF77;
  --mon-color-marker-yellow: #FFD56A;
}

*, *::after, *::before {
  box-sizing: border-box;
}

html {
  font-size: 15px;
}

body {
  color: #2C3C53;
  font-family: YuGothic, "Yu Gothic Medium", "游ゴシック Medium", "游ゴシック体", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
  font-weight: 500;
}

h1, h2, h3, h4, h5, h6 {
  color: #2C3C53;
  line-height: 1.5;
  margin-top: 0;
  margin-bottom: 0;
  font-family: YuGothic, "Yu Gothic Medium", "游ゴシック Medium", "游ゴシック体", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
}

p {
  margin: 0;
}

p + p {
  margin-top: 1em;
}

input,
select,
textarea,
button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  outline: none;
  background: transparent;
  color: #2C3C53;
  font-family: YuGothic, "Yu Gothic Medium", "游ゴシック Medium", "游ゴシック体", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
}

select option {
  font-family: YuGothic, "Yu Gothic Medium", "游ゴシック Medium", "游ゴシック体", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
}

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

img {
  vertical-align: top;
  max-width: 100%;
  border: none;
}

em {
  font-style: normal;
  font-weight: normal;
  color: inherit;
}

a {
  text-decoration: none;
  color: #2C3C53;
  transition: ease 0.2s;
}

a:before, a:after {
  transition: ease 0.2s;
}

a[href^="tel:"] {
  text-decoration: none;
}

@media (min-width: 1025px) {
  a[href^="tel:"] {
    cursor: default;
    pointer-events: none;
  }
}

/* テキスト
--------------------------------------------------- */
p a {
  transition: opacity 0.2s ease;
  text-decoration: underline;
}

@media (hover: hover) and (pointer: fine) {
  p a:hover {
    text-decoration: none;
    opacity: 0.7;
  }
}

@media (-ms-high-contrast: none), (-ms-high-contrast: active) {
  p a:hover {
    text-decoration: none;
    opacity: 0.7;
  }
}

.u-text-red a {
  color: #DE0000;
}

/* ===================================
  通常テキスト @16px
====================================== */
p:not([class]),
.c-text-base {
  color: #2C3C53;
  font-size: 16px;
  font-size: 1.06667rem;
  line-height: 1.5;
  font-weight: 500;
}

@media (max-width: 768px) {
  p:not([class]),
  .c-text-base {
    font-size: 14px;
    font-size: 0.93333rem;
    line-height: 1.5;
  }
}

.c-text-medium {
  color: #2C3C53;
  font-size: 14px;
  font-size: 0.93333rem;
  line-height: 1.5;
  font-weight: 500;
}

/* ===================================
  通常テキスト @12px
====================================== */
.c-text-small {
  color: #2C3C53;
  font-size: 12px;
  font-size: 0.8rem;
  line-height: 2;
  font-weight: 500;
}

.c-com-text-base {
  color: #2C3C53;
  font-size: 16px;
  font-size: 1.06667rem;
  line-height: 1.5;
  font-weight: 500;
}

/* ===================================
  リンクテキスト
====================================== */
.c-textLink {
  text-decoration: underline;
  color: #3A43A0;
  font-size: 16px;
  font-size: 1.06667rem;
  line-height: 1.5;
  font-weight: 500;
}

@media (max-width: 768px) {
  .c-textLink {
    font-size: 14px;
    font-size: 0.93333rem;
    line-height: 1.5;
  }
}

@media (hover: hover) and (pointer: fine) {
  .c-textLink:hover {
    opacity: 0.7;
  }
}

@media (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .c-textLink:hover {
    opacity: 0.7;
  }
}

.c-textLink--small {
  text-decoration: underline;
  color: #3A43A0;
  font-size: 12px;
  font-size: 0.8rem;
  line-height: 2;
  font-weight: 500;
}

@media (hover: hover) and (pointer: fine) {
  .c-textLink--small:hover {
    opacity: 0.7;
  }
}

@media (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .c-textLink--small:hover {
    opacity: 0.7;
  }
}

/* ===================================
  エラーテキスト
====================================== */
.c-text-error {
  color: #DE0000;
  font-size: 12px;
  font-size: 0.8rem;
  line-height: 1.5;
  font-weight: 700;
  margin-top: 10px;
}

.c-text-error:first-child {
  margin-top: 0;
}

/* ===================================
  項目＋テキスト
====================================== */
.c-text-input.c-text-input--child + * {
  margin-top: 30px;
}

.c-text-input.c-text-input--child > * {
  display: inline-block;
  margin-right: 20px;
  margin-top: 5px;
}

.c-text-input.c-text-input--child i {
  cursor: pointer;
  background: url(/images/icons/icon_circle-xmark_fill.svg) no-repeat center;
  background-size: contain;
  display: inline-block;
  width: 15px;
  height: 15px;
  vertical-align: middle;
  margin-top: -2px;
  margin-left: 5px;
}

/* ===================================
  テキスト調整用
====================================== */
.is-font--normal {
  font-weight: 400;
}

.is-font--medium {
  font-weight: 500;
}

.is-font--bold {
  font-weight: 700;
}

/* テキストマーカー
--------------------------------------------------- */
.c-marker-orange {
  background: linear-gradient(transparent calc(100% - 7px), #FFBF77 0%);
  font-weight: 700;
  display: inline;
  padding: 0 2px;
  font-style: normal;
}

.c-marker-yellow {
  background: linear-gradient(transparent calc(100% - 7px), #FFD56A 0%);
  font-weight: 700;
  display: inline;
  padding: 0 2px;
  font-style: normal;
}

/* ボタン（コンポーネント）
--------------------------------------------------- */
.c-button-line,
.c-button-fill,
.c-button-square {
  border-radius: 10px;
  border: 1px solid #3A43A0;
  background-color: #ffffff;
  color: #2C3C53;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 20px 10px 15px;
  font-size: 16px;
  font-size: 1.06667rem;
  line-height: 1.5;
  min-height: 50px;
  font-weight: 700;
  cursor: pointer;
}

@media (max-width: 768px) {
  .c-button-line,
  .c-button-fill,
  .c-button-square {
    font-size: 14px;
    font-size: 0.93333rem;
    line-height: 1.5;
  }
}

button:disabled,
input:disabled[type="submit"],
input:disabled[type="button"],
.c-button-line.is-disabled,
.c-button-fill.is-disabled,
.c-button-square.is-disabled,
.c-button-fill:disabled,
.c-button-line:disabled,
.c-button-square:disabled {
  border-color: #E2E2F0;
  background-color: #E2E2F0;
  color: #ACACAC;
  pointer-events: none;
}

.c-buttonList, .c-buttonList-2, .c-buttonList--single {
  margin-top: 55px;
}

@media (max-width: 1024px) {
  .c-buttonList, .c-buttonList-2, .c-buttonList--single {
    margin-top: 35px;
  }
}

.c-heading-02 + .c-buttonList, .c-heading-02 + .c-buttonList-2, .c-heading-02 + .c-buttonList--single,
.c-heading-03 + .c-buttonList,
.c-heading-03 + .c-buttonList-2,
.c-heading-03 + .c-buttonList--single {
  margin-top: 0;
}


.is-button--disabled[class*="c-button"] .c-icon--plus::before {
  background-image: url(/images/icons/icon_plus_gray.svg);
}

.is-button--disabled[class*="c-button"] {
  border-color: #E2E2F0;
  background-color: #E2E2F0;
  color: #ACACAC;
  pointer-events: none;
}

/* ===================================
  ベース
====================================== */
.c-button-line.is-align-top,
.c-button-fill.is-align-top,
.c-button-square.is-align-top {
  align-items: flex-start;
}

.c-button-line.is-align-center,
.c-button-fill.is-align-center,
.c-button-square.is-align-center {
  align-items: center;
}

.c-button-line.is-align-bottom,
.c-button-fill.is-align-bottom,
.c-button-square.is-align-bottom {
  align-items: flex-end;
}

.c-button-line.is-justify-left,
.c-button-fill.is-justify-left,
.c-button-square.is-justify-left {
  justify-content: flex-start;
}

.c-button-line.is-justify-center,
.c-button-fill.is-justify-center,
.c-button-square.is-justify-center {
  justify-content: center;
}

.c-button-line.is-justify-right,
.c-button-fill.is-justify-right,
.c-button-square.is-justify-right {
  justify-content: flex-end;
}

/* ===================================
  カラムレイアウト
====================================== */
.c-buttonList {
  display: flex;
  flex-wrap: wrap;
  margin-left: -10px;
  margin-bottom: -10px;
}

.c-buttonList > * {
  padding-left: 10px;
  padding-bottom: 10px;
  width: 50%;
}

@media (min-width: 1025px) {
  .c-buttonList.c-buttonList\@3col > * {
    width: 33.33%;
  }
  .c-buttonList.c-buttonList\@4col > * {
    width: 25%;
  }
  .c-buttonList.c-buttonList\@5col > * {
    width: 20%;
  }
  .c-buttonList.c-buttonList-size-fixed {
    justify-content: center;
  }
  .c-buttonList.c-buttonList-size-fixed > * {
    max-width: 260px;
  }
}

@media (max-width: 1024px) {
  .c-buttonList.c-buttonList-child-expand > * {
    width: 100%;
  }
}

.c-buttonList .c-button-line,
.c-buttonList .c-button-fill,
.c-buttonList .c-button-square {
  height: 100%;
}

.c-buttonList-2 {
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (min-width: 1025px) {
  .c-buttonList-2 {
    margin-left: -35px;
  }
}

@media (max-width: 1024px) {
  .c-buttonList-2 {
    flex-direction: column;
  }
}

.c-buttonList-2 > * {
  flex: 1;
  width: 100%;
}

@media (min-width: 1025px) {
  .c-buttonList-2 > * {
    padding-left: 35px;
    max-width: 285px;
  }
}

@media (max-width: 1024px) {
  .c-buttonList-2 > * + * {
    margin-top: 10px;
  }
}

@media (max-width: 1024px) {
  .c-buttonList-2.c-buttonList-2--reverse\@sp {
    flex-direction: column-reverse;
  }
  .c-buttonList-2.c-buttonList-2--reverse\@sp > * + * {
    margin-top: 0;
    margin-bottom: 10px;
  }
}

.c-buttonList--single > * {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 440px;
}

@media (hover: hover) and (pointer: fine) {
  .c-button-line:hover .c-icon--plus::before {
    background-image: url(/images/icons/icon_plus_white.svg);
  }
}

@media (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .c-button-line:hover .c-icon--plus::before {
    background-image: url(/images/icons/icon_plus_white.svg);
  }
}

/* ===================================
  背景塗りつぶし
====================================== */
.c-button-fill {
  background-color: #3A43A0;
  color: #ffffff;
}

@media (hover: hover) and (pointer: fine) {
  .c-button-fill:hover {
    background-color: #050E65;
  }
}

@media (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .c-button-fill:hover {
    background-color: #050E65;
  }
}

.c-button-fill--white {
  background-color: #ffffff;
  color: #3A43A0;
}

@media (hover: hover) and (pointer: fine) {
  .c-button-fill--white:hover {
    border-color: #EBF3FF;
    background-color: #EBF3FF;
  }
}

@media (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .c-button-fill--white:hover {
    border-color: #EBF3FF;
    background-color: #EBF3FF;
  }
}

/* ===================================
  罫線あり
====================================== */
@media (hover: hover) and (pointer: fine) {
  .c-button-line:hover {
    border-color: #7996CC;
    background-color: #7996CC;
    color: #ffffff;
  }
}

@media (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .c-button-line:hover {
    border-color: #7996CC;
    background-color: #7996CC;
    color: #ffffff;
  }
}

/* ===================================
  正方形ボタン（アイコンあり）
====================================== */
.c-button-square {
  flex-direction: column;
  padding: 28px 10px;
  transition: 0.2s ease;
}

@media (max-width: 1024px) {
  .c-button-square {
    justify-content: flex-start;
    padding: 15px 5px;
    font-size: 14px;
    font-size: 0.93333rem;
  }
}

.c-button-square > span {
  display: block;
}

@media (max-width: 1024px) {
  .c-button-square > span {
    text-align: center;
    margin-top: auto;
    margin-bottom: auto;
  }
}

.c-button-square .c-icon--fileuser,
.c-button-square .c-icon--key,
.c-button-square .c-icon--backuser,
.c-button-square .c-icon--rotateuser,
.c-button-square .c-icon--birthday,
.c-button-square .c-icon--users {
  margin-bottom: 18px;
}

@media (max-width: 1024px) {
  .c-button-square .c-icon--fileuser,
  .c-button-square .c-icon--key,
  .c-button-square .c-icon--backuser,
  .c-button-square .c-icon--rotateuser,
  .c-button-square .c-icon--birthday,
  .c-button-square .c-icon--users {
    margin-bottom: 12px;
  }
}

.c-button-square .c-icon--fileuser:last-child,
.c-button-square .c-icon--key:last-child,
.c-button-square .c-icon--backuser:last-child,
.c-button-square .c-icon--rotateuser:last-child,
.c-button-square .c-icon--birthday:last-child,
.c-button-square .c-icon--users:last-child {
  margin-bottom: 0;
}

.c-button-square .c-icon--fileuser::before,
.c-button-square .c-icon--key::before,
.c-button-square .c-icon--backuser::before,
.c-button-square .c-icon--rotateuser::before,
.c-button-square .c-icon--birthday::before,
.c-button-square .c-icon--users::before {
  transition: 0.2s ease;
}

@media (min-width: 1025px) {
  .c-button-square .c-icon--fileuser::before,
  .c-button-square .c-icon--key::before,
  .c-button-square .c-icon--backuser::before,
  .c-button-square .c-icon--rotateuser::before,
  .c-button-square .c-icon--birthday::before,
  .c-button-square .c-icon--users::before {
    height: 48px;
  }
}

@media (max-width: 1024px) {
  .c-button-square .c-icon--fileuser::before,
  .c-button-square .c-icon--key::before,
  .c-button-square .c-icon--backuser::before,
  .c-button-square .c-icon--rotateuser::before,
  .c-button-square .c-icon--birthday::before,
  .c-button-square .c-icon--users::before {
    height: 40px;
  }
}

.c-button-square .c-icon--fileuser::before {
  width: 42px;
}

@media (max-width: 1024px) {
  .c-button-square .c-icon--fileuser::before {
    width: 35px;
  }
}

.c-button-square .c-icon--key::before {
  width: 47px;
}

@media (max-width: 1024px) {
  .c-button-square .c-icon--key::before {
    width: 39px;
  }
}

.c-button-square .c-icon--backuser::before {
  width: 41px;
}

@media (max-width: 1024px) {
  .c-button-square .c-icon--backuser::before {
    width: 34px;
  }
}

.c-button-square .c-icon--rotateuser::before {
  width: 48px;
}

@media (max-width: 1024px) {
  .c-button-square .c-icon--rotateuser::before {
    width: 40px;
  }
}

.c-button-square .c-icon--birthday::before {
  width: 48px;
}

@media (max-width: 1024px) {
  .c-button-square .c-icon--birthday::before {
    width: 40px;
  }
}

.c-button-square .c-icon--users::before {
  width: 56px;
}

@media (max-width: 1024px) {
  .c-button-square .c-icon--users::before {
    width: 47px;
  }
}

@media (hover: hover) and (pointer: fine) {
  .c-button-square:hover {
    border-color: #7996CC;
    background-color: #7996CC;
    color: #ffffff;
  }
  .c-button-square:hover .c-icon--fileuser::before {
    background-image: url(/images/icons/icon_file-user_white.svg);
  }
  .c-button-square:hover .c-icon--key::before {
    background-image: url(/images/icons/icon_key_white.svg);
  }
  .c-button-square:hover .c-icon--backuser::before {
    background-image: url(/images/icons/icon_back-user_white.svg);
  }
  .c-button-square:hover .c-icon--rotateuser::before {
    background-image: url(/images/icons/icon_rotate-user_white.svg);
  }
  .c-button-square:hover .c-icon--birthday::before {
    background-image: url(/images/icons/icon_cake-candles_white.svg);
  }
  .c-button-square:hover .c-icon--users::before {
    background-image: url(/images/icons/icon_users_white.svg);
  }
  .c-button-square:hover .c-icon--blank::after {
    background-image: url(/images/icons/icon_blank_white.svg);
  }
}

@media (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .c-button-square:hover {
    border-color: #7996CC;
    background-color: #7996CC;
    color: #ffffff;
  }
  .c-button-square:hover .c-icon--fileuser::before {
    background-image: url(/images/icons/icon_file-user_white.svg);
  }
  .c-button-square:hover .c-icon--key::before {
    background-image: url(/images/icons/icon_key_white.svg);
  }
  .c-button-square:hover .c-icon--backuser::before {
    background-image: url(/images/icons/icon_back-user_white.svg);
  }
  .c-button-square:hover .c-icon--rotateuser::before {
    background-image: url(/images/icons/icon_rotate-user_white.svg);
  }
  .c-button-square:hover .c-icon--birthday::before {
    background-image: url(/images/icons/icon_cake-candles_white.svg);
  }
  .c-button-square:hover .c-icon--users::before {
    background-image: url(/images/icons/icon_users_white.svg);
  }
  .c-button-square:hover .c-icon--blank::after {
    background-image: url(/images/icons/icon_blank_white.svg);
  }
}

/* ===================================
  矢印アイコン
====================================== */
.c-button--arrow, .c-button--arrow-down, .c-button--plus {
  position: relative;
  justify-content: flex-start;
}

.c-button--arrow::before, .c-button--arrow-down::before, .c-button--plus::before {
  content: "";
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: absolute;
  top: 0;
  right: 15px;
  bottom: 0;
  margin: auto 0;
}

.c-button--arrow::before {
  background-image: url(/images/icons/icon_chevron-right.svg);
  width: 7px;
  height: 12px;
}

@media (hover: hover) and (pointer: fine) {
  .c-button--arrow:hover.c-button-line::before {
    background-image: url(/images/icons/icon_chevron-right_white.svg);
  }
}

@media (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .c-button--arrow:hover.c-button-line::before {
    background-image: url(/images/icons/icon_chevron-right_white.svg);
  }
}

.c-button--arrow-down::before {
  background-image: url(/images/icons/icon_chevron-down.svg);
  width: 12px;
  height: 7px;
}

@media (hover: hover) and (pointer: fine) {
  .c-button--arrow-down:hover.c-button-line::before {
    background-image: url(/images/icons/icon_chevron-down_white.svg);
  }
}

@media (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .c-button--arrow-down:hover.c-button-line::before {
    background-image: url(/images/icons/icon_chevron-down_white.svg);
  }
}


/* ===================================
  ＋アイコン
====================================== */
.c-button--plus::before {
  background-image: url(/images/icons/icon_plus.svg);
  width: 17px;
  height: 17px;
}

@media (hover: hover) and (pointer: fine) {
  .c-button--plus:hover.c-button-line::before {
    background-image: url(/images/icons/icon_plus_white.svg);
  }
}

@media (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .c-button--plus:hover.c-button-line::before {
    background-image: url(/images/icons/icon_plus_white.svg);
  }
}


/* ===================================
	ボタンサイズ（小）
====================================== */
.c-button--small {
  border-radius: 24px;
  text-decoration: none;
  display: inline-flex !important;
  font-size: 0.93333rem;
  font-weight: 700;
  padding: 0 15px;
  margin-left: 0;
  min-height: 30px;
  transition: 0.12s ease;
}

.c-button--small > * + * {
  margin-left: 7px;
}

.c-button--small .c-button-icon--plus::before {
  margin-right: 7px;
}

@media (min-width: 1025px) {
  .c-button--small {
    margin-left: 15px;
    }
 }

/* ===================================
  ボタンサイズ（中）
====================================== */
@media (min-width: 1025px) {
  .c-button--medium {
    min-height: 60px;
  }
}

/* リスト
--------------------------------------------------- */
.c-list > * {
  border-top: 1px solid #D6D6D6;
}

.c-list > *:last-child {
  border-bottom: 1px solid #D6D6D6;
}

@media (max-width: 1024px) {
  .c-grid .c-grid__item:first-child .c-list > *:last-child {
    border-bottom: none;
  }
}

.c-list a {
  display: block;
  font-size: 16px;
  font-size: 1.06667rem;
  line-height: 1.5;
  font-weight: 700;
  padding: 17px 25px 17px 10px;
  position: relative;
  transition: 0.2s ease;
}

@media (max-width: 768px) {
  .c-list a {
    font-size: 14px;
    font-size: 0.93333rem;
    line-height: 1.5;
  }
}

@media (max-width: 1024px) {
  .c-list a {
    padding-top: 12px;
    padding-bottom: 12px;
  }
}

.c-list a::before {
  content: "";
  background: url(/images/icons/icon_chevron-right.svg) no-repeat center;
  background-size: contain;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 10px;
  margin: auto 0;
  width: 7px;
  height: 12px;
  transition: 0.2s ease;
}

@media (hover: hover) and (pointer: fine) {
  .c-list a:hover {
    text-decoration: underline;
    opacity: 0.7;
  }
}

@media (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .c-list a:hover {
    text-decoration: underline;
    opacity: 0.7;
  }
}

* + .c-list-02 {
  margin-top: 15px;
}

.c-list-02.notice li {
  padding-left: 1em;
}

.c-list-02.notice li::before {
  content: "※";
}

.c-list-02.dots li {
  padding-left: 1em;
}

.c-list-02.dots li::before {
  content: "・";
}

.c-list-02 > li {
  font-size: 16px;
  font-size: 1.06667rem;
  font-weight: 500;
  line-height: 1.5;
  position: relative;
}

.c-list-02 > li::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  font-size: 16px;
  font-size: 1.06667rem;
  line-height: 24px;
}

@media (max-width: 1024px) {
  .c-list-02 > li {
    font-size: 14px;
    font-size: 0.93333rem;
  }
  .c-list-02 > li::before {
    font-size: 14px;
    font-size: 0.93333rem;
    line-height: 21px;
  }
}

.c-list-02 > li + li {
  margin-top: 6px;
}

.c-list-02.notice {
  font-size: 12px;
  font-size: 0.8rem;
}

.c-list-02.notice::before {
  font-size: 12px;
  font-size: 0.8rem;
  line-height: 18px;
}

.c-list-02.number {
  counter-reset: num 0;
}

.c-list-02.number > li {
  padding-left: 1.5em;
  font-size: 16px;
  font-size: 1.06667rem;
}

.c-list-02.number > li::before {
  counter-increment: num 1;
  content: counter(num) ". ";
  font-size: 16px;
  font-size: 1.06667rem;
  line-height: 24px;
}

@media (max-width: 1024px) {
  .c-list-02.number > li {
    font-size: 14px;
    font-size: 0.93333rem;
  }
  .c-list-02.number > li::before {
    font-size: 14px;
    font-size: 0.93333rem;
    line-height: 21px;
  }
}

.c-list-02.number-parentheses {
  counter-reset: num 0;
}

.c-list-02.number-parentheses > li {
  padding-left: 2.5em;
  font-size: 16px;
  font-size: 1.06667rem;
}

.c-list-02.number-parentheses > li::before {
  counter-increment: num 1;
  content: "(" counter(num) ") ";
  font-size: 16px;
  font-size: 1.06667rem;
  line-height: 24px;
}

@media (max-width: 1024px) {
  .c-list-02.number-parentheses > li {
    font-size: 14px;
    font-size: 0.93333rem;
  }
  .c-list-02.number-parentheses > li::before {
    font-size: 14px;
    font-size: 0.93333rem;
    line-height: 21px;
  }
}

.c-list-02.tab > li {
  padding-left: 1.5em;
  font-size: 16px;
  font-size: 1.06667rem;
}

.c-list-02.tab > li::before {
  content: "";
  font-size: 16px;
  font-size: 1.06667rem;
  line-height: 24px;
}

@media (max-width: 1024px) {
  .c-list-02.tab > li {
    font-size: 14px;
    font-size: 0.93333rem;
  }
  .c-list-02.tab > li::before {
    font-size: 14px;
    font-size: 0.93333rem;
    line-height: 21px;
  }
}

.c-list-02.alpha > li {
  list-style-type: lower-alpha;
  padding-left: 0.5em;
  margin-left: 1.5em;
  font-size: 16px;
  font-size: 1.06667rem;
}

@media (max-width: 1024px) {
  .c-list-02.alpha > li {
    font-size: 14px;
    font-size: 0.93333rem;
  }
}

.c-list-02 a {
  transition: opacity 0.2s ease;
  text-decoration: underline;
}

@media (hover: hover) and (pointer: fine) {
  .c-list-02 a:hover {
    text-decoration: none;
    opacity: 0.7;
  }
}

@media (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .c-list-02 a:hover {
    text-decoration: none;
    opacity: 0.7;
  }
}

/* 各種アイコン
--------------------------------------------------- */
/* ===================================
  @desc 共通設定
====================================== */
.c-icon--fileuser::before, .c-icon--key::before, .c-icon--backuser::before, .c-icon--logout::before, .c-icon--rotateuser::before, .c-icon--birthday::before, .c-icon--users::before, .c-icon--message-lines::before, .c-icon--xmark::before, .c-icon--tel::before, .c-icon--mail::before, .c-icon--plus::before {
  content: "";
  display: inline-block;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  vertical-align: middle;
}

/* ===================================
  登録情報変更 （ファイル／ユーザ）
====================================== */
.c-icon--fileuser {
  display: inline-block;
}

.c-icon--fileuser::before {
  background-image: url(/images/icons/icon_file-user.svg);
  width: 21px;
  height: 23px;
}

/* ===================================
  パスワード変更 （鍵）
====================================== */
.c-icon--key {
  display: inline-block;
}

.c-icon--key::before {
  background-image: url(/images/icons/icon_key.svg);
  width: 23px;
  height: 23px;
}

/* ===================================
  退会 （ユーザ／右矢印）
====================================== */
.c-icon--backuser {
  display: inline-block;
}

.c-icon--backuser::before {
  background-image: url(/images/icons/icon_back-user.svg);
  width: 22px;
  height: 23px;
}

/* ===================================
  ログアウト
====================================== */
.c-icon--logout {
  display: inline-block;
}

.c-icon--logout::before {
  background-image: url(/images/icons/icon_log-out.svg);
  width: 14px;
  height: 17px;
  margin-top: -2px;
}

/* ===================================
  ご紹介フォーム （ユーザ／回転矢印）
====================================== */
.c-icon--rotateuser {
  display: inline-block;
}

.c-icon--rotateuser::before {
  background-image: url(/images/icons/icon_rotate-user.svg);
  width: 24px;
  height: 24px;
}

/* ===================================
  出産連絡
====================================== */
.c-icon--birthday {
  display: inline-block;
}

.c-icon--birthday::before {
  background-image: url(/images/icons/icon_cake-candles.svg);
  width: 24px;
  height: 23px;
}

/* ===================================
  きょうだい登録
====================================== */
.c-icon--users {
  display: inline-block;
}

.c-icon--users::before {
  background-image: url(/images/icons/icon_users.svg);
  width: 28px;
  height: 20px;
}

/* ===================================
  よくあるご質問（コメントライン）
====================================== */
.c-icon--message-lines {
  display: inline-block;
}

.c-icon--message-lines::before {
  background-image: url(/images/icons/icon_message-lines.svg);
  width: 24px;
  height: 24px;
}

/* ===================================
  別窓アイコン
====================================== */
.c-icon--blank {
  display: inline-block;
}

.c-icon--blank::after {
  content: "";
  display: inline-block;
  background: url(/images/icons/icon_blank.svg) no-repeat center;
  background-size: contain;
  margin-left: 7px;
  width: 10px;
  height: 10px;
}

@media (hover: hover) and (pointer: fine) {
  .c-icon--blank:hover::after {
    background-image: url(/images/icons/icon_blank_white.svg);
  }
}

@media (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .c-icon--blank:hover::after {
    background-image: url(/images/icons/icon_blank_white.svg);
  }
}

/* ===================================
  円形Xマーク
====================================== */
.c-icon--xmark {
  display: inline-block;
  margin-right: 7px;
}

.c-icon--xmark::before {
  background-image: url(/images/icons/icon_circle-plus.svg);
  width: 18px;
  height: 18px;
  position: relative;
  top: -1px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  will-change: transform;
}

/* ===================================
  電話
====================================== */
.c-icon--tel {
  display: inline-block;
  margin-right: 12px;
}

.c-icon--tel::before {
  background-image: url(/images/icons/icon_tel.svg);
  width: 29px;
  height: 29px;
  position: relative;
  top: -2px;
}

@media (max-width: 1024px) {
  .c-icon--tel {
    margin-right: 10px;
  }
  .c-icon--tel::before {
    width: 25px;
    height: 25px;
  }
}

/* ===================================
  メール
====================================== */
.c-icon--mail {
  display: inline-block;
  margin-right: 12px;
}

.c-icon--mail::before {
  background-image: url(/images/icons/icon_mail.svg);
  width: 30px;
  height: 22px;
  position: relative;
  top: -2px;
}

@media (max-width: 1024px) {
  .c-icon--mail {
    margin-right: 10px;
  }
  .c-icon--mail::before {
    width: 25px;
    height: 18px;
  }
}

/* ===================================
  ＋アイコン
====================================== */
.c-icon--plus {
  display: inline-block;
  margin-right: 12px;
}

.c-icon--plus::before {
  background-image: url(/images/icons/icon_plus.svg);
  width: 17px;
  height: 17px;
  position: relative;
  top: -1px;
}

@media (max-width: 1024px) {
  .c-icon--plus {
    margin-right: 10px;
  }
  .c-icon--plus::before {
    width: 14px;
    height: 14px;
  }
}

/* 小ボタン内の＋アイコン */
.c-button--small .c-icon--plus {
  margin-right: 0;
}


/* カラムレイアウト
--------------------------------------------------- */
/* ===========================================
  ベース設定
============================================== */
.c-grid {
  display: flex;
  margin-left: -60px;
}

@media (max-width: 1024px) {
  .c-grid {
    flex-direction: column;
    margin-left: 0;
  }
}

.c-grid__item {
  width: 50%;
  padding-left: 60px;
}

@media (max-width: 1024px) {
  .c-grid__item {
    width: 100%;
    padding-left: 0;
  }
}

.c-grid.c-grid-align-start {
  align-items: flex-start;
}

.c-grid.c-grid-align-center {
  align-items: center;
}

.c-grid.c-grid-align-end {
  align-items: flex-end;
}

.c-grid.c-grid\@3col .c-grid__item {
  width: 33.33%;
}

.c-grid.c-grid\@4col .c-grid__item {
  width: 25%;
}

.c-grid.c-grid\@5col .c-grid__item {
  width: 20%;
}

/* フォーム（コンポーネント）
--------------------------------------------------- */
input:disabled[type="text"],
input:disabled[type="tel"],
input:disabled[type="email"],
input:disabled[type="password"],
input:disabled[type="number"],
input:disabled[type="checkbox"],
select:disabled,
textarea:disabled,
input.is-disabled[type="text"],
input.is-disabled[type="tel"],
input.is-disabled[type="email"],
input.is-disabled[type="password"],
input.is-disabled[type="number"],
input.is-disabled[type="checkbox"],
select.is-disabled,
textarea.is-disabled, .c-form-select-wrap.is-disabled > select {
  border-color: #D6D6D6;
  background-color: #E2E2F0 !important;
  color: #ACACAC;
  pointer-events: none;
}

.c-form {
  overflow: hidden;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  border-radius: 20px;
  background-color: #ffffff;
  padding: 40px;
}

/* ===========================================
  ベース
============================================== */
input[type="text"],
input[type="tel"],
input[type="email"],
input[type="password"],
input[type="number"],
input[type="checkbox"],
select,
textarea {
  border: 1px solid #D6D6D6;
  border-radius: 5px;
  background-color: #F2F5FF;
  color: #2C3C53;
  padding: 7px 15px;
  font-size: 16px;
  font-size: 1.06667rem;
  font-weight: 500;
  line-height: 1.5;
  vertical-align: middle;
  width: 100%;
}

@media (max-width: 1024px) {
  input[type="text"],
  input[type="tel"],
  input[type="email"],
  input[type="password"],
  input[type="number"],
  input[type="checkbox"],
  select,
  textarea {
    padding-top: 8px;
    padding-bottom: 8px;
    font-size: 14px;
    font-size: 0.93333rem;
    line-height: 1.572;
  }
}

input[type="text"].is-input--complete,
input[type="tel"].is-input--complete,
input[type="email"].is-input--complete,
input[type="password"].is-input--complete,
input[type="number"].is-input--complete,
input[type="checkbox"].is-input--complete,
select.is-input--complete,
textarea.is-input--complete {
  background-color: #ffffff;
}

input[type="text"].is-input--error,
input[type="tel"].is-input--error,
input[type="email"].is-input--error,
input[type="password"].is-input--error,
input[type="number"].is-input--error,
input[type="checkbox"].is-input--error,
select.is-input--error,
textarea.is-input--error {
  border-color: #DE0000;
  background-color: #FFF4F4;
}

input[type="text"]:focus,
input[type="tel"]:focus,
input[type="email"]:focus,
input[type="password"]:focus,
input[type="number"]:focus,
input[type="checkbox"]:focus,
select:focus,
textarea:focus {
  box-shadow: 0 0 3px rgba(58, 67, 160, 0.5);
  background-color: #ffffff;
  border-color: #3A43A0;
}

input[type="text"].is-disabled ~ img,
input[type="tel"].is-disabled ~ img,
input[type="email"].is-disabled ~ img,
input[type="password"].is-disabled ~ img,
input[type="number"].is-disabled ~ img,
input[type="checkbox"].is-disabled ~ img,
select.is-disabled ~ img,
textarea.is-disabled ~ img {
  pointer-events: none;
  opacity: .3;
}

input[type="text"]::-webkit-input-placeholder,
input[type="tel"]::-webkit-input-placeholder,
input[type="email"]::-webkit-input-placeholder,
input[type="password"]::-webkit-input-placeholder,
input[type="number"]::-webkit-input-placeholder,
input[type="checkbox"]::-webkit-input-placeholder,
select::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #ACACAC;
}

input[type="text"]::-moz-placeholder,
input[type="tel"]::-moz-placeholder,
input[type="email"]::-moz-placeholder,
input[type="password"]::-moz-placeholder,
input[type="number"]::-moz-placeholder,
input[type="checkbox"]::-moz-placeholder,
select::-moz-placeholder,
textarea::-moz-placeholder {
  color: #ACACAC;
}

input[type="text"]::-ms-input-placeholder,
input[type="tel"]::-ms-input-placeholder,
input[type="email"]::-ms-input-placeholder,
input[type="password"]::-ms-input-placeholder,
input[type="number"]::-ms-input-placeholder,
input[type="checkbox"]::-ms-input-placeholder,
select::-ms-input-placeholder,
textarea::-ms-input-placeholder {
  color: #ACACAC;
}

input[type="text"]:not(:focus):not(.is-input--complete),
input[type="tel"]:not(:focus):not(.is-input--complete),
input[type="email"]:not(:focus):not(.is-input--complete),
input[type="password"]:not(:focus):not(.is-input--complete),
input[type="number"]:not(:focus):not(.is-input--complete),
input[type="checkbox"]:not(:focus):not(.is-input--complete),
select:not(:focus):not(.is-input--complete),
textarea:not(:focus):not(.is-input--complete) {
  color: #ACACAC;
}

.is-maxsize--xsmall {
  max-width: 55px;
}

.is-maxsize--small {
  max-width: 95px;
}

.is-maxsize--medium {
  max-width: 190px;
}

.is-maxsize--medium2 {
  max-width: 100%;
}

.is-maxsize--medium3 {
  max-width: 400px;
}

.is-maxsize--large {
  max-width: 100%;
}

@media (min-width: 1025px) {
  .is-maxsize--xsmall\@pc {
    max-width: 50px;
  }
}

@media (min-width: 1025px) {
  .is-maxsize--small\@pc {
    max-width: 95px;
  }
}

@media (min-width: 1025px) {
  .is-maxsize--medium\@pc {
    max-width: 190px;
  }
}

@media (min-width: 1025px) {
  .is-maxsize--medium2\@pc {
    max-width: 280px;
  }
}

@media (min-width: 1025px) {
  .is-maxsize--large\@pc {
    max-width: 85%;
  }
}

/* ===========================================
  入力ラベル
============================================== */
.c-form-label {
  color: #2C3C53;
  font-size: 16px;
  font-size: 1.06667rem;
  line-height: 1.5;
  font-weight: 700;
  margin-top: 17px;
  margin-bottom: 8px;
}

@media (max-width: 768px) {
  .c-form-label {
    font-size: 14px;
    font-size: 0.93333rem;
    line-height: 1.5;
  }
}

.c-form-label:first-child {
  margin-top: 0;
}

.c-form-label:last-child {
  margin-bottom: 0;
}

/* ===========================================
  入力フォーム
============================================== */
.c-form-input {
  margin-bottom: -10px;
  min-height: 40px;
  font-size: 0;
}

.c-form-input > * {
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 10px;
}

.c-form-input > p {
  margin-left: 15px;
  margin-right: 15px;
}

.c-form-input > p:first-child {
  margin-left: 0;
}

.c-form-input > p:last-child {
  margin-right: 0;
}

.c-form-input--error input[type="text"],
.c-form-input--error input[type="tel"],
.c-form-input--error input[type="email"],
.c-form-input--error input[type="password"],
.c-form-input--error input[type="checkbox"],
.c-form-input--error select,
.c-form-input--error textarea {
  border-color: #DE0000;
  background-color: #FFF4F4;
}

.c-form-input--disabled input[type="text"],
.c-form-input--disabled input[type="tel"],
.c-form-input--disabled input[type="email"],
.c-form-input--disabled input[type="password"],
.c-form-input--disabled input[type="checkbox"],
.c-form-input--disabled select,
.c-form-input--disabled textarea {
  border-color: #D6D6D6;
  background-color: #E2E2F0;
  pointer-events: none;
}

.c-form-unit, .c-form-unit1, .c-form-unit2, .c-form-unit3 {
  display: inline-block;
  font-weight: 500;
  font-style: normal;
  margin-left: 5px;
  margin-right: 5px;
}

.c-form-unit:first-child, .c-form-unit1:first-child, .c-form-unit2:first-child, .c-form-unit3:first-child {
  margin-left: 0;
}

.c-form-unit:last-child, .c-form-unit1:last-child, .c-form-unit2:last-child, .c-form-unit3:last-child {
  margin-right: 0;
}

.is-expand--left.c-form-unit, .is-expand--left.c-form-unit1, .is-expand--left.c-form-unit2, .is-expand--left.c-form-unit3, .c-table-01 dt.is-required.is-expand--left::after, p.is-expand--left {
  margin-left: 15px;
}

.is-expand--right.c-form-unit, .is-expand--right.c-form-unit1, .is-expand--right.c-form-unit2, .is-expand--right.c-form-unit3 {
  margin-right: 15px;
}

.c-form-unit {
  font-size: 14px;
  font-size: 0.93333rem;
}

@media (max-width: 1024px) {
  .c-form-unit {
    font-size: 16px;
    font-size: 1.06667rem;
  }
}

.c-form-unit1 {
  font-size: 14px;
  font-size: 0.93333rem;
}

@media (max-width: 1024px) {
  .c-form-unit1 {
    display: block;
    font-size: 12px;
    font-size: 0.8rem;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 3px;
  }
  .c-form-unit1.is-expand--left, .c-form-unit1.is-expand--right {
    margin-left: 0;
    margin-right: 0;
  }
}

.c-form-unit2 {
  font-size: 14px;
  font-size: 0.93333rem;
}

@media (max-width: 1024px) {
  .c-form-unit2 {
    font-size: 16px;
    font-size: 1.06667rem;
  }
}

.c-form-unit3 {
  font-size: 16px;
  font-size: 1.06667rem;
}

/* ===========================================
  入力フォーム（パスワード）
============================================== */
.c-form-password {
  position: relative;
  min-height: 40px;
}

.c-form-password input {
  padding-right: 40px;
}

.c-form-password__eye {
  cursor: pointer;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  background-image: url(/images/icons/icon_eye.svg);
  position: absolute;
  top: 50%;
  right: 15px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  margin: auto 0;
  width: 25px;
  height: 19px;
}

.c-form-password.is-check-password .c-form-password__eye {
  background-image: url(/images/icons/icon_eye-slash.svg);
}

/* ===========================================
  チェックボックス
============================================== */
.c-form-checkbox-wrap {
  margin-left: -20px;
  margin-bottom: -15px;
}

.c-form-checkbox-wrap > * {
  margin-left: 20px;
  margin-bottom: 15px;
}

.c-form-checkbox {
  cursor: pointer;
  text-align: left;
  display: inline-block;
  position: relative;
  font-size: 14px;
  font-size: 0.93333rem;
  font-weight: 500;
  line-height: 1.5;
}

.c-form-checkbox--agree {
  font-size: 16px;
  font-size: 1.06667rem;
}

@media (max-width: 768px) {
  .c-form-checkbox--agree {
    font-size: 14px;
    font-size: 0.93333rem;
  }
}

.c-form-checkbox > input[type="checkbox"] {
  opacity: 0;
  position: absolute;
  border: none;
  padding: 0;
}

.c-form-checkbox > input[type="checkbox"]:checked + span::before,
.c-form-checkbox > input[type="checkbox"]:checked + input[type="hidden"] + span::before {
  background-position: 0 -20px;
}

.c-form-checkbox > span {
  display: block;
  position: relative;
  padding-left: 25px;
}

.c-form-checkbox > span::before {
  content: "";
  background: url(/images/checkbox.png) no-repeat 0 0;
  background-size: 100% auto;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  height: 20px;
  width: 20px;
}

.c-form-checkbox.is-disabled {
  cursor: default;
  pointer-events: none;
}

.c-form-checkbox.is-disabled > input[type="checkbox"] + span::before,
.c-form-checkbox.is-disabled > input[type="checkbox"] + input[type="hidden"] + span::before {
  background-position: 0 -40px;
}

/* ===========================================
  ラジオボタン
============================================== */
.c-form-radio-wrap {
  font-size: 0;
  margin-right: -20px;
  margin-bottom: -15px;
}

.c-form-radio-wrap > * {
  margin-right: 20px;
  margin-bottom: 15px;
}

.c-form-radio {
  cursor: pointer;
  text-align: left;
  display: inline-block;
  position: relative;
  font-size: 14px;
  font-size: 0.93333rem;
  font-weight: 700;
  line-height: 1.6;
}

.c-form-radio > input[type="radio"] {
  opacity: 0;
  position: absolute;
  border: none;
  padding: 0;
}

.c-form-radio > input[type="radio"]:checked + span::before {
  background-position: 0 -20px;
}

.c-form-radio > span {
  display: inline-block;
  position: relative;
  padding-left: 30px;
}

.c-form-radio > span::before {
  content: "";
  background: url(/images/radio.png) no-repeat 0 0;
  background-size: 100% auto;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  height: 20px;
  width: 20px;
}

.c-form-radio.is-disabled {
  cursor: default;
  pointer-events: none;
}

.c-form-radio.is-disabled > input[type="radio"] + span::before {
  background-position: 0 -40px;
}

/* ===========================================
  セレクトボックス
============================================== */
.c-form-select-wrap {
  position: relative;
  width: 100%;
}

.c-form-select-wrap::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 10px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 4.5px 0 4.5px;
  border-color: #3A43A0 transparent transparent transparent;
  pointer-events: none;
}

.c-form-select-wrap.is-disabled::before {
  opacity: .3;
}

.c-form-select {
  cursor: pointer;
  padding-right: 22px;
}

.c-form-select option {
  color: #2C3C53;
  font-size: 16px;
  font-size: 1.06667rem;
  font-weight: 500;
}

.c-form-select option:checked {
  background: #CCDEFF !important;
}

/* ===========================================
  テキストエリア
============================================== */
.c-form-textarea {
  height: 150px;
  min-height: 150px;
  overflow: hidden;
}

.c-form-textarea::-webkit-scrollbar {
  width: 4px;
}

.c-form-textarea::-webkit-scrollbar-thumb {
  background: #ACACAC;
}

.c-form-textarea.c-form-textarea--xsmall {
  height: 40px;
  min-height: 40px;
}

.c-form-textarea.c-form-textarea--small {
  height: 83px;
  min-height: 83px;
}

.c-form-textarea.c-form-textarea--large {
  height: 500px;
  min-height: 500px;
}

.c-form-textarea.c-form-textarea--auto {
  height: auto;
  min-height: auto;
}

/* テーブル（フォーム）
--------------------------------------------------- */
.c-table-01 {
  margin-top: 40px;
  word-break: break-all;
  overflow-wrap: break-word;
}

.c-table-01 + * {
  margin-top: 40px;
}

@media (max-width: 1024px) {
  .c-table-01 + * {
    margin-top: 30px;
  }
}

.c-table-01 > div {
  display: flex;
  border-bottom: 1px solid #D6D6D6;
}

.c-table-01 > div:first-child {
  border-top: 1px solid #D6D6D6;
}

.c-table-01 > div:first-of-type {
  border-top: 1px solid #D6D6D6;
}

@media (max-width: 1024px) {
  .c-table-01 > div {
    display: block;
  }
}

.c-table-01 dt,
.c-table-01 dd {
  color: #2C3C53;
  font-size: 16px;
  font-size: 1.06667rem;
  line-height: 1.5;
  font-weight: 500;
  padding: 20px;
}

@media (max-width: 1024px) {
  .c-table-01 dt,
  .c-table-01 dd {
    font-size: 14px;
    font-size: 0.93333rem;
    padding: 20px 0;
  }
}

.c-table-01 dt {
  background-color: #F5F5F5;
  font-weight: 700;
  width: 285px;
  flex-shrink: 0;
}

@media (max-width: 1024px) {
  .c-table-01 dt {
    background: transparent;
    padding: 20px 15px 12px;
    margin-left: -15px;
    margin-right: -15px;
    width: auto;
  }
}

.c-table-01 dt.is-required::after {
  content: "必須";
  text-align: center;
  background-color: #DE0000;
  color: #ffffff;
  display: block;
  font-size: 12px;
  font-size: 0.8rem;
  font-weight: 700;
  width: 34px;
  margin-top: 5px;
}

@media (max-width: 1024px) {
  .c-table-01 dt.is-required::after {
    display: inline-block;
    margin-top: 0;
    margin-left: 5px;
  }
}

.c-table-01 dt .c-list-02 {
  margin-top: 5px;
}

.c-table-01 dd {
  flex-grow: 1;
}

@media (max-width: 1024px) {
  .c-table-01 dd {
    padding-top: 0;
    padding-left: 10px;
    padding-right: 10px;
  }
}

.c-table-01 dd .c-list-02 {
  margin-top: 10px;
}

/* 見出し
--------------------------------------------------- */
/* ===================================
  h1 - アーチ状見出し
====================================== */
.c-heading-01 {
  overflow: hidden;
  text-align: center;
  position: relative;
  z-index: 0;
}

.c-heading-01::before, .c-heading-01::after {
  content: "";
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.c-heading-01::before {
  border-radius: 0px 0px 50% 50% / 0 0 25% 25%;
  background-color: #FFB700;
  z-index: -2;
  bottom: 0;
  width: calc(100vw - -200%);
  height: 100vw;
}

.c-heading-01::after {
  background: url(/images/attach.svg) no-repeat center bottom;
  background-size: cover;
  top: -20px;
  width: 129vw;
  height: 93%;
  z-index: -1;
}

@media (max-width: 1024px) {
  .c-heading-01::before {
    border-radius: 0 0 60px 0;
    bottom: 0;
    width: 100%;
    height: 100vw;
  }
  .c-heading-01::after {
    background-image: url(/images/attach_sp.svg);
    top: auto;
    bottom: 17px;
    left: -115px;
    width: 139.4vw;
    height: 100%;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

.c-heading-01__main {
  padding: 35px 20px;
}

.c-heading-01__title {
  color: #2C3C53;
  font-size: 26px;
  font-size: 1.73333rem;
  line-height: 1.4;
  font-weight: 700;
}

@media (max-width: 1024px) {
  .c-heading-01__title {
    font-size: 22px;
    font-size: 1.46667rem;
    line-height: 1.5;
  }
}

/* ===================================
  h2 - 左縦ライン
====================================== */
.c-heading-02 {
  margin-top: 80px;
  margin-bottom: 30px;
  padding-left: 14px;
  font-size: 24px;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.4;
  position: relative;
}

.c-heading-02::before {
  content: "";
  border-radius: 10px;
  background-color: #FF8500;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto 0;
  width: 4px;
  height: calc(100% - 8px);
}

.c-heading-02.c-heading-02--normal {
  padding: 0;
}

.c-heading-02.c-heading-02--normal::before {
  display: none;
}

@media (max-width: 1024px) {
  .c-heading-02 {
    margin-top: 40px;
    margin-bottom: 20px;
    padding-left: 11px;
    font-size: 20px;
    font-size: 1.33333rem;
    line-height: 1.7;
  }
}

/* ===================================
  h3
====================================== */
.c-heading-03 {
  color: #2C3C53;
  font-size: 20px;
  font-size: 1.33333rem;
  font-weight: 700;
  margin-top: 56px;
  margin-bottom: 27px;
  line-height: 1.35;
}

@media (max-width: 1024px) {
  .c-heading-03 {
    font-size: 18px;
    font-size: 1.2rem;
    margin-top: 37px;
    margin-bottom: 18px;
  }
}

.c-heading-02 + .c-heading-03 {
  margin-top: 0;
}

/* セクション
--------------------------------------------------- */
.c-section {
  margin-top: 80px;
}

@media (max-width: 1024px) {
  .c-section {
    margin-top: 40px;
  }
}

/* アコーディオン
--------------------------------------------------- */
@media (min-width: 1025px) {
  .c-accList {
    display: flex;
    flex-wrap: wrap;
    margin-left: -60px;
  }
  .c-accList > * {
    padding-left: 60px;
    width: 50%;
  }
}

.c-acc {
  border-top: 1px solid #D6D6D6;
}

.c-acc__head, .c-acc__body {
  color: #2C3C53;
  font-weight: 500;
  font-size: 16px;
  font-size: 1.06667rem;
  line-height: 1.5;
}

@media (max-width: 1024px) {
  .c-acc__head, .c-acc__body {
    font-size: 14px;
    font-size: 0.93333rem;
  }
}

.c-acc__head {
  border-bottom: 1px solid #D6D6D6;
  cursor: pointer;
  display: flex;
  align-items: center;
  padding: 15px 35px 15px 10px;
  font-weight: 700;
  position: relative;
  z-index: 1;
  margin-bottom: -1px;
  transition: opacity 0.2s ease;
}

@media (max-width: 1024px) {
  .c-acc__head {
    padding-top: 12px;
    padding-bottom: 12px;
  }
}

.c-acc__head::before {
  content: "";
  background-image: url(/images/icon_circle-plus.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 10px;
  margin: auto 0;
  width: 18px;
  height: 18px;
  transition: opacity 0.2s ease;
}

@media (hover: hover) and (pointer: fine) {
  .c-acc__head:hover {
    opacity: 0.7;
  }
}

@media (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .c-acc__head:hover {
    opacity: 0.7;
  }
}

.c-acc__content {
  padding-top: 20px;
  padding-bottom: 20px;
  width: 212.63158%;
  display: none;
}

@media (max-width: 1024px) {
  .c-acc__content {
    width: 100%;
  }
}

@media (min-width: 1025px) {
  .c-accList > *:nth-child(even) .c-acc__content {
    margin-left: calc(-100% - 60px);
  }
}

.c-acc__main {
  background-color: #F2F5FF;
  padding: 20px 20px 50px;
  position: relative;
  font-size: 16px;
  font-size: 1.06667rem;
  line-height: 1.5;
  transition: opacity 0.2s ease;
  opacity: 0;
}

@media (max-width: 768px) {
  .c-acc__main {
    font-size: 14px;
    font-size: 0.93333rem;
    line-height: 1.5;
  }
}

@media (max-width: 1024px) {
  .c-acc__main {
    padding-left: 10px;
    padding-right: 10px;
  }
}

.c-acc__main::before {
  content: "";
  position: absolute;
  top: -10px;
  left: 25%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 10px 10px 10px;
  border-color: transparent transparent #F2F5FF transparent;
}

@media (max-width: 1024px) {
  .c-acc__main::before {
    left: 50%;
  }
}

@media (min-width: 1025px) {
  .c-accList > *:nth-child(even) .c-acc__main::before {
    left: 75%;
  }
}

.c-acc__main a {
  transition: opacity 0.2s ease;
  text-decoration: underline;
}

@media (hover: hover) and (pointer: fine) {
  .c-acc__main a:hover {
    text-decoration: none;
    opacity: 0.7;
  }
}

@media (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .c-acc__main a:hover {
    text-decoration: none;
    opacity: 0.7;
  }
}

@media (min-width: 1025px) {
  .c-acc__main a[href^="tel:"] {
    text-decoration: none;
  }
}

.c-acc__main .c-list-02 {
  margin-top: 6px;
}

.c-acc__close {
  position: absolute;
  bottom: 20px;
  right: 20px;
  display: inline-block;
  cursor: pointer;
  font-weight: 700;
  font-size: 12px;
  font-size: 0.8rem;
  transition: opacity 0.2s ease;
}

@media (hover: hover) and (pointer: fine) {
  .c-acc__close:hover {
    opacity: 0.7;
  }
}

@media (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .c-acc__close:hover {
    opacity: 0.7;
  }
}

.c-acc.is-on .c-acc__head {
  background-color: #F2F5FF;
}

.c-acc.is-on .c-acc__head::before {
  background-image: url(/images/icon_circle-minus.png);
}

.c-acc.is-on .c-acc__main {
  opacity: 1;
}

/* オーバーレイ
--------------------------------------------------- */
.c-overlay {
  background-color: rgba(44, 60, 83, 0.8);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 5;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.2s ease;
}

body.is-menu-open .c-overlay {
  opacity: 1;
  pointer-events: all;
}

/* 共通ヘッダー
--------------------------------------------------- */
.l-header {
  border-bottom: 1px solid #D6D6D6;
  background-color: #ffffff;
  position: relative;
  z-index: 10;
}

.l-header__inner {
  display: flex;
  align-items: center;
  position: relative;
  height: 60px;
  width: 100%;
  max-width: 1366px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 40px;
  padding-right: 40px;
}

@media (max-width: 768px) {
  .l-header__inner {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.l-header__logo {
  margin-right: 30px;
}

@media (max-width: 768px) {
  .l-header__logo {
    margin-right: 10px;
  }
}

.l-header__logo a {
  display: block;
  width: 100px;
}

@media (min-width: 769px) {
  .l-header__menu {
    flex-grow: 1;
  }
}

@media (max-width: 768px) {
  .l-header__menu {
    background-color: #ffffff;
    border-bottom-left-radius: 30px;
    position: absolute;
    top: 61px;
    right: 0;
    width: calc(100% - 15px);
    opacity: 0;
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
    pointer-events: none;
    transition: 0.2s ease;
  }
}

.l-header__menu-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

@media (max-width: 768px) {
  .l-header__menu-inner {
    flex-direction: column-reverse;
    justify-content: flex-start;
    align-items: flex-start;
    overflow: auto;
    height: 100%;
    max-height: calc(100vh - 91px);
  }
}

.l-header__menu-button {
  display: none;
}

@media (max-width: 768px) {
  .l-header__menu-button {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
  }
  .l-header__menu-button a {
    background-color: #3A43A0;
    color: #ffffff;
    display: flex;
    justify-content: center;
    font-size: 12px;
    font-size: 0.8rem;
    font-weight: 700;
    position: relative;
    width: 60px;
    height: 61px;
  }
  .l-header__menu-button a::before {
    content: "";
    background-image: url(/images/icons/icon_bars_white.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    position: absolute;
    top: 14px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 25px;
    height: 19px;
  }
  .l-header__menu-button span {
    display: block;
    padding-top: 38px;
  }
  .l-header__menu-button span.is-menu-close-text {
    display: none;
  }
}

.l-header__nav {
  display: flex;
  align-items: center;
}

@media (max-width: 768px) {
  .l-header__nav {
    display: block;
    padding: 26px 20px 30px;
    width: 100%;
  }
}

.l-header__nav-item {
  position: relative;
  height: 60px;
}

.l-header__nav-item + .l-header__nav-item {
  margin-left: 30px;
}

@media (min-width: 769px) {
  .l-header__nav-item {
    display: flex;
    align-items: center;
  }
}

@media (max-width: 768px) {
  .l-header__nav-item {
    height: auto;
  }
  .l-header__nav-item + .l-header__nav-item {
    border-top: 1px solid #D6D6D6;
    margin-left: 0;
    margin-top: 30px;
    padding-top: 26px;
  }
}

.l-header__nav-head {
  color: #2C3C53;
  font-size: 14px;
  font-size: 0.93333rem;
  line-height: 1.5;
  font-weight: 700;
  transition: opacity 0.2s ease;
}

@media (hover: hover) and (pointer: fine) {
  .l-header__nav-head:hover {
    opacity: 0.7;
  }
}

@media (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .l-header__nav-head:hover {
    opacity: 0.7;
  }
}

@media (max-width: 768px) {
  .l-header__nav-head {
    display: block;
    color: #2C3C53;
    font-size: 20px;
    font-size: 1.33333rem;
    line-height: 1.35;
    font-weight: 700;
    position: relative;
    padding-left: 11px;
    margin-bottom: 22px;
    pointer-events: none;
  }
  .l-header__nav-head::before {
    content: "";
    border-radius: 10px;
    background-color: #FF8500;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    margin: auto 0;
    width: 4px;
    height: calc(100% - 6px);
  }
}

@media (min-width: 769px) {
  .l-header__nav-head.is-pulldown-icon {
    position: relative;
    padding-right: 20px;
  }
  .l-header__nav-head.is-pulldown-icon::before {
    content: "";
    background: url(/images/icons/icon_chevron-down.svg) no-repeat center;
    background-size: contain;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto 0;
    width: 12px;
    height: 7px;
  }
}

@media (min-width: 769px) {
  .l-header__nav-head.is-pulldown-icon.is-on::before {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
}

@media (min-width: 769px) {
  .l-header__nav-child {
    position: absolute;
    top: 100%;
    left: 0;
    width: 230px;
    pointer-events: none;
    -webkit-transform: translateY(5px);
    transform: translateY(5px);
    opacity: 0;
    transition: 0.2s ease;
  }
  .is-pulldown-icon.is-on + .l-header__nav-child.is-pulldown {
    pointer-events: all;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
  .l-header__nav-child::before, .l-header__nav-child::after {
    content: "";
    position: absolute;
    left: 44px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 7px 9px 7px;
    z-index: 1;
  }
  .l-header__nav-child::before {
    top: -9px;
    border-color: transparent transparent #3A43A0 transparent;
  }
  .l-header__nav-child::after {
    top: -7px;
    border-color: transparent transparent #ffffff transparent;
  }
}

.l-header__nav-child-list {
  border: 1px solid #3A43A0;
  border-radius: 10px;
  background-color: #ffffff;
  padding: 30px;
  position: relative;
  z-index: 1;
}

@media (max-width: 768px) {
  .l-header__nav-child-list {
    border: none;
    border-radius: 0;
    background-color: transparent;
    padding: 0;
  }
}

.l-header__nav-child-item {
  display: block;
  margin-bottom: 20px;
}

@media (max-width: 768px) {
  .l-header__nav-child-item {
    margin-bottom: 0;
  }
  .l-header__nav-child-item + .l-header__nav-child-item {
    margin-top: 20px;
  }
}

.l-header__nav-child a {
  color: #2C3C53;
  font-size: 16px;
  font-size: 1.06667rem;
  line-height: 1.5;
  font-weight: 700;
  position: relative;
  display: inline-block;
  transition: opacity 0.2s ease;
}

@media (max-width: 768px) {
  .l-header__nav-child a {
    font-size: 14px;
    font-size: 0.93333rem;
    line-height: 1.5;
  }
}

@media (hover: hover) and (pointer: fine) {
  .l-header__nav-child a:hover {
    opacity: 0.7;
  }
}

@media (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .l-header__nav-child a:hover {
    opacity: 0.7;
  }
}

.l-header__nav-child a i {
  margin-right: 12px;
  width: 23px;
}

.l-header__nav-child a i::before {
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 768px) {
  .l-header__nav-child a {
    font-size: 14px;
    font-size: 0.93333rem;
  }
}

.l-header__nav-child-close {
  cursor: pointer;
  position: absolute;
  right: 23px;
  bottom: 18px;
  font-size: 12px;
  font-size: 0.8rem;
  font-weight: 700;
  display: inline-block;
  padding-left: 20px;
  z-index: 1;
  transition: opacity 0.2s ease;
}

.l-header__nav-child-close::before {
  content: "";
  background: url(/images/icons/icon_xmark.svg) no-repeat center;
  background-size: contain;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto 0;
  width: 14px;
  height: 14px;
}

@media (hover: hover) and (pointer: fine) {
  .l-header__nav-child-close:hover {
    opacity: 0.7;
  }
}

@media (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .l-header__nav-child-close:hover {
    opacity: 0.7;
  }
}

@media (max-width: 768px) {
  .l-header__nav-child-close {
    display: none;
  }
}

.l-header__info {
  display: flex;
  align-items: center;
}

@media (max-width: 768px) {
  .l-header__info {
    background-color: #FFF8E6;
    justify-content: space-between;
    padding: 10px 26px;
    min-height: 58px;
    width: 100%;
  }
}

.l-header__user {
  font-size: 12px;
  font-size: 0.8rem;
  font-weight: 700;
  line-height: 1.3;
}

.l-header__user-name {
  font-size: 16px;
  font-size: 1.06667rem;
  display: inline-block;
  margin-right: 9px;
  line-height: 1.5;
}

.l-header__logout {
  display: block;
  margin-left: 20px;
  font-size: 12px;
  font-size: 0.8rem;
  font-weight: 700;
}

.l-header__logout .c-icon--logout {
  margin-right: 10px;
}

@media (hover: hover) and (pointer: fine) {
  .l-header__logout:hover {
    opacity: 0.7;
  }
}

@media (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .l-header__logout:hover {
    opacity: 0.7;
  }
}

@media (max-width: 768px) {
  .l-header__logout {
    flex-shrink: 0;
    margin-left: 5px;
  }
}

@media (max-width: 768px) {
  body.is-menu-open .l-header__menu {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    pointer-events: all;
  }
  body.is-menu-open .l-header__menu-button a {
    background-color: #2C3C53;
    color: #ffffff;
  }
  body.is-menu-open .l-header__menu-button a::before {
    background-image: url(/images/icons/icon_xmark_white.svg);
  }
  body.is-menu-open .l-header__menu-button span {
    display: none;
  }
  body.is-menu-open .l-header__menu-button span.is-menu-close-text {
    display: block;
  }
}

/* 共通フッター
--------------------------------------------------- */
.l-footer {
  background-color: #2C3C53;
  margin-top: 100px;
}

@media (max-width: 768px) {
  .l-footer {
    margin-top: 60px;
    padding-top: 30px;
    padding-bottom: 20px;
  }
}

.l-footer__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-left: auto;
  margin-right: auto;
  padding-left: 40px;
  padding-right: 40px;
  width: 100%;
  max-width: 1366px;
  height: 74px;
}

@media (max-width: 768px) {
  .l-footer__inner {
    flex-direction: column;
    justify-content: center;
    padding-left: 15px;
    padding-right: 15px;
    height: auto;
  }
}

.l-footer__menu {
  display: flex;
  align-items: center;
  margin-left: -20px;
}

@media (max-width: 768px) {
  .l-footer__menu {
    margin-bottom: 16px;
  }
}

.l-footer__menu-item {
  padding-left: 20px;
}

.l-footer__menu a {
  color: #ffffff;
  font-size: 12px;
  font-size: 0.8rem;
  font-weight: 700;
}

@media (hover: hover) and (pointer: fine) {
  .l-footer__menu a:hover {
    opacity: 0.7;
  }
}

@media (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .l-footer__menu a:hover {
    opacity: 0.7;
  }
}

.l-footer__copyright {
  color: #ffffff;
  display: inline-block;
  font-size: 12px;
  font-size: 0.8rem;
  font-weight: 500;
  line-height: 1.3;
}

@media (min-width: 769px) {
  .l-footer__copyright {
    margin-left: auto;
  }
}

/* コンテンツ幅設定
--------------------------------------------------- */
.l-root-container {
  background-color: #ffffff;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  width: 100%;
  min-height: 100vh;
}

.l-content-container {
  flex: 1 0 auto;
}

.l-container {
  max-width: 1176px;
}

.l-container-large {
  max-width: 1366px;
}

[class*="l-container"] {
  padding-left: 83px;
  padding-right: 83px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

@media (max-width: 1024px) {
  [class*="l-container"] {
    padding-left: 15px;
    padding-right: 15px;
  }
}

[class*="l-container"].l-container-width--none {
  max-width: none;
}

[class*="l-container"].l-container--expand {
  padding-left: 0;
  padding-right: 0;
}

/* トップに戻るボタン
--------------------------------------------------- */
.l-pagetop {
  position: fixed;
  right: 20px;
  bottom: 90px;
  display: block;
  width: 60px;
  height: 60px;
  -webkit-transform: translateY(5px);
  transform: translateY(5px);
  transition: opacity 0.2s ease, -webkit-transform 0.2s ease;
  transition: opacity 0.2s ease, transform 0.2s ease;
  transition: opacity 0.2s ease, transform 0.2s ease, -webkit-transform 0.2s ease;
  pointer-events: none;
  opacity: 0;
  z-index: 10;
}

.l-pagetop::before {
  content: "";
  background: url(/images/pagetop.png) no-repeat center;
  background-size: contain;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.7;
  transition: opacity 0.2s ease;
}

.l-pagetop.is-visible {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
  pointer-events: all;
}

@media (hover: hover) and (pointer: fine) {
  .l-pagetop:hover::before {
    opacity: 1;
  }
}

@media (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .l-pagetop:hover::before {
    opacity: 1;
  }
}

/* ログイン
--------------------------------------------------- */
.p-login-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100vh;
  max-width: 440px;
}

.p-login-wrap.l-container {
  max-width: 606px;
}

.p-login {
  width: 100%;
}

.p-login .c-form-checkbox-wrap {
  margin-top: 20px;
}

.p-login__button {
  margin-top: 30px;
}

.p-login__link {
  text-align: center;
  margin-top: 12px;
}

.p-login__link a {
  text-decoration: underline;
  display: inline-block;
  color: #2C3C53;
  font-size: 14px;
  font-size: 0.93333rem;
  font-weight: 500;
}

@media (hover: hover) and (pointer: fine) {
  .p-login__link a:hover {
    opacity: 0.7;
  }
}

@media (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .p-login__link a:hover {
    opacity: 0.7;
  }
}

.p-loginTwo-step {
  padding-right: 30px;
}

.p-loginTwo-step > p:first-child {
  margin-right: -7px;
}

.p-loginTwo-step__timer {
  margin-top: 20px;
  margin-bottom: 15px;
}

.p-loginTwo-step__submit {
  width: 100%;
}

/* お知らせ
--------------------------------------------------- */
/* ===================================
  ヘッダー
====================================== */
.p-info-header {
  text-align: center;
  position: relative;
  margin-top: 30px;
}

@media (max-width: 1024px) {
  .p-info-header {
    margin-top: 20px;
  }
}

.p-info-header::before, .p-info-header::after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 3px;
  background-image: radial-gradient(circle farthest-side, #FF8500, #FF8500 20%, transparent 20%, transparent 100%);
  background-position: 0 center;
  background-size: 9px 16px;
  background-repeat: repeat-x;
}

.p-info-header::before {
  top: 0;
}

.p-info-header::after {
  bottom: 0;
}

.p-info-header__title {
  text-align: left;
  display: inline-block;
  color: #2C3C53;
  position: relative;
  font-size: 22px;
  font-size: 1.46667rem;
  font-weight: 700;
  line-height: 1.36;
  padding: 22px 0 22px 60px;
}

.p-info-header__title::before {
  content: "";
  background: url(/images/icons/icon_bullhorn.svg) no-repeat center;
  background-size: contain;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto 0;
  width: 40px;
  height: 34px;
}

@media (max-width: 1024px) {
  .p-info-header__title {
    font-size: 18px;
    font-size: 1.2rem;
    line-height: 1.6;
    padding: 15px 20px 15px 60px;
  }
  .p-info-header__title::before {
    left: 10px;
  }
}

/* ===================================
  ナビ
====================================== */
@media (max-width: 1024px) {
  .p-info-nav .c-buttonList > * {
    width: 33.33%;
  }
}

/* ===================================
  アコーディオンパネル
====================================== */
.p-info-panel {
  border-radius: 10px;
  background-color: #FFF3E8;
  padding: 10px 30px;
  margin-top: 30px;
  max-width: 1010px;
}

@media (max-width: 1024px) {
  .p-info-panel {
    margin-top: 20px;
    padding: 5px 25px;
  }
}

.p-info-panel p {
  line-height: 1.75;
}

.p-info-panel__head {
  border-top: 1px solid #D6D6D6;
  cursor: pointer;
  display: flex;
  align-items: center;
  padding: 20px 20px 20px 0;
  position: relative;
  transition: opacity 0.2s ease;
}

.p-info-panel__head::before {
  content: "";
  background-image: url(/images/icon_circle-plus.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto 0;
  width: 18px;
  height: 18px;
}

.p-info-panel__head.is-on::before {
  background-image: url(/images/icon_circle-minus.png);
}

.p-info-panel__head:first-child {
  border-top: none;
}

@media (max-width: 1024px) {
  .p-info-panel__head {
    flex-direction: column;
    align-items: flex-start;
    padding-top: 13px;
    padding-bottom: 13px;
  }
}

.p-info-panel__head > * {
  display: inline-block;
}

.p-info-panel__head-date {
  font-size: 12px;
  font-size: 0.8rem;
  line-height: 2;
  font-weight: 500;
  margin-right: 16px;
  flex-shrink: 0;
}

.p-info-panel__head-title {
  font-size: 16px;
  font-size: 1.06667rem;
  line-height: 1.5;
  font-weight: 700;
}

@media (max-width: 768px) {
  .p-info-panel__head-title {
    font-size: 14px;
    font-size: 0.93333rem;
    line-height: 1.5;
  }
}

@media (max-width: 1024px) {
  * + .p-info-panel__head-title {
    margin-top: 5px;
  }
}

@media (hover: hover) and (pointer: fine) {
  .p-info-panel__head:hover {
    opacity: 0.7;
  }
}

@media (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .p-info-panel__head:hover {
    opacity: 0.7;
  }
}

.p-info-panel__main {
  display: none;
  padding-bottom: 60px;
  position: relative;
}

.p-info-panel__close {
  cursor: pointer;
  display: flex;
  align-items: center;
  position: absolute;
  bottom: 15px;
  right: 0;
  font-size: 12px;
  font-size: 0.8rem;
  line-height: 2;
  font-weight: 700;
  transition: opacity 0.2s ease;
}

@media (hover: hover) and (pointer: fine) {
  .p-info-panel__close:hover {
    opacity: 0.7;
  }
}

@media (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .p-info-panel__close:hover {
    opacity: 0.7;
  }
}

/* ===================================
  よくある質問
====================================== */
.p-info-faq {
  background-color: #FFFAE8;
  border-radius: 30px;
  padding: 60px;
  margin-top: 80px;
}

@media (max-width: 1024px) {
  .p-info-faq {
    border-radius: 20px;
    padding: 38px 15px;
    margin-top: 40px;
    margin-left: -15px;
    margin-right: -15px;
  }
}

.p-info-faq > *:first-child {
  margin-top: 0;
  padding-top: 0;
}

.p-info-faq__item + .p-info-faq__item {
  margin-top: 56px;
}

@media (max-width: 1024px) {
  .p-info-faq__item + .p-info-faq__item {
    margin-top: 36px;
  }
}

.p-info-faq__item .c-heading-03:first-child {
  margin-top: 0;
}

.p-info-faq__more {
  text-align: right;
  margin-top: 17px;
}

.p-info-faq__more-link {
  display: inline-block;
  text-decoration: none;
  color: #2C3C53;
  font-size: 16px;
  font-size: 1.06667rem;
  line-height: 1.5;
  font-weight: 700;
  position: relative;
  padding-right: 16px;
}

@media (max-width: 768px) {
  .p-info-faq__more-link {
    font-size: 14px;
    font-size: 0.93333rem;
    line-height: 1.5;
  }
}

@media (max-width: 1024px) {
  .p-info-faq__more-link {
    padding-right: 14px;
  }
}

.p-info-faq__more-link::before {
  content: "";
  background: url(/images/icons/icon_chevron-right.svg) no-repeat center;
  background-size: contain;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto 0;
  width: 7px;
  height: 12px;
}

@media (hover: hover) and (pointer: fine) {
  .p-info-faq__more-link:hover {
    opacity: 0.7;
  }
}

@media (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .p-info-faq__more-link:hover {
    opacity: 0.7;
  }
}

/* コンタクト
--------------------------------------------------- */
.p-contact {
  text-align: center;
  border-radius: 30px;
  background-color: #FFFAE8;
  padding: 35px 20px 40px;
}

@media (max-width: 1024px) {
  .p-contact {
    margin-top: 60px;
    padding-top: 25px;
    padding-bottom: 30px;
  }
}

.p-contact__col {
  margin-top: 20px;
}

@media (min-width: 1025px) {
  .p-contact__col {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}

.p-contact__col-item {
  display: flex;
  align-items: center;
  padding-left: 30px;
  padding-right: 30px;
}

.p-contact__col-item + .p-contact__col-item {
  border-left: 1px solid #D6D6D6;
}

@media (max-width: 1024px) {
  .p-contact__col-item {
    flex-direction: column;
    padding: 13px 0;
  }
  .p-contact__col-item:first-child {
    padding-top: 0;
  }
  .p-contact__col-item:last-child {
    padding-bottom: 0;
  }
  .p-contact__col-item + .p-contact__col-item {
    border-left: none;
    border-top: 1px solid #D6D6D6;
  }
}

.p-contact__label {
  color: #3A43A0;
  font-size: 20px;
  font-size: 1.33333rem;
  font-weight: 700;
  line-height: 1.35;
}

@media (max-width: 1024px) {
  .p-contact__label {
    font-size: 16px;
    font-size: 1.06667rem;
  }
}

.p-contact__label a {
  color: #3A43A0;
  text-decoration: none;
}

.p-contact__text {
  text-align: left;
  margin: 0;
  line-height: 1.3;
  font-size: 12px;
  font-size: 0.8rem;
  font-weight: 500;
}

* + .p-contact__text {
  margin-left: 16px;
}

@media (max-width: 1024px) {
  * + .p-contact__text {
    margin-top: 8px;
    margin-left: 0;
  }
  .p-contact__text strong {
    margin-right: .5em;
  }
}

.p-contact .c-heading-02 {
  margin-top: 0;
  margin-bottom: 24px;
}

/* コンタクト（Unity）
--------------------------------------------------- */

.p-contact__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}

.p-contact-tel-item {
}

.p-contact-mail__grid {
  display: grid;
  grid-template-rows: repeat(2, 1fr);
}

.p-contact-mail__grid-item {
  padding: 10px;
}

.p-contact__text-unity {
  text-align: left;
  margin: 0;
  line-height: 1.3;
  font-size: 12px;
  font-size: 0.8rem;
  font-weight: 500;
}

@media (min-width: 1025px) {
  .p-contact__text-unity {
    margin-left: 16px;
  }
  .p-contact-tel-item {
    display: flex;
    align-items: center;
    justify-content: center;
    border-right: 1px solid #D6D6D6;
  }
}

@media (max-width: 1024px) {
  .p-contact__grid {
    display: contents;
  }
  .p-contact-tel-item {
    border-bottom: 1px solid #D6D6D6;
    padding-bottom: 10px;
  }
  .p-contact__text-unity {
    text-align: center;
  }
  .p-contact__text-unity strong {
    margin-right: .5em;
  }
}

/* ユニモニとは？
--------------------------------------------------- */
.p-about-header {
  text-align: center;
  margin-top: 80px;
  margin-bottom: 40px;
}

@media (max-width: 1024px) {
  .p-about-header {
    margin-top: 40px;
  }
}

.p-about-header__sub {
  color: #2C3C53;
  margin-bottom: 9px;
  font-size: 18px;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1.3;
}

@media (max-width: 1024px) {
  .p-about-header__sub {
    font-size: 14px;
    font-size: 0.93333rem;
  }
}

.p-about-header__title {
  margin-top: 0;
}

.p-about-img {
  margin-top: 80px;
  text-align: center;
}

.p-about-img img {
  width: 100%;
  max-width: 350px;
}

@media (max-width: 1024px) {
  .p-about-img {
    margin-top: 56px;
  }
  .p-about-img img {
    max-width: 224px;
  }
}

/*エラー
--------------------------------------------------- */
.p-error__title {
  text-align: center;
  margin-top: 65px;
  margin-bottom: 37px;
}

@media (max-width: 1024px) {
  .p-error__title {
    margin-top: 37px;
  }
}

/* モーダル
--------------------------------------------------- */
.p-modal {
  background-color: rgba(47, 47, 47, 0.95);
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
  transition: .3s ease;
  opacity: 0;
  pointer-events: none;
}

.p-modal.is-active {
  opacity: 1;
  pointer-events: all;
}

.p-modal__inner {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  width: 100%;
}

@media (min-width: 1025px) {
  .p-modal__inner {
    padding-left: 0;
    padding-right: 0;
    max-width: 620px;
  }
}

@media (min-width: 1025px) {
  .p-modal.p-modal--small .p-modal__inner {
    max-width: 320px;
  }
}

.p-modal__main {
  overflow: auto;
  max-height: calc(100vh - 90px);
}

.p-modal__main::-webkit-scrollbar {
  width: 4px;
}

.p-modal__main::-webkit-scrollbar-thumb {
  background: #ACACAC;
}

.p-modal__close {
  position: fixed;
  top: 20px;
  right: 20px;
}

.p-modal__close-button {
  text-align: center;
  display: block;
  position: relative;
  color: #ffffff;
  padding-top: 55px;
  font-size: 12px;
  font-size: 0.8rem;
  font-weight: 700;
  width: 50px;
}

.p-modal__close-button::before {
  content: "";
  background: url(/images/icons/icon_circle-xmark.svg) no-repeat center;
  background-size: contain;
  position: absolute;
  top: 0;
  left: 0;
  height: 50px;
  width: 50px;
}

.p-modal__close-button:hover {
  opacity: 0.7;
}

.p-modal .c-heading-02 {
  margin-top: 0;
  margin-bottom: 17px;
}

/* 汎用クラス（テキスト・背景カラー）
--------------------------------------------------- */
/* ===================================
  テキストカラー
====================================== */
.u-text-white {
  color: #ffffff;
}

.u-text-black {
  color: #000000;
}

.u-text-text {
  color: #2C3C53;
}

.u-text-blue {
  color: #3A43A0;
}

.u-text-blue-light {
  color: #7996CC;
}

.u-text-gray {
  color: #F5F5F5;
}

.u-text-gray-light {
  color: #E2E2F0;
}

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

.u-text-orange {
  color: #FF8500;
}

.u-text-orange-light {
  color: #FFF3E8;
}

.u-text-yellow {
  color: #FFB700;
}

.u-text-yellow-light {
  color: #FFF8E6;
}

.u-text-border-gray {
  color: #D6D6D6;
}

.u-text-marker-orange {
  color: #FFBF77;
}

.u-text-marker-yellow {
  color: #FFD56A;
}

/* ===================================
  背景カラー
====================================== */
.u-bg-white {
  background-color: #ffffff;
}

.u-bg-black {
  background-color: #000000;
}

.u-bg-text {
  background-color: #2C3C53;
}

.u-bg-blue {
  background-color: #3A43A0;
}

.u-bg-blue-light {
  background-color: #7996CC;
}

.u-bg-gray {
  background-color: #F5F5F5;
}

.u-bg-gray-light {
  background-color: #E2E2F0;
}

.u-bg-red {
  background-color: #DE0000;
}

.u-bg-orange {
  background-color: #FF8500;
}

.u-bg-orange-light {
  background-color: #FFF3E8;
}

.u-bg-yellow {
  background-color: #FFB700;
}

.u-bg-yellow-light {
  background-color: #FFF8E6;
}

.u-bg-border-gray {
  background-color: #D6D6D6;
}

.u-bg-marker-orange {
  background-color: #FFBF77;
}

.u-bg-marker-yellow {
  background-color: #FFD56A;
}

/* 文字の配置設定
--------------------------------------------------- */
.u-align-left {
  text-align: left;
}

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

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

@media (min-width: 1025px) {
  .u-align-left-pc {
    text-align: left;
  }
}

@media (min-width: 1025px) {
  .u-align-right-pc {
    text-align: right;
  }
}

@media (min-width: 1025px) {
  .u-align-center-pc {
    text-align: center;
  }
}

@media (max-width: 1024px) {
  .u-align-left-sp {
    text-align: left;
  }
}

@media (max-width: 1024px) {
  .u-align-right-sp {
    text-align: right;
  }
}

@media (max-width: 1024px) {
  .u-align-center-sp {
    text-align: center;
  }
}

/* 汎用クラス（非表示設定用）
--------------------------------------------------- */
@media (min-width: 769px) {
  .u-hide-pc {
    display: none !important;
  }
}

@media (max-width: 768px) {
  .u-hide-sp {
    display: none !important;
  }
}

.u-hide {
  display: none !important;
}

/* スピナー
--------------------------------------------------- */
.p-spinner {
  background-color: rgba(47, 47, 47, 0.60);
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  min-width: 1000px;
  height: 100%;
  z-index: 999;
  transition: .3s ease;
  opacity: 0;
  pointer-events: none;
}

.p-spinner.is-active {
  opacity: 1;
  pointer-events: all;
}

/* セレクトボックス オプション非表示
--------------------------------------------------- */
.option-hide {
  display: none;
}

/* ===========================================
  p-form（ラッパー）
============================================== */
.p-form {
  overflow: hidden;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  border-radius: 20px;
  background-color: #ffffff;
  padding: 40px;
}

.p-tab-content > .p-form {
  border-top-left-radius: 0;
}

.p-form + * {
  margin-top: 40px;
}

.p-form > *:first-child {
  margin-top: 0;
}

.p-form > *:last-child {
  margin-bottom: 0;
}

.p-form__inner {
  padding-left: 18px;
  padding-right: 18px;
}

.p-form__inner + *:not(.p-button-wrap) {
  margin-top: 30px;
}

.p-form__inner:last-child {
  margin-bottom: 0;
}

.p-form-block {
  color: #000000;
  margin-top: 40px;
  margin-bottom: 40px;
}

.p-form--margin {
  margin-top: 30px;
  margin-bottom: 30px;
}

/* ボタンカラム
--------------------------------------------------- */
.p-button-wrap {
  display: flex;
  align-products: center;
  justify-content: center;
  margin-top: 40px;
  margin-bottom: 40px;
}

.p-button-wrap.is-justify-left {
  justify-content: flex-start;
}

.p-button-wrap.is-justify-right {
  justify-content: flex-end;
}

.p-button-wrap:last-child {
  margin-bottom: 0;
}

.p-button-wrap.is-margin--small {
  margin-top: 20px;
  margin-bottom: 20px;
}

.p-button-wrap.is-margin-bottom--small {
  margin-bottom: 15px
}

.p-button-wrap.is-child-width--auto > .p-button__product {
  width: auto;
}

.p-button__product {
  width: min(204px, 33.33%);
}

.p-button__product.is-width--medium {
  width: min(222px, 33.33%);
}

.p-button__product a {
  width: 100%;
}

.p-button__product a.is-disabled {
  border-color: #E2E2F0;
  background-color: #E2E2F0;
  pointer-events: none;
}

.p-buttonColumn > * + * {
  margin-top: 5px;
}


/* アラートボックス
--------------------------------------------------- */
.p-alert {
  background-color: rgba(47, 47, 47, 0.95);
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
  transition: .3s ease;
  opacity: 0;
  pointer-events: none;
}

.p-alert.is-active {
  opacity: 1;
  pointer-events: all;
}

.p-alert__content {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  border-radius: 20px;
  background-color: #ffffff;
  padding: 40px;
  overflow-wrap: break-word;
  width: 100%;
  max-width: 504px;
}

@media (max-width: 768px) {
  .p-alert__content {
    width: 95%;
  }
}

.p-alert__buttons {
  display: flex;
  margin-top: 30px;
  gap: 30px;
  justify-content: center;
}

.p-alert__buttons .p-button__item {
  width: 40%;
  max-width: 202px;
}

/* ===================================
  ボタン罫線あり（枠線グレー）
====================================== */
.c-button-line--gray {
  border: 1px solid #D5D5D5;
  background-color: #ffffff;
  color: #3A43A0;
}

.c-button-line--gray:hover {
  border-color: #3A43A0;
  background-color: #EBF3FF;
  color: #3A43A0;
}
/* ポップアップカレンダー - js
--------------------------------------------------- */
.ui-widget.ui-widget-content {
  border: 1px solid #D5D5D5;
}

.ui-datepicker {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
  background: #ffffff;
  border: 1px solid #D5D5D5;
  border-radius: 5px;
  color: #2C3C53;
  padding-left: 16px;
  padding-right: 16px;
  overflow: hidden;
  width: 400px;
}

@media (max-width: 768px) {
  .ui-datepicker {
    width: 90%;
    z-index: 1000 !important;
  }
}

.ui-datepicker.ui-widget-content {
  font-family: YuGothic, "Yu Gothic Medium", "游ゴシック Medium", "游ゴシック体", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
}

.ui-datepicker .ui-datepicker-header {
  border: none;
  border-radius: 0;
  background: none;
  position: relative;
  text-align: center;
  padding: 12px 0;
}

.ui-datepicker .ui-datepicker-header .ui-icon {
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: 0;
  transform: translate(-50%, -50%);
  width: 6px;
  height: 10px;
}

.ui-datepicker .ui-datepicker-header .ui-icon-circle-triangle-w {
  background-image: url(/images/icons/icon_chevron-left.svg);
}

.ui-datepicker .ui-datepicker-header .ui-icon-circle-triangle-e {
  background-image: url(/images/icons/icon_chevron-right.svg);
}

.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
  cursor: pointer;
  border-radius: 50%;
  border: 1px solid #3A43A0;
  position: absolute;
  top: 10px;
  display: block;
  font-size: 0;
  width: 20px;
  height: 20px;
}

.ui-datepicker .ui-datepicker-prev.ui-state-hover:hover,
.ui-datepicker .ui-datepicker-next.ui-state-hover:hover {
  border-color: #3A43A0;
}

.ui-datepicker .ui-datepicker-prev {
  left: 0;
}

.ui-datepicker .ui-datepicker-next {
  right: 0;
}

.ui-datepicker .ui-datepicker-title {
  color: #2C3C53;
  font-size: 12px;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5;
  margin: 0;
}

.ui-datepicker table {
  width: 100%;
  border-collapse: collapse;
  margin: 0 0 12px;
}

.ui-datepicker table thead {
  position: relative;
}

.ui-datepicker table thead::before, .ui-datepicker table thead::after {
  content: "";
}

.ui-datepicker table thead::before {
  background: #F4F4F8;
  position: absolute;
  top: 0;
  left: -16px;
  width: calc(100% - -32px);
  height: calc(100% - 10px);
  z-index: -1;
}

.ui-datepicker table thead::after {
  width: 1px;
  height: 10px;
  display: block;
}

.ui-datepicker table th,
.ui-datepicker table td {
  text-align: center;
  vertical-align: middle;
  font-size: 12px;
  font-size: 0.8rem;
  font-weight: 500;
}

.ui-datepicker table th {
  font-weight: 700;
  padding-top: 8px;
  padding-bottom: 4px;
}

.ui-datepicker table td {
  padding: 1px;
}

.ui-datepicker table td .ui-state-default,
.ui-datepicker table td span,
.ui-datepicker table td a {
  display: block;
  border: none;
  background: none;
  text-align: center;
  font-size: 12px;
  font-size: 1rem;
  font-weight: 500;
  color: #2C3C53;
  position: relative;
  padding: 3px 0 0;
  width: 24px;
  height: 28px;
  z-index: 0;
}

.ui-datepicker table td .ui-state-default::before,
.ui-datepicker table td span::before,
.ui-datepicker table td a::before {
  content: "";
  background-color: #CCDEFF;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 22px;
  height: 22px;
  transition: opacity 0.12s;
  z-index: -1;
  opacity: 0;
}

.ui-datepicker table td .ui-state-default:hover,
.ui-datepicker table td span:hover,
.ui-datepicker table td a:hover {
  font-weight: 700;
}

.ui-datepicker table td .ui-state-default:hover::before,
.ui-datepicker table td span:hover::before,
.ui-datepicker table td a:hover::before {
  opacity: 1;
}

.ui-datepicker table td.ui-datepicker-today .ui-state-default,
.ui-datepicker table td.ui-datepicker-today span,
.ui-datepicker table td.ui-datepicker-today a {
  font-weight: 700;
}

.ui-datepicker table td.ui-datepicker-today .ui-state-default::before,
.ui-datepicker table td.ui-datepicker-today span::before,
.ui-datepicker table td.ui-datepicker-today a::before {
  background-color: #FFB700;
  opacity: 1;
}

.ui-datepicker table td.is-day-saturday .ui-state-default,
.ui-datepicker table td.is-day-saturday span,
.ui-datepicker table td.is-day-saturday a {
  color: #0176D9;
}

.ui-datepicker table td.is-day-sunday .ui-state-default,
.ui-datepicker table td.is-day-sunday span,
.ui-datepicker table td.is-day-sunday a {
  color: #BC002B;
}

.ui-datepicker a,
.ui-datepicker .ui-state-hover {
  border-color: initial;
  background: inherit;
  color: inherit;
}

.ui-datepicker .ui-state-disabled {
  opacity: 1;
}

.ui-datepicker .ui-state-disabled > a,
.ui-datepicker .ui-state-disabled > span,
.ui-datepicker .ui-state-disabled > .ui-state-default, .ui-datepicker .ui-state-disabled.is-day-saturday > a,
.ui-datepicker .ui-state-disabled.is-day-saturday > span,
.ui-datepicker .ui-state-disabled.is-day-saturday > .ui-state-default, .ui-datepicker .ui-state-disabled.is-day-sunday > a,
.ui-datepicker .ui-state-disabled.is-day-sunday > span,
.ui-datepicker .ui-state-disabled.is-day-sunday > .ui-state-default {
  color: #ACACAC;
  border: none;
  background: none;
  cursor: pointer;
}

.ui-datepicker .ui-datepicker-other-month.ui-state-disabled.is-day-holiday > a,
.ui-datepicker .ui-datepicker-other-month.ui-state-disabled.is-day-holiday > span,
.ui-datepicker .ui-datepicker-other-month.ui-state-disabled.is-day-holiday > .ui-state-default {
  color: #ACACAC;
  border: none;
  background: none;
  cursor: pointer;
}

.ui-datepicker .is-day-holiday > a,
.ui-datepicker .is-day-holiday > span,
.ui-datepicker .is-day-holiday > .ui-state-default {
  color: #BC002B;
}

/* ===========================================
  カレンダー
============================================== */
.c-form-calendar {
  position: relative;
  display: flex;
  align-items: center;
}

.c-form-calendar input {
  padding-left: 40px;
}

.c-form-calendar img {
  cursor: pointer;
  position: absolute;
  left: 15px;
}

input[type="text"].is-input--disabled ~ img.ui-datepicker-trigger,
input[type="tel"].is-input--disabled ~ img.ui-datepicker-trigger,
input[type="email"].is-input--disabled ~ img.ui-datepicker-trigger,
input[type="password"].is-input--disabled ~ img.ui-datepicker-trigger,
input[type="number"].is-input--disabled ~ img.ui-datepicker-trigger,
input[type="checkbox"].is-input--disabled ~ img.ui-datepicker-trigger,
select.is-input--disabled ~ img.ui-datepicker-trigger,
textarea.is-input--disabled ~ img.ui-datepicker-trigger {
  content: url(/images/icons/icon_calendar_gray.svg);
  opacity: 1;
}

.feminine-hygiene-table {
  display: table;
  border-collapse: collapse;
}

.feminine-hygiene-table > div {
  display: table-row;
}

.feminine-hygiene-table > div > div {
  display: table-cell;
  border: 1px solid #999;
  padding: 5px;
}

.feminine-hygiene-table > div > div:nth-child(2) {
  width: 100px;
}

.js-product-select-outputArea,
.js-product-checkbox-outputArea {
  display: flex;
  flex-direction:column;
}

/* アラートボックス
--------------------------------------------------- */
.p-alert {
  background-color: rgba(47, 47, 47, 0.95);
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
  transition: .3s ease;
  opacity: 0;
  pointer-events: none;
}

.p-alert.is-active {
  opacity: 1;
  pointer-events: all;
}

.p-alert__content {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  border-radius: 20px;
  background-color: #ffffff;
  padding: 40px;
  overflow-wrap: break-word;
  width: 100%;
  max-width: 504px;
}

@media (max-width: 768px) {
  .p-alert__content {
    width: 95%;
  }
}

.p-alert__buttons {
  display: flex;
  margin-top: 30px;
  gap: 30px;
  justify-content: center;
}

.p-alert__buttons .p-button__item {
  width: 40%;
  max-width: 202px;
}

/* ===================================
  ボタン罫線あり（枠線グレー）
====================================== */
.c-button-line--gray {
  border: 1px solid #D5D5D5;
  background-color: #ffffff;
  color: #3A43A0;
}

.c-button-line--gray:hover {
  border-color: #3A43A0;
  background-color: #EBF3FF;
  color: #3A43A0;
}
