@charset "UTF-8";
/**
 * html5doctor.com Reset Stylesheet v1.6.1 (http://html5doctor.com/html-5-reset-stylesheet/)
 * Richard Clark (http://richclarkdesign.com)
 * http://cssreset.com
 */
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;
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, main {
  display: block;
}

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;
}

img {
  vertical-align: bottom;
}

ul, ol {
  list-style: none;
}

nav ul {
  list-style: none;
}

/* 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 */
input, select {
  vertical-align: middle;
}

/* -----------------------------------------------------------
    ページ共通(要素/属性セレクタ、疑似クラス)
----------------------------------------------------------- */
html {
  background: #28323D;
  font-size: 62.5%; /* 分かりやすくするために1remを10pxに */
  overflow-y: scroll; /* スクロールバーの有無によるズレ対策 */
}

body {
  font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "游ゴシック Medium", "Yu Gothic Medium", YuGothic, "メイリオ", Meiryo, sans-serif;
  background: linear-gradient(to right, #F0F4F7 0%, #F0F4F7 75%, #DBE5EE 75%, #DBE5EE 100%);
  color: #333333;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.6;
  letter-spacing: 0.015em;
  word-wrap: break-word;
  -webkit-text-size-adjust: 100%;
}

::-ms-clear {
  display: none; /* IEのテキストボックスとパスワード入力欄の「×」を消すため */
}

:focus {
  outline: none; /* chromeのテキストボックスのhover削除 */
}

img {
  max-width: 100%;
  height: auto;
  backface-visibility: hidden; /* Chromeのホバー時1pxのずれ解消のため */
  transition: all linear 0.3s;
}

a:link,
a:visited,
a:active,
a:hover {
  color: #333333;
  text-decoration: none;
}

a:hover {
  opacity: 0.8;
  transition: all linear 0.3s;
}

h1,
h2,
h3,
h4 {
  font-weight: normal;
}

input,
select,
textarea {
  font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "游ゴシック Medium", "Yu Gothic Medium", YuGothic, "メイリオ", Meiryo, sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  padding: 12px 10px;
  border: solid 1px #CCC;
}

select {
  height: 50px;
}

label {
  cursor: pointer;
}

input[type=checkbox] + label,
input[type=radio] + label {
  position: relative;
  display: inline-block;
  line-height: 1.4;
}

input[type=checkbox] {
  position: absolute;
  display: inline-block;
  width: 19px;
  height: 19px;
  transform: translate(-3px, 0);
  vertical-align: sub;
  visibility: hidden;
}

input[type=checkbox] + label {
  padding-left: 27px;
}

input[type=checkbox] + label:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 19px;
  height: 19px;
  border: 1px solid #c9c9c9;
  background: #fff;
}

input[type=checkbox]:checked + label:after {
  content: "";
  position: absolute;
  border-left: 3px solid #000;
  border-bottom: 3px solid #000;
  transform: rotate(-45deg);
  width: 10px;
  height: 5px;
  top: 4px;
  left: 4px;
}

input[type=radio] {
  position: absolute;
  display: inline-block;
  width: 10px;
  height: 10px;
  margin-left: 10px;
  transform: translate(-3px, 0);
  vertical-align: sub;
  visibility: hidden;
}

input[type=radio] + label {
  padding-left: 28px;
}

input[type=radio] + label:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  border: 1px solid #ccc;
  border-radius: 50%;
  background: #fff;
}

input[type=radio]:checked + label:after {
  content: "";
  position: absolute;
  border-radius: 50%;
  background: #000;
  top: 7px;
  left: 8px;
  width: 6px;
  height: 6px;
}

textarea {
  resize: vertical;
  width: 100%;
  height: 100%;
  min-height: 150px;
}

button {
  font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "游ゴシック Medium", "Yu Gothic Medium", YuGothic, "メイリオ", Meiryo, sans-serif;
  width: 100%;
  font-size: 16px;
  border: none;
  cursor: pointer;
}
button:hover {
  opacity: 0.8;
  transition: all linear 0.3s;
}
button:disabled {
  opacity: 0.3;
  cursor: default;
}

/* -----------------------------------------------------------
    ページ固有(IDセレクタ)
----------------------------------------------------------- */
#login,
#repassword {
  background: #F0F4F7;
}

/* -----------------------------------------------------------
    汎用クラス
----------------------------------------------------------- */
.pc-large-not,
.pc-not,
.sp-only,
.sp-small-only {
  display: none;
}

.clearfix {
  /*overflow: hidden;*/
}

.clearfix:after {
  content: "";
  display: block;
  clear: both;
}

.u-anker-scroll {
  margin-top: -100px;
  padding-top: 100px;
}

/* -----------------------------------------------------------
    レイアウト
----------------------------------------------------------- */
.l-main {
  width: 75%;
  padding: 30px 30px 60px 0;
}

.l-main--1col {
  width: 72%;
  margin: 0 auto;
  padding: 30px 0 60px;
}

