<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP:400,500,700|Roboto+Condensed&amp;display=swap&amp;subset=japanese");
@import url(../font/style.css);

/*! minireset.css v0.0.4 | MIT License | github.com/jgthms/minireset.css */

html, body, p, ol, ul, li, dl, dt, dd, blockquote, figure, fieldset, legend, textarea, pre, iframe, hr, h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0
}

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

ul {
  list-style: none
}

button, input, select, textarea {
  margin: 0
}

html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}

*, *:before, *:after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit
}

img, embed, iframe, object, video {
  height: auto;
  max-width: 100%
}

audio {
  max-width: 100%
}

iframe {
  border: 0
}

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

td, th {
  padding: 0;
  text-align: left
}

header, footer, main, aside {
  display: block
}

.l-wrapper {
  line-height: 1.75;
  font-family: 'Noto Sans JP', sans-serif;
  color: #333333;
  font-size: 14px
}

@media (min-width: 768px) {
  .l-wrapper {
    font-size: 16px
  }
}

.l-wrapper *:not(br) {
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}

.l-wrapper img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom
}

.l-wrapper i {
  font-style: normal
}

.l-wrapper a {
  color: #0066cc
}

.l-wrapper a:not(:hover) {
  text-decoration: none
}

.l-wrapper a:hover {
  color: #3399ff
}

.l-header {
  border-bottom: 4px solid #007A44
}

@media (min-width: 768px) {
  .l-header {
    overflow: hidden
  }
}

.l-header__inner {
  position: relative
}

@media (min-width: 768px) {
  .l-header__inner {
    max-width: 1000px;
    margin: 0 auto
  }
}

.l-header__logo {
  background: #fff;
  border-bottom: 1px solid #CCCCCC
}

@media (min-width: 768px) {
  .l-header__logo {
    position: relative
  }
  .l-header__logo::before, .l-header__logo::after {
    content: '';
    display: block;
    position: absolute;
    bottom: -1px;
    width: 100vw;
    height: 0;
    margin: auto;
    border-bottom: 1px solid #ccc
  }
  .l-header__logo::before {
    left: 0
  }
  .l-header__logo::after {
    right: 0
  }
}

.l-header__logo__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 70px;
  padding: 10px 54px 10px 10px
}

@media (min-width: 768px) {
  .l-header__logo__inner {
    max-width: 1000px;
    margin: 0 auto;
    height: 104px;
    padding: 24px 0 20px
  }
}

.l-header__logo__mnavi a {
  display: block;
  line-height: 1
}

.l-header__logo__mnavi img {
  width: calc(96/320 * 100vw);
 /* max-width: 176px;*/
  vertical-align: bottom
}

@media (min-width: 768px) {
  .l-header__logo__mnavi img {
    width: 176px;
    height: auto
  }
}

.l-header__logo__expats {
  margin-left: 10px
}

@media (min-width: 768px) {
  .l-header__logo__expats {
    margin-left: 20px
  }
}

.l-header__logo__expats a {
  display: block
}

.l-header__logo__expats img {
  width: calc(140/320 * 100vw);
  /*max-width: 284px;*/
  vertical-align: bottom
}

@media (min-width: 768px) {
  .l-header__logo__expats img {
    width: 284px;
    height: auto
  }
}

.l-header__gnav__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}

@media (min-width: 768px) {
  .l-header__gnav__inner {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    max-width: 1000px;
    margin: 0 auto
  }
}

.l-header__gnav__item {
  position: relative;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  color: #333;
  font-weight: bold;
  text-align: center;
  font-size: 14px;
  line-height: 1.14286;
  letter-spacing: .06em
}

@media (min-width: 768px) {
  .l-header__gnav__item {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
  }
  .l-header__gnav__item::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 0;
    height: 75%;
    margin: auto;
    border-left: 1px solid #ccc
  }
  .l-header__gnav__item:last-child::after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 0;
    height: 75%;
    margin: auto;
    border-right: 1px solid #ccc
  }
}

.l-header__gnav__item:nth-child(2n+1) {
  border-right: 1px solid #ccc
}

.l-header__gnav__item:nth-child(n+3) {
  border-top: 1px solid #ccc
}

@media (min-width: 768px) {
  .l-header__gnav__item:nth-child(2n+1) {
    border-right: none
  }
  .l-header__gnav__item:nth-child(n+3) {
    border-top: none
  }
}

.l-header__gnav__item a, .l-header__gnav__item&gt;span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 50px;
  color: inherit;
  text-decoration: none
}

.l-header__gnav__item&gt;span {
  color: #a0b1ba
}

