@charset "UTF-8";


/* voice_ul1
***************************************************************/
.voice_ul1 {
  width: 100%;
  padding: 90px 0 90px;
  background-color: #F1F7F5;
}
.voice_ul1 .li1 {
  width: 1000px;
  margin: 0 auto;
}
.voice_ul1 .li1:nth-of-type(1n + 2) {
  margin-top: 70px;
}
.voice_ul1 .link1 {
  width: 100%;
  display: flex;
  background-color: #fff;
  position: relative;
  box-shadow: 0 1px 5px rgba(0,0,0,0.2);
}
.voice_ul1 .voice_ul1_box1 {
  width: calc(100% - 446px);
  padding: 30px 38px;
}
.voice_ul1 .voice_ul1_p1 {
  font-size: 16px;
  font-weight: 400;
  text-align: justify;
  letter-spacing: 0.05em;
}
.voice_ul1 .voice_ul1_h2 {
  font-size: 22px;
  font-weight: 500;
  text-align: justify;
  letter-spacing: 0.05em;
  line-height: 1.59;
  margin-top: 5px;
}
.voice_ul1_dl1 {
  margin-top: 10px;
}
.voice_ul1 .voice_ul1_dt1 {
  width: 100%;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #006400;
  color: #fff;
  font-size: 17px;
  font-weight: 500;
  text-align: center;
  letter-spacing: 0.05em;
}
.voice_ul1 .voice_ul1_dd1 {
  font-size: 16px;
  font-weight: 400;
  text-align: justify;
  letter-spacing: 0.05em;
  margin-top: 5px;
}
.voice_ul1 .thumb1 {
  width: 446px;
  min-height: 268px;
  overflow: hidden;
  position: relative;
  transition: opacity 0.3s ease;
}
.voice_ul1 .img1 {
  width: 100%;
  height: 100%;
  background-image: url(../img/common/noimage.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  transition: transform 0.3s ease;
}
.voice_ul1_more {
  width: 120px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #000;
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  text-align: center;
  letter-spacing: 0.05em;
  line-height: 1;
  position: absolute;
  z-index: 1;
  right: 0;
  bottom: -20px;
  transition: background 0.3s ease;
}
.voice_ul1_more::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 22px 0 22px 14px;
  border-color: transparent transparent transparent #000;
  transition: border-color 0.3s ease;
  position: absolute;
  top: 0;
  right: -14px;
}
@media all and (min-width: 681px) {
  .voice_ul1 a:hover .thumb1 {
    opacity: .7;
  }
  .voice_ul1 a:hover .img1 {
    transform: scale(1.1);
  }
  a:hover .voice_ul1_more {
    background-color: #006400;
  }
  a:hover .voice_ul1_more::after {
    border-color: transparent transparent transparent #006400;
  }
}
@media all and (max-width: 680px) {
  .voice_ul1 {
    width: 100%;
    padding: 40px 20px 60px;
  }
  .voice_ul1 .li1 {
    width: 100%;
  }
  .voice_ul1 .li1:nth-of-type(1n + 2) {
    margin-top: 60px;
  }
  .voice_ul1 .link1 {
    width: 100%;
    display: block;
  }
  .voice_ul1 .voice_ul1_box1 {
    width: 100%;
    padding: 16px 22px;
  }
  .voice_ul1 .voice_ul1_p1 {
    font-size: 13px;
  }
  .voice_ul1 .voice_ul1_h2 {
    font-size: 16px;
    margin-top: 5px;
  }
  .voice_ul1_dl1 {
    margin-top: 10px;
  }
  .voice_ul1 .voice_ul1_dt1 {
    font-size: 16px;
  }
  .voice_ul1 .voice_ul1_dd1 {
    font-size: 14px;
  }
  .voice_ul1 .thumb1 {
    width: 100%;
    height: 180px;
    min-height: auto;
  }
  .voice_ul1_more {
    width: 90px;
    word-break: keep-all;
    height: 32px;
    font-size: 14px;
    letter-spacing: 0.025em;
    bottom: -15px;
  }
  .voice_ul1_more::after {
    border-width: 16px 0 16px 8px;
    right: -8px;
  }
}
@media all and (max-width: 370px) {
}


