@charset "UTF-8";

/* reset */
/* html, body, div, ol, ul, dl {
  margin: 0;
  padding: 0;
}
p, h1, h2, h3, h4, h5, h6, dt, dd, a, span, form, fieldset, legend, input, textarea {
  margin: 0;
  padding: 0;
  font-size: 100%;
}
h1, h2, h3, h4, h5, h6, dt, dd {
  font-weight: 500;
}
table {
  margin: 0;
  padding: 0;
  border-collapse: collapse;
  border: none;
}
td, th, caption, thead {
  margin: 0;
  padding: 0;
  font-size: 100%;
  font-weight: 500;
}
address, caption, cite, code, dfn, em, strong, th, var {
  font-style: normal;
  font-weight: 500;
}
ol, ul, li {
  list-style: none;
}
form label {
  cursor: pointer;
}
form button {
  cursor: pointer;
}
input[type="text"] {
  -webkit-appearance: none;
  border-radius: 0;
}
textarea {
  -webkit-appearance: none;
  border-radius: 0;
}
img {
  border: 0;
  vertical-align: middle;
	pointer-events: none;
}
a:link {
  text-decoration: none;
}
img.svg {
  max-width: 100%;
}
.hover {
  transition: 0.3s;
}
em {
  font-weight: bold;
} */

/* base */
/* html {
  background: #ffffff;
  font-size: 100%;
} */
html {
  background: #ffffff;
}
body {
  position: relative;
  font-family: 'Yu Gothic', '游ゴシック', 'YuGothic', '游ゴシック体', 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, 'MS PGothic', 'ＭＳ Ｐゴシック', sans-serif;
  font-style: normal;
  font-weight: 500;
  color: #000;
  line-height: 1.5;
  -webkit-text-size-adjust: 100%;
  background: #f4f4f4;
  overflow-y: scroll;
  letter-spacing: normal;
  font-size: 1rem;
  font-weight: 500;
}
* {
  box-sizing: border-box;
}
a.link {
  text-decoration: underline;
  color: #000;
}
a.link2 {
  text-decoration: underline;
  color: #cd4a03;
}
a.link3 {
  text-decoration: underline;
  color: #27a273;
}
.blank {
  background: url("../wp/common/img/icon_blank.png") no-repeat right center;
  background-size: 16px auto;
  padding-right: 26px;
  margin-right: 5px;
}
.indent {
  margin-left: 1em;
}
.indentUl {
  text-indent: -1em;
  padding-left: 1em;
}
.cmsRed {
  color: #FF0004;
  font-weight: bold;
  font-size: 100%!important;
}
.hdgH2 span.cmsRed {
  background: none;
  padding: 0;
}
h1, h2, h3, h4, h5, h6 {
  letter-spacing: normal;
  font-weight: 500;
}
p {
  margin: 0;
  padding: 0;
  letter-spacing: normal;
}
ol, ul, li {
  list-style: none;
}
.mt72 {
  margin-top: 72px!important;
}

/* contents */
.template__main {
  width: 100%;
  max-width: 1210px;
  margin-bottom: 0;
  padding: 0 20px 80px;
  margin-top: 0;
}
.contentsBox {
  background: #fff;
  border-radius: 0 0 20px 20px;
}
.contentsBox.radius0 {
  border-radius: 0;
}
.contentsBox .inner1 {
  padding: 50px 105px 100px;
}
.contentsBox .inner1 .box1 p {
	background: #fff;
	padding: 15px;
}
.contentsBox .inner1 p,
.contentsBox .inner1 li {
  line-height: 2.2;
  word-break: break-all;
}
.contentsBox .inner1 p + p {
  margin-top: 15px;
}

/* breadcrumbs */
.breadcrumbs {
  all: unset;
}
.breadcrumbs {
  list-style: none;
  box-sizing: border-box;
  margin: 0;
  padding: 22px 10px 25px;
  font-size: .875rem;
  display: flex;
  flex-wrap: wrap;
}
.breadcrumbs li {
  margin-right: 30px;
  position: relative;
}
.breadcrumbs li:last-child {
  margin-right: 0;
}
.breadcrumbs li:before {
  content: "\03e";
  position: absolute;
  right: -20px;
  top: 0;
  bottom: 0;
  margin: auto;
}
.breadcrumbs li:last-child:before {
  content: none;
}
.breadcrumbs li a {
  color: #707070;
  text-decoration: underline;
}