body.u-gnav--1 .l-header__gnav__item.u-gnav--1, body.u-gnav--2 .l-header__gnav__item.u-gnav--2, body.u-gnav--3 .l-header__gnav__item.u-gnav--3, body.u-gnav--4 .l-header__gnav__item.u-gnav--4, body.u-gnav--5 .l-header__gnav__item.u-gnav--5, body.u-gnav--6 .l-header__gnav__item.u-gnav--6 {
  color: #007A44;
  background: #E6F2EC
}

.l-header__gnav .u-small {
  margin-top: 0.375em;
  font-size: 10px;
  font-weight: normal;
  letter-spacing: -.02em;
  color: #00aaeb
}

.l-header__lang {
  position: absolute
}

@media (max-width: 767px) {
  .l-header__lang {
    top: 71px;
    left: 0;
    width: 100%
  }
}

@media (min-width: 768px) {
  .l-header__lang {
    top: 23px;
    right: 0
  }
}

.l-header__lang__btn {
  position: absolute;
  top: -58px;
  right: 5px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 44px;
  height: 44px;
  padding: 6px 0;
  border: none;
  border-left: 1px solid #CCC;
  border-radius: 0;
  outline: none;
  background-color: transparent;
  cursor: pointer
}

@media (min-width: 768px) {
  .l-header__lang__btn {
    display: none
  }
}

.l-header__lang__btn i {
  display: inline-block;
  width: 20px;
  height: 20px;
  background-image: url(../img/ico_lang01.png);
  background-repeat: no-repeat;
  background-size: contain
}

.l-header__lang__btn span {
  display: block;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 10px;
  font-weight: bold;
  -webkit-transform-origin: center;
  transform-origin: center;
  -webkit-transform: scale(0.8);
  transform: scale(0.8)
}

@media (max-width: 767px) {
  .l-header__lang__body {
    display: none
  }
}

@media (min-width: 768px) {
  .l-header__lang__body {
    display: block !important
  }
}

.l-header__lang__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}

@media (max-width: 767px) {
  .l-header__lang__inner {
    display: block;
    position: relative;
    z-index: 10;
    padding: 50px 25px;
    background-color: #333
  }
}

@media (max-width: 767px) {
  .l-header__lang__item {
    border-top: 1px solid #8C989E
  }
  .l-header__lang__item:last-child {
    border-bottom: 1px solid #8C989E
  }
}

@media (min-width: 768px) {
  .l-header__lang__item:nth-child(n+2) {
    border-left: 1px solid #ccc
  }
}

.l-header__lang__item a {
  display: block;
  padding: 0 10px;
  line-height: 1.375;
  color: inherit;
  font-size: 11px;
  font-weight: bold
}

@media (max-width: 767px) {
  .l-header__lang__item a {
    padding: 14px 0;
    color: #ffffff;
    font-size: 16px
  }
}

.l-header__lang__item a:hover {
  color: #007a44;
  text-decoration: none
}

html[lang^="ja"] .l-header__lang__item.u-lang--1 a, html[lang^="en"] .l-header__lang__item.u-lang--2 a, html[lang^="zh"] .l-header__lang__item.u-lang--3 a {
  color: #007A44;
  text-decoration: underline
}

@media (min-width: 768px) {
  .l-back-nav {
    display: none
  }
}

.l-back-nav__item {
  border-top: 1px solid #fff
}

.l-back-nav__item:first-child {
  border-top-color: #d6dde1
}

.l-back-nav__item&gt;a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: 74px;
  padding: 15px 25px;
  background: #f3f4f7;
  font-size: 14px;
  line-height: 1.28571;
  text-decoration: none;
  color: #06c
}

.l-back-nav__item&gt;a:before {
  content: '';
  position: absolute;
  top: calc(50% - 4px);
  left: 10px;
  border-top: 4px solid transparent;
  border-left: 0 solid transparent;
  border-right: 4px solid #00aaeb;
  border-bottom: 4px solid transparent
}

.l-login-box {
  padding: 40px 20px;
  background: #f5e9e8
}

@media (min-width: 768px) {
  .l-login-box {
    padding: 30px 0
  }
}

@media (min-width: 768px) {
  .l-login-box__inner {
    margin: 0 auto;
    max-width: 1000px
  }
}

.l-login-box__title {
  padding-bottom: 15px;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: .06em;
  font-weight: bold;
  text-align: center
}

@media (min-width: 768px) {
  .l-login-box__title {
    padding-left: 40px;
    padding-right: 40px;
    font-size: 16px;
    text-align: left
  }
}

