@charset "UTF-8";
/* -------- 共通・基本設定 ---------*/
:root {
  --z-gnav: 10;
}

html {
  height: -webkit-fill-available;
}

body {
  min-height: 100vh;
  min-height: -webkit-fill-available;
  color: #333333;
  font-family: "Noto Sans JP", sans-serif;
  background-color: #fff;
  font-size: 1em;
  font-weight: 400;
}

img {
  max-width: 100%;
  vertical-align: top;
}

a {
  color: #333333;
  text-decoration: none;
}

button {
  font-family: "Noto Sans JP", sans-serif;
}

#ss-preview {
 display: none !important; 
}

/* ヘッダーブロック */
/*===============================================================*/
.uNavwrap {
  display: block;
  float: right;
  padding: 0 10px;
  margin: 0;
}

.LogoArea {
  width: 550px;
  float: left;
  margin: 0;
}

.SiteMenu {
  width: 550px;
  float: right;
  margin: 0;
}

.Logo a {
  display: inline-block;
  text-indent: -9800px;
  width: 215px;
  height: 55px;
  background: url("/img/citizen/LogoMark.png") 0 0 no-repeat;
}

html:lang(en) .Logo a {
  background: url("/img/citizen/LogoMark_multi.png") 0 0 no-repeat;
  background-size: contain;
}

html:lang(zh-cn) .Logo a {
  background: url("/img/citizen/LogoMark_multi.png") 0 0 no-repeat;
  background-size: contain;
}

html:lang(zh-tw) .Logo a {
  background: url("/img/citizen/LogoMark_multi.png") 0 0 no-repeat;
  background-size: contain;
}

html:lang(ko) .Logo a {
  background: url("/img/citizen/LogoMark_multi.png") 0 0 no-repeat;
  background-size: contain;
}

html:lang(pt) .Logo a {
  background: url("/img/citizen/LogoMark_multi.png") 0 0 no-repeat;
  background-size: contain;
}

html:lang(es) .Logo a {
  background: url("/img/citizen/LogoMark_multi.png") 0 0 no-repeat;
  background-size: contain;
}

.CatchTxt h1,
.CatchTxt span {
  display: inline-block;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 0.8em;
  line-height: 2em;
  letter-spacing: 2px;
  font-weight: 500;
  vertical-align: middle;
}

/* ヘッダー（ツールナビ） */
/*===============================================================*/
nav a {
  color: #FFF;
}

nav #nocssread {
  display: inline-block;
  color: #FFF;
  margin-right: 10px;
}

nav #size {
  padding-left: 10px;
  white-space: nowrap;
  display: inline-block;
}

#pageSkip {
  position: absolute;
  top: 4px;
  left: 10px;
}

#info,
#multi {
  margin-right: 14px;
}

#ss-voice,
#ss-kana,
#size {
  display: inline-block;
  padding: 0 5px;
  margin: 1.5px;
  color: #FFF;
}

.icon-pencil2:before,
.icon-volume-medium:before {
  color: #FFF;
}

#ss-voice span,
#ss-kana span {
  color: #FFF;
  margin-right: 2px;
}

#ss-voice a,
#ss-kana a {
  text-decoration: none;
  color: #FFF;
}

nav #size span.button {
  border: 1px solid #c5cdd6;
  background-color: white;
  display: inline-block;
  border-radius: 4px;
  text-decoration: none;
  padding: 3px 5px;
  margin: 0 2px;
  color: black;
}

span.button a {
  color: black !important;
}

#ss-small {
  margin-left: 10px !important;
}

#ss-large {
  margin-right: 0 !important;
}

div#theme {
  display: inline-block;
  margin-left: 10px;
  white-space: nowrap;
  color: #FFF;
}

#ss-theme a {
  background-color: white;
  padding: 3px 6px 3px 6px;
  webkit-border-radius: 4px;
  border-radius: 4px;
  position: relative;
  left: 4px;
  border: 1px solid #c5cdd6;
  margin-right: 5px;
  text-decoration: none;
  display: inline-block;
}

/*
.body--kankou #ss-theme a,
.body--iju #ss-theme a {
  padding: 6px;
}
*/
#ss-theme a.white {
  border-color: #c5cdd6;
  background-color: #fff;
  color: #000;
}

#ss-theme a.blue {
  border-color: #2679c4;
  background-color: #2679c4;
  color: #fff;
}

#ss-theme a.black {
  border-color: #000;
  background-color: #000;
  color: #fff;
}

#ss-theme a.yellow {
  border-color: #fff000;
  background-color: #fff000;
  color: #000;
}

#ss-voice-controller {
  position: absolute;
  z-index: 9999;
}

#ss-preview {
  /* display: none; */
}

#spBtn {
  display: none;
}

body:lang(en) #ss-kana,
body:lang(en) #ss-voice,
body:lang(en) .tools .icon-pencil2,
body:lang(en) .tools .icon-volume-medium {
  display: none;
}

body:lang(zh-cn) #ss-kana,
body:lang(zh-cn) #ss-voice,
body:lang(zh-cn) .tools .icon-pencil2,
body:lang(zh-cn) .tools .icon-volume-medium {
  display: none;
}

body:lang(zh-tw) #ss-kana,
body:lang(zh-tw) #ss-voice,
body:lang(zh-tw) .tools .icon-pencil2,
body:lang(zh-tw) .tools .icon-volume-medium {
  display: none;
}

body:lang(ko) #ss-kana,
body:lang(ko) #ss-voice,
body:lang(ko) .tools .icon-pencil2,
body:lang(ko) .tools .icon-volume-medium {
  display: none;
}

body:lang(pt) #ss-kana,
body:lang(pt) #ss-voice,
body:lang(pt) .tools .icon-pencil2,
body:lang(pt) .tools .icon-volume-medium {
  display: none;
}

body:lang(es) #ss-kana,
body:lang(es) #ss-voice,
body:lang(es) .tools .icon-pencil2,
body:lang(es) .tools .icon-volume-medium {
  display: none;
}

/* 外国ご注意文 */
/*===============================================================*/
html:lang(en) #ForeignLanguageCaution,
html:lang(zh-cn) #ForeignLanguageCaution,
html:lang(zh-tw) #ForeignLanguageCaution,
html:lang(ko) #ForeignLanguageCaution,
html:lang(pt) #ForeignLanguageCaution,
html:lang(es) #ForeignLanguageCaution {
  display: block !important;
  padding: 20px;
  font-size: 0.9em;
}

/* ヘッダー（サイトボタン） */
/*===============================================================*/
.SiteMenu ul {
  display: table;
  padding: 0;
}

.SiteMenu.SiteMenuNew ul {
  margin: 0 0 0 auto;
}