.l-side {
  background: #DBE5EE;
  width: 25%;
  min-width: 250px;
  padding: 30px 0 60px 15px;
}

.l-x-container {
  max-width: 1020px;
  width: 100%;
  margin: 0 auto;
  padding: 0 10px;
}

.l-y-container {
  margin: 60px 0 90px;
}

.l-y-container--btm-short {
  margin: 60px 0;
}

.l-y-container--btm-long {
  margin: 60px 0 120px;
}

/* -----------------------------------------------------------
    mixin
----------------------------------------------------------- */
/* -----------------------------------------------------------
    パーツ
----------------------------------------------------------- */
/*ナビ*/
.c-g-nav {
  position: -webkit-sticky; /* safari用 */
  position: sticky;
  top: 10px;
  width: 100%;
  max-width: 235px;
}

.c-g-nav__list > li:nth-child(n+2) {
  margin-top: 5px;
}
.c-g-nav__list > li a {
  position: relative;
  display: block;
  padding: 6px 8px;
}
.c-g-nav__list > li a:before {
  content: "";
  display: inline-block;
  width: 38px;
  height: 38px;
  margin-right: 8px;
  vertical-align: -50%;
}
.c-g-nav__list > li a:after {
  content: "";
  display: inline-block;
  width: 7.5px;
  height: 11.5px;
  background: url(/images/user/common/icon_dainari.png) no-repeat left top/contain;
  position: absolute;
  right: 8px;
  top: 50%;
  transform: translate(0, -50%);
}
.c-g-nav__list > li:nth-child(1) a {
  background: #B1DAFF;
}
.c-g-nav__list > li:nth-child(1) a:before {
  background: url(/images/user/common/icon_g-nav01.png) no-repeat left top/contain;
}
.c-g-nav__list > li:nth-child(2) a {
  background: #FFBCC4;
}
.c-g-nav__list > li:nth-child(2) a:before {
  background: url(/images/user/common/icon_g-nav02.png?20210324) no-repeat left top/contain;
}
.c-g-nav__list > li:nth-child(3) a {
  background: #FFDBC6;
}
.c-g-nav__list > li:nth-child(3) a:before {
  background: url(/images/user/common/icon_g-nav03.png?20210324) no-repeat left top/contain;
}
.c-g-nav__list > li:nth-child(4) a {
  background: #E1FFC2;
}
.c-g-nav__list > li:nth-child(4) a:before {
  background: url(/images/user/common/icon_g-nav04.png?20210324) no-repeat left top/contain;
}
.c-g-nav__list > li:nth-child(5) a {
  background: #C7F5DA;
}
.c-g-nav__list > li:nth-child(5) a:before {
  background: url(/images/user/common/icon_g-nav05.png?20210324) no-repeat left top/contain;
}
.c-g-nav__list > li:nth-child(6) a {
  background: #E1F9FC;
}
.c-g-nav__list > li:nth-child(6) a:before {
  background: url(/images/user/common/icon_g-nav06.png) no-repeat left top/contain;
}

.c-pagination {
  display: flex;
  justify-content: center;
}
.c-pagination > li * {
  display: block;
  background: #F0F4F7;
  padding: 7px 14px;
  color: #0B3055;
  border: solid 1px #44749F;
  border-radius: 6px;
}
.c-pagination > li a:hover {
  background: #0B3055;
  color: #FFF;
  border: solid 1px #0B3055;
  opacity: 1;
}
.c-pagination .c-pagination__num--current * {
  background: #0B3055;
  color: #FFF;
  border: solid 1px #0B3055;
}

.c-pagination__num {
  margin: 0 5px;
}

.c-pagination__prev {
  margin-right: 15px;
}

.c-pagination__next {
  margin-left: 15px;
}

/*見出し、テキスト*/
.c-title + .c-text {
  margin-top: 15px;
}

.c-text + .c-text {
  margin-top: 15px;
}

.c-title--step {
  font-size: 24px;
}
.c-title--step > span {
  font-family: "arial";
  color: #7D7D7D;
  font-size: 28px;
  font-weight: bold;
  margin-right: 10px;
}
.c-title--step > span > span {
  color: #44749F;
}

.c-title--square {
  font-size: 20px;
}
.c-title--square:before {
  content: "";
  display: inline-block;
  background: url(/images/user/common/icon_square.png) no-repeat left top/contain;
  width: 10px;
  height: 10px;
  margin-right: 10px;
  vertical-align: 2px;
}

.c-text--fs1 {
  font-size: 42px;
}

.c-text--fs2 {
  font-size: 28px;
}

.c-text--fs3 {
  font-size: 24px;
}

.c-text--fs4 {
  font-size: 20px;
}

.c-text--fs5 {
  font-size: 14px;
}

.c-text--blue {
  color: #0B3055;
}

.c-text--red {
  color: #c91818;
}

.c-text--bold {
  font-weight: bold;
}

.c-text--center {
  text-align: center;
}

