@charset "UTF-8";
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
■setting
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  background: #fff;
  padding-top: 0 !important;
}

@media only screen and (min-width: 768px) {
  img.pcCont {
    display: inline-block;
  }
}

@media only screen and (max-width: 767px) {
  img.pcCont {
    display: none;
  }
  img.spCont {
    display: inline-block;
  }
}

.innerWrap {
  max-width: 1200px;
  margin: 0 auto;
}

@media only screen and (max-width: 1240px) {
  .innerWrap {
    padding: 0 20px;
  }
}

@media only screen and (max-width: 767px) {
  .innerWrap {
    padding: 0 30px;
  }
}

@media only screen and (max-width: 380px) {
  .innerWrap {
    padding: 0 20px;
  }
}

.ro {
  -webkit-transition: all 0.25s linear;
  transition: all 0.25s linear;
}

.ro:hover {
  opacity: 0.75;
}

.red_txt {
  font-weight: normal;
  color: #FF074B;
}

.ac_ttl {
  position: relative;
  z-index: 0;
}

@media only screen and (min-width: 768px) {
  .ac_ttl {
    pointer-events: none;
  }
}

.ac_ttl .ac_btn {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: -1;
}

@media only screen and (min-width: 768px) {
  .ac_ttl .ac_btn {
    display: none;
  }
}

.ac_ttl .ac_btn span {
  display: block;
  background: #3199D0;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  position: relative;
}

.ac_ttl .ac_btn span:before, .ac_ttl .ac_btn span:after {
  content: "";
  display: block;
  position: absolute;
  background: #fff;
  width: 18px;
  height: 2px;
  left: 50%;
  top: 50%;
  margin: -1px 0 0 -9px;
}

.ac_ttl .ac_btn span:after {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-transition: all 0.25s linear;
  transition: all 0.25s linear;
}

.ac_ttl.active .ac_btn span:after {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  margin-top: -1px;
}

@media only screen and (max-width: 767px) {
  .ac_box {
    display: none;
  }
}

/*-------------------------
header
-------------------------*/
#header {
  width: 100%;
  background: #3199D0;
  line-height: 1;
  padding: 40px 0;
  position: relative;
  overflow: hidden;
  z-index: 0;
}

#header:after {
  content: "";
  display: block;
  width: 516px;
  height: 100%;
  background: url(/img/lp/bg02.png) no-repeat center top;
  background-size: 100% auto;
  position: absolute;
  top: 1px;
  left: 50%;
  margin-left: 188px;
  z-index: -1;
}

#header img {
  max-width: 100%;
  height: auto;
}

#header .logo {
  position: static;
}

#header .logo img {
  max-width: 413px;
}

#header h1 {
  text-align: center;
  padding: 30px 0 90px;
}

@media only screen and (max-width: 767px) {
  #header {
    padding: 0;
    border-top: none;
    height: auto;
    /*検索ページ*/
  }
  #header:after {
    width: 340px;
    margin-left: 55px;
  }
  #header .innerWrap {
    padding: 0;
  }
  #header .logo {
    padding: 13px;
  }
  #header .logo img {
    max-width: 240px;
  }
  #header h1 {
    padding: 20px 0 44px;
  }
  #header.search_hd:after {
    width: 290px;
    left: auto;
    right: -80px;
    margin-left: 0;
  }
}

/*-------------------------
footer
-------------------------*/
#footer {
  border-top: none;
  padding: 100px 20px 20px;
  text-align: center;
}

#footer .logo {
  line-height: 1;
  margin-bottom: 25px;
}

#footer .txt {
  font-weight: bold;
  margin-bottom: 30px;
}

#footer .copyright {
  font-family: "Arial", sans-serif;
  font-weight: 400;
  font-size: 12px;
  margin: 0;
}

@media only screen and (max-width: 767px) {
  #footer {
    padding-top: 50px;
  }
  #footer .logo {
    margin-bottom: 12px;
  }
  #footer .logo img {
    width: 200px;
    height: auto;
  }
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
 ■LP
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/*-------------------------
search_domain_section
-------------------------*/
.search_domain_section {
  background: #FFCC3E;
  padding: 55px 0 57px;
  position: relative;
  overflow: hidden;
  z-index: 0;
  text-align: center;
}

.search_domain_section:after {
  content: "";
  display: block;
  width: 507px;
  height: 100%;
  background: url(/img/lp/bg01.png) no-repeat center top;
  background-size: 100% auto;
  position: absolute;
  top: 110px;
  left: 50%;
  margin-left: -700px;
  z-index: -1;
}

.search_domain_section .search_ttl {
  line-height: 1;
  margin-bottom: 38px;
}

