@charset "UTF-8";
/*
 ============================================================
  ファイル名：common.css
  機能概要：共通パーツ・モジュール・調整クラス

  更新履歴：
  2015.04.28：作成
 ============================================================
*/
/* ------ naviSection ------ */
/* searchListBtn */
/* pdfBtn */
/* title */
/* 全端末共通
-------------------------------------------------- */
body {
  color: #333333;
  font-family: 'Open Sans', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', arial, helvetica, clean, sans-serif;
  font-size: 16px;
}

.nav_sp {
  display: none;
}

.nav_sp--close {
  display: none;
}
.nav_sp--open {
  display: none;
}

#header {
  background: #fff;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.3);
}

.header header {
  width: 980px;
  margin: 0 auto;
  position: relative;
}
.header__logo {
  display: block;
  width: 980px;
  height: 120px;
  margin: 0 auto;
  padding: 25px 0 0 0;
}
.header .nav_language {
  position: absolute;
  width: 170px;
  top: 42px;
  right: 0;
  color: #ffffff;
  font-size: 16px;
  line-height: 1.3;
}
.header .nav_language p {
  background: #11a1ac;
  padding: 10px 20px 8px 20px;
  cursor: pointer;
  border-radius: 4px;
  position: relative;
}
.header .nav_language p:after {
  content: '';
  width: 0;
  height: 0;
  position: absolute;
  top: 50%;
  right: 12px;
  margin-top: -3px;
  border-style: solid;
  border-width: 6px 6px 0 6px;
  border-color: #ffffff transparent transparent transparent;
}
.header .nav_language ul {
  display: none;
  background: #097a82;
  border-radius: 0 0 4px 4px;
}
.header .nav_language ul li {
  padding: 10px 20px 8px 20px;
  cursor: pointer;
}
.header .nav_language ul li + li {
  border-top: 2px solid #6bafb4;
}
.header .nav_language.is_open p {
  border-radius: 4px 4px 0 0;
}
.header .nav_language.is_open ul {
  display: block;
}

#article .maintitle {
  height: 433px;
  padding: 35px 0 0;
  text-align: center;
  background: url(../imgs/main_v_bg03.png) no-repeat right bottom, url(../imgs/main_v_bg02.png) no-repeat -30px bottom, url(../imgs/main_v_bg01.png) no-repeat center top, url(../imgs/main_v_bg.png) repeat-x center top;
  background-size: auto, auto, auto, auto 100%;
}
#article .maintitle img {
  margin: 0 auto;
}

#sec01 {
  padding: 25px 0 0 0;
}

.sec01__inner {
  width: 980px;
  margin: 0 auto;
}
.sec01__btnlist li {
  float: left;
  margin-bottom: 10px;
}
.sec01__btnlist li:nth-child(2n) {
  float: right;
}
.sec01__tablist {
  height: 126px;
}
.sec01__tablist li {
  float: left;
  width: 236px;
  height: 108px;
  padding: 0 5px;
  display: table;
  text-align: center;
  color: #ffffff;
  font-size: 24px;
  border-radius: 8px;
  cursor: pointer;
  font-weight: bold;
  line-height: 1.16;
}
.sec01__tablist li + li {
  margin-left: 12px;
}
.sec01__tablist li:nth-child(1) {
  background: #f5ba2b;
  border-bottom: 5px solid #f19401;
}
.sec01__tablist li:nth-child(1).is_active {
  color: #f5ba2b;
  border: 4px solid #f5ba2b;
}
.sec01__tablist li:nth-child(1).is_active:before {
  border-top: 26px solid #f6b402;
}
.sec01__tablist li:nth-child(2) {
  background: #50970a;
  border-bottom: 5px solid #2f7204;
}
.sec01__tablist li:nth-child(2).is_active {
  color: #50970a;
  border: 4px solid #50970a;
}
.sec01__tablist li:nth-child(2).is_active:before {
  border-top: 26px solid #50970a;
}
.sec01__tablist li:nth-child(3) {
  background: #ee6c80;
  border-bottom: 5px solid #e33b4f;
}
.sec01__tablist li:nth-child(3).is_active {
  color: #ee6c80;
  border: 4px solid #ee6c80;
}
.sec01__tablist li:nth-child(3).is_active:before {
  border-top: 26px solid #ee6c80;
}
.sec01__tablist li:nth-child(4) {
  background: #3968a9;
  border-bottom: 5px solid #1f4387;
}
.sec01__tablist li:nth-child(4).is_active {
  color: #3968a9;
  border: 4px solid #3968a9;
}
.sec01__tablist li:nth-child(4).is_active:before {
  border-top: 26px solid #3968a9;
}
.sec01__tablist li span {
  display: table-cell;
  vertical-align: middle;
}
.sec01__tablist li.is_active {
  position: relative;
  border-bottom: none;
  background: #ffffff;
}
.sec01__tablist li.is_active:after {
  content: '';
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  top: 100%;
  left: 50%;
  margin-top: -8px;
  margin-left: -18px;
  border: 16px solid transparent;
  border-top: 26px solid #ffffff;
}
.sec01__tablist li.is_active:before {
  content: '';
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  top: 100%;
  left: 50%;
  margin-left: -18px;
  border: 16px solid transparent;
  border-top: 26px solid #f6b402;
}
.sec01__tablist li:hover {
  opacity: 0.7;
}

.sec04__inner {
  width: 980px;
  margin: 0 auto;
}
.sec04__title {
  position: relative;
  background: #ee6c80;
  color: #fff;
  padding: 16px 20px 16px 35px;
  font-size: 30px;
  font-weight: bold;
  border-radius: 5px;
}
.sec04__title:before {
  content: '';
  display: block;
  position: absolute;
  width: 5px;
  height: 80%;
  top: 10%;
  left: 10px;
  background: #f4a8b4;
  border-radius: 5px;
}
.sec04__table {
  width: 100%;
  border-left: 2px solid #ccc;
  border-top: 2px solid #ccc;
}
.sec04__table th {
  width: 591px;
  padding: 8px 12px;
  background: #f5f5f5;
  border-right: 2px solid #ccc;
  border-bottom: 2px solid #ccc;
  font-size: 18px;
}
.sec04__table td {
  padding: 8px 12px;
  border-right: 2px solid #ccc;
  border-bottom: 2px solid #ccc;
  font-size: 18px;
}
.sec04__tablehead th {
  padding: 10px;
  color: #4c4c4c;
  font-size: 27px;
  background: #ffdde2;
  font-weight: bold;
}
.sec04__tablehead th + th {
  width: auto;
}
.sec04__table + .sec04__table {
  border-top: none;
}

