@charset "UTF-8";
.contents_wrap {
  width: 1000px;
  font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
}

.contents_wrap img {
  width: 100%;
}

.contents_wrap .bold {
  font-weight: bold !important;
}

.contents_wrap .f18 {
  font-size: 18px !important;
}

.contents_wrap .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}


.contents_wrap .talk {
  font-size: 14px;
  font-family: inherit;
  text-indent: -3em;
  padding-left: 4em;
  line-height: 1.8;
  margin-bottom: .8em;
  letter-spacing: -0.07em;
}

.contents_wrap .item_txt {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.6;
  margin-left: 2.4em;
  margin-right: 2.4em;
  padding-bottom: 22px;
  border-bottom: 1px solid #000;
  display: block;
}

.contents_wrap h4 {
  font-size: 20px;
  font-weight: 600;
  line-height: 1.3;
  margin-bottom: 20px;
}

.contents_wrap h4 span {
  display: block;
  font-weight: normal;
  font-size: 14px;
  padding-top: 16px;
}

.contents_wrap h5 {
  font-size: 14px;
  line-height: 1.8;
  font-weight: bold;
  padding-left: 1em;
}

.contents_wrap .top {
  margin-bottom: 90px;
}

.contents_wrap .top h2 {
  width: 548px;
  margin: 0 auto 38px;
}

.contents_wrap .top .lead_txt {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.9;
  text-align: center;
  margin-bottom: 22px;
}

.contents_wrap .top h3 {
  font-size: 16px;
  font-weight: 300;
  line-height: 1.6;
  text-align: center;
  margin-bottom: 24px;
}

.contents_wrap .top div {
  margin-bottom: 40px;
}

.contents_wrap .top .intro_txt {
  font-size: 14px;
  font-weight: 600;
  line-height: 1.8;
  padding-left: 1em;
}

.contents_wrap .talk_wrap .blk01 {
  margin-bottom: 95px;
}

.contents_wrap .talk_wrap .blk01 h4 {
  font-size: 22px;
  line-height: 26px;
  margin-bottom: 20px;
}

.contents_wrap .talk_wrap .blk01 .img_box {
  width: 520px;
  height: 520px;
  margin: 47px auto;
}

.contents_wrap .talk_wrap .blk02 {
  margin-bottom: 100px;
}

.contents_wrap .talk_wrap .blk02 h4 {
  margin-bottom: 0;
}

.contents_wrap .talk_wrap .blk02 .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  margin-bottom: 22px;
}

.contents_wrap .talk_wrap .blk02 .flex div:nth-of-type(1) {
  width: 460px;
  height: 320px;
  margin-left: 10px;
}

.contents_wrap .talk_wrap .blk02 .flex div:nth-of-type(2) {
  width: 460px;
  height: 320px;
}

.contents_wrap .talk_wrap .blk02 .flex div:nth-of-type(3) {
  width: 880px;
  height: 552px;
}

.contents_wrap .talk_wrap .blk03 {
  margin-bottom: 78px;
}

.contents_wrap .talk_wrap .blk03 h4 {
  margin-bottom: 40px;
}

.contents_wrap .talk_wrap .blk04 {
  margin-bottom: 104px;
}

.contents_wrap .talk_wrap .blk04 h4 {
  margin-bottom: 25px;
}

.contents_wrap .talk_wrap .blk04 .img_box {
  padding-top: 73px;
}

.contents_wrap .talk_wrap .blk05 {
  margin-bottom: 146px;
}

.contents_wrap .talk_wrap .blk05 .img_box {
  margin: 47px auto 75px auto;
  width: 400px;
  height: 545px;
}

.contents_wrap .talk_wrap .blk05 .img_box .captcha {
  font-size: 12px;
  line-height: 16px;
  text-align: right;
  letter-spacing: -0.06em;
  padding-top: 9px;
}

.contents_wrap .talk_wrap .blk06 {
  margin-bottom: 78px;
}

.contents_wrap .talk_wrap .blk07 {
  margin-bottom: 172px;
}

.contents_wrap .talk_wrap .blk07 .flex div {
  width: 50%;
}

.contents_wrap .talk_wrap .blk07 .flex div a {
  display: block;
  width: 100%;
}

.contents_wrap .talk_wrap .blk07 .captcha {
  font-size: 14px;
  line-height: 1;
  padding-left: 1em;
  padding-top: 9px;
  letter-spacing: -0.06em;
  margin-bottom: 60px;
}

.contents_wrap .talk_wrap .blk07 .txt {
  font-size: 14px;
  padding-left: 1em;
  letter-spacing: -0.03em;
  line-height: 1.4em;
  padding-top: 24px;
}

.contents_wrap .talk_wrap .profile .profile_blk {
  margin-bottom: 76px;
}

.contents_wrap .talk_wrap .profile .profile_blk h4 {
  font-size: 18px;
  line-height: 1;
  font-weight: bold;
  padding-left: 8px;
  margin-bottom: 8px;
}

.contents_wrap .talk_wrap .profile .profile_blk h4 span {
  font-size: 14px;
  margin-bottom: 7px;
  padding-top: 0;
  display: block;
}

.contents_wrap .talk_wrap .profile .profile_blk .flex {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.contents_wrap .talk_wrap .profile .profile_blk .flex .img_blk {
  width: 150px;
}

.contents_wrap .talk_wrap .profile .profile_blk .flex p {
  width: 830px;
  font-size: 14px;
  line-height: 1.8;
  margin-bottom: 20px;
}
/*# sourceMappingURL=style.css.map */