.search_domain_section .search_ttl img {
  max-width: 100%;
  height: auto;
}

.search_domain_section #search .formarea {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.search_domain_section #search .formarea .keywords_box {
  border: none;
  max-width: 638px;
  height: 72px;
  padding-left: 40px;
  padding-right: 40px;
  border-radius: 50px;
  font-size: 20px;
}

.search_domain_section #domain_search_page_button {
  border: none;
  width: 176px;
  border-radius: 50px;
  height: 72px;
}

.search_domain_section .domain_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: left;
  margin: 40px 0 75px;
}

.search_domain_section .domain_list dt {
  font-weight: bold;
  white-space: nowrap;
  font-size: 25px;
}

.search_domain_section .domain_list dd {
  padding-left: 30px;
}

.search_domain_section .price_area {
  background: #fff;
  border-radius: 20px;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  padding: 30px 45px 25px;
}

@media only screen and (max-width: 1040px) {
  .search_domain_section .price_area {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.search_domain_section .price_area .price_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.search_domain_section .price_area .price_list li {
  width: 32%;
  max-width: 320px;
  line-height: 1.3;
}

.search_domain_section .price_area .price_list .hd {
  position: relative;
}

.search_domain_section .price_area .price_list .hd .sub {
  position: absolute;
  top: -48px;
  left: 0;
  right: 0;
  font-size: 0;
}

.search_domain_section .price_area .price_list .hd .sub .in {
  display: inline-block;
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  background: #00D5BC;
  padding: 17px 15px;
  border-radius: 50px;
  min-width: 140px;
}

.search_domain_section .price_area .price_list .hd .name {
  font-size: 25px;
  font-weight: bold;
  border-radius: 10px;
  padding: 17px 25px;
  background: #FC8387;
  margin-bottom: 15px;
}

.search_domain_section .price_area .price_list .price_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
}

.search_domain_section .price_area .price_list .price_wrap .price {
  font-weight: bold;
  font-size: 45px;
}

.search_domain_section .price_area .price_list .price_wrap .unit {
  font-size: 18px;
  margin-left: 17px;
}

.search_domain_section .price_area .price_list .cojp .hd .name {
  background: #FFCC3E;
}

.search_domain_section .price_area .price_list .com .hd .name {
  background: #DDDDDD;
}

@media only screen and (max-width: 940px) {
  .search_domain_section .price_area {
    padding: 27px 30px 32px;
  }
  .search_domain_section .price_area .price_list {
    display: block;
  }
  .search_domain_section .price_area .price_list li {
    width: 100%;
    max-width: inherit;
    margin-bottom: 25px;
  }
  .search_domain_section .price_area .price_list li:last-of-type {
    margin-bottom: 0;
  }
  .search_domain_section .price_area .price_list .hd {
    position: static;
  }
  .search_domain_section .price_area .price_list .hd .sub {
    position: static;
    font-size: 17px;
    margin-bottom: 20px;
  }
  .search_domain_section .price_area .price_list .hd .sub .in {
    display: block;
    padding: 6px 15px;
    position: relative;
  }
  .search_domain_section .price_area .price_list .hd .sub .in:after {
    content: "";
    display: block;
    width: 15px;
    height: 18px;
    background: url(/img/lp/balloon_arrow.png) no-repeat;
    background-size: auto 100%;
    position: absolute;
    left: 55px;
    bottom: -18px;
  }
  .search_domain_section .price_area .price_list .hd .name {
    width: 110px;
    font-size: 20px;
    padding: 15px;
    position: absolute;
  }
  .search_domain_section .price_area .price_list .price_wrap {
    padding-left: 125px;
    display: block;
    text-align: left;
  }
  .search_domain_section .price_area .price_list .price_wrap .price {
    font-size: 38px;
  }
  .search_domain_section .price_area .price_list .price_wrap .unit {
    margin-left: 0;
    font-size: 15px;
  }
}

@media only screen and (max-width: 767px) {
  .search_domain_section {
    padding: 30px 0 33px;
  }
  .search_domain_section:after {
    content: none;
  }
  .search_domain_section .search_ttl {
    margin-bottom: 30px;
  }
  .search_domain_section #search {
    position: relative;
    z-index: 2;
  }
  .search_domain_section #search .formarea {
    display: block;
  }
  .search_domain_section #search .formarea .keywords_box {
    height: 50px;
    padding-left: 25px;
    padding-right: 25px;
    font-size: 15px;
    margin-bottom: 20px;
  }
  .search_domain_section #domain_search_page_button {
    width: 176px;
    height: 50px;
    margin-left: 0;
  }
  .search_domain_section .domain_list {
    display: block;
    margin: 25px 0 55px;
    position: relative;
    z-index: 0;
  }
  .search_domain_section .domain_list:after {
    content: "";
    display: block;
    width: 311px;
    height: 311px;
    background: url(/img/lp/bg01.png) no-repeat center top;
    background-size: 100% auto;
    position: absolute;
    top: -90px;
    left: -77px;
    z-index: -1;
  }
  .search_domain_section .domain_list dt {
    font-size: 15px;
    margin-bottom: 10px;
  }
  .search_domain_section .domain_list dd {
    padding-left: 0;
    font-size: 14px;
    line-height: 1.5;
  }
}

