@charset "UTF-8";
@import "https://cdn.jsdelivr.net/fontawesome/4.7.0/css/font-awesome.min.css";
/* Common
============================================================ */
.pc {
  display: block; }

.sp {
  display: none; }

@media screen and (max-width: 780px) {
  .pc {
    display: none; }
  .sp {
    display: block; } }

/* Header
----------------------------------------------------------- */
h1 {
  position: absolute;
  top: 30px;
  left: 30px;
  width: 170px;
  z-index: 150; }

.btnClose {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 70px;
  z-index: 160; }

/* contents
-----------------------------------------------------------*/
#container {
  width: 100%;
  height: auto !important;
  height: 100%;
  min-height: 100%;
  position: relative;
  overflow: hidden; }

div.contents {
  padding-bottom: 55px; }

/* Footer
----------------------------------------------------------- */
footer {
  background: #9b6;
  text-align: center;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 10;
  height: 55px; }
  footer .copyright {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    padding: 0 10px;
    transform: translateY(-50%);
    color: #fff;
    font-size: 12px;
    box-sizing: border-box; }
  footer::before {
    position: absolute;
    top: -100px;
    left: 0;
    display: block;
    width: 100%;
    height: 100px;
    background: url(../images/town.png) repeat-x center bottom;
    content: ''; }

@media screen and (max-width: 780px) {
  /* Header
	----------------------------------------------------------- */
  h1 {
    top: 12px;
    left: 12px;
    width: 130px; }
  .btnClose {
    top: 0;
    right: 0;
    width: 70px; }
  /* contents
	-----------------------------------------------------------*/
  div.contents {
    padding-bottom: 60px; }
  /* Footer
	----------------------------------------------------------- */
  footer {
    height: 60px; } }

/* Home
============================================================ */
body {
  background: url(../images/bg.jpg) top left repeat-x;
  background-size: auto 100%; }

.img-box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  overflow: hidden; }
  .img-box .cloud {
    position: absolute; }
  .img-box .c1 {
    bottom: 260px;
    left: 50%;
    margin-left: -500px; }
  .img-box .c2 {
    bottom: 480px;
    left: 50%;
    margin-left: 290px; }
  .img-box .c3 {
    bottom: 600px;
    left: 50%;
    margin-left: -700px;
    transform: scale(-1, 1); }