.c-text--indent {
  text-indent: -1em;
  margin-left: 1em;
}

.c-text--asterisk {
  text-indent: -1em;
  margin-left: 1em;
}
.c-text--asterisk:before {
  content: "※";
}

/*画像*/
.c-pagetop {
  display: none;
  position: fixed;
  width: 54px;
  height: 54px;
  bottom: 20px;
  right: 20px;
  z-index: 10;
}
.c-pagetop a:hover {
  opacity: 1;
}

/*ボタン*/
.c-btn-area {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 30px;
}
.c-btn-area > * {
  margin: 5px;
}

.c-btn-area--mt45 {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 45px;
}
.c-btn-area--mt45 > * {
  margin: 5px;
}

.c-btn-area--right {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  justify-content: flex-end;
  margin: 30px 0 0 5px;
}
.c-btn-area--right > * {
  margin: 5px;
}

.c-btn {
  display: inline-block;
  width: 240px;
}

.c-btn__inner {
  display: block;
  position: relative;
  background: #0B3055;
  padding: 10px 15px;
  color: #fff !important;
  text-align: center;
  line-height: 1.6;
  border-radius: 6px;
}
.c-btn__inner:after {
  content: "";
  display: inline-block;
  width: 7.5px;
  height: 11.5px;
  background: url(/images/user/common/icon_dainari2.png) no-repeat left top/contain;
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translate(0, -50%);
}

.c-btn--w140 {
  display: inline-block;
  width: 140px;
}

.c-btn--download {
  display: inline-block;
  width: 190px;
}
.c-btn--download .c-btn__inner {
  text-align: left;
}
.c-btn--download .c-btn__inner:before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 17.5px;
  background: url(/images/user/common/icon_download.png) no-repeat left top/contain;
  margin-right: 5px;
  vertical-align: -2px;
}

.c-btn--back {
  display: inline-block;
  width: 240px;
}
.c-btn--back .c-btn__inner {
  background: #7D7D7D;
}
.c-btn--back .c-btn__inner:after {
  right: auto;
  left: 15px;
  transform: translate(0, -50%) scale(-1, 1);
}

.c-btn--gray {
  display: inline-block;
  width: 240px;
}
.c-btn--gray .c-btn__inner {
  background: #7D7D7D;
}

.c-icon-btn--question {
  display: inline-block;
  margin-left: 5px;
  vertical-align: text-bottom;
}
@media all and (-ms-high-contrast: none) {
  .c-icon-btn--question {
    /* IEのみ */
    vertical-align: sub;
  }
}
.c-icon-btn--question img {
  display: block;
}
.c-icon-btn--question img:hover {
  opacity: 0.8;
  transition: all linear 0.3s;
}
.c-icon-btn--question img {
  width: 20px;
}

.c-link--underline {
  color: #0B3055 !important;
  text-decoration: underline !important;
}
.c-link--underline:hover {
  text-decoration: none !important;
  opacity: 1;
}

.c-link--arrow:after {
  content: "";
  display: inline-block;
  background: url(/feature/common/images/user/icon_dainari_2.png) no-repeat center center/contain;
  width: 6px;
  height: 10px;
  margin: 0 0 0 10px;
  vertical-align: baseline;
}

.c-link--arrow-bottom:after {
  content: "";
  display: block;
  background: url(/feature/common/images/user/icon_dainari_2.png) no-repeat center center/contain;
  width: 14px;
  height: 23px;
  margin: auto;
  transform: rotate(90deg);
}

.c-link--arrow-white:after {
  content: "";
  display: inline-block;
  background: url(/feature/common/images/user/icon_dainari_bold.png) no-repeat center center/contain;
  width: 6px;
  height: 10px;
  margin: 0 0 0 10px;
  vertical-align: baseline;
}

.c-link--arrow-large:after {
  content: "";
  display: inline-block;
  background: url(/feature/common/images/user/icon_dainari_2.png) no-repeat center center/contain;
  width: 12px;
  height: 20px;
  margin: 0 0 0 15px;
  vertical-align: -2px;
}

.c-link--outside {
  color: #0B3055 !important;
  text-decoration: underline !important;
}
.c-link--outside:after {
  content: "";
  background: url(/feature/common/images/user/icon_new_tab.gif) no-repeat left top/contain;
  display: inline-block;
  width: 15px;
  height: 13px;
  vertical-align: middle;
  margin-left: 5px;
}
.c-link--outside:hover {
  text-decoration: none !important;
  opacity: 1;
}

.c-link--outside-white {
  color: #FFF !important;
  text-decoration: underline !important;
}
.c-link--outside-white:after {
  content: "";
  background: url(/feature/common/images/user/icon_new_tab_white.gif) no-repeat left top/contain;
  display: inline-block;
  width: 15px;
  height: 13px;
  vertical-align: middle;
  margin-left: 5px;
}
.c-link--outside-white:hover {
  text-decoration: none !important;
  opacity: 1;
}

