@charset "UTF-8";
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var,
b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
  display: flex;
  flex-flow: column;
  min-height: 100vh;
}

main {
  flex: 1;
}

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

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

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

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

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

/* ==========================================================================
   02. Base
========================================================================== */
html {
  height: 100%;
  width: 100%;
  font-size: 62.5%;
}

body {
  font-size: 1.4rem;
  line-height: 1.8;
}

h1 {
  font-size: 3.2rem;
  font-size: clamp(3.2rem, 5.625vw, 4.5rem);
  min-height: 0vw;
}

h2 {
  font-size: 2.4rem;
  font-size: clamp(2.4rem, 4vw, 3.2rem);
  min-height: 0vw;
}

h3 {
  font-size: 2rem;
  font-size: clamp(2rem, 3vw, 2.4rem);
  min-height: 0vw;
}

h4 {
  font-size: 1.6rem;
  font-size: clamp(1.6rem, 2.5vw, 2rem);
  min-height: 0vw;
}

/* アンカー */
a {
  text-decoration: none;
}

/* テキスト表示位置 */
.txt-c {
  text-align: center !important;
}

.txt-l {
  text-align: left !important;
}

.txt-r {
  text-align: right !important;
}

/*  margin padding*/
hr:not([size]) {
  height: 1px;
}

.my-4 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important;
}

.my-2 {
  margin-top: 0.75rem !important;
  margin-bottom: 0.75rem !important;
}

hr {
  margin: 1rem 0;
  color: inherit;
  background-color: currentColor;
  border: 0;
  opacity: 0.25;
}

.mg0 {
  margin: 0 !important;
}

.mg5 {
  margin: 5px !important;
}

.mg10 {
  margin: 10px !important;
}

.mg15 {
  margin: 15px !important;
}

.mg20 {
  margin: 20px !important;
}

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

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

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

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

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

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

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

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

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

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

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

.ml5 {
  margin-left: 5px !important;
}

.ml10 {
  margin-left: 10px !important;
}

.ml15 {
  margin-left: 15px !important;
}

.ml20 {
  margin-left: 20px !important;
}

.mr5 {
  margin-right: 5px !important;
}

.mr10 {
  margin-right: 10px !important;
}

.mr15 {
  margin-right: 15px !important;
}

.mr20 {
  margin-right: 20px !important;
}

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

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

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

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

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

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

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

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

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

.pl5 {
  padding-left: 5px !important;
}

.pl10 {
  padding-left: 10px !important;
}

.pl15 {
  padding-left: 15px !important;
}

.pl20 {
  padding-left: 20px !important;
}

.pr5 {
  padding-right: 5px !important;
}

.pr10 {
  padding-right: 10px !important;
}

.pr15 {
  padding-right: 15px !important;
}

.pr20 {
  padding-right: 20px !important;
}

/* 色 */
.col-primary {
  background-color: #dfe7f6 !important;
  color: #2c58a0 !important;
}

.col-secondary {
  background-color: #ebedef !important;
  color: #40464f !important;
}

.col-success {
  background-color: #d6f0e0 !important;
  color: #0d6832 !important;
}

/*
.col-danger {  background-color: #af233a !important; color: #f9e1e5 !important; }
 */
.col-danger {
  color: #f9e1e5 !important;
  background-color: #dc3545 !important;
}

.col-warning {
  background-color: #fbf0da !important;
  color: #73510d !important;
}

.col-info {
  background-color: #ffffff;
  color: #1E1E1E;
}

.col-light {
  background-color: #4f4f4f !important;
  color: #f5f5f5 !important;
}

.col-dark {
  background-color: #332e2e !important;
  color: #f5f5f5 !important;
}

.col-brown {
  background-color: #443735 !important;
  color: #ffffff !important;
}

.col-Salmon {
  background-color: #e65b66 !important;
  color: #ffffff !important;
}