/* voice_article
***************************************************************/
.voice_article_box1 {
  width: 1000px;
  margin: 0 auto;
  padding-top: 100px;
  display: flex;
  justify-content: space-between;
}
.voice_article_box1_in1 {
  width: 536px;
}
.voice_article_h1 {
  font-size: 28px;
  font-weight: 500;
  text-align: justify;
  letter-spacing: 0.05em;
  line-height: 1.57;
}
.voice_article_p1 {
  font-size: 22px;
  font-weight: 400;
  text-align: justify;
  letter-spacing: 0.05em;
  line-height: 1.6;
  margin-top: 30px;
}
.voice_article_dl1 {
  margin-top: 25px;
}
.voice_article_dt1 {
  width: 100%;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #006400;
  color: #fff;
  font-size: 20px;
  font-weight: 500;
  text-align: center;
  letter-spacing: 0.05em;
}
.voice_article_dd1 {
  font-size: 20px;
  font-weight: 400;
  text-align: justify;
  letter-spacing: 0.05em;
  line-height: 1.6;
  margin-top: 5px;
}
.voice_article_box1_in2 {
  width: 416px;
}
.img_listWrap {
  width: 1000px;
  margin: 0 auto;
  padding-top: 40px;
  display: flex;
  flex-flow: wrap;
  justify-content: space-between;
}
.img_listWrap::after {
  content: "";
  width: 320px;
}
.img_listWrap .img_list_block1 {
  width: 320px;
  height: 216px;
  background-image: url(../img/common/noimage.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.img_listWrap .img_list_block1:nth-of-type(1n + 4) {
  margin-top: 20px;
}
.img_list2Wrap {
  width: 1000px;
  margin: 0 auto;
  padding-top: 40px;
}
.img_list2Wrap .img_list_block1:nth-of-type(1n + 2) {
  margin-top: 40px;
}
.img_list2Wrap img {
  width: 100%;
}
@media all and (min-width: 681px) {
}
@media all and (max-width: 680px) {
  .voice_article_box1 {
    width: 100%;
    padding: 40px 20px 0;
    display: block;
  }
  .voice_article_box1_in1 {
    width: 100%;
  }
  .voice_article_h1 {
    font-size: 20px;
  }
  .voice_article_p1 {
    font-size: 14px;
    margin-top: 20px;
  }
  .voice_article_dl1 {
    margin-top: 15px;
  }
  .voice_article_dt1 {
    height: 32px;
    font-size: 16px;
  }
  .voice_article_dd1 {
    font-size: 14px;
  }
  .voice_article_box1_in2 {
    width: 100%;
    margin-top: 20px;
  }
  .img_listWrap {
    width: 100%;
    padding: 6px 20px 0;
  }
  .img_listWrap::after {
    width: calc((100% - 12px) / 3);
  }
  .img_listWrap .img_list_block1 {
    width: calc((100% - 12px) / 3);
    height: 20vw;
  }
  .img_listWrap .img_list_block1:nth-of-type(1n + 4) {
    margin-top: 6px;
  }
  .img_list2Wrap {
    width: 100%;
    padding: 30px 20px 0;
  }
  .img_list2Wrap .img_list_block1:nth-of-type(1n + 2) {
    margin-top: 30px;
  }
}
@media all and (max-width: 370px) {
}


/* singleColumn
***************************************************************/
.contentsWrap {
  padding-top: 20px;
}
.singleColumn.contents_type1 {
  background-color: #fff;
  padding: 60px 0;
}
.singleColumn.contents_type1 .singleColumn_title1 {
  width: 1000px;
  margin: 0 auto;
  font-size: 22px;
  font-weight: 700;
  text-align: justify;
}
.singleColumn.contents_type1 .singleColumn_text1 {
  width: 1000px;
  margin: 15px auto 0;
  font-size: 18px;
  font-weight: 400;
  text-align: justify;
}
.singleColumn.contents_type1 .singleColumn_text1 a {
  text-decoration: underline;
}
.contentsWrap .singleColumn.contents_type1:nth-of-type(even) {
  background-color: #F1F1F1;
}
.contentsWrap + .w_bnr1 {
  padding-top: 30px;
  text-align: center;
}
.pagination {
  background-color: #F1F7F5;
}
@media all and (min-width: 681px) {
  .singleColumn.contents_type1 .singleColumn_text1 a:hover {
    text-decoration: none;
  }

}
@media all and (max-width: 680px) {
  .contentsWrap {
    padding-top: 0;
  }
  .singleColumn.contents_type1 {
    padding: 30px 20px;
  }
  .singleColumn.contents_type1 .singleColumn_title1 {
    width: 100%;
    font-size: 17px;
  }
  .singleColumn.contents_type1 .singleColumn_text1 {
    width: 100%;
    margin-top: 10px;
    font-size: 14px;
  }
  .contentsWrap + .w_bnr1 {
    padding-top: 10px;
  }
}
@media all and (max-width: 370px) {
}


/* voice_aside
***************************************************************/
.voice_aside {
  padding: 100px 0 0;
}
.voice_aside_h2 {
  font-size: 32px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.2em;
}
.voice_ul1_box {
  background-color: #F1F7F5;
  margin-top: 30px;
  padding-bottom: 100px;
}
.voice_aside .voice_ul1 {
  background-color: transparent;
}
.consultation_article_link1 {
  width: 458px;
  height: 60px;
  margin: 90px auto 0;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  background-color: #000;
  border: 1px solid #000;
  color: #fff;
  font-size: 17px;
  font-weight: 500;
  text-align: center;
  letter-spacing: 0.05em;
}
@media all and (min-width: 681px) {
  .voice_aside .voice_ul1 {
    width: 1080px;
    margin: 0 auto;
    padding-bottom: 20px;
    display: flex;
    flex-flow: wrap;
    justify-content: space-between;
  }
  .voice_aside .voice_ul1 .li1 {
    width: 510px;
    margin: 0;
  }
  .voice_aside .voice_ul1 .li1:nth-of-type(1n + 2) {
    margin-top: 0;
  }
  .voice_aside .voice_ul1 .li1:nth-of-type(1n + 3) {
    margin-top: 56px;
  }
  .voice_aside .voice_ul1 .link1 {
    display: block;
    padding-bottom: 45px;
  }
  .voice_aside .voice_ul1 .voice_ul1_box1 {
    width: 100%;
  }
  .voice_aside .voice_ul1 .thumb1 {
    width: 368px;
    height: 220px;
    min-height: auto;
    margin: 0 auto;
  }
  a.consultation_article_link1:hover {
    background-color: #006400;
    border-color: #006400;
  }
}
@media all and (max-width: 680px) {
  .voice_aside {
    padding-top: 50px;
  }
  .voice_aside_h2 {
    font-size: 18px;
  }
  .voice_ul1_box {
    margin-top: 10px;
    padding-bottom: 60px;
  }
  .voice_aside .voice_ul1 {
    padding-bottom: 20px;
  }
  .voice_aside .voice_ul1 .thumb1 {
    padding: 0 35px 35px;
  }
  .consultation_article_link1 {
    width: 300px;
    height: 46px;
    margin-top: 40px;
    font-size: 14px;
  }
}
@media all and (max-width: 370px) {
}


/* コンテンツ
***************************************************************/
@media all and (min-width: 681px) {
}
@media all and (max-width: 680px) {
}
@media all and (max-width: 370px) {
}


/* コンテンツ
***************************************************************/
@media all and (min-width: 681px) {
}
@media all and (max-width: 680px) {
}
@media all and (max-width: 370px) {
}
