@charset "UTF-8";
/*=====================================================
  share
=====================================================*/
* {
  box-sizing: border-box;
}

html, body {
  height: 100%;
}

html {
  font-size: 18px;
}

body {
  width: 100%;
  font-family: Arial,"Noto Sans JP",meiryo,'メイリオ','Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3',sans-serif;
  font-size: 1rem;
  font-feature-settings: "palt";
  letter-spacing: 0.1rem;
  color: #333;
  text-align: left;
  background-color: #fff;
  position: relative;
  padding-top: 92px;
}

@media print, screen and (min-width: 1280px) {
  body {
    padding-top: 0;
  }
}

a:link {
  color: #0c7ae1;
}

a:visited {
  color: #7b1fa2;
}

a:hover,
a:active {
  color: #0c7ae1;
  text-decoration: none;
}

.mainImage {
  background-image: url(/kankyo-sokutei-oita/images/main_img.jpg);
}

@media print, screen and (min-width: 1280px) {
  .gNav .gNav__block .gNav__primary > li {
    width: calc(100% / 7);
  }
  .gNav .gNav__block .gNav__primary > li.gNav__training > a {
    background-image: none;
  }
  .gNav .gNav__block .gNav__primary > li > a.iconWin:hover::after {
    background-image: url(/images/icon_win_white.svg);
  }
}

/*=====================================================
  bdr
=====================================================*/
.bdr, .bdrRed, .bdrLinkList {
  margin-top: 30px;
  margin-bottom: 30px;
  padding: 20px;
  border: 1px solid #ced6dc;
}

/*---------------------------------------------------
  bdrRed
---------------------------------------------------*/
.bdrRed {
  border-width: 5px;
  border-color: #f3390d;
}

/*=====================================================
  bdrDot
=====================================================*/
.bdrDot {
  margin-top: 1rem;
  margin-bottom: 1rem;
  padding: 0.5rem 15px;
  border: 2px dotted #d6d8d7;
}

/*=====================================================

=====================================================*/
.bdrLinkList {
  padding-top: 10px;
  padding-bottom: 10px;
}

/*=====================================================
  depContact
=====================================================*/
.depContact .depContact__title {
  padding: 0;
  background: none;
  border: none;
}

/*=====================================================
  button
=====================================================*/
.button, .buttonUp, .buttonLeft, .buttonDown, .buttonEdit, .buttonWin, .buttonPdf, .buttonWord, .buttonExcel, .buttonPpt {
  padding: 12px 20px 12px 20px;
  display: inline-block;
  position: relative;
  line-height: 1.4;
  text-decoration: none;
  font-weight: bold;
  color: #333;
  position: relative;
  transition: all .2s;
  cursor: pointer;
  background-color: #fff;
  border: 1px solid #ced6dc;
  border-radius: 5px;
}

.button .icon, .buttonUp .icon, .buttonLeft .icon, .buttonDown .icon, .buttonEdit .icon, .buttonWin .icon, .buttonPdf .icon, .buttonWord .icon, .buttonExcel .icon, .buttonPpt .icon {
  padding-left: 24px;
  display: inline-block;
  background-image: url(/images/icon_arrow_primary_m_right.svg);
  background-repeat: no-repeat;
  background-position: 0 center;
  background-size: 15px 15px;
}

.button:link, .buttonUp:link, .buttonLeft:link, .buttonDown:link, .buttonEdit:link, .buttonWin:link, .buttonPdf:link, .buttonWord:link, .buttonExcel:link, .buttonPpt:link, .button:hover, .buttonUp:hover, .buttonLeft:hover, .buttonDown:hover, .buttonEdit:hover, .buttonWin:hover, .buttonPdf:hover, .buttonWord:hover, .buttonExcel:hover, .buttonPpt:hover, .button:active, .buttonUp:active, .buttonLeft:active, .buttonDown:active, .buttonEdit:active, .buttonWin:active, .buttonPdf:active, .buttonWord:active, .buttonExcel:active, .buttonPpt:active, .button:visited, .buttonUp:visited, .buttonLeft:visited, .buttonDown:visited, .buttonEdit:visited, .buttonWin:visited, .buttonPdf:visited, .buttonWord:visited, .buttonExcel:visited, .buttonPpt:visited {
  text-decoration: none;
  color: #333;
}

@media print, screen and (min-width: 1024px) {
  .button:hover, .buttonUp:hover, .buttonLeft:hover, .buttonDown:hover, .buttonEdit:hover, .buttonWin:hover, .buttonPdf:hover, .buttonWord:hover, .buttonExcel:hover, .buttonPpt:hover {
    color: #fff !important;
    background-color: #009865;
  }
  .button:hover .icon, .buttonUp:hover .icon, .buttonLeft:hover .icon, .buttonDown:hover .icon, .buttonEdit:hover .icon, .buttonWin:hover .icon, .buttonPdf:hover .icon, .buttonWord:hover .icon, .buttonExcel:hover .icon, .buttonPpt:hover .icon {
    background-image: url(/images/icon_arrow_white_m_right.svg);
  }
  .button:hover .iconWin::after, .buttonUp:hover .iconWin::after, .buttonLeft:hover .iconWin::after, .buttonDown:hover .iconWin::after, .buttonEdit:hover .iconWin::after, .buttonWin:hover .iconWin::after, .buttonPdf:hover .iconWin::after, .buttonWord:hover .iconWin::after, .buttonExcel:hover .iconWin::after, .buttonPpt:hover .iconWin::after, .button:hover.iconWin::after, .buttonUp:hover.iconWin::after, .buttonLeft:hover.iconWin::after, .buttonDown:hover.iconWin::after, .buttonEdit:hover.iconWin::after, .buttonWin:hover.iconWin::after, .buttonPdf:hover.iconWin::after, .buttonWord:hover.iconWin::after, .buttonExcel:hover.iconWin::after, .buttonPpt:hover.iconWin::after {
    background-image: url(/images/icon_win_white.svg);
  }
  .button:hover:link, .buttonUp:hover:link, .buttonLeft:hover:link, .buttonDown:hover:link, .buttonEdit:hover:link, .buttonWin:hover:link, .buttonPdf:hover:link, .buttonWord:hover:link, .buttonExcel:hover:link, .buttonPpt:hover:link, .button:hover:hover, .buttonUp:hover:hover, .buttonLeft:hover:hover, .buttonDown:hover:hover, .buttonEdit:hover:hover, .buttonWin:hover:hover, .buttonPdf:hover:hover, .buttonWord:hover:hover, .buttonExcel:hover:hover, .buttonPpt:hover:hover, .button:hover:active, .buttonUp:hover:active, .buttonLeft:hover:active, .buttonDown:hover:active, .buttonEdit:hover:active, .buttonWin:hover:active, .buttonPdf:hover:active, .buttonWord:hover:active, .buttonExcel:hover:active, .buttonPpt:hover:active, .button:hover:visited, .buttonUp:hover:visited, .buttonLeft:hover:visited, .buttonDown:hover:visited, .buttonEdit:hover:visited, .buttonWin:hover:visited, .buttonPdf:hover:visited, .buttonWord:hover:visited, .buttonExcel:hover:visited, .buttonPpt:hover:visited {
    color: #fff;
  }
}

.button.button--dark, .button--dark.buttonUp, .button--dark.buttonLeft, .button--dark.buttonDown, .button--dark.buttonEdit, .button--dark.buttonWin, .button--dark.buttonPdf, .button--dark.buttonWord, .button--dark.buttonExcel, .button--dark.buttonPpt {
  color: #fff;
  background-color: #009865 !important;
  border-width: 0;
}

.button.button--dark .icon, .button--dark.buttonUp .icon, .button--dark.buttonLeft .icon, .button--dark.buttonDown .icon, .button--dark.buttonEdit .icon, .button--dark.buttonWin .icon, .button--dark.buttonPdf .icon, .button--dark.buttonWord .icon, .button--dark.buttonExcel .icon, .button--dark.buttonPpt .icon {
  background-image: url(/images/icon_arrow_white_m_right.svg);
}

@media print, screen and (min-width: 1024px) {
  .button.button--dark:hover, .button--dark.buttonUp:hover, .button--dark.buttonLeft:hover, .button--dark.buttonDown:hover, .button--dark.buttonEdit:hover, .button--dark.buttonWin:hover, .button--dark.buttonPdf:hover, .button--dark.buttonWord:hover, .button--dark.buttonExcel:hover, .button--dark.buttonPpt:hover {
    background-color: #f6710f !important;
  }
  .button.button--dark:hover .icon, .button--dark.buttonUp:hover .icon, .button--dark.buttonLeft:hover .icon, .button--dark.buttonDown:hover .icon, .button--dark.buttonEdit:hover .icon, .button--dark.buttonWin:hover .icon, .button--dark.buttonPdf:hover .icon, .button--dark.buttonWord:hover .icon, .button--dark.buttonExcel:hover .icon, .button--dark.buttonPpt:hover .icon {
    background-image: url(/images/icon_arrow_secondary_white_m_right.svg);
  }
}

.button.button--disabled, .button--disabled.buttonUp, .button--disabled.buttonLeft, .button--disabled.buttonDown, .button--disabled.buttonEdit, .button--disabled.buttonWin, .button--disabled.buttonPdf, .button--disabled.buttonWord, .button--disabled.buttonExcel, .button--disabled.buttonPpt {
  background-color: #817f7f;
  cursor: auto;
  color: #CCC;
}

.button.button--disabled:hover, .button--disabled.buttonUp:hover, .button--disabled.buttonLeft:hover, .button--disabled.buttonDown:hover, .button--disabled.buttonEdit:hover, .button--disabled.buttonWin:hover, .button--disabled.buttonPdf:hover, .button--disabled.buttonWord:hover, .button--disabled.buttonExcel:hover, .button--disabled.buttonPpt:hover {
  background-color: #817f7f;
  color: #CCC !important;
}

.buttonUp .icon {
  background-image: url(/images/icon_arrow_primary_m_up.svg);
  background-size: 15px 15px;
}

.buttonUp:hover .icon {
  background-image: url(/images/icon_arrow_white_m_up.svg);
  background-size: 15px 15px;
}

.buttonLeft .icon {
  background-image: url(/images/icon_arrow_primary_m_left.svg);
  background-position: 0 center;
}

.buttonLeft:hover .icon {
  background-image: url(/images/icon_arrow_white_m_left.svg);
  background-size: 15px 15px;
}

.buttonDown .icon {
  background-image: url(/images/icon_arrow_primary_m_down.svg);
  background-size: 15px 15px;
}

.buttonDown:hover .icon {
  background-image: url(/images/icon_arrow_white_m_down.svg);
  background-size: 15px 15px;
}

.buttonEdit {
  background-color: #999;
  color: #fff !important;
  background-image: none;
  border-color: #999;
}

.buttonEdit:hover {
  background-color: #666;
  border-color: #666;
  background-image: none;
}

/*=====================================================
  buttonWin
=====================================================*/
.buttonWin {
  padding-right: 44px;
  background-image: url(/images/icon_win.svg);
  background-repeat: no-repeat;
  background-position: right 20px center;
  background-size: 17px 13px;
}

.buttonWin:hover {
  background-image: url(/images/icon_win_white.svg);
}

.buttonPdf {
  padding-left: 36px;
  background-image: url(/images/icon_file_pdf.svg);
  background-repeat: no-repeat;
  background-position: left 10px center;
  background-size: 18px 18px;
}

.buttonPdf:hover {
  background-image: url(/images/icon_file_pdf.svg);
  background-size: 18px 18px;
}

.buttonWord {
  padding-left: 36px;
  background-image: url(/images/icon_file_word.svg);
  background-repeat: no-repeat;
  background-position: left 10px center;
  background-size: 18px 18px;
}

.buttonWord:hover {
  background-image: url(/images/icon_file_word.svg);
  background-size: 18px 18px;
}

.buttonExcel {
  padding-left: 36px;
  background-image: url(/images/icon_file_excel.svg);
  background-repeat: no-repeat;
  background-position: left 10px center;
  background-size: 18px 18px;
}

.buttonExcel:hover {
  background-image: url(/images/icon_file_excel.svg);
  background-size: 18px 18px;
}

.buttonPpt {
  padding-left: 36px;
  background-image: url(/images/icon_file_ppt.svg);
  background-repeat: no-repeat;
  background-position: left 10px center;
  background-size: 18px 18px;
}

