@charset "UTF-8";

/* CSS Document */


/*//////////////////////////////////////////////////////////////////////////////////////////////

  reset style

//////////////////////////////////////////////////////////////////////////////////////////////*/

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, a, 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 {
  font-size: 100%;
  border: none;
  outline: none;
  vertical-align: baseline;
  background: transparent;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

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

nav ul {
  list-style: none;
}

img {
  border: none;
  outline: none;
  vertical-align: top;
}

li {
  list-style: none;
}

address {
  font-style: normal;
}

a {
  text-decoration: none;
}

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

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

button {
  background: none;
  border: none;
  outline: none;
  cursor: pointer;
}

i, cite, em, var, address {
  font-style: normal;
}

em {
  font-weight: bold;
}

strong, b {
  font-weight: normal;
}

legend {
  margin: 0;
  float: none;
}

html {
  font-size: 62.5%;
  scroll-behavior: smooth;
}

body {
  background: #fff;
  font-family: "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Hiragino Kaku Gothic ProN", 'Noto Sans CJK JP', 'Noto Sans Japanese', sans-serif;
  line-height: 1.5;
  -webkit-text-size-adjust: 100%;
}

a {
  color: #000;
}

a:focus {
  outline: 0;
}

#document {
  width: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
  font-feature-settings: "palt";
  position: relative;
}

@media screen and (min-width: 960px) {
  #document {
    height: 100vh;
  }
}

@media screen and (min-width: 768px) and (max-width: 959px) {
  #document {
    min-height: 100vh;
    overflow-x: hidden;
  }
}

@media screen and (max-width: 767px) {
  #document {
    min-height: 100vh;
    overflow-x: hidden;
  }
}

#document.is-nav {
  height: 0;
  overflow-y: hidden;
}

#document.is-nav:before {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
}

.global-hd {
  width: 100%;
  background: #fff;
  border-bottom: .2rem solid #007edb;
  position: relative;
  z-index: 101;
}

.global-hd--content {
  padding: 1.5rem 3rem;
  display: flex;
  align-items: center;
  position: relative;
}

@media screen and (min-width: 768px) and (max-width: 959px) {
  .global-hd--content {
    min-height: 5rem;
    padding: 0 1.5rem;
  }
}

@media screen and (max-width: 767px) {
  .global-hd--content {
    min-height: 5rem;
    padding: 0 1.5rem;
  }
}

.global-hd--content--inner {
  margin-left: auto;
}

@media screen and (min-width: 768px) and (max-width: 959px) {
  .global-hd--content--inner {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .global-hd--content--inner {
    display: none;
  }
}

@media screen and (min-width: 960px) {
  .global-hd--logo {
    width: 31.6rem;
  }
}

@media screen and (min-width: 768px) and (max-width: 959px) {
  .global-hd--logo {
    width: 20.3rem;
  }
}

@media screen and (max-width: 767px) {
  .global-hd--logo {
    width: 20.3rem;
  }
}

.global-hd--logo img {
  width: 100%;
}

.global-hd--logo a {
  display: block;
}

.global-hd--logout {
  margin: 0 0 1.3rem;
  font-size: 1.4rem;
  text-align: right;
}

.global-hd--logout:hover {
  text-decoration: underline;
}

.global-hd--nav {
  display: flex;
}

.global-hd--nav li a {
  display: flex;
  align-items: center;
  font-weight: 700;
  font-size: 1.6rem;
}

.global-hd--nav li a:hover {
  text-decoration: underline;
}

.global-hd--nav li a i {
  margin-right: .7rem;
  line-height: 1;
}

.global-hd--nav li a i img {
  width: 100%;
}

.global-hd--nav li.faq i {
  width: 1.8rem;
}

.global-hd--nav li.contact {
  margin: 0 0 0 3rem;
}

.global-hd--nav li.contact i {
  width: 2.2rem;
}

.global-hd #globalToggelNav {
  width: 5rem;
  height: 5rem;
  margin: 0 -1.5rem 0 auto;
  display: block;
  background: #52a5e3;
  position: relative;
  cursor: pointer;
}

@media screen and (min-width: 960px) {
  .global-hd #globalToggelNav {
    display: none;
  }
}

.global-hd #globalToggelNav .inner {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 2rem;
  height: 2px;
  background: #fff;
  transform: translate(-50%);
}

@media screen and (max-width: 767px) {
  .global-hd #globalToggelNav .inner {
    width: 1.6rem;
  }
}

.global-hd #globalToggelNav .inner:before, .global-hd #globalToggelNav .inner:after {
  position: absolute;
  left: 0;
  content: "";
  width: 2rem;
  height: 2px;
  background: #fff;
}

@media screen and (max-width: 767px) {
  .global-hd #globalToggelNav .inner:before, .global-hd #globalToggelNav .inner:after {
    width: 1.6rem;
  }
}

.global-hd #globalToggelNav .inner:before {
  top: .5rem;
}

.global-hd #globalToggelNav .inner:after {
  top: -.5rem;
}

.is-nav .global-hd #globalToggelNav .inner {
  background: none;
}

.is-nav .global-hd #globalToggelNav .inner:before {
  top: 50%;
  transform: translateY(-50%) rotate(-136deg);
}

.is-nav .global-hd #globalToggelNav .inner:after {
  top: 50%;
  transform: translateY(-50%) rotate(136deg);
}

.global-hd .global-hd--sp-nav {
  width: 100%;
  display: none;
  background: #fff;
  border-top: .2rem solid #007edb;
  border-bottom-right-radius: 1.8rem;
  border-bottom-left-radius: 1.8rem;
  position: absolute;
  top: 5rem;
  left: 0;
  z-index: 105;
  overflow-y: scroll;
}

.is-nav .global-hd .global-hd--sp-nav {
  display: block;
}

.global-hd .global-hd--sp-nav--inner {
  width: 100%;
  padding: 2rem 1.5rem;
  position: relative;
}

.global-hd .global-hd--sp-nav--inner:before {
  display: block;
  content: "";
  width: 100%;
  height: 1.4rem;
  background: linear-gradient(rgba(79, 145, 152, 0.15), 30%, #fff);
  position: absolute;
  top: 0;
  left: 0;
}

.global-hd .global-hd--sp-nav--inner--nav li {
  border-bottom: .1rem solid #efefef;
}

.global-hd .global-hd--sp-nav--inner--nav li a {
  padding: 2rem 2rem 2rem 1rem;
  display: block;
  font-weight: 700;
  font-size: 1.6rem;
  position: relative;
}

.global-hd .global-hd--sp-nav--inner--nav li a:after {
  display: block;
  content: "";
  width: .8rem;
  height: 1.4rem;
  background: url("../images/icn_arrow_r_b.f92eed2e47a1.png") no-repeat 0 0;
  background-size: 100% auto;
  position: absolute;
  top: 50%;
  right: 1rem;
  transform: translateY(-50%);
}

.global-hd .global-hd--sp-nav--inner--nav li a i {
  width: 1.9rem;
  margin-right: 1rem;
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
}

#globalMain {
  width: 100%;
  flex-grow: 1;
  word-break: break-all;
}

#globalMain .container {
  margin: 0 auto;
  padding: 0 0 14.5rem;
  position: relative;
}

#globalMain .container:before {
  display: block;
  content: "";
  width: 100%;
  height: 26rem;
  background: linear-gradient(#f0faff, #fff);
  position: absolute;
  top: 0;
  left: 0;
}

