@charset "UTF-8";
/* CSS Document */
.h2_bg .h2_net .h2_flower .h2Area h2 {
	font-size: 26px;
    letter-spacing: -0.1em;
    line-height: 1.4;
}
.shinshiki_box {
  overflow: hidden;
  height: auto;
  width: 1000px;
  border-bottom: 1px dotted#A02800;
  margin: 0 auto;
}
.consultant_box h4 {
  border-left: 5px solid #A02800;
  font-size: 40px;
}
.left {
  float: left;
  width: 65%;
  text-align: center;
}
.consultant_txt_box {
  text-align: left;
  padding: 40px 25px;
}
.right {
  float: right;
  width: 35%;
}
.consultant_name p {
  font-size: 28px;
  text-align: center;
}
.consultant_name p span {
  font-size: 15px;
}
.naiyouBox {
  overflow: hidden;
  height: auto;
  width: 1000px;
  margin: 0 auto;
  padding-top: 70px;
}
.naiyou_h5 {
  height: auto;
  width: auto;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0.1em;
  text-align: center;
  position: relative;
}
.naiyou_h5::after {
  position: absolute;
  content: "";
  display: block;
  top: 40px;
  left: 50%;
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 82px;
  height: 82px;
  background-image: url(../img/top/mark.png);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: 50%;
}
.naiyou_txt {
  overflow: hidden;
  margin-top: 110px;
  line-height: 2.3;
}
.naiyou_txt li {
  width: 49%;
  display: inline-block;
}



@media screen and (max-width: 768px) {
	.h2_bg .h2_net .h2_flower .h2Area h2 {
		padding-left: 17vw;
		font-size: 16px;
	}
  .shinshiki_box {
    width: 100%;
  }
  .left, .right {
    float: none;
    width: 100%;
  }
  .consultant_box h4 {
    font-size: 5vw;
  }
  .consultant_name {
    padding-bottom: 40px;
  }
  .naiyouBox {
    width: 100%;
    padding-top: 30px;
  }
  .naiyou_h5 {
    font-size: 4vw;
  }
  .naiyou_txt {
    margin-top: 70px;
  }
  .naiyou_txt li {
    width: 100%;
  }
}


