@charset "UTF-8";


/* category_box1
***************************************************************/
.category_box1 {
  background-color: #F1F7F5;
  padding: 55px 0 60px;
}
.category_type1 {
  width: 806px;
  margin: 0 auto;
}
.category_type1 .ul1 {
  width: 100%;
  display: flex;
  flex-flow: wrap;
  justify-content: space-between;
}
.category_type1 .ul1 li {
  width: 386px;
}
.category_type1 .ul1 a {
  width: 100%;
  height: 52px;
  background-color: #fff;
  color: #006400;
  border: 1px solid #006400;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  font-weight: 400;
  text-align: center;
  letter-spacing: 0.1em;
}
.category_type1 .ul1 .current a {
  background-color: #006400;
  color: #fff;
}
@media all and (min-width: 681px) {
  .category_type1 .ul1 li:nth-of-type(1n + 3) {
    margin-top: 34px;
  }
  .category_type1 .ul1 a:hover {
    background-color: #006400;
    color: #fff;
  }
}
@media all and (max-width: 680px) {
  .category_box1 {
    padding: 30px 20px 30px;
  }
  .category_type1 {
    width: 100%;
  }
  .category_type1 .ul1 {
    flex-flow: wrap;
  }
  .category_type1 .ul1 li {
    width: 100%;
  }
  .category_type1 .ul1 li:nth-of-type(1n + 2) {
    margin-top: 12px;
  }
  .category_type1 .ul1 a {
    height: 40px;
    font-size: 15px;
  }
}
@media all and (max-width: 370px) {
}


/* column_ul1
***************************************************************/
.column_ul1 {
  width: 1100px;
  margin: 0 auto;
  padding: 70px 0 90px;
  display: flex;
  flex-flow: wrap;
  justify-content: space-between;
}
.column_ul1 .li1 {
  width: 522px;
  padding-left: 80px;
}
.column_ul1 .link1 {
  width: 100%;
  display: block;
  position: relative;
}
.column_ul1 .category {
  width: 164px;
  height: 164px;
  background-color: #ADE500;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  font-weight: 500;
  text-align: center;
  letter-spacing: 0.1em;
  line-height: 1.5;
  position: absolute;
  z-index: 1;
  top: 64px;
  left: -80px;
}
.column_ul1 .category.cat1 {
  background-color: #ADE500;
}
.column_ul1 .category.cat2 {
  background-color: #6CCCD8;
}
.column_ul1 .category.cat3 {
  background-color: #FFA092;
}
.column_ul1 .thumb1 {
  width: 100%;
  position: relative;
  height: 292px;
  overflow: hidden;
  transition: opacity 0.3s ease;
}
.column_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;
}
.column_ul1 .column_ul1_p1 {
  font-size: 16px;
  font-weight: 400;
  text-align: justify;
  letter-spacing: 0.1em;
  line-height: 1.7;
  padding-top: 8px;
  padding-right: 55px;
  position: relative;
}
.column_ul1 .column_ul1_p1::after {
  content: '';
  display: block;
  position: absolute;
  top: 8px;
  bottom: 0;
  right: 16px;
  margin: auto;
  width: 24px;
  height: 24px;
  border-right: 2px solid #000;
  border-bottom: 2px solid #000;
  transform: rotate(-45deg);
  transition: border 0.3s ease;
}
@media all and (min-width: 681px) {
  .column_ul1 .li1:nth-of-type(1n + 3) {
    margin-top: 50px;
  }
  .column_ul1 a:hover .thumb1 {
    opacity: .7;
  }
  .column_ul1 a:hover .img1 {
    transform: scale(1.1);
  }
}
@media all and (max-width: 680px) {
  .column_ul1 {
    width: 100%;
    padding: 40px 20px 60px;
    display: block;
  }
  .column_ul1 .li1 {
    width: 100%;
    padding-left: 30px;
  }
  .column_ul1 .li1:nth-of-type(1n + 2) {
    margin-top: 50px;
  }
  .column_ul1 .category {
    width: 90px;
    height: 90px;
    font-size: 14px;
    letter-spacing: 0.05em;
    top: 40px;
    left: -30px;
  }
  .column_ul1 .thumb1 {
    height: 170px;
  }
  .column_ul1 .column_ul1_p1 {
    font-size: 15px;
    letter-spacing: 0.05em;
    line-height: 1.5;
  }
}
@media all and (max-width: 370px) {
}