.box-simulate {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 20;
  width: 100%;
  max-width: 900px; }
  .box-simulate > .inner {
    padding: 10px; }
    .box-simulate > .inner > .head {
      color: #fff;
      font-size: 26px;
      font-weight: bold;
      line-height: 1.3;
      letter-spacing: 2px;
      text-indent: 2px;
      text-align: center; }
    .box-simulate > .inner > .lead {
      color: #fff;
      font-size: 14px;
      line-height: 1.4;
      text-align: center;
      margin-top: 8px; }
  .box-simulate .room {
    display: table;
    width: 100%;
    max-width: 440px;
    margin: 20px auto 20px;
    box-shadow: 3px 3px 3px rgba(51, 33, 26, 0.2); }
    .box-simulate .room dt, .box-simulate .room dd {
      display: table-cell;
      vertical-align: middle;
      font-size: 14px;
      line-height: 1.333;
      padding: 11px;
      box-sizing: border-box; }
    .box-simulate .room dt {
      width: 90px;
      background-color: #31496b;
      position: relative;
      color: #fff;
      letter-spacing: 1px;
      text-indent: 1px;
      text-align: center; }
      .box-simulate .room dt::after {
        position: absolute;
        top: 50%;
        right: -9px;
        margin-top: -10px;
        border: transparent solid;
        border-width: 10px 0 10px 9px;
        border-left-color: #31496b;
        content: ''; }
    .box-simulate .room dd {
      background-color: #eeeeee;
      padding-left: 20px; }
  .box-simulate .container-form {
    position: relative;
    max-width: 550px;
    margin: 0 auto;
    padding: 40px 0 0;
    overflow: hidden;
    height: 290px; }
    .box-simulate .container-form .box {
      padding: 22px 30px 45px;
      background-color: #fff;
      border-radius: 3px 0 5px 5px;
      text-align: center;
      position: absolute;
      width: 100%;
      top: 40px;
      left: 0;
      opacity: 1;
      transition: opacity 0.8s,left 0.8s;
      box-sizing: border-box; }
      .box-simulate .container-form .box input {
        display: block; }
      .box-simulate .container-form .box.-slide {
        left: -102%;
        opacity: 0; }
        .box-simulate .container-form .box.-slide input {
          display: none; }
      .box-simulate .container-form .box.-hidden {
        left: 102%;
        opacity: 0; }
        .box-simulate .container-form .box.-hidden input {
          display: none; }
      .box-simulate .container-form .box#ques1 {
        z-index: 4; }
      .box-simulate .container-form .box#ques2 {
        z-index: 3; }
      .box-simulate .container-form .box#ques3 {
        z-index: 2; }
      .box-simulate .container-form .box#ques4 {
        z-index: 1; }
      .box-simulate .container-form .box::before {
        display: block;
        content: "";
        position: absolute;
        width: 100%;
        height: 40px;
        top: -39px;
        left: 0;
        background: url(../images/bg-boxtop.png) repeat-x left bottom;
        border-radius: 0 5px 0 0; }
    .box-simulate .container-form .ques {
      margin-bottom: 44px;
      color: #4a4742;
      font-size: 22px;
      font-weight: bold; }
      .box-simulate .container-form .ques .q-in {
        position: relative;
        display: inline-block;
        padding: 0 5px 8px 44px;
        border-bottom: 1px dashed #c9c9c9;
        text-align: left; }
        .box-simulate .container-form .ques .q-in::before {
          display: block;
          width: 64px;
          height: 64px;
          border-radius: 50%;
          background: #fcdc02 url(../images/icon-q.png) no-repeat center center;
          content: '';
          position: absolute;
          top: -20px;
          left: -10px; }
      .box-simulate .container-form .ques .txt {
        display: inline;
        position: relative;
        z-index: 1; }
    .box-simulate .container-form .label-intext {
      display: inline-block; }
      .box-simulate .container-form .label-intext input, .box-simulate .container-form .label-intext span {
        display: inline-block;
        vertical-align: baseline; }
      .box-simulate .container-form .label-intext .txt {
        margin-left: 12px;
        font-size: 24px;
        padding: 5px 0; }
        .box-simulate .container-form .label-intext .txt.-small {
          margin-left: 0;
          margin-right: 12px;
          font-size: 18px; }
    .box-simulate .container-form .input-text {
      width: 120px;
      padding: 15px 9px;
      font-size: 24px;
      text-align: right;
      border: 1px solid #bbb;
      border-radius: 3px;
      box-shadow: none; }
      .box-simulate .container-form .input-text.-small {
        width: 100px; }
    .box-simulate .container-form .error {
      margin-top: 15px;
      color: #c1272d;
      font-weight: bold;
      line-height: 1.4; }
      .box-simulate .container-form .error + .error {
        margin-top: 10px; }
      .box-simulate .container-form .error + .btn-one,
      .box-simulate .container-form .error + .btn-set {
        margin-top: 18px; }
    .box-simulate .container-form .btn-one,
    .box-simulate .container-form .btn-set {
      margin-top: 40px; }
    .box-simulate .container-form .btn-one {
      max-width: 300px;
      margin-left: auto;
      margin-right: auto; }
    .box-simulate .container-form .btn-set {
      margin-right: 20px; }
      .box-simulate .container-form .btn-set li {
        float: left;
        width: 50%;
        padding-left: 20px;
        box-sizing: border-box; }
    .box-simulate .container-form .btn {
      display: block;
      width: 100%;
      position: relative;
      padding: 16px 10px;
      color: #fff;
      font-size: 17px;
      border: none;
      border-radius: 8px;
      font-weight: bold;
      letter-spacing: 1px;
      text-indent: 1px;
      cursor: pointer;
      box-sizing: border-box; }
      .box-simulate .container-form .btn:hover {
        opacity: 0.8; }
      .box-simulate .container-form .btn.-next {
        padding-right: 20px;
        background-color: #f7931e;
        box-shadow: 3px 3px #c26c07; }
        .box-simulate .container-form .btn.-next::after {
          position: absolute;
          top: 50%;
          right: 16px;
          font-weight: normal;
          line-height: 1;
          font-family: "fontAwesome";
          content: "";
          font-size: 22px;
          margin-top: -0.51em; }
      .box-simulate .container-form .btn.-back {
        padding-left: 20px;
        background-color: #496d9f;
        box-shadow: 3px 3px #31496b; }
        .box-simulate .container-form .btn.-back::after {
          position: absolute;
          top: 50%;
          left: 16px;
          font-weight: normal;
          line-height: 1;
          font-family: "fontAwesome";
          content: "";
          font-size: 22px;
          margin-top: -0.51em; }
      .box-simulate .container-form .btn.-send {
        background-color: #c1272d;
        box-shadow: 3px 3px #811a1e; }
        .box-simulate .container-form .btn.-send::before {
          margin-right: 10px;
          font-weight: normal;
          line-height: 1;
          font-family: "fontAwesome";
          content: "";
          font-size: 24px;
          line-height: 0; }
  .box-simulate .notes {
    margin-top: 20px;
    padding: 20px;
    background-color: rgba(255, 255, 255, 0.5);
    border-radius: 5px;
    font-size: 11px;
    line-height: 1.333;
    letter-spacing: 1px; }

input[type="number"] {
  -moz-appearance: textfield; }
  input[type="number"]::-webkit-outer-spin-button, input[type="number"]::-webkit-inner-spin-button {
    margin: 0;
    -webkit-appearance: none; }

@media screen and (max-height: 900px) {
  html,
  body {
    height: auto; }
  .box-simulate {
    position: relative;
    top: auto;
    left: auto;
    transform: none;
    padding-top: 90px;
    padding-bottom: 100px;
    margin: 0 auto; } }

@media screen and (max-width: 600px) {
  html,
  body {
    height: auto; }
  .box-simulate {
    position: relative;
    top: auto;
    left: auto;
    transform: none;
    padding-top: 75px;
    padding-bottom: 100px;
    margin: 0 auto; }
  .img-box .c1 {
    width: 140px;
    bottom: 80px;
    left: -10px;
    margin-left: 0; }
  .img-box .c2 {
    width: 110px;
    bottom: 90px;
    left: auto;
    right: 5px;
    margin-left: 0; }
  .img-box .c3 {
    display: none; }
  .img-box img {
    max-width: 100%;
    height: auto; } }

@media screen and (max-width: 520px) {
  .box-simulate .container-form .btn-set {
    margin-left: -10px;
    margin-right: 0; }
    .box-simulate .container-form .btn-set li {
      padding-left: 10px; } }

@media screen and (max-width: 420px) {
  .box-simulate .room {
    margin-bottom: 15px; }
    .box-simulate .room, .box-simulate .room dt, .box-simulate .room dd {
      display: block;
      width: auto; }
    .box-simulate .room dt br {
      display: none; }
    .box-simulate .room dt::after {
      top: auto;
      bottom: -6px;
      right: auto;
      left: 50%;
      margin-top: 0;
      margin-left: -8px;
      border-width: 6px 8px 0 8px;
      border-top-color: #31496b;
      border-left-color: transparent; }
    .box-simulate .room dd {
      padding: 14px 11px 11px; }
  .box-simulate .container-form .box {
    padding: 5px 25px 30px; }
  .box-simulate .container-form .ques {
    margin-bottom: 24px;
    font-size: 20px; }
  .box-simulate .container-form .label-intext .txt {
    margin-left: 10px;
    font-size: 20px; }
    .box-simulate .container-form .label-intext .txt.-small {
      margin-right: 10px;
      font-size: 16px; }
  .box-simulate .container-form .input-text {
    width: 100px;
    padding: 10px 6px;
    font-size: 20px; }
    .box-simulate .container-form .input-text.-small {
      width: 80px; }
  .box-simulate .container-form .btn-one,
  .box-simulate .container-form .btn-set {
    margin-top: 28px; }
  .box-simulate .container-form .btn {
    padding-top: 12px;
    padding-bottom: 12px;
    font-size: 15px; }
    .box-simulate .container-form .btn.-next::after {
      right: 10px; }
    .box-simulate .container-form .btn.-back::after {
      left: 10px; }
  .box-simulate .notes {
    margin-top: 15px;
    padding: 15px; } }

@media screen and (max-width: 380px) {
  .box-simulate .container-form .btn-set {
    margin-left: 0;
    margin-top: 18px; }
    .box-simulate .container-form .btn-set li {
      float: none;
      width: 100%;
      margin-top: 10px;
      padding-left: 0; } }

/* Result
============================================================ */
body#result {
  height: auto;
  padding-bottom: 90px; }
  body#result .box-simulate {
    position: relative;
    top: auto;
    left: auto;
    max-width: 820px;
    transform: none;
    padding-top: 90px;
    padding-bottom: 135px;
    margin: 0 auto; }
  @media screen and (max-width: 780px) {
    body#result .box-simulate {
      padding-top: 75px; } }