.col-yellow {
  background-color: #EFEF7B !important;
  color: #ffffff !important;
}

.col-pink {
  background-color: #fb006e !important;
  color: #ffffff !important;
}

.col-blue {
  background-color: #008eff !important;
  color: #ffffff !important;
}

/* バナーアイコン */
.caution-icon {
  background: #fcd635;
}

.work-icon {
  background: #4db4aa;
}

.blog-icon {
  background: #baddfa;
}

.event-icon {
  background: #ffccd1;
}

.consult-icon {
  background: #ffcb80;
}

.other-icon {
  background: #dfdfdf;
}

/*  Display */
.flex, .flexB, .flexC, .flexW {
  display: flex;
}

.flexB {
  justify-content: space-between;
}

.flexC {
  justify-content: center;
}

.flexW {
  flex-wrap: wrap;
}

/**/
.w100 {
  width: 100% !important;
}

.w50 {
  width: 50% !important;
}

.w30 {
  width: 30% !important;
}

.w25 {
  width: 25% !important;
}

.w20 {
  width: 20% !important;
}

.item-2 {
  width: calc(50% - 4px);
}

.item-3 {
  width: calc(33.3333333333% - 4px);
}

.item-4 {
  width: calc(50% - 4px);
}

.item-5 {
  width: calc(20% - 4px);
}

.item-6 {
  width: calc(16.6666666667% - 4px);
}

/*  ボタン*/
.btn {
  display: inline-block;
  color: #4f4f4f;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  background-color: transparent;
  border: 0.125rem solid transparent;
  /*padding: 0.375rem 0.55rem;*/
  /*padding: 0.75rem 0.85rem;*/
  padding: 0.25rem 0.85rem;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  font-size: 1.4rem;
  line-height: 1.5;
}

[class*=btn-outline-] {
  border-width: 0.125rem;
  border-style: solid;
  box-shadow: none;
  /*padding: 0.5rem 1.375rem 0.375rem;*/
  padding: 0.25rem 0.25rem 0.25rem;
}

.btn-rounded {
  border-radius: 10rem;
}

.logout-btn {
  display: block;
  background: #fb006e;
  max-width: 260px;
  margin: 5rem auto;
  padding: 1rem;
  color: #fff;
}

/*  アラート*/
.alert {
  position: relative;
  padding: 1.25rem 1.5rem;
  margin-bottom: 3rem;
  border: 1px solid transparent;
}
.alert p {
  font-size: 1.4rem;
}

.alert {
  border: 0;
  border-radius: 1rem;
}

/*  フォーム */
.layout-center {
  width: 60%;
  margin: 0 auto;
}

.layout-center dd span {
  padding: 1rem;
}

.form-setting {
  text-align: center;
  padding: 4rem 0 4rem;
}
.form-setting h1 {
  font-size: 3.2rem;
  line-height: 1;
  padding: 0;
  margin: 0 auto;
}

button, input, select, textarea {
  font: inherit;
  appearance: none;
}

input, textarea, label {
  vertical-align: middle;
}

select {
  display: block;
  box-sizing: border-box;
  border: 1px solid #e1e1e1;
  border-radius: 0.2em;
  width: 100%;
  line-height: 1.4;
  background: white;
  padding: 0.8em 0.6em;
}

.form-group {
  display: block;
  padding-bottom: 20px;
}

label {
  display: block;
  margin-bottom: 1.2rem;
  font-weight: bold;
}

.any:before {
  background: #dcdcdc;
  color: #808080;
  border: 1px solid #f5f5f5;
  border-radius: 5px;
  content: "任意";
  padding: 5px;
  font-size: 0.625rem;
  margin-right: 5px;
}

.require {
  background: #fb006e;
  color: #FFF;
  border: none;
  padding: 5px 10px;
  font-size: 1.2rem;
  margin-right: 5px;
}

