@charset "utf-8";

/* ==================================================================================
category_top
================================================================================== */

/* -------------------------------------------------------------
common
------------------------------------------------------------- */
* {
  box-sizing: border-box;
}

body {
  color: #292929;
  max-width: 540px;/* for PC */
  margin: 0 auto;/* for PC */
  background: #fff;/* for PC */
  box-shadow: 0 0 10px rgba(95, 94, 94, 0.3);/* for PC */
}

.font-maru {
  font-family: "ヒラギノ丸ゴ Pro W4", "Hiragino Maru Gothic Pro", sans-serif;
}

img {
  max-width: 100%;
}

.inner {
  padding: 2em 1em;
}

.grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.group + .group {
  margin-top: 30px;
}

.wrap + .wrap {
  margin-top: 20px;
}

/* btn */
.btn-wrap {
  margin-top: 20px;
}

.btn {
  display: block;
  text-decoration: none;
  position: relative;
}

.btn:hover {
  text-decoration: none;
}

.btn.is-blue-round {
  background: #6796cb;
  border-radius: 999em;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  padding: 9px 20px 11px;
  line-height: 1.4;
  text-align: center;
  letter-spacing: 2px;
}

.btn.is-blue-round .sub {
  font-size: 0.7em;
}

.btn.is-blue-round.is-single {
  padding: 16px 20px 13px;
}

.btn.is-blue-round.is-tel {
  width: 90%;
  margin: 0 auto;
  font-size: 16px;
  padding: 14px 20px;
}

.btn.is-blue-round.is-tel::before {
  content: "";
  display: inline-block;
  width: 21px;
  height: 21px;
  background: url("../../images/lp/category/top/icon-tel.png") no-repeat center;
  background-size: contain;
  margin-right: 10px;
  vertical-align: -4px;
}

.btn.is-blue-border {
  background: #fff;
  border: 2px solid #6796cb;
  border-radius: 999em;
  color: #6796cb;
  font-size: 15px;
  font-weight: bold;
  padding: 10px 20px;
  text-align: center;
}

/* footer */
#exFooter {
  background: #fff;
  border-top: 1px solid #dededa;
}

#exFooter #companyinfo,
#exFooter .copyrightTxt {
  color: #666;
}

.exMod a:link,
.exMod a:hover,
.exMod a:active,
.exMod a:visited {
  color: #666;
}

@media screen and (max-width: 320px) {
  .btn.is-blue-round {
    font-size: 16px;
  }
}

/* -------------------------------------------------------------
ttl
------------------------------------------------------------- */
.ttl-sec {
  color: #50658c;
  font-size: 17px;
  font-weight: bold;
  margin-bottom: 20px;
  text-align: center;
  letter-spacing: 1px;
}

.ttl-sec .sub {
  font-size: 0.8em;
}

.ttl-sec .point {
  color: #f0518b;
}

.ttl-item {
  color: #125aa1;
  font-size: 15px;
  font-weight: bold;
}

.ttl-item::before {
  content: "";
  display: inline-block;
  width: 11px;
  height: 11px;
  background: #125aa1;
  margin-right: 4px;
}

@media screen and (max-width: 320px) {
  .ttl-sec {
    font-size: 16px;
  }

  .ttl-item {
    font-size: 14px;
  }
}

/* -------------------------------------------------------------
mv-area
------------------------------------------------------------- */
.mv-area .inner {
  padding-top: 1em;
}

.ttl-mv {
  text-align: center;
}

.grid-nav {
  justify-content: space-between;
  margin-top: 10px;
}

.grid-nav > .btn-wrap {
  margin-top: 0;
  width: calc(50% - 10px);
}

.grid-nav > .btn-wrap:nth-child(n+3) {
  margin-top: 10px;
}

.btn.is-nav {
  border: 2px solid;
  border-radius: 10px;
  font-size: 16px;
  font-weight: bold;
  padding: 30px 10px;
  text-align: center;
  letter-spacing: 1px;
}

.btn.is-nav:hover {
  opacity: 0.8;/* for PC */
}

.btn.is-nav .sub {
  font-size: 0.7em;
  font-weight: normal;
}

.btn.is-nav.is-pink {
  border-color: #ed98ac;
  color: #ed98ac;
}

.btn.is-nav.is-blue {
  border-color: #7bbffe;
  color: #7bbffe;
}

.btn.is-nav.is-yellow {
  border-color: #ecda90;
  color: #c1a946;
}

.btn.is-nav.is-green {
  border-color: #96bf94;
  color: #4a8a47;
}

.btn.is-nav.is-orange {
  border-color: #edc098;
  color: #c89567;
}

.btn.is-nav.is-purple {
  border-color: #b3abd6;
  color: #796aba;
}

/* -------------------------------------------------------------
service-area
------------------------------------------------------------- */
.grid-service {
  justify-content: center;
}

.grid-service > li {
  width: 33.3%;
  color: #646464;
  font-size: 11px;
  padding: 10px;
  line-height: 1.4;
  text-align: center;
}

.grid-service .icon {
  padding-top: 15px;
  margin-bottom: 10px;
  position: relative;
}

.grid-service .icon::before {
  content: "";
  width: calc(100% - 10px);
  height: 42px;
  border: 2px solid #50658c;
  border-bottom: none;
  border-radius: 999em 999em 0 0;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}

.grid-service .icon img {
  max-height: 52px;
}

/* -------------------------------------------------------------
faq-area
------------------------------------------------------------- */
.faq-wrap {
  font-size: 13px;
  border-radius: 20px;
  padding: 18px 20px;
  position: relative;
}

.faq-wrap + .faq-wrap {
  margin-top: 20px;
}

.faq-wrap::before {
  content: "";
  border: 10px solid transparent;
  border-top: 15px solid;
  position: absolute;
  bottom: -12px;
}

.faq-wrap.is-q {
  background: #c4e9b6;
  margin-left: 15px;
}

.faq-wrap.is-q::before {
  border-top-color: #c4e9b6;
  transform: rotate(-45deg);
  right: -8px;
}

.faq-wrap.is-a {
  background: #e8edf2;
}

.faq-wrap.is-a::before {
  border-top-color: #e8edf2;
  transform: rotate(45deg);
  left: -8px;
}

.grid-noprice {
  margin-top: 10px;
}

.grid-noprice > li {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  width: 25%;
  height: 56px;
  background: url("../../images/lp/category/top/bg-cross.png") no-repeat center;
  background-size: contain;
  color: #26498a;
  padding: 10px;
}

.faq-wrap button.link-btn {
  padding: 0;
}

/* -------------------------------------------------------------
comp-regist
------------------------------------------------------------- */
.comp-regist .overlay {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 5;
}

.comp-regist .box {
  width: 85%;
  max-width: 600px;
  max-height: 80%;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.5);
  padding: 25px 15px;
  text-align: center;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -40%);
  z-index: 5;
}

.css_btn-comp {
  background: #fff;
  border: 1px solid #333;
  border-radius: 999em;
  color: #333;
  font-size: 14px;
  padding: 5px 15px;
  width: 60%;
  max-width: 300px;
  margin: 15px auto 0;
  cursor: pointer;
}
