@charset "utf-8";

/*------------------------
=01 default style reset
=02 clearfix
=03 common
=04 layout
=05 module head
=06 module foot
=07 module top
=08 module form
=09 module regist
=10 module login
=11 module privacy
=12 module term
=13 privacy
------------------------*/

/* =01 default style reset
------------------------*/
body,
div,
dl,
dt,
dd,
ul,
li,
ol,
li,
h1,
h2,
h3,
h4,
h5,
form,
p,
table,
th,
td,
address,
input {
  margin: 0;
  padding: 0;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

body {
  line-height: 1;
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Meiryo", "Noto Sans JP", Arial, sans-serif;
  color: #333;
  background-color: #fff;
}

a img,
img {
  border: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption,
th {
  text-align: left;
}

ul,
li,
ol,
li {
  list-style: none;
}

a {
  color: #50bbdb;
  outline: none;
  text-decoration: underline;
}

a:hover {
  text-decoration: none;
}

address {
  font-style: normal;
}

textarea {
  width: 98%;
  margin: 5px 0;
}

iframe {
  border: none;
}

/* =02 clearfix
------------------------*/
.clearfix {
  zoom: 1;
}

/* .clearfix:after {
	content: '';
	display: block;
	clear: both;
	height: 0;
} */

/* =03 common
------------------------*/
.r_txt {
  text-align: right !important;
}

.l_txt {
  text-align: left !important;
}

.c_txt {
  text-align: center !important;
}

.r_lnk {
  text-align: right;
}

.r_lnk a {
  line-height: 150%;
}

.hideText {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}

.errorBox {
  margin: 0 0 10px;
  padding: 15px 20px;
  color: #f00;
  font-size: 12px;
  font-weight: bold;
  line-height: 160%;
  border: 3px solid #d9d9d9;
}

/* forRegist */
.forRegist {
  width: 100%;
  padding: 3.2rem 0 2.5rem;
  text-align: center;
  background: #000046 url(../img/top/bg_tri06.jpg) no-repeat center 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.forRegist img {
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}

.forRegist > a {
  width: max-content;
  margin: 0 auto;
}

.forRegist.white {
  background-image: url(../img/top/bg_tri06w.jpg);
}

.for-regist-image-sp {
  display: none;
}

.forRegist .for-regist-image-pc-first {
  margin-bottom: 16px;
}

@media (width <= 800px) {
  .forRegist > img:first-child {
    width: 90%;
  }

  .forRegist > a > img {
    max-width: 350px;
  }
}

@media (width <= 40rem) {
  .for-regist-image-sp {
    display: block;
  }

  .for-regist-image-pc {
    display: none;
  }

  .forRegist {
    width: 100%;
    padding: 2rem 0 1.5rem;
    background-image: none;
    position: relative;
  }

  .forRegist > img:first-child {
    max-width: 320px;
    width: 85%;
  }

  .forRegist .for-regist-image-sp-first {
    margin-bottom: 12px;
  }

  .forRegist > a > img {
    max-width: 300px;
  }

  .forRegist br {
    display: none;
  }

  .forRegist.white {
    width: 100%;
    padding: 2rem 2rem 1.5rem;
    background-image: url(../img/top/bg_tri06w.jpg);
    background-size: 20% auto;
  }

  .forRegist.white img {
    width: 100%;
  }

  .forRegist:before {
    content: "";
    position: absolute;
    margin-left: -35px;
    top: 0;
    left: 50%;
    border-top: 25px solid #f6f6f6;
    border-right: 35px solid transparent;
    border-bottom: 25px solid transparent;
    border-left: 35px solid transparent;
  }
}

/*______ ページトップ ______*/

.page_top a {
  width: 60px;
  height: 45px;
  display: block;
  text-indent: -9999px;
  overflow: hidden;
  background: url(../img/common/pagetop.png) no-repeat left top;
  position: fixed;
  bottom: 0;
  right: 0;
}

.page_top a:hover {
  filter: alpha(opacity=80);
  -moz-opacity: 0.8;
  opacity: 0.8;
}

@media (width <= 40rem) {
  .page_top a {
    display: none;
  }
}

/* =04 layout
------------------------*/
body {
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Meiryo", "Noto Sans JP", Arial, sans-serif;
  color: #333;
}

#wrapper {
  width: 100%;
  margin: 0 auto;
  position: relative;
  padding-bottom: 40px;
}

@media (width <= 40rem) {
  #wrapper {
    padding-bottom: 20px;
  }
  #wrapper h1 span {
    display: none;
  }
}

#header {
  width: 100%;
  max-width: 980px;
  /* min-height: 112px; */
  margin: 0 auto;
  padding: 17px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

/* TODO: ↓削除予定(.page-titleで統一) */
#pageTitle {
  width: 100%;
  height: 82px;
  margin-bottom: 20px;
  background: url(../img/share/page_title_bg02.jpg) repeat-x 0 0;
}

#pageTitle h2 {
  width: 100%;
  max-width: 980px;
  height: 82px;
  margin: 0 auto;
  background: url(../img/share/page_title_bg01.jpg) no-repeat 32px bottom;
}

#pageTitle h2 span {
  display: block;
  max-width: 980px;
  height: 62px;
  padding-left: 70px;
  font-size: 24px;
  line-height: 62px;
  color: #fff;
  background: url(../img/share/page_title_bg03.jpg) no-repeat 0 0;
}
/* ↑削除予定 */

/* ページタイトル */
.page-title-wrapper {
  width: 100%;
  background-color: #000046;
  margin-bottom: 40px;
}

.page-title-inner {
  display: flex;
  align-items: center;
  margin: 0 auto;
  max-width: 980px;
  position: relative;
}

.page-title-icon {
  margin-right: 12px;
}

.page-title {
  font-size: 24px;
  color: white;
}

.page-title-inner:before {
  content: "";
  position: absolute;
  bottom: -45px;
  left: 20px;
  border-top: 25px solid #000046;
  border-right: 15px solid transparent;
  border-bottom: 25px solid transparent;
  border-left: 15px solid transparent;
}

@media (width <= 40rem) {
  .page-title-wrapper {
    margin-bottom: 20px;
  }
  .page-title-icon {
    width: 24px;
  }

  .page-title {
    font-size: 14px;
    font-weight: normal;
  }

  .page-title-inner:before {
    bottom: -44px;
    left: 20px;
    border-top: 20px solid #000046;
    border-right: 10px solid transparent;
    border-bottom: 30px solid transparent;
    border-left: 10px solid transparent;
  }
}

#contents {
  width: 100%;
  max-width: 980px;
  padding: 0;
  margin: 0 auto;
  position: relative;
}

#footer {
  /* height: 120px;
  padding: 20px 0 0 0;
  border-top: 3px solid #000046; */
}

/* =05 module head
------------------------*/
/* TODO: ↓削除予定 */
h1 {
  background-color: #000046;
}

h1 span {
  display: block;
  max-width: 980px;
  margin: 0 auto;
  color: #fff;
  font-size: 10px;
  line-height: 23px;
}
/* ↑削除予定 */

.page-head {
  width: 100%;
  background-color: #010045;
  padding: 4px 0;
}

.page-head-title {
  font-size: 10px;
  color: white;
  max-width: 980px;
  margin: 0 auto;
}

@media (width <= 40rem) {
  .page-head-title {
    display: none;
  }
}

/*______ ロゴ ______*/

#logo {
  width: 200px;
  flex-shrink: 0;
}

#logo a {
  width: 200px;
  height: 75px;
  zoom: 1;
}

#logo a:hover {
  filter: alpha(opacity=70);
  -moz-opacity: 0.7;
  opacity: 0.7;
}

@media (width <= 40rem) {
  #logo,
  #logo img {
    width: 117px;
  }
}
/*______ ヘッダーナビ ______*/

#headNav01 {
  width: 100%;
  height: 14px;
  text-align: right;
  display: flex;
  justify-content: flex-end;
  gap: 10px;
}

@media (width <= 40rem) {
  #header {
    padding: 10px;
    align-items: center;
    gap: 15px;
  }

  .header-nav {
    min-width: auto;
    width: 180px;
    align-items: center;
  }

  #headNav01 {
    display: none;
  }

  #headNav02 {
    flex-wrap: wrap;
    gap: 10px;
  }

  .nav-row {
    justify-content: center;
  }

  .nav-row-3 {
    text-align: center;
  }

  #headNav03 {
    text-align: center;
  }
}

#headNav01 li {
  font-size: 14px;
  display: -moz-inline-box; /*Firefox 2*/
  display: inline-block; /*Modern*/
  display: inline; /*IE5～7*/
  zoom: 1; /*IE5～7*/
  padding: 0 10px;
}

#headNav01 li.nav01 {
  border-right: 1px solid #666;
}

#headNav01 li a {
  color: #333;
}

#headNav02 {
  width: 100%;
  height: 43px;
  display: flex;
  gap: 8px;
  align-items: center;
  justify-content: flex-end;
}

#headNav02 li.nav01 {
  flex: 0 0 auto;
}

#headNav02 li.nav01 a {
  display: block;
  width: 190px;
  height: 43px;
  line-height: 43px;
  text-align: center;
  color: #fff;
  background-color: #000046;
  text-decoration: none;
  font-weight: bold;
  font-size: 14px;
  border-radius: 8px;
}

#headNav02 li.nav01 a:hover {
  opacity: 0.8;
}

#headNav02 li.nav02 {
  flex: 0 0 auto;
}

