@charset "UTF-8";

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

main {
  display: block;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
  max-width: 100%;
  width: 100%;
  height: auto;
  vertical-align: bottom;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

/* common styles */

html {
  box-sizing: border-box;
  font-size: 16px;
}

*,
*::before,
*::after {
  box-sizing: inherit;
}

.only-sp {
  display: none;
}

@media only screen and (max-width: 767px) {
  html {
    font-size: 2.933333vw;
  }

  .only-sp {
    display: inherit;
  }

  .only-pc {
    display: none;
  }
}

@media only screen and (min-width: 768px) and (max-width: 960px) {
  html {
    font-size: 1.666667vw;
  }
}

@media only screen and (min-width: 961px) {
  html {
    font-size: 16px;
  }
}

body {
  font-size: 1em;
  font-family: 'ヒラギノ角ゴ Pro', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, sans-serif;
  color: #262626;
  line-height: 2;
  font-feature-settings: "palt" 1;

}

p {
  margin: 0 0 1em;
}

p:last-child {
  margin-bottom: 0;
}

a {
  color: inherit;
  text-decoration: none;
}

a img {
  transition: opacity 0.25s ease-out;
}

a:hover  {
  text-decoration: underline;
}

a:hover img {
  opacity: 0.7;
}

.inner {
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
}

.content-wrap {
  max-width: 1300px;
  margin: 0 auto;
  background: url(../images/common/bg_01.png) no-repeat center top;
  background-size: 1300px auto;
  padding: 2em 0;
  position: relative;
}

.logo-biz {
  width: 8em;
  line-height: 1;
  position: absolute;
  left: 0;
  top: 2.3125em;
}

.logo {
  line-height: 1;
  text-align: center;
  width: 13.125em;
  margin: 0 auto 2em;
  border-bottom: 1px solid;
}

.title1 {
  font-size: 1.875em;
  font-weight: normal;
  line-height: 1.5;
  color: #9e860f;
  text-align: center;
  margin: 0 0 0.5em;
}

.title1 + p {
  text-align: center;
  line-height: 2.5;
}

.sec-block {
  margin: 4.375em auto 0;
  padding: 4.375em 0 0;
  border-top: 2px solid #e6eaec;
}

.title2 {
  text-align: center;
  font-size: 1.625em;
  font-weight: bold;
  line-height: 1.5;
  margin: 0 0 3.461538em;
}

.title2 img {
  display: block;
  margin: 0 auto 1.5em;
  width: auto;
  height: 1.192308em;
}

.title3 {
  font-size: 1.875em;
  margin: 0 0 1.5em;
  line-height: 1.5;
  text-align: center;
}

.title4 {
  text-align: center;
  font-size: 1.625em;
  font-weight: bold;
  line-height: 1.5;
  margin: 0 0 0.75em;
}

.title4 small {
  display: block;
  font-weight: normal;
  font-size: 0.538462em;
  margin-top: 1em;
}

.title4 + p {
  text-align: center;
  margin-bottom: 2em;
}

.link-biz {
  text-align: center;
  font-size: 1.125em;
  margin: 3.333333em 0 0;
}

.link-biz a {
  display: inline-block;
  position: relative;
}

.link-biz a::before {
  position: absolute;
  content: '';
  display: block;
  width: 18.666667em;
  height: 0.388889em;
  background: url(../images/common/omatome_arrow_02.png) no-repeat center center;
  background-size: contain;
  position: absolute;
  bottom: -0.25em;
  left: 0;
  transition: transform 0.8s cubic-bezier(0.52, 0.08, 0.18, 1);
}

.link-biz a {
  text-decoration: none;
}

.link-biz a:hover::before {
  transform: translateX(1em);
}

.footer {
  margin: 6.875em auto 0;
  padding: 2.5em 0 0;
  border-top: 2px solid #e6eaec;
  position: relative;
}

.footer .copyright {
  text-align: center;
  font-family: serif;
  font-size: 0.75em;
  font-weight: bold;
}

.footer .to-top {
  width: 4.375em;
  position: fixed;
  right: 1em;
  bottom: 1em;
  z-index: 1200;
  display: none;
}

@media only screen and (max-width: 767px) {
  .content-wrap {
    background-image: url(../images/common/bg_01__sp.png);
    background-size: 100% auto;
  }

  .logo-biz {
    width: 6.818182em;
    top: 0.818182em;
  }
  
  .logo {
    width: 14.090909em;
    margin-bottom: 2.636363em;
  }

  .title1,
  .title4 {
    font-size: 1.545454em;
  }

  .title1 + p {
    line-height: 1.5;
  }

  .title2 {
    font-size: 1.363636em;
    margin-bottom: 2em;
  }

  .title3 {
    font-size: 1.454545em;
  }
  
  .title4 small {
    font-size: 0.647059em;
  }
  
  .title4 + p {
    font-size: 1.181818em;
  }

  .footer .copyright {
    font-size: 0.909091em;
  }

  .footer .to-top {
    width: 3.181818em;
  }
}

/* list page */

.list1 {
  margin: 0 auto;
  padding: 0;
  list-style: none;
  width: 72.916667%;
  max-width: 700px;
}

.list1 > li {
  margin: 0 0 2.222222em;
  font-size: 1.125em;
  line-height: 1.5;
  padding-bottom: 0.555556em;
  border-bottom: 1px solid #ccc;
}

.list1 > li:last-child {
  margin-bottom: 0;
}

.list1 a {
  display: block;
  border-left: 2px solid;
  position: relative;
  padding: 0.388889em 6.111111em 0.388889em 1.777778em;
}

.list1 a::after {
  position: absolute;
  content: '';
  display: block;
  width: calc(100% + 2px);
  height: 2px;
  background-color: #000;
  left: -2px;
  bottom: calc(-0.555556em - 1px);
  transform: scale(0, 1);
  transform-origin: right top;
  transition: transform 1.3s cubic-bezier(0.52, 0.08, 0.18, 1);
}

.list1 a:hover {
  text-decoration: none;
}

.list1 a:hover::after {
  transform: scale(1, 1);
  transform-origin: left top;
}

.list1 a::before {
  position: absolute;
  content: '';
  display: block;
  width: 3.111111em;
  height: 0.722222em;
  background: url(../images/common/omatome_arrow_01.png) no-repeat center center;
  background-size: contain;
  position: absolute;
  top: 50%;
  right: 2.222222em;
  margin: -0.361111em 0 0;
  transition: transform 0.8s cubic-bezier(0.52, 0.08, 0.18, 1);
}

.list1 a:hover::before {
  transform: translateX(1em);
}

.list1 a span {
  margin-right: 2em;
}

@media only screen and (max-width: 767px) {
  .list1 {
    width: 84%;
  }

  .list1 > li {
    font-size: 1.181818em;
  }

  .list1 a {
    padding-left: 1.1em;
  }

  .list1 a span {
    margin-right: 0;
    display: block;
    margin-bottom: 0.25em;
  }
}

/* each page */

.text-block {
  max-width: 960px;
  margin: 0 auto 4.375em;
  padding: 0 4.375em;
}

.text-block p:not(.link-biz) {
  line-height: 2.25;
}

.text-block .link-biz {
  text-align: left;
  margin-top: 2.5em;
}

.info-table1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  max-width: 960px;
  margin: 0 auto 5.625em;
  border-bottom: 2px solid #e6eaec;
}