.sec02__inner {
  width: 980px;
  margin: 0 auto;
}
.sec02__title {
  position: relative;
  background: #F5BA2B;
  color: #fff;
  padding: 16px 20px 16px 35px;
  font-size: 30px;
  font-weight: bold;
  border-radius: 5px;
}
.sec02__title:before {
  content: '';
  display: block;
  position: absolute;
  width: 5px;
  height: 80%;
  top: 10%;
  left: 10px;
  background: #F9D56E;
  border-radius: 5px;
}
.sec02__title + .naviSection {
  margin-top: 0;
}
.sec02__base {
  padding: 15px;
  margin-top: 30px;
  border: 3px solid #F5BA2B;
  border-radius: 5px;
  clear: both;
}
.sec02__base > div {
  position: relative;
  padding-left: 100px;
}
.sec02__base [class^="naviSection__icn"] {
  position: absolute;
  left: 0;
}
.sec02__category {
  font-size: 14px;
}
.sec02__category + .filter-category {
  margin-top: 20px;
}
.sec02__category p + p {
  margin-top: 10px;
}
.sec02__linkpanel li {
  height: 360px !important;
  border: 3px solid #f6bb00;
  padding: 30px 20px;
  border-radius: 6px;
  background: url(../imgs/sec02_linkpanel_bg.png) no-repeat -2px 0;
}
.sec02__linkpanel__lead {
  margin: 50px 0 32px 0;
  font-size: 24px;
  text-align: center;
}
.sec02__linkpanel__title {
  width: 274px;
  display: table-cell;
  vertical-align: middle;
  padding-top: 13px;
  font-size: 28px;
  color: #4c4c4c;
  line-height: 1.07;
  text-align: center;
  height: 73px;
  font-family: 'Arial';
}
.sec02__linkpanel__icon {
  height: 100px;
  text-align: center;
}
.sec02__linkpanel__link {
  margin-top: 10px;
}
.sec02__linkpanel__txt {
  margin-top: 16px;
  color: #4c4c4c;
  font-size: 18px;
}
.sec02__stitle {
  position: relative;
  margin-bottom: 30px;
  border: 3px solid #f6bb00;
  border-radius: 5px;
  line-height: 56px;
  text-align: center;
  font-size: 26px;
  font-weight: bold;
}
.sec02__stitle:after {
  top: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(255, 255, 255, 0);
  border-top-color: #ffffff;
  border-width: 24px;
  margin-left: -24px;
}
.sec02__stitle:before {
  top: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(246, 187, 0, 0);
  border-top-color: #f6bb00;
  border-width: 28px;
  margin-left: -28px;
}
.sec02__stitle--inner {
  display: none;
}
.sec02__prefectures {
  margin-top: 20px;
}
.sec02__prefectures .sec02__title {
  margin-bottom: 0;
}
.sec02__prefectures .naviSection {
  margin-top: 0;
}
.sec02__prefectures .naviSection02 .element {
  margin-top: 0;
}
.sec02__info {
  margin-top: 20px;
  font-size: 13px;
}
.sec02__info p {
  padding-left: 2.8em;
  text-indent: -2.8em;
}
.sec02__info dl {
  margin-top: 10px;
}
.sec02__info dl dt {
  margin-bottom: 5px;
}
.sec02__info dl > dd {
  padding-left: 1.2em;
  text-indent: -1.2em;
}
.sec02__info dl > dd ul {
  margin-top: 5px;
  margin-left: 0;
}
.sec02__info dl > dd ul > li {
  padding-left: 1.2em;
  text-indent: -1.2em;
}
.sec02__info dl > dd + dd {
  margin-top: 10px;
}

