@charset "UTF-8";
/* Scss Document */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

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

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

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

/* Scss Document */
* {
  box-sizing: border-box !important;
}

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

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

* {
  word-wrap: break-word;
  outline: none;
}

html,
body {
  font-family: "Droid Sans", "游ゴシック体", "Yu Gothic", "メイリオ", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic", "ＭＳ Ｐゴシック", "lucida grande", tahoma, verdana, arial, sans-serif;
  font-weight: 500;
  position: relative;
  height: 100%;
  color: #333333;
}

.alpha:not([disabled]):not(.current) {
  -moz-transition: opacity 0.5s ease-out;
  -o-transition: opacity 0.5s ease-out;
  -webkit-transition: opacity 0.5s ease-out;
  transition: opacity 0.5s ease-out;
}
.alpha:not([disabled]):not(.current):hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  opacity: 0.5;
}

.alpha {
  -webkit-transition: opacity 0.5s;
  -moz-transition: opacity 0.5s;
  -ms-transition: opacity 0.5s;
  -o-transition: opacity 0.5s;
  transition: opacity 0.5s;
}

body {
  font-size: 16px;
  line-height: 130%;
}

@media all and (-ms-high-contrast: none) {
  body {
    font-family: "メイリオ", Meiryo, sans-serif;
  }

  /* IE11 */
}
.sp-view {
  display: none;
}

.content-wrapper .page-header {
  background-image: url(../img/bg_head.png);
  background-size: auto 100%;
  background-position: center top;
  padding: 20px 10px;
  text-align: center;
}
.content-wrapper .page-header img {
  max-height: 100px;
}
.content-wrapper .unit-inner {
  padding: 0 10px;
}
.content-wrapper .unit-title {
  font-weight: bold;
  font-size: 1.75rem;
  line-height: 120%;
  background-image: url(../img/bg_liedborder.png);
  background-repeat: repeat-x;
  background-position: bottom center;
  padding-bottom: 5px;
  margin-bottom: 25px;
}
.content-wrapper .unit-title .catch {
  display: inline-block;
  padding: 10px;
  color: #ffffff;
  background-color: #3cad74;
  font-size: 1.125rem;
  font-weight: bold;
  clear: right;
  margin-bottom: 10px;
  line-height: 1;
}
.content-wrapper .unit-title img {
  max-height: 26px;
}
.content-wrapper .unit-image {
  margin-bottom: 20px;
  text-align: center;
}
.content-wrapper .kakomi {
  margin-top: 40px;
}

/* 予備知識 */
.prior-knowledge {
  padding-bottom: 60px;
}
.prior-knowledge__header {
  background-color: #caeedc;
  padding: 10px;
  text-align: center;
}
.prior-knowledge__header img {
  max-height: 32px;
}
.prior-knowledge .unit-inner {
  margin-top: 30px;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}