.l-login-box__title:before {
  content: '';
  display: inline-block;
  width: 13px;
  height: 18px;
  margin-right: 12px;
  background: url(../img/icon_login.svg) no-repeat;
  background-size: contain;
  vertical-align: -1px
}

@media (min-width: 768px) {
  .l-login-box__title:before {
    margin-right: 8px;
    width: 12px;
    height: 16px
  }
}

.l-login-box__main {
  padding: 15px 0 30px;
  border-top: 1px solid #9b9ea0
}

@media (min-width: 768px) {
  .l-login-box__main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 15px 40px
  }
  .l-login-box__main .c-button {
    width: 120px;
    height: 40px;
    border-width: 1px 1px 2px
  }
}

@media (min-width: 768px) {
  .l-login-box__main__form form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
  }
}

.l-login-box__main__form__table {
  width: 100%;
  font-size: 14px;
  line-height: 2.14286;
  letter-spacing: .04em
}

@media (min-width: 768px) {
  .l-login-box__main__form__table {
    width: auto
  }
}

.l-login-box__main__form__table input[type="text"], .l-login-box__main__form__table input[type="password"] {
  width: 100%;
  height: 40px;
  padding: 4px 10px;
  font: inherit;
  border: 1px solid #9b9ea0;
  border-radius: 4px;
  background: #fff;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none
}

@media (min-width: 768px) {
  .l-login-box__main__form__table input[type="text"], .l-login-box__main__form__table input[type="password"] {
    max-width: 150px
  }
}

@media (min-width: 768px) {
  .l-login-box__main__form__table tbody {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
  }
}

@media (min-width: 768px) {
  .l-login-box__main__form__table tr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-right: 20px
  }
}

.l-login-box__main__form__table th {
  width: 1%;
  padding-right: 20px;
  white-space: nowrap
}

@media (min-width: 768px) {
  .l-login-box__main__form__table th {
    width: auto;
    padding-right: 12px
  }
}

.l-login-box__main__form__table th, .l-login-box__main__form__table td {
  padding-top: 7px;
  padding-bottom: 7px
}

@media (min-width: 768px) {
  .l-login-box__main__form__table th, .l-login-box__main__form__table td {
    padding-top: 0;
    padding-bottom: 0
  }
}

.l-login-box__main__form__submit {
  margin-top: 15px
}

@media (min-width: 768px) {
  .l-login-box__main__form__submit {
    margin-top: 0
  }
}

.l-login-box__main__reg {
  margin-top: 20px;
  font-size: 12px;
  text-align: center
}

@media (min-width: 768px) {
  .l-login-box__main__reg {
    position: relative;
    margin-top: 0;
    margin-left: 20px;
    padding-left: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 14px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
  }
  .l-login-box__main__reg:before {
    content: '';
    position: absolute;
    top: -5px;
    left: 0;
    bottom: -5px;
    border-left: 1px solid #c3bcb8
  }
}

.l-login-box__main__reg__text {
  display: block;
  margin-bottom: 10px
}

@media (min-width: 768px) {
  .l-login-box__main__reg__text {
    margin-bottom: 0;
    margin-right: 18px
  }
}

.l-login-box__help {
  padding-top: 20px;
  border-top: 1px solid #9b9ea0
}

@media (min-width: 768px) {
  .l-login-box__help {
    padding: 15px 40px 0
  }
}

.l-login-box__help__links {
  font-size: 12px
}

.l-login-box__help__links&gt;* {
  display: inline-block;
  margin-left: 15px
}

.l-login-box__help__links&gt;*:first-child {
  margin-left: 0
}

.l-login-box__help__links a {
  color: inherit;
  text-decoration: none
}

.l-login-box__help__links a:before {
  content: '';
  display: inline-block;
  vertical-align: baseline;
  margin-right: 9px;
  border-top: 4px solid transparent;
  border-left: 7px solid #ef8983;
  border-right: 0 solid transparent;
  border-bottom: 4px solid transparent
}

.l-footer {
  color: #fff;
  background: #00aaeb;
  text-align: center
}

.l-footer__inner {
  padding: 15px
}

.l-footer__copyright {
  font-size: 14px;
  letter-spacing: .1em;
  line-height: 1.28571
}

@media (max-width: 767px) {
  .l-induction {
    display: none
  }
}

.l-induction__inner {
  max-width: 1000px;
  margin: 0 auto;
  padding: 10px 0
}

.l-induction__topicpath {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}

.l-induction__topicpath&gt;li {
  position: relative;
  line-height: calc(20/13);
  font-size: 13px
}

