@charset "UTF-8";
.mt10 {
  margin-top: 10px !important;
}
.mt15 {
  margin-top: 15px !important;
}
.mt20 {
  margin-top: 20px !important;
}
.mt25 {
  margin-top: 25px !important;
}
.mt30 {
  margin-top: 30px !important;
}
.mt35 {
  margin-top: 35px !important;
}
.mt40 {
  margin-top: 40px !important;
}
.mt45 {
  margin-top: 45px !important;
}
.mt50 {
  margin-top: 50px !important;
}
.sp_only {
  display: none;
}
.pc_only {
  display: block;
}
@media screen and (max-width:767px) {
  .sp_mt10 {
    margin-top: 10px !important;
  }
  .sp_mt15 {
    margin-top: 15px !important;
  }
  .sp_mt20 {
    margin-top: 20px !important;
  }
  .sp_mt25 {
    margin-top: 25px !important;
  }
  .sp_mt30 {
    margin-top: 30px !important;
  }
  .sp_mt35 {
    margin-top: 35px !important;
  }
  .sp_mt40 {
    margin-top: 40px !important;
  }
  .sp_mt45 {
    margin-top: 45px !important;
  }
  .sp_mt50 {
    margin-top: 50px !important;
  }
  .sp_only {
    display: block;
  }
  .pc_only {
    display: none;
  }
}

.detail_wrap {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
  padding: 93px 0;
}
.sec01 .logo_wrap {
  max-width: 228px;
  margin: 0 auto 61px;
}
.sec01 .ttl {
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 5px;
}
.sec01 .sub {
  font-size: 18px;
  margin-bottom: 30px;
}
.sec01 .date {
  font-size: 12px;
  margin-bottom: 58px;
}
.sec01 .txt {
  font-size: 16px;
  line-height: 2;
  margin-bottom: 89px;
}

.sec_ttl01 {
  font-size: 24px;
  font-weight: 600;
  padding: 10px 16px;
  background: #F5EDE1;
  border-radius: 6px;
  margin: 64px 0 16px;
}
.sec_ttl02 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 11px;
  display: flex;
}
.sec_ttl03 {
  font-size: 20px;
  font-weight: 600;
  border-left: 6px solid #A68E6A;
  padding-left: 12px;
}
.sec_txt01 {
  font-size: 16px;
  line-height: 2;
  margin-bottom: 30px;
}
@media screen and (max-width:767px) {
  .style02>*>.inner {
    padding: 0 20px;
  }
  .detail_wrap {
    padding: 29px 0;
  }
  .sec01 .logo_wrap {
    max-width: 180px;
    margin: 0 auto 47px;
  }
  .sec01 .ttl {
    font-size: 28px;
    font-weight: bold;
    margin-bottom: 49px;
    letter-spacing: -1px;
  }
  .sec01 .sub {
    font-size: 16px;
    line-height: 2;
    margin-bottom: 16px;
  }
  .sec01 .txt {
    margin-bottom: 121px;
  }
  .sec_ttl01 {
    font-size: 20px;
    padding: 11px 16px;
    margin: 64px 0 34px;
  }
  .sec_ttl02 {
    line-height: 1.6;
  }
}

/* ===========================================================================
research_box01
=========================================================================== */
.research_box01 {
  border-radius: 6px;
  border: 1px solid #C3BAAC;
  padding: 34px 40px 38px;
  font-size: 16px;
}
.research_box01 .ttl01 {
  font-size: 24px;
  font-weight: 600;
  padding-left: 32px;
  background: url(/common/images/icon_search01.png) center left no-repeat;
  margin-bottom: 35px;
}
.research_box01 h4.ttl02 {
  text-indent: 0;
  padding-left: 0;
}
.research_box01 .ttl02 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 17px;
  text-indent: -2em;
  padding-left: 2em;
}
.research_box01 .ttl03 {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 12px;
}
.research_box01 .ttl04 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 12px;
}
.research_box01 .txt01 {
  line-height: 2;
  margin-bottom: 23px;
}
.research_box01 .note {
  font-size: 14px;
  margin-top: 24px;
}

.research_box01 .txt_wrap {
  margin-top: 21px;
}
.research_box01 .txt_wrap .txt01 {
  margin-bottom: 12px;
}

