@charset "utf-8";

/* CSS Document */
html {
  font-size: 62.5%;
  /*ベース10px*/
}

body {
  font-family: 'メイリオ', Meiryo, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'ＭＳ Ｐゴシック', sans-serif;
  color: #3f3c3c;
  -webkit-text-size-adjust: 100%;
  line-height: 1.5;
}

/* ＝＝＝＝＝＝＝共通スタイル＝＝＝＝＝＝＝＝ */
img {
  image-rendering: -webkit-optimize-contrast;
  /*-webkit-backface-visibility: hidden;*/
  width: 100%;
  height: auto;
  vertical-align: bottom;
  pointer-events: none;
}

.indent {
  padding-left: 1em !important;
  text-indent: -1em !important;
  margin-bottom: 3px !important;
  font-size: 1.2rem !important;
}

.indent:last-of-type {
  margin-bottom: 0 !important;
}

/*スマホ用改行指定*/
.break {
  display: none;
}

@media screen and (max-width: 640px) {
  .break {
    display: block;
  }
}

/*タブレット用改行指定*/
.break_tab {
  display: none;
}

@media screen and (max-width: 900px) {
  .break_tab {
    display: block;
  }
}

/*ボタン用スマホ用改行指定*/
.btn_break {
  display: none;
}

@media screen and (max-width: 960px) {
  .btn_break {
    display: block;
  }
}

/*スマホ用改行なし*/
.break_no {
  display: block;
}

@media screen and (max-width: 640px) {
  .break_no {
    display: none;
  }
}

/*alpha*/
.alpha:hover {
  filter: alpha(opacity=70);
  opacity: 0.7;
}

/*clearfix*/
.cf:before,
.cf:after {
  content: " ";
  display: table;
}

.cf:after {
  clear: both;
}

.cf {
  *zoom: 1;
}

a {
  text-decoration: none;
}

a img:hover {
  opacity: 0.8;
}

.clear {
  clear: both;
}

.fl-right {
  float: right;
}

.fl-left {
  float: left;
}

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

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

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

.bold {
  font-weight: bold;
}

.mt-10 {
  margin-top: 10px !important;
}

.mt-15 {
  margin-top: 15px !important;
}

.mt-20 {
  margin-top: 20px !important;
}

.mt-30 {
  margin-top: 30px !important;
}

.mb-10 {
  margin-bottom: 10px !important;
}

.mb-15 {
  margin-bottom: 15px !important;
}

.mb-20 {
  margin-bottom: 20px !important;
}

.mb-25 {
  margin-bottom: 25px !important;
}

.mb-30 {
  margin-bottom: 30px !important;
}

.mb-35 {
  margin-bottom: 35px !important;
}

.mb-40 {
  margin-bottom: 40px !important;
}

.kome {
  font-size: 1.2rem;
}

.kome_position {
  text-align: center;
}

/*スマホ用*/
@media screen and (max-width: 640px) {
  .kome_position {
    text-align: center;
  }
}

/* ＝＝＝＝＝＝＝ヘッダー部分スタイル＝＝＝＝＝＝＝＝ */
header {
  border-top: 10px solid #00a0ea;
  background-image: url(../../img/lp/bg_fv_pc.png);
  /*background-color: rgba(255, 255, 255, 0.8);*/
  background-blend-mode: lighten;
  background-position: center top 10%;
  background-repeat: no-repeat;
  position: relative;
  box-sizing: border-box;
}

header .header_bar {
  width: 100%;
  box-sizing: border-box;
}

header .header_bar .header_bar_inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  box-sizing: border-box;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px;
}

header .header_bar .header_bar_inner h1 {
  max-width: 270px;
  width: 100%;
}

/*タブレット用*/
@media screen and (min-width:641px) and (max-width:900px) {
  header {
    background-size: cover;
  }

  header .header_bar .header_bar_inner {
    width: 100%;
    padding: 20px;
  }

  header .header_bar .header_bar_inner h1 {
    text-align: center;
    margin: 0 auto;
  }
}