/* hdg */
.h1Wrap {
  background: #fed600;
  border-radius: 20px 20px 0 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.h1Wrap h1 {
  font-size: 2.5rem;
  font-weight: bold;
  height: 160px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 0;
  letter-spacing: normal;
}
.h1Wrap.iconA h1 {
  background: url("../wp/common/img/icon_h1_a.png") no-repeat left center;
  background-size: 117px auto;
  padding-left: 117px;
}
.h1Wrap.iconB h1 {
  background: url("../wp/common/img/icon_h1_b.png") no-repeat left center;
  background-size: 120px auto;
  padding-left: 120px;
}
.h1Wrap.iconC h1 {
  padding-top: 0;
  background: url("../wp/common/img/icon_h1_c.png") no-repeat left center;
  background-size: 120px auto;
  padding-left: 120px;
}
.h1Wrap.iconC .case_title {
  font-size: 2.5rem;
  font-weight: bold;
  height: 160px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  margin: 0;
  letter-spacing: normal;
  background: url("../wp/common/img/icon_h1_c.png") no-repeat left center;
  background-size: 120px auto;
  padding-left: 120px;
}
.h1Wrap.iconD h1 {
  background: url("../wp/common/img/icon_h1_d.png") no-repeat left center;
  background-size: 120px auto;
  padding-left: 120px;
}
.h1Wrap h1.sub {
  flex-flow: column;
  align-items: flex-start;
}
.h1Wrap h1.sub span {
  font-size: 2.6rem;
  display: block;
}
.hdgH2 {
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
  margin-top: -7px;
  margin-bottom: 20px;
  letter-spacing: normal;
  max-width: 100%;
}
.hdgH2:before {
  content: '';
  position: relative;
  display: inline-block;
  width: 32px;
  height: 27px;
  background: url("../wp/common/img/icon_h2.png") no-repeat left center;
  background-size: contain;
  padding-left: 44px;
}
.hdgH2.ignoreBefore:before {
  all: unset;
}
.hdgH2 .h2Sub {
  font-size: 2.2rem;
  font-weight: 500;
  background: none;
  padding-left: 35px;
}
.hdgH3 {
  font-size: 1.5rem;
  font-weight: 500;
  position: relative;
  margin-top: 30px;
  margin-bottom: 15px;
  padding-left: 20px;
  letter-spacing: normal;
}
.hdgH3.yellow {
  background: url("../wp/common/img/icon_h3_1.png") no-repeat left center;
  background-size: 6px auto;
}
.hdgH3.orange {
  background: url("../wp/common/img/icon_h3_2.png") no-repeat left center;
  background-size: 6px auto;
}
.hdgH3.green {
  background: url("../wp/common/img/icon_h3_3.png") no-repeat left center;
  background-size: 6px auto;
}
.hdgTitle {
  font-size: 1.8125rem;
  font-weight: bold;
  color: #cd4a03;
  background: url("../wp/common/img/icon_title.png") no-repeat left 6px center;
  background-size: 24px auto;
  padding: 0 0 0 45px;
  letter-spacing: normal;
  margin-top: 0;
}
.hdgTitle.green {
  color: #27a273;
  background: url("../wp/common/img/icon_title2.png") no-repeat left 6px center;
  background-size: 24px auto;
}

/* btn */
.btnOrange a {
  display: block;
  border-radius: 10px;
  background: #ee7701;
  text-align: center;
  color: #fff;
  padding: 18px 0;
  font-size: 1rem;
}
.btnOrangeRe a {
  background: #e9474d;
}
.btnOrange a span {
  background: url("../wp/common/img/icon_btn_orange.png") no-repeat right center;
  background-size: 18px auto;
  padding-right: 30px;
  min-height: 18px;
  display: inline-block;
}

/* bnr */
.bnrForum {
  border: 1px solid #cfcfcf;
  padding: 4px;
  max-width: 590px;
  margin: 60px auto 0;
}
.bnrForum .inner {
  border: 1px solid #fed600;
  padding: 20px;
}
.bnrForum .inner p {
  background: url("../wp/common/img/bnr_forum_img.png") no-repeat right top;
  background-size: 76px auto;
  padding: 6px 75px 14px 15px;
  font-size: 1rem;
  line-height: 1.7;
  min-height: 65px;
  font-weight: bold;
  color: #333333;
}
.bnrForum .inner .btn {
  max-width: 360px;
  margin: 0 auto;
}
.bnrForum .inner .btn a {
  display: block;
  color: #fff;
  background: #6cb031;
  text-align: center;
  font-size: 1.8rem;
  border-radius: 42px;
  padding: 10px 0;
  font-weight: bold;
}
.bnrForum .inner .btn a span {
  background: url("../wp/common/img/icon_blank_white.png") no-repeat right center;
  background-size: 17px auto;
  padding-right: 20px;
}
.bnrLink {
  border-radius: 10px;
  max-width: 800px;
  margin: 53px auto 0;
  background: #fff;
  max-width: 100%;
}
.bnrLink a {
  border: 2px solid #e9474d;
  border-right: 24px solid #e9474d;
  border-radius: 10px;
  display: block;
  color: #000;
  padding: 31px 35px 35px 225px;
  position: relative;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: normal;
  text-decoration: none;
}
.bnrLink a:hover,
.bnrLink a:visited {
  color: #000;
}
.bnrLink.yellow a {
  border: 2px solid #fed600;
  border-right: 24px solid #fed600;
}
.bnrLink1 a {
  background: url("../wp/common/img/bnr_link1.png") no-repeat left 43px center;
  background-size: 198px auto;
  padding-left: 267px;
}
.bnrLink2 a {
  background: url("../wp/common/img/bnr_link2.png") no-repeat left 55px center;
  background-size: 114px auto;
}
.bnrLink3 a {
  background: url("../wp/common/img/bnr_link3.png") no-repeat left 45px center;
  background-size: 140px auto;
}
.bnrLink4 a {
  background: url("../wp/common/img/bnr_link4.png") no-repeat left 43px center;
  background-size: 198px auto;
  padding-left: 267px;
}
.bnrLink5 a {
  background: url("../wp/common/img/bnr_link5.png") no-repeat left 43px center;
  background-size: 198px auto;
  padding-left: 267px;
}
.bnrLink a:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: -16px;
  background: url("../wp/common/img/arrow1.png") no-repeat;
  background-size: 7px auto;
  width: 7px;
  height: 11px;
  margin: auto;
}
.contentsBox .inner1 .bnrLink p {
  line-height: 1.5;
  font-size: 1.8rem;
  margin-top: 5px;
}
.contentsBox .inner1 .bnrLink p.hdg {
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.5;
  margin-top: 0;
}
.btnBlank {
  margin: 40px auto 0;
  text-align: center;
}
.btnBlank a {
  border: 2px solid #eeeeee;
  border-radius: 10px;
  display: inline-block;
  color: #000;
  background: url("../wp/common/img/icon_blank.png") no-repeat right 28px center;
  background-size: 19px auto;
  padding: 17px 100px 16px 30px;
}

/* btn */
.backBtn {
  text-align: center;
  max-width: 460px;
  margin: 40px auto 0;
}
.backBtn a {
  border: 2px solid #ee7701;
  display: inline-block;
  font-size: 1.125rem;
  color: #cd4a03;
  background: #fff;
  border-radius: 10px;
  width: 100%;
  padding: 18px 20px;
  font-weight: bold;
  line-height: 1.5;
  text-decoration: none;
  letter-spacing: normal;
}
.backBtn a:hover,
.backBtn a:visited {
  color: #cd4a03;
}

/* postList */
.postList {
  background: #fef8f2;
  border-radius: 0 0 20px 20px;
  padding: 60px 106px 100px;
}
.postList .hdgH3 {
  margin-top: 0;
}
.postList .ulWrap {
  background: #ffffff;
  margin-top: 30px;
  padding: 30px;
  border-radius: 10px;
}
.postListUl li {
  padding: 8px 0;
}
.postListUl li + li {
  border-top: 1px solid #eeeeee;
}
.postListUl li {
  line-height: 1.5;
}
.postListUl li a {
  color: #000;
  text-decoration: underline;
}
.postList .postListUl.postListUl2{
  margin: 0;
  padding: 0;
}
.postListUl2 li span {
  color: #767676;
  padding-right: 1em;
}
.postListUl3 li {
  padding: 10px 0 8px;
}
.postListUl3 li .date {
  color: #767676;
}
.postListUl3 li .case {
  margin-left: 15px;
  padding: 3px 18px;
  color: #cd4a03;
  border: 1px solid #cd4a03;
  border-radius: 5px;
}
.postListUl3 li a {
  display: block;
}
.postListUl4 li {
  display: flex;
  padding: 8px 10px;
}
.postListUl4 li span {
  display: block;
}
.postListUl4 li .date {
  width: 80px;
  color: #767676;
}
.postListUl4 li .linkTxt {
  width: calc(100% - 80px);
  padding-left: 15px;
}
.postList .ulWrap .btnOrange {
  max-width: 648px;
  margin: 15px auto 0;
}
.postList .ulWrap .btnOrange a {
  padding: 13px 0;
}
.postList .ulWrap .btnOrange a span {
  padding-right: 53px;
}

