@charset "UTF-8";
.philosophy {
  margin: 180px 0 210px;
}

@media screen and (max-width: 767px) {
  .philosophy {
    margin: 75px 0 70px;
  }
}

.c-flexBlockInfoSubTtl-philosophy {
  margin-bottom: 80px;
}

@media screen and (max-width: 767px) {
  .c-flexBlockInfoSubTtl-philosophy {
    margin-bottom: 40px;
  }
}

.c-flexBlockInfoImgFlex-philosophy {
  margin-bottom: 40px;
}

@media screen and (max-width: 767px) {
  .c-flexBlockInfoImgFlex-philosophy {
    margin-bottom: 20px;
  }
}

.message {
  margin: 190px 0 160px;
}

@media screen and (max-width: 767px) {
  .message {
    margin: 75px 0 70px;
  }
}

.messageSign {
  margin-top: 84px;
  font-family: 'Zen Kaku Gothic New', sans-serif;
  text-align: right;
  line-height: calc(28 / 16);
}

@media screen and (max-width: 767px) {
  .messageSign {
    margin-top: 42px;
  }
}

.messageSign span {
  display: block;
}

.business {
  margin: 100px auto 160px;
}

@media screen and (max-width: 767px) {
  .business {
    margin: 50px auto 80px;
  }
}

.businessTxt span {
  font-size: 14px;
}

@media screen and (max-width: 767px) {
  .businessTxt span {
    font-size: 12px;
  }
}

.businessImg {
  margin-top: 80px;
  position: relative;
}

.businessImg::after {
  position: absolute;
  content: "";
  display: inline-block;
  width: 100%;
  height: 230px;
  left: 0;
  top: calc(50% - 115px);
  background-color: #7a5e0c;
  z-index: -1;
  opacity: 0.4;
}

@media screen and (max-width: 1199px) {
  .businessImg::after {
    width: 230px;
    height: 100%;
    left: calc(50% - 115px);
    top: 0;
  }
}

@media screen and (max-width: 767px) {
  .businessImg::after {
    width: 150px;
    height: 100%;
    left: calc(50% - 75px);
    top: 0;
  }
}

@media screen and (max-width: 767px) {
  .businessImg {
    margin-top: 40px;
  }
}

.businessImg {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 1199px) {
  .businessImg {
    display: block;
  }
}

.businessImg sup {
  font-size: 10px;
}

.businessImgItem {
  background-color: #e2dcc7;
  border-radius: 4px;
  padding: 34px 30px 80px;
}

@media screen and (max-width: 1390px) {
  .businessImgItem {
    padding: 17px 15px;
  }
}

@media screen and (max-width: 1199px) {
  .businessImgItem {
    padding: 34px 30px;
  }
}

@media screen and (max-width: 767px) {
  .businessImgItem {
    padding: 17px 15px;
  }
}

.businessImgItem:first-child {
  -webkit-flex-basis: 27.5%;
      -ms-flex-preferred-size: 27.5%;
          flex-basis: 27.5%;
  margin-right: 20px;
}

@media screen and (max-width: 1199px) {
  .businessImgItem:first-child {
    margin-right: 0px;
  }
}