/*-------------------------
worry_section
-------------------------*/
.worry_section {
  background: #EEF9FF;
  padding: 68px 0 80px;
}

.worry_section .ttl {
  text-align: center;
  margin: 0 100px 75px 0;
}

.worry_section .ttl img {
  max-width: 100%;
  height: auto;
}

.worry_section .worry_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 70px;
}

.worry_section .worry_list .worry_ttl {
  text-align: center;
  font-size: 23px;
  font-weight: bold;
  color: #3199D0;
  line-height: 1.69565;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  min-height: 4em;
}

.worry_section .worry_list .txt {
  margin-top: 15px;
  border-top: dashed 2px #BCBAB2;
  padding-top: 20px;
}

.worry_section .worry_list li:not(.img) {
  width: calc(50% - 6.6%);
  max-width: 402px;
  width: 35%;
  background: #fff;
  border-radius: 20px;
  border: 4px solid #DFDFDF;
  padding: 20px 25px 30px;
  margin-right: 3.3%;
}

.worry_section .worry_list li.img {
  position: relative;
  width: calc(100% - (70% + 3.3%));
}

.worry_section .worry_list li.img img {
  position: absolute;
  right: 15px;
  bottom: -70px;
  max-width: 100%;
  height: auto;
}

.worry_section .worry_list:nth-of-type(2n) {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.worry_section .worry_list:nth-of-type(2n) li:not(.img) {
  margin: 0 0 0 3.3%;
}

.worry_section .worry_list:nth-of-type(2n) li.img img {
  right: auto;
  padding-left: 68px;
}

.worry_section .worry_list:last-of-type {
  padding-bottom: 0;
}

.worry_section .worry_list:last-of-type li.img img {
  right: -6px;
  bottom: -80px;
}

@media only screen and (max-width: 767px) {
  .worry_section {
    padding: 35px 0 0;
  }
  .worry_section .ttl {
    margin: 0 0 35px 0;
  }
  .worry_section .worry_list {
    display: block;
    padding-bottom: 0;
  }
  .worry_section .worry_list .worry_ttl {
    font-size: 20px;
    line-height: 1.65;
    min-height: inherit;
  }
  .worry_section .worry_list .worry_ttl .ac_btn {
    right: -43px;
  }
  .worry_section .worry_list li:not(.img) {
    width: 100% !important;
    max-width: inherit;
    padding-top: 23px;
    padding-bottom: 23px;
    margin: 0 0 30px !important;
  }
  .worry_section .worry_list li.img {
    display: none;
  }
  .worry_section p.img {
    text-align: center;
    display: block;
    margin-top: 70px;
  }
  .worry_section p.img img {
    max-width: 100%;
    height: auto;
    vertical-align: bottom;
  }
}

/*-------------------------
ebit_point_section
-------------------------*/
.ebit_point_section {
  padding: 98px 0 100px;
}

.ebit_point_section .ttl {
  text-align: center;
  line-height: 1;
  padding-bottom: 35px;
  position: relative;
  z-index: 0;
  margin-bottom: 55px;
}

.ebit_point_section .ttl:before, .ebit_point_section .ttl:after {
  content: "";
  display: block;
  width: 140px;
  height: 8px;
  background: #3199D0;
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -70px;
}

.ebit_point_section .ttl:after {
  background: #FFCC3E;
  width: 70px;
  margin-left: 0;
  z-index: 1;
}

.ebit_point_section .ttl img {
  max-width: 100%;
  height: auto;
}

.ebit_point_section .point_list {
  margin-bottom: -50px;
}

.ebit_point_section .point_list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-bottom: 50px;
}