.form-control {
  box-sizing: border-box;
  width: 100%;
  padding: 1rem;
  font-size: 1.4rem;
  line-height: 1.5;
  color: #1b1e24;
  background-color: #F0F0F0;
  background-clip: padding-box;
  border: none;
  border-radius: 5px;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.form-control:focus, .form-control:focus-visible {
  box-shadow: none;
  transition: all 0.1s linear;
  border-color: #fb006e;
  box-shadow: inset 0 0 0 1px #fb006e;
}

.error .form-control {
  border: 2px solid #fb006e;
}
.error p {
  color: #008eff;
  font-weight: bold;
}

button,
input[type=submit] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 0;
  border: none;
  outline: none;
  background: transparent;
}

.bro-btn {
  padding: 60px 0 0;
  display: flex;
  flex-direction: column;
  align-items: end;
  margin: 0 auto;
  width: 270px;
}
.bro-btn .btn {
  display: block;
  height: 60px;
  width: 100%;
  line-height: 60px;
  margin: 0 auto;
  border-radius: 60px;
  font-size: 1.8rem;
  font-weight: 700;
}
.bro-btn .forget-btn {
  color: #fb006e;
  font-size: 0.8rem;
  padding: 5px 10px;
  border-radius: 31px;
  border: 1px solid #fb006e;
}

.form-annotation {
  font-size: 1.1rem;
  color: #737373;
  text-align: center;
  margin-top: 3rem;
}

.is-valid {
  border-color: #0dd157;
}

.is-invalid {
  border-color: #fb4143;
}

.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #0dd157;
}

.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #fb4143;
}

.is-valid ~ .valid-feedback, .is-invalid ~ .valid-feedback {
  display: block;
}

input[type=checkbox], input[type=radio] {
  display: none;
}

.checkbox {
  box-sizing: border-box;
  cursor: pointer;
  display: inline-block;
  padding: 5px 30px;
  position: relative;
  width: auto;
  margin-bottom: 0.5rem;
  font-size: 1.3rem;
  font-weight: normal;
}

.checkbox::before {
  background: #fff;
  border: 1px solid #000;
  border-radius: 3px;
  content: "";
  display: block;
  height: 16px;
  left: 5px;
  margin-top: -8px;
  position: absolute;
  top: 50%;
  width: 16px;
  padding: 0;
}

.checkbox::after {
  border-right: 3px solid #fb006e;
  border-bottom: 3px solid #fb006e;
  content: "";
  display: block;
  height: 8px;
  left: 11px;
  margin-top: -16px;
  opacity: 0;
  position: absolute;
  top: 80%;
  transform: rotate(45deg) translate3d(0, 2px, 0) scale3d(0.7, 0.7, 1);
  transition: transform 0.2s ease-in-out, opacity 0.2s ease-in-out;
  width: 3px;
}

input[type=checkbox]:checked + .checkbox::before {
  border-color: #666;
}

input[type=checkbox]:checked + .checkbox::after {
  opacity: 1;
  transform: rotate(45deg) scale3d(1, 1, 1);
}

.radio {
  box-sizing: border-box;
  cursor: pointer;
  display: inline-block;
  padding: 5px 30px;
  position: relative;
  width: auto;
  margin-bottom: 0.5rem;
}

.radio::before {
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 50%;
  content: "";
  display: block;
  height: 16px;
  left: 5px;
  margin-top: -8px;
  position: absolute;
  top: 50%;
  width: 16px;
  padding: 0;
}

.radio::after {
  /*
  background: #0031a2;
  border-radius: 50%;
  content: '';
  display: block;
  height: 10px;
  left: 9px;
  margin-top: -4px;
  opacity: 0;
  position: absolute;
  top: 50%;
  transform: scale3d(.3,.3,1);
  transition: transform .2s ease-in-out, opacity .2s ease-in-out;
  width: 10px;
   */
  background: #0031a2;
  border-radius: 50%;
  content: "";
  display: block;
  height: 11px;
  width: 11px;
  left: 8.5px;
  top: 36%;
  opacity: 0;
  position: absolute;
  transform: scale3d(0.3, 0.3, 1);
  transition: transform 0.2s ease-in-out, opacity 0.2s ease-in-out;
}