.businessImgItem:nth-child(2) {
  -webkit-flex-basis: auto;
      -ms-flex-preferred-size: auto;
          flex-basis: auto;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.businessImgItem:last-child {
  -webkit-flex-basis: 31%;
      -ms-flex-preferred-size: 31%;
          flex-basis: 31%;
  margin-left: 20px;
}

@media screen and (max-width: 1199px) {
  .businessImgItem:last-child {
    margin-left: 0px;
  }
}

@media screen and (max-width: 1199px) {
  .businessImgItem + .businessImgItem {
    margin-top: 40px;
  }
}

.businessImgItemTtl {
  font-size: 32px;
  font-size: 30px;
  text-align: center;
  color: #7a5e0c;
  font-family: YakuHanJP,'Crimson Text', serif;
}

@media screen and (max-width: 767px) {
  .businessImgItemTtl {
    font-size: 24px;
  }
}

.businessImgItemBoxCover {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  height: calc(100% - 140px);
  margin-top: 30px;
}

@media screen and (max-width: 767px) {
  .businessImgItemBoxCover {
    margin-top: 15px;
    height: auto;
  }
}

.businessImgItemBox {
  background-color: #fff;
  border-radius: 13px;
  padding: 30px;
  padding: 15px;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

@media screen and (max-width: 1390px) {
  .businessImgItemBox {
    padding: 15px;
  }
}

@media screen and (max-width: 1199px) {
  .businessImgItemBox {
    padding: 30px;
    padding: 15px;
  }
}

@media screen and (max-width: 767px) {
  .businessImgItemBox {
    padding: 15px;
  }
}

.businessImgItemBox + .businessImgItemBox {
  margin-top: 20px;
}

.businessImgItemBoxTtl {
  font-size: 20px;
  font-weight: bold;
  color: #7a5e0c;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 767px) {
  .businessImgItemBoxTtl {
    font-size: 16px;
  }
}

.businessImgItemBoxTtl .c-btnIcon {
  margin-left: 5px;
  -webkit-transform: scale(0.8);
          transform: scale(0.8);
}

.businessImgItemBoxBtn {
  font-family: YakuHanJP,'Crimson Text', serif;
  margin-top: 50px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid #333;
  border-radius: 30px;
  height: 60px;
  padding: 0 10px 0 25px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  line-height: 1.2;
}

@media screen and (max-width: 1199px) {
  .businessImgItemBoxBtn {
    max-width: 350px;
    margin: 50px auto 0;
  }
}

@media screen and (max-width: 767px) {
  .businessImgItemBoxBtn {
    height: 45px;
    margin-top: 30px;
  }
}

.businessImgItemBoxBtn .c-btnIcon {
  border: 1px solid #fff;
  -webkit-transform: scale(0.8);
          transform: scale(0.8);
}

.businessImgItemBoxBtn--wh {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0 10px 0 10px;
}

.businessImgItemBoxBtn--wh span {
  display: block;
  font-size: 13px;
}

@media screen and (max-width: 767px) {
  .businessImgItemBoxBtn--wh span {
    font-size: 11px;
  }
}

.businessImgItemBoxBtn--en {
  background-color: #c7a643;
  border: 1px solid #c7a643;
  color: #fff;
}

.businessImgItemBoxBtn--tt {
  background-color: #605637;
  border: 1px solid #605637;
  color: #fff;
}

.businessImgItemBoxBtn--pt {
  background-color: #7a5e0c;
  border: 1px solid #7a5e0c;
  color: #fff;
}

.abBtnCover {
  margin-top: 50px;
  border-top: 1px solid #333;
}

@media screen and (max-width: 767px) {
  .abBtnCover {
    margin-top: 30px;
  }
}

.businessImgItemList {
  margin-top: 20px;
}

.listTtl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 18px;
  font-family: YakuHanJP,'Crimson Text', serif;
  margin-bottom: 5px;
  position: relative;
  padding-left: 15px;
}

@media screen and (max-width: 767px) {
  .listTtl {
    font-size: 16px;
  }
}

.listTtl .c-btnIcon {
  margin-left: 5px;
  -webkit-transform: scale(0.8);
          transform: scale(0.8);
}

.listTtl::before {
  content: "●";
  display: inline-block;
  color: #7a5e0c;
  font-size: 10px;
  margin-right: 5px;
  position: absolute;
  top: 8px;
  left: 0px;
}

.listTtlbtnTxt {
  width: calc(100% - 49px);
}

.listTxt {
  color: rgba(51, 51, 51, 0.9);
  padding-left: 15px;
}

.listTxt a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.listTxt a .c-btnIcon {
  margin-left: 5px;
  -webkit-transform: scale(0.8);
          transform: scale(0.8);
}

@media screen and (max-width: 767px) {
  .listTxt {
    padding-left: 10px;
  }
}

.nado {
  text-align: right;
}

.company {
  margin: 130px auto 165px;
}

@media screen and (max-width: 767px) {
  .company {
    margin: 60px auto 80px;
  }
}

.companyTblCover + .companyTblCover {
  margin-top: 180px;
}

@media screen and (max-width: 767px) {
  .companyTblCover + .companyTblCover {
    margin-top: 60px;
  }
}

.companyTblTtl {
  font-size: 32px;
  margin-bottom: 55px;
  font-family: YakuHanJP,'Crimson Text', serif;
}

@media screen and (max-width: 767px) {
  .companyTblTtl {
    font-size: 18px;
    margin-bottom: 25px;
  }
}

.companyTbl {
  font-family: 'Zen Kaku Gothic New', sans-serif;
}

.companyTbl .companyTblTr {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 767px) {
  .companyTbl .companyTblTr {
    display: block;
  }
}

.companyTbl .companyTblTr:last-child .companyTblTh {
  border-bottom: 1px solid rgba(51, 51, 51, 0.4);
}

.companyTbl .companyTblTr:last-child .companyTblTd {
  border-bottom: 1px solid rgba(98, 97, 85, 0.2);
}

.companyTbl .companyTblTh {
  padding: 30px 10px;
  background-color: rgba(199, 166, 67, 0.1);
  border-top: 1px solid rgba(51, 51, 51, 0.4);
  width: 240px;
}

@media screen and (max-width: 1024px) {
  .companyTbl .companyTblTh {
    width: 180px;
  }
}

@media screen and (max-width: 767px) {
  .companyTbl .companyTblTh {
    width: 100%;
    padding: 10px 10px;
  }
}

.companyTbl .companyTblTd {
  padding: 30px 20px;
  border-top: 1px solid rgba(98, 97, 85, 0.2);
  width: calc(100% - 240px);
}

@media screen and (max-width: 1024px) {
  .companyTbl .companyTblTd {
    width: calc(100% - 180px);
  }
}

@media screen and (max-width: 767px) {
  .companyTbl .companyTblTd {
    width: 100%;
    padding: 10px 10px;
  }
}

.companyTbl .companyTblTd li {
  position: relative;
  padding-left: 15px;
}

.companyTbl .companyTblTd li::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 12px;
  left: 0;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background-color: #c7a643;
}