.buttonPpt:hover {
  background-image: url(/images/icon_file_ppt.svg);
  background-size: 18px 18px;
}

.button02 {
  padding: 12px 20px 12px 20px;
  display: inline-block;
  position: relative;
  line-height: 1.4;
  text-decoration: none;
  font-weight: bold;
  color: #FFF;
  position: relative;
  transition: all .2s;
  cursor: pointer;
  background-color: #009865;
  border-radius: 5px;
}

@media print, screen and (min-width: 1024px) {
  .button02 {
    font-size: 22px;
    font-size: 1.22222rem;
    padding: 18px 20px;
  }
}

.button02 a {
  text-decoration: none;
}

@media print, screen and (min-width: 1024px) {
  .button02:hover {
    color: #fff !important;
    background-color: #f6710f;
  }
}

/*=====================================================
  color
=====================================================*/
.red {
  color: #f3390d;
}

.blue {
  color: #096bc6;
}

.green {
  color: #42b31a;
}

.yellow {
  color: #ffff00;
}

.orange {
  color: #fd7c09;
}

/*==================================================
  contentsBanner
==================================================*/
.contentsBanner {
  margin: 60px 0 10px 0;
  padding: 0 20px;
}

/*=====================================================
  cv
=====================================================*/
.cv {
  margin: 0;
  padding: 20px;
  background-color: #f4f7f6;
}

@media print, screen and (min-width: 1280px) {
  .cv {
    padding: 60px 0;
  }
}