#headNav02 li.nav02 a {
  display: block;
  width: 190px;
  height: 43px;
  line-height: 43px;
  text-align: center;
  color: #fff;
  background-color: #640014;
  text-decoration: none;
  font-weight: bold;
  font-size: 14px;
  border-radius: 8px;
}

#headNav02 li.nav02 a:hover {
  opacity: 0.8;
}

@media (width <= 40rem) {
  #headNav02 {
    width: 100%;
    flex-wrap: nowrap;
    justify-content: space-between;
  }
  #headNav02 li.nav01,
  #headNav02 li.nav02 {
    width: calc(50% - 4px);
  }
  #headNav02 li.nav01 a,
  #headNav02 li.nav02 a {
    width: 100%;
    height: 33px;
    line-height: 33px;
    border-radius: 4px;
  }
}

/* Header Navigation Layout */
.header-nav {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

.nav-row {
  display: flex;
  justify-content: flex-end;
  width: 100%;
}

.nav-row-1 {
  margin-bottom: 10px;
}

.nav-row-2 {
  margin-bottom: 5px;
}

.nav-row-3 {
  text-align: right;
}

@media (width <= 40rem) {
  .nav-row-1 {
    margin-bottom: 0;
  }

  .nav-row-2 {
    width: 100%;
  }
}

#headNav03 {
  width: 100%;
  height: 22px;
  text-align: right;
}

#headNav03 li.nav03 {
  display: inline-block;
  background-color: #eeeeee;
  width: 190px;
  text-align: center;
  border-radius: 4px;
}

@media (width <= 40rem) {
  #headNav03 li.nav03 {
    width: 100%;
  }
}

#headNav03 li.nav03 a {
  display: inline-block;
  height: 22px;
  line-height: 22px;
  color: #000033;
  text-decoration: underline;
  font-size: 12px;
}

#headNav03 li.nav03 a:hover {
  text-decoration: none;
}

/* =06 module foot
------------------------*/
.footer-pc {
  width: 100%;
  margin: 10px auto 0;
  padding: 20px 0 0px;
  border-top: 3px solid #000046;
}

.footer-pc #footNav {
  max-width: 980px;
  margin: 0 auto 15px;
  padding-bottom: 13px;
  text-align: left;
  border-bottom: 1px dotted #bbb;
}

.footer-pc #footNav li {
  font-size: 75%;
  display: -moz-inline-box; /*Firefox 2*/
  display: inline-block; /*Modern*/
  display: inline; /*IE5～7*/
  zoom: 1; /*IE5～7*/
}

.footer-pc #footNav li a {
  color: #666;
  padding: 0 10px 0 5px;
  border-right: 1px solid #666;
}

.footer-pc p.copyright {
  max-width: 980px;
  margin: 0 auto;
  font-size: 75%;
  color: #666;
  clear: both;
  display: block;
  text-align: left;
}

.footer-sp {
  display: none;
}

@media (width <= 40rem) {
  .footer-pc {
    display: none;
  }

  .footer-sp {
    display: block;
  }

  footer {
    margin-top: 20px;
    border-top: 3px solid #000046;
  }

  .footer-sp #footNav {
    width: 100%;
    margin-bottom: 5px;
  }

  .footer-sp #footNav > li {
    border-bottom: 1px solid #a9a9a9;
  }

  .footer-sp #footNav > li > a {
    position: relative;
    display: block;
    height: 40px;
    padding-left: 5px;
    color: #000046;
    font-size: 12px;
    font-weight: bold;
    line-height: 40px;
    text-decoration: none;
  }

  .footer-sp #footNav > li > a:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 5px;
    display: block;
    width: 5px;
    height: 5px;
    margin-top: -4px;
    border-top: 3px solid #bebebe;
    border-right: 3px solid #bebebe;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
  }

  .footer-sp footer > .copyright {
    color: #000046;
    font-size: 12px;
    font-weight: bold;
    line-height: 130%;
    text-align: center;
  }
}

/* =07 module top
------------------------*/

/* PC用キービジュアル */
#top-key-visual-pc {
  width: 100%;
  max-width: 980px;
  min-height: 326px;
  margin: 0 auto;
  /* TODO: 文字もボタン背景も全て画像なので、修正必須。一旦無理やり実装 */
  background: url(../img/top/keyvisual.jpg) no-repeat center 0;
  background-size: contain;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 40px 20px;
}

#top-key-visual-pc #topKeyNav {
  display: flex;
  flex-direction: column;
  gap: 15px;
  width: 100%;
  max-width: 335px;
  margin-right: 70px;
}

#top-key-visual-pc #topKeyNav .nav01 {
  width: 100%;
}

#top-key-visual-pc #topKeyNav .nav01 a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 117px;
  padding: 15px 20px;
  background-color: #000046;
  color: #fff;
  text-decoration: none;
  font-weight: bold;
  font-size: 28px;
  line-height: 1.6;
  text-align: center;
  border-radius: 8px;
  transition: opacity 0.3s;
}

#top-key-visual-pc #topKeyNav .nav01 a span {
  font-size: 14px;
  color: red;
  font-weight: bold;
}

#top-key-visual-pc #topKeyNav .nav01 a:hover {
  opacity: 0.8;
}

#top-key-visual-pc #topKeyNav .nav02 {
  width: 100%;
}

#top-key-visual-pc #topKeyNav .nav02 a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 67px;
  padding: 15px 20px;
  background-color: #640014;
  color: #fff;
  text-decoration: none;
  font-weight: bold;
  font-size: 24px;
  text-align: center;
  border-radius: 8px;
  transition: opacity 0.3s;
}

#top-key-visual-pc #topKeyNav .nav02 a:hover {
  opacity: 0.8;
}

#top-key-visual-pc #topKeyNav .nav03 {
  width: 100%;
}

#top-key-visual-pc #topKeyNav .nav03 a img {
  width: 100%;
}

#top-key-visual-pc #topKeyNav .nav03 a:hover {
  opacity: 0.7;
  text-decoration: none;
}

#top-key-visual-pc .topKeyvisual-catchphrase {
  position: absolute;
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
  width: 90%;
  max-width: 980px;
  color: #fff;
  font-size: 14px;
  line-height: 1.6;
  text-align: center;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

/* SP用キービジュアル */
#top-key-visual-sp {
  display: none;
  width: 310px;
  height: 98px;
  margin: 0 auto 10px;
  /* TODO: 画像が小さすぎるが一旦そのまま使用 */
  background: url(../img/top/top_keyvisual.png) no-repeat center 0;
  -webkit-background-size: auto 98px;
  background-size: auto 98px;
}

@media (width <= 980px) {
  #top-key-visual-pc {
    display: none;
  }

  #top-key-visual-sp {
    display: block;
  }
}

/* PC用キービジュアルは980px以上でのみ表示 */
@media (width <= 980px) {
  #top-key-visual-pc {
    display: none;
  }
}

/* SP用キービジュアルナビゲーション */
.top-key-nav-sp {
  display: none;
}

@media (width <= 980px) {
  .top-key-nav-sp-container {
    background: url(../img/share/box_bg01.png) repeat 0 0;
    width: 300px;
    margin: 0 auto;
    padding: 3px;
    height: 100%;
  }
  .top-key-nav-sp {
    display: flex;
    flex-direction: column;
    gap: 12px;
    width: 300px;
    max-width: 100%;
    padding: 12px;
    height: 100%;
    margin: 0 auto;
    background-color: #fff;
  }

  .top-key-nav-sp .nav01 {
    width: 100%;
  }

  .top-key-nav-sp .nav01 a {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    min-height: 80px;
    background-color: #000046;
    color: #fff;
    text-decoration: none;
    font-weight: bold;
    font-size: 20px;
    line-height: 1.6;
    text-align: center;
    border-radius: 4px;
    transition: opacity 0.3s;
  }

  .top-key-nav-sp .nav01 a .red-text {
    font-size: 12px;
    line-height: 1.6;
    text-align: center;
    color: red;
  }

  .top-key-nav-sp .nav01 a:hover {
    opacity: 0.8;
  }

  .top-key-nav-sp .nav02 {
    width: 100%;
  }

  .top-key-nav-sp .nav02 a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    min-height: 35px;
    padding: 12px 15px;
    background-color: #640014;
    color: #fff;
    text-decoration: none;
    font-weight: bold;
    font-size: 14px;
    text-align: center;
    border-radius: 4px;
    transition: opacity 0.3s;
  }

  .top-key-nav-sp .nav02 a:hover {
    opacity: 0.8;
  }

  .top-key-nav-sp .nav03 {
    width: 100%;
  }

  .top-key-nav-sp .nav03 a img {
    width: 100%;
  }

  .top-key-nav-sp .nav03 a:hover {
    opacity: 0.7;
    text-decoration: none;
  }
}

/* add_topic (お知らせリンク) */
.add_topic {
  display: block;
  width: 50%;
  margin: 20px auto;
  font-size: 14px;
  line-height: 1.4;
  padding: 15px 20px 12px;
  text-align: center;
  border: 1px solid #000046;
  text-decoration: none;
}

.add_topic:hover {
  opacity: 0.7;
  text-decoration: underline;
}

@media (width <= 40rem) {
  .add_topic {
    width: 95%;
    margin: 15px auto;
    font-size: 12px;
    line-height: 1.5;
    padding: 12px 4px 10px;
  }

  .add_topic .date-prefix {
    display: none;
  }
}