/*スマホ用*/
@media screen and (max-width: 640px) {
  header {
    background-image: none;
  }

  header .header_bar .header_bar_inner {
    display: block;
    width: 100%;
    margin: 0px auto;
    padding: 15px;
  }

  header .header_bar .header_bar_inner h1 {
    text-align: center;
    margin: 0 auto;
    width: 100%;
  }
}

/* ＝＝＝＝＝＝＝FV部分スタイル＝＝＝＝＝＝＝＝ */
.fv {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 1200px;
  width: 100%;
  padding: 20px 20px 0;
  margin: 0 auto;
  box-sizing: border-box;
}

.fv img {
  max-width: 100%;
}

.fv .fvpc {
  display: block;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  padding: 0;
  box-sizing: border-box;
}

.fv .fvsp {
  display: none;
}

/*スマホ用*/
@media screen and (max-width: 640px) {
  .fv {
    max-width: 100%;
    padding: 0;
    width: 100%;
  }

  .fv img {
    max-width: 100%;
  }

  .fv .fvpc {
    display: none;
    width: 100%;
    max-width: 100%;
  }

  .fv .fvsp {
    display: block;
  }
}

/* ＝＝＝＝＝＝＝ボタン部分スタイル＝＝＝＝＝＝＝＝ */
/*ボタンキャッチ*/
.btn_catch {
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1.4;
  font-weight: bold;
  text-align: center;
  font-size: 2.2rem;
  background-color: #ED5604;
  color: #fff;
  padding: 10px;
  margin: 0px auto 10px;
  width: 80%;
  box-sizing: border-box;
}


/*ボタン*/
button.request {
  position: relative;
  cursor: pointer;
  text-align: center;
  margin: 0 auto;
  font-weight: bold;
  line-height: 1.2;
  width: 80%;
  padding: 20px 10px;
  background: #32ae23;
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  color: #fff;
  text-decoration: none;
  overflow: hidden;
  border: 10px solid #32ae23;
  -webkit-box-shadow: 0px 0px 0px 4px #ffffff inset;
  -moz-box-shadow: 0px 0px 0px 4px #ffffff inset;
  box-shadow: 0px 0px 0px 4px #ffffff inset;
  overflow: hidden;
  transition: 0.2s;
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
}

button.request:hover {
  text-decoration: none;
  border: 10px solid #219014;
  background-color: #219014;
  -webkit-transform: translateY(3px);
}

button.request::before {
  position: absolute;
  content: '';
  display: inline-block;
  top: -120px;
  left: 0;
  width: 50px;
  height: 100%;
  background-color: #fff;
  animation: request 3s ease-in-out infinite;
}