/* placesMenu */
ul.variousPlacesArea {
  display: flex;
  justify-content: space-between;
  border: 2px solid #27a273;
}
ul.variousPlacesArea li {
  width: calc(100% / 6);
  text-align: center;
  color: #27a273;
  border-left: 2px solid #27a273;
}
ul.variousPlacesArea li:first-child {
  border-left: none;
}
ul.variousPlacesArea span {
  display: block;
}
ul.variousPlacesArea a {
  display: block;
  width: 100%;
  height: 100%;
  padding: 20px;
  color: #27a273;
}
ul.variousPlacesArea a:after {
  content: "▼";
}
.placesMenu {
  width: calc(100% + 210px);
  margin-left: -105px;
  margin-bottom: 50px;
  padding: 22px 98px;
  position: relative;
}
.placesMenu:after {
  content: "";
  position: absolute;
  bottom: -20px;
  left: 0;
  right: 0;
  margin: auto;
  width: 48px;
  height: 20px;
}
.placesMenu.orange {
  background: #ee7701;
}
.placesMenu.orange:after {
  background: url("../wp/common/img/icon_arrow_orange.png") no-repeat;
  background-size: 48px 20px;
}
.placesMenu ul {
  background: #fff;
  display: table;
  width: 100%;
  border-radius: 8px;
}
.placesMenu ul li {
  display: table-cell;
  border-right: 2px solid #ee7701;
}
.placesMenu ul li:last-child {
  border-right: none;
}
.placesMenu ul li a {
  color: #000;
  display: block;
  text-align: center;
  font-size: 1.8rem;
  padding: 8px 40px;
}
.placesContents .hdg {
  text-align: center;
  font-size: 2.8rem;
  margin-top: 40px;
  margin-bottom: 20px;
}
.placesContents #link1 + .hdg {
  margin-top: 0;
}
.placesContents .accordion + .accordion {
  margin-top: 5px;
}
.accordion dt {
  border-radius: 8px;
  padding: 10px 90px 11px 28px;
  font-size: 1.8rem;
  cursor: pointer;
}
.accordion.orange dt {
  border: 1px solid #ee7701;
  background: url("../wp/common/img/icon_plus_orange.png") no-repeat right 30px center;
  background-size: 30px auto;
  margin-bottom: 5px;
}
.accordion.orange dt.open {
  background: url("../wp/common/img/icon_minus_orange.png") no-repeat right 30px center;
  background-size: 30px auto;
}
.accordion.accordion-reverse.orange dt {
	background: url("../wp/common/img/icon_minus_orange.png") no-repeat right 30px center;
}
.accordion.accordion-reverse.orange dt.open {
	background: url("../wp/common/img/icon_plus_orange.png") no-repeat right 30px center;

}
.accordion dd {
  display: none;
}
.placesContents .accordion dd {
  padding: 20px 30px 10px;
}
.placesContents .accordion dd ul li {
  padding: 17px 40px;
}
.placesContents .accordion.orange dd ul li {
  border-left: 3px solid #ee7701;
}
.placesContents .accordion.orange dd ul li:nth-child(odd) {
  background: #fef8f2;
}
.placesContents .accordion.orange dd ul li .txt1 {
  line-height: 1.5;
}
.placesContents .accordion.orange dd ul li .txt2 {
  font-size: 1.8rem;
  line-height: 1.5;
  margin-top: 5px;
  display: flex;
  align-items: center;
}
.placesContents .accordion.orange dd ul li .txt2 + .txt2 {
  margin-top: 0;
}
.placesContents .accordion.orange dd ul li .txt2 a {
  color: #cd4400;
  text-decoration: underline;
  width: 90%;
}

/* header */
header {
  background: #fff;
  padding: 0 20px;
  border-bottom: 1px solid #e7e9e8;
  position: relative;
}
.header {
  position: relative;
}
.header:before {
  display: none;
}

.header__inner {
  max-width: 1170px;
  margin: 0 auto;
  padding: 0;
}

.header__content {
  display: block;
  height: auto;
  margin: 0;
}

@media (max-width: 950px) {
  .header__content {
    display: flex;
    justify-content: space-between;
    background: #FED703;
  }
}



header .headerTop {
  display: flex;
  justify-content: space-between;
  position: relative;
  z-index: 0;
}

header .header-logo {
  background: #fed600;
  border-radius: 0 0 20px 20px;
  display: block;
  width: 337px;
  padding: 9px 33px;
  ;
  position: relative;
  z-index: 1;
}

header .header-logo img {
  width: 272px;
  height: auto;
}

.header__nav {
  gap: 0;
}

.header__nav nav {
  width: 100%;
  font-size: 1rem;
}

@media (max-width: 950px) {
  header .header-logo {
    border-radius: 0;
    padding: 4px 33px;
  }
}

@media (max-width: 950px) {
  header .navBtn {
    background: url(../image/nav_btn_open.png) no-repeat;
    background-size: 55px auto;
  }
}

@media (max-width: 950px) {
  .header {
    position: sticky;
  }
  .header__nav {
    display: none;
  }
}