.sec03__inner {
  width: 980px;
  margin: 0 auto;
}
.sec03__title {
  position: relative;
  background: #8dc556;
  color: #fff;
  margin-bottom: 35px;
  padding: 16px 20px 16px 35px;
  font-size: 30px;
  font-weight: bold;
  border-radius: 5px;
}
.sec03__title:before {
  content: '';
  display: block;
  position: absolute;
  width: 5px;
  height: 80%;
  top: 10%;
  left: 10px;
  background: #bbdc9a;
  border-radius: 5px;
}
.sec03__stitle {
  position: relative;
  margin-top: 50px;
  margin-bottom: 30px;
  border: 3px solid #8dc556;
  border-radius: 5px;
  line-height: 45px;
  text-align: center;
  font-size: 24px;
}
.sec03__stitle:after {
  top: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(255, 255, 255, 0);
  border-top-color: #ffffff;
  border-width: 24px;
  margin-left: -24px;
}
.sec03__stitle:before {
  top: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(246, 187, 0, 0);
  border-top-color: #8dc556;
  border-width: 28px;
  margin-left: -28px;
}
.sec03__stitle02 {
  margin-top: 50px;
  border: 3px solid #F00;
}
.sec03__stitle02:before {
  border-top-color: #F00;
}
.sec03__linkpanel > li {
  height: 530px !important;
  border: 3px solid #50970a;
  padding: 30px 20px;
  border-radius: 6px;
  background: url(../imgs/sec03_linkpanel_bg.png) no-repeat -2px 0;
  font-family: 'Arial';
}
.sec03__linkpanel__title {
  width: 274px;
  display: table-cell;
  vertical-align: middle;
  padding-top: 13px;
  font-size: 28px;
  color: #4c4c4c;
  line-height: 1.07;
  text-align: center;
  height: 73px;
}
.sec03__linkpanel__icon {
  text-align: center;
}
.sec03__linkpanel__icon img {
  width: 94px;
  height: 94px;
}
.sec03__linkpanel__arr {
  margin-top: 12px;
  background: url(../imgs/sec02_arr.png) no-repeat center top;
  padding-top: 35px;
}
.sec03__linkpanel__note {
  color: #ff0000;
  font-size: 22px;
  font-weight: bold;
  text-align: center;
}
.sec03__linkpanel__list li {
  font-size: 18px;
  padding-left: 20px;
  position: relative;
  color: #4c4c4c;
}
.sec03__linkpanel__list li:before {
  content: "";
  display: block;
  border-radius: 50%;
  background: #50970a;
  width: 10px;
  height: 10px;
  position: absolute;
  top: 7px;
  left: 0;
}
.sec03__linkpanel__list li + li {
  margin-top: 4px;
}
.sec03__linkpanel .list {
  margin-top: 5px;
}
.sec03__linkpanel__figure01 {
  width: 320px;
  height: 400px !important;
}
.sec03__linkpanel__figure02 {
  width: 320px;
  height: 400px !important;
}
.sec03__linkpanel__figure03 {
  width: 320px;
  height: 400px !important;
}
.sec03__flow {
  width: 900px;
  margin: 0 auto;
}
.sec03__flow li {
  position: relative;
  margin-bottom: 35px;
  padding: 30px;
  border: 2px solid #ffc200;
  background: #fff9d4;
}
.sec03__flow li:after {
  content: '';
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  margin-left: -20px;
  bottom: -47px;
  left: 50%;
  border: 20px solid transparent;
  border-top: 15px solid #ffc200;
}
.sec03__flow li:last-child {
  margin-bottom: 15px;
}
.sec03__flow li:last-child:after {
  display: none;
}
.sec03__flow li > div {
  display: table-cell;
  vertical-align: middle;
}
.sec03__flow em {
  display: block;
  font-weight: bold;
  font-size: 32px;
}
.sec03__flow sup {
  font-size: 16px;
  color: #f00;
}
.sec03__flow .sec03__flow06 em {
  padding: 6px 0 25px 0;
  font-size: 18px;
  font-weight: normal;
}
.sec03__flow .sec03__flow06 em span {
  display: block;
  margin-top: 6px;
  line-height: 17px;
  font-size: 14px;
}
.sec03__flow .sec03__flow06 .sec03__figure {
  width: 319px;
}
.sec03__flow .sec03__flow06_txt {
  display: table;
  padding-left: 113px;
}
.sec03__flow .sec03__flow06_txt .note {
  padding: 8px 30px;
  display: table-cell;
  border: 5px solid #ff0000;
  background: #ffffff;
  color: #4c4c4c;
  font-size: 30px;
  text-align: center;
  font-weight: bold;
}
.sec03__flow .sec03__flow06_txt .txt {
  display: table-cell;
  vertical-align: middle;
  font-size: 22px;
  padding-left: 15px;
}
.sec03__figure {
  padding-right: 25px;
  vertical-align: top !important;
}
.sec03__figure img {
  width: 94px;
  height: 94px;
}
.sec03__figure img + img {
  width: 176px;
  height: auto;
  margin: 0 0 0 20px;
  position: relative;
  top: -6px;
}
.sec03__notice {
  color: #f00;
}
.sec03__caution {
  margin-bottom: 50px;
  font-size: 14px;
}
.sec03__caution p {
  padding-left: 1.3em;
  text-indent: -1.3em;
}
.sec03__caution02 em {
  display: inline-block;
  padding: 4px 15px;
  margin-bottom: 10px;
  color: #4c4c4c;
  font-size: 24px;
  font-weight: bold;
  border-radius: 5px;
  background: #f6bb00;
}

.sec-3_linkpanel_text{
  font-size:15px;
}

@media only screen and (min-width: 769px) {
  .naviSection01 table tr td .group__inner > span.spec_1{
    padding-bottom:0;
  }

}

.sec05__inner {
  width: 980px;
  margin: 0 auto;
}
.sec05__title {
  position: relative;
  background: #5685c5;
  color: #fff;
  margin-bottom: 35px;
  padding: 16px 20px 16px 35px;
  font-size: 30px;
  font-weight: bold;
  border-radius: 5px;
}
.sec05__title:before {
  content: '';
  display: block;
  position: absolute;
  width: 5px;
  height: 80%;
  top: 10%;
  left: 10px;
  background: #9ab6dc;
  border-radius: 5px;
}
.sec05__notice01 {
  text-align: center;
  font-size: 24px;
  line-height: 1.6;
  color: #4c4c4c;
}
.sec05__notice02 {
  text-align: center;
  font-size: 18px;
  color: #f00;
}

#sec06 {
  padding: 0 0 65px;
  background: #fff;
}

.sec06__inner {
  width: 980px;
  margin: 0 auto;
}
.sec06__base {
  margin-top: 70px;
  padding: 25px 10px 30px;
  border: 3px solid #5685c5;
  border-radius: 5px;
  clear: both;
}
.sec06__base + .sec06__base {
  margin-top: 50px;
}
.sec06__base .btn__normal--type10 {
  width: 284px;
  vertical-align: middle;
  font-size: 28px;
  text-align: center;
  height: 80px;
}
.sec06__base .btn__normal--type10:before {
  content: '';
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  top: 27px;
  left: 18px;
  border: 10px solid transparent;
  border-left: 12px solid #fff;
}
.sec06__base .btn__normal--type10 a, .sec06__base .btn__normal--type10 > span {
  padding: 0 40px 0 40px;
}
.sec06__pdf > p {
  font-size: 28px;
  font-weight: bold;
}
.sec06__btnlist li {
  display: inline-block;
  margin: 30px 23px 0 0;
}
.sec06__btnlist a:hover img {
  opacity: 0.7;
  filter: alpha(opacity=70);
}
.sec06__bnr--tit {
  font-size: 28px;
  font-weight: bold;
}
.sec06__bnr--img {
  margin-top: 28px;
  font-size: 28px;
  font-weight: bold;
}
.sec06__bnr--img a + a {
  margin-left: 10px;
}
.sec06__bnr--img--type02 img {
  width: 454px;
}
.sec06__bnr--txt {
  margin-top: 18px;
  padding: 0 60px;
  text-align: left;
}

.link__normal:before {
  content: '';
  display: inline-block;
  border: 5px solid transparent;
  border-left: 6px solid #333;
  vertical-align: middle;
}

.linkpanel__3clm > li {
  position: relative;
  overflow: hidden;
  float: left;
  width: 320px;
  margin-right: 10px;
}
.linkpanel__3clm > li > div {
  position: relative;
}
.linkpanel__3clm > li:last-of-type {
  margin-right: 0;
}

.noresult,
.noresultAll,
.noresultFreeWord,
.noresultGps {
  display: none;
  padding: 60px 0 10px 0;
  text-align: center;
  font-size: 28px;
  font-weight: bold;
}
.noresultGps span {
  display: block;
  font-size: 16px;
  text-align: left;
}

