@charset "UTF-8";
/* ======================================================
リセットCSS
====================================================== */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  word-wrap: break-word; }

html, body {
  margin: 0;
  padding: 0;
  min-width: 320px;
  outline: 0;
  border: 0;
  background: transparent;
  vertical-align: baseline;
  font-family: "Hiragino Sans", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  line-height: 1.8;
  -webkit-text-size-adjust: 100%; }

html {
  font-size: 62.5%; }

body {
  font-size: 15px;
  font-size: 1.5rem; }
  @media all and (max-width: 768px) {
    body {
      font-size: 13.5px;
      font-size: 1.35rem; } }

@-ms-viewport {
  width: 1200px; }

div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, pre, address, em, img, q, small, strong, sub, 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, a {
  margin: 0;
  padding: 0;
  outline: 0;
  border: 0;
  background: transparent;
  vertical-align: baseline;
  word-wrap: break-word;
  word-break: break-all;
  font-weight: 300;
  font-size: 100%; }

section {
  clear: both; }

ol, ul, li {
  list-style: none; }

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom; }
  #map img {
    max-width: inherit;
    height: inherit;
    vertical-align: inherit; }

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

nav ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

b {
  font-weight: 500; }

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

a {
  -webkit-tap-highlight-color: rgba(153, 153, 153, 0.4);
  text-decoration: none; }

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

u {
  text-decoration: underline !important; }

i {
  font-style: italic; }
  i.fa {
    display: inline-block;
    margin: 4px; }

em {
  font-weight: 500;
  font-style: normal; }

strong {
  font-weight: 600; }

pre {
  overflow: auto; }

a, input[type="submit"], input[type="button"] {
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  cursor: pointer; }

input, select, option, textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  box-shadow: none;
  outline: none; }

input {
  padding: 6px 6px;
  display: inline-block;
  border: 1px solid #ccc;
  vertical-align: middle;
  position: relative; }
  @media all and (max-width: 768px) {
    input {
      font-size: 16px;
      font-size: 1.6rem; } }

a {
  color: #EC6880; }
  a:hover, a:focus {
    color: #EC6880;
    text-decoration: underline;
    outline: none; }

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: inherit;
  line-height: 1.3; }