/* topFeatureList */
#topSubTitle01-pc {
  margin-bottom: 10px;
  padding-bottom: 20px;
  background: url(../img/top/bg_tri01.jpg) no-repeat center bottom;
}
#topSubTitle01-pc span {
  display: block;
  text-align: center;
  background-color: #000046;
}

#topSubTitle01-sp {
  display: none;
}

@media (width <= 40rem) {
  #topSubTitle01-pc {
    display: none;
  }

  #topSubTitle01-sp {
    display: block;
    position: relative;
    width: 100%;
    height: 31px;
    margin-bottom: 15px;
    text-align: center;
    background-color: #000046;
  }

  #topSubTitle01-sp > img {
    width: auto;
    height: 31px;
  }

  #topSubTitle01-sp:before {
    content: "";
    position: absolute;
    margin-left: -6px;
    bottom: -20px;
    left: 50%;
    border-top: 10px solid #000046;
    border-right: 6px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 6px solid transparent;
  }
}

#topFeatureList-pc {
  display: flex;
  gap: 20px;
  width: 100%;
  width: 980px;
  margin: 0 auto 20px;
}

.topFeatureItem {
  display: flex;
  flex-direction: column;
  flex: 1;
  padding-top: 12px;
  background-color: #010045;
}

#topFeatureList-pc dt {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 40px 10px 20px 10px;
  font-size: 20px;
  font-weight: bold;
  line-height: 130%;
  color: #640014;
  text-align: center;
  background: #000046 url(../img/top/top_feature_bg.jpg) no-repeat center bottom;
}

#topFeatureList-pc dd {
  flex: 1;
  padding: 20px 25px;
  color: #fff;
  font-size: 14px;
  line-height: 130%;
  background-color: #000046;
}

#topFeatureList {
  margin: 0 5px;
}

.topFeatureItem {
  display: flex;
  flex-direction: column;
}

#topFeatureList-sp {
  display: none;
  margin: 0 4px 24px;
}

#topFeatureList-sp dt {
  position: relative;
  margin: 0 5px;
  padding: 15px 0;
  color: #640014;
  font-size: 13px;
  font-weight: bold;
  text-align: center;
  line-height: 130%;
  vertical-align: middle;
  border: 5px solid #000046;
  background: url(../img/top/top_feature_bg.png) no-repeat center center;
}

#topFeatureList-sp dt:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 10px;
  border-top: 10px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 10px solid #000046;
  border-left: 6px solid transparent;
}

#topFeatureList-sp dd {
  margin: 0 5px 5px;
  padding: 5px;
  color: #fff;
  font-size: 12px;
  line-height: 130%;
  background-color: #000046;
  border: 5px solid #000046;
  border-top: 0;
}

@media (width <= 980px) {
  #topFeatureList-pc {
    display: none;
  }

  #topFeatureList-sp {
    display: block;
  }
}

/* topPlan */
#topPlan {
  padding-bottom: 50px;
  background-color: #f6f6f6;
}

@media (width <= 40rem) {
  #topPlan {
    padding-bottom: 0;
  }
}

#topPlan .note {
  width: 980px;
  margin: 0 auto;
  color: #f00;
  font-size: 14px;
}

#topSubTitle02-pc {
  margin-bottom: 10px;
  padding-bottom: 20px;
  background: #f6f6f6 url(../img/top/bg_tri02.jpg) no-repeat center bottom;
}
#topSubTitle02-pc span {
  display: block;
  text-align: center;
  background-color: #d9d9d9;
}

#topSubTitle02-sp {
  display: none;
}

@media (width <= 40rem) {
  #topSubTitle02-pc {
    display: none;
  }

  #topSubTitle02-sp {
    display: block;
    position: relative;
    width: 100%;
    height: 31px;
    margin-bottom: 15px;
    text-align: center;
    background-color: #d9d9d9;
  }

  #topSubTitle02-sp > img {
    width: auto;
    height: 31px;
  }

  #topSubTitle02-sp:before {
    content: "";
    position: absolute;
    margin-left: -6px;
    bottom: -20px;
    left: 50%;
    border-top: 10px solid #d9d9d9;
    border-right: 6px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 6px solid transparent;
  }
}

#topPlanTable {
  width: 980px;
  margin: 0 auto 10px;
  border-left: 1px solid #a8a8a8;
  border-top: 1px solid #a8a8a8;
}

#topPlanTable th,
#topPlanTable td {
  padding: 15px 0;
  text-align: center;
  vertical-align: middle;
  font-size: 14px;
  color: #666;
  border-right: 1px solid #a8a8a8;
  border-bottom: 1px solid #a8a8a8;
  background-color: #fff;
}

#topPlanTable th {
  font-weight: bold;
}

#topPlanTable th.cell01 {
  width: 180px;
  line-height: 1.5em;
  background-color: #e0e0e0;
}

#topPlanTable th.cell03,
#topPlanTable th.cell04 {
  width: 290px;
}

#topPlanTable th.cell03,
#topPlanTable th.cell04 {
  color: #640014;
}

/* 20161011追記 */
#topPlanTable td.cell07 {
  text-align: left;
  padding: 15px 50px;
  line-height: 1.5em;
}
#topPlanTable dl.c07dl {
  margin-bottom: 5px;
}
#topPlanTable td.cell07 dl dt {
  text-decoration: underline;
}
#topPlanTable td.cell07 dl dd {
  margin-left: 70px;
}
#topPlanTable td.cell08 {
  text-align: left;
}
#topPlanTable td.cell08 div {
  width: 82%;
  margin: 0 auto;
}
#topPlanTable td.cell08 div p.c08text1 {
  margin: 10px auto;
  line-height: 1.8em;
}
#topPlanTable td.cell08 div p.c08text2 {
  margin: 10px auto;
  line-height: 1.2em;
  font-size: 0.8em;
}
#topPlanTable td.cell08 div a {
  margin: 15px 0px;
  padding: 20px;
  border-radius: 8px;
  border-image: none;
  width: 100%;
  text-align: center;
  color: #fff;
  font-size: 1.5em;
  font-weight: 900;
  text-decoration: none;
  display: inline-block;
  box-sizing: border-box;
  background-color: #640014;
}
#topPlanTable td.cell08 div a:hover {
  background-color: #832437;
}

#topFeaturedProducts {
  padding-bottom: 50px;
}

.switch-button-wrapper {
  display: flex;
  gap: 14px;
  justify-content: center;
  width: max-content;
  background-color: #d9d9d9;
  margin: 0 auto;
  padding: 10px;
  margin-top: 20px;
}

.switch-button-item {
  padding: 4px 40px;
  background-color: #afafaf;
  color: #fff;
  border: none;
  cursor: pointer;
  font-size: 20px;
}

.switch-button-item-active {
  padding: 4px 40px;
  background-color: #000046;
  color: #fff;
  border: none;
  cursor: pointer;
}

.top-featured-products-list {
  background-color: #fff;
}

.top-featured-products-items {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  column-gap: 20px;
  row-gap: 30px;
  margin: 20px auto;
  width: 90%;
  max-width: 1200px;
  background-color: #fff;
  border-radius: 10px;
  padding: 20px 0 30px 0;
  position: relative;
}

.top-featured-products-items::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: calc(100% / 2 - 6px);
  height: 1px;
  background-color: #a8a8a8;
}

.top-featured-products-item {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding-right: 20px;
  padding-bottom: 30px;
  border-right: 1px solid #a8a8a8;
}

.top-featured-products-item-info a {
  word-break: break-all;
}

.top-featured-products-item .event-name,
.top-featured-products-item .event-date-wrapper {
  font-size: 14px;
}

.top-featured-products-item img {
  width: 100%;
  height: auto;
}

.top-featured-products-item .item-name {
  font-size: 14px;
  font-weight: bold;
}

.top-featured-products-item.is-fifth
 {
  border-right: none;
}

@media screen and (width <= 980px) {
  .top-featured-products-items {
    grid-template-columns: repeat(3, 1fr);
  }

  .top-featured-products-item {
    border-right: 1px solid #a8a8a8;
  }

  .top-featured-products-items::before {
    display: none;
  }

  .top-featured-products-item.is-third {
    border-right: none;
    padding-right: 0;
  }

  .top-featured-products-item.is-fifth {
    border-right: 1px solid #a8a8a8;
  }
}

@media screen and (width <= 40rem) {
  #topFeaturedProducts {
    padding-bottom: 30px;
  }

  .switch-button-wrapper {
    gap: 8px;
  }

  .switch-button-item {
    padding: 4px 20px;
    font-size: 16px;
  }

  .top-featured-products-items {
    padding: 10px;
    grid-template-columns: repeat(1, 1fr);
    gap: 0;
    background: url(../img/search/dot_bg.gif) repeat 0 0;
  }

  .top-featured-products-item {
    border-right: none;
    position: relative;
    flex-direction: row;
    background-color: #fff;
    padding: 10px;
    border-bottom: 1px solid #a8a8a8;
  }

  .top-featured-products-item:first-child {
    border-radius: 8px 8px 0 0;
  }
  .top-featured-products-item:last-child {
    border-radius: 0 0 8px 8px;
  }

  .top-featured-products-item:nth-child(5n) {
    border-right: none;
  }

  .top-featured-products-item img {
    width: 100px;
    height: 100px;
  }

  .top-featured-products-item-info {
    display: flex;
    flex-direction: column;
    gap: 4px;
  }

  .top-featured-products-item:after {
    content: "";
    position: absolute;
    right: 5px;
    top: 50%;
    transform: translateY(-50%) rotate(45deg);
    width: 10px;
    height: 10px;
    border-top: 3px solid #000046;
    border-right: 3px solid #000046;
  }
}