.SiteMenu ul li {
  display: table-cell;
  list-style: none;
  vertical-align: middle;
  text-align: center;
}

.SiteMenu ul li a {
  display: block;
  width: 90px;
  height: 70px;
  margin: 0 5px;
  padding: 5px;
  border: 1px solid #CCC;
  border-radius: 5px;
  box-sizing: border-box;
  transition: 0.5s ease-in-out;
}

.SiteMenu.SiteMenuNew ul li a {
  width: 90px;
  height: 70px;
}

.SiteMenu ul li.hdrBtnKids a {
  border: 1px solid #F78989;
}

.SiteMenu ul li.hdrBtnKankou a {
  border: 1px solid #70C0A6;
}

.SiteMenu ul li.hdrBtnIjyu a {
  border: 1px solid #6BB2D9;
}

.SiteMenu ul li.hdrBtnMap a {
  border: 1px solid #A986A2;
}

.SiteMenu ul li.hdrBtnPromo a {
  border: 1px solid #D6A569;
}

.SiteMenu .icon {
  font-size: 32px;
}

.hdrSNTxt {
  display: block;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 0.8em;
  line-height: 1.8em;
  font-weight: 500;
}

.hdrBtnPromo .hdrSNTxt {
  font-size: 0.6em;
}

.hdrBtnPromo.hdrBiz .hdrSNTxt {
	font-size: 0.8em;
}

a .hdrSNTxt {
  color: #000;
}

.SiteMenu ul li a .icon-ijyu:before {
  color: #6BB2D9;
}

.SiteMenu ul li a .icon-kankou:before {
  color: #70C0A6;
}

.SiteMenu ul li a .icon-facimap:before {
  color: #A986A2;
}

.SiteMenu ul li a .icon-kosodate:before {
  color: #F78989;
}

.SiteMenu ul li a .icon-volume-medium:before {
  color: #D6A569;
}

.SiteMenu ul li a .icon-billding:before {	color: #D6A569;	}

/* ホバー時 */
.SiteMenu ul li.hdrBtnIjyu a:hover {
  background: #6BB2D9;
}

.SiteMenu ul li.hdrBtnKankou a:hover {
  background: #70C0A6;
}

.SiteMenu ul li.hdrBtnMap a:hover {
  background: #A986A2;
}

.SiteMenu ul li.hdrBtnKids a:hover {
  background: #F78989;
}

.SiteMenu ul li.hdrBtnPromo a:hover {
  background: #D6A569;
}

.SiteMenu ul li a:hover .icon-ijyu:before {
  color: #FFF;
}

.SiteMenu ul li a:hover .icon-kankou:before {
  color: #FFF;
}

.SiteMenu ul li a:hover .icon-facimap:before {
  color: #FFF;
}

.SiteMenu ul li a:hover .icon-kosodate:before {
  color: #FFF;
}

.SiteMenu ul li a:hover .icon-volume-medium:before {
  color: #FFF;
}

.SiteMenu ul li a:hover .icon-billding:before {
  color: #FFF;
}

a:hover .hdrSNTxt {
  color: #FFF;
}

/* ヘッダー（グローバルメニュー） */
/*===============================================================*/
.SiteMenu {
  position: relative;
}

#gNav > ul {
  width: 1200px;
  position: relative;
}

ul#mCat {
  list-style: none;
  width: 100%;
  padding: 0;
}

#gNav > ul > li {
  list-style: none;
  margin: 0;
  display: block;
  float: left;
  border-right: 1px solid #333333;
}

#gNav > ul > li:first-child {
  border-left: 1px solid #333333;
}

#gNav > ul > li:last-child {
  border-right: 1px solid #333333;
}

#gNav > ul > li > a {
  position: relative;
  display: block;
  width: 160px;
  margin: 0 5px;
  padding: 3px 0;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1em;
  font-weight: 600;
  color: #333333;
  transition: 0.3s ease-in-out;
}

#gNav > ul > li > a:hover,
#gNav > ul > li > a.active {
  background: #EEEEEE;
  border-radius: 3px;
  box-sizing: border-box;
}

#gNav > ul > li > a.active:after {
  content: "";
  position: absolute;
  display: block;
  width: 160px;
  background: #EEEEEE;
  margin: 0;
  height: 30px;
}

#gNav > ul > li > ul {
  display: none;
  position: absolute;
  width: 1200px;
  margin: 0;
  background: #EEEEEE;
  box-sizing: border-box;
  padding: 10px;
  z-index: 9999;
  top: 30px;
  left: 0;
}

#gNav > ul > li > ul li:first-child {
  display: none;
}

#gNav > ul > li#org > ul li:first-child {
  display: inline-block;
}

#gNav > ul > li#edu > ul li:nth-child(10) {
  display: none;
}

.subMenuBlc {
  position: relative;
  display: block;
  width: 100%;
  padding: 10px;
  box-sizing: border-box;
  background: #FFF;
}

.subMenuBlc:before,
.subMenuBlc:after {
  content: " ";
  display: block;
  height: 0;
  overflow: hidden;
}

.subMenuBlc:after {
  clear: both;
}

.subMenuBlc > div > ul,
.subMenuBlc > .ss-preview-part > div > ul {
  position: relative;
  display: block !important;
  width: 100%;
  margin: 0;
  padding: 10px;
  box-sizing: border-box;
}

.subMenuBlc > div > ul > li,
.subMenuBlc > .ss-preview-part > div > ul > li {
  position: relative;
  margin: 0 10px 10px 0;
  display: inline-block;
  width: 270px;
}

.subMenuBlc > div > ul > li:before,
.subMenuBlc > .ss-preview-part > div > ul > li:before {
  content: "";
  position: absolute;
  top: 3px;
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 7.5px 0 7.5px 10px;
  border-color: transparent transparent transparent #2C4F9E;
  transition: 0.3s ease-in-out;
}

.subMenuBlc > div > ul > li:hover::before,
.subMenuBlc > .ss-preview-part > div > ul > li:hover::before {
  border-color: transparent transparent transparent #D6C55A;
}

.subMenuBlc > div > ul > li > a,
.subMenuBlc > .ss-preview-part > div > ul > li > a {
  width: 100%;
  display: block;
  color: #2C4F9E;
  padding: 0 0 0 15px;
  transition: 0.3s ease-in-out;
}

.subMenuBlc > div > ul > li > a:hover,
.subMenuBlc > .ss-preview-part > div > ul > li > a:hover {
  color: #D6C55A;
}

#gNav #life .arclist {
  display: none;
}

#gNav #edu .arclist {
  display: none;
}

/* 検索ボタン */
/*===============================================================*/
#SearchBtn {
  position: fixed;
  display: block;
  top: 85px;
  right: -2px;
  z-index: 1000;
  margin-top: -37px;
}

