@charset "utf-8";
/* CSS Document */
/* ----------------------------------------------------------------
/support/tt01/
----------------------------------------------------------------- */
html {
  font-size: 9px;
}
.inner {
  margin-left: auto;
  margin-right: auto;
  width: 980px;
  padding: 20px 0;
}
.inner section {
  margin-bottom: 30px;
}
.em {
  background-color: #cbfbe4;
  text-align: center;
  padding: 15px;
  font-size: 1.7rem !important;
  margin-bottom: 20px;
  border-radius: 10px;
}
.inner .em p {
  font-size: 2rem;
  color: green;
  font-weight: bold;
  background: linear-gradient(transparent 75%, greenyellow 75%);
  display: table;
  margin: 0 auto 7px !important;
  line-height: 1.4em;
  text-align: center;
}
.em span.normal {
  font-weight: normal;
}
.red {
  color: red;
  font-weight: bold;
}
.red2 {
  color: red;
}
.inner h1 {
  font-weight: bold;
  margin-bottom: 0.5em;
  text-align: center;
}
.inner h2 {
  font-family: "AxisStd-Light", "Hiragino Kaku Gothic ProN", "メイリオ", sans-serif;
  font-size: 2.8rem;
  padding: 5px 0;
  border-left: 15px solid #00a2e6;
  padding-left: 10px;
  line-height: 1.2em;
  border-bottom: 1px solid #00a2e6;
  margin-bottom: 10px;
  font-weight: bold;
}
.inner p {
  margin-bottom: 1em;
  font-size: 1.6rem;
}
.inner p:last-of-type {
  margin-bottom: 0;
}
.flow div {
  background-color: #e9e9e9;
  padding: 15px;
  border-radius: 8px;
  margin: 30px 0;
  text-align: center;
  position: relative;
}
.flow p {
  font-size: 1.85rem;
}
.flow ul {
  margin-top: 0.5em;
}
.flow ul li {
  font-size: 1.6rem;
  text-indent: -1em;
  padding-left: 1em;
}
.inner h3 {
  background-color: gray;
  color: white;
  padding: 10px;
  font-weight: bold;
  display: inline-block;
  font-size: 2rem;
  margin-top: 20px;
  margin-bottom: 15px;
  line-height: 1em;
}
.inner h4 {
  font-weight: bold;
  font-size: 1.8rem;
  line-height: 1.6em;
  margin-bottom: 0.5em;
  background-color: #ddd;
  padding: 5px 10px;
  display: inline-block;
}
.inner h5 {
  font-weight: bold;
  font-size: 1.8rem;
}
.inner h3 span {
  font-size: 3rem;
  font-weight: normal;
}
.inner ul.list-disc li {
  margin-bottom: 0.8em;
  font-size: 1.6rem;
}
.flow div.address {
  display: table;
  text-align: left;
  margin: 0 auto;
  background-color: white;
  border-radius: 0;
  margin-bottom: 10px;
  padding: 15px;
}
.inner ul {
  margin-top: 0.3em;
  font-size: 1.5rem;
}
.faq ul li {
  list-style-type: none;
}
.faq dt {
  background-color: gray;
  color: white;
  padding: 5px 10px;
  font-size: 1.9rem;
  font-weight: bold;
  margin-bottom: 0.8em;
}
.faq dd {
  margin-bottom: 1em;
  font-size: 1.6rem;
  ine-height: 2em;
}
.inner span.em {
  color: crimson;
  font-weight: bold;
  background-color: yellow;
  padding: 2px 5px;
}
#apply {
  background-color: mistyrose;
  padding: 5px 20px;
  border-radius: 10px;
  text-align: center;
  border: 2px dashed #c03;
}
#apply h2 {
  color: #c03;
  background-color: inherit;
  font-weight: bold;
  padding: 0;
  margin-bottom: 10px;
}
.inner .button {
  background-color: #c03;
  padding: 15px 30px;
  display: inline-block;
  margin: 0 auto 20px;
  color: white;
  border-radius: 100px;
  font-weight: bold;
  font-size: 2.5rem;
  border-bottom: 5px #7f0221 solid;
}
.inner .button:hover {
  text-decoration: none;
  border-bottom: none;
  margin-top: 5px;
}
.inner .arrow {
  position: relative;
  text-align: center;
}
.inner .arrow:before {
  position: absolute;
  content: "▼";
  color: lightskyblue;
  top: -46px;
  left: 50%;
  transform: scale(2, 1);
  font-size: 4rem;
  margin-left: -32px;
}
.inner .faq ul li {
  text-indent: -1em;
  padding-left: 1em;
}
#not_rental {
  margin-top: 80px;
}
img.done {
  width: 90px;
  height: auto;
  position: absolute;
  left: 10%;
  top: calc(50% - 45px);
  opacity: 0.6;
}
table.flow_table {
  width: 95%;
  margin: 0 auto 10px;
  font-size: 1.5rem;
}
table.flow_table p {
  font-size: 1.8rem;
  color: #0c4876;
  display: table;
  margin: 0 auto;
  margin-bottom: 5px !important;
  line-height: 1.4em;
  background: linear-gradient(transparent 75%, skyblue 75%);
}
table.flow_table th {
  width: 30%;
  padding: 10px;
  background-color: aliceblue;
  border: 1px solid #00a2e6;
  box-shadow: 5px 5px 0 rgba(128, 128, 128, 0.2);
  font-weight: normal;
}
table.flow_table td {
  width: 5%;
  text-align: center;
  font-size: 3.5rem;
  color: #00a2e6;
}
table.flow_table th .large {
  font-size: 1.8rem;
}
.marker {
  background-color: yellow;
}
a.button_hikari {
  display: inline-block;
  color: white;
  background-color: #00a2e6;
  margin: 5px auto;
  padding: 10px;
  text-align: center;
  border: 1px solid #d9d9d9;
  border-bottom: 2px solid #d9d9d9;
}
a.button_hikari:hover {
  opacity: 0.5;
  text-decoration: none;
}
img.flow {
  width: 900px;
  height: auto;
}
.prepare {
  border: 1px solid darkgray;
  background-color: whitesmoke;
  padding: 10px;
}
hr {
  margin-top: 30px;
  border: 1px dashed darkgray;
}
/* ----------------------------------------------------------------
スマホ・タブレット
----------------------------------------------------------------- */
@media screen and (max-width: 768px) {
  .inner {
    padding: 12px;
    width: 100%;
  }
  .inner h2 {
    font-size: 2rem;
    margin: 10px 0;
  }
  .inner h3 {
    font-size: 1.8rem;
    line-height: 1.2;
  }
  .inner h3 span {
    font-size: 2rem;
  }
  .inner h4 {
    font-size: 1.6rem;
  }
  .inner section {
    margin-bottom: 15px;
  }
  .flow div {
    margin: 20px 0;
  }
  .inner .arrow:before {
    top: -33px;
    margin-left: -15px;
    font-size: 3rem;
  }
  .inner dt {
    margin-bottom: 0.5em;
    line-height: 1.3em;
  }
  .inner dd {
    margin-bottom: 0.5em;
  }
  .flow div {
    padding: 10px;
  }
  #apply {
    padding: 5px 10px;
  }
  .button {
    border-radius: 20px;
    font-size: 2rem;
  }
  #not_rental {
    margin-top: 30px;
  }
  img.done {
    width: 70px;
    top: calc(50% - 35px);
    left: 0;
    opacity: 0.4;
  }
  table.flow_table th {
    width: 100%;
    display: block;
  }
  table.flow_table td {
    width: 100%;
    display: block;
  }
  img.flow {
    width: 100%;
  }
  .em {
    font-size: 1.6rem !important;
  }
  .faq dt {
    font-size: 1.6rem;
  }
  .faq dd {
    font-size: 1.5rem;
  }
  .em {
    border-radius: 10px;
  }
  .em span.left {
    text-align: left;
    display: block;
	  margin-top: 10px;
  }
  .inner .em p {
    display: inline;
  }
}