.ebit_point_section .point_list li:nth-of-type(2n) {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.ebit_point_section .point_list .img_arae {
  width: 225px;
  padding: 10px;
  position: relative;
  z-index: 0;
}

.ebit_point_section .point_list .img_arae:before, .ebit_point_section .point_list .img_arae:after {
  content: "";
  display: block;
  width: 205px;
  height: 205px;
  background: #3199D0;
  border-radius: 50%;
  position: absolute;
  z-index: -1;
}

.ebit_point_section .point_list .img_arae:before {
  left: 0;
  bottom: 0;
}

.ebit_point_section .point_list .img_arae:after {
  background: #FFCC3E;
  top: 0;
  right: 0;
}

.ebit_point_section .point_list .img_arae img {
  border-radius: 50%;
  width: 100%;
  height: auto;
}

.ebit_point_section .point_list .txt_area {
  width: calc(100% - 225px);
  max-width: 585px;
  padding: 20px 0 0 30px;
  text-align: left;
}

.ebit_point_section .point_list .txt_area .point_ttl {
  font-size: 23px;
  font-weight: bold;
  line-height: 1.69565;
  color: #3199D0;
  margin-bottom: 15px;
}

@media only screen and (max-width: 767px) {
  .ebit_point_section {
    padding: 58px 0 70px;
  }
  .ebit_point_section .ttl {
    margin-bottom: 40px;
  }
  .ebit_point_section .point_list {
    margin-bottom: -45px;
  }
  .ebit_point_section .point_list li {
    display: block;
    margin-bottom: 45px;
  }
  .ebit_point_section .point_list .img_arae {
    width: 180px;
    margin: 0 auto 25px;
  }
  .ebit_point_section .point_list .img_arae:before, .ebit_point_section .point_list .img_arae:after {
    width: 164px;
    height: 164px;
  }
  .ebit_point_section .point_list .txt_area {
    width: 100%;
    max-width: inherit;
    padding: 0;
  }
  .ebit_point_section .point_list .txt_area .point_ttl {
    font-size: 18px;
    line-height: 1.61111;
    margin-bottom: 9px;
  }
}

/*-------------------------
domain_faq_section
-------------------------*/
.domain_faq_section {
  padding: 105px 0 20px;
}

.domain_faq_section .innerWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.domain_faq_section .ttl_area {
  width: 26.4%;
  line-height: 1;
}

.domain_faq_section .ttl_area .ttl {
  margin: 0 0 27px 39px;
}

.domain_faq_section .ttl_area img {
  max-width: 100%;
  height: auto;
}

.domain_faq_section .faq_area {
  width: calc(100% - 26.4%);
  padding-left: 5.8%;
}

.domain_faq_section .faq_area .faq_q,
.domain_faq_section .faq_area .faq_a {
  position: relative;
  padding-left: 70px;
}

.domain_faq_section .faq_area .faq_q:before,
.domain_faq_section .faq_area .faq_a:before {
  content: "";
  display: block;
  background: no-repeat center top;
  background-size: 100% auto;
  width: 43px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  min-height: 46px;
}

.domain_faq_section .faq_area .faq_q {
  font-size: 26px;
  font-weight: bold;
  padding-top: 2px;
  margin-bottom: 24px;
}

.domain_faq_section .faq_area .faq_q:before {
  background-image: url(/img/lp/ico_q.png);
}

.domain_faq_section .faq_area .faq_a {
  margin-left: 70px;
}

.domain_faq_section .faq_area .faq_a:before {
  top: 0;
  background-image: url(/img/lp/ico_a.png);
}

.domain_faq_section .faq_area .faq_a + .faq_q {
  margin-top: 50px;
}

@media only screen and (max-width: 767px) {
  .domain_faq_section {
    padding: 65px 0 50px;
  }
  .domain_faq_section .innerWrap {
    display: block;
  }
  .domain_faq_section .ttl_area {
    width: 100%;
    text-align: center;
  }
  .domain_faq_section .ttl_area .ttl {
    margin: 0 0 40px;
  }
  .domain_faq_section .ttl_area .img {
    display: none;
  }
  .domain_faq_section .faq_area {
    width: 100%;
    padding-left: 0;
  }
  .domain_faq_section .faq_area .faq_q,
  .domain_faq_section .faq_area .faq_a {
    padding-left: 45px;
  }
  .domain_faq_section .faq_area .faq_q:before,
  .domain_faq_section .faq_area .faq_a:before {
    width: 32px;
    min-height: 35px;
  }
  .domain_faq_section .faq_area .faq_q {
    font-size: 18px;
    padding-right: 40px;
    margin-bottom: 24px;
  }
  .domain_faq_section .faq_area .faq_a {
    margin-left: 0;
  }
  .domain_faq_section .faq_area .faq_a + .faq_q {
    margin-top: 45px;
  }
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
■検索結果
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
#main {
  float: none;
  width: 100%;
  padding-left: 0 !important;
  padding-right: 0 !important;
}

#main .box_area {
  width: 100%;
}

#main .box_area p br {
  display: none;
}