@media screen and (max-width: 767px) {
  .companyTbl .companyTblTd li::before {
    top: 10px;
  }
}

.companyTbl .companyTblTd .tblLink {
  text-decoration: underline;
  color: #987200;
}

.companyTbl .companyTblTd .tblLink:hover {
  text-decoration: none;
}

.history {
  margin: 130px auto 165px;
}

@media screen and (max-width: 767px) {
  .history {
    margin: 60px auto 80px;
  }
}

.historyTopTtl {
  font-size: 40px;
  line-height: calc(56 / 40);
  margin-bottom: 30px;
}

@media screen and (max-width: 1024px) {
  .historyTopTtl {
    font-size: 36px;
  }
}

@media screen and (max-width: 767px) {
  .historyTopTtl {
    font-size: 22px;
  }
}

.historyTbl {
  margin-top: 160px;
}

@media screen and (max-width: 1024px) {
  .historyTbl {
    margin-top: 80px;
  }
}

.historyTblTr {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  padding-bottom: 45px;
}

@media screen and (max-width: 767px) {
  .historyTblTr {
    padding-bottom: 30px;
  }
}

.historyTblTr:first-child .historyTblTh {
  font-size: 18px;
  line-height: 2;
}

@media screen and (max-width: 767px) {
  .historyTblTr:first-child .historyTblTh {
    font-size: 15px;
  }
}

.historyTblTr::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 15px;
  left: 159.5px;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background-color: #c7a643;
}

@media screen and (max-width: 1024px) {
  .historyTblTr::before {
    left: 96.5px;
  }
}

@media screen and (max-width: 767px) {
  .historyTblTr::before {
    left: 77px;
  }
}

.historyTblTr::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 25px;
  left: 162.5px;
  width: 1px;
  height: calc(100% - 13px);
  background-color: #c7a643;
}

@media screen and (max-width: 1024px) {
  .historyTblTr::after {
    left: 100px;
  }
}

@media screen and (max-width: 767px) {
  .historyTblTr::after {
    left: 80px;
  }
}

.historyTblTr:last-child::after {
  display: none;
}

.historyTblTh {
  width: 163px;
  color: #987200;
  font-size: 28px;
  line-height: 1.2;
}

@media screen and (max-width: 1024px) {
  .historyTblTh {
    width: 100px;
  }
}

@media screen and (max-width: 767px) {
  .historyTblTh {
    width: 75px;
  }
}

.historyTblTd {
  width: calc(100% - 163px);
  padding-left: 100px;
  font-family: 'Zen Kaku Gothic New', sans-serif;
}

@media screen and (max-width: 1024px) {
  .historyTblTd {
    width: calc(100% - 100px);
    padding-left: 50px;
  }
}

@media screen and (max-width: 767px) {
  .historyTblTd {
    width: calc(100% - 75px);
    padding-left: 30px;
  }
}