.btn__reset {
  display: table-cell;
  width: 160px;
  height: 45px;
  background: #a8a8a8;
  border-radius: 3px;
  border-bottom: 5px solid #868686;
  text-align: center;
  cursor: pointer;
  vertical-align: middle;
  font-size: 18px;
}
.btn__reset:hover {
  opacity: .7;
}
.btn__reset span {
  color: #fff;
}
.btn__normal {
  display: table-cell;
  position: relative;
  text-align: center;
  cursor: pointer;
  border-radius: 4px 4px 6px 6px;
  border-bottom-width: 5px;
  border-bottom-style: solid;
}
.btn__normal:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
}
.btn__normal > a, .btn__normal > span {
  display: block;
  color: #fff;
  text-decoration: none;
}
.btn__normal > a:hover, .btn__normal > span:hover {
  text-decoration: none;
}
.btn__normal--2large {
  width: 650px;
  vertical-align: middle;
  font-size: 22px;
  text-align: left;
}
.btn__normal--2large:before {
  content: '';
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  margin-top: -12px;
  top: 50%;
  left: 18px;
  border: 12px solid transparent;
  border-left: 15px solid #fff;
}
.btn__normal--2large a, .btn__normal--2large > span {
  padding: 10px 0 10px 55px;
}
.btn__normal--large {
  width: 480px;
  vertical-align: middle;
  font-size: 22px;
  font-weight: bold;
  text-align: left;
}
.btn__normal--large:before {
  content: '';
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  margin-top: -8px;
  top: 50%;
  left: 18px;
  border: 12px solid transparent;
  border-top: 15px solid #fff;
}
.btn__normal--large a, .btn__normal--large > span {
  padding: 12px 0 12px 70px;
}
.btn__normal--blank {
  width: 480px;
  margin: 0 auto;
  vertical-align: middle;
  font-size: 22px;
  font-weight: bold;
  text-align: left;
}
.btn__normal--blank:before {
  content: '';
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  margin-top: -8px;
  top: 50%;
  left: 18px;
  border-style: solid;
  border-width: 8px 0 8px 10px;
  border-color: transparent transparent transparent #ffffff;
}
.btn__normal--blank a, .btn__normal--blank > span {
  padding: 12px 50px 12px 50px;
}
.btn__normal--mid {
  width: 285px;
  vertical-align: middle;
  font-size: 22px;
  font-weight: bold;
  text-align: left;
}
.btn__normal--mid:before {
  content: '';
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  margin-top: -8px;
  top: 50%;
  left: 18px;
  border: 12px solid transparent;
  border-top: 15px solid #fff;
}
.btn__normal--mid a, .btn__normal--mid > span {
  padding: 12px 0 12px 70px;
}
.btn__normal--type02 {
  background: #ec405b;
  border-bottom-color: #e12338;
}
.btn__normal--type03 {
  background: #f56c0a;
  border-bottom-color: #ef4704;
}
.btn__normal--type04 {
  background: #f6b402;
  border-bottom-color: #f19401;
}
.btn__normal--type05 {
  background: #50970a;
  border-bottom-color: #2f7204;
}
.btn__normal--type06 {
  background: #3968a9;
  border-bottom-color: #1f4387;
}
.btn__normal--type07 {
  background: #5685c5;
  border-bottom-color: #345faa;
}
.btn__normal--type08 {
  background: #b7dcf1;
  border-bottom-color: #98cae9;
}
.btn__normal--type08 a, .btn__normal--type08 > span {
  color: #333;
}
.btn__normal--type08:after {
  content: '★1';
  margin-top: -14px;
  position: absolute;
  top: 50%;
  right: 10px;
  font-size: 18px;
}
.btn__normal--type09 {
  background: #bde9e0;
  border-bottom-color: #a0ddd0;
}
.btn__normal--type09 a, .btn__normal--type09 > span {
  color: #333;
}
.btn__normal--type10 {
  background: #5685c5;
  border-bottom-color: #345faa;
}
.btn__normal--type10 a, .btn__normal--type10 > span {
  color: #fff;
}
.btn__normal--loading {
  background-image: url(../imgs/loading.gif);
  background-repeat: no-repeat;
  background-position: center center;
}
.btn__normal--loading:before {
  display: none;
}
.btn__normal--loading span {
  visibility: hidden;
}
.btn__map {
  height: 76px;
  position: relative;
  padding-right: 175px !important;
  background: #fff;
}
.btn__map .btn__normal {
  width: 160px;
  position: absolute;
  right: 10px;
  top: 16px;
}

.fc--type02 {
  color: #f6bb00;
}

/* ------ naviSection ------ */
.naviSection {
  width: 980px;
  margin: 50px auto;
}
.naviSection:after {
  content: "";
  display: block;
  clear: both;
  height: 0;
}
.naviSection__lead {
  margin-bottom: 32px;
  font-size: 24px;
  text-align: center;
}
.naviSection__lead02 {
  padding: 10px;
  margin-top: 10px;
  font-size: 14px;
  background: #e6e6e6;
}
.naviSection__lead02 p {
  text-indent: -1em;
  padding-left: 1em;
}
.naviSection__lead03 {
  margin-bottom: 15px;
  font-size: 24px;
  text-align: center;
  text-indent: -1em;
  padding-left: 1em;
}
.naviSection__lead03--list {
  margin-bottom: 20px;
  font-size: 14px;
}
.naviSection__lead03--list p {
  text-indent: -1em;
  padding-left: 1em;
}
.naviSection__lead04 {
  display: none;
}
.naviSection__searchBtn,
.naviSection__searchBtn--inner {
  display: none;
}

.naviSection__icn--category,
.naviSection__icn--jmip {
  display: inline-block;
  width: 60px;
  height: 24px;
  margin-left:10px;
  background: #1fa38f;
  text-align: center;
  color: #fff;
  font-size: 12px;
  line-height: 24px;
}
.naviSection__icn--category {
  width: 150px;
  background: #EC6D80;
}
.naviSection__icn--category.hidden,
.naviSection__icn--jmip.hidden {
  display: none;
}
.naviSection__txt--location {
  display: none;
}
.naviSection__logo--jmip{
  position:absolute;
  top:0;
  left:5px;
}

.naviSection__logo--jmip img{
  width:75px;
}

.sec02__category--icon,
.sec02__jmip--icon {
  display: inline-block;
  width: 60px;
  height: 24px;
  margin-right: 10px;
  margin-left: 10px;
  margin-bottom: 5px;
  background: #1fa38f;
  text-align: center;
  color: #fff;
  font-size: 12px;
  line-height: 24px;
}

.sec02__category--icon{
  background: #EC6D80;
  width: 150px;
  height: auto;
  margin: 0 10px;
}