.c-link--pdf {
  color: #0B3055 !important;
  text-decoration: underline !important;
}
.c-link--pdf:after {
  content: "";
  background: url(/images/user/common/icon_pdf.png) no-repeat left top/contain;
  display: inline-block;
  width: 20px;
  height: 24px;
  vertical-align: middle;
  margin-left: 5px;
}
.c-link--pdf:hover {
  text-decoration: none !important;
  opacity: 1;
}

/*リスト、テーブル*/
.c-list--dot > li {
  text-indent: -1em;
  margin-left: 1em;
}
.c-list--dot > li:before {
  content: "・";
}

.c-list--dot-large > li {
  text-indent: -1.2em;
  margin-left: 1.2em;
  letter-spacing: 0;
}
.c-list--dot-large > li:before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  background: #333;
  border-radius: 50%;
  margin: 0 10px 2px 0;
}
.c-list--dot-large > li:not(:first-of-type) {
  margin-top: 20px;
}

.c-list--asterisk > li {
  text-indent: -1em;
  margin-left: 1em;
}
.c-list--asterisk > li:before {
  content: "※";
}

.c-list--asterisk-number > * {
  counter-increment: number;
  text-indent: -2.1em;
  margin-left: 2.1em;
}
.c-list--asterisk-number > *:before {
  content: "※" counter(number) "";
  margin: 0 10px 0 0;
}

.c-list--number > li {
  counter-increment: number;
  text-indent: -2.1em;
  margin-left: 2.1em;
}
.c-list--number > li:before {
  content: "(" counter(number) ")";
  margin: 0 10px 0 0;
}
.c-list--number > li:not(:first-of-type) {
  margin-top: 5px;
}
.c-list--dot-large .c-list--number {
  margin: 5px 0 0 2em;
}
.c-list--dot-large .c-list--number > li {
  margin-left: 0.5em;
}

.c-table--style1 {
  width: 100%;
}
.c-table--style1 th,
.c-table--style1 td {
  text-align: center;
  vertical-align: middle;
}
.c-table--style1 thead th {
  padding: 8px 5px;
  font-weight: bold;
}
.c-table--style1 tbody tr:nth-child(odd) {
  background: #F0F4F7;
}
.c-table--style1 tbody td {
  padding: 15px 5px;
}

.c-table--style1-clk {
  width: 100%;
}
.c-table--style1-clk th,
.c-table--style1-clk td {
  text-align: center;
  vertical-align: middle;
}
.c-table--style1-clk thead th {
  padding: 8px 5px;
  font-weight: bold;
}
.c-table--style1-clk tbody tr:nth-child(odd) {
  background: #F0F4F7;
}
.c-table--style1-clk tr {
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: center;
}
.c-table--style1-clk th,
.c-table--style1-clk td {
  display: inline;
}
.c-table--style1-clk .c-table__ttl {
  display: none;
}
.c-table--style1-clk .c-table__lbl {
  display: inline-block;
  width: 100%;
  padding: 15px 5px;
}
.c-table--style1-clk input[type=radio] + label {
  vertical-align: 6px;
}
.c-table--style1-clk input[type=radio]:checked + label:after {
  top: calc(50% - 3px);
}
.c-table--style1-clk input[type=radio] + label:before {
  top: calc(50% - 11px);
}

.c-table--style1-none-head {
  width: 100%;
}
.c-table--style1-none-head th,
.c-table--style1-none-head td {
  text-align: center;
  vertical-align: middle;
}
.c-table--style1-none-head thead th {
  padding: 8px 5px;
  font-weight: bold;
}
.c-table--style1-none-head tbody tr:nth-child(odd) {
  background: #F0F4F7;
}
.c-table--style1-none-head tbody th {
  padding: 15px;
  font-weight: normal;
  text-align: left;
}
.c-table--style1-none-head .c-table__item--btn {
  padding: 10px 15px;
}

.c-table--style2 > li:not(:first-of-type) {
  margin-top: 5px;
}
.c-table--style2 dl {
  display: flex;
  width: 100%;
}
.c-table--style2 dt {
  background: #F0F4F7;
  width: 35%;
  padding: 10px 15px;
}
.c-table--style2 .c-table__ttl--tall {
  padding: 22px 15px;
}
.c-table--style2 dd {
  width: 65%;
  padding: 10px 0 10px 15px;
}

.c-table--half {
  width: 50%;
}

.c-table__item--w10 {
  width: 10%;
}

.c-table__item--w30 {
  width: 30%;
}

.c-table__item--w40 {
  width: 40%;
}

.c-table__item--w50 {
  width: 50%;
}

.c-table__item--w60 {
  width: 60%;
}

/*フォーム*/
.c-form__box--w100 {
  width: 100%;
  max-width: 100px;
}

.c-form__box--w150 {
  width: 100%;
  max-width: 150px;
}

.c-form__box--w300 {
  width: 100%;
  max-width: 300px;
}

.c-form__box--wfull {
  width: 100%;
}