.info-table1 > dt,
.info-table1 > dd {
  border-top: 2px solid #e6eaec;
  line-height: 2;
}

.info-table1 > dt {
  font-weight: bold;
  width: 31.25%;
  margin: 0;
  padding: 2em 1em 2em 6em;
}

.info-table1 > dd {
  margin: 0;
  width: 68.75%;
  padding: 2em 6em 2em 0;
}

.info-table1.big-dd > dd {
  font-size: 1.125em;
  padding: 1.666667em 5.333333em 1.666667em 0;
}

.info-table1 > dd small {
  font-size: 0.875em;
}

.caution {
  color: #f00;
}

.info-table1 > dt.full,
.info-table1 > dd.full {
  border-top: none;
  width: 79.166667%;
  padding: 0 3em;
  margin: 0 auto;
}

.info-table1 > dd.full {
  margin-bottom: 2em;
  position: relative;
}

.info-table1 > dd.full::before,
.info-table1 > dd.full::after {
  content: '';
  display: block;
  width: 1em;
  height: calc(100% + 2em);
  position: absolute;
  bottom: 0;
  border: 1px solid #b2b2b2;
}

.info-table1 > dd.full::before {
  border-right: none;
  left: 0;
}

.info-table1 > dd.full::after {
  border-left: none;
  right: 0;
}

.info-price {
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.info-price > dt,
.info-price > dd {
  margin: 0;
}

.info-price > dt {
  width: 13.888889em;
  padding-right: 1em;
}

.info-price > dd {
  width: calc(100% - 13.888889em);
}

.btn1 {
  font-size: 1.75em;
  font-weight: bold;
  text-align: center;
  width: 93.75%;
  max-width: 900px;
  margin: 0 auto 2.5em;
}

.btn1 a {
  display: block;
  transition: all 0.2s ease-out;
  text-decoration: none;
  color: #fff;
  background: #262626 url(../images/common/omatome_arrow_01_on.png) no-repeat right 1.714286em top 50%;
  background-size: 2em auto;
  line-height: 1;
  padding: 1.285714em 4em;
  border: 1px solid #262626;
}

.btn1 a:hover {
  opacity: 0.7;
}

@media only screen and (max-width: 767px) {
  .text-block {
    padding: 0 2.727272em;
  }
  
  .text-block p:not(.link-biz) {
    font-size: 1.181818em;
    line-height: 2.15;
  }

  .info-table1 {
    display: block;
    margin-bottom: 5em;
    width: 84%;
  }

  .info-table1 > dt {
    font-weight: bold;
    font-size: 1.181818em;
    width: 100%;
    margin-bottom: 1em;
    padding: 1em 0 0;
  }
  
  .info-table1 > dd {
    font-size: 1.181818em;
    width: 100%;
    padding: 0 0 1em;
    border-top: none;
  }

  .info-table1 > dd:last-child {
    margin-bottom: 0;
  }

  .info-table1.big-dd > dd {
    font-size: 1.181818em;
    padding: 0 0 1em;
  }

  .info-table1 > dd small {
    font-size: 0.846154em;
  }

  .info-table1 > dt.full,
  .info-table1 > dd.full {
    width: 100%;
    padding: 0 2em;
  }

  .info-table1 > dd.full {
    font-size: 1em;
  }

  .info-table1 > dd.full::before,
  .info-table1 > dd.full::after {
    width: 0.818181em;
    height: calc(100% + 2.363636em);
  }

  .btn1 {
    font-size: 1.5em;
    width: 94.666667%;
    margin-bottom: 2em;
  }
}

.images-block {
  max-width: 960px;
  margin: 0 auto 6.25em;
}

.img-list1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding: 0;
}