header .rightBox {
  left: 0;
  right: 0;
  top: 17px;
  position: absolute;
  width: 100%;
  margin: 0 auto;
  max-width: 1210px;
}
header .rightBox .rightBoxInner {
  right: 20px;
  top: 0;
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
header .fontChangeWrap {
  display: flex;
  align-items: center;
}
header .fontChangeWrap ul {
  display: flex;
}
header .fontChangeWrap ul li {
  display: flex;
  align-items: center;
  justify-content: center;
}
header .fontChangeWrap ul li button {
  background: #eeeeee;
  font-family: 'Yu Gothic', '游ゴシック', 'YuGothic', '游ゴシック体', 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, 'MS PGothic', 'ＭＳ Ｐゴシック', sans-serif;
  font-weight: 500;
  margin-left: 5px;
  padding: 5px 9px;
  color: #726a70;
  font-size: 1rem;
  line-height: 1.5;
  border: none;
  border-radius: 6px;
  appearance: none;
  cursor: pointer;
  transition: 0.3s;
}
header .fontChangeWrap ul li.active button {
  background: #fed600;
  color: #000;
}
header .fontChangeWrap ul li:last-child button {
  margin-right: 1px;
}
#___gcse_0 {
  width: 220px !important;
}
#___gcse_0 .gsc-control-cse {
  border: none;
}
#___gcse_0 .cse .gsc-control-cse,
#___gcse_0 .gsc-control-cse {
  padding: 0 0 0 20px;
}
#___gcse_0 .gsc-control-cse .gsc-control-wrapper-cse {
  border: 1px solid #e6e8e7;
  border-radius: 18px;
  padding: 3px 2px;
}
#___gcse_0 .gsc-control-cse .gsc-control-wrapper-cse .gsc-search-box {
  margin: 0;
}
.gsc-search-box .gsc-search-button,
.gsc-search-box .gsc-search-button:hover,
.gsc-search-box .gsc-search-button:focus {
  border: none;
  filter: none;
  padding: 0;
  width: 42px;
  height: 34px;
  background: none;
}
.gsc-search-box .gsc-search-button-v2,
.gsc-search-box .gsc-search-button-v2:hover,
.gsc-search-box .gsc-search-button-v2:focus {
  background: none;
  width: 42px;
  height: 34px;
  background: url("../wp/common/img/btn_search.png") no-repeat;
  background-size: 42px 34px;
  margin-top: 0px;
  padding: 0px 0px;
  text-indent: -9987px;
  overflow: hidden;
  transition: 0.3s;
}
#___gcse_0 .gsc-search-box-tools .gsc-search-box .gsc-input {
  padding-right: 0px !important;
}
#___gcse_0 .gsc-search-box-tools .gsc-search-box .gsc-input .gsib_a {
  padding: 5px 6px;
}
#___gcse_0 input.gsc-input,
#___gcse_0 .gsc-input-box,
#___gcse_0 .gsc-input-box-hover,
#___gcse_0 .gsc-input-box-focus {
  border-color: none;
  border: none;
  background: none;
}
#___gcse_0 .gsc-input-box {
  background: none repeat scroll 0 0;
  border: none;
}
#___gcse_0 .gscb_a {
  display: inline-block;
}
#___gcse_0 .gsst_b {
  font-size: 0;
  white-space: nowrap;
}
#___gcse_0 .gsc-results-wrapper-overlay {
  top: 10%;
  left: 0;
  right: 0;
  margin: auto;
  width: calc(100% - 40px);
  max-width: 1170px;
}
header .sns {
  display: flex;
}
header .sns li {
  display: flex;
  align-items: center;
  margin-left: 18px;
}
header .sns li:last-child {
  margin-left: 10px;
}
header .sns li img {
  width: 42px;
}
header nav > .nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1070px;
  margin: 0 auto;
  padding: 13px 0 7px;
}
header nav > .nav > li {
}
header nav > .nav > li:first-child {
  margin-left: 10px;
}
header nav > .nav > li a {
  display: block;
  color: #000;
  padding: 10px 32px 10px 5px;
  position: relative;
}
header nav > .nav > li button {
  display: block;
  color: #000;
  padding: 10px 32px 10px 5px;
  position: relative;
}
header nav > .nav > li:nth-child(1) a {
  padding-right: 5px;
}
header nav > .nav > li:nth-child(2) a {
  background: url("../../common/img/icon_arrow3.png") no-repeat right 1px center;
  background-size: 18px 18px;
}
header nav > .nav > li:nth-child(3) a {
  background: url("../../common/img/icon_arrow1_re.png") no-repeat right 1px center;
  background-size: 18px 18px;
}
header nav > .nav > li:nth-child(4) a {
  background: url("../../common/img/icon_arrow2_re.png") no-repeat right 1px center;
  background-size: 18px 18px;
}
header nav > .nav > li:nth-child(5) button {
  background: url("../../common/img/icon_arrow3_re.png") no-repeat right 1px center;
  background-size: 18px 18px;
}
header nav > .nav > li a:before,
header nav > .nav > li button:before {
  position: absolute;
  bottom: -8px;
  left: 0;
  content: "";
  width: 100%;
  height: 5px;
  transform: scale(0, 1);
  transform-origin: left top;
  transition: transform .3s;
}
header nav > .nav > li:nth-child(2) a:before {
  background: #fed600;
}
header nav > .nav > li:nth-child(3) a:before {
  background: #1e6cb7;
}
header nav > .nav > li:nth-child(4) a:before {
  background: #27a273;
}
header nav > .nav > li:nth-child(5) button:before {
  background: #fbc700;
}
header nav .subNav {
  position: absolute;
  width: 100%;
  background: #fff;
  left: 0;
  top: 100%;
  transition: 0.3s;
  visibility: hidden;
  opacity: 0;
  z-index: 1;
  border-top: 1px solid #e7e9e8;
  box-shadow: 0px 7px 5px 0px rgba(0,0,0,0.1);
}
header nav .nav li:nth-child(2) .subNav {
  border-bottom: 6px solid #fed600;
}
header nav > .nav > li:nth-child(3) .subNav {
  border-bottom: 6px solid #1e6cb7;
}
header nav > .nav > li:nth-child(4) .subNav {
  border-bottom: 6px solid #27a273;
}
header nav > .nav > li:nth-child(5) .subNav {
  border-bottom: 6px solid #fbc700;
}
header nav > .nav .subNav dl {
  max-width: 1170px;
  margin: 0 auto;
  padding: 0 50px 0 15px;
  display: flex;
}
header nav > .nav .subNav dl dt {
  color: #000;
  font-size: 1.5rem;
  width: 350px;
  height: 224px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-flow: column;
  text-align: center;
  font-weight: bold;
  background: url("../../common/img/nav_border.png") no-repeat right center;
  background-size: 2px 150px;
  pointer-events: none;
}
header nav > .nav .subNav dl dt img {
  width: 98px;
  margin-bottom: 22px;
}
header nav > .nav .subNav dl dt p {
  line-height: 1.1;
}
header nav > .nav .subNav dl dt p span {
  font-weight: normal;
  font-size: 1rem;
}
header nav > .nav .subNav dl dt a {
  padding: 10px 37px 10px 0;
}
header nav > .nav .subNav dl dd {
  width: calc(100% - 350px);
  padding: 30px 0 40px;
}
header nav > .nav .subNav dl dd .ulWrap {
  display: flex;
  justify-content: space-between;
}
header nav > .nav .subNav dl dd ul {
  margin-left: 50px;
  width: 42.4%;
  max-width: 320px;
}
header nav > .nav .subNav dl dd li a {
  color: #000;
  padding: 7px 20px 7px 0;
  display: block;
  position: relative;
  transition: 0.3s;
  background: url("../../common/img/icon_arrow3.png") no-repeat right 1px center;
  background-size: 18px 18px;
}
header nav > .nav li:nth-child(3) .subNav dl dd li a {
  background: url("../../common/img/icon_arrow1_re.png") no-repeat right 1px center;
  background-size: 18px 18px;
}

header nav > .nav li:nth-child(4) .subNav dl dd li a {
  background: url("../../common/img/icon_arrow2_re.png") no-repeat right 1px center;
  background-size: 18px 18px;
}
header nav > .nav li:nth-child(5) .subNav dl dd li a {
  background: url("../../common/img/icon_arrow3_re.png") no-repeat right 1px center;
  background-size: 18px 18px;
}
header nav > .nav .subNav dl dd li a span {
  background: url("../../common/img/icon_blank.png") no-repeat right;
  background-size: 19px auto;
  padding-right: 32px;
}
header nav > .nav .subNav dl dd li.hdg {
  font-weight: bold;
  color: #27a273;
  margin: 7px 0;
}