/* topPay */
#topPay {
  padding-bottom: 10px;
  background-color: #f6f6f6;
}

#topSubTitle03 {
  margin-bottom: 10px;
  padding-bottom: 20px;
  background: #f6f6f6 url(../img/top/bg_tri03.jpg) no-repeat center bottom;
}
#topSubTitle03 span {
  display: block;
  text-align: center;
  background-color: #640014;
}

#topPayText {
  width: 980px;
  margin: 0 auto;
  padding: 20px 0;
}

#topPayText h3 {
  margin-bottom: 1em;
  font-size: 18px;
  font-weight: bold;
  line-height: 160%;
  color: #640014;
  text-align: center;
}

#topPayText p {
  font-size: 14px;
  line-height: 160%;
  margin-bottom: 1em;
}

/* topFaq */
#topFaq {
  padding: 50px 0 20px;
  background-color: #f6f6f6;
}

#topSubTitle04-pc {
  margin-bottom: 10px;
  padding-bottom: 20px;
  background: #f6f6f6 url(../img/top/bg_tri04.jpg) no-repeat center bottom;
}
#topSubTitle04-pc span {
  display: block;
  text-align: center;
  background-color: #d9d9d9;
}

#topSubTitle04-sp {
  display: none;
}

@media (width <= 40rem) {
  #topSubTitle04-pc {
    display: none;
  }

  #topSubTitle04-sp {
    display: block;
    position: relative;
    width: 100%;
    height: 31px;
    margin-bottom: 15px;
    text-align: center;
    background-color: #d9d9d9;
  }

  #topSubTitle04-sp > img {
    width: auto;
    height: 31px;
  }

  #topSubTitle04-sp:before {
    content: "";
    position: absolute;
    margin-left: -6px;
    bottom: -20px;
    left: 50%;
    border-top: 10px solid #d9d9d9;
    border-right: 6px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 6px solid transparent;
  }
}

#topFaqList {
  max-width: 980px;
  width: 95%;
  margin: 0 auto;
  box-sizing: border-box;
}

@media (width <= 40rem) {
  #topFaqList {
    width: 97%;
  }
}

.faq-item {
  display: flex;
  flex-direction: column;
  margin-bottom: 10px;
  background: #e5e5e5;
  padding: 12px;
  gap: 4px;
}

#topFaqList dt {
  display: flex;
  align-items: flex-start;
  gap: 10px;
}

#topFaqList dt .mark-icon {
  width: 27px;
  height: 27px;
  flex-shrink: 0;
}

#topFaqList dt .question-text {
  flex: 1;
  font-size: 14px;
  font-weight: bold;
  color: #000046;
  line-height: 27px;
}

.faq-divider {
  padding: 0 15px;
  border-bottom: 1px dotted #000046;
}

#topFaqList dd {
  display: flex;
  align-items: flex-start;
  gap: 10px;
}

#topFaqList dd .mark-icon {
  width: 27px;
  height: 27px;
  flex-shrink: 0;
}

#topFaqList dd .answer-text {
  flex: 1;
  font-size: 14px;
  color: #000;
  line-height: 160%;
}

/* topFaq レスポンシブ対応 - タブレット */
@media (width <= 800px) {
  .faq-divider {
    padding: 0 12px;
  }

  #topFaqList dt {
    gap: 8px;
  }

  #topFaqList dd {
    gap: 8px;
  }

  #topFaqList dt .mark-icon,
  #topFaqList dd .mark-icon {
    width: 20px;
    height: 20px;
  }

  #topFaqList dt .question-text {
    font-size: 13px;
    line-height: 24px;
  }

  #topFaqList dd .answer-text {
    font-size: 13px;
  }
}

/* topFaq レスポンシブ対応 - スマートフォン */
@media (width <= 40rem) {
  #topFaq {
    padding: 30px 0 20px;
  }

  .faq-item {
    padding: 8px;
  }

  .faq-divider {
    padding: 0 10px;
  }

  #topFaqList dt .mark-icon,
  #topFaqList dd .mark-icon {
    width: 14px;
    height: 14px;
  }

  #topFaqList dt .question-text {
    font-size: 12px;
    line-height: 1.15;
  }

  #topFaqList dd .answer-text {
    font-size: 12px;
    line-height: 1.15;
  }

  #topFaqList dd br {
    display: none;
  }
}

/* topNews */
#topNews {
  padding-bottom: 40px;
  background-color: #f6f6f6;
}

@media (width <= 40rem) {
  #topNews {
    padding-bottom: 20px;
  }
}

#topSubTitle05-pc {
  margin-bottom: 10px;
  padding-bottom: 20px;
  background: #f6f6f6 url(../img/top/bg_tri05.jpg) no-repeat center bottom;
}
#topSubTitle05-pc span {
  display: block;
  text-align: center;
  background-color: #000046;
}

#topSubTitle05-sp {
  display: none;
}

@media (width <= 40rem) {
  #topSubTitle05-pc {
    display: none;
  }

  #topSubTitle05-sp {
    display: block;
    position: relative;
    width: 100%;
    height: 31px;
    margin-bottom: 15px;
    text-align: center;
    background-color: #000046;
  }

  #topSubTitle05-sp > img {
    width: auto;
    height: 31px;
  }

  #topSubTitle05-sp:before {
    content: "";
    position: absolute;
    margin-left: -6px;
    bottom: -20px;
    left: 50%;
    border-top: 10px solid #000046;
    border-right: 6px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 6px solid transparent;
  }
}

#topNewsBox {
  width: 95%;
  max-width: 960px;
  margin: 0 auto;
  padding: 10px;
  background: url(../img/top/top_news_bg.jpg) repeat 0 0;
}

#topNewsList {
  width: 100%;
  margin: 0 auto;
  padding: 16px;
  max-height: 350px;
  overflow-y: auto;
  background-color: #fff;
}

#topNewsList li {
  padding: 10px 20px 10px 5px;
  color: #000046;
  text-decoration: none;
  border-bottom: 1px dotted #000046;
}

#topNewsList li a {
  display: block;
  background: url(../img/share/mark01.png) no-repeat right center;
}

#topNewsList li a:hover {
  background-color: #f6f6f6;
}

#topNewsList li span.date {
  display: block;
  font-size: 16px;
  font-weight: bold;
  line-height: 160%;
}

@media (width <= 40rem) {
  #topNewsBox {
    width: 90%;
    height: auto;
    padding: 5px;
  }

  #topNewsList {
    width: 100%;
    max-height: 210px;
    padding: 8px;
  }

  #topNewsList li {
    /* display: flex; */
    font-size: 12px;
    padding: 4px 0;
    border-bottom: 1px dotted #ccc;
  }

  #topNewsList li a {
    display: block;
    text-decoration: none;
    color: #333;
    background: none;
  }

  #topNewsList li span.date {
    font-size: 10px;
    line-height: 130%;
    margin-bottom: 4px;
  }
}

#topFlow {
  padding-bottom: 50px;
  background-color: #f6f6f6;
}

@media (width <= 768px) {
  #topFlow {
    display: none;
  }
}

#topSubTitle06-pc {
  margin-bottom: 10px;
  padding-bottom: 20px;
  background: #f6f6f6 url(../img/top/bg_tri02.jpg) no-repeat center bottom;
}
#topSubTitle06-pc span {
  display: block;
  text-align: center;
  background-color: #d9d9d9;
}

#topSubTitle06-sp {
  display: none;
}

@media (width <= 40rem) {
  #topSubTitle06-pc {
    display: none;
  }

  #topSubTitle06-sp {
    display: block;
    position: relative;
    width: 100%;
    height: 31px;
    margin-bottom: 15px;
    text-align: center;
    background-color: #d9d9d9;
  }

  #topSubTitle06-sp > img {
    width: auto;
    height: 31px;
  }

  #topSubTitle06-sp:before {
    content: "";
    position: absolute;
    margin-left: -6px;
    bottom: -20px;
    left: 50%;
    border-top: 10px solid #d9d9d9;
    border-right: 6px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 6px solid transparent;
  }
}

.top-flow-image-wrapper {
  display: flex;
  justify-content: center;
  width: 100%;
  padding: 0 16px;
}

.top-flow-image-wrapper img {
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
}

@media (width <= 768px) {
  .top-flow-image-wrapper {
    display: none;
  }
}

/* =08 module form
------------------------*/
#contents.form {
  width: 100%;
  max-width: 920px;
}

.form .note {
  width: auto;
  max-width: 920px;
  margin: 0 auto 20px;
  font-size: 12px;
  font-weight: bold;
  line-height: 160%;
  color: #f00;
}

.form .error {
  margin-bottom: 20px;
  padding: 25px 20px;
  font-size: 12px;
  font-weight: bold;
  line-height: 160%;
  color: #f00;
  border: 3px solid #d9d9d9;
}

@media (width <= 40rem) {
  .form .error {
    margin: 0 5px 12px;
  }
}

.form .formTable {
  width: 100%;
  max-width: 920px;
  margin-bottom: 20px;
  border-bottom: 1px solid #ccc;
}

@media (width <= 768px) {
  .form .formTable {
    border-bottom: none;
  }
}

.form .formTable tr th,
.form .formTable tr td {
  padding: 25px 10px;
  vertical-align: top;
  border-top: 1px solid #ccc;
}

.form .formTable tr.first th,
.form .formTable tr.first td {
  border-top: 0;
}