.naviSection__btnarea {
  margin-top: 30px;
  margin-bottom: 20px;
  position: relative;
  text-align: center;
}
.naviSection__btnarea #searchBtn {
  display: inline-block;
}
.naviSection__btnarea #searchBtn span {
  text-align: center;
  padding-right: 70px;
}
.naviSection__btnarea .filter-reset {
  position: absolute;
  right: 0;
  top: 14px;
}

.naviSection01:after {
  content: "";
  display: block;
  clear: both;
  height: 0;
}
.naviSection01 label {
  margin-left: 7px;
  vertical-align: bottom;
  cursor: pointer;
}
.naviSection01 label.active {
  color: #704a00;
}
.naviSection01 input[type="checkbox"] {
  display: inline-block;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: #fff;
  border-radius: 4px;
  width: 20px;
  height: 20px;
  box-shadow: 0;
  vertical-align: middle;
}
.naviSection01 input[type="checkbox"]:checked:after {
  content: '';
  display: inline-block;
  width: 16px;
  height: 8px;
  margin-top: -8px;
  border-left: 3px solid #ff9c00;
  border-bottom: 3px solid #ff9c00;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.naviSection01__input--freeword input {
  padding: 15px 20px;
  width: 432px;
  border: none;
  border-radius: 3px;
  font-size: 18px;
}
.naviSection01 table {
  width: 100%;
  word-break: break-all;
}
.naviSection01 table + table {
  margin-top: 10px;
}
.naviSection01 table tr.naviSection01__secondary th,
.naviSection01 table tr.naviSection01__secondary td {
  display: none;
}
.naviSection01 table tr th {
  width: 190px;
  padding: 15px;
  background: #fad666;
  border-bottom: 2px solid #fff;
  font-size: 20px;
  font-weight: bold;
  vertical-align: middle;
}
.naviSection01 table tr td {
  padding: 15px 35px;
  background: #e6e6e6;
  border-bottom: 2px solid #fff;
  font-size: 16px;
  font-weight: 400;
  vertical-align: middle;
  word-break: break-all;
}
.naviSection01 table tr td .filter-group {
  display: table;
  width: 100%;
}
.naviSection01 table tr td .group__inner {
  display: table-row;
}
.naviSection01 table tr td .group__inner > span {
  display: table-cell;
  width: 33%;
  padding-bottom: 20px;
  color: #333;
  font-weight: bold;
}
.naviSection01 table tr td .group__inner > span.jmip {
  width: 100%;
}
.naviSection01 table tr td .group__inner > span.jmip a {
  padding-left: 15px;
}
.naviSection01 table tr td em {
  font-weight: bold;
}
.naviSection01 table .sec02__base {
  padding: 0;
  margin: 0;
  border: none;
  font-size: 14px;
}
.naviSection01__select__wrap {
  position: relative;
  overflow: hidden;
  width: 430px;
  background: #fff;
  border-radius: 4px;
}
.naviSection01__select__wrap:after {
  content: '';
  display: block;
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -4px;
  border: 5px solid transparent;
  border-top: 8px solid #666;
  z-index: 0;
}
.naviSection01 select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: block;
  position: relative;
  width: 100%;
  padding: 15px 20px;
  cursor: pointer;
  border: 0;
  background: transparent;
  font-size: 18px;
  vertical-align: bottom;
}
.naviSection01 select::-ms-expand {
  display: none;
}
.naviSection01 select::-moz-focus-inner {
  border: 0;
  outline: 0;
}
.naviSection01__sttl01 {
  margin-bottom: 5px;
  padding: 3px 0;
  font-size: 16px;
}

.naviSection02 .element {
  width: 980px;
  margin: 12px 0 0 0;
  padding-top: 30px;
}
.naviSection02 .element:after {
  content: "";
  display: block;
  clear: both;
  height: 0;
}
.naviSection02 .element img {
  width: 100%;
}
.naviSection02 .element .detail {
  width: 100%;
}
.naviSection02 .element .map {
  width: 412px;
  height: 290px;
  margin-bottom: 20px;
}
.naviSection02 .element .map_lat {
  display: none;
}
.naviSection02 .element .map_lng {
  display: none;
}
.naviSection02 .element h1 {
  margin: 8px 0;
  font-size: 22px;
  font-weight: bold;
  color: #4c4c4c;
}
.naviSection02 .element a:hover img {
  opacity: .7;
  filter: alpha(opacity=70);
}
.naviSection02 .element table {
  width: 100%;
  table-layout: fixed;
  border-left: 2px solid #ccc;
  border-top: 2px solid #ccc;
  font-size: 14px;
  word-break: break-all;
}
.naviSection02 .element th {
  width: 130px;
  padding: 5px;
  background: #f5f5f5;
  border-right: 2px solid #ccc;
  border-bottom: 2px solid #ccc;
}
.naviSection02 .element td {
  padding: 5px;
  border-right: 2px solid #ccc;
  border-bottom: 2px solid #ccc;
  word-break: break-all;
}
.naviSection02 .element .url br:first-child {
  display: none;
}

#footer {
  width: 980px;
  margin: 0 auto;
  padding: 0 0 20px;
}
#footer h1 {
  font-size: 10px;
  font-weight: bold;
}

#sec02,
#sec03,
#sec04,
#sec05 {
  padding: 26px 0 0 0;
  background: #fff;
}

#sec03,
#sec04,
#sec05 {
  display: none;
}

/* searchListBtn */
#searchListBtn {
  display: block;
  width: 480px;
  margin: 32px 0 0 250px;
  text-align: center;
}

/* pdfBtn */
#pdfBtn {
  display: block;
  width: 480px;
  margin: 32px auto 0 auto;
  text-align: center;
}

/* title */
.sec02__title,
.sec03__title,
.sec04__title,
.sec05__title {
  margin-bottom: 26px;
  font-family: 'Arial';
}

.list li {
  font-size: 14px;
  padding-left: 8px;
  position: relative;
  color: #4c4c4c;
}
.list li:before {
  content: "*";
  display: block;
  width: 14px;
  position: absolute;
  top: 2px;
  left: 0;
}
.list__language {
  margin-top: 20px;
}
.list__language td span {
  display: inline-block;
  margin: 5px 20px 0 0;
}
.list__language td span em {
  font-weight: bold;
}

.block_pc {
  display: block;
}
.block_sp {
  display: none;
}