@media screen and (max-width:767px) {
  .research_box01 {
    padding: 18px 19px 16px;
  }
  .research_box01 .ttl01 {
    font-size: 20px;
    margin-bottom: 37px;
  }
  .research_box01 .ttl02 {
    margin-bottom: 19px;
    line-height: 1.6;
  }
  .research_box01 .txt01 {
    margin-bottom: 35px;
  }
  .research_box01 .txt_wrap {
    margin-top: 44px;
  }
  .research_box01 .ttl03 {
    line-height: 1.8;
    margin-bottom: 8px;
  }
  .research_box01 .txt_wrap .txt01 {
    margin-bottom: 10px;
  }
  .research_box01 .note {
    margin-top: 27px;
  }
}
.research_box02 {
  border-radius: 6px;
  border: 1px solid #C3BAAC;
  padding: 30px 40px 30px;
  font-size: 16px;
}

/* ===========================================================================
detail_img
=========================================================================== */
.detail_caption::before {
  content: '';
  width: 10px;
  height: 10px;
  background: #A68E6A;
  border-radius: 100%;
  position: absolute;
  top: 7px;
  left: 0;
}
.detail_caption.l_dot {
  padding-left: 23px;
}
.detail_caption.l_dot::before {
  width: 14px;
  height: 14px;
}
.detail_caption {
  font-size: 16px;
  position: relative;
  padding-left: 15px;
  margin-bottom: 30px;
}
.detail_caption small {
  font-size: 12px;
  margin-left: 14px;
}
.detail_img {
  text-align: center;
  padding-bottom: 40px;
}
.detail_img > img {
  width: auto;
  height: auto;
  max-width: 100%;
  display: block;
  margin: 0 auto;
}
.detail_img_wrap .sec_txt01.bottom {
  margin-bottom: 0;
  margin-top: 20px;
}
@media screen and (max-width:767px) {
  .detail_caption small {
    display: block;
    margin-left: -15px;
    
  }
  .detail_caption {
    margin-bottom: 22px;
  }
  .detail_caption.l_dot {
    padding-left: 15px;
  }
  .detail_caption.l_dot::before {
    width: 10px;
    height: 10px;
  }
  .detail_img {
    margin-bottom: 40px;
  }
}

/* ===========================================================================
contact_box01
=========================================================================== */
.contact_box01 {
  max-width: 760px;
  margin: 60px auto 64px;
  border-radius: 6px;
  border: 1px solid #C3BAAC;
  padding: 40px 40px 46px;
  text-align: center;
}
.contact_box01 .ttl {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 8px;
}
.contact_box01 .sub {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 11px;
}
.contact_box01 .txt {
  font-size: 16px;
  margin-bottom: 8px;
}
.contact_box01 .dlist {
  display: flex;
  max-width: fit-content;
  flex-wrap: wrap;
  font-size: 16px;
  line-height: 1.8;
  text-align: left;
  margin: 0 auto 28px;
  display: grid;
  grid-template-columns: max-content auto;
}
.contact_box01 .dlist dt {
  grid-column-start: 1;
}
.contact_box01 .dlist dt .sym {
  float: right;
  margin-left: 3px;
}
.contact_box01 .dlist dd {
  grid-column-start: 2;
  padding-left: 10px;
}
@media screen and (max-width:767px) {
  .contact_box01 {
    margin: 84px auto 60px;
    padding: 17px 20px 29px;
  }
  .contact_box01 .ttl {
    font-size: 18px;
    margin-bottom: 10px;
    line-height: 2;
  }
  .contact_box01 .sub {
    margin-bottom: 8px;
  }
  .contact_box01 .txt {
    margin-bottom: 4px;
    line-height: 2;
  }
}