.form .formTable tr th {
  font-size: 14px;
  font-weight: bold;
  line-height: 150%;
}

.form .formTable tr th .require {
  margin-left: 10px;
  padding: 2px 0.5em;
  color: #fff;
  background-color: #f00;
}

.form .formTable tr td {
  font-size: 14px;
  line-height: 150%;
}

.form .formTable tr td input {
  width: 100%;
  max-width: 380px;
  height: 25px;
  padding: 0 5px;
  line-height: 25px;
  border: 1px solid #000;
}

.form .formTable tr td.shortInput > input {
  width: auto;
}

.form .formTable tr td textarea {
  width: 100%;
  max-width: 580px;
  height: 200px;
  border: 1px solid #000;
}

.form .submit {
  width: 100%;
  max-width: 830px;
  margin: 0 auto 40px;
}

@media (width <= 40rem) {
  .form .submit {
    padding: 0 5px;
    margin-bottom: 0;
  }
}

.form .submit input {
  display: block;
  width: 100%;
  max-width: 564px;
  height: 78px;
  margin: 0 auto;
  background: url(../img/form/form_btn_submit.jpg) no-repeat 0 0;
  border: 0;
  overflow: hidden;
  text-indent: 100%;
  cursor: pointer;
}

/* Button element styles for form submit */
.form .submit button {
  display: block;
  width: 100%;
  max-width: 564px;
  height: 78px;
  margin: 0 auto;
  border-radius: 4px;
  background-color: #020047;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  cursor: pointer;
  border: none;
  text-align: center;
}

.form .submit button:hover {
  opacity: 0.8;
}

.form .submit button .for-sp {
  display: none;
}

.form .submit button .for-pc {
  display: inline;
}

.form .submit .back input {
  float: left;
  display: block;
  width: 100%;
  max-width: 238px;
  height: 78px;
  margin: 0 auto;
  background: url(../img/form/form_btn_back.jpg) no-repeat 0 0;
  border: 0;
  overflow: hidden;
  text-indent: 100%;
  cursor: pointer;
}

.form .reminder input {
  display: block;
  width: 100%;
  max-width: 190px;
  height: 43px;
  margin: 0 auto 10px;
  background: url(../img/form/form_btn_reminder.png) no-repeat 0 0;
  border: 0;
  overflow: hidden;
  text-indent: 100%;
  cursor: pointer;
}

.form .reminder button {
  display: block;
  width: 100%;
  background-color: #000046;
  color: #fff;
  max-width: 190px;
  margin: 0 auto;
  padding: 8px 20px;
  border-radius: 5px;
  border: none;
  font-size: 16px;
  font-weight: bold;
  cursor: pointer;
}

@media (width <= 40rem) {
  .form .reminder button {
    max-width: 95%;
  }
}

.form .submit .send input {
  float: right;
  display: block;
  width: 100%;
  max-width: 564px;
  height: 78px;
  margin: 0 auto;
  background: url(../img/form/form_btn_send.jpg) no-repeat 0 0;
  border: 0;
  overflow: hidden;
  text-indent: 100%;
  cursor: pointer;
}

.form .submit {
  display: flex;
  gap: 12px;
}

.form .submit .back-btn {
  display: block;
  width: 100%;
  max-width: 238px;
  height: 78px;
  border-radius: 4px;
  background-color: #717171;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  cursor: pointer;
  border: none;
  text-align: center;
}

.form .submit .back-btn:hover {
  opacity: 0.8;
}

.form .submit .send-btn {
  display: block;
  width: 100%;
  max-width: 564px;
  height: 78px;
  border-radius: 4px;
  background-color: #020047;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  cursor: pointer;
  border: none;
  text-align: center;
}

.form .submit .send-btn:hover {
  opacity: 0.8;
}

.form #complete {
  width: 100%;
  max-width: 940px;
  margin-bottom: 100px;
  padding: 20px;
}

.form #complete .bg {
  padding: 5px;
  background: url(../img/form/form_bg01.jpg) repeat 0 0;
}

.form #complete .bg p {
  padding: 40px 0;
  font-size: 18px;
  line-height: 160%;
  text-align: center;
  background-color: #fff;
}

@media (width <= 40rem) {
  .form #complete {
    margin-bottom: 24px;
  }

  .form #complete .bg p {
    font-size: 14px;
  }
}

/* =09 module regist
------------------------*/
#contents.regist {
  width: 100%;
  max-width: 952px;
}

#contents.regist .rank {
  display: none;
}

.regist #registNav {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 4px;
  margin-bottom: 10px;
}

.regist #registNav li {
  display: flex;
  align-items: center;
  width: 100%;
  max-width: 311px;
  padding: 12px 16px;
  color: #000046;
  font-size: 14px;
  font-weight: bold;
  position: relative;
}

@media (width <= 40rem) {
  .regist #registNav li {
    flex-direction: column;
    align-items: flex-start;
    padding: 8px 4px;
  }
}

.regist #registNav li.on {
  width: 100%;
  color: #fff;
  background-image: url(../img/regist/regist_nav_on.jpg);
  background-size: 100% 100%;
  background-repeat: no-repeat;
}

.regist #registNav li.nav02,
.regist #registNav li.nav03 {
  background-image: url(../img/regist/regist_nav_off.jpg);
  background-size: 100% 100%;
  background-repeat: no-repeat;
}

.regist #registNav li.nav01-confirm,
.regist #registNav li.nav03-confirm {
  width: 100%;
  background-image: url(../img/regist/regist_nav_off.jpg);
  background-size: 100% 100%;
  background-repeat: no-repeat;
}

.regist #registNav li.nav02-confirm {
  color: #fff;
  background-image: url(../img/regist/regist_nav_on.jpg);
  background-size: 100% 100%;
  background-repeat: no-repeat;
}

.regist #registNav li.nav01-complete,
.regist #registNav li.nav02-complete {
  width: 100%;
  background-image: url(../img/regist/regist_nav_off.jpg);
  background-size: 100% 100%;
  background-repeat: no-repeat;
}

.regist #registNav li.nav03-complete {
  color: #fff;
  background-image: url(../img/regist/regist_nav_on.jpg);
  background-size: 100% 100%;
  background-repeat: no-repeat;
}

@media (width <= 40rem) {
  .regist #registNav li.nav02,
  .regist #registNav li.nav03 {
    background: url(../img/regist/regist_nav_off.png) no-repeat;
    background-size: 100% 100%;
    background-repeat: no-repeat;
  }

  .regist #registNav li.nav01-confirm,
  .regist #registNav li.nav03-confirm {
    background: url(../img/regist/regist_nav_off.png) no-repeat;
    background-size: 100% 100%;
    background-repeat: no-repeat;
  }

  .regist #registNav li.nav01-complete,
  .regist #registNav li.nav02-complete {
    width: 100%;
    background: url(../img/regist/regist_nav_off.png) no-repeat;
    background-size: 100% 100%;
    background-repeat: no-repeat;
  }
}

.regist p.note01 {
  width: 100%;
  max-width: 920px;
  margin: 0 auto 1em;
  color: #f00;
  font-size: 12px;
  font-weight: bold;
  line-height: 160%;
}

.regist p.note02 {
  width: 100%;
  max-width: 920px;
  /*margin: 0 auto 1em;*/
  font-size: 12px;
  line-height: 160%;
}

.regist .subtitle-wrapper {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 20px;
  width: 100%;
  border-bottom: 3px solid #000046;
  padding: 10px 4px;
}

.regist h3.subtitle {
  height: 45px;
  margin-bottom: 20px;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  line-height: 45px;
  background-color: #000046;
  padding-left: 16px;
}

.regist h4.subtitle {
  color: #000046;
  font-size: 18px;
  font-weight: bold;
}

.regist .subtitle-icon-pc {
  display: block;
}
.regist .subtitle-icon-sp {
  display: none;
  width: 12px;
}

@media (width <= 40rem) {
  .regist .subtitle-wrapper {
    gap: 4px;
    padding: 0;
    margin-bottom: 0;
  }
  .regist .subtitle-icon-pc {
    display: none;
  }
  .regist .subtitle-icon-sp {
    display: block;
  }
  .regist h4.subtitle {
    font-size: 12px;
  }
}

.regist .error {
  margin-bottom: 20px;
  padding: 25px 20px;
  font-size: 12px;
  font-weight: bold;
  line-height: 160%;
  color: #f00;
  border: 3px solid #d9d9d9;
}

.regist .registTable {
  width: 100%;
  max-width: 920px;
  margin: 0 auto 20px;
  border-bottom: 1px solid #ccc;
}

.regist .registTable tr th,
.regist .registTable tr td {
  padding: 25px 10px;
  vertical-align: top;
  border-top: 1px solid #ccc;
}

.regist .registTable tr.first th,
.regist .registTable tr.first td {
  border-top: 0;
}

.regist .registTable tr th {
  width: 30%;
  max-width: 230px;
  font-size: 14px;
  font-weight: bold;
}

.regist .registTable tr th .require {
  display: -moz-inline-box; /*Firefox 2*/
  display: inline-block; /*Modern*/
  display: inline; /*IE5～7*/
  zoom: 1; /*IE5～7*/
  margin-left: 10px;
  padding: 2px 0.5em;
  color: #fff;
  background-color: #f00;
}

.regist .registTable tr td {
  font-size: 14px;
  line-height: 150%;
}

.regist .registTable tr td p.example {
  padding-top: 5px;
  font-size: 12px;
}