.box-simulate {
  transition: opacity 0.8s ease; }
  .box-simulate.hidden {
    visibility: hidden;
    opacity: 0; }

#loading .load-inner {
  background-color: #fff;
  padding: 35px 40px;
  border-radius: 10px;
  animation: hidden 2.4s ease forwards;
  position: fixed;
  top: 50%;
  left: 50%;
  width: 280px;
  margin-left: -180px;
  transform: translateY(-50%);
  z-index: 100;
  text-align: center; }
  #loading .load-inner p {
    font-size: 20px;
    margin-bottom: 15px; }
  @media screen and (max-width: 640px) {
    #loading .load-inner {
      margin-left: -150px;
      padding: 25px 10px; } }

#loading .loader {
  position: relative;
  width: 60px;
  height: 60px;
  margin: 10px auto;
  border: 8px solid rgba(100, 100, 100, 0.2);
  border-left-color: #777;
  border-radius: 50%;
  transform: translateZ(0);
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  animation: load8 1.1s infinite linear;
  -webkit-animation: load8 1.1s infinite linear; }

#loading.none {
  display: none; }

@keyframes load8 {
  0% {
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg); }
  100% {
    transform: rotate(360deg);
    -webkit-transform: rotate(360deg); } }

@keyframes hidden {
  0% {
    opacity: 0; }
  20% {
    opacity: 1; }
  70% {
    opacity: 1; }
  100% {
    opacity: 0; } }