.img-list1 > li {
  line-height: 1.5;
  width: 33.333333%;
  padding: 0 1px;
  margin: 2.5em 0 0;
  text-align: center;
}

.img-list1 > li:nth-child(-n+3) {
  margin-top: 0;
}

.img-list1 > li img {
  display: block;
  margin: 0 auto 0.75em;
}

.img-list2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0;
  list-style: none;
  margin: 0 auto 3.125em;
  max-width: 960px;
}

.img-list2 > li {
  width: 25%;
  margin: 2.5em 2.5% 0;
  text-align: center;
}

.img-list2 > li:nth-child(-n+3) {
  margin-top: 0;
}

.img-list2 > li img {
  display: block;
  margin: 0 auto 0.75em;
}

.caution2 {
  margin: 0 auto 2em;
  max-width: 960px;
  font-size: 0.875em;
}

@media only screen and (max-width: 767px) {
  .images-block {
    width: 84%;
    margin-bottom: 7.272727em;
  }

  .img-list1 {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .img-list1 > li {
    width: 46.031746%;
    padding: 0;
    text-align: left;
    padding-bottom: 1.25em;
    border-bottom: 1px solid #dcdbdb;
    margin-top: 1em;
  }

  .img-list1 > li:nth-child(3) {
    margin-top: 1em;
  }

  .img-list1 > li:last-child,
  .img-list1 > li:nth-last-child(2):nth-child(odd) {
    border-bottom: 0;
    padding-bottom: 0;
  }

  .img-list2 {
    width: 94.666667%;
  }
  
  .img-list2 > li {
    width: 30.985715%;
    margin: 2em 0 0 3.5214275%;
    text-align: center;
  }

  .img-list2 > li:nth-child(3n+1) {
    margin-left: 0;
  }

  .caution2 {
    font-size: 1em;
    width: 84%;
    margin-bottom: 1.5em;
  }
}

.flow-list1 {
  margin: 0 auto;
  padding: 0;
  list-style: none;
  max-width: 800px;
  width: 83.333333%;
}

.flow-list1 > li {
  margin: 0 0 3.625em;
  position: relative;
  background-color: #f3f3f3;
  text-align: center;
  padding: 1.5em;
}

.flow-list1 > li::after {
  content: '';
  display: block;
  width: 2.0625em;
  height: 1.25em;
  background: url(../images/common/omatome_arrow_03.png) no-repeat center center;
  background-size: contain;
  position: absolute;
  left: 50%;
  margin: 0 0 0 -1.03125em;
  bottom: -2.25em;
}

.flow-list1 > li:last-child {
  margin-bottom: 0;
}

.flow-list1 > li:last-child::after {
  display: none;
}

.flow-list1 > li strong {
  font-size: 1.25em;
  font-weight: bold;
  display: block;
}

.flow-list1 > li > strong {
  margin: 0 0 0.75em;
}

.flow-list1 > li > strong:last-child {
  margin-bottom: 0;
}

.flow-wrap1 {
  display: inline-block;
  margin-bottom: 1em;
  text-align: left;
  line-height: 1.6;
}

.flow-wrap1 strong span {
  color: #fff;
  background-color: #262626;
  padding: 0 1em;
  display: inline-block;
  margin: 0 0.5em 0 0;
}

.flow-wrap1 strong:nth-child(1) {
  margin-bottom: 0.5em;
}

.flow-wrap2 {
  display: inline-block;
  text-align: left;
}

@media only screen and (min-width: 768px) {
.spOnly{display: none;}
}
@media only screen and (max-width: 767px) {
.pcOnly{display: none;}
}
@media only screen and (max-width: 767px) {
  .flow-list1 {
    width: 84%;
  }

  .flow-list1 > li {
    text-align: left;
  }

  .flow-list1 > li strong {
    font-size: 1.181818em;
    text-align: center;
  }

  .flow-wrap1 {
    text-align: center;
    display: block;
  }

  .flow-wrap1 strong span {
    display: block;
    width: 5em;
    margin: 0 auto 0.25em;
  }

  .flow-wrap1 strong:nth-child(1) {
    margin-bottom: 0.75em;
  }
}