.cv .cv__inner {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

@media print, screen and (min-width: 1280px) {
  .cv .cv__inner {
    max-width: 1200px;
    margin: 0 auto;
  }
}

.cv .cv__shisetsu {
  width: 100%;
  margin: 0 0 10px 0;
  padding: 0;
  line-height: 1.4;
}

@media print, screen and (min-width: 1280px) {
  .cv .cv__shisetsu {
    margin-bottom: 30px;
  }
}

.cv .cv__shisetsu .cv__shisetsuGroup {
  margin: 0 0 8px 0;
  padding: 0;
  font-size: 13px;
  font-size: 0.72222rem;
  font-weight: bold;
}

@media print, screen and (min-width: 1280px) {
  .cv .cv__shisetsu .cv__shisetsuGroup {
    font-size: 18px;
    font-size: 1rem;
  }
}

.cv .cv__shisetsu .cv__shisetsuName {
  margin: 0;
  padding: 0;
  font-size: 22px;
  font-size: 1.22222rem;
  font-weight: bold;
  color: #009865;
}

@media print, screen and (min-width: 1280px) {
  .cv .cv__shisetsu .cv__shisetsuName {
    font-size: 32px;
    font-size: 1.77778rem;
  }
}

.cv .cv__shisetsuImg {
  margin-right: auto;
  margin-left: auto;
  max-width: 300px;
  text-align: center;
  margin-bottom: 0;
  overflow: hidden;
  border-radius: 10px;
}

.cv .cv__btnReserve {
  margin: 0 0 15px 0;
  padding: 0;
}

.cv .cv__btnReserve a {
  width: 100%;
  display: block;
}

.cv .cv__btnReserve a .button02 {
  width: 100%;
  text-align: center;
}

.cv .cv__btnReserve a .button02 .icon {
  padding: 0 0 0 32px;
  display: inline-block;
  background-image: url(/images/icon_schedule_white.svg);
  background-repeat: no-repeat;
  background-position: 0 -3px;
  background-size: 28px 28px;
}

@media print, screen and (min-width: 1280px) {
  .cv .cv__btnReserve a .button02 .icon {
    padding-left: 38px;
    background-size: 32px 32px;
  }
}

.cv .cv__contact {
  width: 100%;
  margin: 0;
  padding: 20px 20px 0 20px;
  background-color: #fff;
  border-radius: 10px;
}

.cv .cv__contact .cv__contactTitle {
  margin: 0;
  padding: 15px;
  font-weight: bold;
  line-height: 1.4;
  background-color: #f4f7f6;
  border-radius: 5px;
}

@media print, screen and (min-width: 768px) {
  .cv .cv__contact .cv__contactTitle {
    margin-bottom: 0;
    text-align: center;
  }
}

@media print, screen and (min-width: 1280px) {
  .cv .cv__contact .cv__contactTitle {
    font-size: 24px;
    font-size: 1.33333rem;
    text-align: center;
  }
}

.cv .cv__contact .cv__contactShisetsuName {
  margin: 0 0 15px 0;
  line-height: 1;
  font-size: 16px;
  font-size: 0.88889rem;
  font-weight: bold;
  text-align: center;
}

@media print, screen and (min-width: 1280px) {
  .cv .cv__contact .cv__contactShisetsuName {
    font-size: 20px;
    font-size: 1.11111rem;
  }
}

.cv .cv__contact .cv__tel {
  margin: 0 0 10px 0;
  padding: 0;
  line-height: 1;
  letter-spacing: 0;
  text-align: center;
  font-weight: bold;
}

@media print, screen and (min-width: 1280px) {
  .cv .cv__contact .cv__tel {
    font-size: 24px;
    font-size: 1.33333rem;
  }
}

.cv .cv__contact .cv__tel .cv__telNum {
  font-size: 22px;
  font-size: 1.22222rem;
}

@media print, screen and (min-width: 1280px) {
  .cv .cv__contact .cv__tel .cv__telNum {
    font-size: 42px;
    font-size: 2.33333rem;
  }
}

.cv .cv__contact .cv__fax {
  margin: 0;
  padding: 0;
  font-size: 16px;
  font-size: 0.88889rem;
  text-align: center;
  font-weight: bold;
}

@media print, screen and (min-width: 1280px) {
  .cv .cv__contact .cv__fax {
    font-size: 24px;
    font-size: 1.33333rem;
  }
}

.cv .cv__btnContact {
  margin: 0;
  padding: 0;
}

.cv .cv__btnContact .button02 {
  width: 100%;
  text-align: center;
}

.cv .cv__btnContact .button02 .icon {
  padding: 0 0 0 32px;
  display: inline-block;
  background-image: url(/images/icon_mail_white.svg);
  background-repeat: no-repeat;
  background-position: 0 center;
  background-size: 24px 24px;
}

@media print, screen and (min-width: 1280px) {
  .cv .cv__btnContact .button02 .icon {
    padding-left: 38px;
    background-size: 30px 30px;
  }
}

.fc-button {
  font-size: 12px !important;
}

@media print, screen and (min-width: 1280px) {
  .fc-button {
    font-size: 16px !important;
  }
}

.fc-toolbar h2 {
  margin: 0;
  padding: 0;
  font-size: 18px !important;
  background-color: transparent !important;
}

@media print, screen and (min-width: 1280px) {
  .fc-toolbar h2 {
    font-size: 24px !important;
  }
}

.fc-toolbar h2:before {
  display: none;
}

.fc-list-item-title a {
  text-decoration: underline !important;
}

.fc-list-item-title a:link {
  color: #085ff2;
}

.fc-list-item-title a:visited {
  color: #7b1fa2;
}

.fc-list-item-title a:hover, .fc-list-item-title a:active {
  color: #ff00ff;
}

.fs--xl {
  font-size: 22px;
  font-size: 1.22222rem;
}

@media print, screen and (min-width: 1024px) {
  .fs--xl {
    font-size: 26px;
    font-size: 1.44444rem;
  }
}

.fs--l {
  font-size: 18px;
  font-size: 1rem;
}

@media print, screen and (min-width: 1024px) {
  .fs--l {
    font-size: 20px;
    font-size: 1.11111rem;
  }
}

.fs--ml {
  font-size: 18px;
  font-size: 1rem;
}

.fs--m {
  font-size: 18px;
  font-size: 1rem;
}

.fs--s {
  font-size: 12px;
  font-size: 0.66667rem;
  line-height: 1.4;
}

@media print, screen and (min-width: 1024px) {
  .fs--s {
    font-size: 14px;
    font-size: 0.77778rem;
  }
}

/*==================================================
  copyright
==================================================*/
.copyright {
  margin: 0;
  padding: 30px 20px 70px 20px;
  color: #fff;
  line-height: 1;
  text-align: center;
  background-color: #2e322f;
}

.copyright small {
  font-size: 13px;
  font-size: 0.72222rem;
}

@media print, screen and (min-width: 768px) {
  .copyright {
    padding: 30px 20px;
  }
}

/*==================================================
  btnPageTop
==================================================*/
.btnPageTop {
  position: relative;
}

.btnPageTop a {
  width: 60px;
  height: 60px;
  position: fixed;
  right: 20px;
  bottom: 70px;
  overflow: hidden;
  text-indent: -9999px;
  opacity: 0.9;
  background-color: rgba(0, 0, 0, 0.8);
  background-image: url("/images/icon_arrow_white_s_up.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 12px 10px;
  z-index: 200;
}

/*=====================================================
  tblBlock--form
=====================================================*/
.f__errorMsg {
  padding: 5px;
  display: block;
  color: #f3390d !important;
  font-weight: bold;
  line-height: 1.8;
  background-color: #fdeaea;
}

/*=====================================================
  f_text
=====================================================*/
input[type=checkbox],
input[type=radio] {
  margin-right: 10px;
  display: inline-block;
}

input[type=submit],
button {
  border: none;
  cursor: pointer;
}

textarea {
  box-sizing: border-box;
}

label {
  margin-right: 0;
  display: inline-block;
}

.f_caseText {
  color: #999;
}

.f__text {
  padding: 14px !important;
  border: 1px solid #d6d8d7 !important;
  font-size: 15px;
  font-size: 0.83333rem;
}

.f__select {
  padding: 14px !important;
  border: 1px solid #d6d8d7 !important;
  font-size: 18px;
  font-size: 1rem;
}

@media print, screen and (min-width: 768px) {
  .f__select {
    font-size: 15px;
    font-size: 0.83333rem;
  }
}

.f__textarea {
  padding: 10px !important;
  border: 1px solid #d6d8d7 !important;
  font-size: 18px;
  font-size: 1rem;
  line-height: 1.8;
}

.f__name,
.f__kana {
  width: 40%;
  margin-right: 10px;
}

@media print, screen and (min-width: 768px) {
  .f__name,
  .f__kana {
    width: 200px;
  }
}

.f__fullName {
  width: 80%;
}

@media print, screen and (min-width: 768px) {
  .f__fullName {
    width: 300px;
  }
}

.f__age {
  width: 30%;
}

@media print, screen and (min-width: 768px) {
  .f__age {
    width: 100px;
  }
}

.f__tel {
  width: 80%;
}

@media print, screen and (min-width: 768px) {
  .f__tel {
    width: 300px;
  }
}

.f__zip {
  width: 80%;
}

@media print, screen and (min-width: 768px) {
  .f__zip {
    width: 200px;
  }
}

.f__company,
.f__dep {
  width: 70%;
}

@media print, screen and (min-width: 768px) {
  .f__company,
  .f__dep {
    width: 60%;
  }
}

.f__mail {
  width: 100%;
}

@media print, screen and (min-width: 768px) {
  .f__mail {
    width: 400px;
  }
}

.f__date {
  width: 100%;
}

.f__address {
  width: 100%;
}

.f__comment {
  width: 100%;
  height: 200px;
}

@media print, screen and (min-width: 1280px) {
  .f__comment {
    height: 300px;
  }
}

.f__require {
  background-color: #fefdc5;
}

.f_requireBox {
  display: inline-block;
  padding: 10px;
}

.iconRequire {
  margin-left: 5px;
  padding: 3px 8px;
  position: relative;
  top: -2px;
  display: inline-block;
  color: #FFF;
  line-height: 1;
  font-size: 11px;
  font-size: 0.61111rem;
  background-color: #f3390d;
  border-radius: 10px;
}

/*-----------------------------------
    Annotation
-----------------------------------*/
.f__annotation {
  margin-bottom: 10px;
  font-size: 15px;
  font-size: 0.83333rem;
  color: #817f7f;
}

@media print, screen and (min-width: 1280px) {
  .f__annotation {
    font-size: 18px;
    font-size: 1rem;
  }
}

/*==================================================
  buttonSubmit
==================================================*/
.buttonSubmit {
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
  padding: 15px;
  display: inline-block;
  position: relative;
  font-size: 20px;
  font-size: 1.11111rem;
  font-weight: bold;
  color: #fff;
  background-color: #009865;
  border-radius: 5px;
}

@media print, screen and (min-width: 1280px) {
  .buttonSubmit {
    padding: 25px;
    font-size: 26px;
    font-size: 1.44444rem;
    border-radius: 10px;
    transition: all .2s;
  }
  .buttonSubmit:hover {
    background-color: #fd7c09;
  }
}

/*---------------------------------------------------
  errBox
---------------------------------------------------*/
.errBdrBox {
  margin-bottom: 1rem;
  padding: 15px 20px;
  font-weight: bold;
  color: #f3390d;
  border: 5px solid #f3390d;
  background: #fdeaea;
}

@media print, screen and (min-width: 768px) {
  .errBdrBox {
    padding: 20px;
  }
}

.errBdrBox p {
  font-size: 18px;
  font-size: 1rem;
}

@media print, screen and (min-width: 768px) {
  .errBdrBox p {
    font-size: 20px;
    font-size: 1.11111rem;
  }
}

/*---------------------------------------------------
  err
---------------------------------------------------*/
.f__errForm {
  border: 1px solid #f3390d !important;
  background: #fdeaea !important;
}

.f__errBox {
  background: #fdeaea !important;
}

.f__errMsg {
  margin: 0 0 10px 0;
  padding: 10px;
  color: #f3390d;
  font-weight: bold;
  line-height: 1.4;
  background-color: #fdeaea;
}

.f__errText {
  margin-bottom: 10px;
  padding: 8px;
  color: #f3390d;
  font-size: 14px;
  font-size: 0.77778rem;
  line-height: 1.4;
  font-weight: bold;
  background-color: #fdeaea;
}

.fBtnArea {
  margin: 2rem 0;
  overflow: hidden;
}

.fBtnArea .fBtnArea__rightBox {
  margin-bottom: 40px;
}

@media print, screen and (min-width: 576px) {
  .fBtnArea .fBtnArea__rightBox {
    width: 48%;
    float: right;
  }
}

.fBtnArea .fBtnArea__leftBox {
  margin-bottom: 40px;
}

@media print, screen and (min-width: 576px) {
  .fBtnArea .fBtnArea__leftBox {
    width: 48%;
    float: left;
  }
}

/*==================================================
  f_button
==================================================*/
.f_button {
  width: 100%;
  cursor: pointer;
  font-size: 18px;
  font-size: 1rem;
  font-weight: bold;
  letter-spacing: 0.1rem;
}

@media print, screen and (min-width: 768px) {
  .f_button {
    width: auto;
    padding: 24px 84px 24px 34px;
    font-weight: bold;
    font-size: 22px;
    font-size: 1.22222rem;
  }
}

.gNavLayer {
  width: 100%;
  height: 100vh;
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.9);
  z-index: 9000;
}

/*=====================================================
  gNav
=====================================================*/
.gNav {
  width: 100%;
  display: none;
  background-color: #fff;
  /*-----------------------------------
   gNav__block
  -----------------------------------*/
}

@media print, screen and (min-width: 1280px) {
  .gNav {
    margin: 0 auto 0 auto;
    padding: 0 20px;
    display: block;
  }
}

.gNav .gNav__block {
  width: 90%;
  height: 76vh;
  margin: 0 auto;
  padding: 15px 20px;
  overflow-y: scroll;
  position: fixed;
  left: 0;
  right: 0;
  top: 60px;
  background-color: #fff;
  z-index: 10000;
  border-radius: 5px;
}

@media print, screen and (min-width: 1280px) {
  .gNav .gNav__block {
    width: 100%;
    height: auto;
    padding: 0;
    position: relative;
    top: 0;
    background-color: #fff;
    overflow-y: visible;
    border-radius: 0px;
    z-index: 1000;
  }
}

.gNav .gNav__block .gNav__primary {
  margin: 0 0 20px 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  border-top: 1px solid #d6d8d7;
}

@media print, screen and (min-width: 1280px) {
  .gNav .gNav__block .gNav__primary {
    width: 100%;
    margin: 0;
    border-top-width: 0;
  }
}

.gNav .gNav__block .gNav__primary > li {
  width: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  line-height: 1;
}

@media print, screen and (min-width: 1280px) {
  .gNav .gNav__block .gNav__primary > li {
    position: static;
    transition: all .2s;
  }
  .gNav .gNav__block .gNav__primary > li:last-child > a::after {
    width: 1px;
    height: 40px;
    content: "";
    background-color: #d6d8d7;
    position: absolute;
    right: 0;
    top: 4px;
  }
  .gNav .gNav__block .gNav__primary > li:hover {
    background-color: #009865;
  }
  .gNav .gNav__block .gNav__primary > li:hover > a {
    color: #fff;
    background-color: #009865;
    border-radius: 8px 8px 0 0;
    background-image: url("/images/icon_arrow_white_s_down.svg");
    background-position: center bottom 3px;
  }
  .gNav .gNav__block .gNav__primary > li:hover > a .iconWin::after {
    background-image: url(/images/icon_win_white.svg);
  }
}

@media print, screen and (min-width: 1280px) {
  .gNav .gNav__block .gNav__primary > li.gNav__home > a {
    background-image: none;
  }
  .gNav .gNav__block .gNav__primary > li.gNav__home > a:hover {
    border-radius: 8px 8px 8px 8px;
    background-image: none;
  }
}

.gNav .gNav__block .gNav__primary > li > a {
  width: 100%;
  margin: 0;
  padding: 15px 0 15px 0;
  font-weight: bold;
  display: block;
  text-align: left;
  color: #333;
  text-decoration: none;
  position: relative;
  border-bottom: 1px solid #d6d8d7;
}

@media print, screen and (min-width: 1280px) {
  .gNav .gNav__block .gNav__primary > li > a {
    height: 54px;
    margin: 0 auto;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    font-size: 1rem;
    text-align: center;
    border-bottom-width: 0;
    overflow: hidden;
    background-image: url("/images/icon_arrow_primary_s_down.svg");
    background-repeat: no-repeat;
    background-position: center bottom 6px;
    background-size: 7px 5px;
    transition: all .2s;
  }
  .gNav .gNav__block .gNav__primary > li > a::before {
    width: 1px;
    height: 40px;
    content: "";
    background-color: #d6d8d7;
    position: absolute;
    left: 0;
    top: 6px;
  }
  .gNav .gNav__block .gNav__primary > li > a.active {
    color: #fff;
    background-color: #009865;
    border-radius: 8px 8px 0 0;
    background-image: url("/images/icon_arrow_white_s_down.svg");
    background-position: center bottom 3px;
  }
}

.gNav .gNav__block .gNav__primary > li .gNav__secondary {
  display: none;
  margin: 0;
  padding: 15px;
  color: #fff;
  background-color: #009865;
}

@media print, screen and (min-width: 1280px) {
  .gNav .gNav__block .gNav__primary > li .gNav__secondary {
    width: 100%;
    max-height: calc(100vh - 200px);
    overflow-y: auto;
    margin: 0;
    padding: 40px 20px 20px 20px;
    position: absolute;
    top: 100%;
    left: 0;
    background-color: #009865;
    border-radius: 0 0 10px 10px;
    z-index: 200;
  }
}

.gNav .gNav__block .gNav__primary > li .gNav__secondary .gNav__secondaryInner {
  max-width: 1200px;
  margin: 0 auto;
}

@media print, screen and (min-width: 1280px) {
  .gNav .gNav__block .gNav__primary > li .gNav__secondary .gNav__secondaryInner {
    min-height: 300px;
  }
}

.gNav .gNav__block .gNav__primary > li .gNav__secondary .gNav__secondaryPht {
  margin: 0 0 15px 0;
  padding: 0;
  display: none;
  overflow: hidden;
  border-radius: 3px;
}

@media print, screen and (min-width: 1280px) {
  .gNav .gNav__block .gNav__primary > li .gNav__secondary .gNav__secondaryPht {
    display: block;
  }
  .gNav .gNav__block .gNav__primary > li .gNav__secondary .gNav__secondaryPht img {
    transition: all .2s;
  }
  .gNav .gNav__block .gNav__primary > li .gNav__secondary .gNav__secondaryPht a:hover img {
    transform: scale(1.1);
  }
}

.gNav .gNav__block .gNav__primary > li .gNav__secondary .gNav__secondaryPht a {
  color: #fff;
}

.gNav .gNav__block .gNav__primary > li .gNav__secondary .gNav__secondaryTitle {
  margin: 0 0 10px 0;
  padding: 0 0 10px 24px;
  color: #fff;
  background-image: url(/images/icon_arrow_white_m_right.svg);
  background-repeat: no-repeat;
  background-position: 0 3px;
  background-size: 15px 15px;
  border-bottom: 1px solid #fff;
}

.gNav .gNav__block .gNav__primary > li .gNav__secondary .gNav__secondaryTitle a {
  margin: 0;
  padding: 0;
  font-size: 16px;
  font-size: 0.88889rem;
  line-height: 1.4;
  font-weight: bold;
  display: inline-block;
  color: #fff;
  text-decoration: none;
}

.gNav .gNav__block .gNav__primary > li .gNav__secondary .gNav__secondaryTitle a:hover {
  text-decoration: underline;
}

.gNav .gNav__block .gNav__primary > li .gNav__secondary .gNav__secondaryList ul {
  margin: 0;
  padding: 0;
}

.gNav .gNav__block .gNav__primary > li .gNav__secondary .gNav__secondaryList ul li {
  margin: 0;
  padding: 0;
  list-style: none;
}

.gNav .gNav__block .gNav__primary > li .gNav__secondary .gNav__secondaryList ul li a {
  margin: 0 0 5px 0;
  padding: 0 0 0 12px;
  line-height: 1.6;
  font-size: 15px;
  font-size: 0.83333rem;
  display: inline-block;
  color: #fff;
  text-decoration: none;
  background-image: url(/images/icon_arrow_white_s_right.svg);
  background-repeat: no-repeat;
  background-position: 0 6px;
  background-size: 5px 7px;
}

.gNav .gNav__block .gNav__primary > li .gNav__secondary .gNav__secondaryList ul li a:hover {
  text-decoration: underline;
}

.gNav .gNav__block .gNav__primary > li .gNav__secondary .gNav__secondaryNavListBlock {
  width: 100%;
}

.gNav .gNav__block .gNav__primary > li .gNav__secondary .gNav__secondaryNavListBlock .gNav__secondaryNavList {
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
}

@media print, screen and (min-width: 1280px) {
  .gNav .gNav__block .gNav__primary > li .gNav__secondary .gNav__secondaryNavListBlock .gNav__secondaryNavList.gNav__secondaryNavList--col3 li {
    width: 32%;
    margin-right: 2%;
  }
  .gNav .gNav__block .gNav__primary > li .gNav__secondary .gNav__secondaryNavListBlock .gNav__secondaryNavList.gNav__secondaryNavList--col3 li:nth-child(3n) {
    margin-right: 0;
  }
}

.gNav .gNav__block .gNav__primary > li .gNav__secondary .gNav__secondaryNavListBlock .gNav__secondaryNavList li {
  width: 100%;
  margin: 0 0 0 0;
  padding: 0;
  list-style: none;
  font-size: 16px;
  font-size: 0.88889rem;
  color: #fff;
  line-height: 1.4;
}

@media print, screen and (min-width: 768px) {
  .gNav .gNav__block .gNav__primary > li .gNav__secondary .gNav__secondaryNavListBlock .gNav__secondaryNavList li {
    width: 32%;
    margin-right: 2%;
  }
  .gNav .gNav__block .gNav__primary > li .gNav__secondary .gNav__secondaryNavListBlock .gNav__secondaryNavList li:nth-child(3n) {
    margin-right: 0;
  }
}

@media print, screen and (min-width: 1280px) {
  .gNav .gNav__block .gNav__primary > li .gNav__secondary .gNav__secondaryNavListBlock .gNav__secondaryNavList li {
    width: 22%;
    margin-right: 4%;
  }
  .gNav .gNav__block .gNav__primary > li .gNav__secondary .gNav__secondaryNavListBlock .gNav__secondaryNavList li:nth-child(3n) {
    margin-right: 4%;
  }
  .gNav .gNav__block .gNav__primary > li .gNav__secondary .gNav__secondaryNavListBlock .gNav__secondaryNavList li:nth-child(4n) {
    margin-right: 0%;
  }
}

@media print, screen and (min-width: 1280px) {
  .gNav .gNav__block .gNav__primary > li .gNav__secondary .gNav__secondaryNavListBlock .gNav__secondaryNavList li {
    width: 18.4%;
    margin-right: 2%;
  }
  .gNav .gNav__block .gNav__primary > li .gNav__secondary .gNav__secondaryNavListBlock .gNav__secondaryNavList li:nth-child(3n) {
    margin-right: 2%;
  }
  .gNav .gNav__block .gNav__primary > li .gNav__secondary .gNav__secondaryNavListBlock .gNav__secondaryNavList li:nth-child(4n) {
    margin-right: 2%;
  }
  .gNav .gNav__block .gNav__primary > li .gNav__secondary .gNav__secondaryNavListBlock .gNav__secondaryNavList li:nth-child(5n) {
    margin-right: 0;
  }
}

.gNav .gNav__block .gNav__primary > li .gNav__secondary .gNav__secondaryNavListBlock .gNav__secondaryNavList li a {
  color: #fff;
  text-decoration: none;
}

.gNav .gNav__block .gNav__primary > li .gNav__secondary .gNav__secondaryNavListBlock .gNav__secondaryNavList li .gNav__secondaryImg {
  display: none;
}

@media print, screen and (min-width: 1280px) {
  .gNav .gNav__block .gNav__primary > li .gNav__secondary .gNav__secondaryNavListBlock .gNav__secondaryNavList li .gNav__secondaryImg {
    margin-bottom: 16px;
    display: block;
  }
  .gNav .gNav__block .gNav__primary > li .gNav__secondary .gNav__secondaryNavListBlock .gNav__secondaryNavList li .gNav__secondaryImg img {
    overflow: hidden;
    border-radius: 5px;
  }
}

.gNav .gNav__block .gNav__primary > li .gNav__secondary .gNav__secondaryNavListBlock .gNav__secondaryNavList li .gNav__secondaryTitle a {
  margin: 0 0 10px 0;
  padding: 0 0 10px 24px;
  display: block;
  font-size: 14px;
  font-size: 0.77778rem;
  color: #fff;
  font-weight: bold;
  text-decoration: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
  background-image: url(/images/icon_arrow_white_m_right.svg);
  background-repeat: no-repeat;
  background-position: 0 1px;
  background-size: 15px 15px;
}

@media print, screen and (min-width: 1280px) {
  .gNav .gNav__block .gNav__primary > li .gNav__secondary .gNav__secondaryNavListBlock .gNav__secondaryNavList li .gNav__secondaryTitle a {
    font-size: 18px;
    font-size: 1rem;
    background-position: 0 4px;
  }
  .gNav .gNav__block .gNav__primary > li .gNav__secondary .gNav__secondaryNavListBlock .gNav__secondaryNavList li .gNav__secondaryTitle a:hover {
    text-decoration: underline;
  }
}

.gNav .gNav__block .gNav__primary > li .gNav__secondary .gNav__secondaryNavListBlock .gNav__secondaryNavList li ul {
  width: 100%;
  margin: 0 0 20px 24px;
  padding: 0;
}

@media print, screen and (min-width: 1280px) {
  .gNav .gNav__block .gNav__primary > li .gNav__secondary .gNav__secondaryNavListBlock .gNav__secondaryNavList li ul {
    margin: 0;
  }
}

.gNav .gNav__block .gNav__primary > li .gNav__secondary .gNav__secondaryNavListBlock .gNav__secondaryNavList li ul li {
  width: 100%;
  margin: 0 0 8px;
  padding: 0;
  list-style: none;
  font-size: 14px;
  font-size: 0.77778rem;
}

@media print, screen and (min-width: 1280px) {
  .gNav .gNav__block .gNav__primary > li .gNav__secondary .gNav__secondaryNavListBlock .gNav__secondaryNavList li ul li {
    font-size: 15px;
    font-size: 0.83333rem;
  }
}

.gNav .gNav__block .gNav__primary > li .gNav__secondary .gNav__secondaryNavListBlock .gNav__secondaryNavList li ul li a {
  margin: 0;
  padding: 0 0 0 14px;
  display: block;
  border-bottom-width: 0;
  background-image: url(/images/icon_arrow_white_s_right.svg);
  background-repeat: no-repeat;
  background-position: 0 6px;
  background-size: 5px 7px;
}

.gNav .gNav__block .gNav__primary > li .gNav__secondary .gNav__secondaryNavListBlock .gNav__secondaryNavList li ul li a:hover {
  text-decoration: underline;
}

.gNav .gNav__btnClose {
  position: fixed;
  right: 20px;
  top: 25px;
  font-weight: bold;
  font-size: 14px;
  font-size: 0.77778rem;
  z-index: 19200;
  cursor: pointer;
}

.gNav .gNav__btnClose a {
  padding: 0 0 0 30px;
  color: #fff !important;
  position: relative;
  text-decoration: none;
}

.gNav .gNav__btnClose a:before {
  content: "";
  width: 14px;
  height: 2px;
  position: absolute;
  top: calc(50% - 1px);
  left: 12px;
  background-color: #FFF;
  transform: rotate(-45deg);
}

.gNav .gNav__btnClose a:after {
  content: "";
  width: 14px;
  height: 2px;
  position: absolute;
  top: calc(50% - 1px);
  left: 12px;
  background-color: #FFF;
  transform: rotate(45deg);
}

@media print, screen and (min-width: 1280px) {
  .gNav .gNav__btnClose {
    display: none;
  }
}

.gNav .gNav__subBtn {
  content: "";
  width: 36px;
  height: 36px;
  display: block;
  position: absolute;
  right: 8px;
  top: 6px;
  z-index: 300;
}

@media print, screen and (min-width: 1280px) {
  .gNav .gNav__subBtn {
    display: none;
  }
}

.gNav .gNav__subBtn span {
  width: 36px;
  height: 36px;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 0;
  left: 8px;
  background-color: #009865;
}

.gNav .gNav__subBtn span:before {
  content: "";
  width: 2px;
  height: 16px;
  position: absolute;
  left: 17px;
  top: 10px;
  background-color: #fff;
  transition: all .2s;
}

.gNav .gNav__subBtn span:after {
  content: "";
  width: 16px;
  height: 2px;
  position: absolute;
  left: 10px;
  top: 17px;
  background-color: #fff;
}

.gNav .gNav__subBtn.gNav__subBtn--on span:before {
  transform: rotate(90deg);
}

.gNav .header__spUtilLink {
  margin: 0 0 20px 0;
  padding: 0;
}

@media print, screen and (min-width: 1280px) {
  .gNav .header__spUtilLink {
    display: none;
  }
}

.gNav .header__spUtilLink ul {
  margin: 0;
  padding: 0;
}

.gNav .header__spUtilLink ul li {
  margin: 0 0 10px 0;
  padding: 0;
  font-size: 15px;
  font-size: 0.83333rem;
  list-style: none;
}

.gNav .header__spUtilLink ul li a {
  margin: 0;
  padding: 0 0 0 24px;
  display: inline-block;
  color: #333;
  font-weight: bold;
  text-decoration: none;
  background-image: url("/images/icon_arrow_primary_m_right.svg");
  background-repeat: no-repeat;
  background-position: 0 center;
  background-size: 15px 15px;
}

.gNav .header__spUtilLink ul li.header__spUtilLinkAbout a {
  background-image: url(/images/icon_doc.svg);
  background-repeat: no-repeat;
  background-size: 18px 18px;
  background-position: -2px center;
}

.gNav .header__spUtilLink ul li.header__spUtilLinkFaq a {
  background-image: url(/images/icon_faq.svg);
  background-repeat: no-repeat;
  background-size: 18px 18px;
  background-position: 0 center;
}

.gNav .header__spUtilLink ul li.header__spUtilLinkBoshu a {
  background-image: url(/images/icon_human.svg);
  background-repeat: no-repeat;
  background-size: 20px 20px;
  background-position: -4px center;
}

.gNav .header__spUtilLink ul li.header__spUtilLinkPrivacy a {
  background-image: url(/images/icon_lock.svg);
  background-repeat: no-repeat;
  background-size: 20px 20px;
  background-position: -4px center;
}

.gNav .header__spUtilLink ul li.header__spUtilLinkAccess a {
  background-image: url(/images/icon_access.svg);
  background-repeat: no-repeat;
  background-size: 18px 18px;
  background-position: -2px center;
}

.gNav .header__spUtilLink ul li.header__spUtilLinkContact a {
  background-image: url(/images/icon_mail.svg);
  background-repeat: no-repeat;
  background-size: 20px 20px;
  background-position: 0 center;
}

.gNav .header__spUtilLink ul li.header__spUtilLinkYoyaku a {
  width: 100%;
  margin: 0;
  padding: 12px 18px 12px 40px;
  color: #fff;
  background-color: #009865;
  border-radius: 5px;
  background-image: url(/images/icon_schedule_white.svg);
  background-repeat: no-repeat;
  background-size: 24px 24px;
  background-position: 12px center;
  box-shadow: 0px 2px 0px 0px #09523a;
}

.header__spCtrl {
  width: 100%;
  margin: 0 0 0 auto;
  padding: 0 0 20px 0;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
}

@media print, screen and (min-width: 1280px) {
  .header__spCtrl {
    display: none;
  }
}

/*==================================================
  headerCommon
==================================================*/
.headerCommon {
  width: 100%;
  margin: 0;
  padding: 0 0 0 20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  position: fixed;
  left: 0;
  top: 0;
  background: #f4f7f6;
  z-index: 1200;
}

@media print, screen and (min-width: 1280px) {
  .headerCommon {
    padding: 10px 20px;
    position: relative;
  }
}

.headerCommon .headerCommon__logo {
  width: 190px;
}

@media print, screen and (min-width: 1280px) {
  .headerCommon .headerCommon__logo {
    width: 270px;
  }
}

.headerCommon .headerCommon__util {
  display: none;
}

@media print, screen and (min-width: 1280px) {
  .headerCommon .headerCommon__util {
    margin: 0 20px 0 auto;
    padding: 0;
    display: block;
  }
  .headerCommon .headerCommon__util ul {
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
  }
  .headerCommon .headerCommon__util ul li {
    margin: 0 20px 0 0;
    padding: 0;
    list-style: none;
    font-size: 14px;
    font-size: 0.77778rem;
    font-weight: bold;
  }
  .headerCommon .headerCommon__util ul li a {
    text-decoration: none;
    color: #333;
  }
  .headerCommon .headerCommon__util ul li a:hover {
    text-decoration: underline;
  }
  .headerCommon .headerCommon__util ul li.headerCommon__utilHonbu {
    padding-left: 12px;
    background-image: url(/images/icon_arrow_primary_s_right.svg);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 5px 7px;
  }
  .headerCommon .headerCommon__util ul li.headerCommon__utilHonbu a {
    padding-right: 24px;
    display: inline-block;
    background-image: url(/images/icon_win.svg);
    background-repeat: no-repeat;
    background-position: right 0 center;
    background-size: 17px 13px;
  }
  .headerCommon .headerCommon__util ul li.headerCommon__utilPrivacy {
    padding-left: 20px;
    display: inline-block;
    background-image: url(/images/icon_lock.svg);
    background-repeat: no-repeat;
    background-size: 18px 18px;
    background-position: 0 center;
  }
  .headerCommon .headerCommon__util ul li.headerCommon__utilPrivacy a {
    padding-right: 24px;
    display: inline-block;
    background-image: url(/images/icon_win.svg);
    background-repeat: no-repeat;
    background-position: right 0 center;
    background-size: 17px 13px;
  }
}

.headerCommon .headerCommon__menuArea {
  width: 32px;
}

@media print, screen and (min-width: 1280px) {
  .headerCommon .headerCommon__menuArea {
    width: 120px;
  }
}

.headerCommon .headerCommon__menuArea .headerCommon__menuList {
  width: 100%;
  display: none;
  position: absolute;
  top: 32px;
  left: 0;
  background-color: #009865;
  box-shadow: 0px 9px 16px -9px rgba(0, 0, 0, 0.6);
  z-index: 100000;
}

@media print, screen and (min-width: 1280px) {
  .headerCommon .headerCommon__menuArea .headerCommon__menuList {
    max-width: 240px;
    top: 54px;
    right: 20px;
    left: auto;
    border-radius: 5px;
  }
}

.headerCommon .headerCommon__menuArea .headerCommon__menuList ul {
  margin: 0;
  padding: 10px 20px;
}

.headerCommon .headerCommon__menuArea .headerCommon__menuList ul li {
  margin: 0;
  padding: 0;
  list-style: none;
  color: #fff;
}

.headerCommon .headerCommon__menuArea .headerCommon__menuList ul li a {
  margin: 0;
  padding: 0 0 0 14px;
  display: inline-block;
  font-size: 14px;
  font-size: 0.77778rem;
  line-height: 1.4;
  color: #fff;
  text-decoration: none;
  background-image: url(/images/icon_arrow_white_s_right.svg);
  background-repeat: no-repeat;
  background-position: 0 6px;
  background-size: 5px 7px;
}

.headerCommon .headerCommon__menuArea .headerCommon__menu {
  width: 32px;
  height: 32px;
  overflow: hidden;
  text-indent: -9999px;
  background-color: #009865;
  background-image: url(/images/icon_arrow_white_s_down.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 7px 5px;
  cursor: pointer;
  transition: all .2s;
}

.headerCommon .headerCommon__menuArea .headerCommon__menu.headerCommon__menu--active {
  background-image: url(/images/icon_arrow_white_s_up.svg);
}

@media print, screen and (min-width: 1280px) {
  .headerCommon .headerCommon__menuArea .headerCommon__menu {
    width: 120px;
    height: auto;
    padding: 10px 20px 10px 34px;
    text-align: center;
    font-size: 16px;
    font-size: 0.88889rem;
    text-indent: 0;
    color: #fff;
    font-weight: bold;
    background-position: 16px center;
    border-radius: 5px;
  }
}

/*=====================================================
  hr
=====================================================*/
hr {
  width: 100%;
  height: 3px;
  margin: 20px 0;
  padding: 0;
  border: none;
  background: url(/images/hr_bg.png) repeat-x 0 0;
}

/*=====================================================
  icon
=====================================================*/
.iconArrow, .iconArrowLeft, .iconArrowUp, .iconArrowDown {
  padding-left: 20px;
  background-image: url(/images/icon_arrow_primary_m_right.svg);
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 15px 15px;
}

@media print, screen and (min-width: 1280px) {
  .iconArrow, .iconArrowLeft, .iconArrowUp, .iconArrowDown {
    background-position: 0 4px;
  }
}

.iconArrowLeft {
  background-image: url(/images/icon_arrow_primary_m_left.svg);
  background-size: 15px 15px;
}

.iconArrowUp {
  background-image: url(/images/icon_arrow_primary_m_up.svg);
  background-size: 15px 15px;
}

.iconArrowDown {
  background-image: url(/images/icon_arrow_primary_m_down.svg);
  background-size: 15px 15px;
}

/*=====================================================
  new
=====================================================*/
.iconNew {
  margin-left: 5px;
  margin-right: 5px;
  padding: 3px 6px 2px 6px;
  display: inline-block;
  font-size: 8px;
  font-size: 0.44444rem;
  color: #fff;
  font-weight: normal;
  line-height: 1;
  letter-spacing: 0;
  background: #f3390d;
  border-radius: 30px;
  vertical-align: middle;
}

/*=====================================================
  file
=====================================================*/
.iconPdf::before, .iconWord::before, .iconExcel::before, .iconPpt::before {
  width: 14px;
  height: 18px;
  margin-right: 8px;
  padding-right: 4px;
  display: inline-block;
  position: relative;
  top: -2px;
  content: '';
  background-image: url("/images/icon_file_pdf.svg");
  background-repeat: no-repeat;
  background-position: 0 0;
  vertical-align: middle;
}

.iconWord::before {
  background-image: url("/images/icon_file_word.svg");
}

.iconExcel::before {
  background-image: url("/images/icon_file_excel.svg");
}

.iconPpt::before {
  background-image: url("/images/icon_file_ppt.svg");
}

.iconWin {
  position: relative;
}

.iconWin.iconWin--white::after {
  background-image: url(/images/icon_win_white.svg);
}

.iconWin::after {
  width: 18px;
  height: 13px;
  margin-left: 5px;
  margin-right: 5px;
  padding-right: 10px;
  display: inline-block;
  content: '';
  background: url(/images/icon_win.svg) no-repeat 0 0;
  background-size: 17px 13px;
  vertical-align: middle;
  background-size: 17px 13px;
}

.icon--none::before,
.icon--none::after {
  width: 0 !important;
  height: 0 !important;
  margin-bottom: 0;
  padding: 0 !important;
  content: "" !important;
  background: none !important;
}

.icon--noneBefore::before {
  padding: 0 !important;
  content: "" !important;
}

.icon--noneAfter::after {
  padding: 0 !important;
  content: "" !important;
}

.importantNews {
  width: 100%;
  margin: 0 0 20px 0;
  padding: 0 20px;
}

@media print, screen and (min-width: 1280px) {
  .importantNews {
    max-width: 1200px;
    margin: 0 auto 40px auto;
    padding: 0;
  }
}

.importantNews .importantNews__inner {
  margin: 0;
  padding: 15px;
  border: 5px solid #f3390d;
  background-color: #ffffdd;
  border-radius: 0 0 10px 10px;
}

@media print, screen and (min-width: 1280px) {
  .importantNews .importantNews__inner {
    padding: 25px 25px 0px 25px;
  }
  .importantNews .importantNews__inner ul li {
    display: flex;
    flex-wrap: wrap;
  }
  .importantNews .importantNews__inner ul li .news__category {
    width: 180px;
  }
  .importantNews .importantNews__inner ul li .news__title {
    width: calc(100% - 180px);
  }
}

.importantNews .importantNews__inner a {
  color: red;
}

.importantNews .importantNews__title {
  margin: 0;
  padding: 15px 20px 10px 20px;
  position: relative;
  color: #fff;
  font-size: 20px;
  font-size: 1.11111rem;
  font-weight: bold;
  border-radius: 10px 10px 0 0;
  background-color: #f3390d;
}

@media print, screen and (min-width: 1280px) {
  .importantNews .importantNews__title {
    padding: 20px 25px 15px 25px;
    font-size: 28px;
    font-size: 1.55556rem;
  }
}

/*=====================================================
  indexButton
=====================================================*/
.indexButton ul {
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
}

.indexButton ul li {
  width: 100%;
  margin: 0 0 10px 0;
  padding: 0;
  line-height: 1.4;
  list-style: none;
}

@media print, screen and (min-width: 768px) {
  .indexButton ul li {
    width: 32%;
    margin-right: 2%;
  }
  .indexButton ul li:nth-child(3n) {
    margin-right: 0;
  }
}

.indexButton ul li a {
  width: 100%;
  display: block;
  margin: 0;
  padding: 12px 20px 12px 38px;
  display: block;
  font-size: 16px;
  font-size: 0.88889rem;
  color: #333;
  font-weight: bold;
  text-decoration: none;
  border: 1px solid #d6d8d7;
  border-radius: 5px;
  background-image: url(/images/icon_arrow_primary_m_right.svg);
  background-repeat: no-repeat;
  background-position: left 15px top 15px;
  background-size: 15px 15px;
}

@media print, screen and (min-width: 1024px) {
  .indexButton ul li a {
    transition: all .2s;
  }
  .indexButton ul li a:hover {
    color: #fff !important;
    background-color: #009865;
    background-image: url(/images/icon_arrow_white_m_right.svg);
    border-color: #009865;
  }
  .indexButton ul li a:hover .iconWin::after {
    background-image: url(/images/icon_win_white.svg);
  }
}

/*=====================================================
  indexList
=====================================================*/
.indexList {
  width: 280px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
}

@media print, screen and (min-width: 768px) {
  .indexList {
    width: 100%;
  }
}

.indexList .indexList__box {
  width: 100%;
  margin-bottom: 12px;
}

.indexList .indexList__box a {
  color: #333;
  text-decoration: none;
}

.indexList .indexList__box a .indexList__pht {
  margin-bottom: 10px;
  overflow: hidden;
  border-radius: 5px;
}

@media print, screen and (min-width: 1024px) {
  .indexList .indexList__box a .indexList__pht {
    margin-bottom: 15px;
  }
}

.indexList .indexList__box a .indexList__pht img {
  transition: all .2s;
}

.indexList .indexList__box a .indexList__title {
  margin: 0;
  padding: 2px 0 14px 24px;
  font-size: 16px;
  font-size: 0.88889rem;
  line-height: 1.4;
  font-weight: bold;
  border-bottom: 1px solid #d6d8d7;
  background-image: url(/images/icon_arrow_primary_m_right.svg);
  background-repeat: no-repeat;
  background-position: left 0 top 4px;
  background-size: 15px 15px;
}

@media print, screen and (min-width: 1024px) {
  .indexList .indexList__box a .indexList__title {
    font-size: 17px;
    font-size: 0.94444rem;
    transition: all .2s;
    background-position: left 0 top 4px;
  }
}

@media print, screen and (min-width: 1024px) {
  .indexList .indexList__box a:hover img {
    transform: scale(1.1);
  }
  .indexList .indexList__box a:hover .indexList__title {
    background-position: left 6px top 4px;
  }
}

.indexList .indexList__subList ul {
  margin: 0;
  padding: 0;
}

.indexList .indexList__subList ul li {
  margin: 0 0 6px 0;
  padding: 0;
  list-style: none;
}

.indexList .indexList__subList ul li a {
  margin: 0;
  padding: 0 0 0 14px;
  display: inline-block;
  font-size: 16px;
  font-size: 0.88889rem;
  color: #333;
  line-height: 1.4;
  text-decoration: none;
  background-image: url(/images/icon_arrow_primary_s_right.svg);
  background-repeat: no-repeat;
  background-position: left 0 top 6px;
  background-size: 5px 7px;
}

.indexList .indexList__subList ul li a:hover {
  text-decoration: underline;
}

.indexList .indexList__subList ul li > ul {
  margin-top: 5px;
}

.indexList .indexList__subList ul li > ul li {
  margin-bottom: 4px;
  padding-left: 18px;
  position: relative;
}

.indexList .indexList__subList ul li > ul li::before {
  content: "●";
  position: absolute;
  left: 16px;
  top: 7px;
  font-size: 10px;
  color: #009865;
}

.indexList .indexList__subList ul li > ul li a {
  font-size: 14px;
  font-size: 0.77778rem;
  font-weight: normal;
  background-image: none;
}

/*==================================================
  wrapper
==================================================*/
.wrapper {
  width: 100%;
  padding: 15px 20px 40px 20px;
}

@media print, screen and (min-width: 768px) {
  .wrapper {
    margin-right: auto;
    margin-left: auto;
    padding: 0 20px 40px 20px;
    display: flex;
    flex-wrap: wrap;
  }
}

@media print, screen and (min-width: 1024px) {
  .wrapper {
    max-width: 1200px;
    min-width: 1200px;
    padding: 0 0 60px 0;
  }
}

/*=====================================================
  main
=====================================================*/
.main {
  width: 100%;
  padding-bottom: 40px;
}

@media print, screen and (min-width: 1024px) {
  .main {
    max-width: 900px;
    min-height: 600px;
    margin-right: 0;
    margin-left: auto;
    padding-bottom: 0;
    order: 2;
  }
}

.main.main--1col {
  width: 100%;
  max-width: initial;
}

@media print, screen and (min-width: 1024px) {
  .main.main--1col {
    width: 100%;
    padding-left: 0;
  }
}

/*=====================================================
  side
=====================================================*/
.side {
  width: 100%;
}

@media print, screen and (min-width: 1024px) {
  .side {
    width: 260px;
    margin-left: 0;
    margin-right: auto;
    order: 1;
  }
}

/*=====================================================
  linkList
=====================================================*/
.linkList, .linkListAnchor {
  margin: 1rem 0;
  padding: 0;
}

.linkList ul, .linkListAnchor ul {
  margin: 0;
  padding: 0;
}

.linkList li, .linkListAnchor li {
  padding: 0 0 0 22px;
  list-style: none;
  background-image: url(/images/icon_arrow_primary_m_right.svg);
  background-repeat: no-repeat;
  background-position: 0 6px;
  background-size: 15px 15px;
}

@media print, screen and (min-width: 1280px) {
  .linkList li, .linkListAnchor li {
    background-position: 0 8px;
  }
}

.linkList.linkList--side ul, .linkList--side.linkListAnchor ul {
  overflow: hidden;
}

@media print, screen and (min-width: 576px) {
  .linkList.linkList--side li, .linkList--side.linkListAnchor li {
    padding-right: 20px;
    display: inline-block;
  }
}

.linkList.linkList--2col ul, .linkList--2col.linkListAnchor ul {
  overflow: hidden;
}

@media print, screen and (min-width: 576px) {
  .linkList.linkList--2col li, .linkList--2col.linkListAnchor li {
    width: 49%;
    padding-right: 2%;
    display: inline-block;
    vertical-align: top;
  }
  .linkList.linkList--2col li:nth-child(2n), .linkList--2col.linkListAnchor li:nth-child(2n) {
    padding-right: 0;
  }
}

.linkList.linkList--left li, .linkList--left.linkListAnchor li {
  background-image: url(/images/icon_arrow_primary_m_left.svg);
}

.linkList.linkList--up li, .linkList--up.linkListAnchor li {
  background-image: url(/images/icon_arrow_primary_m_up.svg);
}

.linkList.linkList--down li, .linkList--down.linkListAnchor li {
  background-image: url(/images/icon_arrow_primary_m_down.svg);
}

/*=====================================================
  linkListAnchor
=====================================================*/
.linkListAnchor {
  margin-top: 15px;
  margin-bottom: 40px;
  padding: 10px 20px;
  border: 1px solid #ced6dc;
}

.linkListAnchor ul {
  overflow: hidden;
}

.linkListAnchor li {
  padding-left: 22px;
  background-image: url(/images/icon_arrow_primary_m_down.svg);
  background-position: 0 6px;
  background-size: 15px 15px;
}

@media print, screen and (min-width: 576px) {
  .linkListAnchor li {
    padding-left: 20px;
    padding-right: 20px;
    display: inline-block;
    background-position: 0 8px;
  }
}

.linkListAnchor.linkListAnchor--right ul li {
  background-image: url(/images/icon_arrow_primary_m_right.svg);
  background-position: 0 6px;
  background-size: 15px 15px;
}

@media print, screen and (min-width: 1280px) {
  .linkListAnchor.linkListAnchor--right ul li {
    background-position: 0 8px;
  }
}

/*=====================================================
  ol/ul
=====================================================*/
ol,
ul {
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 0px 0px 0px 30px;
}

ol li,
ul li {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  padding-bottom: 0;
  padding-left: 0;
  line-height: 1.8;
  font-size: 15px;
  font-size: 0.83333rem;
}

@media print, screen and (min-width: 1280px) {
  ol li,
  ul li {
    font-size: 18px;
    font-size: 1rem;
  }
}

ol li ul,
ul li ul {
  margin-top: 10px;
  margin-bottom: 10px;
}

.list--none ul {
  padding-left: 0;
}

.list--none ul li {
  list-style: none !important;
}

/*=====================================================
  dl
=====================================================*/
dl dt {
  margin-top: 0.8rem;
  margin-bottom: 0.8rem;
  line-height: 1.8;
  font-weight: bold;
  font-size: 15px;
  font-size: 0.83333rem;
}

@media print, screen and (min-width: 1280px) {
  dl dt {
    font-size: 15px;
    font-size: 0.83333rem;
  }
}

dl dd {
  margin-top: 0.8rem;
  margin-bottom: 0.8rem;
  padding-left: 1rem;
  line-height: 1.8;
  font-size: 15px;
  font-size: 0.83333rem;
}

@media print, screen and (min-width: 1280px) {
  dl dd {
    font-size: 15px;
    font-size: 0.83333rem;
  }
}

/*==================================================
  list2col
==================================================*/
.list2col ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

@media print, screen and (min-width: 576px) {
  .list2col ul li {
    width: 46%;
  }
}

/*==================================================
  list3col
==================================================*/
.list3col ul {
  display: flex;
  flex-wrap: wrap;
}

@media print, screen and (min-width: 768px) {
  .list3col ul li {
    width: 30%;
    margin-right: 5%;
  }
  .list3col ul li:nth-child(3n) {
    margin-right: 0;
  }
}

/*==================================================
  list4col
==================================================*/
.list4col ul {
  display: flex;
  flex-wrap: wrap;
}

@media print, screen and (min-width: 768px) {
  .list4col ul li {
    width: 22%;
    margin-right: 4%;
  }
  .list4col ul li:nth-child(4n) {
    margin-right: 0;
  }
}

/*=====================================================
  ol/ul
=====================================================*/
.listArrow ul, .listArrow ol {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  padding: 0px;
}

.listArrow li {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  padding: 0;
  list-style: none;
}

.listArrow li a {
  padding: 2px 15px 2px 15px;
  display: inline-block;
  font-size: 15px;
  font-size: 0.83333rem;
  line-height: 1.4;
  background-image: url(/images/icon_arrow_primary_s_right.svg);
  background-repeat: no-repeat;
  background-position: 0 8px;
  background-size: 5px 7px;
}

@media print, screen and (min-width: 1280px) {
  .listArrow li a {
    font-size: 18px;
    font-size: 1rem;
  }
}

.listArrow.listArrow--horizon li {
  margin-right: 20px;
  display: inline-block;
}

/*==================================================
  mainImage
==================================================*/
.mainImage {
  width: 100%;
  height: 160px;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  background-color: #009865;
  background-size: cover;
  background-position: center center;
}

@media print, screen and (min-width: 1280px) {
  .mainImage {
    margin-top: 20px;
    height: 280px;
    background-size: cover;
    background-attachment: scroll;
  }
}

/*=====================================================
  news
=====================================================*/
.news {
  margin: 0;
  padding: 0;
}

.news ul {
  margin: 0;
  padding: 0;
}

.news ul li {
  width: 100%;
  margin: 0;
  padding: 15px 0;
  list-style: none;
  border-bottom: 1px dotted #CCC;
}

.news ul li:first-child {
  padding-top: 0;
  border-top-width: 0;
}

.news .news__category {
  width: 100%;
  margin-bottom: 5px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.news .news__date {
  width: 100%;
  font-weight: bold;
}

@media print, screen and (min-width: 768px) {
  .news .news__date {
    width: 160px;
  }
}

.news .news__tagBox {
  width: 100%;
}

@media print, screen and (min-width: 768px) {
  .news .news__tagBox {
    width: calc(100% - 180px);
  }
}

/*==================================================
  pageTitle
==================================================*/
.pageTitle {
  margin-bottom: 30px;
  padding: 15px 0px 15px 20px;
  font-size: 24px;
  font-size: 1.33333rem;
  position: relative;
  border-left: 8px solid #009865;
}

@media print, screen and (min-width: 1280px) {
  .pageTitle {
    margin-bottom: 40px;
    padding: 15px 0 15px 30px;
    font-size: 34px;
    font-size: 1.88889rem;
  }
}

/*=====================================================
  paging
=====================================================*/
.paging {
  text-align: center;
}

.paging ul {
  margin: 0 auto;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.paging ul li {
  margin: 0 2px;
  padding: 0px;
  font-size: 15px;
  font-size: 0.83333rem;
  font-family: Helvetica, Arial, sans-serif;
  list-style: none;
  background-image: none;
  line-height: 1;
  display: inline-block;
  margin-bottom: 5px;
}

@media print, screen and (min-width: 1280px) {
  .paging ul li {
    font-size: 18px;
    font-size: 1rem;
  }
}

.paging ul li a {
  color: #333;
  display: inline-block;
  padding: 8px 10px;
  text-decoration: none;
  border: 1px solid #ced6dc;
  box-sizing: border-box;
  border-radius: 5px;
  transition: all .2s;
}

@media print, screen and (min-width: 1280px) {
  .paging ul li a {
    padding: 12px 14px;
  }
  .paging ul li a:hover {
    background: #009865;
    color: #fff;
    border-color: #009865;
  }
}

.paging ul li.on a {
  background: #009865 !important;
  color: #fff !important;
  border-color: #009865 !important;
}

/*=====================================================
  header
=====================================================*/
.header {
  width: 100%;
  min-height: 60px;
  padding: 10px 20px;
  display: flex;
  flex-wrap: wrap;
  position: fixed;
  top: 32px;
  left: 0;
  right: 0;
  justify-content: space-between;
  align-items: center;
  background-color: #fff;
  z-index: 1000;
  box-shadow: 0px 2px 12px -5px rgba(0, 0, 0, 0.2);
}

@media print, screen and (min-width: 1280px) {
  .header {
    height: auto;
    position: relative;
    top: 0;
    box-shadow: none;
  }
}

.header .header__block {
  display: none;
}

.header .header__block .header__utilLink ul {
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: center;
}

.header .header__block .header__utilLink ul li {
  margin: 0;
  padding: 0 0 0 10px;
  list-style: none;
  font-size: 12px;
  font-size: 0.66667rem;
  line-height: 1;
  display: inline-block;
}

@media print, screen and (min-width: 1400px) {
  .header .header__block .header__utilLink ul li {
    font-size: 14px;
    font-size: 0.77778rem;
  }
}

.header .header__block .header__utilLink ul li a {
  padding: 2px 0 2px 20px;
  color: #333;
  font-weight: bold;
  display: block;
  text-decoration: none;
}

@media print, screen and (min-width: 1280px) {
  .header .header__block .header__utilLink ul li a:hover {
    text-decoration: underline;
  }
}

.header .header__block .header__utilLink ul li.header__utilLinkReserve {
  width: 230px;
}

@media print, screen and (min-width: 1280px) {
  .header .header__block .header__utilLink ul li.header__utilLinkReserve {
    margin-top: 10px;
  }
}

@media print, screen and (min-width: 1280px) {
  .header .header__block .header__utilLink ul li.header__utilLinkReserve {
    margin-top: 0;
  }
}

.header .header__block .header__utilLink ul li.header__utilLinkReserve a {
  margin: 0;
  padding: 20px;
  font-size: 18px;
  font-size: 1rem;
  color: #fff;
  background-color: #009865;
  border-radius: 5px;
  text-align: center;
  box-shadow: 0px 2px 0px 0px #09523a;
  transition: all .2s;
}

.header .header__block .header__utilLink ul li.header__utilLinkReserve a .icon {
  margin: 0;
  padding: 0 0 0 36px;
  display: inline-block;
  background-image: url(/images/icon_schedule_white.svg);
  background-repeat: no-repeat;
  background-size: 30px 30px;
  background-position: 0 center;
}

.header .header__block .header__utilLink ul li.header__utilLinkReserve a:hover {
  text-decoration: none;
  background-color: #f6710f;
  box-shadow: 0px 2px 0px 0px #09523a;
}

.header .header__block .header__utilLink ul li.header__utilLinkContact {
  width: 230px;
}

@media print, screen and (min-width: 1280px) {
  .header .header__block .header__utilLink ul li.header__utilLinkContact {
    margin-top: 10px;
  }
}

@media print, screen and (min-width: 1280px) {
  .header .header__block .header__utilLink ul li.header__utilLinkContact {
    margin-top: 0;
  }
}

.header .header__block .header__utilLink ul li.header__utilLinkContact a {
  padding: 20px;
  font-size: 18px;
  font-size: 1rem;
  color: #fff;
  background-color: #009865;
  border-radius: 5px;
  text-align: center;
  box-shadow: 0px 2px 0px 0px #09523a;
  transition: all .2s;
}

.header .header__block .header__utilLink ul li.header__utilLinkContact a .icon {
  margin: 0;
  padding: 0 0 0 36px;
  display: inline-block;
  background-image: url(/images/icon_mail_white.svg);
  background-repeat: no-repeat;
  background-size: 28px 28px;
  background-position: 0 center;
}

.header .header__block .header__utilLink ul li.header__utilLinkContact a:hover {
  text-decoration: none;
  background-color: #f6710f;
  box-shadow: 0px 2px 0px 0px #09523a;
}

.header .header__spMenu {
  width: 60px;
  height: 60px;
  margin-left: auto;
  position: absolute;
  right: 0;
  top: 0;
  transition: all .2s;
  cursor: pointer;
  background-color: #009865;
}

@media print, screen and (min-width: 1280px) {
  .header .header__spMenu {
    display: none;
  }
}

.header .header__spMenu span {
  position: absolute;
  left: 16px;
  width: 28px;
  height: 3px;
  background-color: #fff;
  transition: all .2s;
}

.header .header__spMenu span:nth-of-type(1) {
  top: 12px;
}

.header .header__spMenu span:nth-of-type(2) {
  top: 22px;
}

.header .header__spMenu span:nth-of-type(3) {
  top: 32px;
}

.header .header__spMenu p {
  width: 100%;
  margin: 0;
  padding: 0;
  text-align: center;
  font-size: 8px;
  font-size: 0.44444rem;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0;
  color: #fff;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 6px;
}

.shisetsuList {
  margin: 0;
  padding: 40px 20px;
}

@media print, screen and (min-width: 1280px) {
  .shisetsuList {
    padding: 60px 0 50px 0;
  }
}

.shisetsuList .shisetsuList__inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

@media print, screen and (min-width: 1280px) {
  .shisetsuList .shisetsuList__inner {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0;
  }
}

.shisetsuList .shisetsuList__mainTitle {
  width: 100%;
  margin: 0 0 20px 0;
  padding-left: 46px;
  font-size: 24px;
  font-size: 1.33333rem;
  font-weight: bold;
  line-height: 1.4;
  color: #009865;
  position: relative;
  background-image: url(/images/icon_building.svg);
  background-repeat: no-repeat;
  background-position: 0 center;
  background-size: 40px 40px;
}

@media print, screen and (min-width: 768px) {
  .shisetsuList .shisetsuList__mainTitle {
    padding-left: 56px;
    background-size: 52px 52px;
    font-size: 32px;
    font-size: 1.77778rem;
  }
}

@media print, screen and (min-width: 1280px) {
  .shisetsuList .shisetsuList__mainTitle {
    margin-bottom: 30px;
    padding-left: 78px;
    background-size: 68px 68px;
  }
}

.shisetsuList .shisetsuList__honbu {
  margin-bottom: 20px;
}

@media print, screen and (min-width: 1024px) {
  .shisetsuList .shisetsuList__honbu {
    width: 28%;
    margin: 0;
  }
}

.shisetsuList .shisetsuList__pmark {
  width: 100%;
  margin: 30px 0 0 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}

.shisetsuList .shisetsuList__pmark .shisetsuList__pmarkImg {
  width: 100px;
}

.shisetsuList .shisetsuList__pmark .shisetsuList__pmarkText {
  width: calc(100% - 120px);
}

.shisetsuList .shisetsuList__pmark .shisetsuList__pmarkText p {
  margin: 0;
  font-size: 15px;
  font-size: 0.83333rem;
  line-height: 1.4;
}

.shisetsuList .shisetsuList__other {
  width: 100%;
  margin: 0;
}

@media print, screen and (min-width: 1024px) {
  .shisetsuList .shisetsuList__other {
    width: 65%;
  }
}

.shisetsuList .shisetsuList__other ul {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.shisetsuList .shisetsuList__other ul li {
  width: 100%;
}

@media print, screen and (min-width: 768px) {
  .shisetsuList .shisetsuList__other ul li {
    width: 48%;
    font-size: 16px;
    font-size: 0.88889rem;
  }
}

.shisetsuList .shisetsuList__other ul li a {
  color: #333;
  text-decoration: none;
}

.shisetsuList .shisetsuList__other ul li a:hover {
  text-decoration: underline;
}

/*=====================================================
  shisetuContactList
=====================================================*/
.shisetuContactList {
  width: 100%;
}

.shisetuContactList ul {
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.shisetuContactList ul li {
  width: 100%;
  margin: 0 0 15px 0;
  padding: 0;
  list-style: none;
}

@media print, screen and (min-width: 768px) {
  .shisetuContactList ul li {
    width: 49%;
  }
}

.shisetuContactList ul li a {
  width: 100%;
  padding: 15px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  font-size: 14px;
  font-size: 0.77778rem;
  line-height: 1.6;
  color: #333;
  text-decoration: none;
  border: 1px solid #d6d8d7;
  border-radius: 5px;
}

@media print, screen and (min-width: 1024px) {
  .shisetuContactList ul li a {
    font-size: 16px;
    font-size: 0.88889rem;
    border-radius: 7px;
    transition: all .2s;
  }
  .shisetuContactList ul li a:hover {
    background-color: #FFFFEE;
  }
}

.shisetuContactList ul li a .shisetuContactList__pht {
  width: 30%;
}

.shisetuContactList ul li a .shisetuContactList__text {
  width: 66%;
}

.shisetuContactList ul li a .shisetuContactList__title {
  width: 100%;
  margin: 0 0 10px 0;
  padding: 0 0 0 24px;
  display: block;
  font-size: 16px;
  font-size: 0.88889rem;
  font-weight: bold;
  background-image: url(/images/icon_arrow_primary_m_right.svg);
  background-repeat: no-repeat;
  background-position: 0 5px;
  background-size: 15px 15px;
}

@media print, screen and (min-width: 1024px) {
  .shisetuContactList ul li a .shisetuContactList__title {
    font-size: 18px;
    font-size: 1rem;
  }
}

/*=====================================================
  subNav
=====================================================*/
.subNav {
  padding: 20px 20px 0 20px;
  border: 10px solid #f4f7f6;
}

@media print, screen and (min-width: 1024px) {
  .subNav {
    padding: 15px 15px 5px 15px;
  }
}

.subNav ul {
  margin: 0;
  padding: 0;
}

.subNav ul li {
  margin: 0;
  padding: 0;
  list-style: none;
  font-weight: bold;
  border-bottom: 1px dotted #d6d8d7;
}

.subNav ul li:last-child {
  border-bottom-width: 0;
}

.subNav ul li.subNav__title a {
  margin: 0;
  padding: 0 0 16px 24px;
  display: block;
  font-size: 18px;
  font-size: 1rem;
  line-height: 1.6;
  font-weight: bold;
  color: #333;
  text-decoration: none;
  background-image: url("/images/icon_arrow_primary_m_right.svg");
  background-repeat: no-repeat;
  background-position: left 0 top 4px;
  background-size: 15px 15px;
}

@media print, screen and (min-width: 1024px) {
  .subNav ul li.subNav__title a {
    padding: 0 0 16px 26px;
    background-position: left 0 top 5px;
  }
  .subNav ul li.subNav__title a:hover {
    text-decoration: underline;
    background-position: left 5px top 5px;
  }
}

.subNav ul li a {
  padding: 15px 20px 15px 24px;
  display: block;
  font-size: 15px;
  font-size: 0.83333rem;
  line-height: 1.4;
  color: #333;
  text-decoration: none;
  background-image: url("/images/icon_arrow_primary_s_right.svg");
  background-repeat: no-repeat;
  background-position: left 10px top 22px;
  background-size: 5px 7px;
}

@media print, screen and (min-width: 1024px) {
  .subNav ul li a {
    padding: 14px 0 14px 24px;
    background-position: left 10px top 22px;
    transition: all .2s;
  }
  .subNav ul li a:hover {
    color: #0c7ae1;
    text-decoration: underline;
    background-position: left 15px top 22px;
  }
}

.subNav ul li a.on {
  color: #009865;
  font-weight: bold;
  text-decoration: none !important;
  background-position: left 15px top 22px !important;
}

.subNav ul li > ul {
  padding: 10px 0 10px 14px;
  border-top: 1px dotted #d6d8d7;
}

.subNav ul li > ul li {
  font-weight: normal;
  border-bottom-width: 0;
}

.subNav ul li > ul li a {
  padding: 8px 0 8px 24px;
  font-size: 14px;
  font-size: 0.77778rem;
  background-position: left 10px top 13px;
}

@media print, screen and (min-width: 1024px) {
  .subNav ul li > ul li a {
    transition: all .2s;
  }
  .subNav ul li > ul li a:hover {
    color: #0c7ae1;
    text-decoration: underline;
    background-position: left 15px top 13px;
  }
}

.subNav ul li > ul li a.on {
  color: #009865;
  font-weight: bold;
  text-decoration: none !important;
  background-position: left 15px top 13px !important;
}

.subNav ul li > ul li > ul {
  margin: 0 0 8px 0;
  padding: 8px 0 8px 14px;
  border-bottom: 1px dotted #d6d8d7;
}

.subNav ul li > ul li > ul li {
  position: relative;
}

.subNav ul li > ul li > ul li::before {
  content: "●";
  position: absolute;
  left: 8px;
  top: 7px;
  font-size: 10px;
  color: #009865;
}

.subNav ul li > ul li > ul li a {
  background-image: none;
}

/*=====================================================
  table
=====================================================*/
table th, table td {
  font-size: 15px;
  font-size: 0.83333rem;
}

@media print, screen and (min-width: 1024px) {
  table th, table td {
    font-size: 18px;
    font-size: 1rem;
  }
}

/*---------------------------------------------------
  table
---------------------------------------------------*/
table {
  margin-top: 25px;
  margin-bottom: 25px;
}

table.table--small th, table.table--small td {
  padding: 8px 5px;
  font-size: 13px;
  font-size: 0.72222rem;
}

caption {
  margin-bottom: 10px;
  display: inline-block;
  font-size: 15px;
  font-size: 0.83333rem;
  text-align: left;
}

@media print, screen and (min-width: 1024px) {
  caption {
    font-size: 18px;
    font-size: 1rem;
  }
}

th {
  padding: 12px;
  font-size: 15px;
  font-size: 0.83333rem;
  line-height: 1.5;
  text-align: left;
  vertical-align: middle;
  background-color: #f4f7f6;
  border: 1px solid #d6d8d7;
}

@media print, screen and (min-width: 1024px) {
  th {
    font-size: 18px;
    font-size: 1rem;
  }
}

thead th {
  background-color: #f4f7f6;
  text-align: center;
  vertical-align: middle;
}

td {
  padding: 12px;
  font-size: 15px;
  font-size: 0.83333rem;
  line-height: 1.5;
  background-color: #fff;
  border: 1px solid #d6d8d7;
  vertical-align: middle;
}

@media print, screen and (min-width: 1024px) {
  td {
    font-size: 18px;
    font-size: 1rem;
  }
}

.tableBlock table {
  padding-bottom: 20px;
  display: block;
  border-width: 0;
}

@media print, screen and (min-width: 768px) {
  .tableBlock table {
    padding-bottom: 0;
    display: table;
  }
}

.tableBlock tbody {
  display: block;
}

@media print, screen and (min-width: 768px) {
  .tableBlock tbody {
    display: table-row-group;
  }
}

.tableBlock tr {
  display: block;
}

@media print, screen and (min-width: 768px) {
  .tableBlock tr {
    display: table-row;
  }
}

.tableBlock th, .tableBlock td {
  display: block;
  border-width: 0;
}

@media print, screen and (min-width: 768px) {
  .tableBlock th, .tableBlock td {
    display: table-cell;
    border-width: 1px;
  }
}

.tableBlock th {
  text-align: left;
  font-weight: bold;
}

.tableBlock th:empty {
  display: none;
}

@media print, screen and (min-width: 768px) {
  .tableBlock th {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .tableBlock th:empty {
    display: table-cell;
  }
}

.tableBlock td {
  padding: 12px 0;
}

@media print, screen and (min-width: 768px) {
  .tableBlock td {
    padding: 12px;
    border: 1px solid #d6d8d7;
    border-bottom-style: solid;
  }
}

/* =====================================================
  tableBorderNone
=====================================================*/
.main .tableBorderNone table, #editor-input-content .tableBorderNone table {
  margin-top: 30px;
  margin-bottom: 30px;
  border: none;
}

.main .tableBorderNone th, #editor-input-content .tableBorderNone th {
  padding: 8px 10px;
  text-align: left;
  font-size: 14px;
  font-size: 0.77778rem;
  line-height: 1.5;
  border: none;
}

@media print, screen and (min-width: 1024px) {
  .main .tableBorderNone th, #editor-input-content .tableBorderNone th {
    font-size: 18px;
    font-size: 1rem;
  }
}

.main .tableBorderNone thead th, #editor-input-content .tableBorderNone thead th {
  text-align: center;
  border: none;
}

.main .tableBorderNone td, #editor-input-content .tableBorderNone td {
  padding: 8px 10px;
  line-height: 1.5;
  font-size: 14px;
  font-size: 0.77778rem;
  border: none;
}

@media print, screen and (min-width: 1024px) {
  .main .tableBorderNone td, #editor-input-content .tableBorderNone td {
    font-size: 18px;
    font-size: 1rem;
  }
}

/*=====================================================
  scroll
=====================================================*/
.scroll {
  margin: 20px 0;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

@media print, screen and (min-width: 1024px) {
  .scroll {
    margin: 0;
    overflow: visible;
    white-space: normal;
  }
}

.scroll table {
  max-width: 1020px;
  width: 800px;
  margin: 1rem 0 !important;
}

@media print, screen and (min-width: 1024px) {
  .scroll table {
    width: 100%;
    max-width: 1200px;
  }
}

.scroll table th,
.scroll table td {
  vertical-align: middle;
}

.scroll::-webkit-scrollbar {
  height: 5px;
}

.scroll::-webkit-scrollbar-track {
  border-radius: 5px;
  background: #eee;
}

.scroll::-webkit-scrollbar-thumb {
  border-radius: 5px;
  background: #666;
}

.scroll:before {
  content: "\008868\00306f\005de6\0053f3\00306b\0030b9\0030af\0030ed\0030fc\0030eb\003067\00304d\00307e\003059";
  /* 文字化け対策のためUnicode変換 */
  color: #fff;
  font-size: 12px;
  background-color: #666;
  border-radius: 8px;
  padding: 0.05em 0.5em;
}

@media print, screen and (min-width: 1024px) {
  .scroll:before {
    display: none;
  }
}

/*==================================================
  tableBtnView
==================================================*/
.tableBtnView {
  width: 100%;
  padding: 10px;
  display: block;
  color: #fff;
  line-height: 1;
  text-align: center;
  background-color: #817f7f;
  border-radius: 3px;
  transition: all .2s;
}

.tableBtnView .icon {
  padding-left: 30px;
  display: inline-block;
  background-image: url("/images/swap_horiz_white_24dp.svg");
  background-repeat: no-repeat;
  background-position: 0 center;
  background-size: 24px 24px;
}

.tableBtnView.on {
  background-color: #CCC;
}

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

/*==================================================
  tag
==================================================*/
.tag {
  margin-right: 6px;
  padding: 5px 12px;
  display: inline-block;
  font-size: 12px;
  font-size: 0.66667rem;
  line-height: 1;
  color: #fff;
  letter-spacing: 0;
  background-color: #333;
  border-radius: 15px;
}

@media print, screen and (min-width: 1280px) {
  .tag {
    font-size: 13px;
    font-size: 0.72222rem;
  }
}

.tag.tag--zaidan {
  background-color: #009865;
}

.tag.tag--kitakyushu-kenshin {
  background-color: #e4694f;
}

.tag.tag--yahata-kenshin {
  background-color: #52b1ce;
}

.tag.tag--fukuoka-kenshin {
  background-color: #7eb037;
}

.tag.tag--oita-roudou-eisei {
  background-color: #6fa5cc;
}

.tag.tag--pet {
  background-color: #64b35d;
}

.tag.tag--kankyo-sokutei-kitakyushu {
  background-color: #ba8d5d;
}

.tag.tag--kankyo-sokutei-oita {
  background-color: #58a646;
}

/*=====================================================
  topicPath
=====================================================*/
.topicPath {
  width: 100%;
  margin: 0 0 15px 0;
  padding: 8px 20px 0 20px;
  overflow: hidden;
  position: relative;
}

@media print, screen and (min-width: 1280px) {
  .topicPath {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto 30px auto;
    padding: 12px 0;
  }
}

.topicPath:after {
  width: 100px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  content: "";
  display: inline-block;
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0), #fff);
}

.topicPath ol {
  margin: 0;
  padding: 0 60px 5px 0;
  white-space: nowrap;
  position: relative;
  overflow-x: auto;
}

@media print, screen and (min-width: 1280px) {
  .topicPath ol {
    padding: 0 0 5px 0;
  }
}

.topicPath ol li {
  margin: 0;
  padding: 0;
  display: inline-block;
  list-style: none;
  font-size: 12px;
  font-size: 0.66667rem;
  line-height: 1.4;
  color: #7f7f74;
}

@media print, screen and (min-width: 1280px) {
  .topicPath ol li {
    font-size: 14px;
    font-size: 0.77778rem;
  }
}

.topicPath ol li::before {
  content: " > ";
}

.topicPath ol li:first-child::before {
  content: "";
}

.topicPath ol li a {
  color: #7f7f74;
  text-decoration: none;
}

.topicPath ol li a:hover {
  text-decoration: underline;
}

/*---------------------------------------------------
  h1
---------------------------------------------------*/
h1,
.h1 {
  margin-bottom: 30px;
  font-size: 20px;
  font-size: 1.11111rem;
  line-height: 1.4;
  font-weight: bold;
}

@media print, screen and (min-width: 1280px) {
  h1,
  .h1 {
    margin-bottom: 30px;
    font-size: 32px;
    font-size: 1.77778rem;
  }
}

/*---------------------------------------------------
  h2
---------------------------------------------------*/
h2,
.h2 {
  margin: 20px 0;
  padding: 12px 14px 12px 20px;
  font-size: 20px;
  font-size: 1.11111rem;
  display: block;
  line-height: 1.5;
  color: #fff;
  font-weight: bold;
  position: relative;
  background-color: #009865;
}

@media print, screen and (min-width: 1280px) {
  h2,
  .h2 {
    margin-bottom: 30px;
    padding: 14px 16px 14px 24px;
    font-size: 28px;
    font-size: 1.55556rem;
  }
}

h2:before,
.h2:before {
  width: 6px;
  height: 28px;
  content: "";
  position: absolute;
  left: 0;
  top: 12px;
  bottom: 0;
  background-color: #01704b;
}

@media print, screen and (min-width: 1280px) {
  h2:before,
  .h2:before {
    width: 8px;
    height: 34px;
    top: 18px;
  }
}

h2:first-child,
.h2:first-child {
  margin-top: 0;
}

h2 a,
.h2 a {
  color: #fff !important;
}

h2 a .iconWin::after,
.h2 a .iconWin::after {
  background-image: url(/images/icon_win_white.svg);
}

/*---------------------------------------------------
  h3
---------------------------------------------------*/
h3,
.h3 {
  margin: 20px 0;
  padding-bottom: 0.5rem;
  display: block;
  position: relative;
  font-size: 20px;
  font-size: 1.11111rem;
  line-height: 1.4;
  font-weight: bold;
  border-bottom: 3px solid #eaf0f3;
}

@media print, screen and (min-width: 1280px) {
  h3,
  .h3 {
    font-size: 24px;
    font-size: 1.33333rem;
    margin-bottom: 30px;
  }
}

h3::after,
.h3::after {
  position: absolute;
  bottom: -3px;
  left: 0;
  z-index: 2;
  content: '';
  width: 30%;
  height: 3px;
  background-color: #009865;
}

@media print, screen and (min-width: 1280px) {
  h3::after,
  .h3::after {
    width: 140px;
  }
}

/*---------------------------------------------------
  h4
---------------------------------------------------*/
h4,
.h4 {
  margin: 20px 0;
  padding: 0 0 10px 20px;
  display: block;
  position: relative;
  font-size: 18px;
  font-size: 1rem;
  line-height: 1.4;
  font-weight: bold;
  border-bottom: 1px dotted #ccc;
}

@media print, screen and (min-width: 1280px) {
  h4,
  .h4 {
    font-size: 20px;
    font-size: 1.11111rem;
  }
}

h4:before,
.h4:before {
  width: 10px;
  height: 10px;
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 4px;
  background-color: #009865;
}

@media print, screen and (min-width: 1280px) {
  h4:before,
  .h4:before {
    top: 8px;
  }
}

/*---------------------------------------------------
  h5
---------------------------------------------------*/
h5,
.h5 {
  margin: 20px 0;
  padding: 0 0 0 20px;
  position: relative;
  font-size: 16px;
  font-size: 0.88889rem;
  line-height: 1.4;
  font-weight: bold;
}

@media print, screen and (min-width: 1280px) {
  h5,
  .h5 {
    font-size: 18px;
    font-size: 1rem;
  }
}

h5:before,
.h5:before {
  width: 13px;
  height: 3px;
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 7px;
  background-color: #009865;
}

@media print, screen and (min-width: 1280px) {
  h5:before,
  .h5:before {
    top: 10px;
  }
}

/*---------------------------------------------------
  h6
---------------------------------------------------*/
h6,
.h6 {
  margin: 20px 0;
  font-size: 16px;
  font-size: 0.88889rem;
  line-height: 1.4;
  font-weight: bold;
}

@media print, screen and (min-width: 1280px) {
  h6,
  .h6 {
    font-size: 18px;
    font-size: 1rem;
  }
}

/*---------------------------------------------------
  leadText
---------------------------------------------------*/
.leadText {
  font-size: 18px;
  font-size: 1rem;
  line-height: 1.4;
  font-weight: bold;
}

@media print, screen and (min-width: 1280px) {
  .leadText {
    font-size: 26px;
    font-size: 1.44444rem;
    line-height: 1.8;
  }
}

/*---------------------------------------------------
  p
---------------------------------------------------*/
p {
  margin-top: 1rem;
  margin-bottom: 1rem;
  font-size: 15px;
  font-size: 0.83333rem;
  line-height: 2;
}

@media print, screen and (min-width: 1280px) {
  p {
    font-size: 18px;
    font-size: 1rem;
  }
}

p:first-child {
  margin-top: 0;
}

/*=====================================================
  nowrap
=====================================================*/
.nowrap {
  white-space: nowrap;
}

/*=====================================================
  note
=====================================================*/
.note1 {
  display: inline-block;
  padding-left: 1rem;
  text-indent: -1rem;
}

.note1_5 {
  display: inline-block;
  padding-left: 1.5rem;
  text-indent: -1.5rem;
}

.note2 {
  display: inline-block;
  padding-left: 2rem;
  text-indent: -2rem;
}

.note2_5 {
  display: inline-block;
  padding-left: 2.5rem;
  text-indent: -2.5rem;
}

.note3 {
  display: inline-block;
  padding-left: 3rem;
  text-indent: -3rem;
}

.note3_5 {
  display: inline-block;
  padding-left: 3.5rem;
  text-indent: -3.5rem;
}

/*=====================================================
  wrap
=====================================================*/
.wrap {
  width: 100%;
  padding: 15px 20px;
}

@media print, screen and (min-width: 1024px) {
  .wrap {
    margin-right: auto;
    margin-left: auto;
    padding: 30px;
    overflow: hidden;
  }
}

@media print, screen and (min-width: 1280px) {
  .wrap {
    width: 1200px;
    padding: 30px 0;
  }
}

.youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}