#SearchBtn button {
  display: block;
  position: relative;
  width: 70px;
  height: 70px;
  padding: 5px;
  text-align: center;
  background: #D6C55A;
  transition: 0.3s ease-in-out;
  border: 2px solid #D6C55A;
  cursor: pointer;
}

#SearchBtn button:hover {
  background: #FFF;
}

#SearchBtn button .icon-search {
  display: block;
  font-size: 2.2em;
  color: #FFF;
  margin: 3px 0 3px 0;
  transition: 0.3s ease-in-out;
}

#SearchBtn button:hover .icon-search {
  color: #D6C55A;
}

#SearchBtn button .sTxt {
  font-weight: bold;
  color: #333;
  letter-spacing: 3px;
  transition: 0.3s ease-in-out;
}

#SearchBtn button:hover .sTxt {
  color: #D6C55A;
}

/* 検索ボックス */
/*===============================================================*/
#SearchBox {
  display: none;
  position: fixed;
  /*top: 50%;*/
  top: 118px;
  /*left: 50%;*/
  right: -260px;
  transform: translate(-50%, -50%);
  width: 500px;
  height: 160px;
  z-index: 1000;
  cursor: pointer;
}

#SearchBox .wrap {
  width: 100%;
  padding: 10px;
  box-sizing: border-box;
}

#SearchBox .closeBtn {
  float: right;
  position: relative;
}

.closeBtn .icon {
  /*font-size: 1.2em;*/
  font-size: 1.6em;
  position: absolute;
  top: 19px;
  /*top: 7px;*/
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  color: #FFF;
}

#SearchBox .closeBtn button {
  position: relative;
  display: block;
  /*width: 40px;
  height: 30px;*/
  width: 68px;
  height: 56px;
  text-align: center;
  background: #AA982C;
  cursor: pointer;
}

#SearchBox .inner {
  float: left;
  width: 100%;
  background: #FFF;
  border: 10px solid #AA982C;
  padding: 10px;
  box-sizing: border-box;
}

#searchform:before,
#searchform:after {
  content: " ";
  display: block;
  height: 0;
  overflow: hidden;
}

#searchform:after {
  clear: both;
}

#searchform .gsc-control-cse {
  background-color: #FFF !important;
  border: none !important;
}

/* テキストボックスに文字入力したときに出る「×」マークの位置調整用の指定 */
#searchform .gsc-search-box {
  position: relative;
}

/* テキストボックスとボタンを縦並びにするため
テーブル内の要素をblock化する */
#searchform .gsc-search-box tr,
#searchform .gsc-search-box td {
  display: block;
}

#searchform .gsc-search-box td {
  vertical-align: middle;
}

#searchform .gsc-search-box .gsc-input {
  width: 75%;
  height: 40px;
  vertical-align: top;
  float: left;
}

#searchform .gsc-search-box td.gsc-search-button {
  width: 18%;
  float: right;
}

#searchform .gsc-search-box .gsib_a {
  padding: 0 !important;
}

#searchform .gsc-search-box td#gs_tti51 {
  margin-bottom: 5px;
}

#searchform .gsc-search-box td.gsc-search-button {
  height: 40px;
}

.cse .gsc-control-cse,
.gsc-control-cse {
  padding: 0.5em !important;
  width: auto;
}

.gsc-input-box input {
  border: 1px solid #CCC !important;
  padding: 10px 10px 12px 10px !important;
}

/* テキストボックスに文字入力したときに出る「×」マークの位置調整 */
#searchform .gsc-search-box .gsib_b {
  position: absolute;
  width: 20px;
  top: 5px;
  right: 10px;
}

/* テキストボックスのデザイン設定 */
#searchform .gsc-search-box input#gsc-i-id2 {
  box-sizing: border-box;
  height: 50px;
  padding: 10px !important;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  box-shadow: 2px 2px 2px 0 rgba(200, 200, 200, 0.4) inset;
  background-position: 5px center !important;
}

/* デフォルトで設定されている(疑似的な)テキストボックスの
デザイン設定を解除 */
#searchform .gsc-search-box .gsc-input-box,
#searchform .gsc-search-box .gsc-input-box-hover,
#searchform .gsc-search-box .gsc-input-box-focus {
  border: none !important;
  box-shadow: none !important;
}

/* 検索ボタンの背景をボタンのように見せかける */
#searchform .gsc-search-box .gsc-search-button {
  position: relative;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -o-border-radius: 5px;
  -ms-border-radius: 5px;
  border-top: 1px solid #D6C55A;
  border-left: 1px solid #D6C55A;
  border-right: 1px solid #D6C55A;
  border-bottom: 1px solid #D6C55A;
  background: #D6C55A;
  cursor: pointer;
}

/* 検索ボタンの背景部分にテキストを表示させる */
#searchform .gsc-search-button:before {
  position: relative;
  content: "検索" !important;
  color: #333;
  font-size: 1.2em;
  line-height: 2.6em;
  text-align: center;
  margin-left: 22px;
}

/* 検索ボタンを透明化し背景のみを表示させる */
#searchform .gsc-search-box input.gsc-search-button-v2,
#searchform .gsc-search-box button.gsc-search-button-v2,
#searchform .gsc-search-box input.gsc-search-button {
  width: 100%;
  padding: 0 !important;
  opacity: 0;
  z-index: 100;
  position: absolute;
  right: 0px;
  height: 40px;
}

#KWtitle h3 {
  font-size: 1em;
  letter-spacing: 3px;
}

#KWArea a {
  display: inline-block;
  margin: 0 5px 0 0;
  color: #0046B2;
  text-decoration: underline;
}

#KWArea a:hover {
  color: #333333;
  text-decoration: none;
}

/* -------- 共通・オリジナルヘッダー ---------*/
.oriHeader {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: min(1200px, 95.8%);
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 32px;
}
.oriHeader__logo {
  width: 27.2916666667%;
  aspect-ratio: 524/80;
}
.oriHeader__logo > img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

/*ナビゲーションメニュー*/
.gnav {
  flex-shrink: 0;
}
.gnav__list {
  display: flex;
  align-items: center;
}
.gnav__item {
  display: flex;
  align-items: center;
}
.gnav__item + .gnav__item {
  margin-left: 10px;
}
.gnav__item + .gnav__item::before {
  content: "";
  position: relative;
  display: inline-block;
  background-color: #333333;
  width: 1px;
  height: 1em;
  transform: rotate(20deg);
  margin-right: 10px;
}
.gnav__link {
  display: block;
  color: #333333;
  width: -moz-fit-content;
  width: fit-content;
  transition: color 0.3s;
  font-weight: bold;
  letter-spacing: 0.1em;
}
.gnav__link:focus-visible {
  color: #00B7CC;
}
@media (hover: hover) and (pointer: fine) {
  .gnav__link:hover {
    color: #00B7CC;
  }
}