.c-form__icon--req:after {
  content: "必須";
  display: inline-block;
  background: #C91818;
  margin-left: 5px;
  padding: 2px 10px;
  color: #FFF;
  font-size: 14px;
  text-align: center;
}

.c-form__ymd {
  display: flex;
  flex-wrap: wrap;
  padding: 5px 0 5px 15px !important;
}

.c-form__ymd-item {
  display: flex;
  align-items: center;
  width: 136px;
  margin: 5px 0;
}

/*パスワード表示切替*/
.password-field {
  position: relative;
}

#password {
  padding-right: 40px;
}

.toggle-password {
  position: absolute;
  top: 50%;
  left: 290px;
  transform: translate(-50%, -50%);
  color: #666;
  cursor: pointer;
  user-select: none;
}

.c-search {
  background: #F0F4F7;
  padding: 15px;
}
.c-search > li:not(:first-of-type) {
  margin-top: 15px;
}
.c-search dl {
  display: flex;
  width: 100%;
  align-items: center;
}
.c-search dt {
  width: 25%;
  padding-right: 15px;
}
.c-search dd {
  width: 75%;
}

.c-search-arrow:before {
  content: "";
  background: url(/images/user/common/icon_triangle.png) no-repeat left top/contain;
  display: block;
  width: 40px;
  height: 30px;
  margin: 0 auto 30px;
}

/*ブロック(テキスト,画像,ボタンetcの複合パーツ)*/
.c-h-area {
  background: #0B3055;
  padding: 15px 0;
  color: #FFF;
}

.c-h-area__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.c-h-area__logo img {
  width: 245px;
}

.c-cont-area__inner {
  display: flex;
}

.c-cont-box {
  background: #FFF;
}
.c-cont-box + .c-cont-box {
  margin-top: 45px;
}

.c-cont-box__title {
  padding: 15px 15px 10px;
  border-bottom: solid 2px #F0F4F7;
}

.c-cont-box__inner {
  padding: 15px 15px 30px;
}

.c-cont-box__inner--pb45 {
  padding: 15px 15px 45px;
}

.c-space--mt15 {
  margin-top: 15px;
}

.c-space--mt30 {
  margin-top: 30px;
}

.c-space--mt45 {
  margin-top: 45px;
}

.c-space--mb15 {
  margin-bottom: 15px;
}

.c-space--mrl10 {
  margin-right: 10px;
  margin-left: 10px;
}

.c-clrbox__title-box {
  position: relative;
  background: #0B3055;
  color: #FFF;
  padding: 10px 15px;
}

.c-clrbox__title {
  text-align: center;
}

.c-clrbox__close-btn {
  position: absolute;
  top: 15px;
  right: 10px;
}

.js-clrbox-close {
  cursor: pointer;
}
.js-clrbox-close img {
  display: block;
  width: 20px;
}

.c-clrbox__detail-box {
  padding: 10px 15px 15px;
}

.c-f-area {
  background: #28323D;
  padding: 15px 0;
}

.c-f-area__copy {
  color: #FFF;
  text-align: center;
}

/*=============================================
      start マイページTOP
=============================================*/
.top-news__list {
  max-height: 400px;
  overflow-y: auto;
}
.top-news__list > li:nth-child(n+2) {
  margin-top: 30px;
}

.top-news__news-title {
  color: #0B3055;
  font-weight: bold;
}

.top-news__news-text {
  margin-top: 5px;
  white-space: pre-wrap;
}

.top-privacy {
  height: 300px;
  overflow-y: auto;
  margin-top: 15px;
  padding: 15px;
  border: 1px solid #ccc;
}

/*=============================================
      end マイページTOP
=============================================*/
/*=============================================
      start お知らせ
=============================================*/
.news-list > li {
  padding: 15px;
}
.news-list > li:nth-child(odd) {
  background: #F0F4F7;
}

.news-list__news-title {
  color: #0B3055;
  font-weight: bold;
}

.news-list__news-text {
  margin-top: 5px;
  white-space: pre-wrap;
}

/*=============================================
      end お知らせ
=============================================*/
/*=============================================
      start 医療機関検索
=============================================*/
.med-sr > li {
  background: #F0F4F7;
  padding: 5px 5px 20px;
  box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.2);
}
.med-sr > li:nth-child(n+2) {
  margin-top: 30px;
}

.med-sr__title-box {
  background: #FFF;
  padding: 10px;
}

.med-sr__med-name {
  color: #0B3055;
  font-size: 20px;
  font-weight: bold;
}

.med-sr__address {
  font-size: 14px;
}

.med-sr__detail-box {
  display: flex;
  width: calc(100% - 15px);
  margin: 10px 7.5px 0;
}

.med-sr__sub-title {
  color: #0B3055;
  font-weight: bold;
  margin: 0 0 2.5px 2.5px;
}

.med-sr__course {
  width: 28%;
}

.med-sr__course-list {
  display: flex;
  flex-wrap: wrap;
}

