@charset "UTF-8";
body {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  line-height: 2;
  color: #4f4946;
  word-break: break-all;
}
@media only screen and (min-width: 768px), print {
  body {
    font-size: 16px;
  }
}
@media only screen and (max-width: 767px) {
  body {
    font-size: 14px;
  }
}

img,
iframe,
video {
  display: block;
  max-width: 100%;
}

@media only screen and (min-width: 768px), print {
  .pc_none {
    display: none !important;
  }
}

@media only screen and (max-width: 767px) {
  .sp_none {
    display: none !important;
  }
}

.root {
  position: relative;
}

@media only screen and (min-width: 768px), print {
  .container {
    width: 1000px;
    min-width: 1000px;
    margin: auto;
  }
}
@media only screen and (max-width: 1020px) and (min-width: 768px) {
  .container {
    padding: 0 10px;
  }
}
@media only screen and (max-width: 767px) {
  .container {
    padding: 0 20px;
  }
}
@media only screen and (min-width: 768px), print {
  .container .form_item_area.container.pb-5.pt-4.pt-md-5 {
    width: 785px;
    min-width: 785px;
    margin: auto;
  }
}

@media only screen and (max-width: 767px) {
  .sp_noPaddingArea {
    margin: 0 -20px;
  }
}

.bg {
  height: 1200px;
  width: 100%;
  position: absolute;
  z-index: 2;
  overflow: hidden;
  pointer-events: none;
}
@media only screen and (min-width: 768px), print {
  .bg {
    min-width: 1000px;
  }
}
.bg .bg_container {
  min-width: 1540px;
  width: 100%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  left: 50%;
  position: absolute;
}
.bg.bg-header .bg-header_1 {
  position: absolute;
  left: 0;
  top: 0;
  width: 220px;
}
.bg.bg-header .bg-header_2 {
  position: absolute;
  right: 0;
  top: 0;
  width: 220px;
}
.bg.bg-root {
  height: 100%;
  z-index: 1001;
}
@media only screen and (min-width: 768px), print {
  .bg.bg-root {
    min-width: 1000px;
  }
}
.bg.bg-root .bg_container {
  height: 100%;
}
.bg.bg-root .bg-root_1 {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 220px;
}
.bg.bg-root .bg-root_2 {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 300px;
}

@-webkit-keyframes header-fixed {
  0% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
    display: none;
  }
  1% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
    display: block;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    display: block;
  }
}