input[type=radio]:checked + .radio::before {
  border-color: #666;
}

input[type=radio]:checked + .radio::after {
  opacity: 1;
  transform: scale3d(1, 1, 1);
}

.select {
  display: inline-block;
  position: relative;
  border: 1px solid #eee;
  vertical-align: middle;
}

.select::before {
  position: absolute;
  top: 13px;
  right: 5px;
  width: 0;
  height: 0;
  border-width: 10px 5px 0 5px;
  border-style: solid;
  border-color: #eee transparent transparent transparent;
  content: "";
  pointer-events: none;
}

.select select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 300px;
  padding: 11px 15px;
  padding-right: 1em;
  border: none;
  outline: 0;
  background: #fff;
  background-image: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  text-indent: 0.01px;
  text-overflow: ellipsis;
  cursor: pointer;
}

#file {
  position: absolute;
  opacity: 0;
  width: 10px;
}

.fileUploadBtn {
  display: inline-block;
  padding: 0.5rem 0.5rem;
  background: #369;
  color: #fff;
  cursor: pointer;
  margin-bottom: 0.5rem;
}

.fileUploadBtn:hover,
.fileUploadBtn:focus {
  filter: brightness(1.2);
}

.valid .form-control, .valid .radio:before, .valid .checkbox:before, .valid select, .valid textarea {
  box-shadow: 1px 1px 5px 1px #198754;
  border-color: #198754 !important;
}
.valid .feedback {
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: #198754;
}

.invalid .form-control, .invalid .radio:before, .invalid .checkbox:before, .invalid select, .invalid textarea {
  box-shadow: 1px 1px 5px 1px #dc3545;
  border-color: #dc3545 !important;
}
.invalid .feedback {
  width: calc(100% - 20px);
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: #dc3545;
  background-color: #f9e1e5;
  border-color: #af233a !important;
  border-radius: 5px;
  padding: 10px;
}

/*  テーブル */
.table {
  font-size: 0.9rem;
}

.table {
  --mdb-table-bg: transparent;
  --mdb-table-accent-bg: transparent;
  --mdb-table-striped-color: #4f4f4f;
  --mdb-table-striped-bg: rgba(0,0,0,0.02);
  --mdb-table-active-color: #4f4f4f;
  --mdb-table-active-bg: rgba(0,0,0,0.1);
  --mdb-table-hover-color: #4f4f4f;
  --mdb-table-hover-bg: rgba(0,0,0,0.025);
  width: 100%;
  margin-bottom: 1rem;
  color: #4f4f4f;
  vertical-align: top;
  border-color: #e0e0e0;
}

table {
  caption-side: bottom;
  border-collapse: collapse;
}

table > thead {
  vertical-align: bottom;
}

tbody, td, tfoot, th, thead, tr {
  border: 0 solid;
  border-color: inherit;
}

.table > :not(:last-child) > :last-child > * {
  border-bottom-color: inherit;
}

.table > :not(caption) > * > * {
  background-color: var(--mdb-table-bg);
  border-bottom-width: 1px;
  box-shadow: inset 0 0 0 9999px var(--mdb-table-accent-bg);
}

.table > :not(:first-child) {
  border-top: 2px solid inherit;
}

.table tbody {
  font-weight: 400;
}

.table > tbody {
  vertical-align: inherit;
}

.table th {
  font-weight: 500;
}

.table > :not(caption) > * > * {
  padding: 1rem 1rem;
}

.table > :not(caption) > * > * {
  background-color: var(--mdb-table-bg);
  border-bottom-width: 1px;
  box-shadow: inset 0 0 0 9999px var(--mdb-table-accent-bg);
}