.historyTblTdTxt span {
  font-size: 14px;
  opacity: 0.6;
  display: block;
}

@media screen and (max-width: 767px) {
  .historyTblTdTxt span {
    font-size: 11px;
  }
}

.historyTblTdImg {
  max-width: 240px;
  margin-top: 25px;
}

@media screen and (max-width: 767px) {
  .historyTblTdImg {
    margin-top: 15px;
  }
}

.historyTblTdImg img {
  vertical-align: top;
}

.historyTblTdImg figcaption {
  font-size: 14px;
  opacity: 0.6;
  white-space: nowrap;
}

@media screen and (max-width: 767px) {
  .historyTblTdImg figcaption {
    white-space: pre-wrap;
    font-size: 11px;
  }
}

.sdgs {
  margin: 180px auto 160px;
}

@media screen and (max-width: 767px) {
  .sdgs {
    margin: 90px auto 75px;
  }
}

.aboutSdgs {
  margin: 165px auto 165px;
}

@media screen and (max-width: 767px) {
  .aboutSdgs {
    margin: 90px auto 75px;
  }
}

.sdgsReportArea {
  padding: 125px 0 135px;
  background-color: #e2dcc7;
}

@media screen and (max-width: 767px) {
  .sdgsReportArea {
    padding: 65px 0 70px;
  }
}

.c-flexBlockInfoTtl--icon {
  position: relative;
  margin-bottom: 55px;
  padding-bottom: 80px;
}

@media screen and (max-width: 767px) {
  .c-flexBlockInfoTtl--icon {
    margin-bottom: 35px;
    padding-bottom: 55px;
  }
}

.c-flexBlockInfoTtl--icon .sdgsIconArea {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  right: 0;
  bottom: 0;
}

@media screen and (max-width: 1390px) {
  .c-flexBlockInfoTtl--icon .sdgsIconArea {
    bottom: auto;
    top: -20px;
  }
}

@media screen and (max-width: 767px) {
  .c-flexBlockInfoTtl--icon .sdgsIconArea {
    bottom: 0;
    top: auto;
  }
}

.c-flexBlockInfoTtl--icon .sdgsIconArea .sdgsIcon {
  width: 65px;
}

.c-flexBlockInfoTtl--icon .sdgsIconArea .sdgsIcon img {
  vertical-align: top;
}

@media screen and (max-width: 767px) {
  .c-flexBlockInfoTtl--icon .sdgsIconArea .sdgsIcon {
    width: 40px;
  }
}

.c-flexBlockInfoTtl--icon .sdgsIconArea .sdgsIcon + .sdgsIcon {
  margin-left: 15px;
}

@media screen and (max-width: 767px) {
  .c-flexBlockInfoTtl--icon .sdgsIconArea .sdgsIcon + .sdgsIcon {
    margin-left: 10px;
  }
}

.sdgsBlock + .sdgsBlock {
  margin-top: 145px;
}

@media screen and (max-width: 767px) {
  .sdgsBlock + .sdgsBlock {
    margin-top: 70px;
  }
}

.sdgsReportAreaTtl {
  font-size: 32px;
  margin-bottom: 50px;
}

@media screen and (max-width: 767px) {
  .sdgsReportAreaTtl {
    font-size: 20px;
    margin-bottom: 30px;
  }
}

.c-btnCover-sdgsReport {
  text-align: center;
  margin-top: 60px;
}

.c-btnCover-sdgsReport .c-btn {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media screen and (max-width: 767px) {
  .c-btnCover-sdgsReport {
    margin-top: 30px;
  }
}

.aboutSdgs .c-flexBlockInfoImg {
  max-width: 600px;
  margin: 0 auto 35px 0;
}

@media screen and (max-width: 767px) {
  .aboutSdgs .c-flexBlockInfoImg {
    margin: 0 auto 20px 0;
  }
}

.kanazawa2030Box {
  padding: 70px 60px;
  background-color: #f7f3e6;
  margin-top: 70px;
}

@media screen and (max-width: 1024px) {
  .kanazawa2030Box {
    padding: 40px 30px;
  }
}

@media screen and (max-width: 767px) {
  .kanazawa2030Box {
    padding: 30px 20px;
  }
}

.kanazawa2030Ttl {
  font-size: 22px;
}

@media screen and (max-width: 767px) {
  .kanazawa2030Ttl {
    font-size: 18px;
  }
}

.kanazawa2030Content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 25px;
}