/*ハンバーガーボタン*/
.hamburger {
  display: none;
  position: absolute;
  top: 12px;
  right: 20px;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  border: 3px solid #00B7CC;
  cursor: pointer;
}
.hamburger__line {
  position: absolute;
  display: block;
  background: #00B7CC;
  width: 24px;
  height: 3px;
  left: 8px;
  border-radius: 5px;
  transition: transform 0.3s;
}
.hamburger__line:nth-child(1) {
  top: 13px;
}
.hamburger__line:nth-child(2) {
  top: 19px;
}
.hamburger__line:last-child {
  top: 25px;
}

.hamburger[aria-expanded=true] .hamburger__line:nth-child(1) {
  width: 25px;
  transform: rotate(45deg);
  top: 19px;
}
.hamburger[aria-expanded=true] .hamburger__line:nth-child(2) {
  display: none;
}
.hamburger[aria-expanded=true] .hamburger__line:nth-child(3) {
  width: 25px;
  top: 19px;
  transform: rotate(-45deg);
}

/* フッター */
/*===============================================================*/
/* メニュー */
.footer {
  width: 100%;
  overflow: hidden;
}

.fMenu {
  display: block;
  padding: 30px 0;
}

.fMenu:before,
.fMenu:after {
  content: " ";
  display: block;
  height: 0;
  overflow: hidden;
}

.fMenu:after {
  clear: both;
}

.fMenu ul {
  list-style: none;
}

.fMenu ul li {
  display: block;
  float: left;
  margin: 0;
}

.fMenu ul li:after {
  content: "|";
  color: #333333;
}

.fMenu ul li:last-child:after {
  content: "";
}

.fMenu ul li a {
  color: #333333;
  margin: 0 5px;
  transition: 0.3s ease-in-out;
}

.fMenu ul li a:hover {
  color: #B3A22D;
}

/* ロゴ */
.fLogo {
  display: block;
  padding: 0 0 30px 0;
}

.fLogo .icon-new-tab {
  display: none;
}

.fLogo a {
  display: inline-block;
  text-indent: -9800px;
  width: 220px;
  height: 80px;
  background: url("/img/citizen/LogoMark.png") center no-repeat;
}

html:lang(en) .fLogo a {
  background: url("/img/citizen/LogoMark_multi.png") 0 0 no-repeat;
}

html:lang(zh-cn) .fLogo a {
  background: url("/img/citizen/LogoMark_multi.png") 0 0 no-repeat;
}

html:lang(zh-tw) .fLogo a {
  background: url("/img/citizen/LogoMark_multi.png") 0 0 no-repeat;
}

html:lang(ko) .fLogo a {
  background: url("/img/citizen/LogoMark_multi.png") 0 0 no-repeat;
}

html:lang(pt) .fLogo a {
  background: url("/img/citizen/LogoMark_multi.png") 0 0 no-repeat;
}

html:lang(es) .fLogo a {
  background: url("/img/citizen/LogoMark_multi.png") 0 0 no-repeat;
}

.fLogo a.ecoparkbanner {
  background: url("/img/BR_logo_sample.png") center center no-repeat;
  background-size: contain;
  margin-left: 30px;
}

/* 住所・連絡先 */
.fAdd {
  padding: 0 0 30px 0;
}

.fAdd p {
  line-height: 1.5;
}

.fAdd span {
  display: inline-block;
}

.faFax {
  margin: 0 0 0 10px;
}

.fAdd h3 {
  font-weight: bold;
}

.fAdd h3 span {
  margin-left: 3em;
  margin-bottom: 6px;
}

.fAdd h3 span a {
  font-weight: 400;
  font-size: 0.8em;
  background-color: #eee;
  padding: 3px 15px;
  color: #000;
  border-style: solid;
  border-width: 1px;
  border-color: #666;
  border-radius: 5px;
  transition: all 0.3s;
}

.fAdd h3 span a:hover {
  color: #fff;
  background-color: #3d6c3b;
}

/*=======================================================================*/
/* 汎用パーツ */
/*=======================================================================*/
/* ページの先頭へ戻る */
/*=======================================================================*/
.page_top {
  position: fixed;
  bottom: 20px;
  right: 10px;
  padding: 0 0;
  color: #fff;
  font-size: 20px;
  text-decoration: none;
  width: 56px;
  height: 56px;
  transition: 0.3s ease-in-out;
  z-index: 1000000;
}

/* -------- 共通・レイアウト ---------*/
.wrapper {
  position: relative;
  padding: 110px 0;
}
.wrapper.wrapper--bgStripe {
  background: linear-gradient(rgba(199, 230, 214, 0.25), rgba(0, 183, 204, 0.25));
  padding-bottom: 160px;
}
.wrapper.wrapper--bgStripe::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  background-image: repeating-linear-gradient(-45deg, transparent 0, transparent 20px, rgba(255, 255, 255, 0.27) 20px, rgba(255, 255, 255, 0.27) 25px);
}
.wrapper.wrapper--bgImg {
  background-color: #F2EECC;
  margin-bottom: 110px;
  width: 100%;
}
.wrapper.wrapper--bgImg::before {
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("../img/top/bg_01.jpg") no-repeat center center/cover;
  position: absolute;
  opacity: 0.63;
}
.wrapper.wrapper--bgGrad {
  background: linear-gradient(rgba(199, 230, 214, 0.25), rgba(0, 183, 204, 0.25));
}
.wrapper.wrapper--bgGray {
  background-color: #F3F3F3;
  margin-bottom: 110px;
}