.form-group ul, .form-group li, .form-group dl, .form-group dt, .form-group dd {
  list-style: none;
}

html, body {
  width: 100%;
  min-width: 320px;
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  background: #FFF;
}

header {
  display: block;
  background: #FFF;
  position: relative;
  border-bottom: 1px solid #fb006e;
  box-sizing: border-box;
  /*  ハンバーガー*/
}
header h1 {
  min-height: 0vw;
  padding-left: 10px;
  padding-top: 5px;
  max-width: 150px;
}
header .jost {
  font-family: "Jost", sans-serif;
}
header .menu-btn {
  position: fixed;
  top: 5px;
  right: 0;
  display: flex;
  height: 50px;
  width: 50px;
  justify-content: center;
  align-items: center;
  z-index: 90;
  background-color: #ffffff;
}
header .menu-btn span,
header .menu-btn span:before,
header .menu-btn span:after {
  content: "";
  display: block;
  height: 2px;
  width: 25px;
  border-radius: 3px;
  background-color: #fb006e;
  position: absolute;
}
header .menu-btn span:before {
  bottom: 8px;
}
header .menu-btn span:after {
  top: 8px;
}
header #menu-btn-check:checked ~ .menu-btn span {
  background-color: rgba(255, 255, 255, 0); /*メニューオープン時は真ん中の線を透明にする*/
}
header #menu-btn-check:checked ~ .menu-btn span::before {
  bottom: 0;
  transform: rotate(45deg);
}
header #menu-btn-check:checked ~ .menu-btn span::after {
  top: 0;
  transform: rotate(-45deg);
}
header #menu-btn-check {
  display: none;
}
header #menu-btn-check {
  display: none;
}
header .menu-content {
  width: 300px;
  height: 100%;
  position: fixed;
  top: 0;
  right: -300px; /*leftの値を変更してメニューを画面外へ*/
  z-index: 80;
  background-color: #fff;
  transition: all 0.5s; /*アニメーション設定*/
}
header .menu-content nav {
  padding: 70px 30px 0;
}
header .menu-content ul li {
  border-bottom: solid 1px #fb006e;
  list-style: none;
}
header .menu-content ul li a {
  display: block;
  width: 100%;
  font-size: 15px;
  box-sizing: border-box;
  color: #fb006e;
  text-decoration: none;
  padding: 12px 15px 12px 0;
  position: relative;
}
header .menu-content ul li a::before {
  content: "";
  width: 7px;
  height: 7px;
  border-top: solid 2px #fb006e;
  border-right: solid 2px #fb006e;
  transform: rotate(45deg);
  position: absolute;
  right: 11px;
  top: 22px;
}
header #menu-btn-check:checked ~ .menu-content {
  right: 0; /*メニューを画面内へ*/
}

/*  パンくず  */
.breadcrumbs {
  width: 100%;
  margin: 0;
  letter-spacing: 0;
  list-style: none;
  padding: 10px 0;
  overflow-x: auto;
  white-space: nowrap;
  box-sizing: border-box;
}
.breadcrumbs li {
  display: inline-block;
  font-size: 1.2rem;
  opacity: 0.7;
  color: #2c3f4c;
}
.breadcrumbs li a {
  color: #2c3f4c;
}
.breadcrumbs li::after {
  content: ">";
  display: inline-block;
  margin: 0 0.5em;
  font-weight: bold;
}
.breadcrumbs li:last-child::after {
  content: none;
}

.wrapper {
  width: 100%;
}

.sideMenu {
  width: 200px;
  background: #005faf;
  color: #FFF;
}
.sideMenu dl dt {
  background: #2c3f4c;
  color: #FFF;
  padding: 10px 0 10px 5px;
}
.sideMenu dl dd {
  color: #FFF;
  border-bottom: solid 1px #272727;
}
.sideMenu dl dd a {
  display: block;
  padding: 10px 20px 10px 10px;
  color: #FFF;
  position: relative;
}
.sideMenu dl dd a i {
  position: absolute;
  right: 5px;
  top: 10px;
}
.sideMenu dl dd a:hover {
  background: #027dc3;
}

