@charset "utf-8";
/* CSS Document */

.content_head {
    width: 100%;
    background: #004190;
    border-radius: 15px;
    margin-top: 80px;
    margin-bottom: 40px;
}

.content_head h2 {
    color: #fff;
    font-size: 25px;
    margin-left: 0px;
    padding: 17.5px 0 17.5px 20px;
    font-weight: bold;
    display: block;
}

.content_head h2::before {
    content: '';
    border-left: 4px solid #fff;
    margin-right: 20px;
}

.voice_bottom {
    margin-bottom: 80px;
}

.business .info_group {
    margin: 0 auto;
    max-width: 960px;
}

img.business_ttl {
    margin-bottom: 38px;
}

img.business_voice {
    margin-bottom: 40px;
}

p.business_info {
    font-size: 18px;
    line-height: 1.8em;
    text-align: center;
    letter-spacing: 0.08em;
}

.business_info_group {
    background: #e7edf4;
    margin-top: 40px;
    margin-bottom: 40px;
}

.info_flex {
    display: flex;
    justify-content: space-between;
    max-width: 805px;
    padding-bottom: 40px;
    margin: 0 auto;
}

.info_flex img {
    max-width: 220px;
}

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

.business_reco .ttl {
    max-width: 545px;
    margin-left: -15px;
}

.business_reco .group {
    display: flex;
    justify-content: space-between;
    margin: 40px 0;
}

.business_reco .group img {
    max-width: 310px;
}

p.busuness_reco_txt, p.busuness_reco_txt_02 {
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    max-width: 500px;
    margin: 0 auto;
    line-height: 1.5em;
}

p.busuness_reco_txt_02 {
    margin-top: 15px;
}

.future_txt {
    border: 6px solid #e7edf4;
    margin: 40px 0;
}

.future_txt p {
    font-size: 18px;
    text-align: center;
    padding: 20px 10px;
}
/* ---
チェックフレーム
--- */
h3.list_fream_01 {
    text-align: center;
    color: #fff;
    font-size: 18px;
    line-height: 1.2em;
}

h3.list_fream_01>span {
    padding: 12px 30px;
    display: inline-block;
    background: #004190;
    font-weight: bold;
    box-shadow: 0 5px 10px -4px rgba(0, 0, 0, 0.2);
    color: #fff;
}

.fream_inner {
    margin-top: -21px;
    padding: 57px 35px 45px;
    border: 4px solid #e7edf4;
    background: url(../images/syoreibetu/logo06.png) right bottom no-repeat, url(../images/syoreibetu/bg_soudan.gif);
    box-shadow: 0 15px 20px -4px rgba(186, 178, 159, 0.15);
}

ul.check_list li {
    position: relative;
    padding-left: 35px;
    font-weight: 500;
    line-height: 2em;
    color: #282624;
}

ul.check_list li::after {
    content: '';
    width: 10px;
    height: 6px;
    color: #004190;
    border-left: 3px solid;
    border-bottom: 3px solid;
    margin: -4px 0 0 6px;
    transform: rotate(-45deg);
    display: block;
    position: absolute;
    left: 0;
    top: 50%;
}

p.business_txt {
    line-height: 1.8em;
    margin-top: 20px;
}

.list_fream_02 {
    box-shadow: 0px 0px 2px 2px rgba(0,0,0,0.05);
    border-radius: 10px;
    border: 1px solid #EEE;
    margin-top: 40px;
}

.list_fream_02 h3 {
    background-color: #004190;
    text-align: center;
    line-height: 1.5em;
    padding: 15px;
    border-radius: 8px 8px 0px 0px;
}

.list_fream_02 h3>span {
    color: #FFF;
    font-weight: bold;
    font-size: 18px;
}

ul.inner_list {
    width: 96%;
    margin: 27px auto;
}

ul.inner_list li {
    list-style: none;
    padding: 3px 0px 3px 23px;
    margin: 3px 0px 3px 0px;
    line-height: 1.7em;
    font-weight: 500;
}

ul.inner_list li>span {
    color: #004190;
    padding-right: 10px;
}

/* -----
3つのポイント
----- */

ul.point_list li {
    max-width: 855px;
    margin: 0 0 0 auto;
    position: relative;
    padding-bottom: 30px;
}

ul.point_list li.point_01 {
    margin-top: 70px;
}

ul.point_list li h3 {
    font-size: 20px;
    font-weight: bold;
}

ul.point_list li h3>span {
    font-weight: bold;
}

ul.point_list li::before {
    content: '';
    position: absolute;
    width: 80px;
    height: 80px;
    top: -30px;
    left: -105px;
}

ul.point_list li.point_01::before {
    background: url(../img/point_01.svg);
    background-size: cover;
    background-position: center;
}