@media screen and (max-width: 767px) {
  .kanazawa2030Content {
    display: block;
    margin-top: 20px;
  }
}

.kanazawa2030Img {
  width: 350px;
}

@media screen and (max-width: 1024px) {
  .kanazawa2030Img {
    width: 250px;
  }
}

@media screen and (max-width: 767px) {
  .kanazawa2030Img {
    width: 100%;
  }
}

.kanazawa2030Info {
  width: calc(100% - 350px - 40px);
}

@media screen and (max-width: 1024px) {
  .kanazawa2030Info {
    width: calc(100% - 250px - 20px);
  }
}

@media screen and (max-width: 767px) {
  .kanazawa2030Info {
    width: 100%;
    margin-top: 20px;
  }
}

.kanazawa2030List {
  counter-reset: number 0;
  margin: 40px 0;
}

.kanazawa2030List li {
  position: relative;
  padding-left: 17px;
  line-height: calc(28 /16);
  display: inline-block;
}

@media screen and (max-width: 767px) {
  .kanazawa2030List li {
    padding-left: 12px;
  }
}

.kanazawa2030List li::before {
  counter-increment: number 1;
  content: counter(number) ".";
  display: inline-block;
  font-size: 18px;
  color: #987200;
  font-family: 'Italiana', serif;
  position: absolute;
  left: 0;
  top: 10px;
  line-height: 1.1;
}

@media screen and (max-width: 767px) {
  .kanazawa2030List li::before {
    top: 2px;
  }
}

.kanazawa2030List li + li {
  margin-top: 30px;
}

.kanazawa2030Link {
  font-size: 14px;
  color: #987200;
  text-decoration: underline;
  position: relative;
  display: inline-block;
}

@media screen and (max-width: 767px) {
  .kanazawa2030Link {
    font-size: 13px;
  }
}

.kanazawa2030Link:hover {
  text-decoration: none;
}

.kanazawa2030Link::after {
  content: "";
  display: inline-block;
  width: 9px;
  height: 7px;
  background-image: url(../img/common/icon_other.svg);
  background-repeat: no-repeat;
  background-size: contain;
  margin-left: 5px;
}

.houdatuBox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 65px 60px;
  background-color: #f7f3e6;
  margin-top: 75px;
}

@media screen and (max-width: 1024px) {
  .houdatuBox {
    padding: 40px;
  }
}

@media screen and (max-width: 767px) {
  .houdatuBox {
    padding: 20px;
    display: block;
  }
}

.houdatuBoxImg {
  width: 345px;
}

@media screen and (max-width: 1024px) {
  .houdatuBoxImg {
    width: 245px;
  }
}

@media screen and (max-width: 767px) {
  .houdatuBoxImg {
    width: 100%;
  }
}

.houdatuBoxInfo {
  width: calc(100% - 345px - 40px);
}

@media screen and (max-width: 1024px) {
  .houdatuBoxInfo {
    width: calc(100% - 245px - 20px);
  }
}

@media screen and (max-width: 767px) {
  .houdatuBoxInfo {
    width: 100%;
  }
}

.houdatuBoxTtl {
  max-width: 340px;
  width: 80%;
  -webkit-transform: translate(-15px, -15px);
          transform: translate(-15px, -15px);
}

@media screen and (max-width: 767px) {
  .houdatuBoxTtl {
    -webkit-transform: translate(-8px, -8px);
            transform: translate(-8px, -8px);
  }
}

.houdatuBoxLink {
  color: #987200;
  text-decoration: underline;
  position: relative;
  font-size: 14px;
}

@media screen and (max-width: 767px) {
  .houdatuBoxLink {
    font-size: 13px;
  }
}

.houdatuBoxLink:hover {
  text-decoration: none;
}

.houdatuBoxLink--other::after {
  content: "";
  display: inline-block;
  width: 9px;
  height: 7px;
  background-image: url(../img/common/icon_other.svg);
  background-repeat: no-repeat;
  background-size: contain;
  margin-left: 5px;
}

.houdatuBoxLink--file::after {
  content: "";
  display: inline-block;
  width: 8px;
  height: 10px;
  background-image: url(../img/common/icon_file.svg);
  background-repeat: no-repeat;
  background-size: contain;
  margin-left: 5px;
}
/*# sourceMappingURL=aboutus-en.css.map */