/* consultation_single
***************************************************************/
.consultation_single {
  width: 1000px;
  margin: 0 auto;
  padding: 90px 0 100px;
  display: flex;
  justify-content: space-between;
}
/* consultation_article */
.consultation_article {
  width: 700px;
}
.con_sin_cat1 {
  width: 380px;
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #ADE500;
  color: #000;
  font-size: 26px;
  font-weight: 500;
  text-align: center;
  letter-spacing: 0.1em;
}
.con_sin_cat1.cat1 {
  background-color: #ADE500;
}
.con_sin_cat1.cat2 {
  background-color: #6CCCD8;
}
.con_sin_cat1.cat3 {
  background-color: #FFA092;
}
.con_sin_catBox1 {
  display: flex;
  margin-top: 10px;
}
.con_sin_cat2 {
  font-size: 17px;
  font-weight: 500;
  letter-spacing: 0.1em;
}
.con_sin_cat2 .s1 {
  font-weight: 400;
}
.con_sin_cat2 + .con_sin_cat2 {
  margin-left: 30px;
}
.consultation_article .works_ul1_cat {
  padding: 0;
  margin-top: 10px;
}
.con_sin_h1 {
  font-size: 27px;
  font-weight: 500;
  text-align: justify;
  letter-spacing: 0.05em;
  line-height: 1.7;
  margin-top: 40px;
}
.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;
}
/* consultation_aside */
.consultation_aside {
  width: 272px;
}
.consultation_aside_h2 {
  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;
}
.consultation_aside_ul1 {
  width: 100%;
}
.consultation_aside_ul1 .li1 {
  width: 100%;
  border-bottom: 1px dotted #000;
}
.consultation_aside_ul1 .link1 {
  width: 100%;
  display: block;
  padding: 12px 12px 16px;
}
.consultation_aside_cat1 {
  font-size: 21px;
  font-weight: 500;
  text-align: center;
  letter-spacing: 0.1em;
}
.consultation_aside_img1 {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.consultation_aside_img1 .img1 {
  background-image: url(../img/common/noimage.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 80px;
  height: 80px;
}
.consultation_aside_p1 {
  width: calc(100% - 85px);
  font-size: 14px;
  font-weight: 400;
  text-align: justify;
  letter-spacing: 0;
  line-height: 1.7;
}
.consultation_aside_link1 {
  width: 100%;
  height: 54px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  background-color: #fff;
  border: 1px solid #000;
  font-size: 17px;
  font-weight: 500;
  text-align: center;
  letter-spacing: 0.05em;
  margin-top: 40px;
}
@media all and (min-width: 681px) {
  .consultation_aside_ul1 a.link1:hover {
    background-color: #e3efbf;
  }
  a.consultation_article_link1:hover {
    background-color: #006400;
    border-color: #006400;
  }
  a.consultation_aside_link1:hover {
    background-color: #000;
    color: #fff;
  }
  .consultation_article {
    position: relative;
    right: -100px;
  }
  .consultation_aside {
    position: relative;
    right: -100px;
  }
}
@media all and (max-width: 680px) {
  .consultation_single {
    width: 100%;
    padding: 40px 0 60px;
    display: block;
  }
  /* consultation_article */
  .consultation_article {
    width: 100%;
    padding: 0 20px 40px;
  }
  .con_sin_cat1 {
    width: 100%;
    height: 38px;
    font-size: 18px;
  }
  .con_sin_catBox1 {
    display: block;
  }
  .con_sin_cat2 {
    font-size: 16px;
  }
  .con_sin_cat2 + .con_sin_cat2 {
    margin-left: 0;
  }
  .con_sin_h1 {
    font-size: 18px;
    margin-top: 30px;
  }
  .consultation_article_link1 {
    width: 300px;
    height: 46px;
    margin-top: 40px;
    font-size: 14px;
  }
  /* consultation_aside */
  .consultation_aside {
    width: 100%;
    padding: 40px 20px 0;
    border-top: 1px solid #000;
  }
  .consultation_aside_h2 {
    font-size: 16px;
  }
  .consultation_aside_cat1 {
    font-size: 18px;
  }
  .consultation_aside_link1 {
    width: 240px;
    height: 40px;
    font-size: 15px;
    margin: 30px auto 0;
  }
}
@media all and (max-width: 370px) {
}


/* consultation_aside_ul2
***************************************************************/
.consultation_aside_h2.mt {
  margin-top: 60px;
}
.consultation_aside_ul2 .li1 {
  margin-top: 10px;
}
.consultation_aside_ul2 .li1 a {
  padding-left: 24px;
  position: relative;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.03em;
  display: block;
}
.consultation_aside_ul2 .li1 a::before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 10px;
  height: 10px;
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
  transform: rotate(-45deg);
  transition: border 0.3s ease;
}
@media all and (min-width: 681px) {
  .consultation_aside_ul2 .li1 a:hover {
    opacity: .6;
  }
}
@media all and (max-width: 680px) {
}
@media all and (max-width: 370px) {
}


/* singleColumn
***************************************************************/
.singleColumn {
  width: 100%;
  margin-top: 40px;
}
.singleColumn_img {
  width: 100%;
}
:not(.contents_type3) .singleColumn_text1 {
  font-size: 15px;
  font-weight: 400;
  text-align: justify;
  letter-spacing: 0.05em;
  line-height: 1.7;
  margin-top: 10px;
}
.singleColumn.contents_type3 .singleColumn_title1 {
  font-size: 22px;
  font-weight: 700;
  text-align: justify;
}
.singleColumn.contents_type3 .singleColumn_text1 {
  margin-top: 15px;
  font-size: 18px;
  font-weight: 400;
  text-align: justify;
}
.singleColumn.contents_type3 .singleColumn_text1 a {
  text-decoration: underline;
}
@media all and (min-width: 681px) {
  .contents_type2 {
    display: flex;
    justify-content: space-between;
  }
  .contents_type2_item {
    width: 340px;
  }
}
@media all and (max-width: 680px) {
  .singleColumn {
    margin-top: 30px;
  }
  :not(.contents_type3) .singleColumn_text1 {
    font-size: 14px;
    margin-top: 5px;
  }
  .contents_type2_item + .contents_type2_item {
    margin-top: 30px;
  }
  .singleColumn.contents_type3 .singleColumn_title1 {
    font-size: 17px;
  }
  .singleColumn.contents_type3 .singleColumn_text1 {
    margin-top: 10px;
    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) {
}


/* 黄色マーカー
***************************************************************/
.marker_yellow { background:linear-gradient(transparent 60%, #ffff00 0%); }


/* 20240314 add */
.consultation_article_link1.column-kaitori-btn {
  margin: 20px auto 0;
}
@media (max-width: 680px) {
.consultation_article_link1.column-kaitori-btn {
    margin-top: 10px;
  }
}