/* footer */
.footer:after {
  content: none;
  display: none;
}
.footer__content {
  grid-template-columns: none;
  display: block;
  justify-items: start;
}
.footer__inner {
  max-width: 1170px;
  margin: 0 auto;
  text-align: center;
  position: relative;
}
.footer__copyright {
  text-align: center;
  display: block;
  width: 100%;
}
.footer__address {
  margin: 20px auto;
}
.pagetop {
  all: unset;
}
.pagetop {
  position: fixed;
  right: 28px;
  bottom: 28px;
  cursor: pointer;
  z-index: 1;
}
.pagetop img {
  width: 68px;
  height: 68px;
  box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.1);
  border-radius: 0!important;
}
.copyright1 {
  font-size: 1.2rem;
  margin-top: 0;
  display: block;
  font-weight: bold;
  text-align: center;
  margin-bottom: 20px;
  font-family: 'Helvetica Medium', sans-serif;
}
footer {
  background: #fed600;
  padding: 36px 20px;
  border-bottom: 1px solid #e7e9e8;
}
footer .inner {
  max-width: 1170px;
  margin: 0 auto;
  text-align: center;
  font-size: .875rem;
  position: relative;
}
footer .ssl {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.footer-nav__list {
  display: flex;
  justify-content: center;
  font-size: .875rem;
  letter-spacing: normal;
}

footer .footer__nav ul {
  margin-left: 0;
  margin-bottom: 0;
  gap: 0;
}

footer .footer__nav li {
  padding: 0;
  margin: 0 0 0 20px;
}

footer .footer__nav li:first-child {
  margin-left: 0;
}

footer .footer__nav li a {
  color: #000;
  text-decoration: none;
  line-height: 1.5;
}

footer .footer__address {
  margin: 20px auto;
  font-size: .7875rem;
  letter-spacing: normal;
}

footer small {
  font-size: .875rem;
  line-height: 1.5;
  letter-spacing: normal;
  margin-top: 8px;
  display: block;
  font-weight: bold;
  font-family: 'Helvetica Medium', sans-serif;
}
footer small + small {
  margin-top: 2px;
}
footer + hr {
  display: none!important;
}
#footer {
  display: none!important;
}
.video {
  margin: 50px auto;
  max-width: 640px;
}
.video p {
  line-height: 1.8 !important;
  text-align: center;
}
.video video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.video-wrap {
  position: relative;
  padding-top: 56.25%;
  height: 0;
  overflow: hidden;
  border: 1px solid #ddd;
}
/*---SSLシールリンク切れの応急処置---*/
footer .ssl {
  display: none!important;
}
@-moz-document url-prefix() {
	button:focus {
		outline: dotted;
    outline-width: 1px;
	}
  .btn:focus {
    outline: dotted;
    outline-width: 1px;
    outline-color: #000;
  }
  .btn a:focus {
    outline: dotted;
    outline-width: 1px;
    outline-color: #000;
  }
  .btnOrange a:focus {
    outline: dotted;
    outline-width: 1px;
    outline-color: #000;
  }
}

@media all and (-ms-high-contrast: none) {
  header .fontChangeWrap ul li {
    padding-top: 8px;
    padding-bottom: 3px;
  }
  header nav > .nav > li a {
    padding-top: 13px;
    padding-bottom: 7px;
  }
  .btnOrange a {
    padding-top: 20px;
    padding-bottom: 16px;
  }
  .bnrForum .inner .btn a {
    padding-top: 13px;
    padding-bottom: 7px;
  }
  .postList .ulWrap .btnOrange a {
    padding-top: 16px;
    padding-bottom: 10px;
  }
  .placesMenu ul li a {
    padding-top: 12px;
    padding-bottom: 4px;
  }
  .accordion dt {
    padding-top: 25px;
    padding-bottom: 16px;
  }
}

@media (min-width: 951px) {
  .sp {
    display: none!important;
  }
  .hover:hover {
    opacity: 0.6;
  }
  header .fontChangeWrap ul li:hover button {
    background: #fed600;
    color: #000;
  }
  header nav > ul > li.btnSub.focused > a:after,
  header nav > ul > li.btnSub:hover > a:after {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    bottom: -3px;
    width: 22px;
    height: 12px;
    background: url("../../common/img/nav_callout.png") no-repeat;
    background-size: 22px auto;
  }
  header nav > ul > li > a:hover:before,
  header nav > ul > li > button:hover:before {
    transform: scale(1, 1);
  }
  header nav > ul > li.btnSub.focused .subNav,
  header nav > ul > li.btnSub:hover .subNav {
    visibility: visible;
    opacity: 1;
  }
  .gsc-search-box .gsc-search-button-v2:hover {
    opacity: 0.6;
  }
}

@media (max-width: 1200px) {
  .placesMenu ul li a {
    padding-left: 10px;
    padding-right: 10px;
  }
}