.regist .registTable tr td input {
  width: 100%;
  max-width: 380px;
  height: 25px;
  padding: 0 5px;
  line-height: 25px;
  border: 1px solid #000;
}

.regist .registTable tr td.shortInput input {
  width: auto;
}

.regist .registTable tr td textarea {
  width: 100%;
  max-width: 580px;
  height: 200px;
  border: 1px solid #000;
}

.regist .submit {
  width: 100%;
  max-width: 830px;
  height: 78px;
  margin: 0 auto 40px;
}

.regist .submit button {
  display: block;
  width: 100%;
  max-width: 564px;
  height: 78px;
  margin: 0 auto;
  border-radius: 4px;
  background-color: #020047;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  cursor: pointer;
}

.regist .submit button:hover {
  opacity: 0.8;
}

.regist .submit button .for-sp {
  display: none;
}

@media (width <= 40rem) {
  .regist .submit {
    margin-bottom: 0;
  }
  .regist .submit button {
    height: 40px;
    font-size: 12px;
  }
  .regist .submit button .for-pc {
    display: none;
  }

  .regist .submit button .for-sp {
    display: block;
  }
}

.regist .submit {
  display: flex;
  gap: 20px;
  justify-content: center;
  align-items: center;
}

.regist .submit .back-btn {
  display: block;
  width: 100%;
  max-width: 238px;
  border: 0;
  overflow: hidden;
  cursor: pointer;
  background-color: #717171;
}

.regist .submit .regist-btn-pc {
  display: block;
  width: 100%;
  max-width: 564px;
  border: 0;
  overflow: hidden;
  cursor: pointer;
}

.regist .submit .regist-btn-sp {
  display: none;
}

@media (width <= 40rem) {
  .regist .submit {
    flex-direction: row;
    gap: 10px;
    margin-bottom: 20px;
  }

  .regist .submit .back-btn {
    width: calc(35% - 5px);
    max-width: none;
    background: none;
    background-color: #666;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    text-indent: 0;
    border-radius: 4px;
  }

  .regist .submit .regist-btn-sp {
    display: block;
  }

  .regist .submit .regist-btn-pc {
    display: none;
  }
}

.form h4.titleTerms,
.regist h4.titleTerms {
  height: auto;
  margin-bottom: 10px;
  padding: 10px 20px;
  background: #d9d9d9;
  border-bottom: 0;
}

.form .boxTerms,
.regist .boxTerms {
  height: 250px;
  margin-bottom: 40px;
  padding: 25px 20px;
  font-size: 12px;
  font-weight: bold;
  line-height: 160%;
  overflow-y: scroll;
  border: 3px solid #d9d9d9;
}

.regist .boxTerms p {
  margin-bottom: 1em;
}

.forgot-password-form p {
    line-height: 1.5;
  }

.forgot-password-form .formTable .first th {
  max-width: 120px;
}

.forgot-password-form .formTable .first input {
  border-radius: 3px;
}

@media (width <= 40rem) {
  .forgot-password-form .formTable .first th {
    max-width: 100%;
  }

  .forgot-password-form p {
    font-size: 12px;
    padding: 0 10px;
  }

  .forgot-password-form .first {
    display: flex;
    flex-direction: column;
  }

  .forgot-password-form .first th,
  .forgot-password-form .first td {
    /* NOTE: 別のスタイルが当たっており上書きできない & 別スタイルを変えると影響範囲が広いため一旦importantを使用 */
    padding: 4px 10px !important;
  }
}

/* レスポンシブ対応 - 登録フォーム */
@media screen and (max-width: 768px) {
  #contents.regist {
    padding: 0 10px;
  }

  .regist #registNav {
    flex-direction: column;
    height: auto;
  }

  .regist #registNav li {
    float: none;
    width: 100%;
    max-width: none;
    margin-right: 0;
    margin-bottom: 5px;
    font-size: 12px;
    text-indent: 10px;
  }

  .regist h3.subtitle {
    font-size: 16px;
    padding-left: 5px;
  }

  .regist h4.subtitle {
    font-size: 16px;
  }

  .regist .registTable {
    max-width: none;
  }

  .regist .registTable tr th,
  .regist .registTable tr td {
    display: block;
    width: 100%;
    padding: 15px 5px;
  }

  .regist .registTable tr th {
    max-width: none;
    border-bottom: none;
  }

  .regist .registTable tr td {
    border-top: none;
    padding-top: 5px;
    padding-bottom: 20px;
  }

  .regist .registTable tr td input {
    max-width: none;
    width: 100%;
  }

  .regist .registTable tr td textarea {
    max-width: none;
    width: 100%;
  }

  .regist .submit {
    max-width: none;
    height: auto;
    /* padding: 0 10px; */
  }

  .regist .submit input {
    max-width: none;
    width: 100%;
    height: 60px;
    font-size: 14px;
  }

  .regist .submit .back input,
  .regist .submit .regist input {
    float: none;
    max-width: none;
    width: 100%;
    margin-bottom: 10px;
  }

  .regist .boxTerms {
    height: 200px;
    padding: 15px 10px;
    font-size: 11px;
  }

  .regist h4.titleTerms {
    padding: 8px 15px;
    font-size: 14px;
  }

  .regist p.note01,
  .regist p.note02 {
    max-width: none;
    padding: 0 5px;
    font-size: 11px;
  }

  .regist .error {
    margin: 0 5px 20px;
    padding: 15px 10px;
    font-size: 11px;
  }
}

@media screen and (max-width: 480px) {
  .regist #registNav li {
    font-size: 11px;
    height: 40px;
  }

  .regist h3.subtitle {
    font-size: 12px;
    height: 28px;
    line-height: 28px;
  }

  .regist h4.subtitle {
    font-size: 14px;
    height: 35px;
    line-height: 35px;
  }

  .regist .registTable tr th,
  .regist .registTable tr td {
    padding: 10px 3px;
  }

  .regist .submit input {
    height: 50px;
    font-size: 12px;
  }

  .regist .boxTerms {
    height: 180px;
    padding: 10px 8px;
    font-size: 10px;
    margin-bottom: 16px;
  }
}

.regist #complete {
  width: 100%;
  max-width: 940px;
  margin-bottom: 100px;
  padding: 20px;
}

.regist #complete .bg {
  padding: 5px;
  /*	background: url(../img/regist/regist_bg01.jpg) repeat 0 0;*/
}

.regist #complete .bg p {
  padding: 10px 0 30px 0;
  font-size: 14px;
  line-height: 140%;
  background-color: #fff;
}

#complete-sp {
  display: none;
}

@media (width <= 40rem) {
  .regist #complete {
    display: none;
  }

  .regist #complete-sp {
    display: block;
    margin: 0 5px 20px;
    padding: 10px;
    background-color: #f6f6f6;
    line-height: 1.5;
  }

  .regist #complete-sp > .bg {
    padding: 3px;
    background: url(../img/share/box_bg01.png) repeat 0 0;
  }

  .regist #complete-sp > .bg > p {
    padding: 10px;
    color: #000;
    font-size: 12px;
    text-align: center;
    background-color: #fff;
  }
}

/* =10 module login
------------------------*/
#contents.login .replace-news { 
  text-align: center;
  margin: 30px 0;
}

#contents.login .replace-news p { 
  margin: 0 30px 10px;
  line-height: 120%;
  font-size: 20px;
  font-weight: 600;
}

@media (width <= 40rem) {
  #contents.login .replace-news {
    margin: 30px 0 0;
  }
  #contents.login .replace-news p{
    font-size: 16px;
  }
}

#contents.login .boxWide {
  width: 100%;
  height: max-content;
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 50px;
  padding: 20px;
  background-color: #f6f6f6;
}

@media (width <= 40rem) {
  #contents.login .boxWide {
    gap: 8px;
    margin: 0;
    background-color: transparent;
  }
}

#contents.login .boxWide .boxLogin .bg table {
  width: 100%;
}

#contents.login .boxWide .boxLogin .bg table {
  width: 100%;
}

@media (width <= 40rem) {
  .login .boxWide {
    flex-direction: column;
  }
}

.login .box {
  /* position: absolute; */
  /* top: 20px; */
  /* width: 452px;
	/* height: 266px; */
  width: 50%;
  min-height: 259px;
  height: 100%;
  padding: 5px;
  background: url(../img/login/login_bg.jpg) repeat 0 0;
}

@media (width <= 40rem) {
  .login .box {
    width: 100%;
  }
}

.login .boxLogin {
  left: 18px;
}

.login .boxRegist {
  left: 498px;
}

.login .box .bg {
  background-color: #fff;
  width: auto;
  height: 100%;
  min-height: 259px;
  padding: 5px 10px;
}

@media (width <= 40rem) {
  .login .box .bg {
    min-height: auto;
  }

  .login .box {
    min-height: auto;
  }
}

.login .box .bg h3 {
  padding: 0 10px;
  color: #003;
  font-size: 20px;
  font-weight: bold;
  line-height: 40px;
  border-bottom: 3px solid #000046;
}

.login .boxLogin .bg h3 {
  margin-bottom: 10px;
}

@media (width <= 40rem) {
  .login .box .bg h3 {
    padding: 0;
    border-bottom: 1px solid #000046;
  }
  .login .boxLogin .bg h3 {
    font-size: 12px;
    margin-bottom: 10px;
  }
}

.login .loginTable {
  /* max-width: 432px; */
  width: 100%;
  margin-bottom: 10px;
}

.login .loginTable th,
.login .loginTable td {
  padding: 10px 0;
  vertical-align: middle;
}