.l-induction__topicpath&gt;li:nth-child(n+2) {
  margin-left: 24px
}

.l-induction__topicpath&gt;li:nth-child(n+2)::before {
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e902";
  position: absolute;
  top: 5px;
  left: -18px;
  color: #007a44;
  font-size: 11px;
  font-weight: bold
}

_:-ms-input-placeholder, :root .l-induction__topicpath&gt;li:nth-child(n+2)::before {
  top: 7px
}

.c-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 0;
  border: none;
  color: inherit;
  text-decoration: none;
  cursor: pointer
}

.c-button&gt;span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 130px;
  height: 40px;
  /*border-radius: 3px;*/
  -webkit-box-shadow: 0 0 4px 1px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 4px 1px rgba(0, 0, 0, 0.15);
  line-height: 1.375;
  font-size: 12px;
  letter-spacing: .04em;
  -webkit-transition: background-color 200ms, opacity 200ms;
  transition: background-color 200ms, opacity 200ms
}

.c-button[disabled] {
  opacity: .3;
  pointer-events: none
}

.c-button--max {
  width: 100%
}

.c-button--max&gt;span {
  width: 100%;
  height: 50px;
  font-size: 16px
}

.c-button--white&gt;span {
  color: #06c;
  background: #fff
}

.c-button--white:hover&gt;span {
  opacity: 0.7
}

.c-button--black&gt;span {
  color: #000;
  border: 1px solid #000
}

.c-button--black:hover&gt;span {
  opacity: 0.7
}

.c-button--primary&gt;span {
  color: #fff;
  background: #f97d00
}

.c-button--primary:hover&gt;span {
  background: #f89853
}

.c-button--primary-white&gt;span {
  color: #f97d00;
  background: #fff
}

.c-button--primary-white:hover&gt;span {
  opacity: 0.7
}

.c-button.i1&gt;span::before {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  display: inline-block;
  vertical-align: middle;
  width: 13px;
  height: 12px;
  margin-right: 3px;
  /*background: url(../../common/img/alt_icon_fav.png) no-repeat 0 0;*/
  background-size: contain;
  /*content: ""*/
}

.u-alL {
  text-align: left
}

.u-alC {
  text-align: center
}

.u-alR {
  text-align: right
}

.u-fz5p {
  font-size: 5%
}

@media (max-width: 767px) {
  .u-fz5p-sp {
    font-size: 5%
  }
}

.u-fz10p {
  font-size: 10%
}

@media (max-width: 767px) {
  .u-fz10p-sp {
    font-size: 10%
  }
}

.u-fz15p {
  font-size: 15%
}

@media (max-width: 767px) {
  .u-fz15p-sp {
    font-size: 15%
  }
}

.u-fz20p {
  font-size: 20%
}

@media (max-width: 767px) {
  .u-fz20p-sp {
    font-size: 20%
  }
}

.u-fz25p {
  font-size: 25%
}

@media (max-width: 767px) {
  .u-fz25p-sp {
    font-size: 25%
  }
}

.u-fz30p {
  font-size: 30%
}

@media (max-width: 767px) {
  .u-fz30p-sp {
    font-size: 30%
  }
}

.u-fz35p {
  font-size: 35%
}

@media (max-width: 767px) {
  .u-fz35p-sp {
    font-size: 35%
  }
}

.u-fz40p {
  font-size: 40%
}

@media (max-width: 767px) {
  .u-fz40p-sp {
    font-size: 40%
  }
}

.u-fz45p {
  font-size: 45%
}

@media (max-width: 767px) {
  .u-fz45p-sp {
    font-size: 45%
  }
}

.u-fz50p {
  font-size: 50%
}

@media (max-width: 767px) {
  .u-fz50p-sp {
    font-size: 50%
  }
}

.u-fz55p {
  font-size: 55%
}

@media (max-width: 767px) {
  .u-fz55p-sp {
    font-size: 55%
  }
}

.u-fz60p {
  font-size: 60%
}

@media (max-width: 767px) {
  .u-fz60p-sp {
    font-size: 60%
  }
}

.u-fz65p {
  font-size: 65%
}

@media (max-width: 767px) {
  .u-fz65p-sp {
    font-size: 65%
  }
}

.u-fz70p {
  font-size: 70%
}

@media (max-width: 767px) {
  .u-fz70p-sp {
    font-size: 70%
  }
}

.u-fz75p {
  font-size: 75%
}

@media (max-width: 767px) {
  .u-fz75p-sp {
    font-size: 75%
  }
}

.u-fz80p {
  font-size: 80%
}

