@charset "UTF-8";
/*  Reset style  */
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: 1em;
  /*vertical-align: baseline;*/
}

html, body {
  width: 100%;
  height: 100%;
}

body {
  font: normal 1em/1.56em Meiryo, メイリオ, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", Osaka, "MS PGothic", arial, helvetica, sans-serif;
  color: #000;
  letter-spacing: 0;
  background: #FFF;
  margin: 0;
}

a {
  display: inline-block;
}

li {
  list-style: none;
}

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

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

.c-tenkijp-blue-m {
  color: #0061CA;
}

.bg-none {
  background: none;
}

.c-black {
  color: #000000;
}

html[lang=ja] {
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
}

a {
  color: #000;
  text-decoration: none;
}

button {
  cursor: pointer;
}

label {
  display: inline-block;
}

input[type=text],
input[type=date],
input[type=email],
input[type=password],
input[type=radio],
select {
  -webkit-appearance: none;
  appearance: none;
}

input[type=text],
input[type=date],
input[type=email],
input[type=password],
select {
  border: solid 1px #949494;
  border-radius: 4px;
  padding: 5px;
}

input[readonly] {
  width: 100%;
  border: none;
  padding: 16px 8px;
}

input[type=checkbox] {
  width: 24px;
  height: 24px;
  border: solid 1px #949494;
  border-radius: 4px;
  vertical-align: bottom;
}

input[type=radio] {
  position: relative;
  border: solid 1px #949494;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  vertical-align: bottom;
  margin: 0;
}
input[type=radio]:checked::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 17px;
  height: 17px;
  border-radius: 50%;
  background: #0061CA;
}

select option {
  background-color: #fff;
  border: solid 1px #949494;
  border-radius: 4px;
  padding: 5px;
}

@media screen and (min-width: 768px) {
  footer {
    height: 100px;
  }
}

.u-fs-10 {
  font-size: 10px !important;
}

.u-fs-12 {
  font-size: 12px !important;
}

.u-fs-14 {
  font-size: 14px !important;
}
@media screen and (max-width: 767px) {
  .u-fs-14-sp {
    font-size: 14px !important;
  }
}
@media screen and (min-width: 768px) {
  .u-fs-14-pc {
    font-size: 14px !important;
  }
}

.u-fs-16 {
  font-size: 16px !important;
}

.u-fs-20 {
  font-size: 20px !important;
}

.u-fw-normal {
  font-weight: normal !important;
}

.u-fw-bold {
  font-weight: bold !important;
}

.u-c-danger {
  color: #E90000 !important;
}

.u-c-blue-m {
  color: #0061CA !important;
}

.u-border-danger {
  border: solid 1px #E90000 !important;
}

.u-bg-cloud01 {
  background-color: #F2F2F2;
}

.u-bg-tj-blue-l {
  background-color: #E6EFFA;
}

.u-l-mt-10 {
  margin-top: 10px !important;
}

.u-l-mt-20 {
  margin-top: 20px !important;
}

.u-l-mt-40 {
  margin-top: 40px !important;
}
@media screen and (max-width: 767px) {
  .u-l-mt-40-sp {
    margin-top: 40px !important;
  }
}
@media screen and (min-width: 768px) {
  .u-l-mt-40-pc {
    margin-top: 40px !important;
  }
}

.u-l-mt-60 {
  margin-top: 60px !important;
}

.u-l-mt-80 {
  margin-top: 80px !important;
}
@media screen and (max-width: 767px) {
  .u-l-mt-80-sp {
    margin-top: 80px !important;
  }
}
@media screen and (min-width: 768px) {
  .u-l-mt-80-pc {
    margin-top: 80px !important;
  }
}

.u-l-mb-10 {
  margin-bottom: 10px !important;
}

.u-l-mb-20 {
  margin-bottom: 20px !important;
}

.u-l-ml-10 {
  margin-left: 10px !important;
}

.u-l-ml-20 {
  margin-left: 20px !important;
}

.u-l-flex {
  display: flex !important;
}