.content {
  position: relative;
  /* max-width: min(1024px, 95.8%); */
  max-width: min(1120px, 95.8%);
  margin: 0px auto 4em auto;
}
.content.content--mbSm {
  margin-bottom: 100px;
}
.content.content--mbMd {
  margin-bottom: 160px;
}
.content.content--bg {
  background-color: rgba(255, 255, 255, 0.89);
  border-radius: 30px;
  padding: 56px 40px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.content__header {
  width: 23.5531628533%;
  flex-shrink: 0;
}
.content__body {
  width: 72.2072678331%;
}

.postContent {
  position: relative;
  /* width: min(100% - 40px, 850px); */
  /* width: min(100% - 40px, 960px); */
  width: min(100% - 40px, 1024px);
  margin-left: auto;
  margin-right: auto;
}

/* -------- 共通・ボタンパーツ ---------*/
/*背景付きアイコン透明ボタン*/
.arrowTransBtn {
  position: relative;
  display: flex;
  align-items: center;
  width: 280px;
  max-width: 100%;
  font-size: 1.125em;
  font-weight: bold;
  letter-spacing: 0.05em;
  border: 2px solid #333333;
  border-radius: 30px;
  padding: 14px 0 14px 42px;
  background-color: #fff;
  transition: background-color 0.3s, color 0.3s, border-color 0.3s;
}
.arrowTransBtn:focus-visible {
  background: linear-gradient(270deg, #53B985, #00B7CC);
  color: #fff;
  border-color: rgba(51, 51, 51, 0);
}
.arrowTransBtn:focus-visible::before {
  background: transparent;
  border-color: #fff;
}
.arrowTransBtn:focus-visible::after {
  border-color: #fff;
}
@media (hover: hover) and (pointer: fine) {
  .arrowTransBtn:hover {
    background: linear-gradient(270deg, #53B985, #00B7CC);
    color: #fff;
    border-color: rgba(51, 51, 51, 0);
  }
  .arrowTransBtn:hover::before {
    background: transparent;
    border-color: #fff;
  }
  .arrowTransBtn:hover::after {
    border-color: #fff;
  }
}
.arrowTransBtn::before, .arrowTransBtn::after {
  position: absolute;
  content: "";
  right: 25px;
}
.arrowTransBtn::before {
  top: 50%;
  transform: translateY(-48%);
  width: 24px;
  height: 24px;
  background: #fff;
  border: 2px solid #00B7CC;
  border-radius: 50%;
  transition: background-color 0.3s;
}
.arrowTransBtn::after {
  top: 50%;
  width: 9px;
  height: 9px;
  border-top: 2px solid #00B7CC;
  border-right: 2px solid #00B7CC;
  margin-top: -4px;
  margin-right: 9px;
  transform: rotate(45deg);
  transition: border-color 0.3s;
}

/*背景付きアイコングラデーションボタン*/
.arrowGradBtn {
  position: relative;
  display: flex;
  align-items: center;
  width: 335px;
  max-width: 100%;
  font-size: 1.375em;
  font-weight: bold;
  letter-spacing: 0.05em;
  border: 2px solid #333333;
  border-radius: 60px;
  padding: 26px 0px 25px 28px;
  background-color: #fff;
  transition: background-color 0.3s, color 0.3s, border-color 0.3s;
}
.arrowGradBtn:focus-visible {
  background: linear-gradient(270deg, #53B985, #00B7CC);
  color: #fff;
  border-color: rgba(51, 51, 51, 0);
}
.arrowGradBtn:focus-visible::before {
  background: #fff;
}
.arrowGradBtn:focus-visible::after {
  border-color: #333333;
}
@media (hover: hover) and (pointer: fine) {
  .arrowGradBtn:hover {
    background: linear-gradient(270deg, #53B985, #00B7CC);
    color: #fff;
    border-color: rgba(51, 51, 51, 0);
  }
  .arrowGradBtn:hover::before {
    background: #fff;
  }
  .arrowGradBtn:hover::after {
    border-color: #333333;
  }
}
.arrowGradBtn::before, .arrowGradBtn::after {
  position: absolute;
  content: "";
  right: 6.8656716418%;
}
.arrowGradBtn::before {
  top: 50%;
  transform: translateY(-48%);
  width: 42px;
  height: 42px;
  background: linear-gradient(270deg, #C7E6D6, #00B7CC);
  border-radius: 50%;
  transition: background-color 0.3s;
}
.arrowGradBtn::after {
  top: 50%;
  width: 14px;
  height: 14px;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  margin-top: -7px;
  margin-right: 16px;
  transform: rotate(45deg);
  transition: border-color 0.3s;
}

/*下線付きボタン*/
.lineBtn {
  position: relative;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  text-decoration: underline;
  font-size: 1.1875em;
  letter-spacing: 0.05em;
  padding-right: 40px;
  transition: color 0.3s;
}
.lineBtn:focus-visible {
  color: #00B7CC;
}
.lineBtn:focus-visible::before {
  background: linear-gradient(270deg, #53B985, #00B7CC);
}
.lineBtn:focus-visible::after {
  border-color: #fff;
}
@media (hover: hover) and (pointer: fine) {
  .lineBtn:hover {
    color: #00B7CC;
  }
  .lineBtn:hover::before {
    background: linear-gradient(270deg, #53B985, #00B7CC);
  }
  .lineBtn:hover::after {
    border-color: #fff;
  }
}
.lineBtn::before, .lineBtn::after {
  position: absolute;
  content: "";
  right: 0;
}
.lineBtn::before {
  top: 50%;
  transform: translateY(-50%);
  width: 30px;
  height: 30px;
  background-color: #fff;
  border-radius: 50%;
  border: 2px solid #00B7CC;
  transition: background-color 0.3s;
}
.lineBtn::after {
  top: 50%;
  width: 10px;
  height: 10px;
  border-top: 3px solid #00B7CC;
  border-right: 3px solid #00B7CC;
  margin-right: 12px;
  margin-top: -5px;
  transform: rotate(45deg);
  transition: border-color 0.3s;
}
.lineBtn.lineRightBtn--md {
  font-size: 1.25em;
}
.lineBtn.lineRightBtn--md::before {
  width: 32px;
  height: 32px;
}
.lineBtn.lineRightBtn--md::after {
  width: 11px;
  height: 11px;
  margin-top: -6px;
}

/* -------- 共通・メディア型パーツ ---------*/
.media {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #707070;
  padding-top: 56px;
  padding-bottom: 56px;
  margin-bottom: 72px;
}
.media.media--bt {
  border-top: 1px solid #707070;
}
.media + .media {
  margin-top: -72px;
}
.media__imgWrapper {
  width: 30.4506699147%;
  aspect-ratio: 10/7;
}
.media__imgWrapper > img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.media__body {
  width: 66.443361754%;
}
.media__ttl {
  font-size: 1.5em;
  font-weight: bold;
  line-height: 1.4583333333;
  margin-bottom: 18px;
  word-wrap: break-word;
}
.media__ttl > a {
  text-decoration: underline;
  color: #006B8D;
  transition: color 0.3s;
}
.media__ttl > a:focus-visible {
  color: #00B7CC;
}
@media (hover: hover) and (pointer: fine) {
  .media__ttl > a:hover {
    color: #00B7CC;
  }
}
.media__txt {
  font-size: 1.0625em;
  line-height: 1.7647058824;
  margin-bottom: 22px;
}
.media__btn.arrowTransBtn {
  margin-left: auto;
}

/* -------- 共通・支援カードパーツ ---------*/
.supportCards {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 28px;
  margin-bottom: 80px;
}
.supportCards.supportCards--mbSm {
  margin-bottom: 56px;
}

.supportCard {
  background-color: #fff;
  border: 1px solid #3577A8;
  border-radius: 30px;
  padding: 30px;
  width: 100%;
}
.supportCard__ttl {
  font-size: 1.5em;
  letter-spacing: 0.06em;
  line-height: 1.5;
  font-weight: bold;
  margin-bottom: 16px;
}
.supportCard__ttl > a {
  color: #006B8D;
  transition: color 0.3s;
}
.supportCard__ttl > a:focus-visible {
  color: #00B7CC;
}
@media (hover: hover) and (pointer: fine) {
  .supportCard__ttl > a:hover {
    color: #00B7CC;
  }
}
.supportCard__txt {
  line-height: 1.7777777778;
  margin-bottom: 20px;
  font-size: 1.0625em;
}
.supportCard__defList {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  justify-content: center;
  -moz-column-gap: 16px;
  column-gap: 16px;
  margin-bottom: 32px;
}
.supportCard__defTtl {
  font-size: 1.5625em;
  font-weight: bold;
}
.supportCard__defData {
  font-size: 3.4375em;
  font-weight: 900;
}
.supportCard__defData > span {
  font-size: 0.63em;
}

/*ステータスラベル*/
.stateLabels {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 20px;
  -moz-column-gap: 20px;
  column-gap: 20px;
  row-gap: 10px;
}

.stateLabel {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  text-align: center;
  font-weight: 500;
  color: #fff;
  border-radius: 30px;
  background-color: #278376;
  padding: 7px 20px;
  letter-spacing: 0.1em;
}
.stateLabel.stateLabel--pink {
  background-color: #FF7B80;
}
.stateLabel.stateLabel--lightBlue {
  background-color: #00B7CC;
}

/* -------- 共通・カード型パーツ ---------*/
.cards {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  -moz-column-gap: 32px;
  column-gap: 32px;
  row-gap: 48px;
  margin-bottom: 64px;
}

.card {
  width: 100%;
  display: flex;
  flex-direction: column;
}
.card__link:focus-visible .card__imgWrapper::after {
  opacity: 0.6;
}
.card__link:focus-visible .card__imgWrapper > img {
  transform: scale(1.08, 1.08);
}
.card__link:focus-visible .card__ttl {
  color: #00B7CC;
}
.card__link:focus-visible .card__ttl::before {
  background: linear-gradient(270deg, #53B985, #00B7CC);
}
@media (hover: hover) and (pointer: fine) {
  .card__link:hover .card__imgWrapper::after {
    opacity: 0.6;
  }
  .card__link:hover .card__imgWrapper > img {
    transform: scale(1.08, 1.08);
  }
  .card__link:hover .card__ttl {
    color: #00B7CC;
  }
  .card__link:hover .card__ttl::before {
    background: linear-gradient(270deg, #53B985, #00B7CC);
  }
}
.card__imgWrapper {
  position: relative;
  display: block;
  width: 100%;
  aspect-ratio: 510/340;
  overflow: hidden;
  transition: opacity 0.3s;
  margin-bottom: 18px;
}
.card__imgWrapper::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  mix-blend-mode: screen;
  background-color: #fff;
}
.card__imgWrapper > img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  transition: transform 0.3s;
}
.card__ttl {
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  padding-left: 28px;
  font-size: 1.125em;
  font-weight: bold;
  transition: color 0.3s;
  color: #006B8D;
  text-decoration: underline;
}
.card__ttl::before, .card__ttl::after {
  position: absolute;
  content: "";
  left: 0;
}
.card__ttl::before {
  top: 50%;
  transform: translateY(-50%);
  width: 18px;
  height: 18px;
  background: linear-gradient(270deg, #C7E6D6, #00B7CC);
  border-radius: 50%;
  transition: background-color 0.3s;
}
.card__ttl::after {
  top: 50%;
  width: 6px;
  height: 6px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  margin-left: 5px;
  margin-top: -3px;
  transform: rotate(45deg);
  transition: border-color 0.3s;
}

/* -------- トップ・リンク集 ---------*/
.aside {
  margin-bottom: 130px;
}
.aside__list {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  -moz-column-gap: 14px;
  column-gap: 14px;
  row-gap: 16px;
}
.aside__item {
  position: relative;
  min-height: 60px;
  border: 1px solid #333333;
  border-radius: 15px;
}
.aside__link {
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  color: #006B8D;
  font-weight: bold;
  font-size: 0.9375em;
  line-height: 1.2;
  padding: 10px 1em 10px 43px;
}
.aside__link:focus-visible {
  color: #00B7CC;
}
.aside__link:focus-visible::before {
  background: linear-gradient(270deg, #53B985, #00B7CC);
}
@media (hover: hover) and (pointer: fine) {
  .aside__link:hover {
    color: #00B7CC;
  }
  .aside__link:hover::before {
    background: linear-gradient(270deg, #53B985, #00B7CC);
  }
}
.aside__link::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-45%);
  left: 15px;
  width: 18px;
  height: 18px;
  background-color: #006AB8;
  background: linear-gradient(270deg, #C7E6D6, #00B7CC);
  border-radius: 50%;
  transition: background-color 0.3s;
}
.aside__link::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 20px;
  width: 6px;
  height: 6px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: translateY(-50%) rotate(45deg);
}

/* -------- 共通・spacer ---------*/
.mt-0 {
  margin-top: 0 !important;
}

.mt-0_25 {
  margin-top: 0.25em !important;
}

.mt-0_5 {
  margin-top: 0.5em !important;
}

.mt-1 {
  margin-top: 1em !important;
}

.mt-1_5 {
  margin-top: 1.5em !important;
}

.mt-2 {
  margin-top: 2em !important;
}

.mt-2_5 {
  margin-top: 2.5em !important;
}

.mt-3 {
  margin-top: 3em !important;
}

.mt-4 {
  margin-top: 4em !important;
}

.mt-5 {
  margin-top: 5em !important;
}

.mt-6 {
  margin-top: 6em !important;
}

.mt-7 {
  margin-top: 7em !important;
}

.mt-8 {
  margin-top: 8em !important;
}

.mt-9 {
  margin-top: 9em !important;
}

.mt-10 {
  margin-top: 10em !important;
}

.mt-auto {
  margin-top: auto !important;
}

.mr-0 {
  margin-right: 0 !important;
}

.mr-0_25 {
  margin-right: 0.25em !important;
}

.mr-0_5 {
  margin-right: 0.5em !important;
}

.mr-1 {
  margin-right: 1em !important;
}

.mr-1_5 {
  margin-right: 1.5em !important;
}

.mr-2 {
  margin-right: 2em !important;
}

.mr-2_5 {
  margin-right: 2.5em !important;
}

.mr-3 {
  margin-right: 3em !important;
}

.mr-4 {
  margin-right: 4em !important;
}

.mr-5 {
  margin-right: 5em !important;
}

.mr-6 {
  margin-right: 6em !important;
}

.mr-7 {
  margin-right: 7em !important;
}

.mr-8 {
  margin-right: 8em !important;
}

.mr-9 {
  margin-right: 9em !important;
}

.mr-10 {
  margin-right: 10em !important;
}

.mr-auto {
  margin-right: auto !important;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.mb-0_25 {
  margin-bottom: 0.25em !important;
}

.mb-0_5 {
  margin-bottom: 0.5em !important;
}

.mb-1 {
  margin-bottom: 1em !important;
}

.mb-1_5 {
  margin-bottom: 1.5em !important;
}

.mb-2 {
  margin-bottom: 2em !important;
}

.mb-2_5 {
  margin-bottom: 2.5em !important;
}

.mb-3 {
  margin-bottom: 3em !important;
}

.mb-4 {
  margin-bottom: 4em !important;
}

.mb-5 {
  margin-bottom: 5em !important;
}

.mb-6 {
  margin-bottom: 6em !important;
}

.mb-7 {
  margin-bottom: 7em !important;
}

.mb-8 {
  margin-bottom: 8em !important;
}

.mb-9 {
  margin-bottom: 9em !important;
}

.mb-10 {
  margin-bottom: 10em !important;
}

.mb-auto {
  margin-bottom: auto !important;
}

.ml-0 {
  margin-left: 0 !important;
}

.ml-0_25 {
  margin-left: 0.25em !important;
}

.ml-0_5 {
  margin-left: 0.5em !important;
}

.ml-1 {
  margin-left: 1em !important;
}

.ml-1_5 {
  margin-left: 1.5em !important;
}

.ml-2 {
  margin-left: 2em !important;
}

.ml-2_5 {
  margin-left: 2.5em !important;
}

.ml-3 {
  margin-left: 3em !important;
}

.ml-4 {
  margin-left: 4em !important;
}

.ml-5 {
  margin-left: 5em !important;
}

.ml-6 {
  margin-left: 6em !important;
}

.ml-7 {
  margin-left: 7em !important;
}

.ml-8 {
  margin-left: 8em !important;
}

.ml-9 {
  margin-left: 9em !important;
}

.ml-10 {
  margin-left: 10em !important;
}

.ml-auto {
  margin-left: auto !important;
}

.mx-0 {
  margin-right: 0;
  margin-left: 0 !important;
}

.mx-0_25 {
  margin-right: 0.25em;
  margin-left: 0.25em !important;
}

.mx-0_5 {
  margin-right: 0.5em;
  margin-left: 0.5em !important;
}

.mx-1 {
  margin-right: 1em;
  margin-left: 1em !important;
}

.mx-1_5 {
  margin-right: 1.5em;
  margin-left: 1.5em !important;
}

.mx-2 {
  margin-right: 2em;
  margin-left: 2em !important;
}

.mx-2_5 {
  margin-right: 2.5em;
  margin-left: 2.5em !important;
}

.mx-3 {
  margin-right: 3em;
  margin-left: 3em !important;
}

.mx-4 {
  margin-right: 4em;
  margin-left: 4em !important;
}

.mx-5 {
  margin-right: 5em;
  margin-left: 5em !important;
}

.mx-6 {
  margin-right: 6em;
  margin-left: 6em !important;
}

.mx-7 {
  margin-right: 7em;
  margin-left: 7em !important;
}

.mx-8 {
  margin-right: 8em;
  margin-left: 8em !important;
}

.mx-9 {
  margin-right: 9em;
  margin-left: 9em !important;
}

.mx-10 {
  margin-right: 10em;
  margin-left: 10em !important;
}

.mx-auto {
  margin-right: auto;
  margin-left: auto !important;
}

.my-0 {
  margin-top: 0;
  margin-bottom: 0 !important;
}

.my-0_25 {
  margin-top: 0.25em;
  margin-bottom: 0.25em !important;
}

.my-0_5 {
  margin-top: 0.5em;
  margin-bottom: 0.5em !important;
}

.my-1 {
  margin-top: 1em;
  margin-bottom: 1em !important;
}

.my-1_5 {
  margin-top: 1.5em;
  margin-bottom: 1.5em !important;
}

.my-2 {
  margin-top: 2em;
  margin-bottom: 2em !important;
}

.my-2_5 {
  margin-top: 2.5em;
  margin-bottom: 2.5em !important;
}

.my-3 {
  margin-top: 3em;
  margin-bottom: 3em !important;
}

.my-4 {
  margin-top: 4em;
  margin-bottom: 4em !important;
}

.my-5 {
  margin-top: 5em;
  margin-bottom: 5em !important;
}

.my-6 {
  margin-top: 6em;
  margin-bottom: 6em !important;
}

.my-7 {
  margin-top: 7em;
  margin-bottom: 7em !important;
}

.my-8 {
  margin-top: 8em;
  margin-bottom: 8em !important;
}

.my-9 {
  margin-top: 9em;
  margin-bottom: 9em !important;
}

.my-10 {
  margin-top: 10em;
  margin-bottom: 10em !important;
}

.my-auto {
  margin-top: auto;
  margin-bottom: auto !important;
}

.m-0 {
  margin: 0 !important;
}

.m-0_25 {
  margin: 0.25em !important;
}

.m-0_5 {
  margin: 0.5em !important;
}

.m-1 {
  margin: 1em !important;
}

.m-1_5 {
  margin: 1.5em !important;
}

.m-2 {
  margin: 2em !important;
}

.m-2_5 {
  margin: 2.5em !important;
}

.m-3 {
  margin: 3em !important;
}

.m-4 {
  margin: 4em !important;
}

.m-5 {
  margin: 5em !important;
}

.m-6 {
  margin: 6em !important;
}

.m-7 {
  margin: 7em !important;
}

.m-8 {
  margin: 8em !important;
}

.m-9 {
  margin: 9em !important;
}

.m-10 {
  margin: 10em !important;
}

.m-auto {
  margin: auto !important;
}

.pt-0 {
  padding-top: 0 !important;
}

.pt-0_25 {
  padding-top: 0.25em !important;
}

.pt-0_5 {
  padding-top: 0.5em !important;
}

.pt-1 {
  padding-top: 1em !important;
}

.pt-1_5 {
  padding-top: 1.5em !important;
}

.pt-2 {
  padding-top: 2em !important;
}

.pt-2_5 {
  padding-top: 2.5em !important;
}

.pt-3 {
  padding-top: 3em !important;
}

.pt-4 {
  padding-top: 4em !important;
}

.pt-5 {
  padding-top: 5em !important;
}

.pt-6 {
  padding-top: 6em !important;
}

.pt-7 {
  padding-top: 7em !important;
}

.pt-8 {
  padding-top: 8em !important;
}

.pt-9 {
  padding-top: 9em !important;
}

.pt-10 {
  padding-top: 10em !important;
}

.pr-0 {
  padding-right: 0 !important;
}

.pr-0_25 {
  padding-right: 0.25em !important;
}

.pr-0_5 {
  padding-right: 0.5em !important;
}

.pr-1 {
  padding-right: 1em !important;
}

.pr-1_5 {
  padding-right: 1.5em !important;
}

.pr-2 {
  padding-right: 2em !important;
}

.pr-2_5 {
  padding-right: 2.5em !important;
}

.pr-3 {
  padding-right: 3em !important;
}

.pr-4 {
  padding-right: 4em !important;
}

.pr-5 {
  padding-right: 5em !important;
}

.pr-6 {
  padding-right: 6em !important;
}

.pr-7 {
  padding-right: 7em !important;
}

.pr-8 {
  padding-right: 8em !important;
}

.pr-9 {
  padding-right: 9em !important;
}

.pr-10 {
  padding-right: 10em !important;
}

.pb-0 {
  padding-bottom: 0 !important;
}

.pb-0_25 {
  padding-bottom: 0.25em !important;
}

.pb-0_5 {
  padding-bottom: 0.5em !important;
}

.pb-1 {
  padding-bottom: 1em !important;
}

.pb-1_5 {
  padding-bottom: 1.5em !important;
}

.pb-2 {
  padding-bottom: 2em !important;
}

.pb-2_5 {
  padding-bottom: 2.5em !important;
}

.pb-3 {
  padding-bottom: 3em !important;
}

.pb-4 {
  padding-bottom: 4em !important;
}

.pb-5 {
  padding-bottom: 5em !important;
}

.pb-6 {
  padding-bottom: 6em !important;
}

.pb-7 {
  padding-bottom: 7em !important;
}

.pb-8 {
  padding-bottom: 8em !important;
}

.pb-9 {
  padding-bottom: 9em !important;
}

.pb-10 {
  padding-bottom: 10em !important;
}

.pl-0 {
  padding-left: 0 !important;
}

.pl-0_25 {
  padding-left: 0.25em !important;
}

.pl-0_5 {
  padding-left: 0.5em !important;
}

.pl-1 {
  padding-left: 1em !important;
}

.pl-1_5 {
  padding-left: 1.5em !important;
}

.pl-2 {
  padding-left: 2em !important;
}

.pl-2_5 {
  padding-left: 2.5em !important;
}

.pl-3 {
  padding-left: 3em !important;
}

.pl-4 {
  padding-left: 4em !important;
}

.pl-5 {
  padding-left: 5em !important;
}

.pl-6 {
  padding-left: 6em !important;
}

.pl-7 {
  padding-left: 7em !important;
}

.pl-8 {
  padding-left: 8em !important;
}

.pl-9 {
  padding-left: 9em !important;
}

.pl-10 {
  padding-left: 10em !important;
}

.px-0 {
  padding-right: 0;
  padding-left: 0 !important;
}

.px-0_25 {
  padding-right: 0.25em;
  padding-left: 0.25em !important;
}

.px-0_5 {
  padding-right: 0.5em;
  padding-left: 0.5em !important;
}

.px-1 {
  padding-right: 1em;
  padding-left: 1em !important;
}

.px-1_5 {
  padding-right: 1.5em;
  padding-left: 1.5em !important;
}

.px-2 {
  padding-right: 2em;
  padding-left: 2em !important;
}

.px-2_5 {
  padding-right: 2.5em;
  padding-left: 2.5em !important;
}

.px-3 {
  padding-right: 3em;
  padding-left: 3em !important;
}

.px-4 {
  padding-right: 4em;
  padding-left: 4em !important;
}

.px-5 {
  padding-right: 5em;
  padding-left: 5em !important;
}

.px-6 {
  padding-right: 6em;
  padding-left: 6em !important;
}

.px-7 {
  padding-right: 7em;
  padding-left: 7em !important;
}

.px-8 {
  padding-right: 8em;
  padding-left: 8em !important;
}

.px-9 {
  padding-right: 9em;
  padding-left: 9em !important;
}

.px-10 {
  padding-right: 10em;
  padding-left: 10em !important;
}

.py-0 {
  padding-top: 0;
  padding-bottom: 0 !important;
}

.py-0_25 {
  padding-top: 0.25em;
  padding-bottom: 0.25em !important;
}

.py-0_5 {
  padding-top: 0.5em;
  padding-bottom: 0.5em !important;
}

.py-1 {
  padding-top: 1em;
  padding-bottom: 1em !important;
}

.py-1_5 {
  padding-top: 1.5em;
  padding-bottom: 1.5em !important;
}

.py-2 {
  padding-top: 2em;
  padding-bottom: 2em !important;
}

.py-2_5 {
  padding-top: 2.5em;
  padding-bottom: 2.5em !important;
}

.py-3 {
  padding-top: 3em;
  padding-bottom: 3em !important;
}

.py-4 {
  padding-top: 4em;
  padding-bottom: 4em !important;
}

.py-5 {
  padding-top: 5em;
  padding-bottom: 5em !important;
}

.py-6 {
  padding-top: 6em;
  padding-bottom: 6em !important;
}

.py-7 {
  padding-top: 7em;
  padding-bottom: 7em !important;
}

.py-8 {
  padding-top: 8em;
  padding-bottom: 8em !important;
}

.py-9 {
  padding-top: 9em;
  padding-bottom: 9em !important;
}

.py-10 {
  padding-top: 10em;
  padding-bottom: 10em !important;
}

.p-0 {
  padding: 0 !important;
}

.p-0_25 {
  padding: 0.25em !important;
}

.p-0_5 {
  padding: 0.5em !important;
}

.p-1 {
  padding: 1em !important;
}

.p-1_5 {
  padding: 1.5em !important;
}

.p-2 {
  padding: 2em !important;
}

.p-2_5 {
  padding: 2.5em !important;
}

.p-3 {
  padding: 3em !important;
}

.p-4 {
  padding: 4em !important;
}

.p-5 {
  padding: 5em !important;
}

.p-6 {
  padding: 6em !important;
}

.p-7 {
  padding: 7em !important;
}

.p-8 {
  padding: 8em !important;
}

.p-9 {
  padding: 9em !important;
}

.p-10 {
  padding: 10em !important;
}

/* -------- 共通・ブロック ---------*/
.xl-only, .sm-only {
  display: none;
}


.pagePost [class^="icon-"], .pagePost [class*=" icon-"] {
  font-family: inherit !important;
}