@-webkit-keyframes request {
  0% {
    -webkit-transform: scale(0) rotate(45deg);
    opacity: 0;
  }

  80% {
    -webkit-transform: scale(0) rotate(45deg);
    opacity: 0.5;
  }

  81% {
    -webkit-transform: scale(4) rotate(45deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: scale(50) rotate(45deg);
    opacity: 0;
  }
}

button.request .icon {
  padding: 10px;
  margin-right: 40px;
  font-size: 3.6rem;
  font-weight: bold;
  border-radius: 10px;
  background-color: #fff;
  color: #32ae23;
  box-sizing: border-box;
}

button.request .txt {
  font-size: 5.2rem;
}

button.request .arrow {
  font-size: 8rem;
  margin-left: 20px;
  box-sizing: border-box;
}

/*タブレット用01*/
@media screen and (min-width:721px) and (max-width:1024px) {

  /*ボタンキャッチ*/
  .btn_catch {
    font-size: 1.8rem;
     width: 80%;
  }

  /*ボタン*/
  button.request {
    width: 80%;
  }

  button.request .icon {
    font-size: 2.4rem;
    margin-right: 10px;
  }

  button.request .txt {
    font-size: 4rem;
  }

  button.request .arrow {
    font-size: 6rem;
    margin-left: 10px;
  }
}

/*スマホ用(720px)*/
@media screen and (max-width: 720px) {

  /*ボタンキャッチ*/
  .btn_catch {
    font-size: 1.8rem;
    width: 100%;
  }

  /*ボタン*/
  button.request {
    line-height: 1.3;
    padding: 20px 5px;
    width: 100%;
  }

  button.request .icon {
    font-size: 3rem;
    margin-right: 20px;
  }

  button.request .txt {
    font-size: 4rem;
    margin-right: 5px
  }

  button.request .arrow {
    font-size: 6rem;
    margin-left: 5px;
  }
}

/*スマホ用(500px)*/
@media screen and (max-width: 600px) {

  /*ボタンキャッチ*/
  .btn_catch {
    font-size: 1.8rem;
  }

  /*ボタン*/
  button.request {
  }

  button.request .icon {
    padding: 10px 15px;
    font-size: 1.4rem;
    margin-right: 10px;
  }

  button.request .txt {
    line-height: 1.3;
    font-size: 2.2rem;
  }

  button.request .arrow {
    font-size: 3rem;
    margin-left: 5px;
  }
}

/*スマホ用(320px)*/
@media screen and (max-width: 320px) {

  /*ボタンキャッチ*/
  .btn_catch {
    font-size: 1.4rem;
  }

  button.request {
    line-height: 1.3;
    font-size: 2rem;
  }

  button.request .icon {
    font-size: 1.6rem;
    margin-right: 10px;
  }

  button.request .txt {
    line-height: 1.3;
    font-size: 1.8rem;
  }
}

/* ＝＝＝＝＝＝＝成功する家づくり7つの法則用＝＝＝＝＝＝＝＝ */
.pre_book {
  margin: 30px auto 0;
}

.pre_book .pre_book_pc {
  max-width: 620px;
  text-align: center;
  margin: 30px auto 0;
  display: block;
}

@media screen and (max-width: 960px) {
  .pre_book .pre_book_pc {
    max-width: 320px;
  }
}

/* ＝＝＝＝＝＝＝コンテンツ内容汎用＝＝＝＝＝＝＝＝ */
.contentarea {
  background-color: #fff;
}

.contentarea:nth-of-type(odd) {
  background-color: #ecf6ff;
}

.contentarea_inner {
  width: 100%;
  max-width: 1200px;
  height: 100%;
  padding: 100px 20px;
  margin: 0px auto 0px;
  box-sizing: border-box;
  font-size: 1.6rem;
}

.inner_bottom {
  padding-bottom: 50px !important;
}

.inner_bottom-non {
  padding-bottom: 0 !important;
}

.content_tit {
  margin-bottom: 30px;
}

h2.heading {
  font-size: 3.6rem;
  line-height: 1.1;
  background-color: #00A0EA;
  color: #fff;
  padding: 15px 10px 10px;
  text-align: center;
}

h2.heading i {
  margin-right: 10px;
}

/*タブレット用*/
@media screen and (min-width:641px) and (max-width:1024px) {
  .contentarea_inner {
    padding: 60px 20px;
  }

  .content_tit {
    margin-bottom: 30px;
  }

  h2.heading {
    font-size: 2.8rem;
  }
}

/*スマホ用*/
@media screen and (max-width: 640px) {
  .contentarea_inner {
    width: 100%;
    padding: 30px 10px;
    margin: 0px auto 0px;
    font-size: 1.4rem;
  }

  .content_tit {
    margin-bottom: 20px;
  }

  h2.heading {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 2rem;
    padding: 10px 10px 10px;
  }
}

/* ＝＝＝＝＝＝＝コンテンツ内容(要望リスト)＝＝＝＝＝＝＝＝ */
.wrap_req_list {
  background-color: #fff;
  padding: 30px 40px;
  margin-bottom: 25px;
  background-image: url(../../img/lp/bg_req_list.png);
  background-repeat: no-repeat;
  background-position: bottom 30px right;
  box-sizing: border-box;
}

.wrap_req_list ul.req_list {
  list-style: none;
  padding: 0;
  margin: 0;
}

ul.req_list li {
  position: relative;
  font-size: 2.4rem;
  padding: 0 0 0 2em;
  margin-bottom: 10px;
}

ul.req_list li:last-of-type {
  margin-bottom: 0;
}

ul.req_list li::before {
  position: absolute;
  left: 0;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: '\f00c';
  color: #00ACDB;
}

ul.req_list li span {
  font-weight: bold;
  color: #ED5604;
  background: linear-gradient(transparent 60%, #ffff66 60%);
}

.arrow_down {
  max-width: 300px;
  margin: 0 auto 25px;
  text-align: center;
}

/*タブレット用*/
@media screen and (max-width: 990px) {
  .wrap_req_list {
    background-image: none;
  }
}

/*スマホ用*/
@media screen and (max-width: 640px) {
  .wrap_req_list {
    padding: 20px 15px;
    box-sizing: border-box;
  }

  ul.req_list li {
    font-size: 1.6rem;
  }

  .arrow_down {
    max-width: 150px;
    margin: 0 auto 25px;
    text-align: center;
  }
}

/* ＝＝＝＝＝＝＝コンテンツ内容(提案)＝＝＝＝＝＝＝＝ */
.wrap_sug_item {}

.sug_item {
  display: flex;
  padding: 15px;
  margin-bottom: 30px;
  border: 2px solid #00A0EA;
  box-sizing: border-box;
}

.sug_item:last-of-type {
  margin-bottom: 0;
}

.sug_item .sug_img {
  width: 300px;
  margin-right: 15px;
  box-sizing: border-box;
}

.sug_item .sug_img img {
  width: 300px;
  box-sizing: border-box;
}

.sug_txt .tit {
  margin-bottom: 20px;
}

.sug_txt .tit h3.sug_h3 {
  font-size: 2.8rem;
}

.tit h3.sug_h3 span.sug_nmb {
  background-color: #ED5604;
  color: #fff;
  font-size: 2.4rem;
  font-weight: bold;
  border-radius: 10px;
  margin-right: 10px;
  padding: 5px 10px;
  line-height: 1;
}

.sug_txt .txt {
  font-size: 1.8rem;
  line-height: 1.5;
}

.sug_tobtntxt {
  margin: 30px auto 60px;
}

.sug_tobtntxt p {
  font-size: 3.6rem;
  text-align: center;
  font-weight: bold;
  line-height: 1.5;
  text-decoration: underline;
  text-decoration-style: double;
  text-decoration-color: #ED5604;
}

.sug_tobtntxt p span {
  font-weight: bold;
  color: #ED5604;
}

/*タブレット用*/
@media screen and (min-width:641px) and (max-width:1024px) {
  .sug_txt .tit h3.sug_h3 {
    font-size: 2.4rem;
  }

  .sug_tobtntxt {
    margin: 20px auto 40px;
  }

  .sug_tobtntxt p {
    font-size: 2.8rem;
  }
}

/*スマホ用*/
@media screen and (max-width: 640px) {
  .sug_item {
    display: block;
    padding: 15px;
    margin-bottom: 20px;
  }

  .sug_item .sug_img {
    width: 200px;
    max-width: 300px;
    margin: 0 auto 15px;
    text-align: center;
  }

  .sug_item .sug_img img {
    width: 100%;
  }

  .sug_txt .tit {
    margin-bottom: 10px;
  }

  .sug_txt .tit h3.sug_h3 {
    font-size: 2rem;
  }

  .tit h3.sug_h3 span.sug_nmb {
    font-size: 1.8rem;
    padding: 8px 8px;
  }

  .sug_txt .txt {
    font-size: 1.4rem;
  }

  .sug_tobtntxt {
    margin: 20px auto 30px;
  }

  .sug_tobtntxt p {
    font-size: 2rem;
  }
}

/* ＝＝＝＝＝＝＝コンテンツ内容(こんな方におススメ！)＝＝＝＝＝＝＝＝ */
.wrap_recom_list {
  background-color: #fff;
  padding: 30px 40px;
  background-image: url(../../img/lp/bg_recom_list.png);
  background-repeat: no-repeat;
  background-position: bottom 30px right;
  box-sizing: border-box;
}

.wrap_recom_list ul.recom_list {
  list-style: none;
  padding: 0;
  margin: 0;
}

ul.recom_list li {
  position: relative;
  font-size: 2.4rem;
  padding: 0 0 0 2em;
  margin-bottom: 10px;
}

ul.recom_list li:last-of-type {
  margin-bottom: 0;
}

ul.recom_list li::before {
  position: absolute;
  left: 0;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: '\f00c';
  color: #00ACDB;
}

ul.recom_list li span {
  font-weight: bold;
  color: #ED5604;
  background: linear-gradient(transparent 60%, #ffff66 60%);
}

/*タブレット用*/
@media screen and (max-width: 990px) {
  .wrap_recom_list {
    background-image: none;
  }
}

/*スマホ用*/
@media screen and (max-width: 640px) {
  .wrap_recom_list {
    padding: 20px 15px;
    box-sizing: border-box;
  }

  ul.recom_list li {
    font-size: 1.6rem;
  }
}

/* ＝＝＝＝＝＝＝コンテンツ内容(4つの情報)＝＝＝＝＝＝＝＝ */
.wrap_info_item {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  box-sizing: border-box;
}

.wrap_info_item .info_item {
  width: calc(25% - 15px);
  padding: 15px;
  border: 2px solid #00A0EA;
  background-color: #fff;
  box-sizing: border-box;
}

.info_item_tit {
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
}

.info_item_tit h3.info_tit {
  font-size: 2.2rem;
  font-weight: bold;
  line-height: 1;
}

.info_item_tit .nmb {
  background-color: #ED5604;
  color: #fff;
  font-size: 2.4rem;
  font-weight: bold;
  border-radius: 10px;
  margin-right: 10px;
  padding: 10px;
}

.info_item_tit h3.info_tit span.tit_small {
  font-size: 1.2rem;
  line-height: 1;
}

.info_item .img {
  max-width: 200px;
  text-align: center;
  margin: 0 auto;
}

.info_item .img img {}

/*タブレット用*/
@media screen and (min-width:641px) and (max-width:1024px) {
  .wrap_info_item .info_item {
    width: calc(50% - 10px);
    margin-bottom: 15px;
  }
}

/*スマホ用*/
@media screen and (max-width: 640px) {
  .wrap_info_item .info_item {
    width: calc(50% - 5px);
    padding: 10px 8px;
    margin-bottom: 10px;
  }

  .wrap_info_item .info_item:nth-last-of-type(-n+2) {
    margin-bottom: 0;
  }

  .info_item_tit h3.info_tit {
    font-size: 1.8rem;
  }

  .info_item_tit .nmb {
    font-size: 1.8rem;
    border-radius: 10px;
    padding: 5px;
  }

  .info_item_tit h3.info_tit span.tit_small {
    font-size: 1rem;
  }
}

/* ＝＝＝＝＝＝＝コンテンツ内容(比較＆メッセージ)＝＝＝＝＝＝＝＝ */
/****比較****/
.wrap_compar {
  margin-bottom: 80px;
}

/*スマホ用*/
@media screen and (max-width: 640px) {
  .wrap_compar {
    margin-bottom: 40px;
  }
}

/****メッセージ****/
.voice_regret {
  width: 100%;
  box-sizing: border-box;
  margin: 40px 0 40px;
}

.voice_regret .voice_left,
.voice_regret .voice_right {
  display: flex;
  width: 100%;
  box-sizing: border-box;
  margin-bottom: 80px;
}

.voice_regret .voice_left:last-child {
  margin-bottom: 0;
}

.voice_regret .voice_left .voice_img {
  width: 15%;
  margin-right: 5%;
}

.voice_regret .voice_right .voice_img {
  width: 15%;
  margin-left: 5%;
}

.voice_regret .voice_left .voice_balloon {
  position: relative;
  display: inline-block;
  width: 80%;
  padding: 20px;
  background-color: #ecf6ff;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  box-sizing: border-box;
}

.voice_regret .voice_right .voice_balloon {
  position: relative;
  display: inline-block;
  width: 80%;
  padding: 20px;
  background-color: #ecf6ff;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  box-sizing: border-box;
}

.voice_regret .voice_left .voice_balloon:before {
  content: "";
  position: absolute;
  top: 40%;
  left: -38px;
  margin-top: -15px;
  border: 13px solid transparent;
  border-right: 25px solid #ecf6ff;
}

.voice_regret .voice_right .voice_balloon:before {
  content: "";
  position: absolute;
  top: 40%;
  right: -38px;
  margin-top: -15px;
  border: 13px solid transparent;
  border-left: 25px solid #ecf6ff;
}

.voice_balloon p {
  font-size: 2rem;
  line-height: 1.5;
  margin-bottom: 10px;
}

.voice_balloon p:last-of-type {
  margin-bottom: 0;
}

.voice_balloon p span {
  font-weight: bold;
  background: linear-gradient(transparent 60%, #ffff66 60%);
}

.voice_balloon .initial {
  font-size: 1.4rem;
  text-align: right;
  margin-top: 15px;
}

/*タブレット用*/
@media screen and (min-width:641px) and (max-width:960px) {
  .voice_regret .voice_left,
  .voice_regret .voice_right {
    margin-bottom: 40px;
  }

  .voice_regret .voice_left .voice_balloon:before {
    top: 20%;
  }

  .voice_regret .voice_right .voice_balloon:before {
    top: 20%;
  }

  .voice_balloon p {
    font-size: 1.6rem;
  }
}

/*スマホ用*/
@media screen and (max-width: 640px) {
  .voice_regret .voice_left {
    display: block;
    margin-bottom: 40px;
  }

  .voice_regret .voice_right {
    flex-direction: column;
    margin-bottom: 40px;
  }

  .voice_regret .voice_left .voice_img {
    width: 100%;
    max-width: 143px;
    margin: 0 auto 30px;
    text-align: center;
  }

  .voice_regret .voice_right .voice_img {
    order: 1;
    width: 100%;
    max-width: 143px;
    margin: 0 auto 30px;
    text-align: center;
  }

  .voice_regret .voice_left .voice_balloon {
    width: 100%;
    font-size: 1.6rem;
    line-height: 2.4rem;
  }

  .voice_regret .voice_right .voice_balloon {
    order: 2;
    width: 100%;
    font-size: 1.6rem;
    line-height: 2.4rem;
  }

  .voice_regret .voice_left .voice_balloon:before {
    content: "";
    position: absolute;
    top: -35px;
    left: 46%;
    margin-left: -15px;
    border: 30px solid transparent;
    border-bottom: 30px solid #ecf6ff;
  }

  .voice_regret .voice_right .voice_balloon:before {
    content: "";
    position: absolute;
    top: -35px;
    left: 46%;
    right: auto;
    margin-left: -15px;
    border: 30px solid transparent;
    border-bottom: 30px solid #ecf6ff;
  }

  .voice_balloon p {
    font-size: 1.4rem;
    line-height: 1.8;
  }
}

/*スマホ用(360px)*/
@media screen and (max-width: 360px) {}

/* ＝＝＝＝＝＝＝コンテンツ内容(ポイント)＝＝＝＝＝＝＝＝ */
h3.point_h3 {
  text-align: center;
  margin: 0 auto 30px;
  font-size: 3.2rem;
  font-weight: bold;
}

h3.point_h3 span {
  color: #00a0ea;
  font-weight: bold;
}

.wrap_point_item {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  box-sizing: border-box;
}

.wrap_point_item .point_item {
  width: calc(25% - 15px);
  padding: 15px;
  border: 2px solid #00A0EA;
  border-radius: 15px;
  background-color: #fff;
  box-sizing: border-box;
}

.point_item .point_icon {
  text-align: center;
  margin: 0 auto;
}

.point_item .point_icon i {
  font-size: 6.5rem;
  margin-bottom: 15px;
  color: #00A0EA;
}

.point_item .point_txt {
  text-align: center;
  margin-left: auto;
}

.point_item .point_txt p {
  display: inline-block;
  text-align: left;
  font-size: 2rem;
  font-weight: bold;
}

/*タブレット用*/
@media screen and (min-width:641px) and (max-width:1024px) {
  h3.point_h3 {
    font-size: 2.6rem;
  }

  .wrap_point_item .point_item {
    width: calc(50% - 10px);
    margin-bottom: 15px;
  }
}

/*スマホ用*/
@media screen and (max-width: 640px) {
  h3.point_h3 {
    font-size: 2rem;
    margin-bottom: 15px;
  }

  .wrap_point_item .point_item {
    width: calc(50% - 5px);
    padding: 10px 8px;
    margin-bottom: 10px;
  }

  .wrap_point_item .point_item:nth-last-of-type(-n+2) {
    margin-bottom: 0;
  }

  .point_item .point_icon i {
    font-size: 4.5rem;
  }

  .point_item .point_txt p {
    font-size: 1.6rem;
  }
}

/*スマホ用*/
@media screen and (max-width: 320px) {
  .point_item .point_txt p {
    font-size: 1.2rem;
  }
}

/****良い業者の特徴****/
.wrap_trader {
  margin-bottom: 30px;
}

.alert {
  text-align: center;
  margin: 0 auto 40px;
}

.alert img {
  max-width: 600px;
  text-align: center;
  margin: 0 auto;
}

.alert p {
  font-size: 2.6rem;
  text-align: center;
  font-weight: bold;
  line-height: 1.5;
}

.alert p span{
  font-weight: bold;
  color: #00A0EA;
}

/*タブレット用*/
@media screen and (min-width:641px) and (max-width:1024px) {
  .wrap_trader {
    margin-bottom: 10px;
  }
  .alert {
    margin: 0 auto 20px;
  }

  .alert p {
    font-size: 2.2rem;
  }
}

/*スマホ用*/
@media screen and (max-width: 640px) {
  .wrap_trader {
    margin-bottom: 20px;
  }

  .alert {
    text-align: center;
    margin: 0 auto 0;
  }

  .alert img {
    max-width: 300px;
    text-align: center;
    margin: 0 auto;
  }

  .alert p {
    font-size: 1.8rem;
    text-align: center;
    font-weight: bold;
    line-height: 1.5;
  }
}

/* ＝＝＝＝＝＝＝コンテンツ内容(メリット)＝＝＝＝＝＝＝＝ */
.wrap_merit_item {
  margin-bottom: 80px;
}

.merit_item {
  display: flex;
  padding: 15px;
  margin-bottom: 30px;
  border: 2px solid #00A0EA;
  background-color: #fff;
  box-sizing: border-box;
}

.merit_item:last-of-type {
  margin-bottom: 0;
}

.merit_item .merit_img {
  width: 300px;
  margin-right: 15px;
  box-sizing: border-box;
}

.merit_item .merit_img img {
  width: 300px;
  box-sizing: border-box;
}

.merit_txt .tit {
  margin-bottom: 20px;
}

.merit_txt h3.merit_h3 {
  font-size: 2.8rem;
}

h3.merit_h3 span.merit_nmb {
  background-color: #ED5604;
  color: #fff;
  font-size: 2rem;
  font-weight: bold;
  border-radius: 10px;
  margin-right: 10px;
  padding: 10px 10px 5px;
  line-height: 1;
}

h3.merit_h3 span.merit_nmb span.merit_nmb_big {
  color: #fff;
  font-weight: bold;
  font-size: 2.8rem;
}

h3.merit_h3 .merit_break {
  display: none;
}

.merit_txt .txt {
  font-size: 1.8rem;
  line-height: 1.5;
}


/*タブレット用*/
@media screen and (min-width:641px) and (max-width:1024px) {
  .wrap_merit_item {
    margin-bottom: 60px;
  }

  .merit_txt h3.merit_h3 {
    font-size: 2.4rem;
  }
  h3.merit_h3 span.merit_nmb {
    font-size: 1.8rem;
  }

  h3.merit_h3 span.merit_nmb span.merit_nmb_big {
    font-size: 2.4rem;
  }
}

/*スマホ~タブレット用*/
@media screen and (max-width: 1024px) {
  .merit_txt h3.merit_h3 {
    line-height: 1.8;
  }
  h3.merit_h3 .merit_break {
    display: block;
  }
}

/*スマホ用*/
@media screen and (max-width: 640px) {
  .wrap_merit_item {
    margin-bottom: 50px;
  }

  .merit_item {
    display: block;
    padding: 15px;
    margin-bottom: 20px;
  }

  .merit_item .merit_img {
    width: 200px;
    max-width: 300px;
    margin: 0 auto 15px;
    text-align: center;
  }

  .merit_item .merit_img img {
    width: 100%;
  }

  .merit_txt .tit {
    margin-bottom: 0;
  }

  .merit_txt h3.merit_h3 {
    font-size: 2rem;
    line-height: 2;
  }

  h3.merit_h3 span.merit_nmb {
    font-size: 1.4rem;
    padding: 12px 8px 8px;
  }

  h3.merit_h3 span.merit_nmb span.merit_nmb_big {
    font-size: 2.2rem;
  }

  .merit_txt .txt {
    font-size: 1.4rem;
  }
}

/* ＝＝＝＝＝＝＝foote部分スタイル＝＝＝＝＝＝＝＝ */
footer {
  background-color: #00a0ea;
	color: #fff;
}

footer .fotter_inner {
  padding: 30px 20px;
  width: 100%;
  max-width: 1200px;
  margin: 0px auto;
  box-sizing: border-box;
}

.foot_navi {
  display: flex;
  justify-content: space-between;
  width: 100%;
  max-width: 600px;
  margin: 0 auto 20px;
}

.foot_navi li {
  text-align: center;
}

.foot_navi li:nth-of-type(3) {}

.foot_navi a {
  color: #fff;
  text-decoration: none;
  font-size: 1.4rem;
}

.foot_navi a:hover {
  opacity: 0.8;
}

.foot_navi i {
  margin-right: 3px;
  font-size: 1.4rem;
}

footer .copyright {
  text-align: center;
}

#page_top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  width: 55px;
}

#page_top a {
  display: block;
}

/*スマホ用*/
@media screen and (max-width: 640px) {
  footer .fotter_inner {
    padding: 0;
    width: 100%;
    margin: 0 auto;
  }

  .foot_navi {
    display: block;
    text-align: center;
    margin: 0px auto;
    width: 100%;
    max-width: 100%;
  }

  .foot_navi li {
    list-style-image: none;
    border-bottom: #FFF 1px dotted;
    padding: 10px;
    width: 100% !important;
    box-sizing: border-box;
  }

  footer .copyright {
    font-size: 8px;
    text-align: center;
    padding: 10px 0px;
  }

  #page_top {}
}