@keyframes header-fixed {
  0% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
    display: none;
  }
  1% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
    display: block;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    display: block;
  }
}
.header {
  z-index: 1000;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #fff;
}
@media only screen and (min-width: 768px), print {
  .header {
    position: absolute;
    min-width: 1000px;
    height: 190px;
  }
  .header::before {
    content: "";
    display: block;
    position: absolute;
    pointer-events: none;
    top: 100%;
    height: 100%;
    width: 2900px;
    max-width: 100%;
    right: 50%;
    -webkit-transform: translateX(50%);
            transform: translateX(50%);
    background-image: url("../img/header/kumo.png");
    background-size: auto;
    background-size: 2900px 100px;
    background-repeat: no-repeat;
    background-position: top center;
  }
}
@media only screen and (min-width: 768px) {
  .header.header-fixed {
    position: fixed;
    height: 100px;
    -webkit-animation-name: header-fixed;
            animation-name: header-fixed;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
    -webkit-animation-iteration-count: 1;
            animation-iteration-count: 1;
    -webkit-animation-direction: normal;
            animation-direction: normal;
    -webkit-animation-duration: 0.5s;
            animation-duration: 0.5s;
    -webkit-animation-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
            animation-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
    -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
            box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
  }
  .header.header-fixed::before {
    display: none;
  }
  .header.header-fixed .bg-header {
    display: none;
  }
  .header.header-fixed .container {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .header.header-fixed .header_1 {
    margin-bottom: 0;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding-top: 20px;
  }
  .header.header-fixed .header_1 .header_1_1 {
    padding-top: 0;
  }
  .header.header-fixed .header_1 .header_1_2 {
    display: none;
  }
  .header.header-fixed .header_2 {
    padding-top: 10px;
    width: 740px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  .header.header-fixed .gnavi {
    width: 100%;
  }
  .header.header-fixed .gnavi .gnaviLink_text {
    display: none !important;
  }
  .header.header-fixed .gnavi .gnaviList {
    width: 100%;
  }
  .header.header-fixed .gnavi .gnaviList_item.hover .gnaviSub {
    -webkit-transition: all 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
    transition: all 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
    -webkit-transform: perspective(2000px) rotateX(0);
            transform: perspective(2000px) rotateX(0);
  }
  .header.header-fixed .gnavi .gnaviList_item:not(:last-child)::after {
    height: 100%;
  }
  .header.header-fixed .gnavi .gnaviList_item .gnaviSub {
    top: 115px;
    -webkit-transform: perspective(2000px) rotateX(89.9deg);
            transform: perspective(2000px) rotateX(89.9deg);
  }
  .header.header-fixed .gnavi .gnaviList_item.gnaviList_item-agri .gnaviSub::before {
    left: 40px;
  }
  .header.header-fixed .gnavi .gnaviList_item.gnaviList_item-support .gnaviSub::before {
    left: 110px;
    right: auto;
    margin: none;
  }
  .header.header-fixed .gnavi .gnaviList_item.gnaviList_item-welbeing .gnaviSub::before {
    left: 110px;
    right: auto;
    margin: none;
  }
  .header.header-fixed .gnavi .gnaviList_item.gnaviList_item-group .gnaviSub::before {
    left: 110px;
    right: auto;
    margin: none;
  }
  .header.header-fixed .gnavi .gnaviList_item.gnaviList_item-chuoukai .gnaviSub::before {
    left: 110px;
    right: auto;
    margin: none;
  }
  .header.header-fixed .gnavi .gnaviList_item.gnaviList_item-campaign .gnaviSub::before {
    right: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .header {
    position: fixed;
    height: 50px;
    -webkit-box-shadow: 0 0 1px 0 #ccc;
            box-shadow: 0 0 1px 0 #ccc;
  }
}
@media only screen and (min-width: 768px), print {
  .header .header_1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    width: 100%;
    margin-bottom: 34px;
  }
}
@media only screen and (min-width: 768px), print {
  .header .header_1 .header_1_1 {
    padding-top: 12px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}
@media only screen and (min-width: 768px), print {
  .header .header_1 .header_1_2 {
    padding-top: 19px;
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .header .header_1 .header_1_2 {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .header .header_2 {
    display: none;
  }
}
.header .header_logo {
  -webkit-transition: opacity 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: opacity 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
  display: block;
}
.header .header_logo:hover {
  opacity: 0.7;
}
@media only screen and (min-width: 768px), print {
  .header .header_logo {
    width: 240px;
  }
}
@media only screen and (max-width: 767px) {
  .header .header_logo {
    width: 180px;
    position: absolute;
    top: 10px;
    left: 20px;
  }
}
.header .header_linkList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.header .header_linkList > .header_linkList_item:not(:last-child) {
  margin-right: 20px;
}
.header .header_linkList .header_link {
  -webkit-transition: opacity 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: opacity 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
  display: block;
}
.header .header_linkList .header_link:hover {
  opacity: 0.7;
}
.header .header_linkList .header_link.header_link-contact {
  width: 110px;
}
.header .header_linkList .header_link.header_link-member {
  width: 190px;
}
@media only screen and (min-width: 768px), print {
  .header .spmenuBtn {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .header .spmenuBtn {
    width: 40px;
    height: 40px;
    display: block;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: absolute;
    z-index: 1;
    right: 10px;
    top: 5px;
  }
  .mm-opened .header .spmenuBtn > span {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
  }
  .mm-opened .header .spmenuBtn > span:nth-child(1), .mm-opened .header .spmenuBtn > span:nth-child(2) {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  .mm-opened .header .spmenuBtn > span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
  .header .spmenuBtn > span {
    height: 4px;
    width: 25px;
    display: block;
    border-radius: 3px;
    background-color: #96aa0b;
    margin: 2px 0;
  }
}

.main {
  overflow: hidden;
}
@media only screen and (min-width: 768px), print {
  .main {
    padding-top: 190px;
    min-width: 1000px;
  }
}
@media only screen and (max-width: 767px) {
  .main {
    padding-top: 50px;
  }
}

.sitesearch {
  display: block;
  width: 182px;
  border-radius: 5px;
  background-color: #f4f4f1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border: solid 1px #f4f4f1;
  overflow: hidden;
}
.sitesearch .sitesearch_input {
  display: block;
  width: 100%;
  font-size: 12px;
  background-color: #f4f4f1;
  padding: 0 10px;
  line-height: 25px;
  min-width: 0;
  max-width: 100%;
}
.sitesearch .sitesearch_btn {
  -webkit-transition: opacity 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: opacity 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
  display: block;
  width: 29px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  min-width: 0;
  max-width: 100%;
}
.sitesearch .sitesearch_btn:hover {
  opacity: 0.7;
}

.gnavi .gnaviList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.gnavi .gnaviList > .gnaviList_item {
  position: relative;
}
.gnavi .gnaviList > .gnaviList_item.hover .gnaviSub {
  -webkit-transition: all 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: all 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -webkit-transform: perspective(2000px) rotateX(0);
          transform: perspective(2000px) rotateX(0);
  display: block;
  opacity: 1;
}
.gnavi .gnaviList > .gnaviList_item:not(:last-child)::after {
  content: "";
  display: block;
  position: absolute;
  width: 5px;
  height: 90px;
  background-image: url("../img/header/gnavi/line.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  right: 0;
  top: 0;
}
.gnavi .gnaviList > .gnaviList_item.gnaviList_item-agri {
  width: 138px;
}
.gnavi .gnaviList > .gnaviList_item.gnaviList_item-agri .gnaviLink_text {
  width: 91px;
  left: 15px;
  top: -16px;
}
.gnavi .gnaviList > .gnaviList_item.gnaviList_item-agri .gnaviSub {
  left: 0;
}
.gnavi .gnaviList > .gnaviList_item.gnaviList_item-agri .gnaviSub::before {
  left: 60px;
}
.gnavi .gnaviList > .gnaviList_item.gnaviList_item-store {
  width: 182px;
}
.gnavi .gnaviList > .gnaviList_item.gnaviList_item-store .gnaviLink_text {
  width: 94px;
  left: 27px;
  top: -14px;
}
.gnavi .gnaviList > .gnaviList_item.gnaviList_item-support {
  width: 188px;
}
.gnavi .gnaviList > .gnaviList_item.gnaviList_item-support .gnaviLink_text {
  width: 124px;
  left: 24px;
  top: -30px;
}
.gnavi .gnaviList > .gnaviList_item.gnaviList_item-support .gnaviSub {
  left: -50px;
}
.gnavi .gnaviList > .gnaviList_item.gnaviList_item-support .gnaviSub::before {
  left: 0;
  right: 0;
  margin: auto;
}
.gnavi .gnaviList > .gnaviList_item.gnaviList_item-welbeing {
  width: 188px;
}
.gnavi .gnaviList > .gnaviList_item.gnaviList_item-welbeing .gnaviLink_text {
  width: 124px;
  left: 24px;
  top: -30px;
}
.gnavi .gnaviList > .gnaviList_item.gnaviList_item-welbeing .gnaviSub {
  left: -50px;
}
.gnavi .gnaviList > .gnaviList_item.gnaviList_item-welbeing .gnaviSub::before {
  left: 0;
  right: 0;
  margin: auto;
}
.gnavi .gnaviList > .gnaviList_item.gnaviList_item-group {
  width: 172px;
}
.gnavi .gnaviList > .gnaviList_item.gnaviList_item-group .gnaviSub {
  left: -60px;
}
.gnavi .gnaviList > .gnaviList_item.gnaviList_item-group .gnaviSub::before {
  left: 0;
  right: 0;
  margin: auto;
}
.gnavi .gnaviList > .gnaviList_item.gnaviList_item-chuoukai {
  width: 162px;
}
.gnavi .gnaviList > .gnaviList_item.gnaviList_item-chuoukai .gnaviSub {
  left: -60px;
}
.gnavi .gnaviList > .gnaviList_item.gnaviList_item-chuoukai .gnaviSub::before {
  left: 0;
  right: 0;
  margin: auto;
}
.gnavi .gnaviList > .gnaviList_item.gnaviList_item-campaign {
  width: 132px;
}
.gnavi .gnaviList > .gnaviList_item.gnaviList_item-campaign .gnaviSub {
  right: 0;
}
.gnavi .gnaviList > .gnaviList_item.gnaviList_item-campaign .gnaviSub::before {
  right: 60px;
}
.gnavi .gnaviList > .gnaviList_item.gnaviList_item-campaign .gnaviLink_text {
  width: 136px;
  left: 13px;
  top: -25px;
}
.gnavi .gnaviList .gnaviLink {
  display: block;
  position: relative;
  width: 100%;
  -webkit-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.gnavi .gnaviList .gnaviLink .gnaviLink_text {
  position: absolute;
  display: block;
}
.gnavi .gnaviSub {
  min-width: 300px;
  border-radius: 10px;
  position: absolute;
  opacity: 0;
  padding: 10px 20px;
  background-color: #dbeb71;
  -webkit-transform-origin: center -10px;
          transform-origin: center -10px;
  top: 130px;
  -webkit-transform: perspective(2000px) rotateX(89.9deg);
          transform: perspective(2000px) rotateX(89.9deg);
}
.gnavi .gnaviSub::before, .gnavi .gnaviSub::after {
  content: "";
  display: block;
  position: absolute;
}
.gnavi .gnaviSub::after {
  width: 100%;
  left: 0;
  right: 0;
  margin: auto;
  height: 30px;
  top: -30px;
}
.gnavi .gnaviSub::before {
  height: 20px;
  top: -20px;
  background: -webkit-gradient(linear, left top, right bottom, color-stop(50%, rgba(255, 255, 255, 0)), color-stop(50.5%, #dbeb71)) no-repeat top left/50% 100%, -webkit-gradient(linear, right top, left bottom, color-stop(50%, rgba(255, 255, 255, 0)), color-stop(50.5%, #dbeb71)) no-repeat top right/50% 100%;
  background: linear-gradient(to bottom right, rgba(255, 255, 255, 0) 50%, #dbeb71 50.5%) no-repeat top left/50% 100%, linear-gradient(to bottom left, rgba(255, 255, 255, 0) 50%, #dbeb71 50.5%) no-repeat top right/50% 100%;
  width: 30px;
}
.gnavi .gnaviSub > ul > li:not(:last-child) {
  border-bottom: dashed 1px #534336;
}
.gnavi .gnaviSub > ul > li > a {
  -webkit-transition: opacity 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: opacity 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
  position: relative;
  display: block;
  padding: 0.5em 0.5em 0.5em 25px;
}
.gnavi .gnaviSub > ul > li > a:hover {
  opacity: 0.7;
}
.gnavi .gnaviSub > ul > li > a::before {
  content: "";
  display: block;
  width: 9px;
  height: 10px;
  background-image: url("../img/header/gnavi/arrow.png");
  background-size: contain;
  position: absolute;
  top: 19px;
  left: 8px;
}
.gnavi .gnaviSub > ul > li > a.ext::after, .gnavi .gnaviSub > ul > li > a.pdf::after {
  margin-left: 0.5em;
  vertical-align: middle;
  top: -2px;
}
.gnavi .gnaviSub > ul > li > a.ext::after {
  background-image: url("../img/icon/ext_black.png");
}
.gnavi .gnaviSub > ul > li > a.pdf::after {
  background-image: url("../img/icon/pdf_black.png");
}

.jamap area {
  outline: none;
}
@media only screen and (min-width: 768px), print {
  .jamap {
    width: 540px;
    height: 480px;
    position: relative;
  }
}
@media only screen and (max-width: 767px) {
  .jamap .jamap_map {
    width: 100%;
    max-width: 400px;
    margin: 0 auto 10px;
    position: relative;
  }
}
.jamap .jamap_base {
  width: 100%;
}
@media only screen and (min-width: 768px), print {
  .jamap .jamap_line {
    position: absolute;
    width: 600px;
    left: -33px;
    top: -36px;
    z-index: 2;
    pointer-events: none;
  }
}
@media only screen and (max-width: 767px) {
  .jamap .jamap_line {
    display: none;
  }
}
.jamap .jamap_hoverList {
  pointer-events: none;
}
.jamap .jamap_hover {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  opacity: 0;
  -webkit-transition: all 0.1s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 0.1s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.jamap .jamap_hover.hover {
  opacity: 1;
}
.jamap .jamap_linkList > li:not(:last-child) {
  margin-bottom: 10px;
}
.jamap .jamap_link {
  text-align: center;
  font-weight: bold;
  color: #58432e;
  border: solid 1px #58432e;
  -webkit-transition: all 0.1s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 0.1s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  min-width: 120px;
  background-color: #fff;
  z-index: 2;
}
@media only screen and (min-width: 768px), print {
  .jamap .jamap_link {
    position: absolute;
    display: inline-block;
    white-space: nowrap;
    padding: 0.2em 2em;
    border-radius: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .jamap .jamap_link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border-radius: 100px;
    padding: 0.2em 1em;
    font-size: 14px;
    min-height: 45px;
    height: 45px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    line-height: 1;
  }
}
.jamap .jamap_link:hover, .jamap .jamap_link.hover {
  color: #fff;
  background-color: #58432e;
}
.jamap .jamap_link:hover::before, .jamap .jamap_link.hover::before {
  background-position: bottom;
}
.jamap .jamap_link::before {
  content: "";
  display: inline-block;
  background-image: url("../img/map/icon/link.png");
  background-size: 9px 24px;
  background-position: top;
  width: 9px;
  height: 12px;
  margin-right: 0.2em;
  vertical-align: middle;
  position: relative;
}
@media only screen and (min-width: 768px), print {
  .jamap .jamap_link::before {
    top: -2px;
  }
}
@media only screen and (min-width: 768px), print {
  .jamap .jamap_link.jamap_link-aichinishi {
    top: -26px;
    right: 507px;
  }
  .jamap .jamap_link.jamap_link-nishikasugai {
    top: 26px;
    right: 526px;
  }
  .jamap .jamap_link.jamap_link-amahigashi {
    top: 75px;
    right: 546px;
  }
  .jamap .jamap_link.jamap_link-aichiama {
    top: 123px;
    right: 565px;
  }
  .jamap .jamap_link.jamap_link-nagoya {
    top: 189px;
    right: 565px;
  }
  .jamap .jamap_link.jamap_link-tenpakushinyo {
    top: 238px;
    right: 544px;
  }
  .jamap .jamap_link.jamap_link-midori {
    top: 286px;
    right: 525px;
  }
  .jamap .jamap_link.jamap_link-aichichuo {
    top: 333px;
    right: 494px;
  }
  .jamap .jamap_link.jamap_link-aichichita {
    top: 382px;
    right: 485px;
  }
  .jamap .jamap_link.jamap_link-nishimikawa {
    top: 428px;
    right: 467px;
  }
  .jamap .jamap_link.jamap_link-aichikita {
    top: -50px;
    left: 122px;
  }
  .jamap .jamap_link.jamap_link-owarichuo {
    top: -1px;
    left: 197px;
  }
  .jamap .jamap_link.jamap_link-aichibito {
    top: 42px;
    left: 276px;
  }
  .jamap .jamap_link.jamap_link-aichitoyota {
    top: 160px;
    left: 555px;
  }
  .jamap .jamap_link.jamap_link-aichihigashi {
    top: 213px;
    left: 525px;
  }
  .jamap .jamap_link.jamap_link-aichimikawa {
    top: 263px;
    left: 496px;
  }
  .jamap .jamap_link.jamap_link-himawari {
    top: 311px;
    left: 464px;
  }
  .jamap .jamap_link.jamap_link-gamagori {
    top: 360px;
    left: 437px;
  }
  .jamap .jamap_link.jamap_link-toyohashi {
    top: 406px;
    left: 393px;
  }
  .jamap .jamap_link.jamap_link-aichiminami {
    top: 454px;
    left: 338px;
  }
}
.jamap .jamap_link.jamap_link-facebook::before {
  width: 19px;
  height: 19px;
  background-image: url("../img/map/icon/facebook.png");
  background-size: contain;
}
.jamap .jamap_link.jamap_link-instagram::before {
  width: 19px;
  height: 19px;
  background-image: url("../img/map/icon/instagram.png");
  background-size: contain;
}

.jamap_sns {
  -webkit-transition: opacity 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: opacity 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
  display: inline-block;
  margin-right: 0.2em;
  vertical-align: middle;
  position: relative;
}
.jamap_sns:hover {
  opacity: 0.7;
}
@media only screen and (min-width: 768px), print {
  .jamap_sns {
    top: -2px;
    width: 19px;
    height: 19px;
  }
}
@media only screen and (max-width: 767px) {
  .jamap_sns {
    width: 35px;
    height: 35px;
  }
  .jamap_sns:last-of-type {
    margin-right: 0.5em;
  }
}

._hasSNS::before {
  content: none !important;
}

.jamapOtherBox {
  background-color: #e2f552;
  position: relative;
  padding: 13px 24px;
}
.jamapOtherBox::before, .jamapOtherBox::after {
  content: "";
  position: absolute;
  display: block;
  width: 24px;
  height: 100%;
  background-size: 100% 100%;
  background-image: url("../img/map/icon/kake.png");
  top: 0;
}
.jamapOtherBox::before {
  left: 0;
}
.jamapOtherBox::after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  right: 0;
}
.jamapOtherBox .jamapOtherList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media only screen and (max-width: 767px) {
  .jamapOtherBox .jamapOtherList {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media only screen and (min-width: 768px), print {
  .jamapOtherBox .jamapOtherList > li {
    padding: 0 10px;
  }
}
@media only screen and (max-width: 767px) {
  .jamapOtherBox .jamapOtherList > li {
    width: 100%;
    padding: 5px 20px;
  }
}
.jamapOtherBox .jamapOtherLink {
  text-align: center;
  font-weight: bold;
  color: #58432e;
  -webkit-transition: all 0.1s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 0.1s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  min-width: 120px;
  border-radius: 50px;
  background-color: #fff;
  position: relative;
}
@media only screen and (min-width: 768px), print {
  .jamapOtherBox .jamapOtherLink {
    display: inline-block;
    padding: 0.2em 1.5em;
  }
}
@media only screen and (max-width: 767px) {
  .jamapOtherBox .jamapOtherLink {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 0.2em 1em;
    font-size: 14px;
    min-height: 45px;
    height: 45px;
    line-height: 1;
  }
}
.jamapOtherBox .jamapOtherLink:hover {
  color: #fff;
  background-color: #58432e;
}
.jamapOtherBox .jamapOtherLink:hover::before {
  background-position: bottom;
}
.jamapOtherBox .jamapOtherLink::before {
  content: "";
  display: inline-block;
  background-image: url("../img/map/icon/link.png");
  background-size: 9px 24px;
  background-position: top;
  width: 9px;
  height: 12px;
  margin-right: 0.2em;
  vertical-align: middle;
  position: relative;
}
@media only screen and (min-width: 768px), print {
  .jamapOtherBox .jamapOtherLink::before {
    top: -2px;
  }
}
.jamapOtherBox .jamapOtherLink.jamapOtherLink-facebook::before {
  width: 19px;
  height: 19px;
  background-image: url("../img/map/icon/facebook.png");
  background-size: contain;
}
.jamapOtherBox .jamapOtherLink.jamapOtherLink-instagram::before {
  width: 19px;
  height: 19px;
  background-image: url("../img/map/icon/instagram.png");
  background-size: contain;
}

.disable {
  pointer-events: none;
}

.new {
  display: inline-block;
  font-size: 12px;
  color: #fff;
  background-color: #ff7e3e;
  vertical-align: middle;
  position: relative;
  top: -1px;
  margin: 0 0.7em;
  line-height: 1;
  border-radius: 3px;
  padding: 0.3em 0.7em;
}

@media only screen and (max-width: 767px) {
  .panel .topicsList {
    margin: 0 -20px;
  }
}
@media only screen and (min-width: 768px), print {
  .topicsList > li:not(:last-child) {
    border-bottom: dotted 3px #88b625;
  }
}
@media only screen and (max-width: 767px) {
  .topicsList > li:not(:last-child) {
    border-bottom: dotted 2px #88b625;
  }
}

.topics {
  -webkit-transition: opacity 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: opacity 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
  font-weight: bold;
  line-height: 1.8;
  -webkit-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  background-color: #fff;
  text-decoration: none !important;
}
.topics:hover {
  opacity: 0.7;
}
.root .topics {
  color: inherit;
}
@media only screen and (min-width: 768px), print {
  .topics {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 20px 0;
  }
}
@media only screen and (max-width: 767px) {
  .topics {
    padding: 10px 20px;
    display: block;
  }
}
@media only screen and (min-width: 768px), print {
  .topics .topics_head {
    width: 110px;
    padding-top: 0.3em;
  }
}
@media only screen and (min-width: 768px), print {
  .topics .topics_body {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    padding: 0 1em;
  }
}
.topics .topics_category {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 5px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.topics .topics_category .label {
  margin: 5px 5px 0 0;
  background-color: #ffca85;
  color: #58432e;
  display: block;
  line-height: 1.4;
  border-radius: 10px;
  padding: 0 18px;
}
.topics .topics_date {
  font-family: Arial, Helvetica, sans-serif;
  color: #fff;
  background-color: #aaca0f;
  border-radius: 10px;
  text-align: center;
  line-height: 1.5;
}
@media only screen and (max-width: 767px) {
  .topics .topics_date {
    display: inline-block;
    padding: 0 1em;
    margin-bottom: 0.2em;
  }
}
.topics .topics_title .new {
  margin-left: 0;
}

@media only screen and (max-width: 767px) {
  .topicsList2 {
    padding: 10px 0;
  }
}
@media only screen and (min-width: 768px), print {
  .topicsList2 > li:not(:last-child) {
    border-bottom: dotted 3px #6c5947;
  }
}
@media only screen and (max-width: 767px) {
  .topicsList2 > li:not(:last-child) {
    border-bottom: dotted 2px #6c5947;
  }
}

.topics2 {
  -webkit-transition: opacity 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: opacity 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
  font-weight: bold;
  display: block;
  line-height: 1.8;
  text-decoration: none !important;
  color: inherit !important;
}
.topics2:hover {
  opacity: 0.7;
}
@media only screen and (min-width: 768px), print {
  .topics2 {
    padding: 20px 0;
  }
}
@media only screen and (max-width: 767px) {
  .topics2 {
    padding: 10px 20px;
  }
}
.topics2 .topics2_head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (min-width: 768px), print {
  .topics2 .topics2_head {
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 767px) {
  .topics2 .topics2_head {
    margin-bottom: 5px;
  }
}
.topics2 .topics2_date {
  font-family: Arial, Helvetica, sans-serif;
  color: #a69c92;
  line-height: 1.4;
  -ms-flex-preferred-size: 100px;
      flex-basis: 100px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.topics2 .topics2_category {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.topics2 .topics2_category .label {
  background-color: #ccc;
  color: #58432e;
  display: block;
  line-height: 1.4;
  border-radius: 10px;
  padding: 0 18px;
}
.topics2 .topics2_category .label.label-aichinishi {
  background-color: #e9b4f2;
}
.topics2 .topics2_category .label.label-nishikasugai {
  background-color: #94cde0;
}
.topics2 .topics2_category .label.label-amahigashi {
  background-color: #bab0f2;
}
.topics2 .topics2_category .label.label-aichiama {
  background-color: #cfafe8;
}
.topics2 .topics2_category .label.label-nagoya {
  background-color: #76dda3;
}
.topics2 .topics2_category .label.label-tenpakushinyo {
  background-color: #76dd8b;
}
.topics2 .topics2_category .label.label-midori {
  background-color: #8bdd76;
}
.topics2 .topics2_category .label.label-aichichuo {
  background-color: #ffdc8f;
}
.topics2 .topics2_category .label.label-aichichita {
  background-color: #bddd76;
}
.topics2 .topics2_category .label.label-nishimikawa {
  background-color: #ffca85;
}
.topics2 .topics2_category .label.label-aichikita {
  background-color: #62d8e3;
}
.topics2 .topics2_category .label.label-owarichuo {
  background-color: #76ddc8;
}
.topics2 .topics2_category .label.label-aichibito {
  background-color: #b0dd76;
}
.topics2 .topics2_category .label.label-aichitoyota {
  background-color: #e6f082;
}
.topics2 .topics2_category .label.label-aichihigashi {
  background-color: #ffb1ab;
}
.topics2 .topics2_category .label.label-aichimikawa {
  background-color: #fff891;
}
.topics2 .topics2_category .label.label-himawari {
  background-color: #ffc9b5;
}
.topics2 .topics2_category .label.label-gamagori {
  background-color: #ffbc6e;
}
.topics2 .topics2_category .label.label-toyohashi {
  background-color: #ffbdd3;
}
.topics2 .topics2_category .label.label-aichiminami {
  background-color: #edadce;
}
.topics2 .topics2_category .label.label-aichishinren {
  background-color: #dcdcdc;
}
.topics2 .topics2_category .label.label-aichikeizairen {
  background-color: #dcdcdc;
}
.topics2 .topics2_category .label.label-aichikouseiren {
  background-color: #dcdcdc;
}
.topics2 .topics2_category .label.label-kyosairenaichi {
  background-color: #dcdcdc;
}
.topics2 .topics2_category .label.label-campaign {
  background-color: #ffffa8;
}
.topics2 .topics2_category .label.label-chuoukai {
  background-color: #d6ffff;
}
.topics2 .topics2_icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.topics2 .topics2_icon .sdgsIcon {
  width: 30px;
  height: 30px;
  display: block;
  margin-right: 2px;
}
@media only screen and (max-width: 767px) {
  .topics2 .topics2_icon .sdgsIcon {
    margin-bottom: 2px;
  }
}
.topics2 .topics2_body {
  color: #58432e;
}
.topics2 .topics2_body .new {
  margin-left: 0;
}

@media only screen and (max-width: 767px) {
  .topicsList3 {
    padding: 10px 0;
  }
  .panel .topicsList3 {
    margin: 0 -20px;
  }
}
@media only screen and (min-width: 768px), print {
  .topicsList3 > li:not(:last-child) {
    border-bottom: dotted 3px #6c5947;
  }
}
@media only screen and (max-width: 767px) {
  .topicsList3 > li:not(:last-child) {
    border-bottom: dotted 2px #6c5947;
  }
}

.topics3 {
  -webkit-transition: opacity 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: opacity 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
  font-weight: bold;
  line-height: 1.8;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-decoration: none !important;
  color: inherit !important;
}
.topics3:hover {
  opacity: 0.7;
}
@media only screen and (min-width: 768px), print {
  .topics3 {
    padding: 20px 0;
  }
}
@media only screen and (max-width: 767px) {
  .topics3 {
    padding: 10px 20px;
  }
}
.topics3 .topics3_head {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media only screen and (min-width: 768px), print {
  .topics3 .topics3_head {
    -ms-flex-preferred-size: 165px;
        flex-basis: 165px;
  }
}
@media only screen and (max-width: 767px) {
  .topics3 .topics3_head {
    width: 100px;
    -ms-flex-preferred-size: 100px;
        flex-basis: 100px;
    padding-right: 10px;
  }
}
.topics3 .topics3_thumb {
  border: solid 1px #bfbfbf;
}
.topics3 .topics3_thumb img {
  margin: auto;
}
@media only screen and (min-width: 768px), print {
  .topics3 .topics3_thumb {
    width: 140px;
  }
}
@media only screen and (max-width: 767px) {
  .topics3 .topics3_thumb {
    width: 100%;
  }
}
.topics3 .topics3_date {
  font-family: Arial, Helvetica, sans-serif;
  color: #a69c92;
  line-height: 1.4;
}
@media only screen and (min-width: 768px), print {
  .topics3 .topics3_date {
    -ms-flex-preferred-size: 100px;
        flex-basis: 100px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}
@media only screen and (min-width: 768px), print {
  .topics3 .topics3_category {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media only screen and (max-width: 767px) {
  .topics3 .topics3_category {
    display: inline;
  }
}
.topics3 .topics3_category .label {
  background-color: #ccc;
  color: #58432e;
  display: block;
  line-height: 1.4;
  border-radius: 10px;
  padding: 0 18px;
  white-space: nowrap;
}
.topics3 .topics3_category .label.news_release {
  display: none;
}
@media only screen and (max-width: 767px) {
  .topics3 .topics3_category .label {
    margin: 0 5px 5px;
  }
}
@media only screen and (min-width: 768px), print {
  .topics3 .topics3_category .label {
    margin-bottom: 5px;
    margin-right: 5px;
  }
}
.topics3 .topics3_category .label.aichinishi {
  background-color: #e9b4f2;
}
.topics3 .topics3_category .label.nishikasugai {
  background-color: #94cde0;
}
.topics3 .topics3_category .label.amahigashi {
  background-color: #bab0f2;
}
.topics3 .topics3_category .label.aichiama {
  background-color: #cfafe8;
}
.topics3 .topics3_category .label.nagoya {
  background-color: #76dda3;
}
.topics3 .topics3_category .label.tenpakushinyo {
  background-color: #76dd8b;
}
.topics3 .topics3_category .label.midori {
  background-color: #8bdd76;
}
.topics3 .topics3_category .label.aichichuo {
  background-color: #ffdc8f;
}
.topics3 .topics3_category .label.aichichita {
  background-color: #bddd76;
}
.topics3 .topics3_category .label.nishimikawa {
  background-color: #ffca85;
}
.topics3 .topics3_category .label.aichikita {
  background-color: #62d8e3;
}
.topics3 .topics3_category .label.owarichuo {
  background-color: #76ddc8;
}
.topics3 .topics3_category .label.aichibito {
  background-color: #b0dd76;
}
.topics3 .topics3_category .label.aichitoyota {
  background-color: #e6f082;
}
.topics3 .topics3_category .label.aichihigashi {
  background-color: #ffb1ab;
}
.topics3 .topics3_category .label.aichimikawa {
  background-color: #fff891;
}
.topics3 .topics3_category .label.himawari {
  background-color: #ffc9b5;
}
.topics3 .topics3_category .label.gamagori {
  background-color: #ffbc6e;
}
.topics3 .topics3_category .label.toyohashi {
  background-color: #ffbdd3;
}
.topics3 .topics3_category .label.aichiminami {
  background-color: #edadce;
}
.topics3 .topics3_category .label.aichishinren {
  background-color: #dcdcdc;
}
.topics3 .topics3_category .label.aichikeizairen {
  background-color: #dcdcdc;
}
.topics3 .topics3_category .label.aichikouseiren {
  background-color: #dcdcdc;
}
.topics3 .topics3_category .label.kyosairenaichi {
  background-color: #dcdcdc;
}
.topics3 .topics3_category .label.campaign {
  background-color: #ffffa8;
}
.topics3 .topics3_category .label.chuoukai {
  background-color: #d6ffff;
}
.topics3 .topics3_body {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
}
.topics3 .topics3_body .topics3_body_1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media only screen and (min-width: 768px), print {
  .topics3 .topics3_body .topics3_body_1 {
    margin-bottom: 5px;
  }
}
.topics3 .topics3_title {
  color: #58432e;
}
.topics3 .topics3_title .new {
  margin-left: 0;
}

.footer {
  position: relative;
  z-index: 10;
  overflow: hidden;
}
@media only screen and (min-width: 768px), print {
  .footer {
    padding-top: 240px;
    margin-top: -240px;
    min-width: 1000px;
    padding-bottom: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .footer {
    padding-top: 120px;
    margin-top: -120px;
    padding-bottom: 40px;
  }
}
.footer::before {
  content: "";
  display: block;
  position: absolute;
  background-repeat: no-repeat;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 2900px;
  z-index: 0;
  background-image: url("../img/footer/yama.png");
  top: 0;
}
@media only screen and (min-width: 768px), print {
  .footer::before {
    height: 240px;
    background-position: center bottom;
    background-size: auto;
  }
}
@media only screen and (max-width: 767px) {
  .footer::before {
    height: 120px;
    background-position: center bottom;
    background-size: contain;
  }
}
.footer::after {
  content: "";
  display: block;
  position: absolute;
  background-color: #534336;
  width: 100%;
  height: 100%;
  z-index: -1;
}
@media only screen and (min-width: 768px), print {
  .footer::after {
    top: 240px;
  }
}
@media only screen and (max-width: 767px) {
  .footer::after {
    top: 120px;
  }
}
@media only screen and (min-width: 768px), print {
  .footer .container {
    margin-top: -90px;
  }
}
@media only screen and (min-width: 768px), print {
  .footer .footer_1 {
    margin-bottom: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .footer .footer_1 {
    margin-bottom: 20px;
    padding: 0 20px;
  }
}
@media only screen and (min-width: 768px), print {
  .footer .footer_2 {
    margin-bottom: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .footer .footer_2 {
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .footer .footer_3 {
    margin-bottom: 100px;
  }
}
.footer .footer_bannerList {
  margin: auto;
}
@media only screen and (min-width: 768px), print {
  .footer .footer_bannerList {
    width: 870px;
  }
}
@media only screen and (max-width: 767px) {
  .footer .footer_bannerList {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
  .footer .footer_bannerList .slick-slide {
    margin: 0 20px;
  }
}
.footer .footer_bannerList .slick-arrow {
  width: 17px;
  height: 22px;
  top: 0;
  bottom: 0;
  margin: auto;
  -webkit-transform: none;
          transform: none;
}
.footer .footer_bannerList .slick-arrow:hover::before {
  opacity: 0.7;
}
.footer .footer_bannerList .slick-arrow::before {
  -webkit-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  opacity: 1;
  top: 0;
  left: 0;
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: url("../img/footer/banner/arrow.png");
  background-size: contain;
  background-repeat: no-repeat;
}
.footer .footer_bannerList .slick-arrow.slick-next {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
@media only screen and (max-width: 767px) {
  .footer .footer_bannerList .slick-arrow.slick-next {
    right: -30px;
  }
}
@media only screen and (max-width: 767px) {
  .footer .footer_bannerList .slick-arrow.slick-prev {
    left: -30px;
  }
}
.footer .footer_banner {
  -webkit-transition: opacity 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: opacity 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
  display: block;
  max-width: 200px;
  margin: auto;
}
.footer .footer_banner:hover {
  opacity: 0.7;
}
@media only screen and (min-width: 768px), print {
  .footer .footer_linkList {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .footer .footer_linkList > li:not(:last-child) {
    position: relative;
    margin-right: 40px;
  }
  .footer .footer_linkList > li:not(:last-child)::after {
    content: "";
    display: block;
    position: absolute;
    right: -26px;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 11px;
    height: 21px;
    background-image: url("../img/footer/link/slash.png");
    background-size: contain;
  }
}
@media only screen and (max-width: 767px) {
  .footer .footer_linkList {
    max-width: 200px;
    margin: 0 auto;
  }
  .footer .footer_linkList > li:not(:last-child) {
    border-bottom: solid 1px #aba6a3;
  }
}
.footer .footer_linkList .footer_link {
  -webkit-transition: opacity 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: opacity 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
  color: #fff;
  font-weight: bold;
}
.footer .footer_linkList .footer_link:hover {
  opacity: 0.7;
}
@media only screen and (max-width: 767px) {
  .footer .footer_linkList .footer_link {
    display: block;
    text-align: center;
    padding: 0.4em;
  }
}
.footer .footer_info {
  position: relative;
}
@media only screen and (max-width: 767px) {
  .footer .footer_info {
    max-width: 240px;
    margin: auto;
  }
}
.footer .footer_info .footer_logo {
  width: 290px;
  margin-bottom: 10px;
}
@media only screen and (max-width: 767px) {
  .footer .footer_info .footer_logo {
    max-width: 100%;
    margin: 0 auto 10px;
  }
}
.footer .footer_info .footer_address {
  font-size: 14px;
  color: #aba6a3;
  line-height: 1.5;
}
@media only screen and (max-width: 767px) {
  .footer .footer_info .footer_address {
    margin-bottom: 10px;
  }
}
.footer .footer_info .footer_copy {
  width: 129px;
}
@media only screen and (min-width: 768px), print {
  .footer .footer_info .footer_copy {
    position: absolute;
    bottom: 0;
    right: 0;
  }
}
@media only screen and (max-width: 767px) {
  .footer .footer_info .footer_copy {
    margin: auto;
  }
}

.totop {
  padding: 0 20px;
  margin: 0 auto;
  position: relative;
  z-index: 2000;
}
@media only screen and (max-width: 767px) {
  .totop {
    width: auto;
    height: 0px;
  }
}
.totop a {
  display: block;
  position: fixed;
  margin: 0 10px 0 auto;
  -webkit-transition: bottom 0.5s cubic-bezier(0.39, 0.575, 0.565, 1);
  transition: bottom 0.5s cubic-bezier(0.39, 0.575, 0.565, 1);
  right: 0;
  left: 0;
}
@media print {
  .totop a {
    position: absolute;
  }
}
@-webkit-keyframes totop_hover {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0.7;
  }
}
@keyframes totop_hover {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0.7;
  }
}
.totop a:hover {
  -webkit-animation-name: totop_hover;
          animation-name: totop_hover;
  -webkit-animation-duration: 0.3s;
          animation-duration: 0.3s;
  -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
          animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}
@media only screen and (min-width: 768px), print {
  .totop a.finished {
    position: absolute;
  }
}
@media only screen and (min-width: 768px), print {
  .totop a {
    bottom: 20px;
    right: 20px;
    width: 110px;
    height: 110px;
  }
}
@media only screen and (max-width: 767px) {
  .totop a {
    right: 0;
    left: 0;
    bottom: 20px;
    width: 88px;
    height: 88px;
  }
}
.totop a:not(.visible) {
  bottom: -200px;
}
.totop a img {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.pageCategoryArea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  position: relative;
  z-index: 0;
  background-size: cover;
  background-position: center;
}
@media only screen and (max-width: 767px) {
  .pageCategoryArea {
    height: 100px;
  }
}
@media only screen and (min-width: 768px), print {
  .pageCategoryArea {
    height: 260px;
    min-width: 1000px;
  }
}
.pageCategoryArea::before {
  content: "";
  display: block;
  position: absolute;
  background-position: center bottom;
  background-repeat: no-repeat;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: -1;
}
@media only screen and (min-width: 768px), print {
  .pageCategoryArea::before {
    max-width: 100%;
    height: 410px;
    top: 150px;
    background-size: auto;
    width: 2900px;
    background-image: url("../img/bg/yama.png");
  }
}
@media only screen and (max-width: 767px) {
  .pageCategoryArea::before {
    height: 30px;
    width: 800px;
    top: 70px;
    background-size: contain;
    background-image: url("../img/bg/yama_sp.png");
  }
}

@media only screen and (min-width: 768px), print {
  .pageCategory {
    height: 100px;
  }
}
@media only screen and (max-width: 767px) {
  .pageCategory {
    height: 60px;
  }
}
.pageCategory > img {
  max-height: 100%;
  max-width: none;
  margin: auto;
}

.main_content {
  position: relative;
  background-image: url("../img/bg/green.jpg");
  background-repeat: repeat;
  background-position: top center;
  overflow: hidden;
}
@media only screen and (min-width: 768px), print {
  .main_content {
    padding-bottom: 360px;
  }
}
@media only screen and (max-width: 767px) {
  .main_content {
    padding-bottom: 200px;
  }
}
.main_content .container {
  position: relative;
  z-index: 1;
}
.main_content::before {
  content: "";
  display: block;
  position: absolute;
  pointer-events: none;
  background-repeat: no-repeat;
  z-index: 1;
  background-size: auto;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  left: 50%;
}
@media only screen and (min-width: 768px), print {
  .main_content::before {
    height: 420px;
    background-image: url("../img/bg/yama3.png");
    width: 2900px;
    bottom: 270px;
  }
}
@media only screen and (max-width: 767px) {
  .main_content::before {
    bottom: 150px;
    background-image: url("../img/bg/yama3_sp.png");
    width: 800px;
    height: 50px;
  }
}
.main_content::after {
  content: "";
  display: block;
  background-image: url("../img/bg/sora.jpg");
  background-size: cover;
  background-position: center;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 0;
  width: 100%;
}
@media only screen and (min-width: 768px), print {
  .main_content::after {
    height: 690px;
  }
}
@media only screen and (max-width: 767px) {
  .main_content::after {
    width: 100%;
    height: 210px;
  }
}
@media only screen and (min-width: 768px), print {
  .main_content .breadcrumbArea {
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .main_content .breadcrumbArea {
    padding: 5px 0 10px;
  }
}
.main_content .breadcrumbArea .breadcrumbList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.main_content .breadcrumbArea .breadcrumbList > li a,
.main_content .breadcrumbArea .breadcrumbList > li span {
  display: inline-block;
  vertical-align: middle;
}
.main_content .breadcrumbArea .breadcrumbList > li:not(:last-child) {
  padding-right: 30px;
  position: relative;
}
.main_content .breadcrumbArea .breadcrumbList > li:not(:last-child)::after {
  content: "";
  display: block;
  position: absolute;
  right: 9px;
  top: 0;
  bottom: 0;
  margin: auto;
  height: 11px;
  width: 10px;
  background-image: url("../img/icon/breadcrumb_arrow.png");
  background-size: contain;
}
.main_content .pageLinkArea {
  background-color: #fbffdf;
}
@media only screen and (min-width: 768px), print {
  .main_content .pageLinkArea {
    display: block;
    table-layout: fixed;
    width: 800px;
    margin: 0 auto 40px;
    border-radius: 50px;
    max-width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .main_content .pageLinkArea {
    margin: 0 -20px 20px;
  }
}
.main_content .pageLinkArea .pageLinkList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media only screen and (min-width: 768px), print {
  .main_content .pageLinkArea .pageLinkList {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 15px 30px;
    max-width: 100%;
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .main_content .pageLinkArea .pageLinkList {
    border-top: solid 1px rgba(151, 173, 1, 0.2);
    border-bottom: solid 1px rgba(151, 173, 1, 0.2);
  }
}
@media only screen and (max-width: 767px) {
  .main_content .pageLinkArea .pageLinkList.pageLinkList-column2 > li {
    width: 50%;
    border-bottom: solid 1px rgba(151, 173, 1, 0.2);
  }
  .main_content .pageLinkArea .pageLinkList.pageLinkList-column2 > li:nth-child(odd) {
    border-right: solid 1px rgba(151, 173, 1, 0.2);
  }
  .main_content .pageLinkArea .pageLinkList.pageLinkList-column2 > li:nth-child(odd):last-child {
    border-bottom: none !important;
  }
  .main_content .pageLinkArea .pageLinkList.pageLinkList-column2 > li:nth-child(odd):nth-last-child(2) {
    border-bottom: none !important;
  }
  .main_content .pageLinkArea .pageLinkList.pageLinkList-column2 > li:nth-child(even):last-child {
    border-bottom: none !important;
  }
}
@media only screen and (min-width: 768px), print {
  .main_content .pageLinkArea .pageLinkList > li {
    padding: 2px 25px;
  }
}
@media only screen and (max-width: 767px) {
  .main_content .pageLinkArea .pageLinkList > li {
    width: 100%;
    border-bottom: solid 1px rgba(151, 173, 1, 0.2);
  }
  .main_content .pageLinkArea .pageLinkList > li:last-child {
    border-bottom: none;
  }
}
.main_content .pageLinkArea .pageLinkList .pageLink {
  -webkit-transition: opacity 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: opacity 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
  display: block;
  position: relative;
  color: #4f4946;
  text-decoration: none;
  font-weight: bold;
  line-height: 1.5;
}
.main_content .pageLinkArea .pageLinkList .pageLink:hover {
  opacity: 0.7;
}
@media only screen and (min-width: 768px), print {
  .main_content .pageLinkArea .pageLinkList .pageLink {
    padding-left: 16px;
    font-size: 18px;
  }
}
@media only screen and (max-width: 767px) {
  .main_content .pageLinkArea .pageLinkList .pageLink {
    padding: 10px 5px 10px 25px;
  }
}
.main_content .pageLinkArea .pageLinkList .pageLink::before {
  content: "";
  display: block;
  position: absolute;
  background-image: url("../img/icon/link_arrow.png");
  background-size: contain;
  width: 9px;
  height: 10px;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
@media only screen and (min-width: 768px), print {
  .main_content .pageLinkArea .pageLinkList .pageLink::before {
    top: 9px;
    left: 0;
  }
}
@media only screen and (max-width: 767px) {
  .main_content .pageLinkArea .pageLinkList .pageLink::before {
    top: 16px;
    left: 10px;
  }
}
.main_content a {
  color: #ff7e3e;
  text-decoration: underline;
}
.main_content a:hover {
  text-decoration: none;
}
.main_content p {
  margin: 1em 0;
}
.main_content .link {
  display: inline-block;
  -webkit-transition: opacity 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: opacity 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
  position: relative;
  text-decoration: none;
  padding-left: 20px;
  line-height: 1.5;
}
.main_content .link:hover {
  opacity: 0.7;
}
.main_content .link + .link {
  margin-left: 0.5em;
}
.main_content .link::before {
  content: "";
  display: block;
  position: absolute;
  background-image: url("../img/icon/link_arrow.png");
  background-size: contain;
  width: 9px;
  height: 10px;
  left: 6px;
  top: 6px;
}

.pdf, .ext {
  display: inline-block;
  position: relative;
}
.pdf::after, .ext::after {
  content: "";
  display: inline-block;
  width: 15px;
  height: 15px;
  position: relative;
  background-size: contain;
  vertical-align: middle;
  margin: 0 0.2em;
  top: -2px;
}

.ext::after {
  background-image: url("../img/icon/ext.png");
}

.pdf::after {
  background-image: url("../img/icon/pdf.png");
}

.main_content .btn {
  background-color: #ff7e3e;
  line-height: 1.5;
  color: #fff !important;
  font-weight: bold;
  text-align: center;
  display: inline-block;
  text-decoration: none;
  -webkit-box-shadow: 5px 5px 0 0 #e5e5e5;
          box-shadow: 5px 5px 0 0 #e5e5e5;
  border-radius: 5px;
  padding: 10px 1em;
  -webkit-transition: opacity 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94), -webkit-transform 0.05s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: opacity 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94), -webkit-transform 0.05s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: transform 0.05s cubic-bezier(0.455, 0.03, 0.515, 0.955), opacity 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: transform 0.05s cubic-bezier(0.455, 0.03, 0.515, 0.955), opacity 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94), -webkit-transform 0.05s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  margin: 0.5em;
  max-width: 100%;
}
@media only screen and (min-width: 768px), print {
  .main_content .btn {
    font-size: 16px;
    min-width: 280px;
  }
}
@media only screen and (max-width: 767px) {
  .main_content .btn {
    font-size: 14px;
    min-width: 150px;
  }
}
.main_content .btn::before {
  content: "";
  display: inline-block;
  position: relative;
  left: 0;
  top: -1px;
  background-image: url("../img/icon/link_arrow_white.png");
  background-size: cover;
  width: 9px;
  height: 10px;
  margin-right: 5px;
}
.main_content .btn:hover {
  opacity: 0.7;
}
.main_content .btn:active {
  -webkit-transform: translate(5px, 5px);
          transform: translate(5px, 5px);
  -webkit-box-shadow: 0 0 0 0 #e5e5e5;
          box-shadow: 0 0 0 0 #e5e5e5;
}
.main_content .btn.ext::after {
  background-image: url("../img/icon/ext_white.png");
}
.main_content .btn.pdf::after {
  background-image: url("../img/icon/pdf_white.png");
}
.main_content .btn.btn-down::before {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.main_content .ichiran_btn {
  -webkit-transition: opacity 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: opacity 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
  display: block;
}
.main_content .ichiran_btn:hover {
  opacity: 0.7;
}
@media only screen and (min-width: 768px), print {
  .main_content .ichiran_btn {
    width: 172px;
    margin-left: auto;
  }
}
@media only screen and (max-width: 767px) {
  .main_content .ichiran_btn {
    width: 150px;
    margin: auto;
  }
}
.main_content .panel {
  background-color: #fefff7;
}
@media only screen and (min-width: 768px), print {
  .main_content .panel {
    padding: 40px 50px 70px;
    border-radius: 20px;
    margin-bottom: 70px;
  }
}
@media only screen and (max-width: 767px) {
  .main_content .panel {
    margin: 0 -20px 30px;
    padding: 20px 20px 30px;
  }
}
.main_content .panel:last-child {
  margin-bottom: 0;
}
.main_content .panel > *:first-child {
  margin-top: 0;
}
.main_content .panel > *:last-child {
  margin-bottom: 0;
}
.main_content .h1:not(.cancel),
.main_content h1:not(.cancel) {
  font-size: 36px;
  font-weight: bold;
  display: block;
  width: 100%;
  border-bottom: solid 1px #bfbfbf;
  margin: 3em 0 1em;
}
.main_content .h2:not(.cancel),
.main_content h2:not(.cancel) {
  font-weight: bold;
  color: #fff;
  display: table;
  background-image: url("../img/icon/h2_hire.jpg");
  background-color: #79a100;
  background-repeat: no-repeat;
  background-position: right;
  background-size: 42px 100%;
  line-height: 1.5;
  position: relative;
}
@media only screen and (min-width: 768px), print {
  .main_content .h2:not(.cancel),
  .main_content h2:not(.cancel) {
    min-width: 558px;
    margin: 0 auto 30px -80px;
    padding: 20px 60px;
    font-size: 24px;
  }
}
@media only screen and (max-width: 767px) {
  .main_content .h2:not(.cancel),
  .main_content h2:not(.cancel) {
    min-width: 70%;
    padding: 10px 60px 10px 20px;
    font-size: 20px;
    margin: 0 auto 1em -20px;
  }
}
.root .main_content .h2:not(.cancel) + *,
.root .main_content h2:not(.cancel) + * {
  margin-top: 0;
}
.main_content .h3:not(.cancel),
.main_content h3:not(.cancel) {
  font-weight: bold;
  position: relative;
  color: #97ad01;
  line-height: 1.5;
}
@media only screen and (min-width: 768px), print {
  .main_content .h3:not(.cancel),
  .main_content h3:not(.cancel) {
    font-size: 22px;
    padding: 10px 0 10px 20px;
    margin: 2em 0 1em;
  }
}
@media only screen and (max-width: 767px) {
  .main_content .h3:not(.cancel),
  .main_content h3:not(.cancel) {
    font-size: 18px;
    padding: 5px 0 5px 15px;
    margin: 1em 0;
  }
}
.main_content .h3:not(.cancel)::before,
.main_content h3:not(.cancel)::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  background-color: #ffb21d;
  border-radius: 50%;
}
@media only screen and (min-width: 768px), print {
  .main_content .h3:not(.cancel)::before,
  .main_content h3:not(.cancel)::before {
    top: 22px;
    width: 8px;
    height: 8px;
  }
}
@media only screen and (max-width: 767px) {
  .main_content .h3:not(.cancel)::before,
  .main_content h3:not(.cancel)::before {
    top: 15px;
    width: 6px;
    height: 6px;
  }
}
.main_content .h3:not(.cancel)::after,
.main_content h3:not(.cancel)::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background-image: url("../img/icon/h3_border.png");
  background-size: auto;
}
.main_content .h4:not(.cancel),
.main_content h4:not(.cancel) {
  line-height: 1.5;
  font-weight: bold;
  background-color: #f5fbcf;
  position: relative;
  color: #97ad01;
}
@media only screen and (min-width: 768px), print {
  .main_content .h4:not(.cancel),
  .main_content h4:not(.cancel) {
    padding: 10px 20px;
    margin: 2em 0 1em;
    font-size: 18px;
  }
}
@media only screen and (max-width: 767px) {
  .main_content .h4:not(.cancel),
  .main_content h4:not(.cancel) {
    padding: 5px 15px;
    margin: 1em 0 0.5em;
    font-size: 16px;
  }
}
.main_content .h4:not(.cancel)::before, .main_content .h4:not(.cancel)::after,
.main_content h4:not(.cancel)::before,
.main_content h4:not(.cancel)::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  height: 100%;
  background-image: url("../img/icon/h4_kake.png");
  background-size: 100% 100%;
}
@media only screen and (min-width: 768px), print {
  .main_content .h4:not(.cancel)::before, .main_content .h4:not(.cancel)::after,
  .main_content h4:not(.cancel)::before,
  .main_content h4:not(.cancel)::after {
    width: 10px;
  }
}
@media only screen and (max-width: 767px) {
  .main_content .h4:not(.cancel)::before, .main_content .h4:not(.cancel)::after,
  .main_content h4:not(.cancel)::before,
  .main_content h4:not(.cancel)::after {
    width: 8px;
  }
}
.main_content .h4:not(.cancel)::before,
.main_content h4:not(.cancel)::before {
  left: 0;
}
.main_content .h4:not(.cancel)::after,
.main_content h4:not(.cancel)::after {
  right: 0;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.main_content .h5.js-accordion_btn,
.main_content h5.js-accordion_btn {
  line-height: 1.5;
  font-weight: bold;
  color: #97ad01;
  position: relative;
}
@media only screen and (min-width: 768px), print {
  .main_content .h5.js-accordion_btn,
  .main_content h5.js-accordion_btn {
    padding: 5px 0 5px 35px;
    font-size: 18px;
    margin: 0;
  }
}
@media only screen and (max-width: 767px) {
  .main_content .h5.js-accordion_btn,
  .main_content h5.js-accordion_btn {
    margin: 0;
    padding: 2px 0 2px 25px;
    font-size: 16px;
  }
}
.main_content .h5:not(.cancel),
.main_content h5:not(.cancel) {
  line-height: 1.5;
  font-weight: bold;
  color: #97ad01;
  position: relative;
}
@media only screen and (min-width: 768px), print {
  .main_content .h5:not(.cancel),
  .main_content h5:not(.cancel) {
    padding: 5px 0 5px 20px;
    font-size: 18px;
    margin: 2em 0 1em;
  }
}
@media only screen and (max-width: 767px) {
  .main_content .h5:not(.cancel),
  .main_content h5:not(.cancel) {
    padding: 2px 0 2px 15px;
    font-size: 16px;
    margin: 1em 0 0.5em;
  }
}
.main_content .h5:not(.cancel)::before,
.main_content h5:not(.cancel)::before {
  content: "";
  display: block;
  position: absolute;
  background-image: url("../img/icon/h5_icon.png");
  background-size: contain;
  left: 0;
}
@media only screen and (min-width: 768px), print {
  .main_content .h5:not(.cancel)::before,
  .main_content h5:not(.cancel)::before {
    height: 22px;
    width: 6px;
    top: 7px;
  }
}
@media only screen and (max-width: 767px) {
  .main_content .h5:not(.cancel)::before,
  .main_content h5:not(.cancel)::before {
    height: 17.6px;
    width: 4.8px;
    top: 5px;
  }
}
.main_content .h6:not(.cancel),
.main_content h6:not(.cancel) {
  line-height: 1.5;
  font-weight: bold;
  color: #97ad01;
}
@media only screen and (min-width: 768px), print {
  .main_content .h6:not(.cancel),
  .main_content h6:not(.cancel) {
    margin: 2em 0 1em;
    font-size: 16px;
  }
}
@media only screen and (max-width: 767px) {
  .main_content .h6:not(.cancel),
  .main_content h6:not(.cancel) {
    margin: 1em 0 0.5em;
    font-size: 14px;
  }
}
.main_content ul:not(.cancel) {
  list-style-type: none;
  margin: 1em 0;
  padding: 0;
}
.main_content ul:not(.cancel) li {
  display: block;
}
.main_content ul:not(.cancel) > li {
  position: relative;
  padding-left: 20px;
  margin-bottom: 0.2em;
}
.main_content ul:not(.cancel) > li > ul > li::before {
  border: solid 1px #b7d200;
  background-color: #fff;
}
.main_content ul:not(.cancel) > li > ul > li > ul > li::before {
  border: solid 1px #b7d200;
  background-color: #b7d200;
  border-radius: 0;
}
.main_content ul:not(.cancel) > li > ul > li > ul > li > ul > li::before {
  border: solid 1px #b7d200;
  background-color: #fff;
  border-radius: 0;
}
.main_content ul:not(.cancel) > li ul, .main_content ul:not(.cancel) > li ol {
  margin: 5px 0;
}
.main_content ul:not(.cancel) > li::before {
  content: "";
  position: absolute;
  display: block;
  left: 7px;
  top: 13px;
  width: 5px;
  height: 5px;
  background-color: #b7d200;
  border-radius: 50%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.main_content ol:not(.cancel) {
  list-style-type: none;
  margin: 1em 0;
  padding: 0;
  counter-reset: number;
}
.main_content ol:not(.cancel) li {
  display: block;
}
.main_content ol:not(.cancel).two_digits > li {
  padding-left: 2em;
}
.main_content ol:not(.cancel) > li > ol > li::before {
  color: #768700;
}
.main_content ol:not(.cancel) > li > ol > li > ol > li::before {
  color: #333;
}
.main_content ol:not(.cancel) > li > ol > li > ol > li > ol > li::before {
  color: #888;
}
.main_content ol:not(.cancel) > li ul, .main_content ol:not(.cancel) > li ol {
  margin: 5px 0;
}
.main_content ol:not(.cancel) > li {
  padding-left: 20px;
  position: relative;
  margin-bottom: 0.2em;
  counter-increment: number;
}
.main_content ol:not(.cancel) > li::before {
  content: counter(number) ".";
  font-weight: bold;
  display: block;
  position: absolute;
  color: #a2ba00;
  left: 0;
  top: 0px;
}
.main_content .pickupBtn {
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 100%;
  border-radius: 10px;
  overflow: hidden;
}
.main_content .pickupBtn:hover .pickupBtn_image img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.main_content .pickupBtn:hover .pickupBtn_title {
  opacity: 0.8;
}
.main_content .pickupBtn_image {
  overflow: hidden;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.main_content .pickupBtn_image img {
  -webkit-transition: 0.3s all cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: 0.3s all cubic-bezier(0.215, 0.61, 0.355, 1);
}
.main_content .pickupBtn_title {
  background-color: #ff7e3e;
  color: #fff;
  position: relative;
  -webkit-transition: 0.2s all cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: 0.2s all cubic-bezier(0.215, 0.61, 0.355, 1);
  height: 100%;
  line-height: 1.5;
  text-align: center;
}
@media only screen and (min-width: 768px), print {
  .main_content .pickupBtn_title {
    padding: 10px 1em;
  }
}
@media only screen and (max-width: 767px) {
  .main_content .pickupBtn_title {
    padding: 10px;
  }
}
.main_content .pickupBtn_title::before {
  content: "";
  display: inline-block;
  width: 9px;
  height: 10px;
  top: -1px;
  background-image: url("../img/icon/link_arrow_white.png");
  background-size: contain;
  vertical-align: middle;
  position: relative;
  margin-right: 5px;
}
.main_content .pickupBtn_title.ext::after {
  background-image: url("../img/icon/ext_white.png");
}
.main_content .pickupBtn_title.pdf::after {
  background-image: url("../img/icon/pdf_white.png");
}
.main_content .imageRadius {
  border-radius: 10px;
}
.main_content blockquote {
  margin: 1em 0;
  padding: 0.5em 0.5em 0.5em 1em;
  background: #f9ffd2;
  border-left: solid 10px #b7d200;
  line-height: 1.5;
}
.main_content .anotation {
  padding-left: 1.2em;
  position: relative;
}
.main_content .anotation::before {
  content: "※";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
}
.main_content .anotation_list {
  list-style-type: none;
  margin: 1em 0;
  padding: 0;
}
.main_content .anotation_list > li {
  padding-left: 1.2em;
  position: relative;
}
.main_content .anotation_list > li::before {
  content: "※";
  background-color: transparent !important;
  position: absolute;
  left: 0;
  top: 0;
}
.main_content .link_list {
  list-style-type: none;
  padding: 0;
}
@media only screen and (min-width: 768px), print {
  .main_content .link_list {
    margin: 1em 0;
  }
}
@media only screen and (min-width: 768px), print {
  .main_content .link_list.link_list-pc_column2 {
    -webkit-columns: 2;
       -moz-columns: 2;
            columns: 2;
  }
}
.main_content .link_list > li {
  padding: 0 !important;
  margin: 0;
}
.main_content .link_list > li::before {
  content: none !important;
}
@media only screen and (min-width: 768px), print {
  .main_content .link_list > li:not(:first-child) {
    margin-top: 0.5em;
  }
}
@media only screen and (max-width: 767px) {
  .main_content .link_list > li:not(:first-child) {
    border-top: dashed 1px #ff4516;
  }
}
@media only screen and (max-width: 767px) {
  .main_content .link_list > li .link {
    display: block;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 30px;
  }
  .main_content .link_list > li .link::before {
    top: 1.05em;
    left: 15px;
  }
}
@media only screen and (min-width: 768px), print {
  .main_content .pc_column1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: -10px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .main_content .pc_column1 > * {
    width: 100%;
    padding: 10px;
  }
  .main_content .pc_column1 > * > figure > img, .main_content .pc_column1 > * > img {
    width: 100%;
  }
  .main_content .pc_column1 > * > *:first-child {
    margin-top: 0;
  }
  .main_content .pc_column1 > * > *:last-child {
    margin-bottom: 0;
  }
  .main_content .pc_column1 > * > img {
    margin-left: auto;
    margin-right: auto;
  }
  .main_content .pc_column1.pc_reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}
@media only screen and (max-width: 767px) {
  .main_content .sp_column1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: -5px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .main_content .sp_column1 > * {
    width: 100%;
    padding: 5px;
  }
  .main_content .sp_column1 > * > figure > img, .main_content .sp_column1 > * > img {
    width: 100%;
  }
  .main_content .sp_column1 > * > *:first-child {
    margin-top: 0;
  }
  .main_content .sp_column1 > * > *:last-child {
    margin-bottom: 0;
  }
  .main_content .sp_column1 > * > img {
    margin-left: auto;
    margin-right: auto;
  }
  .main_content .sp_column1.sp_reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}
@media only screen and (min-width: 768px), print {
  .main_content .pc_column2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: -10px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .main_content .pc_column2 > * {
    width: 50%;
    padding: 10px;
  }
  .main_content .pc_column2 > * > figure > img, .main_content .pc_column2 > * > img {
    width: 100%;
  }
  .main_content .pc_column2 > * > *:first-child {
    margin-top: 0;
  }
  .main_content .pc_column2 > * > *:last-child {
    margin-bottom: 0;
  }
  .main_content .pc_column2 > * > img {
    margin-left: auto;
    margin-right: auto;
  }
  .main_content .pc_column2.pc_reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}
@media only screen and (max-width: 767px) {
  .main_content .sp_column2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: -5px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .main_content .sp_column2 > * {
    width: 50%;
    padding: 5px;
  }
  .main_content .sp_column2 > * > figure > img, .main_content .sp_column2 > * > img {
    width: 100%;
  }
  .main_content .sp_column2 > * > *:first-child {
    margin-top: 0;
  }
  .main_content .sp_column2 > * > *:last-child {
    margin-bottom: 0;
  }
  .main_content .sp_column2 > * > img {
    margin-left: auto;
    margin-right: auto;
  }
  .main_content .sp_column2.sp_reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}
@media only screen and (min-width: 768px), print {
  .main_content .pc_column3 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: -10px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .main_content .pc_column3 > * {
    width: 33.3333333333%;
    padding: 10px;
  }
  .main_content .pc_column3 > * > figure > img, .main_content .pc_column3 > * > img {
    width: 100%;
  }
  .main_content .pc_column3 > * > *:first-child {
    margin-top: 0;
  }
  .main_content .pc_column3 > * > *:last-child {
    margin-bottom: 0;
  }
  .main_content .pc_column3 > * > img {
    margin-left: auto;
    margin-right: auto;
  }
  .main_content .pc_column3.pc_reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}
@media only screen and (max-width: 767px) {
  .main_content .sp_column3 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: -5px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .main_content .sp_column3 > * {
    width: 33.3333333333%;
    padding: 5px;
  }
  .main_content .sp_column3 > * > figure > img, .main_content .sp_column3 > * > img {
    width: 100%;
  }
  .main_content .sp_column3 > * > *:first-child {
    margin-top: 0;
  }
  .main_content .sp_column3 > * > *:last-child {
    margin-bottom: 0;
  }
  .main_content .sp_column3 > * > img {
    margin-left: auto;
    margin-right: auto;
  }
  .main_content .sp_column3.sp_reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}
@media only screen and (min-width: 768px), print {
  .main_content .pc_column4 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: -10px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .main_content .pc_column4 > * {
    width: 25%;
    padding: 10px;
  }
  .main_content .pc_column4 > * > figure > img, .main_content .pc_column4 > * > img {
    width: 100%;
  }
  .main_content .pc_column4 > * > *:first-child {
    margin-top: 0;
  }
  .main_content .pc_column4 > * > *:last-child {
    margin-bottom: 0;
  }
  .main_content .pc_column4 > * > img {
    margin-left: auto;
    margin-right: auto;
  }
  .main_content .pc_column4.pc_reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}
@media only screen and (max-width: 767px) {
  .main_content .sp_column4 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: -5px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .main_content .sp_column4 > * {
    width: 25%;
    padding: 5px;
  }
  .main_content .sp_column4 > * > figure > img, .main_content .sp_column4 > * > img {
    width: 100%;
  }
  .main_content .sp_column4 > * > *:first-child {
    margin-top: 0;
  }
  .main_content .sp_column4 > * > *:last-child {
    margin-bottom: 0;
  }
  .main_content .sp_column4 > * > img {
    margin-left: auto;
    margin-right: auto;
  }
  .main_content .sp_column4.sp_reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}
@media only screen and (min-width: 768px), print {
  .main_content .pc_mb0em {
    margin-bottom: 0em !important;
  }
}
@media only screen and (max-width: 767px) {
  .main_content .sp_mb0em {
    margin-bottom: 0em !important;
  }
}
.main_content .mb0em {
  margin-bottom: 0em !important;
}
@media only screen and (min-width: 768px), print {
  .main_content .pc_mb1em {
    margin-bottom: 1em !important;
  }
}
@media only screen and (max-width: 767px) {
  .main_content .sp_mb1em {
    margin-bottom: 1em !important;
  }
}
.main_content .mb1em {
  margin-bottom: 1em !important;
}
@media only screen and (min-width: 768px), print {
  .main_content .pc_mb2em {
    margin-bottom: 2em !important;
  }
}
@media only screen and (max-width: 767px) {
  .main_content .sp_mb2em {
    margin-bottom: 2em !important;
  }
}
.main_content .mb2em {
  margin-bottom: 2em !important;
}
@media only screen and (min-width: 768px), print {
  .main_content .pc_mb3em {
    margin-bottom: 3em !important;
  }
}
@media only screen and (max-width: 767px) {
  .main_content .sp_mb3em {
    margin-bottom: 3em !important;
  }
}
.main_content .mb3em {
  margin-bottom: 3em !important;
}
.main_content .clearfix::after {
  content: "";
  display: block;
  clear: both;
}
@media only screen and (min-width: 768px), print {
  .main_content .inner_float_right {
    float: right;
    margin-left: 1em;
    margin-bottom: 1em;
  }
}
@media only screen and (max-width: 767px) {
  .main_content .inner_float_right {
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 0.5em;
  }
}
@media only screen and (min-width: 768px), print {
  .main_content .inner_float_left {
    float: left;
    margin-right: 1em;
    margin-bottom: 1em;
  }
}
@media only screen and (max-width: 767px) {
  .main_content .inner_float_left {
    margin-right: auto;
    margin-left: auto;
  }
}
@media only screen and (min-width: 768px), print {
  .main_content .pc_inline_block_list > * {
    margin: 0;
    padding: 0;
  }
  .main_content .pc_inline_block_list > *::before {
    content: none;
  }
  .main_content .pc_inline_block_list > li {
    display: inline-block;
    padding: 5px;
  }
}
.main_content .center {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
@media only screen and (min-width: 768px), print {
  .main_content .pc_center {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }
}
@media only screen and (max-width: 767px) {
  .main_content .sp_center {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }
}
.main_content figure {
  display: table;
  table-layout: fixed;
  margin: 1em 0;
}
@media only screen and (max-width: 767px) {
  .main_content figure {
    width: 100%;
  }
}
.main_content figure img {
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 0.3em;
}
.main_content figure figcaption {
  display: table-caption;
  caption-side: bottom;
  text-align: center;
  line-height: 1.5;
}
.main_content figure figcaption .text {
  text-align: left;
  display: inline-block;
}
@media only screen and (min-width: 768px), print {
  .main_content .indent {
    padding-left: 1em !important;
  }
}
.main_content .img_radius {
  border-radius: 10px;
}
.main_content .kaiteiBox {
  display: table;
  max-width: 100%;
  margin-left: auto;
  line-height: 1.7;
}
.main_content .box {
  margin: 1em 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 2em;
}
.main_content .box-padding_small.box {
  padding: 1.5em;
}
@media only screen and (max-width: 767px) {
  .main_content .box-padding_small.box {
    padding: 1em;
  }
}
.main_content .box > *:first-child {
  margin-top: 0;
}
.main_content .box > *:last-child {
  margin-bottom: 0;
}
@media only screen and (max-width: 767px) {
  .main_content .box {
    padding: 1.5em;
  }
}
.main_content .box {
  border: solid 2px #eee;
  border-radius: 10px;
  background-color: #fff;
}
.main_content .alignRight {
  text-align: right;
}
.main_content .alignLeft {
  text-align: left;
}
.main_content .alignCenter {
  text-align: center;
}
@media only screen and (min-width: 768px), print {
  .main_content .pc_alignRight {
    text-align: right;
  }
}
@media only screen and (min-width: 768px), print {
  .main_content .pc_alignLeft {
    text-align: left;
  }
}
@media only screen and (min-width: 768px), print {
  .main_content .pc_alignCenter {
    text-align: center;
  }
}
@media only screen and (max-width: 767px) {
  .main_content .sp_alignRight {
    text-align: right;
  }
}
@media only screen and (max-width: 767px) {
  .main_content .sp_alignLeft {
    text-align: left;
  }
}
@media only screen and (max-width: 767px) {
  .main_content .sp_alignCenter {
    text-align: center;
  }
}
.main_content p {
  margin: 1em 0;
}

.mm-btn::before, .mm-btn::after {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}

@media only screen and (min-width: 768px), print {
  #sp_nav {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  #sp_nav:not(.mm-opened) {
    display: none;
  }
}

.mm-navbar {
  height: 50px !important;
  background-color: #abc20d !important;
}
.mm-navbar .mm-title {
  color: #fff !important;
  font-weight: bold !important;
  height: 100% !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.mm-navbar .mm-btn,
.mm-navbar .mm-prev {
  -webkit-transition: opacity 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: opacity 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.mm-navbar .mm-btn:hover,
.mm-navbar .mm-prev:hover {
  opacity: 0.7;
}
.mm-navbar .mm-arrow:after, .mm-navbar .mm-next:after, .mm-navbar .mm-prev:before {
  -webkit-transform-origin: bottom right;
          transform-origin: bottom right;
}

.mm-listview {
  margin-top: -10px !important;
}
.mm-listview .ext::after,
.mm-listview .pdf::after {
  top: -2px;
  margin-left: 0.5em;
}
.mm-listview a {
  -webkit-transition: all 0.1s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 0.1s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.mm-listview a:hover {
  background-color: rgba(171, 194, 13, 0.2);
}
.mm-listview a:not(.mm-next) {
  position: relative;
  padding: 15px 15px 15px 35px !important;
}
.mm-listview a:not(.mm-next)::before {
  content: "";
  display: block;
  position: absolute;
  background-image: url("../img/icon/link_arrow.png");
  background-size: cover;
  width: 9px;
  height: 12px;
  top: 0;
  bottom: 0;
  left: 15px;
  margin: auto;
}

.mmFreeContent {
  border: none !important;
  padding: 10px !important;
}
.mmFreeContent::after {
  content: none !important;
}
.mmFreeContent .sitesearch {
  width: 100%;
  border: solid 1px #abc20d;
}
.mmFreeContent .sitesearch .sitesearch_input {
  font-size: 16px;
  padding: 5px 0 5px 10px;
}
.mmFreeContent .sitesearch .sitesearch_btn {
  width: 46px;
}

.wp-wrapper .article_title,
.wpnews .article_title {
  margin-bottom: 10px !important;
}
@media only screen and (min-width: 768px), print {
  .wp-wrapper .article_info,
  .wpnews .article_info {
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .wp-wrapper .article_info,
  .wpnews .article_info {
    margin-bottom: 10px;
  }
}
.wp-wrapper .article_info::after,
.wpnews .article_info::after {
  content: "";
  display: block;
  clear: both;
}
.wp-wrapper .article_date,
.wpnews .article_date {
  float: right;
}
.wp-wrapper .article_content > *:first-child,
.wpnews .article_content > *:first-child {
  margin-top: 0;
}

@media only screen and (min-width: 768px), print {
  a.tel_link {
    text-decoration: none;
    color: inherit;
    pointer-events: none;
    cursor: default;
  }
}

.page_break {
  page-break-before: always;
}

@media only screen and (min-width: 768px), print {
  .sp_br {
    display: none;
  }
}

.topicsTabArea {
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .topicsTabArea {
    margin-bottom: 1em;
  }
}

.topicsTabList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media only screen and (min-width: 768px), print {
  .topicsTabList > li {
    margin: 0 10px;
  }
}
@media only screen and (max-width: 767px) {
  .topicsTabList {
    margin: -3px;
  }
  .topicsTabList > li {
    width: 50%;
    padding: 3px;
  }
}

.topicsTab {
  -webkit-transition: opacity 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: opacity 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
  display: block;
  line-height: 1.5;
  text-align: center;
  background-color: #ff7e3e;
  text-decoration: none !important;
  color: #fff !important;
  font-weight: bold;
  -webkit-transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.topicsTab:hover {
  opacity: 0.7;
}
@media only screen and (min-width: 768px), print {
  .topicsTab {
    padding: 10px 20px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    min-width: 200px;
  }
}
@media only screen and (max-width: 767px) {
  .topicsTab {
    width: 100%;
    padding: 0.7em 1em;
    border-radius: 3px;
  }
}
@media only screen and (min-width: 768px), print {
  .topicsTab.active {
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
  }
}
@media only screen and (max-width: 767px) {
  .topicsTab.active {
    opacity: 0.7;
  }
}

.topicsAccordionList > li {
  display: none;
}
.topicsAccordionList > li.active {
  display: block;
}

.noNews {
  padding: 1em 0;
}

.js-accordion_area {
  margin: 1em 0;
}
.js-accordion_area._opened .js-accordion_content {
  display: block;
}
.js-accordion_area._opened .js-accordion_btn::before {
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
}
.js-accordion_area._opened .js-accordion_btn::after {
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
}

.js-accordion_btn {
  -webkit-transition: opacity 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: opacity 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
  position: relative;
  display: block;
  cursor: pointer;
}
.js-accordion_btn:hover {
  opacity: 0.7;
}
@media only screen and (min-width: 768px), print {
  .js-accordion_btn {
    padding-left: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .js-accordion_btn {
    padding-left: 20px;
  }
}
.js-accordion_btn::before, .js-accordion_btn::after {
  content: "";
  display: block;
  position: absolute;
  height: 2px;
  -webkit-transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
  background-color: #ff7e3e;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
@media only screen and (min-width: 768px), print {
  .js-accordion_btn::before, .js-accordion_btn::after {
    width: 25px;
  }
}
@media only screen and (max-width: 767px) {
  .js-accordion_btn::before, .js-accordion_btn::after {
    width: 20px;
  }
}
.js-accordion_btn::before {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}

.js-accordion_content {
  display: none;
}
.js-accordion_content > *:first-child {
  margin-top: 0;
}
.js-accordion_content > *:last-child {
  margin-bottom: 0;
}

.bannerLink {
  -webkit-transition: opacity 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: opacity 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
  display: block;
  max-width: 100%;
}
.bannerLink:hover {
  opacity: 0.7;
}

.sdgsIconList {
  float: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media only screen and (min-width: 768px), print {
  .sdgsIconList {
    margin: 0 -5px;
  }
}
@media only screen and (max-width: 767px) {
  .sdgsIconList {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 0.5em -5px;
  }
}
.sdgsIconList > li {
  padding: 5px;
}
@media only screen and (min-width: 768px), print {
  .sdgsIconList .sdgsIcon {
    width: 80px;
  }
}
@media only screen and (max-width: 767px) {
  .sdgsIconList .sdgsIcon {
    width: 50px;
  }
}