@charset "UTF-8";
/**************************************************
    sass
***************************************************/
/* ---------- Media Query --------- */
/* ---------- Common --------- */
/**************************************************
	base
***************************************************/
/* -----------------------------------------------
	1. Body
-------------------------------------------------- */
body {
  color: #333;
  margin: 0;
  background: #ec6c00; }

body, input, textarea, select {
  font-size: 16px;
  font-family: "メイリオ",meiryo,"Hiragino Kaku Gothic ProN",sans-serif;
  line-height: 1.7; }

/* -----------------------------------------------
	2. Elements
-------------------------------------------------- */
/* ---------- base ---------- */
h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal;
  margin: 0; }

img, video {
  border: 0;
  vertical-align: bottom; }

ol, ul {
  list-style: none;
  margin: 0;
  padding: 0; }

li {
  margin: 0;
  padding: 0; }

dl, dt, dd {
  margin: 0;
  padding: 0; }

/* ---------- text ---------- */
p {
  margin: 0 0 20px; }

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

a:hover {
  color: #ec6c00;
  text-decoration: underline; }

a[nohref] {
  color: inherit; }
  a[nohref]:hover {
    text-decoration: none; }

/* ---------- plain ---------- */
ul.plain, ol.plain, dl.plain {
  margin-left: 20px;
  margin-bottom: 20px; }

.plain ul, .plain ol {
  margin: 0 0 0 20px; }

ul.plain {
  list-style-type: disc; }
  ul.plain ul {
    list-style-type: circle; }
    ul.plain ul ul {
      list-style-type: square; }

ol.plain, ol.plain ol {
  list-style-type: decimal; }

.faq .qanda dd ul.plain li a{
    text-decoration: underline;}


/* -----------------------------------------------
	3. Helper Class
-------------------------------------------------- */
/* ---------- clear ---------- */
.clearfix {
  zoom: 1; }
  .clearfix:after {
    content: '';
    display: block;
    clear: both;
    overflow: auto; }

._float-l {
  float: left; }

._float-r {
  float: right; }

._clear {
  clear: both; }

._hidden {
  display: none; }

/* ---------- text ---------- */
._small {
  font-size: 88% !important; }

._large {
  font-size: 113% !important; }

._valignt {
  vertical-align: top !important; }

._valignm {
  vertical-align: middle !important; }

._valignb {
  vertical-align: bottom !important; }

._txtc, ._txtc th, ._txtc td {
  text-align: center !important; }

._txtr, ._txtr th, ._txtr td {
  text-align: right !important; }

._txtl, ._txtl th, ._txtl td {
  text-align: left !important; }

._wordbreak {
  word-break: break-all !important; }

._nowrap {
  white-space: nowrap !important; }

._image-text {
  overflow: hidden !important; }

/* ---------- margin ---------- */
._zero {
  margin-bottom: 0 !important; }

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

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

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

