@charset "UTF-8";
/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
*, *::before, *::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
}

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

ul, ol {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  text-decoration: none;
}

a:hover {
  opacity: 0.6;
}

@media (min-width: 768px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

img {
  max-width: 100%;
  vertical-align: bottom;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

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

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
  -webkit-appearance: none;
}

select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

select::-ms-expand {
  display: none;
}

/*
フォント
https://fonts.google.com/specimen/Teko#standard-styles
*/
/*---------------------------------------------------*/
@font-face {
  font-family: 'NotoSansJP-Light';
  src: url("../font/NotoSansJP/NotoSansJP-Light.otf") format("truetype");
}

@font-face {
  font-family: 'NotoSansJP-Regular';
  src: url("../font/NotoSansJP/NotoSansJP-Regular.otf") format("truetype");
}

@font-face {
  font-family: 'NotoSansJP-Bold';
  src: url("../font/NotoSansJP/NotoSansJP-Bold.otf") format("truetype");
}

@font-face {
  font-family: 'Roboto-Regular';
  src: url("../font/Roboto/Roboto-Regular.ttf") format("truetype");
}

@font-face {
  font-family: 'Roboto-Bold';
  src: url("../font/Roboto/Roboto-Bold.ttf") format("truetype");
}

/* 共通 */
/*---------------------------------------------------*/
body {
  background-color: #ffffff;
  overflow-x: hidden;
}

body.for-store {
  background-color: #EDEDED;
}

body, input, select, textarea {
  font-family: "Roboto-Regular", "NotoSansJP-Regular", "Hiragino Kaku Gothic ProN", Meiryo, "MS PGothic", sans-serif;
  line-height: 1.5;
  font-size: 16px;
  width: 100%;
  color: #3C3C3C;
}

body.fixed {
  position: fixed;
  width: 100%;
  height: 100%;
}

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

a {
  color: #1111cc;
}

.body-wrap {
  background-color: #EDEDED;
}

.content-wrap {
  padding: 45px 0 80px;
}

.content-wrap.content-wrap-white {
  background-color: #ffffff;
}

.wrap {
  width: 1000px;
  margin-left: auto;
  margin-right: auto;
}

.wrap-pt01 {
  width: 1200px;
}

/* テキスト */
/*---------------------------------------------------*/
.txt-left {
  text-align: left !important;
}

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

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

.txt-justify {
  text-align: justify !important;
}

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

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

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

.vertical-baseline {
  vertical-align: baseline !important;
}

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

.bold {
  font-weight: bold;
}

.italic {
  font-style: italic;
}

.oblique {
  font-style: oblique;
}

.underline {
  text-decoration: underline;
}

.line-through {
  text-decoration: line-through;
}

.nowrap {
  white-space: nowrap;
}

.big {
  font-size: 1.20em;
}

.small {
  font-size: 0.80em;
}

/* 余白 */
/*---------------------------------------------------*/
.mgn-t0 {
  margin-top: 0px !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

.mgn-t110 {
  margin-top: 110px !important;
}

.mgn-t120 {
  margin-top: 120px !important;
}

.mgn-t130 {
  margin-top: 130px !important;
}

.mgn-t140 {
  margin-top: 140px !important;
}

.mgn-t150 {
  margin-top: 150px !important;
}

.mgn-t200 {
  margin-top: 200px !important;
}

.mgn-t250 {
  margin-top: 250px !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.mgn-b110 {
  margin-bottom: 110px !important;
}

.mgn-b120 {
  margin-bottom: 120px !important;
}

.mgn-b130 {
  margin-bottom: 130px !important;
}

.mgn-b140 {
  margin-bottom: 140px !important;
}

.mgn-b150 {
  margin-bottom: 150px !important;
}

.mgn-b200 {
  margin-bottom: 200px !important;
}

.mgn-b250 {
  margin-bottom: 250px !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.mgn-l110 {
  margin-left: 110px !important;
}

.mgn-l120 {
  margin-left: 120px !important;
}

.mgn-l130 {
  margin-left: 130px !important;
}

.mgn-l140 {
  margin-left: 140px !important;
}

.mgn-l150 {
  margin-left: 150px !important;
}

.mgn-l200 {
  margin-left: 200px !important;
}

.mgn-l250 {
  margin-left: 250px !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.mgn-r110 {
  margin-right: 110px !important;
}

.mgn-r120 {
  margin-right: 120px !important;
}

.mgn-r130 {
  margin-right: 130px !important;
}

.mgn-r140 {
  margin-right: 140px !important;
}

.mgn-r150 {
  margin-right: 150px !important;
}

.mgn-r200 {
  margin-right: 200px !important;
}

.mgn-r250 {
  margin-right: 250px !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.pdg-t110 {
  padding-top: 110px !important;
}

.pdg-t120 {
  padding-top: 120px !important;
}

.pdg-t130 {
  padding-top: 130px !important;
}

.pdg-t140 {
  padding-top: 140px !important;
}

.pdg-t150 {
  padding-top: 150px !important;
}

.pdg-t200 {
  padding-top: 200px !important;
}

.pdg-t250 {
  padding-top: 250px !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.pdg-b110 {
  padding-bottom: 110px !important;
}

.pdg-b120 {
  padding-bottom: 120px !important;
}

.pdg-b130 {
  padding-bottom: 130px !important;
}

.pdg-b140 {
  padding-bottom: 140px !important;
}

.pdg-b150 {
  padding-bottom: 150px !important;
}

.pdg-b200 {
  padding-bottom: 200px !important;
}

.pdg-b250 {
  padding-bottom: 250px !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.pdg-l110 {
  padding-left: 110px !important;
}

.pdg-l120 {
  padding-left: 120px !important;
}

.pdg-l130 {
  padding-left: 130px !important;
}

.pdg-l140 {
  padding-left: 140px !important;
}

.pdg-l150 {
  padding-left: 150px !important;
}

.pdg-l200 {
  padding-left: 200px !important;
}

.pdg-l250 {
  padding-left: 250px !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.pdg-r110 {
  padding-right: 110px !important;
}

.pdg-r120 {
  padding-right: 120px !important;
}

.pdg-r130 {
  padding-right: 130px !important;
}

.pdg-r140 {
  padding-right: 140px !important;
}

.pdg-r150 {
  padding-right: 150px !important;
}

.pdg-r200 {
  padding-right: 200px !important;
}

.pdg-r250 {
  padding-right: 250px !important;
}

@media screen and (max-width: 767px) {
  .only-pc {
    display: none !important;
  }
}

@media screen and (min-width: 767px) {
  .only-sp {
    display: none !important;
  }
}

/* 見出し */
/*---------------------------------------------------*/
.heading-01 {
  margin: 0 0 10px 0;
}

.heading-01 > * {
  font-weight: bold;
  font-size: 18px;
}

.heading-02 {
  margin: 0 0 10px 0;
}

.heading-02 > * {
  font-weight: bold;
  font-size: 14px;
}

.heading-caution {
  margin: 0 0 20px 0;
}

.heading-caution > * {
  color: #E50551;
  font-weight: bold;
  font-size: 18px;
}

.heading-caution img {
  width: 22px;
  height: auto;
  vertical-align: text-top;
  margin: 0 5px 0 0;
}

/* 囲み */
/*---------------------------------------------------*/
.wrap-white {
  background-color: #ffffff;
  padding: 10px;
  -webkit-box-shadow: 0px 2px 2px #0000001F;
          box-shadow: 0px 2px 2px #0000001F;
}

.wrap-white.shadow-none {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.section {
  padding: 0 10px;
  margin: 10px 0 0 0;
}

.section + .section {
  margin: 15px 0 0 0;
}

.section > * {
  -webkit-box-shadow: 0px 2px 2px #0000001F;
          box-shadow: 0px 2px 2px #0000001F;
}

.section-02 {
  margin: 20px 0 0 0;
}

/* ボタン */
/*---------------------------------------------------*/
.btn {
  text-align: center;
  margin: 30px 0 0 0 !important;
}

.btn + .btn {
  margin: 20px 0 0 0;
}

.btn button, .btn a, .btn input {
  border-radius: 5px;
  -webkit-box-shadow: 0px 2px 2px #00000029;
          box-shadow: 0px 2px 2px #00000029;
  border: none;
  width: 60%;
  line-height: 1;
  font-size: 18px;
  font-weight: bold;
  padding: 18px 0;
  display: inline-block;
}

.btn.btn-orange > * {
  background-color: #FF8900;
  color: #ffffff;
}

.btn.btn-red > * {
  background-color: #E50551;
  color: #ffffff;
}

.btn.btn-blue > * {
  background-color: #0575E5;
  color: #ffffff;
}

.btn.btn-blue-a > * {
  background-color: #47ADB519;
  color: #47ADB5;
}

.btn.btn-green > * {
  background-color: #47ADB5;
  color: #ffffff;
}

.btn.btn-icon {
  margin: 10px 0 0 0;
}

.btn.btn-icon > * {
  padding: 10px 0;
}

.btn.btn-icon > * span {
  display: block;
  margin: 10px 0 0 0;
}

.btn.btn-inline {
  margin: 0;
}

.btn.btn-inline > * {
  width: inherit;
  padding: 10px 20px;
}

.btn.btn-inline-02 > * {
  width: inherit;
  padding: 18px 20px;
}

.btn.btn-tel {
  margin: 10px 0 0 0;
}

.btn.btn-tel > * {
  width: 100%;
  font-size: 30px;
}

.btn.btn-tel > * img {
  vertical-align: baseline;
  margin: 0 10px 0 0;
}

/* 注意ボタン */
/*---------------------------------------------------*/
.caution-btn-block {
  text-align: center;
  margin: 30px 0 0 0;
}

.caution-btn-block dt {
  color: #E50551;
  font-size: 13px;
  font-weight: bold;
}

.caution-btn-block dt img {
  vertical-align: middle;
  margin: 0 5px 0 0;
}

/* 吹き出し */
/*---------------------------------------------------*/
.balloon {
  position: relative;
  padding: 15px;
  border: 1px solid #47ADB5;
  color: #47ADB5;
  background-color: #ffffff;
  margin: 30px 10px 10px;
  border-radius: 4px;
  font-weight: bold;
}

.balloon::before {
  content: '';
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  left: 0;
  right: 0;
  bottom: -15px;
  margin: 0 auto;
  border-top: 15px solid #47ADB5;
  border-right: 15px solid transparent;
  border-left: 15px solid transparent;
}

.balloon::after {
  content: '';
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  left: 0;
  right: 0;
  bottom: -13px;
  margin: 0 auto;
  border-top: 15px solid #ffffff;
  border-right: 15px solid transparent;
  border-left: 15px solid transparent;
}

/* 更新 */
/*---------------------------------------------------*/
.reload-block {
  text-align: center;
  font-size: 14px;
  line-height: 1;
  padding: 10px 0;
}

.reload-block img {
  vertical-align: text-top;
  margin: 0 7px 0 0;
}

/* 表組み */
/*---------------------------------------------------*/
.table-block {
  font-size: 14px;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 2px 2px #0000001F;
          box-shadow: 0px 2px 2px #0000001F;
}

.table-block table {
  width: 100%;
}

.table-block thead {
  font-weight: bold;
}

.table-block thead th {
  padding: 10px;
  text-align: left;
}

.table-block tbody tr:nth-child(odd) {
  background-color: #EDEDED;
}

.table-block tbody tr.e-contact {
  background-color: #E5055114;
  color: #E50551;
}

.table-block tbody tr.e-contact td.e-number {
  font-weight: bold;
}

.table-block tbody td {
  padding: 10px;
}

.table-block tbody td.e-number {
  text-align: right;
}

.table-block tbody td a {
  color: #3C3C3C;
}

/* コンテンツスタイル */
/*---------------------------------------------------*/
.content-style-01,
.content-style-02 {
  background-color: #ffffff;
}

.content-style-01 .e-heading,
.content-style-02 .e-heading {
  background-color: #47ADB5;
  padding: 10px;
}

.content-style-01 .e-heading > *,
.content-style-02 .e-heading > * {
  color: #ffffff;
  font-size: 18px;
  font-weight: bold;
}

.content-style-01 .e-contet,
.content-style-02 .e-contet {
  padding: 10px 10px 20px;
  font-size: 14px;
  font-weight: bold;
}

.content-style-01 .e-contet > * + *,
.content-style-02 .e-contet > * + * {
  margin: 20px 0 0 0;
}

.content-style-01 .e-btn,
.content-style-02 .e-btn {
  margin: 20px 0 0 0;
}

.content-style-01 .e-btn + .e-btn,
.content-style-02 .e-btn + .e-btn {
  margin: 10px 0 0 0;
}

.content-style-01 .e-btn dt img,
.content-style-02 .e-btn dt img {
  margin: 0 10px 0 0;
}

.content-style-02 .e-heading {
  text-align: center;
}

.content-style-02 .e-contet {
  padding: 30px 0;
  text-align: center;
}

.content-style-03 {
  font-size: 14px;
}

.content-style-03 > * + * {
  margin: 20px 0 0 0;
}

.content-style-03 .e-caution {
  color: #E50551;
}

.content-style-03 .e-map {
  height: 0;
  overflow: hidden;
  padding-bottom: 80%;
  position: relative;
  margin: 10px 0 0 0;
}

.content-style-03 .e-map iframe {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}

.content-style-03 .e-list-ol {
  list-style-type: decimal;
  margin-left: 1.5em;
  color: #5A5A5A;
}

.content-style-03 .e-list-ol li + li {
  margin-top: 10px;
}

/* フォーム */
/*---------------------------------------------------*/
.form-block dl + dl {
  margin: 15px 0 0 0;
}

.form-block dl dt {
  color: #47ADB5;
  font-size: 14px;
  font-weight: bold;
}

.form-block dl dt span {
  color: #3C3C3C;
  font-weight: normal;
  margin: 0 0 0 10px;
}

.form-block dl dd {
  margin: 5px 0 0 0;
}

.form-block dl dd.e-column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.form-block dl dd.e-column .btn {
  margin: 0 0 0 20px;
}

.form-text {
  border: 1px solid #E2E2E2;
  border-radius: 2px;
  padding: 5px 8px;
}

.form-text.pt-01 {
  width: 40%;
}

.form-textarea {
  border: 1px solid #E2E2E2;
  border-radius: 2px;
  padding: 5px 8px;
  min-height: 100px;
}

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

.form-checkbox label {
  cursor: pointer;
  display: block;
  padding: 7px 38px;
  position: relative;
  color: #888888;
  font-weight: bold;
  font-size: 14px;
}

.form-checkbox label::before {
  content: '';
  border: 1px solid #707070;
  border-radius: 2px;
  display: block;
  width: 27px;
  height: 27px;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.form-checkbox label::after {
  content: '';
  border-right: 4px solid #3C3C3C;
  border-bottom: 4px solid #3C3C3C;
  display: block;
  width: 12px;
  height: 20px;
  position: absolute;
  left: 8px;
  top: 7px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  opacity: 0;
}

.form-checkbox input[type="checkbox"]:checked + label {
  color: #3C3C3C;
}

.form-checkbox input[type="checkbox"]:checked + label::after {
  opacity: 1;
}

.form-radio input[type="radio"] {
  display: none;
}

.form-radio label {
  cursor: pointer;
  display: inline-block;
  padding: 3px 0 0 30px;
  position: relative;
  font-size: 14px;
  margin: 0 20px 0 0;
}

.form-radio label::before {
  content: '';
  border: 1px solid #E2E2E2;
  border-radius: 100px;
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.form-radio label::after {
  content: '';
  border: 1px solid #E2E2E2;
  border-radius: 100px;
  display: block;
  width: 12px;
  height: 12px;
  position: absolute;
  left: 4px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.form-radio input[type="radio"]:checked + label::after {
  background-color: #3C3C3C;
}

.form-select select {
  border: 1px solid #E2E2E2;
  border-radius: 2px;
  line-height: 1;
  padding: 12px 8px;
  font-size: 14px;
  background-image: url(../img/icon-arrow-bottom.svg);
  background-repeat: no-repeat;
  background-position: right 10px center;
  background-color: #ffffff;
}

.form-select.select-inline {
  display: inline-block;
}

/* ポップアップ */
/*---------------------------------------------------*/
.popup-confirmation {
  display: none;
}

.popup-confirmation .e-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: rgba(90, 90, 90, 0.9);
  position: fixed;
  overflow-y: auto;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.popup-confirmation .e-inner {
  width: 90%;
  background-color: #ffffff;
}

.popup-confirmation .e-heding {
  color: #ffffff;
  background-color: #47ADB5;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  padding: 5px 0;
}

.popup-confirmation .e-text {
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  padding: 20px 0;
  letter-spacing: -0.05em;
}

.popup-confirmation .e-btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  border-top: 4px solid #EDEDED;
}

.popup-confirmation .e-btn > * {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: 100%;
  border: none;
  background-color: #ffffff;
  font-size: 18px;
  font-weight: bold;
  padding: 20px 0;
}

.popup-confirmation .e-btn .e-btn-01 {
  border-right: 2px solid #EDEDED;
  color: #888888;
}

.popup-confirmation .e-btn .e-btn-02 {
  border-left: 2px solid #EDEDED;
  color: #47ADB5;
}

.popup-confirmation .e-completed {
  display: none;
}

.g-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  -webkit-box-shadow: 0px 2px 2px #0000001A;
          box-shadow: 0px 2px 2px #0000001A;
  background-color: #FFFFFF;
  z-index: 10000;
}

.g-header .g-header-inner {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  height: 45px;
}

.g-header .e-logo {
  width: 142px;
}

.for-store .g-header .e-logo {
  width: 216px;
}

.g-header .e-nav {
  position: absolute;
  top: 50%;
  right: 10px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.g-header .e-nav img {
  vertical-align: middle;
  cursor: pointer;
}

.g-header .e-heading {
  font-size: 19px;
  font-weight: bold;
  line-height: 1;
}

.g-header .e-return {
  position: absolute;
  top: 50%;
  left: 10px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.g-header .e-return a {
  color: #3C3C3C;
}

.g-header .e-return img {
  vertical-align: text-top;
  cursor: pointer;
}

#good .home .g-header {
  background-color: #00A57B;
}

#not-good .home .g-header {
  background-color: #FCCD3D;
}

#bad .home .g-header {
  background-color: #E50051;
}

.g-header .nav-block {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow-y: auto;
  width: 100%;
  background-color: #ffffff;
  z-index: 100000;
  display: none;
}

.g-header .nav-block img {
  vertical-align: middle;
}

.g-header .nav-block .nav-block-inner {
  position: relative;
  padding: 50px 0 35px;
}

.g-header .nav-block .nav-block-inner .e-close {
  position: absolute;
  top: 10px;
  right: 10px;
}

.g-header .nav-block .nav-block-inner .e-logo {
  margin: 0 auto;
}

.g-header .nav-block .nav-block-inner .e-language {
  margin: 30px 0 0 0;
  background-color: #47ADB519;
  padding: 10px 20px;
}

.g-header .nav-block .nav-block-inner .e-language dt {
  font-size: 12px;
}

.g-header .nav-block .nav-block-inner .e-language dd {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-size: 14px;
  font-weight: bold;
  margin: 5px 0 0 0;
}

.g-header .nav-block .nav-block-inner .e-language dd div::before {
  content: '|';
  display: inline-block;
  margin: 0 10px;
}

.g-header .nav-block .nav-block-inner .e-language dd div:first-child::before {
  display: none;
}

.g-header .nav-block .nav-block-inner .e-language dd a {
  color: #888888;
}

.g-header .nav-block .nav-block-inner .e-language dd div.current a {
  color: #47ADB5;
}

.g-header .nav-block .nav-block-inner .e-link {
  margin: 20px 0 0 0;
  border-bottom: 1px solid #C4C4C4;
}

.g-header .nav-block .nav-block-inner .e-link div {
  border-top: 1px solid #C4C4C4;
}

.g-header .nav-block .nav-block-inner .e-link div a {
  display: block;
  padding: 15px 15px 15px 0;
  font-weight: bold;
  color: #3C3C3C;
  background-image: url(../img/icon-arrow-right-02.svg);
  background-repeat: no-repeat;
  background-position: right 20px center;
}

.g-header .nav-block .nav-block-inner .e-link div span {
  display: inline-block;
  width: 60px;
  text-align: center;
}

.g-header .nav-block .nav-block-inner .e-link div span img {
  height: 28px;
  width: auto;
}

.g-footer {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  color: #5A5A5A;
  background-color: #FFFFFF;
  -webkit-box-shadow: 0px -2px 2px #0000001A;
          box-shadow: 0px -2px 2px #0000001A;
  z-index: 10000;
}

.g-footer .g-footer-inner {
  height: 50px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

#good .home .g-footer {
  background-color: #00A57B;
  color: #ffffff;
}

#not-good .home .g-footer {
  background-color: #FCCD3D;
  color: #ffffff;
}

#bad .home .g-footer {
  background-color: #E50051;
  color: #ffffff;
}

/* condition */
/*---------------------------------------------------*/
.condition-temperature-block {
  background-color: #FFFFFF;
}

.condition-temperature-block > div {
  position: relative;
}

.condition-temperature-block > div input[type="radio"] {
  display: none;
}

.condition-temperature-block > div label {
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  color: #888888;
  font-weight: bold;
  background-color: #ffffff;
  border-radius: 100px;
  width: 140px;
  height: 40px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-shadow: 0px 3px 6px #00000029;
          box-shadow: 0px 3px 6px #00000029;
}

.condition-temperature-block > div input[type="radio"]#condition-temperature-radio-01:checked + label {
  background-color: #E50551;
  -webkit-box-shadow: 0px 3px 6px #E5055136;
          box-shadow: 0px 3px 6px #E5055136;
  color: #ffffff;
}

.condition-temperature-block > div input[type="radio"]#condition-temperature-radio-02:checked + label {
  background-color: #FCCD3D;
  -webkit-box-shadow: 0px 3px 6px #FCCD3D36;
          box-shadow: 0px 3px 6px #FCCD3D36;
  color: #ffffff;
}

.condition-temperature-block > div input[type="radio"]#condition-temperature-radio-03:checked + label {
  background-color: #00A57B;
  -webkit-box-shadow: 0px 3px 6px #00A57B36;
          box-shadow: 0px 3px 6px #00A57B36;
  color: #ffffff;
}

.condition-check-block {
  background-color: #FFFFFF;
  padding: 15px 20px;
}

/* for-store */
/*---------------------------------------------------*/
.for-store-home-nav div + div {
  margin: 3px 0 0 0;
}

.for-store-home-nav div a {
  display: block;
  padding: 25px 15px 25px 0;
  font-weight: bold;
  background-color: #FAFAFA;
  color: #3C3C3C;
  position: relative;
}

.for-store-home-nav div span {
  display: inline-block;
  width: 120px;
  text-align: center;
  vertical-align: middle;
}

.for-store-home-nav div span img {
  height: 60px;
  width: auto;
}

.for-store-home-nav div .e-icon {
  position: absolute;
  right: 10px;
  top: 5px;
}

.for-store-home-nav div .e-icon img {
  vertical-align: top;
}

/* coupon */
/*---------------------------------------------------*/
.coupon-list {
  margin: 15px 0 0 0;
}

.coupon-list ul > li {
  margin: 5px 0 0 0;
  background: url(../img/icon-arrow-right.svg) no-repeat right 10px center, -webkit-gradient(linear, left top, left bottom, from(#f7f7f7), color-stop(35%, white), to(#e3e3e3));
  background: url(../img/icon-arrow-right.svg) no-repeat right 10px center, -webkit-linear-gradient(top, #f7f7f7 0%, white 35%, #e3e3e3 100%);
  background: url(../img/icon-arrow-right.svg) no-repeat right 10px center, linear-gradient(180deg, #f7f7f7 0%, white 35%, #e3e3e3 100%);
  background-size: 20px auto, inherit;
  color: #3C3C3C;
  padding: 15px 10px;
}

.coupon-list ul > li .e-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.coupon-list ul > li .e-info .e-discount {
  background-color: #47ADB5;
  color: #ffffff;
  border-radius: 100px;
  line-height: 1;
  padding: 8px 0 6px;
  width: 110px;
  text-align: center;
  font-weight: bold;
  margin: 0 15px 0 0;
}

.coupon-list ul > li .e-info .e-label {
  color: #47ADB5;
  font-weight: bold;
  font-size: 18px;
  line-height: 1;
}

.coupon-list ul > li .e-info .e-label img {
  vertical-align: top;
  margin: 0 5px 0 0;
}

.coupon-list ul > li .e-text {
  line-height: 1.3;
  margin: 15px 0 0 0;
}

.coupon-list ul > li .e-text dt {
  font-size: 15px;
}

.coupon-list ul > li .e-text dd {
  font-size: 30px;
  font-weight: bold;
}

/* store */
/*---------------------------------------------------*/
.store-search {
  background-color: #ffffff;
  padding: 15px 10px;
  -webkit-box-shadow: 0px 2px 2px #0000001F;
          box-shadow: 0px 2px 2px #0000001F;
  position: relative;
}

.store-search dl + dl {
  margin: 15px 0 0 0;
}

.store-search dl dt {
  color: #47ADB5;
  font-weight: bold;
  margin: 0 0 5px 0;
}

.store-search dl .e-area {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 -5px;
}

.store-search dl .e-area > * {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin: 0 5px;
}

.countermeasures-list {
  margin: -6px 0 0 -6px;
}

.countermeasures-list li {
  border: 1px solid #47ADB5;
  color: #47ADB5;
  font-size: 14px;
  font-weight: bold;
  padding: 0 0 0 10px;
  float: left;
  margin: 6px 0 0 6px;
  width: calc((100% - 12px) / 2);
  height: 34px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  letter-spacing: -0.05em;
}

.countermeasures-list li span {
  display: inline-block;
  width: 28px;
}

.countermeasures-list li img {
  vertical-align: middle;
}

/* profile */
/*---------------------------------------------------*/
.profile-edit {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.profile-edit .e-photo {
  position: relative;
  width: 150px;
}

.profile-edit .e-photo dd {
  position: absolute;
  right: -10px;
  bottom: -10px;
}

.profile-edit .e-text {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 0 0 0 10px;
}

.profile-edit .e-text dd {
  font-size: 14px;
}

/* vaccine */
/*---------------------------------------------------*/
.vaccine-history {
  margin: 10px 0 0 0;
  text-align: center;
}

.vaccine-history + .vaccine-history {
  margin: 15px 0 0 0;
}

.vaccine-history select {
  vertical-align: text-bottom;
  margin: 0 3px;
  padding: 12px 5px;
  background-position: right 5px center;
}

.vaccine-history select.e-year {
  width: 60px;
  margin: 0 5px 0 0;
}

.vaccine-history select.e-month {
  width: 45px;
}

.vaccine-history select.e-day {
  width: 45px;
}

.vaccine-history select.e-state {
  width: 60px;
}

.vaccine-history .e-delete {
  background-color: #47ADB519;
  color: #47ADB5;
  padding: 5px 7px;
  position: relative;
  top: -5px;
  margin: 5px;
}

/* migration */
/*---------------------------------------------------*/
.takeover-number {
  border-bottom: 1px solid #E2E2E2;
  background-image: url(../img/icon-copy.svg);
  background-position: right center;
  background-repeat: no-repeat;
  font-size: 27px;
  padding: 0 0 3px 0;
  margin: 30px 0 0 0;
}

.home-main {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 136px;
  background-color: #ffffff;
  font-weight: bold;
}

.home-main .e-photo {
  position: relative;
}

.home-main .e-photo img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 145px;
  height: 136px;
}

.home-main .e-photo dd {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.9);
  height: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 11px;
}

.home-main .e-text-wrap {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.home-main .e-text {
  height: 50%;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-bottom: 3px solid #EDEDED;
  padding: 5px 0 0 0;
}

.home-main .e-text dt {
  font-size: 13px;
  position: absolute;
  left: 8px;
  top: 8px;
}

#good .home .home-main .e-text dt {
  color: #00A57B;
}

#not-good .home .home-main .e-text dt {
  color: #FCCD3D;
}

#bad .home .home-main .e-text dt {
  color: #E50051;
}

.home-main .e-text dd {
  font-size: 18px;
}

.home-2weeks-level {
  padding: 15px;
  background-color: #ffffff;
}

.home-2weeks-level .e-heading {
  font-size: 13px;
  font-weight: bold;
  margin: 0 0 10px 0;
}

.home-2weeks-level .e-outer {
  -webkit-box-shadow: 0px 2px 2px #00000029;
          box-shadow: 0px 2px 2px #00000029;
  border: 1px solid #DBDBDB;
  border-radius: 100px;
  padding: 19px 20px 7px;
  position: relative;
}

.home-2weeks-level .e-outer .e-link-return {
  position: absolute;
  top: 50%;
  left: 10px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.home-2weeks-level .e-outer .e-link-return img {
  vertical-align: middle;
}

.home-2weeks-level .e-outer .e-link-move {
  position: absolute;
  top: 50%;
  right: 10px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.home-2weeks-level .e-outer .e-link-move img {
  vertical-align: middle;
}

.home-2weeks-level .e-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.home-2weeks-level .e-inner dl {
  width: 20px;
  margin: 0 0 0 1px;
}

.home-2weeks-level .e-inner dl dt {
  width: 100%;
  height: 25px;
}

.home-2weeks-level .e-inner dl.e-good dt {
  background-color: #00A57B;
}

.home-2weeks-level .e-inner dl.e-not-good dt {
  background-color: #FCCD3D;
}

.home-2weeks-level .e-inner dl.e-bad dt {
  background-color: #E50051;
}

.home-2weeks-level .e-inner dl:first-child dt {
  border-radius: 50% 0 0 50%;
}

.home-2weeks-level .e-inner dl:last-child dt {
  border-radius: 0 50% 50% 0;
}

.home-2weeks-level .e-inner dl dd {
  font-size: 7px;
  text-align: center;
  color: #5A5A5A;
  margin: 2px 0 0 0;
}

.home-2column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  border-top: 3px solid #EDEDED;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 2px 2px #0000001F;
          box-shadow: 0px 2px 2px #0000001F;
}

.home-2column .e-left-column,
.home-2column .e-right-column {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 15px 15px 15px 0;
}

.home-2column .e-heading {
  text-align: center;
  width: 90px;
}

.home-2column .e-heading .e-icon {
  display: inline-block;
  margin: 0 0 10px 0;
}

.home-2column .e-heading .e-icon img {
  height: 35px;
  width: auto;
}

.home-2column .e-heading .e-text {
  font-size: 13px;
  font-weight: bold;
  line-height: 1.3;
}

.home-2column .e-heading .e-text span {
  font-weight: normal;
  display: block;
}

.home-2column .e-content {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: right;
}

.home-2column .e-content li {
  font-size: 11px;
}

.home-2column .e-content li.e-negative > span {
  display: inline-block;
  margin: 0 5px 0 0;
  color: #00A57B;
  font-weight: bold;
}

.home-2column .e-content li.e-positive > span {
  display: inline-block;
  margin: 0 5px 0 0;
  color: #E50051;
  font-weight: bold;
}

.home-2column .e-content li::before {
  content: '';
  background-image: url(../img/icon-star.svg);
  background-repeat: no-repeat;
  display: inline-block;
  width: 13px;
  height: 13px;
  margin: 0 5px 0 0;
}

.home-2column .e-content .e-link {
  font-size: 13px;
  margin: 10px 0 0 0;
}

.home-2column .e-content .e-link a {
  color: #47ADB5;
  text-decoration: underline;
}

.home-2column .e-content .e-link a:hover {
  text-decoration: none;
}

.home-2column .e-content.e-pcr li::before {
  display: none;
}

.home-2column .e-left-column {
  border-left: 3px solid #ffffff;
}

.home-2column .e-right-column {
  border-left: 3px solid #EDEDED;
}

.home-3column {
  margin: 10px 0 0 0;
  -webkit-box-shadow: 0px 2px 2px #0000001F;
          box-shadow: 0px 2px 2px #0000001F;
}

.home-3column ul {
  margin: -3px 0 0 -3px;
}

.home-3column ul li {
  float: left;
  margin: 3px 0 0 3px;
  background-color: #ffffff;
  width: calc((100% - 9px) / 3);
  text-align: center;
}

.home-3column ul li a {
  display: block;
  height: 120px;
  position: relative;
  color: #3C3C3C;
}

.home-3column ul li .e-img-01 {
  padding: 18px 0 0 0;
}

.home-3column ul li .e-img-02 {
  padding: 18px 0 0 0;
}

.home-3column ul li .e-img-03 {
  padding: 13px 0 0 0;
}

.home-3column ul li .e-img-04 {
  padding: 18px 0 0 0;
}

.home-3column ul li .e-img-05 {
  padding: 12px 0 0 0;
}

.home-3column ul li .e-img-06 {
  padding: 21px 0 0 0;
}

.home-3column ul li .e-text {
  position: absolute;
  left: 0;
  bottom: 7px;
  width: 100%;
  text-align: center;
  line-height: 1.1;
  font-weight: bold;
}

.home-3column ul li .e-text span {
  display: block;
  font-size: 12px;
}

.home-3column ul li .e-icon {
  position: absolute;
  right: 5px;
  top: 5px;
}

.home-3column ul li .e-icon img {
  vertical-align: top;
}
/*# sourceMappingURL=style.css.map */