main .wrapper .container {
  max-width: 600px;
  margin: 0 auto;
  padding: 0 5vw;
}
main .wrapper .container .box {
  padding: 60px 40px;
  background: #FFF;
  border-radius: 1rem;
  box-sizing: border-box;
}
main .wrapper .container .box h2 {
  font-size: 2rem;
  min-height: 0vw;
}
main .wrapper .container .box .comment {
  text-align: center;
}

.annotation {
  font-size: 1.1rem;
  line-height: 1.3;
}

footer {
  padding: 45px 0 30px;
  background-color: #ffded6;
}
footer .copyright {
  display: block;
  text-align: center;
  color: #737373;
  font-size: 1.1rem;
}
footer .copyright span {
  color: #D666A1;
}

.icon-eye li:first-child {
  width: calc(100% - 50px);
  margin-right: 10px;
}
.icon-eye li .eyePass {
  width: 40px;
  height: 40px;
  border-radius: 5px;
  background: #F0F0F0;
  text-align: center;
  line-height: 40px;
}
.icon-eye li .eyePass .bi-eye, .icon-eye li .eyePass .bi-eye-slash {
  line-height: 2.9rem;
}
.icon-eye li .eyePass .bi-eye::before, .icon-eye li .eyePass .bi-eye-slash::before {
  font-size: 1.8rem;
}

.fm-btnBox {
  list-style: none;
}
.fm-btnBox li {
  list-style: none;
}

.ckbox_View {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  list-style: none;
}
.ckbox_View li {
  list-style: none;
  margin: 2px;
  padding: 10px;
  border-radius: 5px;
  font-size: 1rem;
}

.account-list .account-box {
  background: #f5f5f5;
  border-radius: 5px;
  margin: 5px 5px 5px;
  padding: 10px;
}
.account-list .calc2 {
  width: calc(50% - 10px);
  margin: 5px;
}

.pager {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  list-style: none;
}
.pager li {
  list-style: none;
  text-align: center;
}
.pager .calc2 {
  width: calc(50% - 10px);
  margin: 5px;
}

/*===== 各ページ共通箇所 ====*/
.page-ttl {
  text-align: center;
  margin: 0 auto 30px;
}

.bi {
  font-size: 2rem;
}

.alert {
  color: #008eff;
  font-weight: bold;
  text-align: center;
}

.font_s {
  font-size: 1.8rem;
}

.p-btn {
  background: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #fb006e;
  padding: 1rem 2rem;
  line-height: 1;
  border-radius: 20px;
  margin-bottom: 3rem;
  border: 2px solid #fb006e;
  font-weight: bold;
}

.p-btn .bi {
  font-size: 1.4rem;
}

.pager {
  margin-top: 3rem;
  gap: 10px;
}

.inner {
  max-width: 440px;
  margin: 0 auto;
}

.viewPc {
  display: block;
}

.viewTaPc {
  display: block;
}

.viewTa {
  display: none;
}

.viewTaSp {
  display: none;
}

.viewSp {
  display: none;
}

