@charset 'UTF-8';

/* **********************************************************************
*
*  tekisyoku css
*
********************************************************************** */

/* リセット
======================================================= */
html,
body,
header,
div,
dl, dt, dd,
h1, h2, h3, h4, h5, h6,
label,
ol, ul, li,
p,
section,
table, th, td,
footer {
  background: transparent;
  border: 0;
  box-sizing: border-box;
  font-weight: normal;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: baseline;
  word-break: break-all;
  word-wrap : break-word;
}

html{
  font-size: 62.5%;
}

body {
  font-family: "メイリオ", "Meiryo", "MS PGothic", Arial, "Hiragino Kaku Gothic ProN", "Osaka", sans-serif;
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

a {
  box-sizing: border-box;
}

img {
  vertical-align: top;
}

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

button,
input,
select,
textarea {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background: none;
  border: none;
  border-radius: 0;
  box-sizing: border-box;
  font-family: "メイリオ", "Meiryo", "MS PGothic", Arial, "Hiragino Kaku Gothic ProN", "Osaka", sans-serif;
  margin: 0;
  outline: none;
  padding: 0;
}

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

input[type="text"],
input[type="password"],
input[type="tel"],
input[type="email"],
textarea,
select {
  background-color: #fff;
  border: 1px solid #ccc;
  box-shadow: inset 0 0 1px #ccc;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.5;
  padding: 5px;
  width: 100%;
}

select {
  padding-right: 20px;
}

/* 表示部分
======================================================= */
body {
  background: #f90;
  padding: 20px;
  text-align: center;
}

.wrapper {
  margin: 0 auto;
  text-align: left;
  width: 350px;
}

h1 img {
  width: 140px;
}

.show {
  background: #fff;
  margin: 5px 0 10px;
  padding: 10px;
  text-align: center;
}

.intro {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.5;
  margin: 10px 0;
  text-align: justify;
}

.intro strong {
  border-bottom: 1px solid #000;
  border-top: 1px solid #000;
  display: block;
  font-size: 1.6rem;
  margin-bottom: 5px;
  padding: 8px 0 5px;
  text-align: center;
}

.detail {
  border: 5px solid;
  margin: 5px 0 0;
  padding: 10px;
  overflow: hidden;
  text-align: center;
}

.detail .catch {
  line-height: 1.2;
  margin-bottom: 10px;
  overflow: hidden;
  text-align: left;
}

.detail .catch strong {
  display: inline-block;
  font-size: 50px;
  font-size: 5rem;
  font-weight: bold;
  padding-top: 4px;
  vertical-align: middle;
  text-align: center;
  width: 60px;
}

.detail .catch p {
  display: inline-block;
  font-size: 20px;
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 3px;
  vertical-align: middle;
  width: 250px;
}

.detail .catch p span {
  color: #000;
  font-size: 12px;
  font-size: 1.2rem;
}

.detail .type {
  display: inline-block;
  margin: 0 0 10px 0;
  vertical-align: middle;
  width: 100px;
}

.detail .explain {
  display: inline-block;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.5;
  text-align: justify;
  vertical-align: middle;
  width: 200px;
}

.detail_a {
  background: #d0d9e3;
  border-color: #337ea3;
}

.detail_a .catch strong,
.detail_a .catch p {
  color: #337ea3;
}

.detail_b {
  background: #dcecf3;
  border-color: #00a6e1;
}

.detail_b .catch strong,
.detail_b .catch p {
  color: #00a6e1;
}

.detail_c {
  background: #e0ebe2;
  border-color: #0fa755;
}

.detail_c .catch strong,
.detail_c .catch p {
  color: #0fa755;
}

.detail_d {
  background: #fceccc;
  border-color: #f3b321;
}

.detail_d .catch strong,
.detail_d .catch p {
  color: #f3b321;
}

.detail_e {
  background: #fce3c8;
  border-color: #ec8f25;
}

.detail_e .catch strong,
.detail_e .catch p {
  color: #ec8f25;
}

.detail_f {
  background: #fadac5;
  border-color: #f60;
}

.detail_f .catch strong,
.detail_f .catch p {
  color: #f60;
}

.detail_f .catch strong {
  letter-spacing: .1em;
}

.btn_wrap {
  justify-content: space-between;
  margin: 20px auto 0;
}

.share {
  justify-content: space-around;
  margin: 15px auto 0;
}

.detail .share {
  margin-bottom: 5px;
}

.start,
.btn_wrap a {
  border: 2px solid;
  border-radius: 3px;
  color: #fff;
  display: block;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: bold;
  padding: 10px 0;
  text-decoration: none;
  width: 48%;
}

.start,
.detail .btn_wrap a {
  width: 100%;
}

.btn_wrap a:first-of-type {
  background: linear-gradient(to bottom, #cfdaff 3%, #00f 10%, #0024e8);
  border-color: #00c;
}

.btn_wrap a:last-of-type {
  background: linear-gradient(to bottom, #ffcfcf 3%, #f00 10%, #e80000);
  border-color: #c00;
}

.start,
.detail .btn_wrap .result {
  background: linear-gradient(to bottom, #ffe9cf 3%, #f60 10%, #e88600);
  border-color: #ea5d00;
  border-radius: 3px;
  color: #fff;
  display: block;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: bold;
  margin-bottom: 20px;
  padding: 15px 0;
  text-decoration: none;
}

.detail .btn_wrap .result {
  margin-bottom: 10px;
}

.btn_wrap .result span {
  display: block;
  font-size: 12px;
  font-size: 1.2rem;
  margin: 3px auto 0;
}

.detail .btn_wrap.kansai a.kansai span,
.detail .btn_wrap.kansai a.tokai,
.detail .btn_wrap.kansai a.kyushu-okinawa,
.detail .btn_wrap.tokai a.tokai span,
.detail .btn_wrap.tokai a.kansai,
.detail .btn_wrap.tokai a.kyushu-okinawa,
.detail .btn_wrap.kyushu-okinawa a.kyushu-okinawa span,
.detail .btn_wrap.kyushu-okinawa a.kansai,
.detail .btn_wrap.kyushu-okinawa a.tokai {
  display: none;
}

.detail .btn_wrap.kansai a.kansai,
.detail .btn_wrap.tokai a.tokai,
.detail .btn_wrap.kyushu-okinawa a.kyushu-okinawa {
  display: block;
}

.show a:hover,
.btn_wrap a:hover {
  left: 2px;
  position: relative;
  top: 2px;
}

/*----------------------------------------------------------------------------------
copyright
----------------------------------------------------------------------------------*/
.copyright {
  color: #fff;
  font-size: 12px;
  font-size: 1.2rem;
  margin: 5px 0 0;
  text-align: center;
}

/*----------------------------------------------------------------------------------
back
----------------------------------------------------------------------------------*/
.back {
  background: #fff;
  border-radius: 5px;
  color: #f60;
  display: block;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
  margin: 10px 0;
  padding: 15px 0;
  text-align: center;
  text-decoration: none;
}

/* スマホ用
======================================================= */
@media screen and (max-width:440px){

  .wrapper,
  .wrapper .show img {
    width: 100%;
  }

  .intro strong {
    font-size: 1.4rem;
  }

  .detail .catch {
    margin-bottom: 5px;
  }

  .detail .catch strong {
    font-size: 4.6rem;
    width: 55px;
  }

  .detail .catch p {
    font-size: 1.8rem;
    line-height: 1.2;
    width: calc(100% - 60px);
  }

  .detail_e .catch p span {
    letter-spacing: -.05em;
  }

  .detail .type {
    vertical-align: top;
    width: 70px;
  }

  .detail .explain {
    width: calc(100% - 80px);
  }

  .detail .btn_wrap {
    margin-top: 10px;
  }

}