.u-l-flex-gap-30 {
  column-gap: 30px;
}

.u-l-spacebetween {
  justify-content: space-between !important;
}

.u-l-alignitems-center {
  align-items: center;
}

.u-t-center {
  text-align: center !important;
}
@media screen and (min-width: 768px) {
  .u-t-center-pc {
    text-align: center !important;
  }
}

.u-t-underline {
  text-decoration: underline !important;
}

.u-arrow {
  position: relative;
  display: inline-block;
}
.u-arrow::before {
  content: "";
  width: 10px;
  height: 10px;
  border-top: solid 2px #949494;
  border-right: solid 2px #949494;
  position: absolute;
  right: 10px;
  top: 35%;
}
.u-arrow.blue-m::before {
  border-color: #0061CA;
}
.u-arrow.u-arrow-right::before {
  transform: rotate(45deg);
}
.u-arrow.u-arrow-down::before {
  transform: rotate(90deg);
}

.u-icon {
  position: relative;
  display: inline-block;
}
.u-icon::before {
  content: "";
  width: 16px;
  height: 16px;
  position: absolute;
  right: 5px;
  top: 35%;
  background-image: url(../images/account/open_in_new.png);
  background-size: 16px 16px;
}

.u-s-w-50 {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .u-s-w-50-sp {
    width: 50%;
  }
}
@media screen and (min-width: 768px) {
  .u-s-w-50-pc {
    width: 50%;
  }
}

.u-s-w-100 {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .u-s-w-100-sp {
    width: 100%;
  }
}
@media screen and (min-width: 768px) {
  .u-s-w-100-pc {
    width: 100%;
  }
}

.l-container {
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .l-container {
    width: 1048px;
  }
  .l-container-pc {
    width: 1048px;
  }
}
@media screen and (max-width: 767px) {
  .l-container {
    padding: 40px;
  }
}

.l-header {
  padding: 35px 0px 5px;
}
@media screen and (max-width: 767px) {
  .l-header {
    padding: 5px;
    height: 50px;
    box-sizing: border-box;
  }
}

.l-column-left {
  width: 690px;
  flex: 1;
}

.l-m-auto {
  margin: 0 auto;
}

.l-column-right {
  width: 348px;
  margin-left: 35px;
}

@media screen and (max-width: 767px) {
  .l-pc-display-block {
    display: none;
  }
}

@media screen and (min-width: 768px) {
  .l-sp-display-block {
    display: none;
  }
}

.l-lineheight-1 {
  line-height: 1;
}

.l-ml-16 {
  margin-left: 16px;
}

.l-display-inline-block {
  display: inline-block;
}

.l-t-c {
  text-align: center;
}

.l-w-auto {
  width: auto;
}

.l-mt-40 {
  margin-top: 40px;
}

@media screen and (min-width: 768px) {
  .l-w-640px-pc {
    width: 640px;
  }
}