/* スマホ
-------------------------------------------------- */
@media only screen and (max-width: 768px) {
  :root * img {
    width: 100%;
  }

  body {
    min-width: 320px;
    font-size: 15px;
  }

  .nav_sp {
    display: none;
    position: absolute;
    top: 50px;
    width: 100%;
    background: #249091;
    z-index: 10;
  }
  .nav_sp--tab {
    padding-bottom: 50px;
  }
  .nav_sp--tab li {
    padding: 20px 15px;
    vertical-align: middle;
    cursor: pointer;
    min-height: 60px;
    color: #ffffff;
    font-size: 16px;
    line-height: 1.18;
    border-bottom: 1px solid #7cbcbd;
    position: relative;
  }
  .nav_sp--tab li:after {
    content: '';
    position: absolute;
    top: 50%;
    right: 15px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 0 5px 7px;
    margin-top: -5px;
    border-color: transparent transparent transparent #ffffff;
  }
  .nav_sp--language {
    padding: 23px 15px;
    background: #097a82;
  }
  .nav_sp--language ul li {
    width: 32%;
    display: inline-block;
    text-align: center;
    font-size: 15px;
  }
  .nav_sp--language ul li + li {
    border-left: 1px solid #6bafb4;
  }
  .nav_sp--language ul li a {
    text-decoration: none;
    color: #ffffff;
  }
  .nav_sp--language ul + ul {
    margin-top: 15px;
  }

  .nav_sp--close {
    float: right;
    width: 22px;
    height: 22px;
    margin: 14px 16px 0 0;
    position: relative;
  }
  .nav_sp--close:before, .nav_sp--close:after {
    content: '';
    width: 2px;
    height: 22px;
    position: absolute;
    top: 0;
    left: 10px;
    background: #249091;
  }
  .nav_sp--close:before {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  .nav_sp--close:after {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .nav_sp--open {
    display: block;
    float: right;
    width: 22px;
    height: 22px;
    margin: 16px 16px 0 0;
    border-top: 2px solid #249091;
    position: relative;
  }
  .nav_sp--open:before, .nav_sp--open:after {
    content: '';
    width: 22px;
    height: 2px;
    position: absolute;
    right: 0;
  }
  .nav_sp--open:before {
    top: 6px;
    background: #249091;
  }
  .nav_sp--open:after {
    position: absolute;
    top: 14px;
    background: #249091;
  }

  .header header {
    overflow: hidden;
    width: 100%;
  }
  .header__logo {
    height: 50px;
    padding: 10px;
    width: 200px;
    float: left;
  }
  .header__logo img {
    width: auto;
    height: 32px;
  }
  .header .nav_language {
    display: none;
  }

  #article .maintitle {
    height: auto;
    padding: 0;
    background: none;
  }
  #article .maintitle:after {
    display: none;
  }
  #article .maintitle img {
    width: 100%;
    height: auto;
  }

  .sec01__inner {
    width: 100%;
  }
  .sec01__tablist {
    display: none;
  }
  .naviSection__txt--location {
    display: inline-block;
    color: #ED9100;
    font-size: 13px;
    font-weight: bold;
  }
  .sec02__category--icon {
    width: 142px;
    margin: 0 8px;
  }
  .sec04__inner {
    width: 100%;
  }
  .sec04__title {
    padding: 12px 18px;
    font-size: 20px;
    line-height: 1.2;
  }
  .sec04__title:before {
    left: 5px;
  }
  .sec04__table th,
  .sec04__table td {
    display: block;
    width: 100%;
  }
  .sec04__table th {
    font-size: 18px;
  }
  .sec04__table td {
    font-size: 15px;
  }
  .sec04__tablehead th {
    background: #f5f5f5;
    font-size: 18px;
    font-weight: normal;
  }
  .sec04__tablehead th + th {
    background: #ffffff;
    font-size: 15px;
  }
  .sec04__table + .sec04__table {
    margin-top: 40px;
    border-top: 2px solid #ccc;
    position: relative;
  }
  .sec04__table + .sec04__table:before {
    content: '';
    width: 0;
    height: 0;
    position: absolute;
    top: -27px;
    left: 50%;
    margin-left: -24px;
    border-style: solid;
    border-width: 15px 24px 0 24px;
    border-color: #f6b502 transparent transparent transparent;
  }

  .sec02__inner {
    width: 100%;
  }
  .sec02__title {
    padding: 12px 18px;
    font-size: 20px;
    line-height: 1.2;
  }
  .sec02__title:before {
    left: 5px;
  }
  .sec02__base {
    margin-top: 24px;
  }
  .sec02__linkpanel li {
    width: 100%;
    padding: 10px;
    background: none;
    height: auto !important;
    position: relative;
  }
  .sec02__linkpanel li:nth-child(1) .sec02__linkpanel__icon img {
    width: 46px;
    height: auto;
  }
  .sec02__linkpanel li:nth-child(2) .sec02__linkpanel__icon img {
    width: 34px;
    height: auto;
    margin-left: 6px;
  }
  .sec02__linkpanel li:nth-child(3) .sec02__linkpanel__icon img {
    width: 47px;
    height: auto;
  }
  .sec02__linkpanel__lead {
    margin: 20px 0 15px 0;
    font-size: 14px;
    text-align: left;
  }
  .sec02__linkpanel__title {
    width: 100%;
    padding-top: 0;
    height: auto;
    text-align: left;
    font-size: 17px;
    line-height: 1.17;
    font-weight: bold;
  }
  .sec02__linkpanel__icon {
    float: left;
    width: 60px;
    height: auto;
    position: relative;
    text-align: left;
  }
  .sec02__linkpanel__icon img {
    margin: auto 0;
  }

  .naviSection__logo--jmip img {
    width: 75px;
  }

  .sec02__linkpanel__inner {
    overflow: hidden;
    width: auto;
  }
  .sec02__linkpanel__txt {
    margin-top: 5px;
    font-size: 15px;
  }
  .sec02__stitle {
    margin-bottom: 15px;
    padding: 5px;
    font-size: 16px;
    line-height: 1.375;
  }
  .sec02__stitle:after {
    border-width: 12px;
    margin-left: -12px;
  }
  .sec02__stitle:before {
    border-width: 16px;
    margin-left: -16px;
  }
  .sec02__stitle--inner {
    display: block;
  }
  #search .sec02__stitle {
    display: none;
  }
  .sec03__inner {
    width: 100%;
  }
  .sec03__title {
    padding: 12px 18px;
    font-size: 20px;
    line-height: 1.2;
  }
  .sec03__title:before {
    left: 5px;
  }
  .sec03__stitle {
    margin-top: 28px;
    padding: 10px;
    font-size: 16px;
    line-height: 1.32;
  }
  .sec03__stitle:after {
    border-width: 12px;
    margin-left: -12px;
  }
  .sec03__stitle:before {
    border-width: 16px;
    margin-left: -16px;
  }
  .sec03__stitle02 {
    margin-top: 28px;
  }
  .sec03__linkpanel > li {
    background: none;
    padding: 15px 10px;
    height: auto !important;
  }
  .sec03__linkpanel__title {
    width: 100%;
    display: block;
    font-size: 17px;
    text-align: center;
    height: auto;
    line-height: 1.29;
    font-weight: bold;
  }
  .sec03__linkpanel__icon img {
    width: 58px;
    height: 58px;
  }
  .sec03__linkpanel__note {
    font-size: 14px;
    text-align: left;
  }
  .sec03__linkpanel__list li {
    font-size: 14px;
    padding-left: 16px;
  }
  .sec03__linkpanel__list li:before {
    top: 2px;
  }
  .sec03__flow {
    width: 100%;
  }
  .sec03__flow li {
    margin-bottom: 43px;
    padding: 15px 10px;
  }
  .sec03__flow li:after {
    margin-left: -25px;
    bottom: -60px;
    border: 25px solid transparent;
    border-top: 19px solid #ffc200;
  }
  .sec03__flow li > div {
    display: block;
  }
  .sec03__flow em {
    margin-top: 14px;
    margin-bottom: 5px;
    font-size: 18px;
    text-align: center;
  }
  .sec03__flow .sec03__flow06_txt {
    display: block;
    padding-left: 0;
  }
  .sec03__flow .sec03__flow06_txt .note {
    display: block;
    width: 100%;
    padding: 12px 0;
    font-size: 20px;
  }
  .sec03__flow .sec03__flow06_txt .txt {
    display: block;
    margin-top: 7px;
    padding-left: 0;
    text-align: center;
    font-size: 17px;
  }
  .sec03__flow .sec03__flow06 em {
    padding-bottom: 16px;
    font-size: 15px;
    text-align: left;
  }
  .sec03__flow .sec03__flow06 em span {
    font-size: 14px;
  }
  .sec03__flow .sec03__flow06 .sec03__figure {
    width: 100%;
  }
  .sec03__figure {
    width: 100%;
    padding-right: 0;
    text-align: center;
  }
  .sec03__figure img {
    width: 59px;
    height: 59px;
  }
  .sec03__figure img + img {
    width: 112px;
    height: auto;
    margin: 0 0 0 20px;
    position: relative;
    top: -3px;
  }
  .sec03__caution02 em {
    font-size: 16px;
  }

  .sec05__inner {
    width: 100%;
  }
  .sec05__title {
    padding: 12px 18px;
    font-size: 20px;
    line-height: 1.2;
  }
  .sec05__title:before {
    left: 5px;
  }
  .sec05__notice01 {
    margin-bottom: 23px;
    font-size: 14px;
    text-align: left;
  }
  .sec05__notice02 {
    margin-top: 5px;
    padding-left: 14px;
    text-indent: -10px;
    font-size: 14px;
    text-align: left;
  }

  #sec06 {
    padding: 0 16px;
  }

  .sec06__inner {
    width: 100%;
  }
  .sec06__base {
    margin-top: 40px;
    padding: 15px 10px 18px 10px;
    border: 2px solid #5685c5;
  }
  .sec06__base + .sec06__base {
    margin-top: 28px;
  }
  .sec06__base .btn__normal--type10 {
    height: 50px;
    display: block;
    width: 100%;
    font-size: 20px;
  }
  .sec06__base .btn__normal--type10:before {
    top: 50%;
    margin-top: -6px;
    border: 6px solid transparent;
    border-left: 10px solid #fff;
  }
  .sec06__base .btn__normal--type10 a {
    padding: 10px 0;
  }
  .sec06__pdf > p {
    font-size: 18px;
  }
  .sec06__btnlist li {
    display: block;
    margin: 16px 0 0 0;
  }
  .sec06__bnr--tit {
    font-size: 18px;
  }
  .sec06__bnr--img {
    margin-top: 20px;
  }
  .sec06__bnr--img img {
    width: auto;
  }
  .sec06__bnr--img a {
    display: block;
  }
  .sec06__bnr--img a + a {
    margin-top: 10px;
    margin-left: 0;
  }
  .sec06__bnr--img--type02 img {
    width: 222px;
  }
  .sec06__bnr--txt {
    padding: 0;
  }

  .linkpanel__3clm > li {
    width: 100%;
    margin-right: 0;
  }
  .linkpanel__3clm > li + li {
    margin-top: 12px;
  }

  .btn__reset {
    display: none;
    margin-top: 20px;
    width: 115px;
  }
  .btn__normal--2large {
    width: 100%;
    font-size: 18px;
  }
  .btn__normal--search {
    float: left;
    padding-top: 12px;
    width: calc(50% - 5px);
    height: 122px;
    font-size: 20px;
    font-weight: bold;
  }
  .btn__normal--search.is_active {
    background: #f19401;
  }
  .btn__normal--search img {
    margin-bottom: 5px;
    width: auto;
  }
  .btn__normal--search + .btn__normal--search {
    margin-left: 10px;
  }
  #searchBtnArea.btn__normal--search img {
    margin-bottom: 20px;
  }
  .btn__normal--large {
    width: 100%;
  }
  .btn__normal--large:before {
    margin-top: -4px;
    border: 8px solid transparent;
    border-top: 10px solid #fff;
  }
  .btn__normal--large a, .btn__normal--large > span {
    padding: 12px 32px 12px 32px;
    text-align: center;
  }
  .btn__normal--blank {
    width: 100%;
  }
  .btn__normal--blank:before {
    margin-top: -4px;
    border-width: 5px 0 5px 7px;
  }
  .btn__normal--blank a, .btn__normal--blank > span {
    padding: 12px 32px 12px 32px;
    text-align: center;
  }
  .btn__normal--type08 a, .btn__normal--type08 > span {
    padding-right: 40px;
  }
  .btn__map {
    height: auto;
    padding-right: 5px !important;
  }
  .btn__map .btn__normal {
    margin-top: 8px;
    display: block;
    width: 100%;
    position: static;
  }

  /* ------ naviSection ------ */
  .naviSection {
    width: 100%;
    margin: 16px auto;
  }
  .naviSection__lead {
    margin-bottom: 15px;
    font-size: 14px;
    text-align: left;
  }
  .naviSection__lead03 {
    display: none;
    margin-bottom: 5px;
    font-size: 14px;
    text-align: left;
  }
  .naviSection__lead04 {
    padding: 10px;
    margin-top: 10px;
    font-size: 14px;
  }
  .naviSection__lead04 p {
    text-indent: -1em;
    padding-left: 1em;
  }
  .naviSection__searchBtn {
    display: block;
    margin-bottom: 12px;
  }
  .naviSection__searchBtn .btn__reset--text {
    display: none;
    float: right;
    color: #0200EE;
    font-size: 14px;
    text-decoration: underline;
    position: relative;
  }
  .naviSection__searchBtn .btn__reset--text:before {
    content: '';
    display: inline-block;
    border: 5px solid transparent;
    border-left: 6px solid #A8A8A8;
    vertical-align: middle;
  }
  .naviSection__searchBtn--inner {
    overflow: hidden;
    clear: both;
    display: block;
  }
  .naviSection__btnarea {
    margin-top: 12px;
  }
  .naviSection__btnarea .filter-reset {
    display: table;
    position: relative;
    top: 10px;
    margin: 0 auto;
  }
  .naviSection__btnarea #searchBtn span {
    padding-right: 32px;
  }

  .naviSection01 input[type="checkbox"] {
    float: left;
    border: 1px solid #b3b3b3;
  }
  .naviSection01__input--freeword input {
    width: 100%;
    padding: 8px;
    font-size: 16px;
  }
  .naviSection01 table + table {
    margin-top: 0;
  }
  .naviSection01 table tr th {
    display: block;
    padding: 10px;
    width: 100%;
    text-align: center;
    border-bottom: none;
    font-size: 18px;
  }
  .naviSection01 table tr td {
    display: block;
    width: 100%;
    padding: 8px;
    border-bottom: 12px solid #fff;
  }
  .naviSection01 table tr td .group__inner + .group__inner {
    display: block;
    margin-top: 8px;
  }
  .naviSection01 table tr td .group__inner > span {
    display: block;
    width: 100%;
    padding: 12px;
    background: #fff;
  }
  .naviSection01 table tr td .group__inner > span + span {
    margin-top: 8px;
  }
  .naviSection01 table .sec02__base {
    margin-top: 10px;
    font-size: 13px;
  }
  .naviSection01 table .sec02__category {
    margin-top: 10px;
    font-size: 13px;
  }
  .naviSection01 table .sec02__category + .filter-category {
    margin-top: 10px;
  }
  .naviSection01 table .sec02__category p + p {
    margin-top: 0px;
    padding-left: 1em;
    text-indent: -1em;
  }
  .naviSection01 table .sec02__category p + p .sec02__category--icon {
    text-indent: 0;
  }
  .naviSection01__select__wrap {
    width: 100%;
  }
  .naviSection01__sttl01 {
    margin-bottom: 0;
  }
  .naviSection01 table tr.sec02__stitle--inner {
    display: block;
  }
  .naviSection01 table tr.sec02__stitle--inner th {
    padding: 0;
    background: #fff;
  }
  .naviSection02 .element {
    width: 100%;
  }
  .naviSection02 .element th {
    display: block;
    width: 100%;
  }
  .naviSection02 .element td {
    display: block;
    width: 100%;
  }

  #footer {
    width: 100%;
    padding: 55px 16px 8px 16px;
  }

  #sec02,
  #sec03,
  #sec04,
  #sec05 {
    padding: 0 16px;
  }

  /* searchListBtn */
  #searchListBtn {
    width: 100%;
    margin: 20px 0 0 0;
  }

  /* pdfBtn */
  #pdfBtn {
    display: none;
  }

  /* title */
  .sec02__title,
  .sec03__title,
  .sec04__title,
  .sec05__title {
    margin-bottom: 15px;
  }

  .list__language td {
    padding: 13px;
  }
  .list__language td p {
    font-size: 14px;
  }
  .list__language td span {
    display: inline-block;
    font-size: 13px;
    margin-right: 10px;
  }

  .block_pc {
    display: none;
  }
  .block_sp {
    display: block;
  }
  #searchform_area {
    display: none;
  }
}
/* ------------------------------------------------------------
	00. BASE SETTING CSS
   ------------------------------------------------------------ */