/*  PC表示  */
/*  TA表示 */
@media screen and (min-width: 521px) and (max-width: 960px) {
  .viewPc {
    display: none;
  }
  .viewTaPc {
    display: block;
  }
  .viewTaSp {
    display: block;
  }
  .viewTa {
    display: block;
  }
  .viewSp {
    display: none;
  }
  header .menu-content {
    width: 100%;
    right: -100%;
  }
  .pager > div {
    width: 20%;
  }
}
/*  SP表示  */
@media screen and (max-width: 520px) {
  .viewPc {
    display: none;
  }
  .viewTaPc {
    display: none;
  }
  .viewTaSp {
    display: block;
  }
  .viewTa {
    display: none;
  }
  .viewSp {
    display: block;
  }
  header .menu-content {
    width: 100%;
    right: -100%;
  }
  main .wrapper .container {
    padding: 0 1.3rem;
  }
  main .wrapper .container .box {
    margin: 10px auto;
    padding: 3rem 1.6rem;
  }
  main .wrapper .container .box .comment {
    text-align: left;
  }
  main .wrapper .container .box .box2 {
    margin: 10px auto;
    padding: 3rem 1.6rem;
  }
  main .wrapper .container .box .box2 .comment {
    text-align: left;
  }
  .pager > div {
    width: 30%;
  }
}
h2.page-ttl {
  font-size: 2rem;
  min-height: 0vw;
  letter-spacing: 0.12em;
  text-align: center;
  margin: 0 auto 30px;
}
h2.page-ttl span {
  color: #fb006e;
  display: block;
  font-size: 0.9em;
  margin-bottom: 0.5em;
}

.btn-box {
  background-color: #ffded6;
  padding: 4rem 2rem 4rem 2rem;
}

.button01 {
  margin-bottom: 1.5rem;
}
.button01 a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto;
  padding: 1em 2em;
  color: #fb006e;
  font-size: 18px;
  font-weight: 700;
  background-color: #fff;
  border-radius: 50vh;
  border: solid;
}
.button01 a::after {
  content: "";
  width: 7px;
  height: 7px;
  border-top: 3px solid #fb006e;
  border-right: 3px solid #fb006e;
  transform: rotate(45deg);
}
.button01 a:hover {
  text-decoration: none;
  background-color: #fb006e;
  color: #fff;
}

.button02 a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto;
  padding: 1em 2em;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  background-color: #fb006e;
  border-radius: 50vh;
  border: solid;
}
.button02 a::after {
  content: "";
  width: 7px;
  height: 7px;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  transform: rotate(45deg);
}
.button02 a:hover {
  text-decoration: none;
  background-color: #fff;
  color: #fb006e;
}

.button03 {
  margin: 3rem 0 0;
}
.button03 a {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  padding: 0.5em 2em;
  color: #fb006e;
  font-size: 18px;
  font-weight: 700;
  background-color: #fff;
  border-radius: 50vh;
  border: solid;
}
.button03 a:hover {
  text-decoration: none;
  background-color: #fb006e;
  color: #fff;
}

.box2 {
  background-color: #fff8f7;
  padding: 3rem 2.6rem;
  margin-top: 10px;
}
.box2 h2 {
  font-size: 2rem;
  min-height: 0vw;
}

.inner {
  max-width: 440px;
  margin: 0 auto;
}

.sun {
  color: #dc3545;
}

.sat {
  color: #2c58a0;
}

html {
  scroll-behavior: smooth;
}

.gotop {
  display: block;
  width: 60px;
  height: 60px;
  box-sizing: border-box;
  background: #FFF;
  border: 1px solid #999;
  padding-top: 30px;
  text-align: center;
  letter-spacing: -1px;
  font-size: 85%;
  text-decoration: none;
  color: #333;
  opacity: 0.5;
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 10000;
}
.gotop::before {
  content: "";
  display: block;
  border-top: 2px solid #333;
  border-right: 2px solid #333;
  width: 25%;
  height: 25%;
  top: 25%;
  left: 0;
  right: 0;
  margin: auto;
  position: absolute;
  transform: rotate(-45deg);
}
.gotop :hover {
  opacity: 1;
}

@media (max-width: 750px) {
  .gotop {
    width: 40px;
    height: 40px;
    text-indent: -9999px;
    opacity: 1;
    border: none;
    background: none;
    bottom: 10px;
    right: 10px;
    background-color: #fb006e;
    z-index: 1;
  }
  .gotop::before {
    bottom: 0;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
  }
}

/*# sourceMappingURL=style.css.map */