#globalMain .container .content {
  max-width: 68rem;
  margin: 0 auto;
  padding: 9rem 0 0;
  position: relative;
}

@media screen and (min-width: 768px) and (max-width: 959px) {
  #globalMain .container .content {
    padding: 3rem 1.5rem 0;
  }
}

@media screen and (max-width: 767px) {
  #globalMain .container .content {
    padding: 3rem 1.5rem 0;
  }
}

.mypage #globalMain .container .content {
  max-width: 96rem;
}

.breadcrumb {
  width: 100%;
  margin: 0 0 4rem;
  background: #f8f8f8;
  position: relative;
}

@media screen and (max-width: 767px) {
  .breadcrumb {
    width: 100vw;
    overflow-x: scroll;
  }
}

.breadcrumb ol {
  margin: 0 auto;
  padding: 1rem 4rem;
  display: flex;
}

@media screen and (min-width: 960px) {
  .breadcrumb ol {
    max-width: 132rem;
    width: 100%;
  }
}

@media screen and (min-width: 768px) and (max-width: 959px) {
  .breadcrumb ol {
    max-width: 132rem;
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .breadcrumb ol {
    margin: 0;
    padding: 1rem 1.6rem;
    flex-shrink: 0;
  }
}

.breadcrumb ol li {
  font-size: 1.2rem;
  line-height: 1;
  position: relative;
}

.breadcrumb ol li+li {
  padding: 0 0 0 2.5rem;
}

.breadcrumb ol li+li:before {
  display: block;
  content: ">";
  position: absolute;
  top: 50%;
  left: 1rem;
  color: #000;
  line-height: 1;
  transform: translateY(-50%);
}

.breadcrumb ol li a {
  color: #000;
  text-decoration: none;
}

.breadcrumb ol li a:hover {
  text-decoration: underline;
}

.global-ft {
  width: 100%;
  position: relative;
  z-index: 2;
}

.global-ft--content {
  margin: 0 0 3rem;
  padding: 0 3rem;
  position: relative;
}

@media screen and (min-width: 768px) and (max-width: 959px) {
  .global-ft--content {
    margin: 0 0 2rem;
    padding: 0 2rem;
  }
}

@media screen and (max-width: 767px) {
  .global-ft--content {
    margin: 0 0 2rem;
    padding: 0 2rem;
  }
}

.global-ft--content .nav {
  margin: 0 0 6.5rem;
  display: flex;
  justify-content: center;
}

@media screen and (min-width: 768px) and (max-width: 959px) {
  .global-ft--content .nav {
    margin: 0 0 3rem;
    padding: 0 3rem;
    flex-wrap: wrap;
  }
}

@media screen and (max-width: 767px) {
  .global-ft--content .nav {
    margin: 0 0 3rem;
    padding: 0 3rem;
    flex-wrap: wrap;
  }
}

@media screen and (min-width: 768px) and (max-width: 959px) {
  .global-ft--content .nav li {
    margin: 0 0 .7rem;
  }
}

@media screen and (max-width: 767px) {
  .global-ft--content .nav li {
    margin: 0 0 .7rem;
  }
}

.global-ft--content .nav li+li {
  margin: 0 0 0 1.6rem;
  padding: 0 0 0 1.6rem;
  border-left: .1rem solid #242424;
}

@media screen and (min-width: 768px) and (max-width: 959px) {
  .global-ft--content .nav li+li {
    margin: 0 0 .7rem 1.2rem;
    padding: 0 0 0 1.2rem;
  }
}

@media screen and (max-width: 767px) {
  .global-ft--content .nav li+li {
    margin: 0 0 .7rem 1.2rem;
    padding: 0 0 0 1.2rem;
  }
}

.global-ft--content .nav li a {
  font-size: 1.4rem;
  color: #242424;
  line-height: 1;
}

@media screen and (min-width: 768px) and (max-width: 959px) {
  .global-ft--content .nav li a {
    font-size: 1.2rem;
  }
}

@media screen and (max-width: 767px) {
  .global-ft--content .nav li a {
    font-size: 1.2rem;
  }
}

.global-ft--content .nav li a:hover {
  text-decoration: underline;
}

.global-ft--content--logo {
  width: 15rem;
  margin: 0 auto 2rem;
}

@media screen and (min-width: 768px) and (max-width: 959px) {
  .global-ft--content--logo {
    width: 13.5rem;
    margin: 0 auto 1.8rem;
  }
}

@media screen and (max-width: 767px) {
  .global-ft--content--logo {
    width: 13.5rem;
    margin: 0 auto 1.8rem;
  }
}

.global-ft--content--logo img {
  width: 100%;
}

.global-ft--content--copy {
  margin: 0;
  font-size: 1.2rem;
  color: #666;
  text-align: center;
  line-height: 1;
}

.step-nav {
  margin: 0 0 6rem;
}

@media screen and (min-width: 768px) and (max-width: 959px) {
  .step-nav {
    margin: 0 0 5.5rem;
  }
}

@media screen and (max-width: 767px) {
  .step-nav {
    margin: 0 0 5.5rem;
  }
}

.step-nav--list {
  display: flex;
  justify-content: center;
}

.step-nav--list li {
  position: relative;
}

.step-nav--list li span {
  width: 4.4rem;
  height: 4.4rem;
  display: block;
  background: #dfe6eb;
  border-radius: 100%;
  font-weight: 700;
  font-size: 2.2rem;
  color: #818a90;
  text-align: center;
  line-height: 4.4rem;
}

@media screen and (min-width: 768px) and (max-width: 959px) {
  .step-nav--list li span {
    width: 3rem;
    height: 3rem;
    font-size: 1.4rem;
    line-height: 3rem;
  }
}

@media screen and (max-width: 767px) {
  .step-nav--list li span {
    width: 3rem;
    height: 3rem;
    font-size: 1.4rem;
    line-height: 3rem;
  }
}

.step-nav--list li.is-done span {
  background: #b7e3ff;
  color: #000;
}

.step-nav--list li.is-active span {
  width: auto;
  padding: 0 2rem;
  background: #b7e3ff;
  border-radius: 1.2rem;
  color: #000;
}

.step-nav--list li+li {
  margin: 0 0 0 1.5rem;
  padding: 0 0 0 2.5rem;
}

@media screen and (min-width: 768px) and (max-width: 959px) {
  .step-nav--list li+li {
    margin: 0 0 0 1rem;
    padding: 0 0 0 1.7rem;
  }
}

@media screen and (max-width: 767px) {
  .step-nav--list li+li {
    margin: 0 0 0 1rem;
    padding: 0 0 0 1.7rem;
  }
}

.step-nav--list li+li:before {
  display: block;
  content: "";
  width: .8rem;
  height: 1rem;
  background: url("../images/icn_triangle_r_b.be176c75db59.png") no-repeat 0 0;
  background-size: 100% auto;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

.store-list--01{
  display: flex;
  justify-content: center;
}
.store-list--01 > div{
  width: 20rem;
  margin: 0 1.7rem;
}
.store-list--01 > div img{
  width: 100%;
  height: auto;
}

@media screen and (max-width: 767px) {
  .store-list--01 > div{
    width: calc(50% - 1rem);
    margin: 0 1rem;
  }
}

.ttl-type--01 {
  margin: 0 0 6rem;
  font-weight: 700;
  font-size: 3rem;
  text-align: center;
}

@media screen and (min-width: 768px) and (max-width: 959px) {
  .ttl-type--01 {
    margin: 0 0 3rem;
    font-size: 2rem;
  }
}

@media screen and (max-width: 767px) {
  .ttl-type--01 {
    margin: 0 0 3rem;
    font-size: 2rem;
  }
}

.ttl-type--02 {
  margin: 0 0 3rem;
  font-weight: 700;
  font-size: 2.2rem;
  text-align: center;
}

@media screen and (min-width: 768px) and (max-width: 959px) {
  .ttl-type--02 {
    margin: 0 0 2rem;
    font-size: 1.6rem;
  }
}

@media screen and (max-width: 767px) {
  .ttl-type--02 {
    margin: 0 0 2rem;
    font-size: 1.6rem;
  }
}

.ttl-type--03 {
  margin: 0 0 3.5rem;
  padding: 0 0 1rem;
  font-weight: 700;
  font-size: 2.4rem;
  border-bottom: .1rem solid #bce2fa;
  line-height: 1;
}

@media screen and (min-width: 768px) and (max-width: 959px) {
  .ttl-type--03 {
    margin: 0 0 3.5rem;
    font-size: 1.8rem;
  }
}

@media screen and (max-width: 767px) {
  .ttl-type--03 {
    margin: 0 0 3.5rem;
    font-size: 1.8rem;
  }
}

.ttl-type--04 {
  margin: 0 0 2rem;
  font-weight: 400;
  font-size: 2.2rem;
  text-align: center;
}

@media screen and (min-width: 768px) and (max-width: 959px) {
  .ttl-type--04 {
    font-size: 1.6rem;
  }
}

@media screen and (max-width: 767px) {
  .ttl-type--04 {
    font-size: 1.6rem;
  }
}

.ttl-type--05 {
  margin: 0 0 3rem;
  font-weight: 700;
  font-size: 2.4rem;
  text-align: center;
}

@media screen and (min-width: 768px) and (max-width: 959px) {
  .ttl-type--05 {
    margin: 0 0 1.5rem;
    font-size: 1.8rem;
  }
}

@media screen and (max-width: 767px) {
  .ttl-type--05 {
    margin: 0 0 1.5rem;
    font-size: 1.8rem;
  }
}

.ttl-type--06 {
  text-align: center;
  position: relative;
  z-index: 1;
}

.ttl-type--06 span {
  margin: 0 0 3rem;
  padding: 0 .2rem;
  display: inline-block;
  font-weight: 700;
  font-size: 2rem;
  position: relative;
}

@media screen and (min-width: 768px) and (max-width: 959px) {
  .ttl-type--06 span {
    margin: 0 0 2.5rem;
    font-size: 1.6rem;
  }
}

@media screen and (max-width: 767px) {
  .ttl-type--06 span {
    margin: 0 0 2.5rem;
    font-size: 1.6rem;
  }
}

.ttl-type--06 span:after {
  display: block;
  content: "";
  width: 100%;
  height: .9rem;
  background: #bce2fa;
  position: absolute;
  bottom: .2rem;
  left: 0;
  z-index: -1;
}

@media screen and (min-width: 768px) and (max-width: 959px) {
  .ttl-type--06 span:after {
    bottom: 0;
  }
}

@media screen and (max-width: 767px) {
  .ttl-type--06 span:after {
    bottom: 0;
  }
}

.ttl-type--07 {
  margin: 0 0 3rem;
  font-weight: 700;
  font-size: 2rem;
  color: #277aa0;
  text-align: center;
}

.ttl-type--08 {
  margin: 0 0 3rem;
  text-align: center;
  position: relative;
  z-index: 5;
}

.ttl-type--08 span{
  padding: 0 .7rem;
  font-weight: 700;
  font-size: 2rem;
  position: relative;
}

.ttl-type--08 span:after{
  display: block;
  content: "";
  width: 100%;
  height: .9rem;
  background: #bce2fa;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
}

.txt-type--01 {
  font-size: 2rem;
}

@media screen and (min-width: 768px) and (max-width: 959px) {
  .txt-type--01 {
    font-size: 1.6rem;
  }
}

@media screen and (max-width: 767px) {
  .txt-type--01 {
    font-size: 1.6rem;
  }
}

.txt-type--02 {
  font-size: 1.8rem;
}

@media screen and (min-width: 768px) and (max-width: 959px) {
  .txt-type--02 {
    font-size: 1.4rem;
  }
}

@media screen and (max-width: 767px) {
  .txt-type--02 {
    font-size: 1.4rem;
  }
}

.txt-type--03 {
  font-size: 1.6rem;
}

.txt-type--04 {
  font-size: 1.4rem;
}

.txt-color-r {
  color: #cc0000;
}

.txt-type--sp--01 {
  font-size: 1.6rem;
}

.txt-id--01 {
  margin: 0 0 4rem;
  font-size: 1.6rem;
  text-align: right;
}

@media screen and (min-width: 768px) and (max-width: 959px) {
  .txt-id--01 {
    margin: 0 0 2rem;
    font-size: 1.4rem;
    text-align: center;
  }
}

@media screen and (max-width: 767px) {
  .txt-id--01 {
    margin: 0 0 2rem;
    font-size: 1.4rem;
    text-align: center;
  }
}

.text-bold {
  font-weight: bold;
}

.note {
  padding: 0 0 0 1em;
  text-indent: -1em;
  font-size: 1.4rem;
}

.disc-list li {
  padding: 0 0 0 1em;
  text-indent: -1em;
  font-size: 1.6rem;
}

.disc-list li+li {
  margin: 1rem 0 0;
}

.disc-list--01 {
  padding: 0 0 0 2rem;
}
.disc-list--01 li {
  list-style: disc;
  font-size: 1.6rem;
}
.disc-list--01 li + li {
  margin: 1rem 0 0;
}

.icn-bullet {
  padding: 0 0 0 1.8rem;
  color: #277aa0;
  text-decoration: underline;
  position: relative;
}

.icn-bullet:before {
  display: block;
  content: "";
  width: .8rem;
  height: 1rem;
  background: url("../images/icn_bullet_01.e7c31edba732.png") no-repeat 0 0;
  background-size: 100% auto;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

.icn-bullet:hover {
  color: #2c9bce;
}

.icn-secret {
  width: 2.2rem;
  height: 1.5rem;
  background: url("../images/icn_password_01_n.8057863c5723.png") no-repeat 0 0;
  background-size: 100% auto;
  position: absolute;
  top: 2.45rem;
  right: 2rem;
  cursor: pointer;
}

@media screen and (min-width: 768px) and (max-width: 959px) {
  .icn-secret {
    top: 2.05rem;
  }
}

@media screen and (max-width: 767px) {
  .icn-secret {
    top: 2.05rem;
  }
}

.icn-secret.is-active {
  background: url("../images/icn_password_01_on.33ee92c706ac.png") no-repeat 0 0;
  background-size: 100% auto;
}

.border-box--01 {
  padding: 3.5rem 3rem;
  border: .1rem solid #0a7ee0;
  border-radius: .6rem;
}

.border-box--01.bg-mail {
  background: url("../images/bg_mail_01.84a1bf2c71ac.png") no-repeat 21.4rem 50%;
  background-size: 17.6rem auto;
}

@media screen and (min-width: 768px) and (max-width: 959px) {
  .border-box--01.bg-mail {
    background: url("../images/bg_mail_01.84a1bf2c71ac.png") no-repeat 50% 50%;
    background-size: 17.6rem auto;
  }
}

@media screen and (max-width: 767px) {
  .border-box--01.bg-mail {
    background: url("../images/bg_mail_01.84a1bf2c71ac.png") no-repeat 50% 50%;
    background-size: 17.6rem auto;
  }
}

@media screen and (min-width: 960px) {
  .link-box--01 {
    margin: 0 -1.5rem;
    display: flex;
    flex-wrap: wrap;
  }
}

.link-box--01--one {
  width: 33.333%;
  margin: 0 0 3rem;
  padding: 0 1.5rem;
}

@media screen and (min-width: 768px) and (max-width: 959px) {
  .link-box--01--one {
    width: 100%;
    margin: 0 0 3rem;
  }
}

@media screen and (max-width: 767px) {
  .link-box--01--one {
    width: 100%;
    margin: 0 0 3rem;
  }
}

.link-box--01--one--inner {
  height: 100%;
  padding: 2.5rem 2.5rem 1.5rem;
  display: block;
  background: #fff;
  border-radius: 1rem;
  border: .3rem solid #fff;
  box-shadow: 0 .3rem 1rem #cae0f0;
  position: relative;
}

@media screen and (min-width: 768px) and (max-width: 959px) {
  .link-box--01--one--inner {
    display: flex;
    align-items: center;
    padding: 1.5rem 3.5rem;
  }
}

@media screen and (max-width: 767px) {
  .link-box--01--one--inner {
    display: flex;
    align-items: center;
    padding: 1.5rem 3.5rem;
  }
}

.link-box--01--one--inner:after {
  display: block;
  content: "";
  width: 1.1rem;
  height: 2.2rem;
  background: url("../images/icn_arrow_r_g.c82c2659c188.png") no-repeat 0 0;
  background-size: 100% auto;
  position: absolute;
  top: 50%;
  right: 1rem;
  transform: translateY(-50%);
}

@media screen and (min-width: 768px) and (max-width: 959px) {
  .link-box--01--one--inner:after {
    width: .8rem;
    height: 1.8rem;
  }
}

@media screen and (max-width: 767px) {
  .link-box--01--one--inner:after {
    width: .8rem;
    height: 1.8rem;
  }
}

.link-box--01--one--inner:hover {
  border: .3rem solid #007edb;
}

@media screen and (min-width: 768px) and (max-width: 959px) {
  .link-box--01--one--desc {
    flex: 1;
  }
}

@media screen and (max-width: 767px) {
  .link-box--01--one--desc {
    flex: 1;
  }
}

@media screen and (min-width: 960px) {
  .link-box--01--one--img {
    margin: 0 0 2rem;
    text-align: center;
  }
}

@media screen and (min-width: 768px) and (max-width: 959px) {
  .link-box--01--one--img {
    width: 5rem;
    margin-right: 2.5rem;
  }
  .link-box--01--one--img img {
    width: 100%;
    height: auto;
  }
}

@media screen and (max-width: 767px) {
  .link-box--01--one--img {
    width: 5rem;
    margin-right: 2.5rem;
  }
  .link-box--01--one--img img {
    width: 100%;
    height: auto;
  }
}

.link-box--01--one--ttl {
  margin: 0 0 1rem;
  font-weight: 700;
  font-size: 1.8rem;
}

@media screen and (min-width: 960px) {
  .link-box--01--one--ttl {
    text-align: center;
  }
}

@media screen and (min-width: 768px) and (max-width: 959px) {
  .link-box--01--one--ttl {
    font-size: 1.6rem;
  }
}

@media screen and (max-width: 767px) {
  .link-box--01--one--ttl {
    font-size: 1.6rem;
  }
}

.link-box--01--one--txt {
  font-size: 1.6rem;
  word-break: break-all;
}

@media screen and (min-width: 768px) and (max-width: 959px) {
  .link-box--01--one--txt {
    font-size: 1.4rem;
  }
}

@media screen and (max-width: 767px) {
  .link-box--01--one--txt {
    font-size: 1.4rem;
  }
}

.fild-type--01--ttl {
  margin: 0 0 1.2rem;
  font-weight: 700;
  font-size: 1.6rem;
}

.fild-type--01--ttl .requir {
  margin-right: 1rem;
  padding: .5rem .9rem .4rem;
  display: inline-block;
  background: #cc0000;
  border-radius: 1.2rem;
  font-size: 1.4rem;
  color: #fff;
  line-height: 1;
}

.fild-type--01--fild {
  margin: 0 0 2rem;
  word-break: break-all;
  position: relative;
}

.error_message {
  margin: 1rem 0 0;
  font-weight: 700;
  font-size: 1.6rem;
  color: #cc0000;
}

.fild-type--01--fild--error-txt {
  margin: 1rem 0 0;
  display: none;
  font-weight: 700;
  font-size: 1.6rem;
  color: #cc0000;
}

.fild-type--01--note {
  margin: -1rem 0 0;
}

.input-type--01 {
  width: 100%;
  padding: 1.8rem 2rem;
  height: 6.4rem;
  background: #fff;
  border: .1rem solid #959595;
  border-radius: .5rem;
  font-size: 1.6rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
}

.input-type--01.is-error {
  background: #fff0f0;
  border: .2rem solid #cc0000;
}

.input-type--01:disabled {
  background: #efefef;
  border: none;
}

@media screen and (min-width: 768px) and (max-width: 959px) {
  .input-type--01 {
    height: 5.6rem;
    padding: 1.8rem 1.5rem;
  }
}

@media screen and (max-width: 767px) {
  .input-type--01 {
    height: 5.6rem;
    padding: 1.8rem 1.5rem;
  }
}

.input-type--01::-webkit-contacts-auto-fill-button, .input-type--01::-webkit-credentials-auto-fill-button {
  visibility: hidden;
  pointer-events: none;
  position: absolute;
  right: 0;
}

.form-select {
  position: relative;
}

.form-select select {
  width: 100%;
  height: 6.4rem;
  padding: 1.8rem 2rem;
  display: inline-block;
  background: rgba(255, 255, 255, 0.4);
  border: 0.1rem solid #959595;
  border-radius: 0.8rem;
  font-size: 1.6rem;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

@media screen and (min-width: 768px) and (max-width: 959px) {
  .form-select select {
    min-height: 5.6rem;
    padding: 1.8rem 1.5rem;
  }
}

@media screen and (max-width: 767px) {
  .form-select select {
    min-height: 5.6rem;
    padding: 1.8rem 1.5rem;
  }
}

.form-select select.is-error {
  background: #fff0f0;
  border: .2rem solid #cc0000;
}

.form-select.sub-txt select {
  width: calc(100% - 2em);
}

.form-select:after {
  display: block;
  content: "";
  width: 1.4rem;
  height: .8rem;
  background: url("../images/icn_arrow_b_b.3ac8acca8b08.png") no-repeat 0 0;
  background-size: 100%;
  position: absolute;
  top: 50%;
  right: 2rem;
  transform: translateY(-50%);
  z-index: -1;
}

.form-select--txt {
  margin: 0 0 0 1rem;
  display: inline-block;
  vertical-align: bottom;
  font-size: 1.6rem;
}

.form-check {
  height: 6.4rem;
  padding: 2rem 2rem 1.6rem 4rem;
  display: flex;
  align-items: center;
  background: #fff;
  border: 0.1rem solid #959595;
  border-radius: .8rem;
  font-size: 1.6rem;
  line-height: 1.2;
  position: relative;
  cursor: pointer;
}

@media screen and (min-width: 768px) and (max-width: 959px) {
  .form-check {
    min-height: 5.6rem;
    padding: 1.8rem 1rem 1.6rem 3.2rem;
    font-size: 1.5rem;
  }
}

@media screen and (max-width: 767px) {
  .form-check {
    min-height: 5.6rem;
    padding: 1.8rem 1rem 1.6rem 3.2rem;
    font-size: 1.5rem;
    letter-spacing: -.04em;
  }
}

.is-error .form-check {
  background: #fff0f0;
  border: .2rem solid #cc0000;
}

.form-check input {
  width: 1em;
  height: 1em;
  margin: 0 .8rem 0 0;
  border: 0.1rem solid #9b9b9b;
  position: absolute;
  top: 50%;
  left: 2rem;
  transform: translateY(-50%);
}

@media screen and (min-width: 768px) and (max-width: 959px) {
  .form-check input {
    left: 1.2rem;
  }
}

@media screen and (max-width: 767px) {
  .form-check input {
    left: 1.2rem;
  }
}

.check-type--01 {
  padding: 0 0 0 2.4rem;
  display: inline-block;
  font-size: 1.6rem;
  cursor: pointer;
  position: relative;
}

.check-type--01 input[type="checkbox"] {
  width: 1.4rem;
  height: 1.4rem;
  background: #fff;
  border: .1rem solid #ccc;
  outline: none;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

.check-type--01.is-error input[type="checkbox"] {
  border: 0.2rem solid #cc0000 !important;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.check-type--01 input[type="radio"] {
  width: 1.2rem;
  height: 1.2rem;
  margin-top: .1rem;
  background: #fff;
  border: .1rem solid #ccc;
  border-radius: 100%;
  outline: none;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

.check-type--01 input[type="radio"]:checked {
  -webkit-appearance: auto;
  -moz-appearance: auto;
  appearance: auto;
}

.check-type--01.is-error input[type="radio"] {
  border: 0.2rem solid #cc0000 !important;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.check-type--01.is-error input[type="radio"] {
  border: 0.2rem solid #cc0000 !important;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.app-checkbox input[type="checkbox"] {
  display: none;
}

.app-checkbox input[type="checkbox"]+label {
  cursor: pointer;
  display: inline-block;
  box-sizing: content-box;
  position: relative;
  width: 6rem;
  height: 3rem;
  background: #efefef;
  border-radius: 3rem;
  box-shadow: 0.2rem 0.2rem 0.4rem rgba(0, 0, 0, 0.16) inset;
}

.app-checkbox input[type="checkbox"]+label:before {
  content: "";
  position: absolute;
  display: block;
  width: 3rem;
  height: 3rem;
  left: 0;
  top: 0;
  border-radius: 50%;
  background: #BFBFBF;
  transition: all 0.3s ease;
}

.app-checkbox input[type="checkbox"]:checked+label {
  background: #d3eaf5;
}

.app-checkbox input[type="checkbox"]:checked+label:before {
  background: #277aa0;
  transform: translateX(100%);
  box-shadow: none;
  transition: all .3s ease;
}

.news-list {
  padding: 1.5rem 2rem;
  background: #faf8e7;
  position: relative;
}

@media screen and (min-width: 768px) and (max-width: 959px) {
  .news-list {
    padding: 1.5rem;
  }
}

@media screen and (max-width: 767px) {
  .news-list {
    padding: 1.5rem;
  }
}

.news-list ul li {
  font-size: 1.6rem;
  line-height: 1.75;
}

@media screen and (min-width: 768px) and (max-width: 959px) {
  .news-list ul li {
    font-size: 1.4rem;
  }
}

@media screen and (max-width: 767px) {
  .news-list ul li {
    font-size: 1.4rem;
  }
}

.news-list ul li.emp {
  color: #cc0000;
}

.mypage #globalMain .container .news-list+.content {
  padding: 4rem 0 0;
}

@media screen and (min-width: 768px) and (max-width: 959px) {
  .mypage #globalMain .container .news-list+.content {
    padding: 3rem 0 0;
  }
}

@media screen and (max-width: 767px) {
  .mypage #globalMain .container .news-list+.content {
    padding: 3rem 0 0;
  }
}

.btn-type--01 {
  width: 32rem;
  margin: 0 auto;
}

@media screen and (min-width: 768px) and (max-width: 959px) {
  .btn-type--01 {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .btn-type--01 {
    width: 100%;
  }
}

.btn-type--01 .btn {
  width: 100%;
  min-height: 5.6rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #277aa0;
  border-radius: 2.8rem;
  font-weight: 700;
  font-size: 1.8rem;
  color: #fff;
  position: relative;
}

.btn-type--01 .btn:after {
  display: block;
  content: "";
  width: 1rem;
  height: 1.2rem;
  background: url("../images/icn_triangle_r_w.b79278b748b4.png") no-repeat 0 0;
  background-size: 100% auto;
  position: absolute;
  top: 50%;
  right: 2rem;
  transform: translateY(-50%);
}

.btn-type--01 .btn.is-disabled {
  background: #999;
  pointer-events: none;
}

.btn-type--01 .btn:hover {
  background: #2c9bce;
}

.btn-type--01 .btn:hover.is-disabled {
  background: #999;
}

.btn-type--01 .btn.double {
  padding: 1.5rem 4rem 1.25rem 3rem;
  border-radius: 4.8rem;
}

.btn-type--02 .btn {
  min-height: 5.6rem;
  padding: 0 4rem 0 3rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #277aa0;
  border-radius: 2.8rem;
  font-weight: 700;
  font-size: 1.8rem;
  color: #fff;
  position: relative;
}

.btn-type--02 .btn:after {
  display: block;
  content: "";
  width: .8rem;
  height: 1rem;
  background: url("../images/icn_triangle_r_w.b79278b748b4.png") no-repeat 0 0;
  background-size: 100% auto;
  position: absolute;
  top: 50%;
  right: 2rem;
  transform: translateY(-50%);
}

.btn-type--02 .btn.is-disabled {
  background: #999;
  pointer-events: none;
}

.btn-type--02 .btn:hover {
  background: #2c9bce;
}

.btn-type--02 .btn:hover.is-disabled {
  background: #999;
}

.btn-type--03 {
  width: 32rem;
  margin: 0 auto;
}

@media screen and (min-width: 768px) and (max-width: 959px) {
  .btn-type--03 {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .btn-type--03 {
    width: 100%;
  }
}

.btn-type--03 .btn {
  min-height: 5.6rem;
  padding: 0 3rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  border: .2rem solid #277aa0;
  border-radius: 2.8rem;
  font-weight: 700;
  font-size: 1.8rem;
  color: #277aa0;
  position: relative;
}

.btn-type--03 .btn:after {
  display: block;
  content: "";
  width: .8rem;
  height: 1rem;
  background: url("../images/icn_triangle_r_n.e7c31edba732.png") no-repeat 0 0;
  background-size: 100% auto;
  position: absolute;
  top: 50%;
  right: 2rem;
  transform: translateY(-50%);
}

.btn-type--03 .btn.is-disabled {
  background: #999;
  pointer-events: none;
}

.btn-type--03 .btn:hover {
  border: .2rem solid #2c9bce;
  color: #2c9bce;
}

.btn-type--03 .btn:hover:after {
  display: block;
  background: url("../images/icn_triangle_r_on.2002fb2173a3.png") no-repeat 0 0;
  background-size: 100% auto;
}

.btn-type--03 .btn:hover.is-disabled {
  background: #999;
}

.btn-type--03 .btn.double {
  padding: 1.5rem 4rem 1.25rem 3rem;
  border-radius: 4.8rem;
}

.btn-type--04 .btn {
  min-height: 3.8rem;
  padding: 0 4rem 0 3rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  border: .2rem solid #277aa0;
  border-radius: 2.8rem;
  font-weight: 700;
  font-size: 1.6rem;
  color: #277aa0;
  position: relative;
}

@media screen and (max-width: 767px) {
  .btn-type--04 .btn {
    font-size: 1.4rem;
  }
}

.btn-type--04 .btn:after {
  display: block;
  content: "";
  width: .8rem;
  height: 1rem;
  background: url("../images/icn_triangle_r_n.e7c31edba732.png") no-repeat 0 0;
  background-size: 100% auto;
  position: absolute;
  top: 50%;
  right: 2rem;
  transform: translateY(-50%);
}

.btn-type--04 .btn.is-disabled {
  background: #999;
  pointer-events: none;
}

.btn-type--04 .btn:hover {
  border: .2rem solid #2c9bce;
  color: #2c9bce;
}

.btn-type--04 .btn:hover:after {
  display: block;
  background: url("../images/icn_triangle_r_on.2002fb2173a3.png") no-repeat 0 0;
  background-size: 100% auto;
}

.btn-type--04 .btn:hover.is-disabled {
  background: #999;
}

.btn-type--05 .btn {
  max-width: 37.5rem;
  margin: 0 auto;
  padding: 2rem 3rem 1.9rem;
  display: block;
  background: #e06b22;
  border-radius: .3rem;
  font-weight: 700;
  font-size: 2.1rem;
  color: #fff;
  text-align: center;
  line-height: 1;
  position: relative;
}

@media screen and (min-width: 768px) and (max-width: 959px) {
  .btn-type--05 .btn {
    padding: 1.8rem 2rem 1.7rem;
    font-size: 1.8rem;
  }
}

@media screen and (max-width: 767px) {
  .btn-type--05 .btn {
    padding: 1.8rem 2rem 1.7rem;
    font-size: 1.8rem;
  }
}

.btn-type--05 .btn:after {
  display: block;
  content: "";
  width: 1rem;
  height: 1.3rem;
  background: url("../images/icn_triangle_r_w.b79278b748b4.png") no-repeat 0 0;
  background-size: 100% auto;
  position: absolute;
  top: 50%;
  right: 1.5rem;
  transform: translateY(-50%);
}

@media screen and (min-width: 768px) and (max-width: 959px) {
  .btn-type--05 .btn:after {
    width: .8rem;
    height: 1rem;
  }
}

@media screen and (max-width: 767px) {
  .btn-type--05 .btn:after {
    width: .8rem;
    height: 1rem;
  }
}

.btn-type--05 .btn:hover {
  background: #c64f10;
}

.box-type--01 {
  min-height: 6.4rem;
  padding: 1.8rem 2rem;
  background: #efefef;
  border-radius: .5rem;
}

@media screen and (min-width: 768px) and (max-width: 959px) {
  .box-type--01 {
    min-height: 5.6rem;
    padding: 1.8rem 1.5rem;
    font-size: 1.5rem;
  }
}

@media screen and (max-width: 767px) {
  .box-type--01 {
    min-height: 5.6rem;
    padding: 1.8rem 1.5rem;
    font-size: 1.5rem;
  }
}

.box-type--01 .row {
  margin-bottom: -1rem;
}

@media screen and (min-width: 768px) and (max-width: 959px) {
  .box-type--01 .row>* {
    margin: 0 0 1rem;
  }
}

@media screen and (max-width: 767px) {
  .box-type--01 .row>* {
    margin: 0 0 1rem;
  }
}

.box-type--02 {
  margin: 0 0 8rem;
  padding: 4rem 7.5rem;
  background: #f5f8f8;
}

@media screen and (min-width: 768px) and (max-width: 959px) {
  .box-type--02 {
    margin: 0 0 5rem;
    padding: 3rem 1.5rem;
  }
}

@media screen and (max-width: 767px) {
  .box-type--02 {
    margin: 0 0 5rem;
    padding: 3rem 1.5rem;
  }
}

.box-type--03 {
  margin: 0 0 8rem;
  padding: 5rem 6rem 4.5rem;
  background: #fff;
  border: .1rem solid #bce2fa;
  border-radius: 1.6rem;
  box-shadow: 0 .3rem 1rem #dedede;
}

@media screen and (min-width: 768px) and (max-width: 959px) {
  .box-type--03 {
    margin: 0 0 5rem;
    padding: 4rem 1.5rem 3.5rem;
  }
}

@media screen and (max-width: 767px) {
  .box-type--03 {
    margin: 0 0 5rem;
    padding: 4rem 1.5rem 3.5rem;
  }
}

.cation-box--01 {
  padding: 2rem;
  background: #faf8e7;
  border-radius: .6rem;
}

.cation-box--01--ttl {
  margin: 0 0 1.4rem;
  font-weight: 700;
  font-size: 1.6rem;
}

.cation-box--01--ttl i {
  width: 2rem;
  margin-right: 1rem;
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
}

.cation-box--01--ttl i img {
  width: 100%;
}

.cation-box--01--txt {
  margin: 0 0 1rem;
  font-size: 1.6rem;
}

.cation-box--01--txt--warn {
  color: #cc0000;
  font-weight: 700;
}


.cation-box--02 {
  padding: 2rem;
  background: #fff1f1;
  border-radius: .6rem;
}

.cation-box--02--ttl {
  margin: 0 0 1.4rem;
  font-weight: 700;
  font-size: 1.6rem;
}

.cation-box--02--ttl i {
  width: 2rem;
  margin-right: 1rem;
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
}

.cation-box--02--ttl i img {
  width: 100%;
}

.cation-box--03 {
  padding: 2rem;
  background: #fff0f0;
  border-radius: .8rem;
  color: #cc0000;
}

.cation-box--03--ttl {
  margin: 0 0 1.4rem;
  font-weight: 700;
  font-size: 1.8rem;
}

.cation-box--03--ttl i {
  width: 2rem;
  margin-right: 1rem;
  display: inline-block;
  line-height: 1;
}

.cation-box--03--ttl i img {
  width: 100%;
}

.defin-list--one {
  margin: 0 0 3rem;
  padding: 0 0 3rem;
  display: flex;
  flex-wrap: wrap;
  border-bottom: .1rem solid #efefef;
}

.defin-list--one--text {
  font-weight: 700;
  font-size: 1.6rem;
}

.defin-list--one--desc {
  margin: 0 0 0 auto;
}

.defin-list--one--note {
  width: 100%;
  margin: 2rem 0 0;
  font-size: 1.4rem;
}
.defin-list--one--note li {
  padding: 0 1rem;
  margin: 0 0 1rem 1rem;
  list-style-type: "-";
}
.defin-list--one--note li::marker{
  color: #52A5E3;
}

.balloon-type--01 {
  text-align: center;
}

.balloon-type--01--txt {
  margin: 0 0 3.5rem;
  padding: 1.5rem 4rem;
  display: inline-block;
  background: #c6eeff;
  border-radius: .6rem;
  font-weight: 700;
  font-size: 2rem;
  position: relative;
}

@media screen and (min-width: 768px) and (max-width: 959px) {
  .balloon-type--01--txt {
    margin: 0 0 2.4rem;
    padding: 1.5rem 3.5rem;
    font-size: 1.8rem;
  }
}

@media screen and (max-width: 767px) {
  .balloon-type--01--txt {
    margin: 0 0 2.4rem;
    padding: 1.5rem 3.5rem;
    font-size: 1.8rem;
  }
}

.balloon-type--01--txt:after {
  display: block;
  content: "";
  border: solid transparent;
  border-width: 2rem 1.2rem;
  border-top-color: #c6eeff;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
}

.balloon-type--01--txt small {
  font-weight: 400;
  font-size: 1.5rem;
}

@media screen and (min-width: 768px) and (max-width: 959px) {
  .balloon-type--01--txt small {
    font-size: 1.4rem;
  }
}

@media screen and (max-width: 767px) {
  .balloon-type--01--txt small {
    font-size: 1.4rem;
  }
}

.balloon-type--01--txt .color-b {
  color: #2c6883;
}

.balloon-type--01--txt .color-r {
  color: #cc0000;
}

.plan-box--01 {
  margin: 0 0 7rem;
  padding: 2rem 3rem;
  border: .1rem solid #007edb;
  border-radius: .6rem;
}

@media screen and (min-width: 768px) and (max-width: 959px) {
  .plan-box--01 {
    margin: 0 0 6rem;
    padding: 2rem 1.5rem;
  }
}

@media screen and (max-width: 767px) {
  .plan-box--01 {
    margin: 0 0 6rem;
    padding: 2rem 1.5rem;
  }
}

.plan-box--01 + .plan-box--01 {
  margin-top: -3rem;
}

.plan-box--01--label {
  margin: 0 0 1rem;
  font-size: 1.8rem;
}

@media screen and (min-width: 768px) and (max-width: 959px) {
  .plan-box--01--label {
    font-size: 1.6rem;
  }
}

@media screen and (max-width: 767px) {
  .plan-box--01--label {
    font-size: 1.6rem;
  }
}

.plan-box--01--df {
  display: flex;
  align-items: flex-start;
}

.plan-box--01--ttl {
  font-weight: 700;
  font-size: 2.6rem;
}

@media screen and (min-width: 768px) and (max-width: 959px) {
  .plan-box--01--ttl {
    font-size: 2rem;
  }
}

@media screen and (max-width: 767px) {
  .plan-box--01--ttl {
    font-size: 2rem;
  }
}

.plan-box--01--place {
  margin-left: auto;
  font-size: 2.6rem;
  text-align: right;
}

@media screen and (min-width: 768px) and (max-width: 959px) {
  .plan-box--01--place {
    font-size: 2rem;
  }
}

@media screen and (max-width: 767px) {
  .plan-box--01--place {
    font-size: 2rem;
  }
}

.plan-box--01--place span {
  display: block;
  font-size: 1.8rem;
}

@media screen and (min-width: 768px) and (max-width: 959px) {
  .plan-box--01--place span {
    font-size: 1.6rem;
  }
}

@media screen and (max-width: 767px) {
  .plan-box--01--place span {
    font-size: 1.6rem;
  }
}

.plan-box--01--place .tax {
  display: inline-block;
}

.plan-box--01--date {
  margin-top: 1rem;
  font-size: 1.4rem;
  color: #666;
}

.plan-box--01--campaign {
  margin-top: 1rem;
  font-size: 1.4rem;
  color: #fb1c19;
}

.plan-box--02 {
  margin: 0 0 7rem;
  padding: 2rem 3rem;
  border: .1rem solid #666;
  border-radius: .6rem;
}

@media screen and (min-width: 768px) and (max-width: 959px) {
  .plan-box--02 {
    margin: 0 0 6rem;
    padding: 2rem 1.5rem;
  }
}

@media screen and (max-width: 767px) {
  .plan-box--02 {
    margin: 0 0 6rem;
    padding: 2rem 1.5rem;
  }
}

.plan-box--02 + .plan-box--02 {
  margin-top: -3.5rem;
}

@media screen and (min-width: 768px) and (max-width: 959px) {
  .plan-box--02 + .plan-box--02 {
    margin-top: -2.5rem;
  }
}

@media screen and (min-width: 768px) and (max-width: 959px) {
  .plan-box--02 + .plan-box--02 {
    margin-top: -2.5rem;
  }
}

.plan-box--02--label {
  margin: 0 0 1rem;
  font-size: 1.8rem;
}

@media screen and (min-width: 768px) and (max-width: 959px) {
  .plan-box--02--label {
    font-size: 1.6rem;
  }
}

@media screen and (max-width: 767px) {
  .plan-box--02--label {
    font-size: 1.6rem;
  }
}

.plan-box--02--df {
  display: flex;
  align-items: flex-start;
}

.plan-box--02--ttl {
  font-weight: 700;
  font-size: 2.6rem;
}

@media screen and (min-width: 768px) and (max-width: 959px) {
  .plan-box--02--ttl {
    font-size: 2rem;
  }
}

@media screen and (max-width: 767px) {
  .plan-box--02--ttl {
    font-size: 2rem;
  }
}

.plan-box--02--place {
  margin-left: auto;
  font-size: 2.6rem;
  text-align: right;
}

@media screen and (min-width: 768px) and (max-width: 959px) {
  .plan-box--02--place {
    font-size: 2rem;
  }
}

@media screen and (max-width: 767px) {
  .plan-box--02--place {
    font-size: 2rem;
  }
}

.plan-box--02--place span {
  display: block;
  font-size: 1.8rem;
}

@media screen and (min-width: 768px) and (max-width: 959px) {
  .plan-box--02--place span {
    font-size: 1.6rem;
  }
}

@media screen and (max-width: 767px) {
  .plan-box--02--place span {
    font-size: 1.6rem;
  }
}

.plan-box--02--place .tax {
  display: inline-block;
}

.plan-box--02--date {
  margin-top: 1rem;
  font-size: 1.4rem;
  color: #666;
}

.plan-box--02--campaign {
  margin-top: 1rem;
  font-size: 1.4rem;
  color: #fb1c19;
}

.regist-cation--01 {
  margin: 0 0 6rem;
}

@media screen and (min-width: 768px) and (max-width: 959px) {
  .regist-cation--01 {
    margin: 0 0 5rem;
  }
}

@media screen and (max-width: 767px) {
  .regist-cation--01 {
    margin: 0 0 5rem;
  }
}

.regist-cation--01--ttl {
  margin: 0 0 1rem;
  font-weight: 700;
  font-size: 1.6rem;
}

.regist-cation--01--list {
  margin: 0 0 2rem;
  padding: 2rem;
  background: #faf8e7;
}

.regist-cation--01--list li {
  font-size: 1.6rem;
}

.regist-cation--01--list li + li {
  margin-top: 1rem;
}

.regist-cation--01--confirm {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.6rem;
  cursor: pointer;
}

.regist-cation--01--confirm input {
  width: 1.4rem;
  height: 1.4rem;
}

.regist-cation--01--confirm span {
  margin: 0 0 0 1rem;
}

.check-list--01{
  max-width: 28rem;
  margin: 0 auto;
}

.check-list--01--one{
  padding: 0 0 0 2.5rem;
  font-weight: 700;
  font-size: 2.4rem;
  position: relative;
}

.check-list--01--one+.check-list--01--one{
  margin-top: 1rem;
}

.check-list--01--one:before{
  content: "";
  display: block;
  width: 1.9rem;
  height: 1.4rem;
  background: url("../images/icn_check_b.5c6a762ad6ac.png") no-repeat 0 0;
  background-size: 100% auto;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

@media screen and (max-width: 767px) {
  .check-list--01--one{
    padding: 0 0 0 2.3rem;
    font-size: 2rem;
  }
  .check-list--01--one:before{
    width: 1.5rem;
    height: .9rem;
  }
}

.udl {
  color: #277aa0;
  text-decoration: underline;
}

.udl:hover {
  color: #2c9bce;
}

.row {
  margin: 0 -1.2rem;
  display: flex;
}

@media screen and (min-width: 768px) and (max-width: 959px) {
  .row {
    flex-wrap: wrap;
  }
}

@media screen and (max-width: 767px) {
  .row {
    flex-wrap: wrap;
  }
}

.row>* {
  padding: 0 1.2rem;
}

.row.flex-wrap {
  flex-wrap: wrap;
}

.row.flex-wrap>* {
  margin: 0 0 2.4rem;
}

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

.flex-auto {
  flex: 1;
}

.col-50 {
  width: 50%;
}

.col-40 {
  width: 40%;
}

.col-33 {
  width: 33.3%;
}

.col-25 {
  width: 25%;
}

@media screen and (min-width: 768px) and (max-width: 959px) {
  .col-sp-50 {
    width: 50%;
  }
}

@media screen and (max-width: 767px) {
  .col-sp-50 {
    width: 50%;
  }
}

@media screen and (min-width: 768px) and (max-width: 959px) {
  .col-sp-70 {
    width: 70%;
  }
}

@media screen and (max-width: 767px) {
  .col-sp-70 {
    width: 70%;
  }
}

@media screen and (min-width: 768px) and (max-width: 959px) {
  .col-sp-100 {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .col-sp-100 {
    width: 100%;
  }
}

@media screen and (min-width: 768px) and (max-width: 959px) {
  .col-sp-100 {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .col-sp-100 {
    width: 100%;
  }
}

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

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

.text-left {
  text-align: left;
}

@media screen and (min-width: 768px) and (max-width: 959px) {
  .text-left-sp {
    text-align: left;
  }
}

@media screen and (max-width: 767px) {
  .text-left-sp {
    text-align: left;
  }
}

@media screen and (min-width: 768px) and (max-width: 959px) {
  .text-center-sp {
    text-align: center;
  }
}

@media screen and (max-width: 767px) {
  .text-center-sp {
    text-align: center;
  }
}

.mt-1_5 {
  margin-top: 1.5rem !important;
}

.mt-2 {
  margin-top: 2rem !important;
}

.mt-7 {
  margin-top: 7rem !important;
}

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

.mb-1 {
  margin-bottom: 1rem !important;
}

.mb-1_5 {
  margin-bottom: 1.5rem !important;
}

.mb-2 {
  margin-bottom: 2rem !important;
}

.mb-3 {
  margin-bottom: 3rem !important;
}

.mb-4 {
  margin-bottom: 4rem !important;
}

.mb-5 {
  margin-bottom: 5rem !important;
}

.mb-6 {
  margin-bottom: 6rem !important;
}

.mb-7 {
  margin-bottom: 7rem !important;
}

.mb-8 {
  margin-bottom: 8rem !important;
}

.mb-9 {
  margin-bottom: 9rem !important;
}

.ml-auto {
  margin-left: auto !important;
}

@media screen and (min-width: 768px) and (max-width: 959px) {
  .mb-sp-2 {
    margin-bottom: 2rem !important;
  }
}

@media screen and (max-width: 767px) {
  .mb-sp-2 {
    margin-bottom: 2rem !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 959px) {
  .mb-sp-4 {
    margin-bottom: 4rem !important;
  }
}

@media screen and (max-width: 767px) {
  .mb-sp-4 {
    margin-bottom: 4rem !important;
  }
}

.img-fix {
  width: 100%;
  height: auto;
}

.hvr:hover {
  opacity: .7;
}

@media screen and (min-width: 960px) {
  .is-pc-hide {
    display: none;
  }
}

@media screen and (min-width: 768px) and (max-width: 959px) {
  .is-pc-hide {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .is-sp-hide {
    display: none;
  }
}

div.is-sp-hide img {
    width: 100%;
    padding: 5px;
}

div.is-pc-hide img {
    width: 100%;
    padding: 5px;
}

.hdTypeA01 {
  width: 100%;
  margin: 0 0 2.4rem;
  font-weight: 700;
  font-size: 2.1rem;
}

.hdTypeB01 {
  margin: 0 0 2.4rem;
  font-weight: 700;
  font-size: 2.8rem;
  color: #5fc4fe;
  text-align: center;
}

.hdTypeB02 {
  margin: 0 0 2.4rem;
  font-weight: 700;
  font-size: 2.1rem;
  color: #5fc4fe;
}

/*//////////////////////////////////////////////////////////////////////////////////////////////

  お支払い履歴画面＃決済ステータス表示のためのCSSスタイル

//////////////////////////////////////////////////////////////////////////////////////////////*/

.badge {
  vertical-align: baseline;
  margin-left: 1rem;
  display: inline-block;
  color: #fff;
  padding: 0.2rem 0.3rem;
  border-radius: 1rem;
  font-size: 1.5rem;
  padding: 5px;
  text-transform: uppercase;
  white-space: nowrap;
}

.bg-plan {
  background-color: #85b7db;
}

.bg-completed {
  background-color: #228dd9;
}

.bg-error {
  background-color: #cc0000;
}

.plan-box-billing-date {
  display: flex;
}
.plan-box-billing-date-child {
  width: 50%;
}

.plan--box-billing-badge {
  text-align: right;
}

/*//////////////////////////////////////////////////////////////////////////////////////////////

  マイページ画面＃お知らせ表示のためのCSSスタイル

//////////////////////////////////////////////////////////////////////////////////////////////*/

.menu--message--ttl {
  margin: 0 0 1.4rem;
  font-weight: 700;
  font-size: 1.6rem;
}

.menu--message--ttl i {
  width: 2rem;
  margin-right: 1rem;
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
}

.menu--message--ttl i img {
  width: 100%;
}

.menu--message--txt {
  margin-bottom: 1.6rem;
  font-size: 1.6rem;
  word-break: break-all;
}

@media screen and (min-width: 768px) and (max-width: 959px) {
  .menu--message--txt {
    margin-bottom: 1.4rem;
    font-size: 1.4rem;
  }
}

@media screen and (max-width: 767px) {
  .menu--message--txt {
    margin-bottom: 1.4rem;
    font-size: 1.4rem;
  }
}

/*//////////////////////////////////////////////////////////////////////////////////////////////

  購読者情報での選択肢ごとのカラーリング

//////////////////////////////////////////////////////////////////////////////////////////////*/

.disabled-fields {
  pointer-events: none; /* クリックやフォーカスを無効化 */
  opacity: 0.5;        /* 半透明にする */
}

/* グレーアウト時の背景色を調整 */
.disabled-fields input,
.disabled-fields select {
  background-color: #e9e9e9;
}

#unavailable-service-list li:last-child::after {
  content: "　など";
}
