@charset "UTF-8";
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;
}

/*----------------------------------------
 Base
----------------------------------------*/
a {
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  color: #5EA8A7;
  text-decoration: none;
}
a:hover {
  color: #386867;
  text-decoration: underline;
}

body {
  background: #FFFFFF;
  color: #212121;
  font-family: Meiryo, "メイリオ", YuGothic, "游ゴシック", sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.6;
  word-break: break-all;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: subpixel-antialiased;
}

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

strong {
  color: #FF4447;
}

/*----------------------------------------
 Component
----------------------------------------*/
.anchor {
  margin-top: -100px;
  padding-top: 100px;
}

.bnr ul {
  display: flex;
  justify-content: space-between;
  margin: 0px -10px;
}
@media only screen and (max-width: 640px) {
  .bnr ul {
    display: block;
    text-align: center;
  }
}
.bnr ul li {
  margin: 10px;
  width: clac(40%);
}
@media only screen and (max-width: 640px) {
  .bnr ul li {
    width: clac(90%);
  }
}

.continue {
  text-align: center;
}
.continue a {
  background: #FFFFFF;
  border: 1px solid #5EA8A7;
  display: inline-block;
  margin-top: 10px;
  padding: 10px 20px;
  text-decoration: none;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
@media only screen and (max-width: 640px) {
  .continue a {
    width: 90%;
  }
}
.continue a:hover {
  background: #5EA8A7;
  color: #FFFFFF;
}

.fa {
  margin-right: 5px;
  vertical-align: middle;
}

.inner {
  margin: 0px auto;
  padding: 0px 10px;
  max-width: 900px;
}
@media only screen and (max-width: 640px) {
  .inner {
    width: 100%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
}

.list {
  margin: 10px 0px;
}

.list--disc {
  list-style: disc;
}
.list--disc li {
  margin: 5px 0px 5px 25px;
}

.list--num {
  list-style: decimal;
}
.list--num li {
  margin: 5px 0px 5px 25px;
}

.list--asterisk {
  list-style: none;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.list--asterisk li {
  margin-left: 15px;
  text-indent: -1em;
}
.list--asterisk li:before {
  display: inline;
  content: "※";
}

.table {
  width: 100%;
}
@media only screen and (max-width: 640px) {
  .table {
    font-size: 12px;
  }
}

.table--outline tr {
  border-top: 1px solid #A1A1A1;
  border-left: 1px solid #A1A1A1;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.table--outline tr th {
  background: #eeeeee;
  border-right: 1px solid #A1A1A1;
  border-bottom: 1px solid #A1A1A1;
  padding: 10px;
  width: 25%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.table--outline tr td {
  border-right: 1px solid #A1A1A1;
  border-bottom: 1px solid #A1A1A1;
  padding: 10px;
  width: 75%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.unit2col {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0px -10px;
}
@media only screen and (max-width: 640px) {
  .unit2col {
    display: block;
  }
}
.unit2col .unit2col__col {
  margin: 0px 10px 20px;
  width: calc(100%/2 - 20px);
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media only screen and (max-width: 640px) {
  .unit2col .unit2col__col {
    width: calc(100%/1 - 20px);
  }
}

.unit2col--faq .unit2col__col {
  margin-bottom: 40px;
}

.unit2col--contact .unit2col__col {
  border: 1px solid #5EA8A7;
  padding: 20px;
}
.unit2col--contact .unit2col__col .action {
  font-size: 20px;
  font-weight: 700;
}
.unit2col--contact .unit2col__col .action .fa {
  font-size: 26px;
  vertical-align: middle;
}

/*----------------------------------------
 Header
----------------------------------------*/
.header {
  background: rgba(255, 255, 255, 0.9);
  position: fixed;
  width: 100%;
  height: 160px;
  z-index: 999;
}
@media only screen and (max-width: 640px) {
  .header {
    height: 100px;
  }
}
.header .header__container {
  height: 120px;
  position: relative;
}
@media only screen and (max-width: 640px) {
  .header .header__container {
    height: 60px;
    position: static;
    text-align: center;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
}
.header .header__container .logo {
  position: absolute;
  bottom: 20px;
  left: 10px;
}
@media only screen and (max-width: 640px) {
  .header .header__container .logo {
    position: static;
    text-align: center;
  }
  .header .header__container .logo img {
    margin-top: 10px;
    width: 300px;
  }
}
.header .header__container .item {
  position: absolute;
  bottom: 20px;
  right: 10px;
  width: calc(100%/5);
}
.header .header__container .item a {
  border: 1px solid #5EA8A7;
  background: #FFFFFF;
  display: block;
  padding: 15px 20px;
  text-align: center;
  text-decoration: none;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
.header .header__container .item a:hover {
  border: 1px solid #386867;
  background: #386867;
  color: #FFFFFF;
}
.header .header__container .item a .fa {
  font-size: 26px;
}
@media only screen and (max-width: 640px) {
  .header .header__container .item {
    display: none;
  }
}

.menu--sp {
  background: #5EA8A7;
  display: none;
}
@media only screen and (max-width: 640px) {
  .menu--sp {
    display: block;
  }
}
.menu--sp ul {
  display: flex;
  height: 40px;
  justify-content: space-between;
}
.menu--sp ul li {
  border-right: 1px solid #FFFFFF;
  text-align: center;
  width: calc(100%/3);
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.menu--sp ul li:last-Child {
  border-right: none;
}
.menu--sp ul li a {
  background: #5EA8A7;
  color: #FFFFFF;
  display: block;
  line-height: 40px;
  text-decoration: none;
}
.menu--sp ul li a:hover {
  background: #386867;
}

.menu--pc {
  background: #5EA8A7;
}
@media only screen and (max-width: 640px) {
  .menu--pc {
    display: none;
    margin: 0px -10px;
  }
}
.menu--pc ul {
  display: flex;
  height: 40px;
}
@media only screen and (max-width: 640px) {
  .menu--pc ul {
    display: block;
  }
}
.menu--pc ul li {
  background: #FFFFFF;
  border-right: 1px solid #FFFFFF;
  text-align: center;
  width: calc(100%/4);
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media only screen and (max-width: 640px) {
  .menu--pc ul li {
    border-right: none;
    border-bottom: 1px dashed #5EA8A7;
    width: 100%;
    text-align: left;
  }
  .menu--pc ul li:last-Child {
    border-bottom: 1px solid #5EA8A7;
  }
}
.menu--pc ul li:first-Child {
  border-left: 1px solid #FFFFFF;
}
@media only screen and (max-width: 640px) {
  .menu--pc ul li:first-Child {
    border-left: none;
  }
}
.menu--pc ul li a {
  background: #5EA8A7;
  color: #FFFFFF;
  display: block;
  line-height: 40px;
  text-decoration: none;
}
@media only screen and (max-width: 640px) {
  .menu--pc ul li a {
    background: #FFFFFF;
    padding: 0px 20px;
    color: #5EA8A7;
  }
  .menu--pc ul li a:before {
    content: "\f0da";
    font-family: "FontAwesome";
    margin-right: 5px;
  }
}
.menu--pc ul li a:hover {
  background: #386867;
}
@media only screen and (max-width: 640px) {
  .menu--pc ul li a:hover {
    color: #FFFFFF;
  }
}

/*----------------------------------------
 Main
----------------------------------------*/
.main {
  padding: 180px 0px 20px;
}
@media only screen and (max-width: 640px) {
  .main {
    padding-top: 120px;
  }
}
.main .title {
  background: url("../img/tilt.gif");
  border-bottom: 3px solid #5EA8A7;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 30px;
  padding: 20px;
}
@media only screen and (max-width: 640px) {
  .main .title {
    margin: 0px -10px 30px;
  }
}
.main .intro {
  margin-bottom: 40px;
}
.main section {
  margin-bottom: 40px;
}
.main .headline2 {
  border-left: 8px solid #212121;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 20px;
  padding: 5px 5px 5px 10px;
}
.main .headline3 {
  font-size: 18px;
}
.main p {
  margin: 10px 0px;
}

/* はじめての方へ */
@media only screen and (max-width: 640px) {
  .message {
    margin: 0px -10px;
  }
}

.caution {
  display: flex;
  flex-wrap: wrap;
  margin: 0px -10px;
}
.caution li {
  border: 1px solid #5EA8A7;
  margin: 0px 10px 20px;
  padding: 10px;
  width: calc(100%/3 - 20px);
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media only screen and (max-width: 640px) {
  .caution li {
    width: calc(100%/1 - 20px);
  }
}
.caution li h3 {
  color: #5EA8A7;
  font-size: 18px;
  font-weight: 700;
}

/* お取引の流れ */
.flow li {
  border: 1px solid #5EA8A7;
  margin-bottom: 30px;
  padding: 10px;
  position: relative;
}
.flow li:not(:last-child):after {
  content: "";
  position: absolute;
  bottom: -21px;
  left: 50%;
  margin-left: -30px;
  display: block;
  border-style: solid;
  border-width: 20px 30px 0px 30px;
  border-color: #c1dedd transparent;
}
.flow li h3 {
  color: #5EA8A7;
  font-size: 18px;
  font-weight: 700;
}
.flow li h3 span {
  background: #5EA8A7;
  color: #FFFFFF;
  display: inline-block;
  font-size: 12px;
  margin-right: 5px;
  padding: 3px 5px;
  vertical-align: middle;
}

/* よくあるご質問 */
.faq-cats {
  display: none;
}
@media only screen and (max-width: 640px) {
  .faq-cats {
    display: block;
  }
}
.faq-cats ul {
  align-items: stretch;
  display: flex;
  flex-wrap: wrap;
  margin: 10px -5px;
}
.faq-cats ul li {
  border: 1px solid #5EA8A7;
  margin: 5px;
  text-align: center;
  width: calc(100%/5 - 10px);
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media only screen and (max-width: 640px) {
  .faq-cats ul li {
    width: calc(100%/3 - 10px);
  }
}
.faq-cats ul li a {
  display: block;
  padding: 10px;
}

.faq dt {
  cursor: pointer;
  display: block;
  margin-bottom: 10px;
}
.faq dt:before {
  content: "\f138";
  font-family: "FontAwesome";
  margin-right: 5px;
}
.faq dd {
  background: #eeeeee;
  display: none;
  margin-bottom: 20px;
  padding: 10px;
}

/*----------------------------------------
 Footer
----------------------------------------*/
.footer {
  background: #212121;
  color: #FFFFFF;
  padding: 10px 0px;
}
.footer .inner {
  display: flex;
  font-size: 12px;
  justify-content: space-between;
}
@media only screen and (max-width: 640px) {
  .footer .inner {
    display: block;
    text-align: center;
  }
}

.pagetop {
  position: fixed;
  right: 10px;
  bottom: 10px;
}
.pagetop a {
  background: #5EA8A7;
  color: #FFFFFF;
  display: block;
  font-size: 12px;
  padding: 10px;
  text-align: center;
  text-decoration: none;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
.pagetop a:hover {
  background: #386867;
}
.pagetop a .fa {
  font-size: 18px;
  margin: 0px 0px 5px;
}