@media (max-width: 767px) {
  .u-fz80p-sp {
    font-size: 80%
  }
}

.u-fz85p {
  font-size: 85%
}

@media (max-width: 767px) {
  .u-fz85p-sp {
    font-size: 85%
  }
}

.u-fz90p {
  font-size: 90%
}

@media (max-width: 767px) {
  .u-fz90p-sp {
    font-size: 90%
  }
}

.u-fz95p {
  font-size: 95%
}

@media (max-width: 767px) {
  .u-fz95p-sp {
    font-size: 95%
  }
}

.u-fz100p {
  font-size: 100%
}

@media (max-width: 767px) {
  .u-fz100p-sp {
    font-size: 100%
  }
}

.u-fz105p {
  font-size: 105%
}

@media (max-width: 767px) {
  .u-fz105p-sp {
    font-size: 105%
  }
}

.u-fz110p {
  font-size: 110%
}

@media (max-width: 767px) {
  .u-fz110p-sp {
    font-size: 110%
  }
}

.u-fz115p {
  font-size: 115%
}

@media (max-width: 767px) {
  .u-fz115p-sp {
    font-size: 115%
  }
}

.u-fz120p {
  font-size: 120%
}

@media (max-width: 767px) {
  .u-fz120p-sp {
    font-size: 120%
  }
}

.u-fz125p {
  font-size: 125%
}

@media (max-width: 767px) {
  .u-fz125p-sp {
    font-size: 125%
  }
}

.u-fz130p {
  font-size: 130%
}

@media (max-width: 767px) {
  .u-fz130p-sp {
    font-size: 130%
  }
}

.u-fz135p {
  font-size: 135%
}

@media (max-width: 767px) {
  .u-fz135p-sp {
    font-size: 135%
  }
}

.u-fz140p {
  font-size: 140%
}

@media (max-width: 767px) {
  .u-fz140p-sp {
    font-size: 140%
  }
}

.u-fz145p {
  font-size: 145%
}

@media (max-width: 767px) {
  .u-fz145p-sp {
    font-size: 145%
  }
}

.u-fz150p {
  font-size: 150%
}

@media (max-width: 767px) {
  .u-fz150p-sp {
    font-size: 150%
  }
}

@media (min-width: 768px) {
  .u-spbr {
    display: none
  }
}

.u-pcbr {
  display: none
}

@media (min-width: 768px) {
  .u-pcbr {
    display: block
  }
}

/* ========================================
 contents-reserve pc
==========================================*/
.contents-reserve {
  margin: 20px 0;
}

.contents-reserve .contents-reserve-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 1000px;
  background: #fffce6;
  border-radius: 5px;
  margin: 0 auto;
  padding: 20px 15px;
  line-height: 1.4;
  text-align: left;
}

.contents-reserve .contents-reserve-inner p {
  margin-top: 0;
}

.contents-reserve .contents-reserve-inner .text-ques {
  margin-left: 20px;
}

.text-ques &gt; a:before {
  content: "?";
  display: inline-block;
  width: 18px;
  height: 18px;
  border: 1px solid #ccc;
  border-radius: 9px;
  background: #fff;
  color: #00aaeb;
  font-size: 13px;
  line-height: 18px;
  text-align: center;
  margin-right: 4px;
}

/* ========================================
 contents-reserve sp
==========================================*/
@media (max-width: 767px) {
	.contents-reserve {
    margin: 10px;
	}
}
@media (max-width: 767px) {
	.contents-reserve ~ #contentsarea {
    padding-top: 0;
	}
}

@media (max-width: 767px) {
	.contents-reserve .contents-reserve-inner {
    background: #fffce6;
    border-radius: 5px;
    margin: 0 auto;
    padding: 10px;
    line-height: 1.5;
    width: auto;
    text-align: left;
    display: block;
	}
}

@media (max-width: 767px) {
	.contents-reserve .contents-reserve-inner p,
.contents-reserve .contents-reserve-inner .text-ques &gt; a {
    font-size: 12px;
	}
}
@media (max-width: 767px) {
	.contents-reserve .contents-reserve-inner .text-ques {
    margin-top: 5px;
	margin-left: 0;
	}
}
@media (max-width: 767px) {
	.text-ques &gt; a:before {
  content: "?";
  display: inline-block;
  width: 18px;
  height: 18px;
  border: 1px solid #ccc;
  border-radius: 9px;
  background: #fff;
  color: #00aaeb;
  font-size: 13px;
  line-height: 18px;
  text-align: center;
  margin-right: 4px;
	}
}

/*# sourceMappingURL=maps/common.css.map */
</pre></body></html>