@charset "UTF-8";
/*h1*/
h1.hero {
  overflow: hidden;
  text-align: center;
  border-radius: 48px;
}
@media screen and (max-width: 767px) {
  h1.hero {
    width: calc(100% + 48px);
    margin-left: -24px;
    border-radius: 0;
  }
}

/*lnav*/
.lnav ul li {
  border-radius: 16px;
  background-color: #c9edff;
}
@media screen and (max-width: 767px) {
  .lnav ul li {
    border-radius: 12px;
  }
}
.lnav ul li a {
  display: block;
  font-weight: bold;
  font-size: 18px;
  text-align: center;
  color: #222;
  padding: 20px 0 36px;
}
@media screen and (max-width: 767px) {
  .lnav ul li a {
    font-size: 16px;
    padding: 16px 0 32px 0;
  }
}
.lnav ul li::after {
  content: "";
  position: absolute;
  left: calc(50% - 8px);
  bottom: 10px;
  display: block;
  width: 16px;
  height: 16px;
  background: url(/common_v10/images/icn-bullet-black.svg) no-repeat 0 0/16px 16px;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
@media screen and (max-width: 767px) {
  .lnav ul li::after {
    background-size: 14px 14px;
  }
}

/*テキスト*/
.text-upper[data-color="primary"] {
  padding: 0 10px;
}
.text-upper[data-color="primary"]::before {
  -webkit-transform: rotate(-22deg);
          transform: rotate(-22deg);
}
.text-upper[data-color="primary"]::after {
  -webkit-transform: rotate(22deg);
          transform: rotate(22deg);
}
.text-upper[data-color="primary"]::before, .text-upper[data-color="primary"]::after {
  top: 0;
  border-width: 2px;
  border-color: currentColor;
}

.text-justify {
  text-align: justify;
}

/*テキストカラー*/
.color-black {
  color: #333;
}

/*角丸*/
.bd-radius-8 {
  border-radius: 8px;
}

/*幅*/
.content-908 {
  max-width: 908px;
  margin: auto;
}

/*CVエリア*/
.section-cv .container .cv-guide[data-max-width="764"] {
  max-width: 764px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .section-cv .container .cv-guide .btn-white-primary.not-square,
  .section-cv .container .cv-guide .btn-primary.not-square {
    padding: 0 !important;
  }
  .section-cv .container .cv-guide .btn-white-primary.not-square.icn-starter,
  .section-cv .container .cv-guide .btn-primary.not-square.icn-starter {
    background-position: 20px center !important;
  }
  .section-cv .container .cv-guide .btn-white-primary.not-square::after,
  .section-cv .container .cv-guide .btn-primary.not-square::after {
    right: 24px;
    display: inline-block;
    width: 9px;
    height: 16px;
  }
}
@media screen and (max-width: 767px) {
  .section-cv .container .cv-guide [class^="btn-"].square {
    height: 135px;
  }
}
.section-cv .container .cv-guide [class^="btn-"].adjust {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 68px;
  padding-left: 0 !important;
  padding-right: 0 !important;
  vertical-align: bottom;
}
@media (min-width: 768px) and (max-width: 959px) {
  .section-cv .container .cv-guide [class^="btn-"].adjust::after {
    right: 12px;
  }
}
@media screen and (max-width: 767px) {
  .section-cv .container .cv-guide [class^="btn-"][data-icon-sp="false"]::after {
    display: none !important;
  }
}

/*拡大エリア説明*/
.map-color-1,
.map-color-2 {
  position: relative;
  top: -1px;
  display: inline-block;
  vertical-align: middle;
  width: 60px;
  height: 28px;
  margin-right: 8px;
  background-color: #fcd8a2;
}
@media screen and (max-width: 767px) {
  .map-color-1,
  .map-color-2 {
    width: 46px;
    height: 24px;
  }
}

.map-color-2 {
  border: solid #ee6d56 2px;
  background-color: #87caab;
}

.section.section-map {
    padding-bottom: 28px;
}

/*NET 特長*/
.net-feature {
  margin-top: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 767px) {
  .net-feature {
    display: block;
    margin-top: 24px;
  }
}
.net-feature > .item {
  display: block;
  overflow: hidden;
  color: #333 !important;
  text-align: center;
  width: 30.8620689655%;
  padding: 30px 0 0;
  border: solid #e2e2e2 2px;
  border-radius: 32px;
  background-color: #fff;
}
.net-feature > .item:nth-of-type(2) {
  margin-left: 32px;
}
@media screen and (max-width: 767px) {
  .net-feature > .item:nth-of-type(2) {
    margin-left: 0;
  }
}
@media screen and (max-width: 1099px) {
  .net-feature > .item {
    width: 50%;
  }
}
@media screen and (max-width: 767px) {
  .net-feature > .item {
    width: 100%;
    padding: 30px 16px 0;
  }
  .net-feature > .item + .item {
    margin-top: 20px;
  }
}
@media screen and (max-width: 767px) {
  .net-feature > .item img {
    width: 100%;
  }
}
.net-feature > .item > .txt-1 {
  font-size: 16px;
  font-weight: bold;
  text-align: center;
}
.net-feature > .item > .txt-1 strong {
  font-size: 20px;
}
.net-feature > .item > .txt-2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: bold;
  min-height: 92px;
  padding: 16px;
  background-color: #ffdbd3;
}
@media screen and (max-width: 767px) {
  .net-feature > .item > .txt-2 {
    width: calc(100% + 32px);
    margin-left: -16px;
  }
}
.net-feature > .item > .txt-2 p {
  margin: 0;
}
.net-feature > .item > .txt-2 strong {
  font-size: 137.5%;
}

/*section-topics*/
.section.section-topics > .container.top-service {
  max-width: 1160px;
  padding-left: 20px;
  padding-right: 20px;
}
.section.section-topics > .container.top-service::before, .section.section-topics > .container.top-service::after {
  display: none;
}
@media screen and (max-width: 767px) {
  .section.section-topics > .container.top-service {
    padding-left: 0;
    padding-right: 0;
  }
}

@media screen and (min-width: 768px) and (max-width: 1099px) {
  [data-col-tablet="2"] {
    max-width: 640px;
    margin-left: auto !important;
    margin-right: auto !important;
  }
}

/*reset*/
h1 {
  margin: 0;
  padding: 0;
}
h1::after {
  display: none !important;
}

/*特典*/
.section-benefits p.caption {
	font-weight: bold;
    font-size: 1.2em;
}

.section.section-benefits {
    padding-bottom: 28px;
}

p.btn_end {
    overflow: hidden;
    position: relative;
    display: inline-block;
    transition: .3s opacity ease-out;
    box-sizing: border-box;
    background: #fff;
    width: 352px;
    min-width: 352px;
    min-height: 58px;
    padding: 14px 40px;
    border: 3px solid #999999;
    border-radius: 100px;
    line-height: 1.3;
    text-decoration: none !important;
    font-size: 18px;
    font-weight: bold;
    color: #999999;
    text-align: center;
}

@media screen and (max-width: 767px){
	p.btn_end {
		width: 100%;
		min-width: 140px;
	}
}

.sp{
display:none;
}

@media screen and (max-width: 768px) {		
	.pc {
		display:none;
	}
	.sp {
		display:inline;
	}
}

.red {
	color:#ff0000;
}

.simple_red {
	color:#e83817
}