ul.point_list li.point_02::before {
    background: url(../img/point_02.svg);
    background-size: cover;
    background-position: center;
}

ul.point_list li.point_03::before {
    background: url(../img/point_03.svg);
    background-size: cover;
    background-position: center;
}

.point_group {
    display: flex;
    justify-content: space-between;
    margin-top: 30px;
}

.point_group p {
    margin-top: 0;
    width: 100%;
    max-width: 495px;
}

p.txt_area {
    line-height: 1.5em;
    letter-spacing: 0.08em;
}

.point_group img {
    max-width: 330px;
    height: 200px;
}

p.next_border {
    background: url(../img/next_border.png);
    background-position: center;
    background-size: cover;
    width: 100%;
    height: 31px;
    margin-bottom: 30px;
}

ul.point_list li:last-child {
    padding-bottom: 0;
}

.voice_name {
    background: #e7edf4;
    padding: 15px 0 15px 20px;
    margin-bottom: 30px;
    margin-top: 40px;
}

.voice_name p {
    font-size: 20px;
    font-weight: bold;
}

.voice_name p>span {
    font-size: 16px;
    font-weight: bold;
    padding-left: 5px;
}

.voice_group {
    display: flex;
    justify-content: space-between;
}

.voice_group img {
    max-width: 300px;
    height: 390px;
}

dl.voice_qa_01, dl.voice_qa_02, dl.voice_qa_03 {
    margin-left: 20px;
}

dl.voice_qa_01 dt, dl.voice_qa_01 dd, dl.voice_qa_02 dt, dl.voice_qa_02 dd, dl.voice_qa_03 dt, dl.voice_qa_03 dd {
    font-weight: 500;
    margin-bottom: 20px;
    line-height: 1.4em;
    letter-spacing: 0.02em;
}

dl.voice_qa_01 dt>span, dl.voice_qa_02 dt>span, dl.voice_qa_03 dt>span {
    color: #004190;
    font-weight: 500;
    padding-right: 10px;
}

dl.voice_qa_01 dd>span {
  color: #ff761b;
  font-weight: 500;
  padding-right: 10px;
}

dl.voice_qa_02 dd>span {
  color: #f76d8e;
  font-weight: 500;
  padding-right: 10px;
}

dl.voice_qa_03 dd>span {
  color: #74ad43;
  font-weight: 500;
  padding-right: 10px;
}

.post_group {
    display: flex;
    justify-content: space-between;
    margin-bottom: 80px;
}

.post_group p {
    width: 100%;
    max-width: 448px;
}

.post_group img {
    max-width: 480px;
    height: 280px;
}


@media screen and (max-width: 768px){

  .w_960 {
      width: 95%;
      max-width: 960px;
      margin: 0 auto;
  }

  .content_head {
      width: 95%;
      margin-top: 50px;
      margin: 50px auto 30px auto;
  }

  section.business {
      margin-bottom: 50px;
      margin-top: 125px;
  }

  .content_head h2 {
      font-size: 20px;
      text-indent: -1.2em;
      margin-left: 1em;
      line-height: 1.3em;
  }

  img.business_ttl {
    margin-bottom: 28px;
}

img.business_voice {
    margin-bottom: 30px;
}
.business_info_group {
margin: 30px 0;
}

.triangle_down {
    padding-bottom: 10px;
}

.info_flex {
    flex-wrap: wrap;
    justify-content: center;
    max-width: 250px;
}

.info_flex img {
    margin-top: 30px;
}

.business_info_group {
    margin-bottom: 30px;
}

.business_reco .ttl {
    max-width: 420px;
}

.business_reco .group {
    justify-content: center;
    margin: 30px 0;
    flex-wrap: wrap;
}

.business_reco .group img {
    margin-bottom: 30px;
}

.future_txt p {
    line-height: 1.5em;
}

.fream_inner {
    padding: 57px 20px 45px;
}

ul.point_list li h3 {
    text-align: center;
}

ul.inner_list li {
    padding: 3px 0px 3px 15px;
}

ul.point_list li.point_01 {
    margin-top: 50px;
}

.point_group {
    justify-content: center;
    flex-wrap: wrap-reverse;
}

.point_group img {
    margin-bottom: 30px;
}

.voice_group {
    justify-content: center;
    flex-wrap: wrap;
}

.voice_group img {
    margin-bottom: 30px;
}

.post_group {
    flex-wrap: wrap-reverse;
    margin-bottom: 50px;
    justify-content: center;
}

.post_group img {
    margin-bottom: 30px;
}

.post_group p {
    max-width: 485px;
}

.post_group img {
    height: 207px;
    max-width: 356px;
}

}



@media screen and (max-width: 480px){


}