.head-room {
  margin-bottom: 55px;
  text-align: center; }
  .head-room .disp-ib {
    margin: 5px 0;
    vertical-align: middle; }
  .head-room .room {
    width: 440px;
    margin: 0; }
    .head-room .room dd {
      text-align: left; }

.btn-other {
  width: 210px;
  margin-left: 14px; }
  .btn-other a {
    display: block;
    padding: 14px 10px;
    background-color: #31496b;
    border: 2px solid #fff;
    border-radius: 6px;
    color: #fff;
    font-size: 16px; }
    .btn-other a .fa {
      font-size: 20px;
      margin-right: 10px; }

#result .btn2 {
  max-width: 480px;
  margin: 0 auto; }
  #result .btn2 a {
    display: block;
    position: relative;
    padding: 19px 10px;
    border-radius: 8px;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 1px;
    text-indent: 1px; }
  #result .btn2.-again a {
    background-color: #f7931e;
    box-shadow: 3px 3px #c26c07; }
    #result .btn2.-again a .fa {
      font-size: 22px;
      font-weight: normal;
      padding-right: 8px;
      text-indent: 0; }
  #result .btn2.-print a {
    background-color: #496d9f;
    box-shadow: 3px 3px #31496b; }
    #result .btn2.-print a .fa {
      font-size: 22px;
      font-weight: normal;
      padding-right: 8px;
      text-indent: 0; }
  #result .btn2.-red {
    margin-top: 25px; }
    #result .btn2.-red a {
      background-color: #c1272d;
      padding-left: 30px;
      padding-right: 40px;
      box-shadow: 3px 3px #811a1e; }
      #result .btn2.-red a::after {
        position: absolute;
        top: 50%;
        right: 16px;
        font-weight: normal;
        line-height: 1;
        font-family: "fontAwesome";
        content: "";
        font-size: 24px;
        margin-top: -0.5em; }

#result .btn-set {
  margin-top: 40px;
  margin-left: -20px; }
  #result .btn-set li {
    float: left;
    width: 50%;
    padding-left: 20px;
    box-sizing: border-box; }