.login .loginTable th {
  /* width: 155px; */
  text-wrap: nowrap;
  color: #000046;
  font-size: 12px;
  font-weight: bold;
}

.login .loginTable td {
  /* width: 277px; */
  width: 100%;
}

.login .loginTable td input {
  width: 100%;
  max-width: 270px;
  height: 25px;
  line-height: 25px;
  border: 1px solid #000;
}

.login .boxLogin .error {
  color: #f00;
  font-size: 12px;
  font-weight: bold;
  line-height: 120%;
  text-align: center;
}

.login .boxLogin .submit {
  margin: 0 auto 10px;
  text-align: center;
}

.login .boxLogin .submit .login-btn {
  display: inline-block;
  width: 280px;
  height: 60px;
  line-height: 60px;
  background-color: #640013;
  color: #fff;
  border: none;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  cursor: pointer;
  text-decoration: none;
  border-radius: 8px;
}

.login .boxLogin .submit .login-btn:hover {
  opacity: 0.8;
}

@media (width <= 40rem) {
  .login .boxLogin .submit .login-btn {
    width: 100%;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    border-radius: 4px;
  }
}

.login .boxLogin .remind {
  text-align: center;
}

.login .boxLogin .remind a {
  color: #000033;
  font-size: 12px;
}

@media (width <= 40rem) {
  .login .boxLogin .remind a {
    display: block;
    width: 100%;
    padding: 4px 0;
    background-color: #eeeeee;
    border-radius: 4px;
  }
}

.login .boxRegist .bg h3 {
  margin-bottom: 10px;
}

.login .boxRegist .text01 {
  margin-bottom: 15px;
  padding: 0 20px;
  font-size: 16px;
  line-height: 120%;
}

@media (width <= 40rem) {
  .login .boxRegist .bg h3 {
    font-size: 12px;
    margin-bottom: 10px;
  }
  .login .boxRegist .text01 {
    font-size: 14px;
    padding: 0;
  }
}

.login .boxRegist .regist {
  margin-bottom: 10px;
  text-align: center;
}

.login .boxRegist .regist .regist-btn-pc {
  display: inline-block;
  width: 280px;
  height: 60px;
  line-height: 60px;
  background-color: #000046;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  border-radius: 8px;
}

.login .boxRegist .regist .regist-btn-pc:hover {
  opacity: 0.8;
}

.login .boxRegist .regist .regist-btn-sp {
  display: none;
  width: 100%;
  height: 30px;
  line-height: 30px;
  font-size: 14px;
  border-radius: 4px;
}

.login .boxRegist .regist .regist-btn-sp:hover {
  opacity: 0.8;
}

/* @media (width <= 40rem) {
  .login .boxRegist .regist .regist-btn-pc {
    width: 100%;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    border-radius: 4px;
  }
} */

/* .login .boxRegist .regist{
	margin-bottom: 10px;
	text-align: center;
} */

@media (width <= 40rem) {
  .login .boxRegist .regist .regist-btn-pc {
    display: none;
  }

  .login .boxRegist .regist .regist-btn-sp {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: auto;
    background-color: #000046;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    border-radius: 4px;
    padding-bottom: 8px;
  }

  .login .boxRegist .regist .regist-btn-sp span {
    color: red;
    line-height: 1.2;
    font-size: 12px;
    font-weight: bold;
  }
}

.login .boxRegist .text02 {
  margin-bottom: 15px;
  padding: 0 90px;
  color: #f00;
  font-size: 14px;
  font-weight: bold;
  line-height: 120%;
}

@media (width <= 40rem) {
  .login .boxRegist .text02 {
    display: none;
  }
}

/* =11 module privacy
------------------------*/
#contents.privacy {
  margin-bottom: 1.25rem;
  padding: 0 1rem;
}

@media (width <= 40rem) {
  #contents.privacy {
    margin-bottom: 1rem;
    padding: 0 0.5rem;
  }
}

/* =12 module term
------------------------*/
#contents.term {
  margin-bottom: 20px;
}

@media (width <= 40rem) {
  #contents.term {
    margin-bottom: 1rem;
    padding: 0 0.5rem;
  }
}

/* =13 module regist-info
------------------------*/
#contents.regist-info {
  margin-bottom: 20px;
}

@media (width <= 40rem) {
  #contents.regist-info {
    margin-bottom: 1rem;
    padding: 0 0.5rem;
  }
}

/* privacy
------------------------*/
#privacyBox {
  margin: 0 1rem 2rem;
  font-size: 0.875rem;
  line-height: 1.4;
  max-width: 100%;
}

#privacyBox h3 {
  margin-bottom: 0.75rem;
  font-size: 1rem;
  font-weight: bold;
  line-height: 1.4;
  border-bottom: 3px solid #000046;
}

#privacyBox h4 {
  margin-bottom: 0.5rem;
  padding-left: 0.5rem;
  line-height: 1.3;
  border-left: 3px solid #000046;
}

#privacyBox p {
  margin: 0 0.5em 1em;
}

#privacyBox #privacyContact {
  margin: 0 1rem 1rem;
  padding: 1rem;
  background-color: #eee;
  border-radius: 4px;
}

/* Mobile styles for privacy page */
@media (width <= 40rem) {
  #privacyBox {
    margin: 0 0.5rem 1.5rem;
    font-size: 0.8rem;
  }

  #privacyBox h3 {
    font-size: 0.9rem;
    margin-bottom: 0.5rem;
  }

  #privacyBox h4 {
    font-size: 0.85rem;
    padding-left: 0.3rem;
  }

  #privacyBox #privacyContact {
    margin: 0 0.5rem 1rem;
    padding: 0.75rem;
    font-size: 0.8rem;
  }

  #privacyBox p {
    margin: 0 0.3em 0.8em;
  }
}

/* discloseBox
------------------------*/
#discloseBox {
  margin: 0 10px 30px;
  font-size: 12px;
  line-height: 130%;
}

#discloseBox h3 {
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: bold;
  line-height: 20px;
  border-bottom: 3px solid #000046;
}

#discloseBox h4 {
  margin-bottom: 5px;
  padding-left: 5px;
  line-height: 18px;
  border-left: 3px solid #000046;
}

#discloseBox p {
  margin: 0 0.5em 1em;
}

#discloseBox dl {
  margin: 0 0.5em 20px;
}

#discloseBox dl dt {
  margin-bottom: 5px;
  font-weight: bold;
  padding-left: 2em;
  text-indent: -2em;
}

#discloseBox dl dd {
  margin-bottom: 15px;
  padding-left: 2em;
}

#discloseBox dl dd ol {
  margin: 0 0.5em 1em;
}

#discloseBox dl dd ol li {
  margin-bottom: 1.5em;
  padding-left: 2em;
  text-indent: -2em;
}

#discloseBox dl dd ol li span.heading {
  display: block;
  margin-bottom: 5px;
}

#discloseBox dl dd ol li ol {
  margin: 0 0 1em;
}

#discloseBox dl dd ol li ol li {
  padding-left: 3em;
  text-indent: -3em;
}

/* disCloseBox
------------------------*/
#termBox {
  margin: 0 10px 30px;
  font-size: 12px;
  line-height: 130%;
}

#termBox h3 {
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: bold;
  line-height: 20px;
  border-bottom: 3px solid #000046;
}

#termBox h4 {
  margin-bottom: 5px;
  padding-left: 5px;
  line-height: 18px;
  border-left: 3px solid #000046;
}

#termBox p {
  margin: 0 0.5em 1em;
}

#termBox ol {
  margin: 0 0.5em 1em;
}

#termBox ol li {
  margin-bottom: 0.5em;
  padding-left: 2em;
  text-indent: -2em;
}

#termBox ol li ol {
  margin: 0.5em 0.5em 1em;
}

#termBox ol li ol li {
  margin-bottom: 0.5em;
  padding-left: 1.5em;
  text-indent: -1.5em;
}

/* Mobile styles for term page */
@media (width <= 40rem) {
  #termBox {
    margin: 0 0.5rem 1.5rem;
    font-size: 0.8rem;
  }

  #termBox h3 {
    font-size: 0.9rem;
    margin-bottom: 0.5rem;
  }

  #termBox h4 {
    font-size: 0.85rem;
    padding-left: 0.3rem;
  }

  #termBox p {
    margin: 0 0.3em 0.8em;
  }

  #termBox ol {
    margin: 0 0.3em 0.8em;
  }

  #termBox ol li {
    margin-bottom: 0.3em;
    padding-left: 1.5em;
    text-indent: -1.5em;
  }

  #termBox ol li ol {
    margin: 0.3em 0.3em 0.8em;
  }

  #termBox ol li ol li {
    margin-bottom: 0.3em;
    padding-left: 1.2em;
    text-indent: -1.2em;
  }
}

/*20191007-08 追記*/
.info-red {
  width: 100%;
  max-width: 980px;
  margin: 2% auto;
  text-align: center;
  font-size: 13.5px;
  line-height: 150%;
}

.info-red span {
  font-size: 150%;
  font-weight: bold;
  color: red;
  line-height: 200%;
}

.topPlan-3000,
.join-info {
  max-width: 980px;
  width: 95%;
  padding-bottom: 8px;
  margin: 0 auto;
  text-align: center;
  box-sizing: border-box;
}

.topPlan-3000 h3 {
  text-align: center;
  color: #660415;
  font-size: 30px;
  font-weight: bold;
  margin: 0 0 25px;
}