.prior-knowledge .unit-container {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  align-items: center;
}
.prior-knowledge .unit-container .unit-image {
  width: 50%;
}
.prior-knowledge .unit-container p {
  width: 45%;
}
.prior-knowledge__about .kakomi1 {
  border-left: 1px solid #009e68;
  border-right: 1px solid #009e68;
  border-bottom: 1px solid #009e68;
}
.prior-knowledge__about .kakomi1__title {
  position: relative;
  background-color: #009e68;
  text-align: center;
  padding: 3px 0 10px 0;
  background-size: auto 100%;
  background-repeat: no-repeat;
}
.prior-knowledge__about .kakomi1__title img {
  height: 50%;
}
.prior-knowledge__about .kakomi1__title::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -10px;
  left: 0;
  width: 0px;
  height: 0px;
  margin: auto;
  border-style: solid;
  border-color: #009e68 transparent transparent transparent;
  border-width: 10px 10px 0 10px;
}
.prior-knowledge__about .kakomi1 .kakomi-container {
  display: flex;
  justify-content: space-around;
}
.prior-knowledge__about .kakomi1 .kakomi-item {
  padding: 40px 20px;
  display: flex;
  flex-direction: column-reverse;
  justify-content: space-between;
  align-items: center;
  width: 30%;
}
.prior-knowledge__about .kakomi1 .kakomi-item__discription {
  max-width: 100%;
}
.prior-knowledge__about .kakomi1 .kakomi-item__discription__title {
  font-weight: bold;
  font-size: 1.1rem;
  line-height: 180%;
}
.prior-knowledge__about .kakomi1 .kakomi-item__discription__text {
  font-size: 0.857rem;
  max-width: 100%;
}
.prior-knowledge__about .kakomi1 .kakomi-item__image {
  max-width: 100%;
}
.prior-knowledge__type {
  margin-top: 50px;
}
.prior-knowledge__type .kakomi2 {
  background-color: #ddf4e9;
}
.prior-knowledge__type .kakomi2__title {
  position: relative;
  background-color: #009e68;
  text-align: center;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.prior-knowledge__type .kakomi2__title img {
  max-height: 20%;
}
.prior-knowledge__type .kakomi2__title span {
  color: #ffffff;
  font-weight: bold;
  padding: 0 3%;
  font-size: 1.5rem;
}
.prior-knowledge__type .kakomi2 .kakomi-item-image {
  display: flex;
  justify-content: space-between;
  align-items: center;
  justify-content: space-between;
  padding: 40px 10px 20px 10px;
  position: relative;
}
.prior-knowledge__type .kakomi2 .kakomi-item-image li {
  width: 50%;
  text-align: center;
}
.prior-knowledge__type .kakomi2 .kakomi-item-image::before {
  content: "OR";
  position: absolute;
  font-size: 26px;
  top: 50%;
  left: 48%;
  transform: translateX(-50%);
  color: #009e68;
  font-weight: bold;
}
.prior-knowledge__type .kakomi2 .kakomi-item-text {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  justify-content: space-between;
  padding: 0 40px 40px 40px;
}
.prior-knowledge__type .kakomi2 .kakomi-item-text li {
  width: 47%;
}
.prior-knowledge__type .kakomi2 .kakomi-item-text__title {
  font-weight: bold;
  font-size: 1.1rem;
  line-height: 180%;
}
.prior-knowledge__type .kakomi2 .kakomi-item-text__text {
  font-size: 0.857rem;
}
.prior-knowledge__type .kakomi2 .kakomi-item-else {
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
  align-items: center;
  padding: 40px;
  max-width: 100%;
}
.prior-knowledge__type .kakomi2 .kakomi-item-else__image {
  width: 50%;
  text-align: center;
  display: flex;
  justify-content: center;
}
.prior-knowledge__type .kakomi2 .kakomi-item-else__image img {
  width: auto;
  max-width: 100%;
}
.prior-knowledge__type .kakomi2 .kakomi-item-else__image img.mansion-image {
  width: 400px;
}
.prior-knowledge__type .kakomi2 .kakomi-item-else__discription {
  width: 45%;
}

/* 送客リンクのブロック */
.link-unit {
  background-color: #d3d3d3;
  padding: 30px 15px;
}
.link-unit ul {
  display: flex;
  justify-content: space-between;
  max-width: 820px;
  margin: 0 auto;
}
.link-unit ul li {
  width: 100%;
}
.link-unit ul li a {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  font-weight: bold;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 51px;
  line-height: 51px;
  font-size: 1.5rem;
  text-decoration: none;
  background-position: left center;
}
.link-unit ul li a.btn1 {
  background-image: url(../img/bg_btn1_pc.png);
}
.link-unit ul li a.btn2 {
  background-image: url(../img/bg_btn2_pc.png);
}

.page-bottom {
  background-color: #e9faf2;
  padding: 40px 10px;
}

/* 選び方 */
.how-to-choice {
  max-width: 900px;
  margin: 0 auto;
}
.how-to-choice__title {
  font-weight: bold;
  font-size: 1.57rem;
  line-height: 120%;
  background-image: url(../img/bg_liedborder.png);
  background-repeat: repeat-x;
  background-position: bottom center;
  padding-bottom: 10px;
  text-align: center;
}
.how-to-choice .step {
  margin-top: 60px;
}
.how-to-choice .step:first-child {
  margin-top: 30px;
}
.how-to-choice .step__title {
  font-size: 1.5rem;
  font-weight: bold;
  color: #009e66;
  margin-bottom: 20px;
}
.how-to-choice .step__title img {
  max-height: 32px;
  vertical-align: middle;
}
.how-to-choice .step .kakomi {
  background-color: #ffffff;
  padding: 10px;
}
.how-to-choice .step .kakomi__title {
  text-align: center;
  padding-bottom: 10px;
  border-bottom: 1px solid #019ecc;
}
.how-to-choice .step .kakomi .kakomi-nav {
  margin-top: 10px;
}
.how-to-choice .step .kakomi .kakomi-nav .kakomi-nav-list {
  display: flex;
  justify-content: space-around;
}
.how-to-choice .step .kakomi .kakomi-nav .kakomi-nav-list li {
  width: 23%;
  margin-bottom: 10px;
  background-color: #009e68;
}
.how-to-choice .step .kakomi .arrow {
  background-image: url(../img/img_arrow.png);
  background-repeat: no-repeat;
  background-position: center center;
  padding-top: 75px;
  /*background-size: 30% 50%;*/
}
.how-to-choice .step .kakomi .point {
  padding: 30px 10px;
  border-bottom: 1px solid #e7e7e7;
}
.how-to-choice .step .kakomi .point em {
  font-weight: bold;
  line-height: 180%;
  display: block;
  font-size: 0.923rem;
}
.how-to-choice .step .kakomi .point__list {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.how-to-choice .step .kakomi .point__list__title {
  display: block;
  margin-bottom: 20px;
}
.how-to-choice .step .kakomi .point__list > li:first-child {
  width: 65%;
}
.how-to-choice .step .kakomi .point__list > li:last-child {
  text-align: center;
  width: 35%;
}
.how-to-choice .step .kakomi .point__checkpoint {
  margin-top: 20px;
  background-color: #e9faf2;
  padding: 20px;
}
.how-to-choice .step .kakomi .point__checkpoint ul > li {
  font-size: 0.857rem;
  margin-bottom: 10px;
}
.how-to-choice .step .kakomi .point__checkpoint ul > li:last-child {
  margin-bottom: 0;
}
.how-to-choice .step .kakomi .point__caption {
  font-size: 0.642rem;
  color: #666666;
  margin-top: 10px;
}
.how-to-choice .step .kakomi .point:last-child {
  border-bottom: none;
}
.how-to-choice .step .step-image {
  margin: 20px 0;
}
.how-to-choice .step__bottom-link {
  margin-top: 30px;
}
.how-to-choice .step__bottom-link a {
  font-size: 1.1rem;
  font-weight: bold;
}
.how-to-choice .step__bottom-link2 {
  margin-top: 10px;
}
.how-to-choice .step3 {
  display: flex;
  justify-content: space-between;
}
.how-to-choice .step3__left--pc {
  width: 55%;
}
.how-to-choice .step3__right--pc {
  width: 40%;
}

/* 選び方 */
.backtofts-container {
  text-align: center;
  padding: 30px;
}
.backtofts-container img {
  max-width: 360px;
}

/* フッタ */
.page-footer {
  background-color: #eeeeee;
  border-top: 1px solid #dddddd;
  line-height: 40px;
  font-size: 0.857rem;
  text-align: center;
}

sup {
  font-size: 0.8rem;
  vertical-align: super;
}