.container-result {
  position: relative;
  background-color: #fff;
  border-radius: 3px 0 5px 5px;
  text-align: center;
  box-shadow: 3px 3px 3px rgba(51, 33, 26, 0.2); }
  .container-result::before {
    display: block;
    content: "";
    position: absolute;
    width: 100%;
    height: 40px;
    top: -39px;
    left: 0;
    background: url(../images/bg-boxtop.png) repeat-x left bottom;
    border-radius: 0 5px 0 0; }
  .container-result .r1, .container-result .r2 {
    padding: 10px 25px 45px; }
  .container-result .r1 {
    display: inline-block;
    padding-top: 2px; }
    .container-result .r1 .head {
      position: relative;
      margin-bottom: 15px;
      font-size: 18px;
      font-weight: bold; }
      .container-result .r1 .head .txt {
        display: inline-block;
        padding: 15px 25px;
        background: #f7931e;
        border-radius: 100px;
        color: #fff; }
      .container-result .r1 .head::after {
        display: block;
        position: absolute;
        bottom: -8px;
        left: 50%;
        margin-left: -10px;
        border: solid transparent;
        border-width: 8px 10px 0;
        border-top-color: #f7931e;
        content: ''; }
  .container-result .r2 {
    max-width: 640px;
    margin: 0 auto; }

.main-result {
  display: inline-block;
  min-width: 360px;
  padding: 28px 20px;
  background: url(../images/bg-stripe-beige.png);
  border: 1px dashed #9d9d9d;
  border-radius: 5px; }
  .main-result dt {
    margin-bottom: 5px;
    font-size: 28px;
    font-weight: bold; }
  .main-result dd span {
    vertical-align: middle; }
  .main-result .num {
    padding-right: 8px;
    color: #c1272d;
    font-size: 58px;
    font-weight: bold; }
  .main-result .yen {
    font-size: 40px; }

.table-result {
  width: 100%;
  margin-top: 20px; }
  .table-result th, .table-result td {
    padding-top: 12px;
    padding-bottom: 12px;
    border-bottom: 1px dashed #9d9d9d;
    font-size: 18px;
    text-align: left; }
  .table-result th {
    padding-left: 20px;
    padding-right: 10px; }
  .table-result td {
    padding-left: 10px;
    padding-right: 20px; }
  .table-result .num {
    padding-right: 3px;
    color: #c1272d;
    font-weight: bold; }
  .table-result + .sub {
    margin-top: 16px;
    font-size: 13px;
    line-height: 1.5;
    text-align: left; }

.box-koujo {
  padding: 5px 10px 40px;
  border: 2px dashed #56cce6; }
  .box-koujo .head {
    position: relative;
    top: -25px;
    margin: 0 40px;
    padding: 10px 20px;
    background-color: #56cce6;
    color: #fff;
    font-size: 16px;
    border-radius: 100px; }
  .box-koujo .lead {
    font-size: 22px;
    line-height: 1.4; }
    .box-koujo .lead .marker {
      font-size: 26px;
      font-weight: bold;
      padding: 0 4px;
      background-image: linear-gradient(transparent 65%, #fff100 65%, #fff100 88%, transparent 88%); }
    .box-koujo .lead em {
      font-style: normal;
      font-size: 36px;
      padding: 0 3px; }
  .box-koujo .lead-sub {
    margin-top: 8px;
    line-height: 1.5; }
    .box-koujo .lead-sub a {
      color: #31496b;
      text-decoration: underline; }

.box-again {
  margin-top: 30px; }
  .box-again .balloon {
    position: relative; }
    .box-again .balloon .text {
      position: relative;
      margin-right: 130px;
      padding: 20px;
      background-color: #eeeeee;
      border-radius: 8px; }
      .box-again .balloon .text::after {
        display: block;
        position: absolute;
        top: 50%;
        right: -24px;
        margin-top: -12px;
        border: solid transparent;
        border-width: 12px;
        border-left-color: #eeeeee;
        content: ''; }
    .box-again .balloon .img {
      position: absolute;
      top: 50%;
      right: 0;
      margin-top: -76px; }
  .box-again .lead {
    font-size: 16px;
    line-height: 1.5; }
    .box-again .lead em {
      font-style: normal;
      font-weight: bold; }
  .box-again ul.indention {
    display: inline-block;
    margin-top: 16px;
    text-align: left;
    line-height: 1.5; }
    .box-again ul.indention em {
      color: #c1272d;
      font-style: normal;
      font-weight: bold; }

.btm-nav {
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  background: url(../images/bg-dot-w.png);
  border-top: 4px solid #31496b;
  z-index: 100;
  width: 100%; }
  .btm-nav > .inner {
    display: table;
    margin: 0 auto;
    padding: 20px;
    text-align: center; }
  .btm-nav .lead, .btm-nav .btn2 {
    display: table-cell;
    vertical-align: middle; }
  .btm-nav .lead {
    padding-right: 30px;
    font-size: 15px;
    font-weight: bold;
    line-height: 1.4;
    text-align: left; }
  .btm-nav .btn2 {
    width: 340px; }
  .btm-nav.hidden {
    opacity: 0;
    visibility: hidden; }

@media screen and (max-width: 720px) {
  .btm-nav > .inner {
    display: block; }
  .btm-nav .lead {
    display: none; }
  .btm-nav .btn2 {
    display: block;
    width: auto;
    margin-top: 0 !important; } }

@media screen and (max-width: 520px) {
  #result .btn-set {
    margin-top: 15px;
    margin-left: 0; }
    #result .btn-set li {
      float: none;
      width: 100%;
      margin-top: 10px;
      padding-left: 0; } }

@media screen and (max-width: 480px) {
  .head-room .disp-ib {
    display: block; }
  .head-room .room {
    width: 100%;
    margin: 0 auto; }
  .btn-other {
    margin: 10px auto 0; }
  .container-result .r1 .head {
    font-size: 16px; }
  .main-result {
    display: block;
    min-width: 0;
    padding: 20px 10px; }
    .main-result dt {
      font-size: 24px; }
    .main-result .num {
      font-size: 34px; }
    .main-result .yen {
      font-size: 28px; }
  .table-result {
    width: 100%; }
    .table-result th, .table-result td {
      display: block;
      padding: 0;
      font-size: 17px;
      text-align: center; }
    .table-result th {
      margin-bottom: 5px;
      border-bottom: none;
      font-size: 19px;
      min-width: 0; }
    .table-result td {
      margin-bottom: 8px;
      padding-bottom: 8px; }
    .table-result + .sub {
      margin-top: 12px; } }

@media screen and (max-width: 420px) {
  .disp-pc {
    display: none; }
  #result .btn2 a {
    padding-top: 14px;
    padding-bottom: 14px;
    font-size: 16px; }
  #result .btn2.-again a .fa, #result .btn2.-print a .fa {
    font-size: 20px; }
  #result .btn2.-red {
    margin-top: 15px; }
    #result .btn2.-red a::after {
      right: 10px;
      font-size: 20px; }
  #result .btn-set {
    margin-top: 5px; }
  .container-result .r1, .container-result .r2 {
    padding: 18px 15px; }
  .container-result .r1 {
    padding-top: 2px; }
  .box-koujo {
    padding-bottom: 30px; }
    .box-koujo .lead {
      margin-top: -10px;
      font-size: 18px; }
      .box-koujo .lead .marker {
        font-size: 22px; }
      .box-koujo .lead em {
        font-size: 26px; }
  .box-again {
    margin-top: 20px; }
    .box-again .balloon .text {
      margin-right: 0;
      padding: 12px 15px 15px;
      border-radius: 4px; }
      .box-again .balloon .text::after {
        top: auto;
        bottom: -16px;
        right: auto;
        left: 50%;
        margin: 0 0 0 -12px;
        border-width: 8px 12px;
        border-left-color: transparent;
        border-top-color: #eeeeee; }
    .box-again .balloon .img {
      display: none; }
    .box-again .lead {
      text-align: left; }
    .box-again ul.indention {
      margin-top: 12px; }
  .btm-nav > .inner {
    padding: 15px; } }

/* banner */
.banner {
  margin-top: 50px; }
  .banner img {
    width: 100%; }
  .banner .box {
    background-color: #94b520;
    padding: 10px 20px;
    color: #fff;
    text-align: left; }
    .banner .box .detail {
      margin-bottom: 10px; }
      .banner .box .detail li {
        display: inline-block; }
    .banner .box .caution {
      font-size: 90%;
      text-indent: -1em;
      padding-left: 1em; }
/*# sourceMappingURL=style.css.map */