::-webkit-input-placeholder {
  color: #aaa; }

/* Chrome  */
::-moz-placeholder {
  color: #aaa; }

/* Firefox */
:-ms-input-placeholder {
  color: #aaa; }

/* IE */
/* ----------------------------------
utility
---------------------------------- */
/* ----- 配置系 ----- */
.positionR {
  position: relative; }

.aCenter {
  text-align: center !important; }

.ajustify {
  text-align: justify;
  text-justify: auto; }

.aRight {
  text-align: right !important; }

.aLeft {
  text-align: left !important; }

.fRight {
  float: right !important; }

.fLeft {
  float: left !important; }

.clBoth {
  clear: both !important; }

.clFix:after, .clearfix:after {
  display: block;
  clear: both;
  content: ""; }

.noWrap {
  white-space: nowrap !important;
  word-wrap: normal !important; }

.noWrapNormal {
  white-space: normal !important; }

.dpBlock {
  display: block !important;
  clear: both; }

.dpInlineBlock {
  display: inline-block !important; }

.fontBold, .fwBold {
  font-weight: bold !important; }

.textDecoNone, .underLineNone, .noUnderLine {
  text-decoration: none !important; }

.textDecoUnderLine, .underLine {
  text-decoration: underline !important; }

/* ----- font-size ----- */
.fs-base {
  font-size: 15px;
  font-size: 1.5rem; }

.fs-large {
  font-size: 18px;
  font-size: 1.8rem; }

.fs-small {
  font-size: 12px;
  font-size: 1.2rem; }

/* ----- margin + padding ----- */
.mt0 {
  margin-top: 0px !important; }

.mr0 {
  margin-right: 0px !important; }

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

.ml0 {
  margin-left: 0px !important; }

.pt0 {
  padding-top: 0px !important; }

.pr0 {
  padding-right: 0px !important; }

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

.pl0 {
  padding-left: 0px !important; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.mt25 {
  margin-top: 25px !important; }

.mr25 {
  margin-right: 25px !important; }

.mb25 {
  margin-bottom: 25px !important; }

.ml25 {
  margin-left: 25px !important; }

.pt25 {
  padding-top: 25px !important; }

.pr25 {
  padding-right: 25px !important; }

.pb25 {
  padding-bottom: 25px !important; }

.pl25 {
  padding-left: 25px !important; }

.mt30 {
  margin-top: 30px !important; }

.mr30 {
  margin-right: 30px !important; }

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

.ml30 {
  margin-left: 30px !important; }

.pt30 {
  padding-top: 30px !important; }

.pr30 {
  padding-right: 30px !important; }

.pb30 {
  padding-bottom: 30px !important; }

.pl30 {
  padding-left: 30px !important; }

.mt35 {
  margin-top: 35px !important; }

.mr35 {
  margin-right: 35px !important; }

.mb35 {
  margin-bottom: 35px !important; }

.ml35 {
  margin-left: 35px !important; }

.pt35 {
  padding-top: 35px !important; }

.pr35 {
  padding-right: 35px !important; }

.pb35 {
  padding-bottom: 35px !important; }

.pl35 {
  padding-left: 35px !important; }

.mt40 {
  margin-top: 40px !important; }

.mr40 {
  margin-right: 40px !important; }

.mb40 {
  margin-bottom: 40px !important; }

.ml40 {
  margin-left: 40px !important; }

.pt40 {
  padding-top: 40px !important; }

.pr40 {
  padding-right: 40px !important; }

.pb40 {
  padding-bottom: 40px !important; }

.pl40 {
  padding-left: 40px !important; }

.mt45 {
  margin-top: 45px !important; }

.mr45 {
  margin-right: 45px !important; }

.mb45 {
  margin-bottom: 45px !important; }

.ml45 {
  margin-left: 45px !important; }

.pt45 {
  padding-top: 45px !important; }

.pr45 {
  padding-right: 45px !important; }

.pb45 {
  padding-bottom: 45px !important; }

.pl45 {
  padding-left: 45px !important; }

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

.mr50 {
  margin-right: 50px !important; }

.mb50 {
  margin-bottom: 50px !important; }

.ml50 {
  margin-left: 50px !important; }

.pt50 {
  padding-top: 50px !important; }

.pr50 {
  padding-right: 50px !important; }

.pb50 {
  padding-bottom: 50px !important; }

.pl50 {
  padding-left: 50px !important; }

.mt55 {
  margin-top: 55px !important; }

.mr55 {
  margin-right: 55px !important; }

.mb55 {
  margin-bottom: 55px !important; }

.ml55 {
  margin-left: 55px !important; }

.pt55 {
  padding-top: 55px !important; }

.pr55 {
  padding-right: 55px !important; }

.pb55 {
  padding-bottom: 55px !important; }

.pl55 {
  padding-left: 55px !important; }

.mt60 {
  margin-top: 60px !important; }

.mr60 {
  margin-right: 60px !important; }

.mb60 {
  margin-bottom: 60px !important; }

.ml60 {
  margin-left: 60px !important; }

.pt60 {
  padding-top: 60px !important; }

.pr60 {
  padding-right: 60px !important; }

.pb60 {
  padding-bottom: 60px !important; }

.pl60 {
  padding-left: 60px !important; }

.mt65 {
  margin-top: 65px !important; }

.mr65 {
  margin-right: 65px !important; }

.mb65 {
  margin-bottom: 65px !important; }

.ml65 {
  margin-left: 65px !important; }

.pt65 {
  padding-top: 65px !important; }

.pr65 {
  padding-right: 65px !important; }

.pb65 {
  padding-bottom: 65px !important; }

.pl65 {
  padding-left: 65px !important; }

.mt70 {
  margin-top: 70px !important; }

.mr70 {
  margin-right: 70px !important; }

.mb70 {
  margin-bottom: 70px !important; }

.ml70 {
  margin-left: 70px !important; }

.pt70 {
  padding-top: 70px !important; }

.pr70 {
  padding-right: 70px !important; }

.pb70 {
  padding-bottom: 70px !important; }

.pl70 {
  padding-left: 70px !important; }

.mt75 {
  margin-top: 75px !important; }

.mr75 {
  margin-right: 75px !important; }

.mb75 {
  margin-bottom: 75px !important; }

.ml75 {
  margin-left: 75px !important; }

.pt75 {
  padding-top: 75px !important; }

.pr75 {
  padding-right: 75px !important; }

.pb75 {
  padding-bottom: 75px !important; }

.pl75 {
  padding-left: 75px !important; }

.mt80 {
  margin-top: 80px !important; }

.mr80 {
  margin-right: 80px !important; }

.mb80 {
  margin-bottom: 80px !important; }

.ml80 {
  margin-left: 80px !important; }

.pt80 {
  padding-top: 80px !important; }

.pr80 {
  padding-right: 80px !important; }

.pb80 {
  padding-bottom: 80px !important; }

.pl80 {
  padding-left: 80px !important; }

.mt85 {
  margin-top: 85px !important; }

.mr85 {
  margin-right: 85px !important; }

.mb85 {
  margin-bottom: 85px !important; }

.ml85 {
  margin-left: 85px !important; }

.pt85 {
  padding-top: 85px !important; }

.pr85 {
  padding-right: 85px !important; }

.pb85 {
  padding-bottom: 85px !important; }

.pl85 {
  padding-left: 85px !important; }

.mt90 {
  margin-top: 90px !important; }

.mr90 {
  margin-right: 90px !important; }

.mb90 {
  margin-bottom: 90px !important; }

.ml90 {
  margin-left: 90px !important; }

.pt90 {
  padding-top: 90px !important; }

.pr90 {
  padding-right: 90px !important; }

.pb90 {
  padding-bottom: 90px !important; }

.pl90 {
  padding-left: 90px !important; }

.mt95 {
  margin-top: 95px !important; }

.mr95 {
  margin-right: 95px !important; }

.mb95 {
  margin-bottom: 95px !important; }

.ml95 {
  margin-left: 95px !important; }

.pt95 {
  padding-top: 95px !important; }

.pr95 {
  padding-right: 95px !important; }

.pb95 {
  padding-bottom: 95px !important; }

.pl95 {
  padding-left: 95px !important; }

.mt100 {
  margin-top: 100px !important; }

.mr100 {
  margin-right: 100px !important; }

.mb100 {
  margin-bottom: 100px !important; }

.ml100 {
  margin-left: 100px !important; }

.pt100 {
  padding-top: 100px !important; }

.pr100 {
  padding-right: 100px !important; }

.pb100 {
  padding-bottom: 100px !important; }

.pl100 {
  padding-left: 100px !important; }

/* ----- width ----- */
.wdAuto {
  width: auto !important; }

.wd5 {
  width: 5%; }

.wd10 {
  width: 10%; }

.wd15 {
  width: 15%; }

.wd20 {
  width: 20%; }

.wd25 {
  width: 25%; }

.wd30 {
  width: 30%; }

.wd35 {
  width: 35%; }

.wd40 {
  width: 40%; }

.wd45 {
  width: 45%; }

.wd50 {
  width: 50%; }

.wd60 {
  width: 60%; }

.wd70 {
  width: 70%; }

.wd80 {
  width: 80%; }

.wd90 {
  width: 90%; }

.wd100 {
  width: 100%; }

@media all and (max-width: 768px) {
  .wd5, .wd10, .wd15, .wd20, .wd25, .wd30, .wd35, .wd40,
  .wd45, .wd50, .wd60, .wd70, .wd80, .wd90 {
    width: 100%; } }

/*! ----------------------------------
bootstrap打ち消し
---------------------------------- */
a.list-group-item:focus,
a.list-group-item:hover,
button.list-group-item:focus,
button.list-group-item:hover {
  background-color: #fff3e0; }

#TB_window {
  max-width: 840px; }

/*! ----------------------------------
frame
---------------------------------- */
body {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  position: relative;
  color: #333; }

.header {
  text-align: center; }
  .header:before {
    content: "";
    background: #edd9be;
    /* Old browsers */
    background: -moz-linear-gradient(left, #edd9be 0%, #f1d1a8 49%, #efca93 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #edd9be 0%, #f1d1a8 49%, #efca93 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #edd9be 0%, #f1d1a8 49%, #efca93 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#edd9be', endColorstr='#efca93',GradientType=1 );
    /* IE6-9 */
    height: 10px;
    width: 100%;
    display: block; }
  .header .header__logo {
    margin: 24px 0; }
    @media all and (max-width: 768px) {
      .header .header__logo {
        margin: 12px 0; } }
    .header .header__logo a {
      display: inline-block;
      transition: all 0.3s;
      -webkit-transition: all 0.3s;
      -webkit-backface-visibility: hidden;
      backface-visibility: hidden; }
      .header .header__logo a:hover {
        opacity: 0.7;
        filter: alpha(opacity=70); }
      .header .header__logo a:focus {
        outline: none; }
    .header .header__logo img {
      width: 70%;
      min-width: 200px; }
      @media all and (max-width: 768px) {
        .header .header__logo img {
          max-width: 70%; } }
      @media all and (max-width: 544px) {
        .header .header__logo img {
          max-width: 85%; } }

.main {
  width: 768px;
  margin: 42px auto; }
  @media all and (max-width: 768px) {
    .main {
      width: 100%;
      margin: 28px auto;
      padding: 0 8px; } }

.footer {
  background: #f2f2f2;
  padding: 10px 0;
  margin-top: auto; }
  .footer .footer__copyRight {
    color: #666;
    text-align: center;
    display: block; }

/*! ----------------------------------
共通パーツ
---------------------------------- */
img[src*="logo-trois-yoko.svg"] {
  opacity: 0.6; }

.pcView {
  display: block !important; }
  @media all and (max-width: 768px) {
    .pcView {
      display: none; } }

.spView {
  display: none; }
  @media all and (max-width: 640px) {
    .spView {
      display: block !important; } }

.tabView {
  display: none; }
  @media all and (max-width: 768px) {
    .tabView {
      display: block !important; } }
  @media all and (max-width: 640px) {
    .tabView {
      display: none; } }

@media all and (max-width: 640px) {
  .none__spView {
    display: none !important; } }

/*! ----- タイトル ----- */
.title--underLine {
  text-align: center;
  font-size: 28px;
  font-size: 2.8rem;
  position: relative;
  z-index: 1;
  margin: 0 auto 32px;
  padding-bottom: 4px; }
  @media all and (max-width: 544px) {
    .title--underLine {
      margin-bottom: 20px;
      font-size: 22px;
      font-size: 2.2rem; } }
  .title--underLine:after {
    content: "";
    position: absolute;
    z-index: 10;
    bottom: -6px;
    left: 0;
    border: none;
    clear: both;
    margin: 0 auto;
    width: 100%;
    height: 1px;
    background: #bbb;
    background-image: -webkit-linear-gradient(left, #eee, #999, #eee);
    background-image: -moz-linear-gradient(left, #eee, #999, #eee);
    background-image: -ms-linear-gradient(left, #eee, #999, #eee);
    background-image: -o-linear-gradient(left, #eee, #999, #eee); }

.title--yokoLine {
  font-size: 20px;
  font-size: 2rem;
  font-weight: 500;
  margin-bottom: 12px;
  padding: 12px 16px;
  position: relative;
  z-index: 1;
  /*
		&:before {
			content: "";
			position: absolute;
			z-index: -1;
			top: 0;
			left: 0;
			width: 1px;
			height: 100%;
			border-left: 2px solid $darkGold;
		}
*/ }
  .title--yokoLine.member--subTitle {
    border-bottom: 1px solid #BFB197;
    text-align: center;
    padding-top: 0; }
  @media all and (max-width: 768px) {
    .title--yokoLine {
      font-size: 16px;
      font-size: 1.6rem;
      padding: 6px 12px; } }
  .title--yokoLine a {
    font-weight: 500; }

/*! ----- ボタン ----- */
.btn {
  position: relative;
  white-space: normal;
  border-radius: 2px; }
  .btn.btn-block {
    padding: 12px;
    text-align: center;
    width: 100%;
    margin: auto;
    line-height: 1.3;
    font-size: 13px;
    font-size: 1.3rem;
    font-weight: 200;
    color: #FFF;
    background: rgba(224, 175, 102, 0.9);
    position: relative;
    top: 0;
    box-shadow: 3px 3px 0 rgba(191, 177, 151, 0.6) !important;
    transition: .3s; }
    .btn.btn-block:hover {
      background: #d7993c;
      border-color: #a28d68;
      top: 3px;
      box-shadow: 0px 0px 0 rgba(191, 177, 151, 0.6) !important; }
  .btn.btn-arrow:before {
    content: "\f105";
    font-family: fontAwesome;
    position: absolute;
    top: 50%;
    right: 8px;
    margin-top: -10px;
    font-weight: normal;
    font-size: 15px;
    color: #fff; }
  .btn.btn-submit {
    color: #FFF;
    background: #eeac3c; }
    .btn.btn-submit:hover {
      background: #e39614;
      border-color: #cc8712; }
  .btn.btn-order,
  .btn.btn-reg {
    background: rgba(224, 175, 102, 0.9);
    border: none;
    color: #fff; }
    .btn.btn-order:hover,
    .btn.btn-reg:hover {
      background: #d7993c;
      border-color: #a28d68; }
  .btn.btn-blank {
    background: none;
    color: #eeac3c;
    border-color: #eeac3c; }
    .btn.btn-blank:hover {
      color: #e39614;
      border-color: #e39614;
      background: #fff; }
    .btn.btn-blank.btn-order,
    .btn.btn-blank.btn-reg {
      color: #ec5b51;
      border-color: #ec5b51; }
      .btn.btn-blank.btn-order:hover,
      .btn.btn-blank.btn-reg:hover {
        color: #e73023;
        border-color: #e73023; }
  .btn.btn-disable,
  .btn.btn-disable:hover {
    cursor: default;
    background: #afafaf !important;
    border-color: #afafaf !important; }
  .btn.btn-disable span {
    background: #999; }
  .btn .btn-innerText {
    font-size: 0.8em;
    line-height: 1.3;
    display: inline-block;
    padding: 2px 12px;
    margin-top: 4px;
    border-radius: 21px; }

/* ----- 戻る進むボタン ----- */
.btn-group {
  display: flex;
  flex-flow: row-reverse nowrap;
  justify-content: center;
  margin-top: 28px; }
  @media all and (max-width: 768px) {
    .btn-group {
      display: block;
      justify-content: inherit;
      width: 80%;
      margin: 28px auto 0; } }
  .btn-group .btn {
    border: 2px solid #ccc;
    background: #ccc;
    color: #fff; }
    @media all and (min-width: 769px) {
      .btn-group .btn {
        width: 100%; } }
    @media all and (max-width: 768px) {
      .btn-group .btn {
        display: block;
        width: 100%; } }
    .btn-group .btn:hover {
      background: #b3b3b3;
      border-color: #a6a6a6; }
  .btn-group > li {
    margin: 0 8px; }
    @media all and (min-width: 769px) {
      .btn-group > li {
        min-width: 30%; } }
    @media all and (max-width: 768px) {
      .btn-group > li {
        margin: 8px 0; } }
    .btn-group > li:first-child .btn {
      background: #e0af66;
      border-color: #e0af66;
      color: #fff; }
      .btn-group > li:first-child .btn:hover {
        background: #d7993c;
        border-color: #cf8d2a; }

.form__btn a,
.form__btn input {
  border-radius: 0;
  min-width: 220px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 1;
  text-decoration: none;
  display: inline-block;
  -webkit-appearance: none;
  border: none; }

.form__btn--next {
  color: #FFF;
  background: #eeac3c;
  padding: 16px;
  margin: 16px auto 24px;
  color: #FFF; }
  .form__btn--next:hover {
    background: #e39614;
    border-color: #cc8712; }

.form__btn--back {
  display: block;
  min-width: inherit;
  width: 80px;
  padding: 6px;
  color: #FFF;
  background: #666666; }
  .form__btn--back:hover {
    background: #4d4d4d;
    border-color: #404040; }

.form__btn--back,
.form__btn--next {
  position: relative; }
  .form__btn--back:after,
  .form__btn--next:after {
    display: block;
    position: absolute;
    top: 50%;
    right: 12px;
    width: 7px;
    height: 7px;
    margin-top: -6px;
    border-top: solid 1px #FFF;
    border-right: solid 1px #FFF;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    content: "";
    z-index: 30; }

.form__attention {
  max-width: 640px;
  margin: auto auto 32px;
  padding: 12px;
  border: solid 2px #ddd;
  font-size: 13px;
  font-size: 1.3rem; }
  @media all and (max-width: 768px) {
    .form__attention {
      margin-bottom: 6px; } }
  .form__attention--title {
    background: #f2f2f2;
    padding: 6px 0 2px;
    text-align: center;
    font-weight: 500;
    margin-bottom: 12px; }
  .form__attention li {
    text-indent: -1em;
    padding-left: 1em; }

.attention {
  border: dotted 1px #CCC;
  background: #f8f8f8;
  padding: 12px;
  margin: 32px auto;
  max-width: 768px;
  font-size: 12px;
  font-size: 1.2rem; }
  @media all and (max-width: 768px) {
    .attention {
      margin: 20px auto; } }

/*! ----- リンク効果 ----- */
.link__block {
  display: block; }

/*! ----- アラート ----- */
.message__text {
  border-radius: 2px;
  border: solid 2px #fff;
  margin-bottom: 24px;
  padding: 8px 16px;
  background: #fff;
  line-height: 1.5; }
  .message__text strong {
    font-weight: 600;
    font-size: 22px;
    font-size: 2.2rem; }
  .message__text.info {
    border-color: #5cb85c;
    background: #dff0d8; }
  .message__text.error {
    border-color: #d9534f;
    background: #f6e4e4; }
    .message__text.error br {
      display: none; }
    .message__text.error p {
      margin-bottom: 6px; }
    .message__text.error .error__title * {
      font-size: 15px;
      font-size: 1.5rem; }
    .message__text.error .error__list * {
      font-size: 12px;
      font-size: 1.2rem; }

.label {
  padding: 0;
  text-align: left;
  color: inherit;
  white-space: inherit;
  display: inline-block;
  line-height: inherit; }
  .label.label__danger {
    color: #d9534f;
    font-size: 12px;
    font-size: 1.2rem; }

/* ----- モーダルウインドウ ----- */
/*! ----------------------------------
クロスブラウザ
---------------------------------- */
/*! ----- safariでパスワード欄が表示されない ----- */
.mac.safari input[type="password"] {
  height: 40px !important;
  line-height: 1; }

.win.gecko input,
.win.ie input {
  line-height: 1rem; }

.member__beginner .action {
  margin-top: 64px !important; }
  @media all and (max-width: 768px) {
    .member__beginner .action {
      margin-top: 10px !important; } }

_::-webkit-full-page-media, _:future, :root .member__beginner .action {
  margin-top: 70px !important; }
  @media all and (max-width: 768px) {
    _::-webkit-full-page-media, _:future, :root .member__beginner .action {
      margin-top: 10px !important; } }

@media all and (-ms-high-contrast: none) {
  *::-ms-backdrop, .member__beginner .action {
    margin-top: 41px !important; } }
  @media all and (-ms-high-contrast: none) and (max-width: 768px) {
    *::-ms-backdrop, .member__beginner .action {
      margin-top: 10px !important; } }

/*! ----------------------------------
ログインまわり
---------------------------------- */
.loginForm .member__login .panel-inner p,
.loginForm .member__login .panel-inner span {
  line-height: 1.5; }
  .loginForm .member__login .panel-inner p.small,
  .loginForm .member__login .panel-inner span.small {
    font-size: 12px;
    letter-spacing: -0.3px; }

.registListTitle.bold {
  font-weight: 500; }

.pass {
  color: #EC6880 !important; }
  .pass i {
    color: #EC6880; }

/*! ----------------------------------
ページが見つかりませんページ
---------------------------------- */
.document h1.sorry, .document h2 {
  font-weight: 500 !important; }

/*! ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー
利用規約など文書ページ共通
ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー */
.documents .topMidashi {
  font-size: 30px;
  font-size: 3rem;
  font-family: "Hiragino Sans", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif; }
  .documents .topMidashi:before, .documents .topMidashi:after {
    top: 1.9rem; }

.documents .title-section {
  margin-bottom: 20px; }

.documents__detail {
  text-align: left; }

.documents__text {
  padding: 2rem 3rem;
  background: #f5f5f5;
  margin-bottom: 30px;
  text-align: left; }

.documents table {
  border: 1px solid rgba(51, 51, 51, 0.5);
  margin-bottom: 10px; }
  @media all and (max-width: 768px) {
    .documents table {
      width: 100%; } }
  .documents table tr {
    border-top: 1px solid rgba(51, 51, 51, 0.5); }
    .documents table tr th, .documents table tr td {
      border-right: 1px solid rgba(51, 51, 51, 0.5);
      text-align: center;
      padding: 4px 10px; }
      @media all and (max-width: 768px) {
        .documents table tr th, .documents table tr td {
          font-size: 14px;
          font-size: 1.4rem;
          padding: 4px; } }
      @media all and (max-width: 640px) {
        .documents table tr th, .documents table tr td {
          font-size: 2vw;
          padding: 4px 0px; } }
      .documents table tr th:last-child, .documents table tr td:last-child {
        border-right: none; }

.documents dl dt, .documents dl dd {
  padding: 8px 10px; }

.documents dl dt {
  background: rgba(191, 177, 151, 0.15);
  border-left: 4px solid #e0af66;
  font-weight: 400;
  margin-bottom: 4px; }

.documents dl dd {
  margin-bottom: 30px;
  line-height: 2.8rem; }

.documents ol {
  padding-left: 1em; }
  .documents ol li {
    list-style-type: decimal;
    margin-top: 10px; }

.documents ul {
  padding-left: 1em; }
  .documents ul li {
    list-style-type: disc;
    margin-top: 10px; }

.documents .pageLink a {
  font-size: 16px;
  font-size: 1.6rem; }

.documents .strong, .documents strong {
  font-weight: 500; }

.documents .yuubin {
  margin: 0 4px 0 2px; }

.documents .daibiki {
  text-align: center;
  font-weight: 400;
  background: #f5f5f5; }

.documents .tyuui {
  background: rgba(236, 104, 128, 0.1);
  padding: 6px 10px;
  font-size: 14px;
  font-size: 1.4rem; }

.documents .border {
  border-bottom: 1px solid #333; }

.titletBox {
  background: #F1ABB5;
  padding: 0 4px;
  margin-right: 10px;
  margin-bottom: 2px;
  color: #fff;
  font-size: 14px;
  font-size: 1.4rem;
  text-align: center;
  display: inline-block;
  width: 5.5em;
  line-height: 24px; }

@media all and (max-width: 380px) {
  .spBlock {
    display: block;
    margin-bottom: -5px; } }

@media all and (max-width: 640px) {
  .kiyaku .hanyouBtn {
    margin: 0 auto 10px;
    width: 280px;
    display: block; } }

/*! ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー
利用規約同意欄
ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー */
.contractWrap .topMidashi {
  text-align: center;
  margin-bottom: 30px;
  font-size: 18px; }

.contractWrap .documents dl dt, .contractWrap .documents dl dd {
  padding: 0px 10px; }

.contractWrap .documents dl dt {
  background: none;
  border: none;
  padding: 0 4px; }
  .contractWrap .documents dl dt:before {
    content: none; }

.contractWrap .hanyouBtn {
  display: none; }

/*! ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー
クレカ登録ボタン共通（購入画面／マイページ）
ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー */
#payjp_checkout_box input {
  font-size: 14px !important;
  border-radius: 4px !important;
  transition: .2s;
  padding: 0.5em 2em !important; }
  #payjp_checkout_box input:hover {
    opacity: 0.8; }

/*! ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー
 LP用ヘッダー・フッター調整
ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー */
#frameLp #corporate {
  /*
	.footerDetail {//フッター ------------------------------------
		display: flex;
		justify-content: space-around;
		align-items: center;
		@media only screen and (max-width: 770px) {
			display: block;
			text-align: center;
		}//640
		&__innerWrap {
			padding-left: 30px;
			@media only screen and (max-width: 770px) {
				padding-left: 0;
			}//640
		}//__innerWrap
		&__title {
			position: relative;
			top: -4px;
			@media only screen and (max-width: 770px) {
				margin: 10px 0 20px;
			}//640
		}//__title
		&__text {
			margin: 0;
			@media only screen and (max-width: 770px) {
				margin: 0 auto 10px;
			}//640
		}//__text
	}//footerDetail
*/ }
  #frameLp #corporate * {
    font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif; }
    #frameLp #corporate * .fa {
      font-family: Fontawesome; }
  @media only screen and (max-width: 640px) {
    #frameLp #corporate .header {
      box-shadow: none;
      position: static; } }
  #frameLp #corporate .header__logo {
    /*
			width: 100%;
			left: inherit;
*/ }
    @media only screen and (max-width: 640px) {
      #frameLp #corporate .header__logo {
        position: static; }
        #frameLp #corporate .header__logo .navi {
          text-align: center;
          margin: 30px 0; } }
    #frameLp #corporate .header__logo img {
      width: 280px; }
  #frameLp #corporate .header nav {
    position: relative;
    z-index: 10; }
    @media only screen and (max-width: 640px) {
      #frameLp #corporate .header nav {
        position: static;
        background: #fff;
        border: none;
        box-shadow: none;
        display: block;
        opacity: 1; } }
    #frameLp #corporate .header nav .navi a:hover {
      opacity: 0.7; }
    @media only screen and (max-width: 640px) {
      #frameLp #corporate .header nav .navi {
        text-align: center;
        margin: 20px 0; }
        #frameLp #corporate .header nav .navi li {
          width: auto; }
          #frameLp #corporate .header nav .navi li a {
            padding: 0; } }