@media (max-width: 950px) {
  .pc {
    display: none!important;
  }
  /* body {
    padding-top: 55px;
  } */
  .pagelink {
    margin-top: -55px;
    padding-top: 55px;
  }
  h1, h2, h3, h4, h5, h6 {
    font-size: 1rem;
    line-height: 1.5;
  }
  .mt32sp {
    margin-top: 32px!important;
  }

  /* contents */
  .template__main {
    max-width: 100%;
    margin: 0 auto;
    padding: 0 10px 50px;
  }
  .contentsBox {
    background: none;
    border-radius: 0 0 20px 20px;
  }
  .contentsBox .inner1 {
    padding: 40px 20px 0;
  }
  .contentsBox .inner1 p,
  .contentsBox .inner1 li {
    line-height: 1.9;
  }
  .contentsBox .inner1 h1,
  .contentsBox .inner1 h2,
  .contentsBox .inner1 h3,
  .contentsBox .inner1 h4,
  .contentsBox .inner1 h5,
  .contentsBox .inner1 h6 {
    line-height: 1.5;
  }

  /* breadcrumbs */
  .breadcrumbs {
    padding: 15px 10px;
    font-size: .75rem;
  }
  .breadcrumbs li span {
    padding: 0 5px;
  }

  /* hdg */
  .h1Wrap {
    border-radius: 0;
    width: calc(100% + 20px);
    margin-left: -10px;
    font-size: 1rem;
  }
  .h1Wrap h1 {
    font-size: 1.25rem;
    height: 60px;
  }
  .h1Wrap.iconA h1 {
    background: url("../wp/common/img/icon_h1_a.png") no-repeat left center;
    background-size: 60px auto;
    padding-left: 75px;
  }
  .h1Wrap.iconB h1 {
    background: url("../wp/common/img/icon_h1_b.png") no-repeat left center;
    background-size: 60px auto;
    padding-left: 60px;
  }
  .h1Wrap.iconC h1 {
    background: url("../wp/common/img/icon_h1_c.png") no-repeat left center;
    background-size: 60px auto;
    padding-left: 60px;
  }
  .h1Wrap.iconC .case_title {
    font-size: 1.25rem;
    height: 60px;
    background: url("../wp/common/img/icon_h1_c.png") no-repeat left center;
    background-size: 60px auto;
    padding-left: 60px;
  }
  .h1Wrap.iconD h1 {
    background: url("../wp/common/img/icon_h1_d.png") no-repeat left center;
    background-size: 60px auto;
    padding-left: 60px;
  }
  .h1Wrap h1.sub {
    flex-flow: column;
    align-items: flex-start;
  }
  .h1Wrap h1.sub span {
    font-size: 1rem;
  }
  .hdgH2 {
    font-size: 1.4375rem;
    width: 110%;
    margin-top: 0;
    position: relative;
  }
  .hdgH2:before  {
    background: url("../wp/common/img/icon_h2.png") no-repeat top center;
    background-size: 25px auto;
    padding: 0;
    display: inline-block;
    top: calc(0% - 32px);
    left: calc(50% - 16px);
    position: absolute;
  }
  .hdgH2 .h2Sub {
    font-size: 1.7rem;
    padding-left: 0;
    padding-top: 0;
    display: block;
  }
  .hdgH3 {
    font-size: 1.0625rem;
    padding-left: 15px;
  }
  .hdgH3.yellow {
    background: url("../wp/common/img/icon_h3_1.png") no-repeat left center;
    background-size: 4px auto;
  }
  .hdgH3.orange {
    background: url("../wp/common/img/icon_h3_2.png") no-repeat left center;
    background-size: 4px auto;
  }
  .hdgTitle {
    font-size: 1.8rem;
    background: url("../wp/common/img/icon_title.png") no-repeat left center;
    background-size: 15px auto;
    padding: 0 0 0 30px;
  }

  /* btn */
  .btnOrange a {
    border-radius: 5px;
    padding: 12px 0;
    font-size: .875rem;
  }
  .btnOrange a span {
    background: url("../wp/common/img/icon_btn_orange.png") no-repeat right center;
    background-size: 12px auto;
    padding-right: 15px;
  }

  /* bnr */
  .bnrForum {
    border: 1px solid #cfcfcf;
    padding: 4px;
    width: calc(100% + 40px);
    max-width: calc(100% + 40px);
    margin: 40px 0 0 -20px;
    background: #fff;
  }
  .bnrForum .inner {
    border: 1px solid #fed600;
    padding: 15px 15px 20px;
  }
  .bnrForum .inner p {
    background: url("../wp/common/img/bnr_forum_img.png") no-repeat right top 6px;
    background-size: 63px auto;
    padding: 0 75px 11px 0;
    line-height: 1.6;
    min-height: 65px;
    font-size: 1.5rem;
  }
  .bnrForum .inner .btn {
    max-width: 260px;
    margin: 0 auto;
  }
  .bnrForum .inner .btn a {
    font-size: .875rem;
    border-radius: 21px;
    padding: 11px 0;
  }
  .bnrForum .inner .btn a span {
    background: url("../wp/common/img/icon_blank_white.png") no-repeat right center;
    background-size: 14px auto;
    padding-right: 14px;
  }
  .bnrLink {
    border-radius: 5px;
    width: calc(100vw - 20px) !important;
    margin: 20px 0 0 -20px !important;
    max-width: none;
  }
  .bnrLink a {
    border: 1px solid #e9474d;
    border-right: 21px solid #e9474d;
    border-radius: 5px;
    padding: 20px 25px 20px 125px;
    font-size: 1rem;
  }
  .bnrLink.yellow a {
    border: 1px solid #fed600;
    border-right: 21px solid #fed600;
  }
  .bnrLink1 a {
    background: url("../wp/common/img/bnr_link1.png") no-repeat left 18px center;
    background-size: 100px auto;
    padding-left: 125px;
  }
  .bnrLink2 a {
    background: url("../wp/common/img/bnr_link2.png") no-repeat left 28px center;
    background-size: 70px auto;
  }
  .bnrLink3 a {
    background: url("../wp/common/img/bnr_link3.png") no-repeat left 28px center;
    background-size: 70px auto;
  }
  .bnrLink4 a {
    background: url("../wp/common/img/bnr_link4.png") no-repeat left 18px center;
    background-size: 100px auto;
    padding-left: 125px;
  }
  .bnrLink5 a {
    background: url("../wp/common/img/bnr_link5.png") no-repeat left 18px center;
    background-size: 100px auto;
    padding-left: 125px;
  }
  .bnrLink a:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: -16px;
    background: url("../wp/common/img/arrow1.png") no-repeat;
    background-size: 7px auto;
    width: 7px;
    height: 11px;
    margin: auto;
  }
  .contentsBox .inner1 .bnrLink p.hdg {
    font-size: 1rem;
  }
  .contentsBox .inner1 .bnrLink p {
    font-size: 1.5rem;
  }
  .btnBlank {
    width: calc(100% + 40px);
    margin: 20px 0 0 -20px;
    text-align: left;
  }
  .btnBlank a {
    border: 1px solid #eeeeee;
    border-radius: 5px;
    display: block;
    background: url("../wp/common/img/icon_blank.png") no-repeat right 28px center #fff;
    background-size: 17px auto;
    padding: 20px 60px 20px 20px;
    font-size: .875rem;
  }

  /* btn */
  .backBtn {
    width: 260px;
    margin-top: 20px;
  }
  .backBtn a {
    border: 1px solid #ee7701;
    font-size: .875rem;
    border-radius: 5px;
    padding: 10px 11px;
  }


  /* postList */
  .postList {
    border-radius: 0;
    background: none;
    padding: 0 20px 0;
  }
  .postList .hdgH3 {
    margin-top: 0;
  }
  .postList .ulWrap {
    margin-top: 20px;
    padding: 20px 26px;
    border-radius: 5px;
  }
  .postList .ulWrap .btnOrange {
    max-width: 100%;
    margin: 15px auto 0;
  }
  .postList .ulWrap .btnOrange a {
    padding: 15px 0 14px;
  }
  .postList .ulWrap .btnOrange a span {
    padding: 0 17px 0 0;
    width: auto;
    display: inline-block;
  }
  .postListUl3 li .case {
    margin: 0;
  }
  .postListUl4 li {
    display: block;
    padding: 8px 0;
  }
  .postListUl4 li .date {
    width: 100%;
  }
  .postListUl4 li .linkTxt {
    width: 100%;
    padding-left: 0;
  }

  /* placesMenu */
  .variousPlacesIndex.contentsBox .inner1 {
    padding-left: 0;
    padding-right: 0;
  }
  ul.variousPlacesArea {
    margin: 10px 0 0;
  }
  ul.variousPlacesArea a {
    padding: 5px;
    font-size: 12px;
  }

  .placesMenu {
    width: 100%;
    margin-left: 0;
    margin-bottom: 0;
    padding: 20px;
  }
  .placesMenu:after {
    bottom: -10px;
    width: 24px;
    height: 10px;
  }
  .placesMenu.orange:after {
    background: url("../wp/common/img/icon_arrow_orange.png") no-repeat;
    background-size: 24px 10px;
  }
  .placesMenu ul {
    display: flex;
    flex-wrap: wrap;
    border-radius: 4px;
  }
  .placesMenu ul li {
    display: block;
    width: 33.3%;
    border-right: 1px solid #ee7701;
  }
  .placesMenu ul li:nth-child(3n) {
    border-right: none;
  }
  .placesMenu ul li:nth-child(-n+3) {
    border-bottom: 1px solid #ee7701;
  }
  .placesMenu ul li a {
    font-size: .875rem;
    padding: 6px 0;
  }
  .placesContents {
    background: #fff;
    padding: 27px 20px 20px;
  }
  .placesContents .hdg {
    font-size: 1.7rem;
    margin-top: 30px;
    margin-bottom: 15px;
  }
  .accordion dt {
    border-radius: 4px;
    padding: 7px 45px 7px 17px;
    font-size: .875rem;
  }
  .accordion.orange dt {
    background: url("../wp/common/img/icon_plus_orange.png") no-repeat right 20px center;
    background-size: 15px auto;
  }
  .accordion.orange dt.open {
    background: url("../wp/common/img/icon_minus_orange.png") no-repeat right 20px center;
    background-size: 15px auto;
  }
  .placesContents .accordion dd {
    padding: 15px 12px 5px;
  }
  .placesContents .accordion:last-child dd {
    padding-bottom: 0;
  }
  .placesContents .accordion dd ul li {
    padding: 10px 21px;
  }
  .placesContents .accordion.orange dd ul li {
    border-left: 1px solid #ee7701;
  }
  .placesContents .accordion.orange dd ul li .txt1 {
    font-size: 1.2rem;;
  }
  .placesContents .accordion.orange dd ul li .txt2 {
    font-size: .875rem;
  }
  .placesContents .accordion.orange dd ul li .txt2 + .txt2 {
    margin-top: 2px;
  }

  /* header */
  header {
    padding: 0;
    border-bottom: none;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 3;
  }
  header .inner {
    max-width: 100%;
    margin: 0 auto;
    height: 100%;
  }
  header .headerTop {
    display: flex;
    justify-content: space-between;
  }
  header .logo {
    background: #fed600;
    border-radius: 0;
    width: calc(100% - 55px);
    padding: 0 13px;
  }
  header .logo a {
    display: inline-block;
    padding: 0;
  }
  header .logo img {
    width: auto;
    height: 55px;
  }
  header .rightBox {
    right: 0;
    top: 0;
    position: relative;
    margin: 0 10px;
    padding: 25px 0 25px;
    max-width: calc(100% - 20px);
    background: url(../../common/img/nav_border_sp.png) top repeat-x;
    background-size: 350px auto;
  }
  header .rightBox .rightBoxInner {
    right: 0;
    top: 0;
    position: relative;
    flex-flow: column;
    align-items: flex-end;
  }
  header .fontChangeWrap {
    width: 100%;
    border: 2px solid #fed600;
    border-radius: 5px;
    padding: 14px 20px 14px 35px;
    font-size: 1rem;
    justify-content: space-between;
  }
  header .fontChangeWrap p {
    font-weight: bold;
  }
  header .fontChangeWrap ul {
    display: flex;
  }
  header .fontChangeWrap ul li button {
    padding: 10px 14px;
    border-radius: 5px;
    margin-left: 15px;
  }
  header .fontChangeWrap ul li:last-child button {
    margin-right: 0;
  }
  #___gcse_0 {
    width: 100% !important;
    margin: 25px 0;
  }
  #___gcse_0 .gsc-control-cse .gsc-control-wrapper-cse {
    border-radius: 5px;
    padding: 7px;
  }
  #___gcse_0 .cse .gsc-control-cse,
  #___gcse_0 .gsc-control-cse {
    padding: 0;
  }
  .gsc-search-box .gsc-search-button,
  .gsc-search-box .gsc-search-button:hover,
  .gsc-search-box .gsc-search-button:focus {
    background: #fed600;
    border-radius: 5px;
  }
  .gsc-search-box .gsc-search-button-v2,
  .gsc-search-box .gsc-search-button-v2:hover,
  .gsc-search-box .gsc-search-button-v2:focus {
    width: 42px;
    height: 34px;
    background: url("../../common/img/btn_search.png") no-repeat #fed600;
    background-size: 42px 34px;
  }
  #___gcse_0 .gsc-results-wrapper-overlay {
    height: 80%;
  }
  header .sns li {
    margin-left: 15px;
  }
  header .sns li:last-child {
    margin-left: 15px;
    margin-right: 20px;
  }
  header .sns li img {
    width: 46px;
  }
  header.open  {
    position: fixed;
  }
  header nav {
    display: none;
    top: 55px;
    width: 100%;
    height: 100vh;
    max-height: calc(100vh - 55px);
    background: #fff;
    z-index: 1;
    font-size: 1.7rem;
    overflow-y: scroll;
    overflow-x: hidden;
    position: fixed;
  }
  header nav > .nav {
    display: block;
    padding: 0 10px;
    width: 100%;
  }
  header nav > .nav > li {
    margin-left: 0;
  }
  header nav > .nav > li:first-child {
    margin-left: 0;
  }
  header nav > .nav > li a {
    display: block;
    color: #000;
    padding: 32px 60px 25px 84px;
    font-weight: bold;
    background: url("../../common/img/nav_icon1.png") no-repeat right 20px center;
    background-size: 18px auto;
    line-height: 1;
    font-size: 1.0625rem;
  }
  header nav > .nav > li:nth-child(1) a {
    padding-right: 0;
  }
  header nav > .nav > li:nth-child(2) a {
    background: url("../../common/img/icon_arrow3.png") no-repeat right 1px center;
    background-size: 18px 18px;
  }
  header nav > .nav > li:nth-child(3) a,
  header nav > .nav > li:nth-child(5) a {
    background: url("../../common/img/icon_arrow2.png") no-repeat right 1px center;
    background-size: 18px 18px;
  }
  header nav > .nav > li:nth-child(4) a {
    background: url("../../common/img/icon_arrow1.png") no-repeat right 1px center;
    background-size: 18px 18px;
  }
  header nav > .nav > li a:before {
    content: none;
  }
  header .navBtn {
    background: url("../../common/img/nav_btn_open.png") no-repeat;
    background-size: 55px auto;
  }
  header .navBtn img {
    width: 55px;
  }
  header.open .navBtn img {
    opacity: 0;
  }
  header nav .subNav {
    left: auto;
    top: auto;
    transition: 0s;
    visibility: visible;
    position: relative;
    z-index: 1;
    box-shadow: none;
    opacity: 1;
    border-top: none;
    background: url("../../common/img/nav_border_sp.png") top repeat-x;
    background-size: 350px auto;
  }
  header nav > .nav > li:nth-child(2) .subNav {
    border-bottom: none;
  }
  header nav > .nav > li:nth-child(3) .subNav,
  header nav > .nav > li:nth-child(5) .subNav {
    border-bottom: none;
  }
  header nav > .nav > li:nth-child(4) .subNav {
    border-bottom: none;
  }
  header nav > .nav .subNav dl {
    max-width: 100%;
    padding: 0;
    display: block;
  }
  header nav > .nav .subNav dl dt {
    color: #000;
    font-size: 1.0625rem;
    width: 100%;
    height: 78px;
    text-align: left;
    font-weight: bold;
    flex-flow: row;
    justify-content: flex-start;
    padding: 19px 60px 19px 18px;
    background: url("../../common/img/nav_icon_plus.png") no-repeat right 20px center;
    background-size: 17px auto;
    pointer-events: auto;
  }
  header nav > .nav .subNav dl dt.open {
    background: url("../../common/img/nav_icon_minus.png") no-repeat right 20px center;
    background-size: 17px auto;
  }
  header nav > .nav .subNav dl dt img {
    width: 40px;
    margin-bottom: 0;
    margin-right: 25px;
  }
  header nav > .nav .subNav dl dt a {
    padding: 10px 37px 10px 0;
  }
  header nav > .nav .subNav dl dt p {
    line-height: 1.4;
  }
  header nav > .nav .subNav dl dd {
    display: none;
    justify-content: space-between;
    width: 100%;
    padding: 27px 20px;
    background: url("../wp/common/img/nav_border_sp.png") top repeat-x;
    background-size: 350px auto;
    font-size: 1rem;
  }
  header nav > .nav .subNav dl dd .ulWrap {
    display: block;
    border: 1px solid #fed600;
    border-radius: 10px;
  }
  header nav > .nav .subNav dl dd ul {
    margin-left: 0;
    width: 100%;
    max-width: 100%;
    border-radius: 10px;
    background: #fffbe0;
  }
  header nav > .nav .subNav dl dd ul li {
    border-bottom: 1px solid #fed600;
  }
  header nav > .nav > li:last-child .subNav dl dd ul li {
    border-bottom: none;
  }
  header nav > .nav .subNav dl dd ul + ul li:last-child {
    border-bottom: none;
  }
  header nav > .nav .subNav dl dd li.hdg {
    margin: 0;
    padding: 10px 24px;
  }
  header nav > .nav .subNav dl dd li a {
    padding: 20px 24px;
    background: url("../../common/img/icon_arrow3.png") no-repeat right 25px center;
    background-size: 16px 16px;
    font-weight: normal;
    font-size: 1rem;
  }
  header nav > .nav li:nth-child(3) .subNav dl dd li a,
  header nav > .nav li:nth-child(5) .subNav dl dd li a {
    background: url("../../common/img/icon_arrow2.png") no-repeat right 25px center;
    background-size: 16px 16px;
  }
  header nav > .nav li:nth-child(4) .subNav dl dd li a {
    background: url("../../common/img/icon_arrow1.png") no-repeat right 25px center;
    background-size: 16px 16px;
  }
  header nav > .nav .subNav dl dd li a span {
    background: url("../../common/img/icon_blank.png") no-repeat right;
    background-size: 17px auto;
    padding-right: 32px;
  }
  .blur {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.6);
    z-index: 2;
    opacity: 0;
    visibility: hidden;
    transition: 0.5s;
  }
  .blur.open {
    opacity: 1;
    visibility: visible;
  }

  /* footer */
  .pagetop {
    right: 15px;
    bottom: 15px;
  }
  .pagetop img {
    width: 40px;
    height: 40px;
    border-radius: 0!important;
  }
  footer {
    padding: 30px 20px 25px;
  }
  footer .inner {
    max-width: 100%;
  }
  footer .ssl {
    position: static;
    right: 0;
  }
  .footer .footer-nav__list {
    flex-wrap: wrap;
    gap: 0;
    margin: 0;
  }
  footer .footer-nav__list li {
    margin-left: 8px;
    margin-bottom: 3px;
    letter-spacing: normal;
  }
  footer small {
    margin-top: 10px;
  }
}
.entry-label {
      display: inline-block;
      width: 20px;
      height: 20px;
      border-radius: 50%;
      margin-right: 10px;
}
.entry-note {
	margin-top: 5px;
	text-align: center;
	font-size: .875rem;
}
.auxiliary {
	margin-left: 1em;
	font-size: .7em;
}
.fieldContents {
  width: 100%;
  max-width: 40rem;
  margin: 1rem auto 0 auto;
}
.fieldTitle {

}
.fieldTitle p {
  font-size: 1.7rem;
  text-align: center;
}
.fieldItems {
  margin-top: 1rem;
  padding-left: 4rem;
}
.fieldItem {
  display: flex;
  align-items: center;
}
.fieldItem + .fieldItem {
  margin-top: .3rem;
}
.fieldColor {
  width: 2rem;
  height: 2rem;
  background: #e9474d;
  border-radius: 50%;
}
.fieldName {
  margin-left: 1rem;
}
.fieldRed {
  background: #e9474d;
}
.fieldGreen {
  background: #00a273;
}
.fieldBlue {
  background: #006cb8;
}
.fieldBrown {
  background: #f29d4b;
}
.fieldYellow {
  background: #fed600;
}
.fieldPurple {
  background: #8224e3;
}
/* .fieldWhite {
  background: #ffffff;
} */
.fieldBlack {
  background: #231815;
}
@media screen and (min-width:769px) {
  .fieldContents {
    max-width: 60rem;
  }
  .fieldTitle p {
    font-size: 2.8rem;
    text-align: center;
  }
}

/* FLEXが効いてる画像をセンタリング */
.aligncenter {margin: 0 auto;}


/* ログインページ */
#user-login-form.user-login-form input{
  outline: none!important;
}
#user-pass.user-pass label{
  display: block;
  margin: 1rem 0;

}
#user-pass.user-pass input{
  margin: 0 0 1rem;
  outline: none!important;
}
#user-pass.user-pass p{
  margin: 0 0 1rem;
}

/* アラートメッセージ */
.alert__item.alert__item--error a {
  text-decoration: underline;
}

article img {
  border-radius: 0;
}

article a.icon--external .icon--external,
div.article a.icon--external .icon--external,
div.preview a.icon--external .icon--external,
div.preview-block a.icon--external .icon--external {
  background: no-repeat url(/themes/custom/gov_theme_base_2023/src/component-library/assets/svg/icons/external_16px.svg);
  position: relative;
}
