@charset "utf-8";
#main h2, #main h3, #main h4 {
    clear: none !important;
    background: transparent !important;
    padding: 0 !important;
    margin: 0 0 1em 0 !important;
    color: inherit !important;
    font-size: medium !important;
    border: none !important;
    text-align: start !important;
}

/* 施工事例のコピー */
.works-achv__ttl {
  font-size: 36px;
  letter-spacing: 0.1em;
  line-height: 1.6;
  text-align: center;
  color: #333;
}
@media (max-width: 768px) {
  .works-achv__ttl {
    font-size: 24px;
  }
}
.works-achv__ttl::before {
  width: 52px;
  height: 48px;
  margin: 0 auto;
  content: "";
  display: block;
  background: url("https://www.maedahousing.co.jp/images/rnwl/cnt_works_icon2.png") 50% 50% no-repeat;
}
.works-achv__ttl--noicon::before {
  display: none;
}
.works-achv__ttl span {
  margin: 10px auto 5px;
  font-size: 22px;
  line-height: 1.6;
  letter-spacing: 0.2em;
  color: #afbd11;
  display: block;
}
@media (max-width: 768px) {
  .works-achv__ttl span {
    font-size: 14px;
  }
}
.works-achv__count {
  margin: 15px auto 0;
  width: 90px;
  background-size: auto auto;
  background-color: white;
  background-image: repeating-linear-gradient(135deg, transparent, transparent 3px, #cdd94c 3px, #cdd94c 7px);
}
.works-achv__countTxt {
  padding: 5px 0 3px;
  font-size: 20px;
  line-height: 1;
  color: #333;
  text-align: center;
}
@media (max-width: 768px) {
  .works-achv__countTxt {
    font-size: 11px;
  }
}
.works-achv__desc {
  margin: 35px auto 0;
  font-size: 16px;
  font-weight: 600;
  text-align: center;
  letter-spacing: 0.055em;
  line-height: 1.6;
  color: #333;
}
@media (max-width: 768px) {
  .works-achv__desc {
    margin-top: 20px;
    font-size: 12px;
  }
}
.works-achv__list {
  margin: 10px -10px 0;
  display: flex;
  flex-wrap: wrap;
        justify-content: space-between;
}
@media (max-width: 768px) {
  .works-achv__list {
    margin: 10px 0 0;
  }
}
.works-achv__listItem {
  width: 49%;
  margin-top: 30px;
  padding: 0 10px;
  box-sizing: border-box;
  position: relative;
}
@media (max-width: 768px) {
  .works-achv__listItem {
    width: 50%;
    padding: 0 5px;
    flex-shrink: 0;
  }
}
@media (max-width: 375px) {
  .works-achv__listItem {
    width: 100%;
  }
}
.works-achv__listItem--first::before {
  width: 55px;
  height: 55px;
  display: block;
  content: "";
  background: url("https://www.maedahousing.co.jp/images/rnwl/new_icon.png") 50% 50% no-repeat;
  background-size: cover;
  position: absolute;
  top: 10px;
  left: 20px;
  z-index: 1;
  pointer-events: none;
}
@media (max-width: 768px) {
  .works-achv__listItem--first::before {
    top: -25px;
  }
}
.works-achv__listLink {
  width: 100%;
  height: 100%;
  background: #fff;
  display: inline-block;
}
.works-achv__listLink:link, .works-achv__listLink:visited, .works-achv__listLink:hover, .works-achv__listLink:active {
  text-decoration: none;
  color: inherit;
}
.works-achv__listLink img {
  transition: 0.3s;
}
.works-achv__listLink:hover img {
  transition: 0.3s;
}
.works-achv__card {
  width: 100%;
  height: 100%;
  border: 1px solid #ccc;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
}
.works-achv__cardThumb{
    height: 260px;
}
.works-achv__cardImg {
width: 100% !important;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.works-achv__cardBody {
  padding: 15px;
  box-sizing: border-box;
  flex-grow: 1;
}
.works-achv__cardDate {
  font-size: 14px;
  line-height: 16px;
  letter-spacing: 0.055em;
  color: #cdd94c;
}
@media (max-width: 768px) {
  .works-achv__cardDate {
    font-size: 11px;
  }
}
.works-achv__cardCat {
  padding: 0 5px;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0.055em;
  color: #333;
  background: linear-gradient(transparent 50%, #dae379 50%);
  box-sizing: border-box;
}
@media (max-width: 768px) {
  .works-achv__cardCat {
    font-size: 10px;
  }
}
.works-achv__cardTtl {
  margin-top: 15px;
  font-size: 16px;
  font-weight: 600;
  text-align: center;
  line-height: 1.6;
  color: #333;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
@media (max-width: 768px) {
  .works-achv__cardTtl {
    font-size: 13px;
  }
}
.works-achv__cardName {
  margin-top: 10px;
  font-size: 13px;
  letter-spacing: 0.025em;
  color: #333;
  line-height: 1.6;
}
@media (max-width: 768px) {
  .works-achv__cardName {
    font-size: 10px;
  }
}
.works-achv__cat {
  max-width: 924px;
  margin: 30px auto 0;
  margin-top: 30px;
}
.works-achv__catList {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.works-achv__catLink {
  padding: 5px 16px 3px;
  font-size: 15px;
  line-height: 1.6;
  display: inline-block;
  border: 1px solid #cdd94c;
  border-radius: 10px;
  background: #fff;
  transition: 0.3s;
}
@media (max-width: 768px) {
  .works-achv__catLink {
    font-size: 11px;
  }
}
.works-achv__catLink:link, .works-achv__catLink:visited, .works-achv__catLink:hover, .works-achv__catLink:active {
  text-decoration: none;
  color: inherit;
}
.works-achv__catLink:hover {
  background: #cdd94c;
  transition: 0.3s;
}
.works-achv__catItem {
  margin-top: 15px;
  padding: 0 10px;
  box-sizing: border-box;
}
.works-achv__btn {
  margin-top: 60px;
}
@media (max-width: 768px) {
  .works-achv__btn {
    margin-top: 30px;
  }
}

/* CSS Document */
.font__style__01 {
  font-size: 60px;
  font-weight: 500;
  font-family: "Noto Serif JP", serif !important;
  color: #000c52;
  margin-bottom: 100px;
    line-height: 1.2 !important;
}
.font__style__01__sub {
  font-size: 22px;
  font-weight: 600;
  letter-spacing: 3px;;
    line-height: 1.4 !important;
}
.font__style__02 {
  font-size: 24px;
  font-weight: 500;
  font-family: "Noto Serif JP", serif !important;;
    line-height: 1.4 !important;
}
.font__style__03 {
  font-size: 16px;
  font-weight: 300;
  line-height: 1.6 !important;
}
.font__style__04 {
  font-size: 42px;
  font-weight: 500;
  font-family: "Noto Serif JP", serif !important;
  letter-spacing: 3px;
    line-height: 1.2 !important;
}
.font__style__05 {
  font-size: 30px;
  font-weight: 500;
    line-height: 1.4 !important;
}
.font__style__06 {
  font-size: 18px;
  font-weight: 400;
  color: #fff;
  background: #35428e;
  padding: 10px 25px;
  margin-bottom: 20px;
}
.font__style__07 {
  font-size: 18px;
  font-weight: 400
}

.mv__wrap {
  background: url("mv.jpg") no-repeat center center;
  background-size: cover;
  width: 100%;
  height: calc(100vh - 80px);
  display: flex;
  justify-content: center;
  align-items: center;
}
.link__wrap {
  width: 100%;
}
.link__wrap.is-fixed {
    z-index: 100;
    width: 100%;
    position: fixed;
    top: 115px;
    left: 0;
}
.link__wrap ul {
  height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #000c52;
  grid-column-gap: 35px;
}
.link__wrap ul a {
  color: #fff;
}
.taishin01__wrap {
  padding-top: 130px;
  padding-bottom: 200px;
  background: url("ttl_the-reality.png") no-repeat left bottom;
  background-size: 1054px auto;
  border-bottom: 2px solid #000c52;
}
.taishin01__items {
  width: 100%;
  display: flex;
  justify-content: flex-end;
  grid-column-gap: 4%;
}
.taishin01__item__txt {
  width: 40%;
}
.taishin01__item__img {
  width: 50%;
}
.taishin p + p {
  margin-top: 40px;
}
.img_style01 {
  margin-top: 60px;
  text-align: center;
}
.content01__items {
  width: 100%;
  display: flex;
  grid-column-gap: 4%;
  margin-top: 100px;
  justify-content: space-between;
}
.content01__item__ttl {
  padding-left: 3%;
  width: 18%;
}
.content01__item {
  width: 78%;
}
.txt__red {
  color: #d34660
}
.taishin02__wrap {
  padding-top: 130px;
  padding-bottom: 130px;
  background: #fbfbf7;
}
.lav__box__item {
  display: flex;
  background: #e1e4f4;
  padding: 70px 10% 60px 10%;
  justify-content: space-between;
}
.lav__box__item > figure {
  display: flex;
  justify-content: center;
  align-items: center;
}
.lav__box {
  background: #fff;
  width: 45%;
  position: relative;
}
.lav__box .num {
  position: absolute;
  top: -20px;
  left: -30px;
}
.lav__box > div:last-child {
  padding: 30px;
}
.lav__box .font__style__02 {
  margin-bottom: 15px;
}
.contact__wrap {
  background: url("bk01.jpg") no-repeat center center;
  background-size: cover;
  position: relative;
  padding: 130px 0 110px 0;
}
.contact__items {
  display: flex;
}
.contact__item__txt {
  width: 57%;
  padding-right: 5%;
  border-right: 1px solid #525b92;
    text-align: center;
}
.contact__item__btn {
  width: 43%;
  padding-left: 5%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 23px;
}
.txt__wht {
  color: #fff;
}
.contact__item__txt > p {
  margin: 25px 0 50px 0;
}
.btn__contact a {
  display: block;
  background: url("arrow02.svg") no-repeat right 20px center #fff;
  background-size: 27px auto;
  border-radius: 100px;
  text-align: center;
  padding: 20px;
}
.btn__contact.wht{
    margin-top: 60px;
}
.btn__contact.wht a {
  background: url("arrow02.svg") no-repeat right 20px center #fff;
  background-size: 37px auto;
}
.btn__contact a span {
  background: url("icon_pen.svg") no-repeat left center;
  background-size: 27px;
  padding-left: 40px;
  font-size: 24px;
  font-weight: 500;
  color: #000c52;
}
.btn__contact.pink a {
  background-color: #f3d5dd;
}
.btn__contact.grn a {
  background-color: #e1f0c8;
}
.btn__contact.blue a {
  background-color: #c8dcf0;
}
.btn__contact.pink a span {
  background: url("icon_online.svg") no-repeat left center;
  background-size: 27px;
  font-size: 20px;
}
.btn__contact.grn a span {
  background: url("icon_shop.svg") no-repeat left center;
  background-size: 27px;
  font-size: 20px;
}
.btn__contact.blue a span {
  background: url("icon_shiryo.svg") no-repeat left center;
  background-size: 21px;
  font-size: 20px;
  padding-left: 35px;
}
.contact__wrap .tab {
  position: absolute;
  top: -15px;
  left: 5%;
  background: #fb9f00;
  border-radius: 125px;
  width: 125px;
  height: 125px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  color: #fff;
  grid-row-gap: 7px
}
.contact__wrap .tab span {
  font-size: 11px;
  line-height: 1;
  font-weight: 400;
  letter-spacing: 2px;
}
.contact__wrap .tab p {
  font-size: 15px;
  font-weight: 500;
  line-height: 1;
}
.taishin03__wrap {
  padding-top: 130px;
  padding-bottom: 200px;
  background: url("ttl_diagnosis.png") no-repeat left bottom;
  background-size: 871px auto;
  border-bottom: 2px solid #000c52;
}
.font__style__05.ttl {
  color: #000c52;
  padding-left: 35px;
  padding-bottom: 15px;
  margin-bottom: 40px;
  margin-top: 40px;
  border-bottom: 1px solid #ccc;
  position: relative;
  letter-spacing: 2px;
}
.font__style__05.ttl::before {
  content: '';
  background: #000c52;
  width: 22px;
  height: 4px;
  position: absolute;
  left: 0;
  top: 22px;
}
.content02__items {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.content02__item__txt {
  width: 47%;
}
.content02__item__img {
  width: 48%;
}
.font__style__06 + p {
  margin-bottom: 30px;
}
.font__style__05.ttl + p {
  margin-bottom: 40px;
}
.w80p {
  width: 85%;
  margin: 40px auto 0 auto;
}
.taishin04__wrap {
  padding-top: 130px;
  padding-bottom: 130px;
  background: #fbfbf7;
  border-bottom: 2px solid #000c52;
  overflow: hidden;
}
.full-screen .blk__line__box {
  /*width: 327px !important;*/
  margin-right: 25px;
  margin-left: 25px;
}
.full-screen .slick-list {
  margin-right: -25px;
  margin-left: -25px;
}
.full-screen .slick-track {
  display: flex !important;
}
.full-screen .slick-slide {
  height: auto !important;
  display: flex !important;
  flex-direction: column;
}
.full-screen .slick-slide > div {
  height: 100%;
  flex-grow: 1;
}
.full-screen {
  position: relative;
}
.slide-arrow {
  position: absolute;
  top: 43%;
  z-index: 10;
}
.prev-arrow {
  left: 10%;
}
.next-arrow {
  right: 10%;
}
.taishin05__wrap {
  padding-top: 130px;
  padding-bottom: 130px;
  background: #e1e4f4;
  text-align: center;
}
.taishin05__wrap .font__style__01 {
  margin-bottom: 40px;
}
.blk__line__box__items {
  display: flex;
  justify-content: center;
  width: 100%;
  grid-column-gap: 4%;
  grid-row-gap: 50px;
  flex-wrap: wrap;
  margin-top: 80px;
}
.blk__line__box {
  border: 1px solid #000;
  background: #fff;
  width: 29.5%
}
.blk__line__box > div {
  padding: 25px 25px 35px 25px;
}
.blk__line__box > div .font__style__03 {
  text-align: left;
  margin-top: 20px;
}
.taishin06__wrap {
    padding-top: 130px;
    padding-bottom: 200px;
    background: url("ttl_cost.png") no-repeat left bottom;
    background-size: 401px auto;
    border-bottom: 2px solid #000c52;
}
.tbl__style__01{
    border-collapse: collapse;
    background: #fff;
    width: 100%;
    border: 1px solid #000c52;
    margin: 40px 0 20px 0;
}
.tbl__style__01 th,
.tbl__style__01 td{
    padding: 15px 30px;
    border: 1px solid #000c52;
    text-align: center;
}
.tbl__style__01 th{
    background: #eaedfe;
    font-weight: 500;
}
/*.tbl__style__01 th span{
    font-size: 14px
}*/
.tbl__style__01 td:last-child{
    text-align: left;
}
.taishin07__wrap {
    padding-top: 130px;
    padding-bottom: 130px;
    background: #fbfbf7;
    border-bottom: 2px solid #000c52;
    overflow: hidden;
}
.taishin07__wrap .font__style__01 {
    margin-bottom: 40px;
}
.taishin07__wrap .content02__items{
    margin-top: 60px;
}
.taishin08__wrap{
    padding-top: 130px;
    padding-bottom: 130px;
    background: #e1e4f4;
}
.hojyokin__items{
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    grid-row-gap: 40px;
}
.hojyokin__item{
    width: 30%;
}
.hojyokin__item a{
    display: block;
    border: 1px solid #000c52;
    background: url("arrow04.svg") no-repeat right 15px center #fff;
    background-size: 6px auto;
    padding: 20px;
    color: #000;
}
.taishin09__wrap {
    padding-top: 130px;
    padding-bottom: 200px;
    background: url("ttl_questions.png") no-repeat left bottom;
    background-size: 912px auto;
    border-bottom: 2px solid #000c52;
}

.accordion-006 {
  margin-bottom: 25px;
}
.accordion-006 summary {
    background: #000c52;
    color: #fff;
    display: flex;
    position: relative;
    padding: 10px 35px;
    font-weight: 500;
    cursor: pointer;
    align-items: center;
    font-size: 20px;
}
.accordion-006 summary::before{
    content: 'Q';
    color: #fff;
    font-family: "Noto Serif JP", serif !important;
    font-size: 30px;
    margin-right: 15px;
}
.accordion-006 summary::-webkit-details-marker {
  display: none;
}
.accordion-006 summary::after {
content: '';
    width: 24px;
    height: 24px;
    background: linear-gradient(#c2c2c2, #c2c2c2) no-repeat center / 100% 1px, /* 横線（幅100%、太さ1px） */ linear-gradient(#c2c2c2, #c2c2c2) no-repeat center / 1px 100%;
    transition: background .3s ease;
    position: absolute;
    right: 20px;
}
.accordion-006[open] summary::after {
  background: 
    linear-gradient(#c2c2c2, #c2c2c2) no-repeat center/100% 1px,
    linear-gradient(#c2c2c2, #c2c2c2) no-repeat center/0px 100%;
}

.accordion-006 p {
  transform: translateY(-10px);
  opacity: 0;
  margin: 0;
  padding: 20px 0 40px 80px;
  transition: transform .5s, opacity .5s;
}
.accordion-006 p::before{
    content: 'A';
    font-family: "Noto Serif JP", serif !important;
    font-size: 30px;
    color: #000c52;
    margin-left: -37px;
    margin-right: 15px;
}
.accordion-006[open] p {
  transform: none;
  opacity: 1;
}
.taishin10__wrap {
    padding-top: 130px;
    padding-bottom: 130px;
    background: #fbfbf7;
    border-bottom: 2px solid #000c52;
    overflow: hidden;
}
.taishin figcaption{
    font-size: 16px;
    margin-top: 10px;
}
.taishin10__wrap .content02__items{
    margin-top: 40px;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
}
.taishin11__wrap {
    padding-top: 130px;
    padding-bottom: 130px;
    background: #e1e4f4;
}


@media (max-width: 768px) {
.sp_only {
    display: block;
}
.taishin * {
    font-size: 16px;
}
.font__style__01 {
  font-size: 28px;
  margin-bottom: 30px;
}   
.font__style__04 {
  font-size: 26px;
  letter-spacing: 2px;
} 
.font__style__05 {
  font-size: 20px;
}
.font__style__02 {
  font-size: 20px;
}
.font__style__01__sub {
  font-size: 18px;
  letter-spacing: 2px;
    line-height: 1.4 !important;
    margin-bottom: 10px;
}
.font__style__06 {
  font-size: 16px;
  padding: 7px 15px;
  margin-bottom: 15px;
}
.font__style__07 {
  font-size: 16px;
}
.font__style__03 {
  font-size: 14px;
}

.mv__wrap {
  background:none;
  height: auto;
    display: block;
}
.link__wrap ul {
  height: auto;
    padding: 8px 20px;
    flex-wrap: wrap;
  grid-column-gap: 15px;
}
.link__wrap ul a {
    font-size: 12px;
}
    .link__wrap.is-fixed {
    top: 64px;
}
.taishin01__wrap {
  padding-top: 60px;
  padding-bottom: 80px;
  background: url("ttl_the-reality.png") no-repeat left bottom;
  background-size: auto 40px;
}
.taishin01__items {
    flex-wrap: wrap;
    grid-row-gap: 30px;
}
.taishin01__item__txt {
  width: 100%;
    padding: 0 10%;
}
.taishin01__item__img {
  width: 100%;
}
.taishin p + p {
  margin-top: 20px;
}
.img_style01 {
  margin-top: 30px;
}  
.content01__items {
  margin-top: 60px;
}
.content01__item__ttl {
padding-left: 0;
        width: 30px;
}
.content01__item {
  width: calc( 100% - 50px );
}

.taishin02__wrap {
  padding-top: 60px;
  padding-bottom: 60px;
}
.lav__box__item {
  padding: 40px 10% 40px 10%;
    flex-wrap: wrap;
    grid-row-gap: 20px;
            justify-content: center;
}
.lav__box__item > figure {
            width: 15px;
        transform: rotate(90deg);
}
.lav__box {
  width: 100%;
}
.lav__box .num {
        top: -17px;
        left: -8px;
        width: 50px;
}
.lav__box > div:last-child {
  padding: 20px;
}
.lav__box .font__style__02 {
  margin-bottom: 10px;
}  
.contact__wrap {
  padding: 80px 0;
}
.contact__items {
    flex-wrap: wrap;
}
.contact__item__txt {
  width: 100%;
  padding-right: 0;
  border-right: none;
}
.contact__item__btn {
  width: 100%;
    padding-top: 25px;
  padding-left: 0;
}
    
.contact__item__txt > p {
  margin: 15px 0 25px 0;
}
.btn__contact a {
  background: url("arrow02.svg") no-repeat right 15px center #fff;
  background-size: 18px auto;
  padding: 15px;
}
    
.btn__contact.wht{
    margin-top: 30px;
}
.btn__contact.wht a {
  background: url("arrow02.svg") no-repeat right 15px center #fff;
  background-size: 18px auto;
}
.btn__contact a span {
  background: url("icon_pen.svg") no-repeat left center;
  background-size: 15px;
  padding-left: 25px;
  font-size: 18px;
}
.btn__contact.pink a span {
  background: url("icon_online.svg") no-repeat left center;
  background-size: 18px;
  font-size: 18px;
}
.btn__contact.grn a span {
  background: url("icon_shop.svg") no-repeat left center;
  background-size: 18px;
  font-size: 18px;
}
.btn__contact.blue a span {
  background: url("icon_shiryo.svg") no-repeat left center;
  background-size: 15px;
  font-size: 18px;
  padding-left: 30px;
}   
.contact__wrap .tab {
        top: -30px;
        left: 5%;
        border-radius: 95px;
        width: 95px;
        height: 95px;
        grid-row-gap: 5px;
}
.contact__wrap .tab span {
  font-size: 10px;
}
.contact__wrap .tab p {
  font-size: 13px;
}
.taishin03__wrap {
            padding-top: 60px;
        padding-bottom: 80px;
  background: url("ttl_diagnosis.png") no-repeat left bottom;
        background-size: auto 40px;
}
.font__style__05.ttl {
  padding-left: 25px;
  padding-bottom: 7px;
  margin-bottom: 20px;
  margin-top: 30px;
}
.font__style__05.ttl::before {
  width: 15px;
  height: 3px;
  top: 17px;
}
.content02__items {
    flex-wrap: wrap;
    grid-row-gap: 20px;
}
.content02__item__txt {
  width: 100%;
}
.content02__item__img {
  width: 100%;
}
.font__style__06 + p {
  margin-bottom: 15px;
}
.font__style__05.ttl + p {
  margin-bottom: 20px;
}
.w80p {
  width: 100%;
  margin: 20px auto 0 auto;
}
.taishin04__wrap {
  padding-top: 80px;
  padding-bottom: 80px;
}
.full-screen .blk__line__box {
  margin-right: 10px;
  margin-left: 10px;
}
.full-screen .slick-list {
  margin-right: -10px;
  margin-left: -10px;
}
.slide-arrow {
top: 45%;
width: 38px !important;
}
.prev-arrow {
  left: 3%;
}
.next-arrow {
  right: 3%;
}
.taishin05__wrap {
  padding-top: 80px;
  padding-bottom: 80px;
}
.taishin05__wrap .font__style__01 {
  margin-bottom: 20px;
}
.blk__line__box__items {
  grid-row-gap: 30px;
  margin-top: 40px;
}
.blk__line__box {
  width: 80%
}
.blk__line__box > div {
  padding: 15px 20px 20px 20px;
}
.blk__line__box > div .font__style__03 {
  margin-top: 15px;
}
.taishin06__wrap {
                padding-top: 60px;
        padding-bottom: 80px;
    background: url("ttl_cost.png") no-repeat left bottom;
        background-size: auto 40px;
}
    .tbl__wrap{
        width: 100%;
        overflow-x: scroll;
        margin-bottom: 10px;
    }
.tbl__style__01{
    width: 600px;
    margin: 30px 0 20px 0;
}
.tbl__style__01 th,
.tbl__style__01 td{
    padding: 15px;
}
.taishin07__wrap {
    padding-top: 80px;
    padding-bottom: 80px;
}
.taishin07__wrap .font__style__01 {
    margin-bottom: 20px;
}
.taishin07__wrap .content02__items{
    margin-top: 30px;
}
.taishin08__wrap{
    padding-top: 80px;
    padding-bottom: 80px;
}
.hojyokin__items{
    grid-row-gap: 20px;
}
.hojyokin__item{
    width: 47%;
}
.hojyokin__item a{
    background: url("arrow04.svg") no-repeat right 10px center #fff;
    background-size: 6px auto;
    padding: 10px 20px 10px 10px;
}
.taishin09__wrap {
    padding-top: 60px;
        padding-bottom: 80px;
    background: url("ttl_questions.png") no-repeat left bottom;
        background-size: auto 40px;
}
.accordion-006 {
  margin-bottom: 15px;
}
.accordion-006 summary {
padding: 10px 27px 10px 18px;
        font-size: 15px;
}
.accordion-006 summary::before{
    font-size: 24px;
    margin-right: 10px;
}
.accordion-006 summary::after {
    width: 15px;
    height: 15px;
    right: 10px;
}

.accordion-006 p {
margin: 0;
        padding: 5px 0 10px 46px;
        line-height: 1.4;
        font-size: 15px;
}
.accordion-006 p::before{
    font-size: 24px;
    margin-right: 10px;
    margin-left: -26px;
}
.taishin10__wrap {
    padding-top: 80px;
    padding-bottom: 80px;
}
.taishin figcaption{
    font-size: 14px;
}
.taishin10__wrap .content02__items{
    margin-top: 30px;
    width: 100%;
}
.taishin11__wrap {
    padding-top: 80px;
    padding-bottom: 80px;
}
    .works-achv__cardThumb {
    height: 110px;
}
}