/* ===========================================================================
sidebar_btn
=========================================================================== */
.sidebar_btn_wrap {
  border-top: 1px solid #A68E6A;
  padding-top: 27px;
  margin-top: 105px;
}
.sidebar_btn_wrap .ttl {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 35px;
}
.sidebar_btn-list {
  display: flex;
}
.sidebar_btn-list>li {
  width: 100%;
}
.sidebar_btn-list>li:not(:last-child) {
  margin-right: 12px;
}
.sidebar_btn {
  align-items: center;
  border: 1px solid #C3BAAC;
  border-radius: 6px;
  display: flex;
  font-size: 16px;
  padding: 14px 30px 14px 55px;
  position: relative;
  height: 100%;
}
.sidebar_btn:hover {
  border: 1px solid #6CC85C;
  color: #6CC85C;
}
.sidebar_btn.ico01::before {
  background: url(/common/images/info_icon01.png) center/contain no-repeat;
  content: '';
  height: 30px;
  position: absolute;
  left: 15px;
  top: calc(50% - 15px);
  width: 30px;
}
.sidebar_btn.ico01:hover::before {
  background: url(/common/images/info_icon01_hover.png) center/contain no-repeat;
}
.sidebar_btn.ico02::before {
  background: url(/common/images/info_icon02.png) center/contain no-repeat;
  content: '';
  height: 30px;
  position: absolute;
  left: 15px;
  top: calc(50% - 15px);
  width: 30px;
}
.sidebar_btn.ico02:hover::before {
  background: url(/common/images/info_icon02_hover.png) center/contain no-repeat;
}
.sidebar_btn.ico03::before {
  background: url(/common/images/info_icon03.png) center/contain no-repeat;
  content: '';
  height: 30px;
  position: absolute;
  left: 15px;
  top: calc(50% - 15px);
  width: 30px;
}
.sidebar_btn.ico03:hover::before {
  background: url(/common/images/info_icon03_hover.png) center/contain no-repeat;
}
.sidebar_btn.ico04::before {
  background: url(/common/images/info_icon04.png) center/contain no-repeat;
  content: '';
  height: 30px;
  position: absolute;
  left: 15px;
  top: calc(50% - 15px);
  width: 30px;
}
.sidebar_btn.ico04:hover::before {
  background: url(/common/images/info_icon04_hover.png) center/contain no-repeat;
}
.sidebar_btn.ico05::before {
  background: url(/common/images/info_icon05.png) center/contain no-repeat;
  content: '';
  height: 30px;
  position: absolute;
  left: 15px;
  top: calc(50% - 15px);
  width: 30px;
}
.sidebar_btn.ico05:hover::before {
  background: url(/common/images/info_icon05_hover.png) center/contain no-repeat;
}
.sidebar_btn::after {
  background: url(/common/images/info_arrow.png) center/contain no-repeat;
  content: '';
  height: 13px;
  position: absolute;
  right: 15px;
  top: calc(50% - 8px);
  width: 16px;
}
.sidebar_btn:hover::after {
  background: url(/common/images/info_arrow_hover.png) center/contain no-repeat;
}

@media print and (orientation: portrait) {
  .sidebar_btn-list {
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .sidebar_btn-list>li {
    width: 48%;
  }
  .sidebar_btn-list>li:not(:last-child) {
    margin-right: 0;
  }
  .sidebar_btn-list>li:nth-child(n+3) {
    margin-top: 20px;
  }
}

@media screen and (max-width:767px) {
  .sidebar_btn-list {
    display: block;
  }
  .sidebar_btn-list>li:not(:last-child) {
    margin-right: 0;
    margin-bottom: 10px;
  }
  .sidebar_btn_wrap {
    padding-top: 26px;
    margin-top: 87px;
  }
  .sidebar_btn_wrap .ttl {
    margin-bottom: 19px;
  }
  .sidebar_btn {
    font-size: 18px;
    padding: 16px 69px 17px;
  }
  .sidebar_btn.ico02::before, .sidebar_btn.ico03::before, .sidebar_btn.ico04::before, .sidebar_btn.ico05::before {
    height: 34px;
    width: 34px;
    left: 17px;
    top: calc(50% - 17px);
  }
  .sidebar_btn::after {
    right: 19px;
    top: calc(50% - 6px);
  }
}
/* ===========================================================================
section custom
=========================================================================== */
.sec03 .sec_ttl01 {
  margin: 64px 0 36px;
}
.sec04 .sec_ttl01 {
  margin: 64px 0 43px;
}
.sec04 .sec_ttl03 {
  margin-bottom: 20px;
}
.sec04 .sec_ttl03+.sec_txt01 {
  margin-bottom: 0;
}
.detail_wrap .button.pdf {
  margin-bottom: 47px;
}
@media screen and (max-width:767px) {
  .sec04 .sec_ttl01 {
    margin: 64px 0 39px;
  }
  .sec04 .sec_ttl03 {
    margin-bottom: 24px;
  }
  .sec04 .sec_ttl03+.sec_txt01 {
    margin-bottom: 43px;
  }
  .detail_wrap .button.pdf {
    margin-bottom: 35px;
  }
}

.w480 {
  max-width: 480px !important;
  width: 100% !important;
}