@charset "UTF-8";
/* Scss Document */
/*--#806ec0*/
.mincho {
  font-family: "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif !important;
  font-feature-settings: "palt" 1 !important;
  font-weight: bold;
}

.kv {
  margin-bottom: 20px;
}

.accArea {
  margin: 0 3% 16px;
  background-color: #fafafa;
  padding: 5px;
}

.accArea .accIn {
  border: #dbdbdb 1px solid;
  padding: 10px 5%;
}

.accArea .accIn h2 {
  text-align: center;
  color: #231065;
  border-bottom: #806ec0 1px solid;
  margin-bottom: 10px;
}

.accArea .accIn .copy {
  text-align: center;
  color: #554e62;
  font-size: 16px;
  margin-bottom: 10px;
}

.accArea .accIn .accLink {
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: -webkit- space-between;
  justify-content: space-between;
  width: 100%;
}

.accArea .accIn .accLink > li {
  width: 48.5%;
}

.agentarea {
  padding: 5px 0 10px;
  background-image: url(/sp/index/img/agent_area.jpg);
  background-repeat: no-repeat;
  background-size: 100% auto;
}

.agentarea .btnBox {
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: -webkit- space-between;
  justify-content: space-between;
  width: 65%;
  margin: 35% 0 8% 3%;
}

.kokoroArea {
  padding: 5px 0 10px;
  background-image: url(/sp/index/img/kokoro_bg.png);
  background-repeat: repeat-y;
  background-size: 100% auto;
  margin-bottom: 20px;
}

.kokoroArea h2 {
  text-align: center;
  color: #451312;
}

.kokoroArea .img {
  margin-bottom: 10px;
}

.kokoroArea .txtArea {
  margin: 0 3%;
}

.kokoroArea .txtArea .txt {
  color: #451312;
  text-align: left;
  line-height: 1.5;
}

.kokoroArea .txtArea .link {
  text-align: right;
}

.kokoroArea .txtArea .link a {
  color: #806ec0;
  text-decoration: underline;
}

.linkNext {
  margin: 0 3%;
  width: 94%;
}

.linkNext > li {
  margin-bottom: 10px;
  text-align: center;
}

.linkNext > li img {
  margin: 0 auto;
}