.css-tag {
  display: inline-block;
  position: relative;
  margin: 0 40px 0 0;
  padding: 0 0 0 20px;
  width: 230px;
  height: 40px;
  line-height: 42px;
  background: #000546;
  color: #fff;
  font-size: 26px;
  box-sizing: border-box;
}

.css-tag:before {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  border: 20px solid transparent;
  border-left-color: #f6f6f6;
}

.css-tag:after {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  left: 100%;
  width: 0;
  height: 0;
  border: 20px solid transparent;
  border-left-color: #000546;
}

.topPlan-3000-price {
  font-size: 230%;
  padding: 0;
  vertical-align: middle;
}

.topPlan-3000 h4 {
  background-color: #832437;
  color: #fff;
  font-weight: normal;
  font-size: 26px;
  display: table;
  width: 100%;
  height: 70px;
}

.topPlan-3000 h4 span {
  display: table-cell;
  background-image: url("../img/top/service_img1.png"),
    url("../img/top/service_img2.png");
  background-size: 13%;
  background-repeat: no-repeat;
  background-position: 10% 40%, 90% 10%;
  vertical-align: middle;
}

.topPlan-3000 ul {
  max-width: 970px;
  width: 95%;
  margin: 40px auto 40px;
  text-align: left;
  box-sizing: border-box;
}

.topPlan-3000 ul li {
  margin: 20px auto 0;
  line-height: 1.2;
}

.topPlan-3000 ul li span {
  color: #000546;
  font-weight: bold;
  font-size: 130%;
  margin: 0 20px 0 0;
}

.topPlan-3000-tyui {
  background-color: #dddde4;
  padding: 40px 40px 30px 40px;
}

.topPlan-3000-tyui-red {
  color: red;
  font-weight: bold;
  font-size: 17px;
  margin: 0 0 10px 0;
  line-height: 1.2;
}

.topPlan-3000-tyui-text {
  font-size: 14px;
  line-height: 160%;
  text-align: left;
}

.topPlan-3000-tyui a {
  display: table;
  text-decoration: none;
  max-width: 450px;
  width: 90%;
  height: 50px;
  margin: 20px auto 0;
  box-sizing: border-box;
}

.topPlan-3000-tyui a span:hover {
  background-color: #44498e;
}

.topPlan-3000-tyui a span {
  display: table-cell;
  font-size: 17px;
  font-weight: bold;
  color: #fff;
  background-color: #1e2473;
  border-radius: 5px;
  vertical-align: middle;
}

/* レスポンシブ対応 - タブレット/中間サイズ */
@media (width <= 980px) {
  .topPlan-3000-tyui {
    padding: 30px 20px 20px 20px;
  }

  .topPlan-3000-tyui a {
    width: 100%;
    max-width: none;
  }

  .css-tag {
    width: max-conte;
    width: auto;
  }
}

/* レスポンシブ対応 - スマートフォン */
@media (width <= 40rem) {
  .topPlan-3000 h3 {
    font-size: 20px;
    margin-bottom: 8px;
  }

  .topPlan-3000-price {
    font-size: 230%;
    padding: 0;
    margin: 0;
  }

  .css-tag {
    display: block;
    margin: 0 auto;
    padding: 0 16px;
    width: max-content;
    height: 28px;
    line-height: 28px;
    font-size: 13px;
    border-radius: 15px;
  }

  .css-tag:before,
  .css-tag:after {
    display: none;
  }

  .topPlan-3000 h4 {
    font-size: 15px;
    margin: 0 auto;
    height: 50px;
  }

  .topPlan-3000 h4 span {
    background-size: 15%;
  }

  .topPlan-3000 ul {
    width: 87%;
    margin: 5% auto;
  }

  .topPlan-3000 ul li {
    margin: 10px auto 0;
    line-height: 150%;
    font-size: 10px;
  }

  .topPlan-3000 ul li span {
    font-size: 150%;
    margin: 0 20px 0 0;
    display: block;
  }

  .topPlan-3000-tyui {
    padding: 5%;
  }

  .topPlan-3000-tyui-red {
    font-size: 13px;
    margin: 0 0 10px 0;
  }

  .topPlan-3000-tyui-text {
    font-size: 10px;
    line-height: 160%;
  }

  .topPlan-3000-tyui a {
    height: 40px;
  }

  .topPlan-3000-tyui a span {
    font-size: 13px;
  }
}

/*202003-04 追記*/

.join-info h2 {
  color: red;
  font-weight: bold;
  font-size: 25px;
  margin: 0 0 10px 0;
  line-height: 140%;
}

.join-info p {
  font-size: 14px;
  line-height: 160%;
  text-align: left;
}

p.join-bold {
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  margin: 15px auto;
}

div.join-info div {
  display: table;
  margin: 3% auto;
  border-collapse: separate;
  border-spacing: 20px 0;
}

div.join-info div a {
  display: table-cell;
  width: 450px;
  color: #fff;
  font-size: 16px;
  border-radius: 5px;
  vertical-align: middle;
  text-decoration: none;
  line-height: 150%;
}

.rkga-link {
  background-color: #602d37;
  padding: 2% 0;
}

.rkga-link span {
  font-size: 130%;
  font-weight: bold;
}

.souba-link {
  background-color: #000046;
  padding: 2% 0;
}

.souba-link span {
  font-size: 130%;
  font-weight: bold;
}

.souba-link:hover {
  /* NOTE: 元は background-color: #303087; だが他のボタンに合わせて opacity: 0.8; に変更 */
  opacity: 0.8;
}

.rkga-link:hover {
  background-color: #9a4e5d;
}

/* レスポンシブ対応 */
@media (width <= 40rem) {
  .join-info {
    width: 100%;
    margin: 1rem auto 2rem;
    padding: 0 0.5rem;
  }

  .join-info h2 {
    font-size: 18px;
    margin: 0 0 15px 0;
  }

  .join-info h2 br {
    display: none;
  }

  div.join-info div {
    display: block;
    margin: 1rem auto;
  }

  div.join-info div a {
    display: block;
    width: 100%;
    margin-bottom: 15px;
    padding: 12px 8px;
    font-size: 14px;
  }

  p.join-bold {
    font-size: 14px;
  }

  .join-info p {
    font-size: 13px;
  }

  .rkga-link span,
  .souba-link span {
    font-size: 115%;
  }

  /* Form container responsive styles */
  .form {
    padding: 0;
  }

  /* Note styling for mobile based on style_sp.css */
  .form .note {
    margin: 0 5px 10px;
    color: #f00;
    font-size: 12px;
    font-weight: bold;
    line-height: 130%;
    text-align: left;
  }

  /* Form table responsive styles - convert to dl-like appearance */
  .form .formTable {
    width: 100%;
    /* max-width: none; */
    /* margin: 0 5px 20px; */
    margin: 0 auto;
  }

  .form .formTable tbody {
    display: block;
    width: 100%;
    padding: 0 5px;
  }

  .form .formTable tr {
    display: block;
    margin-bottom: 12px;
    padding: 3px 0;
    border: none;
    border-bottom: 1px solid #ccc;
  }

  .form .formTable tr th,
  .form .formTable tr td {
    display: block;
    padding: 0;
    border: none;
    width: 100%;
    text-align: left;
  }

  .form .formTable tr th {
    font-size: 12px;
    font-weight: bold;
    line-height: 16px;
    margin-bottom: 3px;
    background: none;
    padding: 0;
  }

  .form .formTable tr th .require {
    display: inline-block;
    margin-left: 5px;
    padding: 0 3px;
    color: #fff;
    line-height: 16px;
    background-color: #f00;
    font-size: 10px;
  }

  .form .formTable tr td input {
    width: 100%;
    height: 24px;
    padding: 5px;
    font-size: 16px;
    line-height: 20px;
    border: 1px solid #000;
    border-radius: 3px;
  }

  .form .formTable tr td textarea {
    width: 100%;
    height: 90px;
    padding: 5px;
    font-size: 16px;
    line-height: 20px;
    border: 1px solid #000;
    resize: vertical;
    border-radius: 3px;
  }

  .form .boxTerms {
    height: 120px;
    margin: 0 5px 10px;
    padding: 5px;
    border: 1px solid #d9d9d9;
    overflow-y: auto;
    font-size: 12px;
    text-align: left;
  }

  .form h4.titleTerms {
    height: 21px;
    margin: 0 5px 5px;
    padding: 0;
    background: #d9d9d9;
    border-bottom: 0;
    font-size: 12px;
    line-height: 21px;
    text-align: left;
    padding-left: 10px;
  }

  .form .submit {
    margin: 8px 0;
    height: 40px;
  }

  .form .submit button {
    display: block;
    width: 100%;
    height: 40px;
    padding: 2px 0;
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    line-height: 16px;
    text-align: center;
    background-color: #000046;
    border-radius: 3px;
    border: 0;
    border-bottom: 1px solid #dcdcdc;
    cursor: pointer;
  }

  .form .submit button:hover {
    opacity: 0.8;
  }

  .form .submit button .for-pc {
    display: none;
  }

  .form .submit button .for-sp {
    display: inline;
  }

  .form .submit .back-btn {
    float: none;
    width: 20%;
    max-width: none;
    height: 40px;
    font-size: 12px;
    display: inline-block;
    vertical-align: top;
  }

  .form .submit .send-btn {
    float: none;
    width: 80%;
    max-width: none;
    height: 40px;
    font-size: 12px;
    margin-bottom: 10px;
    display: inline-block;
    vertical-align: top;
  }
}