/* ---------- color ---------- */
.orange {
  color: #ec6c00; }

/**************************************************
	components
***************************************************/
/* -----------------------------------------------
	
-------------------------------------------------- */
.button-get {
  display: block;
  border-radius: 15px;
  background: -webkit-gradient(linear, left top, left bottom, from(#ffb400), to(#e88300));
  background: -webkit-linear-gradient(top, #ffb400 0%, #e88300 100%);
  background: -o-linear-gradient(top, #ffb400 0%, #e88300 100%);
  background: linear-gradient(to bottom, #ffb400 0%, #e88300 100%);
  padding: 20px 0;
  margin-bottom: 15px;
  border: 4px solid #00a569; }
  .button-get img {
    display: block;
    height: 20px;
    margin: 0 auto; }

.button-text {
  display: block;
  background: #FFF;
  border-radius: 15px;
  padding: 15px;
  position: relative;
  text-align: center; }
  .button-text img {
    width: auto;
    max-height: 15px; }
  .button-text::after {
    content: "";
    position: absolute;
    top: calc(50% - 7px);
    right: 15px;
    width: 13px;
    height: 14.5px;
    background: url(/images/everyday/everydaykorona/sp/arrow-b.png) no-repeat;
    background-size: 13px 14.5px;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s; }

.accordion > dt {
  position: relative;
  text-align: center;
  cursor: pointer; }
  .accordion > dt img {
    width: auto;
    height: 17px;
    margin-right: 20px; }
  .accordion > dt::after {
    content: "";
    position: absolute;
    top: 2px;
    right: 0;
    width: 13px;
    height: 14.5px;
    background: url(/images/everyday/everydaykorona/sp/arrow-b.png) no-repeat;
    background-size: 13px 14.5px;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s; }
  .accordion > dt.-open::after {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg); }
  .accordion > dt.-ticket::after {
    background-image: url(/images/everyday/everydaykorona/sp/arrow-b-green.png); }

.accordion > dd {
  margin-top: 1em; }

.step {
  padding-top: 10px; }
  .step > li {
    background: #fbe2cc;
    border-radius: 10px;
    padding: 10px 15px;
    margin-bottom: 10px;
    font-size: 14px;
    overflow: hidden; }
    .step > li:last-child {
      margin-bottom: 0; }
    .step > li .number {
      float: left;
      width: 25px;
      line-height: 25px;
      color: #FFF;
      font-size: 15px;
      font-weight: bold;
      border-radius: 50%;
      background: #EC6C00;
      text-align: center;
      margin-right: 10px; }
    .step > li .text {
      display: block;
      overflow: hidden;
      font-size: 14px;
      font-weight: bold; }
      .step > li .text strong {
        color: #ec6c00; }

dl.note {
  font-size: 12px;
  line-height: 1.5;
  padding: 0 0 10px; }
  dl.note dt {
    padding-top: 15px;
    color: #ed6d00;
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 0.2em; }
  dl.note dd {
    text-indent: -1em;
    padding-left: 1em;
    margin-bottom: 0.2em; }
    dl.note dd:last-child {
      margin-bottom: 0; }

.buttons > li {
  margin-bottom: 10px; }
  .buttons > li:last-child {
    margin-bottom: 0; }

.buttons.-separate {
  border-top: 1px solid #f8d0ac;
  padding-top: 20px; }

/* -----------------------------------------------
	structure
-------------------------------------------------- */
img, input[type="image"] {
  max-width: 100%;
  height: auto; }

body {
  background-color: #FFF;
  font-family: Helvetica, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  position: relative;
  /* font-size: 13px; */
  line-height: 1.7; }

.page-header {
  background: #0096DE;
  padding: 10px;
  text-align: center; }
  .page-header img {
    width: auto; }

.page-content {
  max-width: 400px;
  margin: 0 auto;
  padding: 0 15px; }

.page-footer {
  border-top: 1px solid #CCC;
  text-align: center;
  padding: 1em 0 0; }

.logout {
  text-align: right; }
  .logout a {
    color: #666;
    text-decoration: underline; }

.txt_vp_app {
  font-size: 10px; }

/* -----------------------------------------------
	content
-------------------------------------------------- */
strong {
  color: #ec6c00;
  font-weight: bold; }

.h2 {
  text-align: center;
  margin: 30px 0 0; }

.nomember-lead {
  font-size: 14px;
  margin: 20px 0; }
  .nomember-lead .member-type {
    border: solid 3px #EC6C00;
    padding: 10px;
    border-radius: 8px;
    color: #EC6C00;
    font-size: 1.1rem;
    font-weight: bold;
    text-align: center; }
  .nomember-lead .titles {
    margin: 15px 0; }
    .nomember-lead .titles li {
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      float: left;
      width: 50%; }
      .nomember-lead .titles li:first-child {
        padding-right: 7px; }
      .nomember-lead .titles li:last-child {
        padding-left: 7px; }
  .nomember-lead p:nth-child(2)::before {
    content: "▼";
    color: #ec6c00;
    font-size: 18px;
    display: block;
    margin-top: 5px;
    text-align: center; }
.nomember-lead p:last-of-type{
    padding-top: 15px;
    content: "";
    display: block;
    clear: both;}

.nomember-content {
  padding: 0 0 30px;
  font-size: 12px; }
  .nomember-content:last-of-type {
    padding-bottom: 0; }
  .nomember-content h2 {
    margin-bottom: 15px; }
  .nomember-content .btn {
    background: url(/images/nomember/btn-mark1.png) no-repeat 96% center;
    background-size: auto 11px;
    border-radius: 7px;
    display: block;
    height: 56px;
    margin: 12px 0 0; }
    .nomember-content .btn span {
      background: url(/images/nomember/btn1.png) center center no-repeat;
      background-size: auto 30px;
      display: block;
      height: 100%; }
    .nomember-content .btn.btn1-1 {
      background-color: #ec6c00; }
    .nomember-content .btn.btn1-2 {
      background-color: #71bc43; }
  .nomember-content .btns li {
    padding-bottom: 10px; }
    .nomember-content .btns li a {
      background: center center no-repeat #e5e3e3;
      background-size: auto 22px;
      border-radius: 7px;
      display: block;
      height: 49px; }
      .nomember-content .btns li a.btn2 {
        background-image: url(/images/nomember/btn2.png); }
      .nomember-content .btns li a.btn3 {
        background-image: url(/images/nomember/btn3.png); }

.faq .qanda dt, .faq .qanda dd {
  text-indent: -1.5em;
  padding-left: 1.5em; }
  .faq .qanda dt span, .faq .qanda dd span {
    color: #ec6c00;
    font-weight: bold;
    margin-right: 0.5em; }
  .faq .qanda dt h3, .faq .qanda dd h3 {
    margin: -1.7em 0 0 1.5em; }
    .faq .qanda dt h3::before, .faq .qanda dd h3::before {
      display: inline-block;
      content: "";
      margin-right: 0.5em;
      width: 0.8em;
      height: 0.8em;
      vertical-align: middle;
      background: #ec6c00; }
  .faq .qanda dt ul, .faq .qanda dd ul {
    text-indent: 0; }
  .faq .qanda dt p, .faq .qanda dd p {
    text-indent: 1.5em; }
  .faq .qanda dt .help, .faq .qanda dd .help {
    background: #EEE;
    text-indent: 0;
    padding: 1em;
    margin-top: 0.5em; }

.faq .qanda dd {
  margin-bottom: 1.2em; }

.contact {
  margin-bottom: 20px;
}
.contact .text-field {
    width: 100%;
    height: 32px;
    font-size: 16px;
    border: 1px solid #CCC;
}
.contact ul.note > li {
    font-size: 12px;
    text-indent: -1em;
    padding-left: 1em;
}

.remodal-close {
  left: auto !important;
  right: 0 !important; }

.text-rounded {
    font-family: 'M PLUS Rounded 1c', sans-serif;
    font-weight: 800;
}
.faq-title {
    margin: 40px 0 20px;
    font-size: 20px;
    color: #0096DE;
    text-align: center;
    letter-spacing: 2px;
}
.faq-title-sub {
    margin: 0;
    font-size: 14px;
    color: #000;
    font-family: Helvetica, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.inquiry-button {
    position: relative;
    display: block;
    background-color: #ec6b00;
    border-radius: 15px;
    border: none;
    color: #fff;
    font-family: 'M PLUS Rounded 1c', sans-serif;
    height: 50px;
    width: 100%;
    text-align: center;
    line-height: 50px;
    font-size: 17px;
}
a.inquiry-button, a.inquiry-button:hover, a.inquiry-button:active, a.inquiry-button:visited {
    color: #fff;
    text-decoration: none;
}
.inquiry-submit-button {
    position: relative;
    margin-bottom: 20px;
}
.inquiry-button::after, .inquiry-submit-button::after {
    content: '';
    position: absolute;
    width: 8px;
    height: 8px;
    top: 0;
    bottom: 0;
    right: 22px;
    margin: auto 0;
    display: block;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.inquiry-back-button {
    background-color: #999;
    border-radius: 15px;
}
.inquiry-back-button::after {
    right: auto;
    left: 22px;
    -webkit-transform: rotate(225deg);
    transform: rotate(225deg);
}
/* お問い合わせ メール送信、フォーム、確認ページ、完了ページ */
.inquiry-center-text {
    text-align: center;
    font-size: 16px;
}
.inquiry-input-lead {
    padding: 0 0 15px;
    text-align: left;
}
.inquiry-input-wrap {
    padding: 0 0 15px;
}
.inquiry-input-label {
    margin-top: 15px;
    line-height: 1.0;
    font-weight: bold;
    border-left: 5px solid #0096de;
    margin-bottom: 6px;
    padding-left: 5px;
    margin-left: 4px;
}
.inquiry-input-form {
    padding-left: 15px;
}
textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input {
    background-color: #fff;
    border: 1px solid #ccc;
    -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    -webkit-transition: border linear .2s,box-shadow linear .2s;
    -moz-transition: border linear .2s,box-shadow linear .2s;
    -o-transition: border linear .2s,box-shadow linear .2s;
    transition: border linear .2s,box-shadow linear .2s;
}
select, textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input {
    display: inline-block;
    height: 20px;
    padding: 10px 6px;
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 20px;
    color: #555;
    vertical-align: middle;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
.input-medium {
    width: 150px;
}
.inquiry-input-textarea {
    width: 94%;
    height: auto;
}

.footer-link-text {
    font-weight: bold;
    font-size: 1.1rem;
    /* padding: 15px; */
    margin-bottom: 20px;
}
.footer-link{
    position: relative;
    display: block;
    background-color: #939c9a;
    border-radius: 5px;
    width: 100%;
    /*padding: 0.9rem;*/
    height: 52.65px;
    margin: 15px 0 0 0;
    text-align: center;
    color: #fff;
    box-sizing: border-box;
    background-image: url(/images/inquiry/auwednesday/renewal_202004/r18-chevron-right.png);
    /*background-position: right 14px center;*/
    background-position: 95% 50%;
    background-repeat: no-repeat;
    background-size: 0.6em auto;
    text-decoration: none;
    border: none;
}
textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input {
    background-color: #fff;
    border: 1px solid #ccc;
    -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    -webkit-transition: border linear .2s,box-shadow linear .2s;
    -moz-transition: border linear .2s,box-shadow linear .2s;
    -o-transition: border linear .2s,box-shadow linear .2s;
    transition: border linear .2s,box-shadow linear .2s;
}
select, textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input {
    display: inline-block;
    height: 20px;
    padding: 10px 6px;
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 20px;
    color: #555;
    vertical-align: middle;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
input[type="text"].input-xxlarge {
    width: 100%;
    height: 42px;
}
textarea {
  width: 94%;
  height: auto;
}
.submit-button {
    max-width: 400px;
    width: 100%!important;
    letter-spacing: 2px;
    margin: 0 auto;
    border-style: none;
}