.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

/*=====================================================
  header
=====================================================*/
.header .logo {
  width: 270px;
  margin: 0;
  padding: 0;
  line-height: 1;
}

@media print, screen and (min-width: 768px) {
  .header .logo {
    width: 300px;
  }
}

@media print, screen and (min-width: 1280px) {
  .header .logo {
    width: 400px;
  }
}

@media print, screen and (min-width: 1280px) {
  .header .header__block {
    width: calc(100% - 320px);
    display: block;
  }
}

@media print, screen and (min-width: 1280px) {
  .header .header__block {
    width: calc(100% - 400px);
  }
}

@media print, screen and (min-width: 1280px) {
  .gNav .gNav__block .gNav__primary > li {
    width: calc(100% / 3);
  }
}

@media print, screen and (min-width: 1280px) {
  .gNav .gNav__block .gNav__primary > li.gNav__home > a, .gNav .gNav__block .gNav__primary > li.gNav__shisetsu > a, .gNav .gNav__block .gNav__primary > li.gNav__guide > a, .gNav .gNav__block .gNav__primary > li.gNav__access > a {
    background-image: none;
  }
  .gNav .gNav__block .gNav__primary > li.gNav__home > a:hover, .gNav .gNav__block .gNav__primary > li.gNav__shisetsu > a:hover, .gNav .gNav__block .gNav__primary > li.gNav__guide > a:hover, .gNav .gNav__block .gNav__primary > li.gNav__access > a:hover {
    border-radius: 8px 8px 8px 8px;
    background-image: none;
  }
}