.med-sr__course-item {
  background: #0B3055;
  margin: 2.5px;
  padding: 5px 10px;
  color: #FFF;
  font-size: 14px;
}

.med-sr__option {
  width: 72%;
}

.med-sr__option-list {
  display: flex;
  flex-wrap: wrap;
}

.med-sr__option-item {
  background: #7D7D7D;
  margin: 2.5px;
  padding: 3px 6px;
  color: #FFF;
  font-size: 14px;
}

.med-sr__notes {
  margin: 10px 10px 0;
  font-size: 14px;
}

.med-sr__tel {
  display: flex;
  width: calc(100% - 20px);
  margin: 15px 10px 0;
  padding-top: 15px;
  border-top: solid 1px #C4D7E5;
}
.med-sr__tel dt {
  width: 20%;
  padding-right: 10px;
}
.med-sr__tel dd {
  width: 80%;
  color: #0B3055;
  font-weight: bold;
}

/*=============================================
      end 医療機関検索
=============================================*/
/*=============================================
      start 予約報告(登録) 医療機関検索
=============================================*/
.rep-med-sr > li:nth-child(n+2) {
  margin-top: 15px;
}

.rep-med-sr__btn {
  position: relative;
  background: #F0F4F7;
  padding: 15px 30px 15px 15px;
  font-size: 14px;
  text-align: left;
  border: solid 2px #44749F;
  border-radius: 6px;
}
.rep-med-sr__btn span {
  color: #0B3055;
  font-size: 20px;
  font-weight: bold;
}
.rep-med-sr__btn:after {
  content: "";
  display: inline-block;
  width: 12px;
  height: 18.4px;
  background: url(/images/user/common/icon_dainari.png) no-repeat left top/contain;
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translate(0, -50%);
}
.rep-med-sr__btn:hover {
  background: #0B3055;
  color: #FFF;
  border: solid 2px #0B3055;
  opacity: 1;
  transition: none;
}
.rep-med-sr__btn:hover span {
  color: #FFF;
}
.rep-med-sr__btn:hover:after {
  background: url(/images/user/common/icon_dainari2.png) no-repeat left top/contain;
}