:root * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
:root * img {
  vertical-align: bottom;
}

.caution {
  color: #c00 !important;
}

.notes {
  color: #808080 !important;
}

.strong {
  font-weight: bold !important;
}

.align_c {
  text-align: center !important;
}

.align_l {
  text-align: left !important;
}

.align_r {
  text-align: right !important;
}

.valign_t {
  vertical-align: top !important;
}

.valign_m {
  vertical-align: middle !important;
}

.valign_b {
  vertical-align: bottom !important;
}

.clear {
  clear: both;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.lh1 {
  line-height: 1em;
}

.lh1_2 {
  line-height: 1.2em;
}

.indent {
  text-indent: -1em;
  padding-left: 1em;
}

.indent2 {
  text-indent: -2em;
  padding-left: 2em;
}

.underline {
  text-decoration: underline;
}

.nowrap {
  white-space: nowrap;
}

.icon_white:after {
  color: #fff !important;
}

.textcolor_default {
  color: #333333;
}

.block {
  display: block !important;
}

.inline-block {
  display: inline-block;
}

.sup {
  font-size: 69%;
  vertical-align: super;
}

.sub {
  font-size: 69%;
  vertical-align: sub;
}

.pd8 {
  padding: 8px;
}

.fs-3 {
  font-size: 77% !important;
}

.fs-2 {
  font-size: 85% !important;
}

.fs-1 {
  font-size: 93% !important;
}

.fs0 {
  font-size: 100% !important;
}

.fs1 {
  font-size: 108% !important;
}

.fs2 {
  font-size: 116% !important;
}

.fs3 {
  font-size: 123.1% !important;
}

.fs4 {
  font-size: 131% !important;
}

.fs5 {
  font-size: 138.5% !important;
}

.fs6 {
  font-size: 146.5% !important;
}

.fs7 {
  font-size: 153.9% !important;
}

.fs8 {
  font-size: 161.6% !important;
}

.fs9 {
  font-size: 167% !important;
}

.fs10 {
  font-size: 174% !important;
}

.fs11 {
  font-size: 182% !important;
}

.fs12 {
  font-size: 189% !important;
}

.fs13 {
  font-size: 197% !important;
}

.clearfix {
  zoom: 1;
}

.clearfix:after {
  content: "";
  display: block;
  clear: both;
}

/* -- / TOOL ------------------------------------------------- */

/*# sourceMappingURL=common.css.map */