.l-display-none {
  display: none;
}
@media screen and (min-width: 768px) {
  .l-display-none-pc {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .l-display-none-sp {
    display: none;
  }
}

.l-pb-160 {
  padding-bottom: 160px;
}

@media screen and (min-width: 768px) {
  .l-w-58px-pc {
    width: 58px;
  }
}
@media screen and (max-width: 767px) {
  .l-w-58px-sp {
    width: 58px;
  }
}

@media screen and (min-width: 768px) {
  .l-w-37px-pc {
    width: 37px;
  }
}
@media screen and (max-width: 767px) {
  .l-w-37px-sp {
    width: 37px;
  }
}

@media screen and (min-width: 768px) {
  .l-w-80px-pc {
    width: 80px;
  }
}
@media screen and (max-width: 767px) {
  .l-w-80px-sp {
    width: 80px;
  }
}

@media screen and (min-width: 768px) {
  .l-w-50px-pc {
    width: 50px;
  }
}
@media screen and (max-width: 767px) {
  .l-w-50px-sp {
    width: 50px;
  }
}

.l-mt-8 {
  margin-top: 8px;
}
@media screen and (min-width: 768px) {
  .l-mt-8-pc {
    margin-top: 8px;
  }
}
@media screen and (max-width: 767px) {
  .l-mt-8-sp {
    margin-top: 8px;
  }
}

.l-mt-16 {
  margin-top: 16px;
}
@media screen and (min-width: 768px) {
  .l-mt-16-pc {
    margin-top: 16px;
  }
}
@media screen and (max-width: 767px) {
  .l-mt-16-sp {
    margin-top: 16px;
  }
}

.l-mt-80 {
  margin-top: 80px;
}
@media screen and (min-width: 768px) {
  .l-mt-80-pc {
    margin-top: 80px;
  }
}
@media screen and (max-width: 767px) {
  .l-mt-80-sp {
    margin-top: 80px;
  }
}

.c-tenkijp-blue-m {
  color: #0061CA;
}

.bg-none {
  background: none;
}

.c-black {
  color: #000000;
}

.u-fs-10 {
  font-size: 10px !important;
}

.u-fs-12, .m-note-list, .m-note-danger-2, .m-note-danger {
  font-size: 12px !important;
}

.u-fs-14 {
  font-size: 14px !important;
}
@media screen and (max-width: 767px) {
  .u-fs-14-sp {
    font-size: 14px !important;
  }
}
@media screen and (min-width: 768px) {
  .u-fs-14-pc {
    font-size: 14px !important;
  }
}

.u-fs-16, .m-note-tj-blue-l {
  font-size: 16px !important;
}

.u-fs-20 {
  font-size: 20px !important;
}

.u-fw-normal {
  font-weight: normal !important;
}

.u-fw-bold, .m-note-tj-blue-l, .m-note-danger {
  font-weight: bold !important;
}

.u-c-danger, .m-note-danger {
  color: #E90000 !important;
}

.u-c-blue-m, .m-note-tj-blue-l {
  color: #0061CA !important;
}

.u-border-danger {
  border: solid 1px #E90000 !important;
}

.u-bg-cloud01, .m-note-list {
  background-color: #F2F2F2;
}

.u-bg-tj-blue-l, .m-note-tj-blue-l {
  background-color: #E6EFFA;
}

.u-l-mt-10 {
  margin-top: 10px !important;
}

.u-l-mt-20 {
  margin-top: 20px !important;
}

.u-l-mt-40 {
  margin-top: 40px !important;
}
@media screen and (max-width: 767px) {
  .u-l-mt-40-sp {
    margin-top: 40px !important;
  }
}
@media screen and (min-width: 768px) {
  .u-l-mt-40-pc {
    margin-top: 40px !important;
  }
}

.u-l-mt-60 {
  margin-top: 60px !important;
}

.u-l-mt-80 {
  margin-top: 80px !important;
}
@media screen and (max-width: 767px) {
  .u-l-mt-80-sp {
    margin-top: 80px !important;
  }
}
@media screen and (min-width: 768px) {
  .u-l-mt-80-pc {
    margin-top: 80px !important;
  }
}

.u-l-mb-10 {
  margin-bottom: 10px !important;
}

.u-l-mb-20 {
  margin-bottom: 20px !important;
}

.u-l-ml-10 {
  margin-left: 10px !important;
}

.u-l-ml-20 {
  margin-left: 20px !important;
}

.u-l-flex {
  display: flex !important;
}

.u-l-flex-gap-30 {
  column-gap: 30px;
}

.u-l-spacebetween {
  justify-content: space-between !important;
}

.u-l-alignitems-center {
  align-items: center;
}

.u-t-center, .m-note-tj-blue-l {
  text-align: center !important;
}
@media screen and (min-width: 768px) {
  .u-t-center-pc {
    text-align: center !important;
  }
}

.u-t-underline {
  text-decoration: underline !important;
}

.u-arrow, .m-autocomplete-list {
  position: relative;
  display: inline-block;
}
.u-arrow::before, .m-autocomplete-list::before {
  content: "";
  width: 10px;
  height: 10px;
  border-top: solid 2px #949494;
  border-right: solid 2px #949494;
  position: absolute;
  right: 10px;
  top: 35%;
}
.u-arrow.blue-m::before, .m-autocomplete-list::before {
  border-color: #0061CA;
}
.u-arrow.u-arrow-right::before, .m-autocomplete-list::before {
  transform: rotate(45deg);
}
.u-arrow.u-arrow-down::before, .u-arrow-down.m-autocomplete-list::before {
  transform: rotate(90deg);
}

.u-icon {
  position: relative;
  display: inline-block;
}
.u-icon::before {
  content: "";
  width: 16px;
  height: 16px;
  position: absolute;
  right: 5px;
  top: 35%;
  background-image: url(../images/account/open_in_new.png);
  background-size: 16px 16px;
}

.u-s-w-50 {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .u-s-w-50-sp {
    width: 50%;
  }
}
@media screen and (min-width: 768px) {
  .u-s-w-50-pc {
    width: 50%;
  }
}

.u-s-w-100, .m-note-tj-blue-l {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .u-s-w-100-sp {
    width: 100%;
  }
}
@media screen and (min-width: 768px) {
  .u-s-w-100-pc {
    width: 100%;
  }
}

.m-logo {
  width: 134px;
  height: 40px;
}
.m-logo img {
  width: auto;
  height: 100%;
}

.m-header {
  border-bottom: solid 1px #F2F2F2;
}

.title {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
}

.wrapper {
  font-size: 16px;
}

.contents_main {
  width: auto;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .contents_main {
    width: 640px;
  }
}

.m-indent-1text {
  text-indent: -1rem;
  padding-left: 1rem;
}

.m-btn {
  color: #0061CA;
  font-size: 16px;
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 250px;
  height: 50px;
  margin: 0 auto;
  background: #fff;
  border: solid 1px #0061CA;
  border-radius: 100px;
}
.m-btn.positive {
  color: #FFF;
  background-color: #0061CA;
}
.m-btn.secondary {
  color: #0061CA;
  background-color: #E6EFFA;
}
.m-btn.negative {
  color: #0061CA;
  background-color: #fff;
  border: 1px solid #0061CA;
}
.m-btn.disable, .m-btn:disabled {
  color: #949494;
  background-color: #F2F2F2;
  border: none;
}

.m-ul {
  border-top: solid 2px #D4D4D4;
  border-bottom: solid 2px #D4D4D4;
}
.m-ul .m-list {
  border-bottom: solid 1px #D4D4D4;
  padding: 10px 0;
}
.m-ul .m-list a {
  width: 100%;
}
.m-ul .m-list time {
  font-size: 14px;
  font-weight: bold;
}
.m-ul .m-list:last-child {
  border-bottom: none;
}

.m-text-link {
  text-decoration: underline;
}
.m-text-link.black {
  color: #000;
}
.m-text-link.gray {
  color: #949494;
}
.m-text-link.blue {
  color: #0061CA;
}
.m-text-link.btn-disable {
  border: none;
  background: none;
}

.m-text-disable {
  color: #D4D4D4;
}

.m-text-area-current {
  border-radius: 4px;
  padding: 8px;
  background-color: #E6EFFA;
}

.m-text-area-disable {
  border-radius: 4px;
  padding: 8px;
  background-color: #F2F2F2;
}

.m-label {
  font-size: 12px;
  color: #fff;
  border-radius: 4px;
  padding: 4px;
  margin-left: 10px;
  vertical-align: top;
}
.m-label.blue {
  background-color: #0061CA;
}

.m-inlineframe {
  height: 200px;
  overflow-y: scroll;
  overflow-x: hidden;
  padding: 20px;
  border: solid 1px #949494;
}

.m-select {
  display: inline-block;
  position: relative;
}
.m-select::before {
  content: "";
  width: 10px;
  height: 10px;
  border-top: solid 2px #0061CA;
  border-right: solid 2px #0061CA;
  position: absolute;
  right: 10px;
  top: 25%;
  transform: rotate(135deg);
}
.m-select select {
  padding-right: 30px;
}

.text-confirm-area {
  background-color: #E6EFFA;
}

.input-form {
  color: #000000;
  border-radius: 4;
}

.m-input-width-long {
  width: 318px;
}
@media screen and (max-width: 767px) {
  .m-input-width-long {
    width: 259px;
  }
}

.m-input-width-mid {
  width: 210px;
}
@media screen and (max-width: 767px) {
  .m-input-width-mid {
    width: 187px;
  }
}

.m-note-danger-2 {
  color: #E90000;
  line-height: 1.6;
  border: none;
  background: #fff;
  border-bottom: solid 1px #E90000;
}

.m-note-tj-blue-l {
  padding: 25px 0;
}

.m-note-list {
  padding: 10px 10px 10px 30px;
  line-height: 1.6;
}
.m-note-list li {
  list-style: disc;
  margin-top: 10px;
}
.m-note-list li:first-child {
  margin-top: 0px;
}

.m-input-password {
  display: inline-block;
  position: relative;
}

.m-visibility-icon {
  width: 16px;
  height: auto;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 10px;
  z-index: 2;
}

.m-danger-icon::before, .m-note-danger::before, .m-note-danger-2::before {
  content: "!";
  font-size: 85%;
  margin-right: 5px;
  display: inline-block;
  vertical-align: 2px;
  width: 1.5em;
  height: 1.5em;
  text-align: center;
  line-height: 1.5;
  border-radius: 50%;
  color: #E90000;
  font-weight: bold;
  border: solid 1px #E90000;
  vertical-align: baseline;
}

.m-icon-open-in-new {
  width: 16px;
  height: 16px;
}

.m-sns-link {
  font-size: 12px;
  font-weight: bold;
  color: #fff;
  border-radius: 4px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  margin-top: 16px;
  padding-right: 16px;
}
.m-sns-link.google {
  background: #4385F5;
}
.m-sns-link.facebook {
  background: #0061CA;
}
.m-sns-link.line {
  background: #06C755;
}
.m-sns-link.apple {
  background: #000000;
}
.m-sns-link.mail {
  background: #E6EFFA;
  color: #0061CA;
}
.m-sns-link .m-sns-link-icon-wrap {
  width: 48px;
  height: auto;
  display: flex;
  justify-content: center;
  align-items: center;
}
.m-sns-link .m-sns-link-icon-wrap img {
  width: 50%;
}
.m-sns-link .m-sns-link-text {
  flex: 1;
}

.m-autocomplete-list {
  display: block;
  width: 318px;
  padding: 2px 10px;
  border: solid 1px #000;
  border-radius: 4px;
  box-sizing: border-box;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
  background: none;
  text-align: left;
}

.m-selected-list {
  display: block;
  width: 318px;
  border-radius: 4px;
  border: none;
  box-sizing: border-box;
  text-align: left;
}

.popup-wrapper {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 99999;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
}

.popup {
  width: 85vw;
  max-width: 450px;
  position: relative;
  top: 30%;
  left: 50%;
  margin-right: -50%;
  transform: translate(-50%, -50%);
  z-index: 99999;
}

.popup-inner {
  padding: 60px 20px;
  box-sizing: border-box;
  background: #F8F7F7;
  border-radius: 16px;
  overflow: hidden;
}

.popup-contents {
  display: flex;
  flex-flow: column;
}

.popup-period {
  font-size: 12px;
  font-weight: bold;
  margin-top: 14px;
}

.popup-close-righttop {
  position: absolute;
  right: -15px;
  top: -15px;
  border: none;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #eee;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.25);
}

.close-x {
  position: relative;
}
.close-x::before, .close-x::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 2px;
  height: 17px;
  background: #333;
}
.close-x::before {
  transform: translate(-50%, -50%) rotate(45deg);
}
.close-x::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.popup-point-message {
  text-align: center;
  font-size: 20px;
  font-weight: bold;
}

.l-center {
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
}

#close-button-righttop {
  cursor: pointer;
}