/*=============================================
      end 予約報告(登録) 医療機関検索
=============================================*/
@media screen and (min-width: 770px) and (-webkit-min-device-pixel-ratio: 2) {
  /* ===========================================================
      タブレット横
  =========================================================== */
  /* -----------------------------------------------------------
      ページ共通(要素/属性セレクタ、疑似クラス)
  ----------------------------------------------------------- */
  /* -----------------------------------------------------------
      ページ固有(IDセレクタ)
  ----------------------------------------------------------- */
  /* -----------------------------------------------------------
      汎用クラス
  ----------------------------------------------------------- */
  /* -----------------------------------------------------------
      レイアウト
  ----------------------------------------------------------- */
  /* -----------------------------------------------------------
      パーツ
  ----------------------------------------------------------- */
}
@media screen and (max-width: 768px) {
  /* ===========================================================
      タブレット縦
  =========================================================== */
  /* -----------------------------------------------------------
      ページ共通(要素/属性セレクタ、疑似クラス)
  ----------------------------------------------------------- */
  body {
    background: #F0F4F7;
  }
  :hover {
    opacity: 1; /* ボタン等を押した時に2回押さないと効かないバグ対策 */
  }
  /* -----------------------------------------------------------
      ページ固有(IDセレクタ)
  ----------------------------------------------------------- */
  /* -----------------------------------------------------------
      汎用クラス
  ----------------------------------------------------------- */
  .pc-not,
  .pc-large-not {
    display: block;
  }
  .pc-only,
  .pc-large-only {
    display: none;
  }
  /* -----------------------------------------------------------
      レイアウト
  ----------------------------------------------------------- */
  .l-main {
    width: 100%;
    padding: 30px 0 60px;
  }
  .l-main--1col {
    width: 100%;
  }
  .l-side {
    width: auto;
    min-width: auto;
    padding: 10px 0 0;
  }
  .l-x-container {
    padding: 0 3vw;
  }
  .l-y-container {
    margin: 60px 0;
  }
  .l-y-container--btm-long {
    margin: 60px 0 90px;
  }
  /* -----------------------------------------------------------
      パーツ
  ----------------------------------------------------------- */
  /*ナビ*/
  .c-g-nav__hbg-btn {
    background: #0B3055;
    position: absolute;
    right: 4%;
    top: auto;
    width: 50px;
    height: 50px;
    border-radius: 50%;
  }
  .c-g-nav__hbg-btn:hover {
    cursor: pointer;
  }
  .c-g-nav__hbg-btn:before, .c-g-nav__hbg-btn:after,
  .c-g-nav__hbg-btn span:first-of-type {
    display: block;
    width: 68%;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    transition: 0.35s ease-in-out;
  }
  .c-g-nav__hbg-btn:before {
    content: "";
    top: calc(25% - 1px);
    border-top: 4px solid #FFF;
  }
  .c-g-nav__hbg-btn:after {
    content: "";
    top: calc(25% + 20px);
    border-bottom: 4px solid #FFF;
  }
  .c-g-nav__hbg-btn span:first-of-type {
    height: 4px;
    background-color: #FFF;
    top: calc(25% + 9px);
  }
  .c-g-nav__hbg-btn span:nth-of-type(2):before {
    content: "MENU";
    position: absolute;
    bottom: -5px;
    left: 50%;
    transform: translate(-50%, 0);
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: bold;
    color: #333;
    letter-spacing: 0;
  }
  .c-g-nav__hbg-btn.on:before, .c-g-nav__hbg-btn.on:after, .c-g-nav__hbg-btn.on span:first-of-type {
    width: 70%;
  }
  .c-g-nav__hbg-btn.on:before {
    top: calc(48% - 1.5px);
    transform: rotate(315deg);
  }
  .c-g-nav__hbg-btn.on:after {
    top: calc(48% - 1.5px);
    transform: rotate(-315deg);
  }
  .c-g-nav__hbg-btn.on span:first-of-type {
    display: none;
  }
  .c-g-nav__hbg-btn.on span:nth-of-type(2):before {
    content: "CLOSE";
    bottom: -11px;
  }
  .js-open-nav {
    background: rgba(219, 229, 238, 0.8);
    position: absolute;
    top: 55px;
    right: -3vw;
    width: 50vw;
    min-width: 300px;
    height: 100vh;
    padding: 15px 3vw 15px 15px;
    visibility: hidden;
    opacity: 0;
    transition: 0.5s ease-in-out;
  }
  .js-open-nav.active {
    visibility: visible;
    opacity: 1;
  }
  /*見出し、テキスト*/
  .c-text--fs1 {
    font-size: 30px;
  }
  /*画像*/
  .c-pagetop {
    width: 44px;
    height: 44px;
  }
  /*ボタン*/
  /*リスト、テーブル*/
  /*ブロック(テキスト,画像,ボタンetcの複合パーツ)*/
  /*=============================================
        start マイページTOP
  =============================================*/
  .top-news__list {
    padding: 15px;
    border: 1px solid #ccc;
  }
  /*=============================================
        end マイページTOP
  =============================================*/
}
@media screen and (max-width: 667px) {
  /* ===========================================================
      スマホ
  =========================================================== */
  /* -----------------------------------------------------------
      ページ共通(要素/属性セレクタ、疑似クラス)
  ----------------------------------------------------------- */
  /* -----------------------------------------------------------
      ページ固有(IDセレクタ)
  ----------------------------------------------------------- */
  /* -----------------------------------------------------------
      汎用クラス
  ----------------------------------------------------------- */
  .sp-only {
    display: block;
  }
  .sp-not {
    display: none;
  }
  /* -----------------------------------------------------------
      レイアウト
  ----------------------------------------------------------- */
  .l-y-container {
    margin: 45px 0;
  }
  .l-y-container--btm-short {
    margin: 45px 0;
  }
  .l-y-container--btm-long {
    margin: 45px 0 75px;
  }
  /* -----------------------------------------------------------
      パーツ
  ----------------------------------------------------------- */
  /*ナビ*/
  .c-pagination__num {
    margin: 0 4px;
  }
  .c-pagination__prev {
    margin-right: 5px;
  }
  .c-pagination__next {
    margin-left: 5px;
  }
  /*見出し、テキスト*/
  .c-title--step {
    font-size: 20px;
  }
  .c-title--step > span {
    display: block;
    font-size: 24px;
  }
  .c-text--fs2 {
    font-size: 24px;
  }
  .c-text--fs3 {
    font-size: 20px;
  }
  /*画像*/
  /*ボタン*/
  .c-btn--change {
    order: 2;
  }
  /*リスト、テーブル*/
  .c-table--style1 thead th {
    display: none;
  }
  .c-table--style1 tbody tr {
    display: block;
    padding: 15px 10px;
  }
  .c-table--style1 tbody th,
  .c-table--style1 tbody td {
    display: flex;
    width: 100%;
    align-items: center;
    padding: 0;
    text-align: left;
  }
  .c-table--style1 tbody td:before {
    content: attr(data-label);
    width: 30%;
    padding: 0 5px;
    font-weight: bold;
  }
  .c-table--style1 tbody td > span {
    width: 70%;
  }
  .c-table--style1 tbody td + td {
    margin-top: 10px;
    padding-top: 10px;
    border-top: dotted 2px #C4D7E5;
  }
  .c-table--style1-clk thead th {
    display: none;
  }
  .c-table--style1-clk tbody tr {
    display: block;
    padding: 15px 10px;
  }
  .c-table--style1-clk tbody th,
  .c-table--style1-clk tbody td {
    display: flex;
    width: 100%;
    align-items: center;
    padding: 0;
    text-align: left;
  }
  .c-table--style1-clk .c-table__item--sp-not {
    display: none;
  }
  .c-table--style1-clk .c-table__ttl {
    display: inline-block;
    margin-left: 5px;
    font-weight: bold;
  }
  .c-table--style1-clk .c-table__lbl {
    display: flex;
    flex-wrap: wrap;
    margin-top: 10px;
    padding: 10px 0 0;
    border-top: dotted 2px #C4D7E5;
  }
  .c-table--style1-clk .c-table__lbl:before {
    content: attr(data-label);
    width: 100%;
    font-weight: bold;
  }
  .c-table--style1-clk .c-table__lbl > span {
    width: 100%;
    margin-top: 5px;
  }
  .c-table--style1-none-head thead th {
    display: none;
  }
  .c-table--style1-none-head tbody tr {
    display: block;
    padding: 15px 10px;
  }
  .c-table--style1-none-head tbody th,
  .c-table--style1-none-head tbody td {
    display: flex;
    width: 100%;
    align-items: center;
    padding: 0;
    text-align: left;
  }
  .c-table--style1-none-head .c-table__item--btn {
    padding: 10px 0 0;
  }
  .c-table--style2 > li:not(:first-of-type) {
    margin-top: 15px;
  }
  .c-table--style2 dl {
    flex-wrap: wrap;
  }
  .c-table--style2 dt {
    width: 100%;
    padding: 10px;
  }
  .c-table--style2 .c-table__ttl--tall {
    padding: 10px;
  }
  .c-table--style2 dd {
    width: 100%;
    padding: 10px;
  }
  .c-table--half {
    width: 100%;
  }
  /*フォーム*/
  .c-form__ymd {
    padding: 5px 10px !important;
  }
  .c-form__ymd-item--y {
    width: 100%;
  }
  .c-search dl {
    flex-wrap: wrap;
  }
  .c-search dt {
    width: 100%;
    padding: 0;
  }
  .c-search dd {
    width: 100%;
    margin-top: 5px;
  }
  /*ブロック(テキスト,画像,ボタンetcの複合パーツ)*/
  .c-h-area {
    padding: 5px 0 15px;
  }
  .c-h-area__inner {
    flex-wrap: wrap;
  }
  .c-h-area__logo {
    margin-top: 10px;
  }
  .c-h-area__logo img {
    width: 196px;
  }
  .c-h-area__username {
    margin: 10px 0 0 auto;
  }
  .c-cont-box__title {
    padding: 15px 10px 10px;
  }
  .c-cont-box__inner {
    padding: 15px 10px 30px;
  }
  .c-cont-box__inner--pb45 {
    padding: 15px 10px 45px;
  }
  .c-clrbox__title-box {
    padding: 10px;
  }
  .c-clrbox__detail-box {
    padding: 10px 10px 15px;
  }
  /*=============================================
        start 医療機関検索
  =============================================*/
  .med-sr__med-name {
    font-size: 18px;
  }
  .med-sr__detail-box {
    flex-wrap: wrap;
  }
  .med-sr__course {
    width: 100%;
  }
  .med-sr__option {
    width: 100%;
    margin-top: 10px;
  }
  .med-sr__tel {
    flex-wrap: wrap;
  }
  .med-sr__tel dt {
    width: 100%;
    padding: 0;
  }
  .med-sr__tel dd {
    width: 100%;
  }
  /*=============================================
        end 医療機関検索
  =============================================*/
  /*=============================================
        start 予約報告(登録) 医療機関検索
  =============================================*/
  .rep-med-sr__btn {
    padding: 10px 25px 10px 10px;
  }
  .rep-med-sr__btn span {
    font-size: 16px;
  }
  .rep-med-sr__btn:after {
    width: 9px;
    height: 13.8px;
  }
  /*=============================================
        end 予約報告(登録) 医療機関検索
  =============================================*/
}
@media screen and (max-width: 320px) {
  /* ===========================================================
      iPhone5/SE
  =========================================================== */
  /* -----------------------------------------------------------
      ページ共通(要素/属性セレクタ、疑似クラス)
  ----------------------------------------------------------- */
  /* -----------------------------------------------------------
      ページ固有(IDセレクタ)
  ----------------------------------------------------------- */
  /* -----------------------------------------------------------
      汎用クラス
  ----------------------------------------------------------- */
  .sp-small-only {
    display: block;
  }
  .sp-small-not {
    display: none;
  }
  /* -----------------------------------------------------------
      レイアウト
  ----------------------------------------------------------- */
  /* -----------------------------------------------------------
      パーツ
  ----------------------------------------------------------- */
  /*ナビ*/
  .c-pagination > li * {
    font-size: 14px;
    padding: 7px 12px;
  }
  .c-pagination__num {
    margin: 0 2px;
  }
  .c-pagination__prev {
    margin-right: 3px;
  }
  .c-pagination__next {
    margin-left: 3px;
  }
  /*見出し、テキスト*/
  /*ボタン*/
  /*リスト、テーブル*/
  /*ブロック(テキスト,画像,ボタンetcの複合パーツ)*/
}