@charset "utf-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700;900&display=swap');

body, h1, h2, h3, h4, h5, h6, p, address, ul, ol, li, dl, dt, dd, table, th, td, img, form, pre {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
}
#top {
  height: 16px;
  background: #E5EABD;
}
#header > .container > .site-title {
    position: absolute;
    top: 14px;
}
@media (min-width: 980px) {
    .scrolling-contents #header .site-title {
        top: -10px;
    }
}
@media (min-width: 980px) {
    .scrolling-contents #header-nav {
        margin-left: 0;
        padding-top: 24px;
    }
}
@media (max-width: 979px) {
  #top {
    height: 0;
  }
  #header > .container > .site-title {
    top: 12px;
    left: 10px;
  }
}
@media (min-width: 980px) {
  .scrolling-contents #header {
    -webkit-box-shadow: 0 0 0 1px #D3D3D3;
    box-shadow: 0 0 0 1px #D3D3D3;
    top: -59px;
  }
  .scrolling-contents #header .site-title {
    top: -50px;
  }
  .scrolling-contents #header #header-ext {
    top: -50px;
  }
}
.np-lead{
  padding: 10px 0 20px;
  font-weight: 500;
  font-size: 1rem;
  width: 80%;
	margin: 0 auto;
}
@media (max-width: 820px){
	.np-lead {
		width: 90%;
		margin: 0 auto;
		font-size: 100%;
		line-height: 1.4;
		word-break: auto-phrase;
	}
}
.kana {
  display: none;
}
#toc.side h2 {
  font-size: 1rem;
  border-top: 3px solid #367495;
}
#header-nav ul.menu li {
  height: 56px;
  text-align: center;
}
#header-nav ul.menu a span {
  margin-top: 10px;
}
.menu-words a {
  min-width: 80px
}
#header-nav ul.menu a:hover {
  background: transparent url("../img/current.png") no-repeat center -4px;
  background-size: 84px;
}
#header-nav ul.menu a:hover::after,
#header-nav ul.menu .current a::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  height: 2px;
  background-color: #E07400;
  bottom: 10px;
}
#header-nav ul.menu .current a {
  background: transparent url(../img/current.png) no-repeat center -4px;
  background-size: 84px;
}
#header-nav {
  margin-left: 160px;
}

@media (max-width: 979px) {
  #header-nav ul.menu a:hover {
    background: transparent url(../img/current_sp.svg) no-repeat center left;
    background-size: 32px;
  }
  #header-nav ul.menu .current a {
    background: transparent url(../img/current_sp.svg) no-repeat center left;
    background-size: 32px;
  }
  #header-nav {
    margin-left: 0;
  }
}

#header-targets li a span {
  font-size: 0.75rem;
  
}
#header-ext ul {
  min-height: 28px
}
#header-ext a {
  font-size: 0.75rem;
}
/* links 関連サイト */
#links-page.Top #heading {
  padding-bottom: 10px;
  
}
#search-section {
  margin: 0;
  background: #E5EABD;
  padding-bottom: 40px;
}
.form-wrap .search-title {
  font-size: 1rem;
  line-height: 1;
  color: #fff;
  background-color: #b45d00;
  padding: 8px 24px;
  border-radius: 10px;
  align-self: flex-start;
  margin: 10px;
}
.form-wrap {
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 840px;
  width: calc(100% - 80px);
  background: #fff;
  border: 3px solid #36602D;
  border-radius: 20px;
}
.form-wrap legend {
  font-weight: 600;
}
.form-wrap .category-group {
  text-align: left;
  width: calc(100% - 80px);
  display: flex;
  justify-content: flex-start;
  padding: 10px 0 10px;
  border-bottom: 2px solid #ddd;
  margin-bottom: 20px;
}
.form-wrap .category-group.last {
  border-bottom: none;
}
.category-group label {
	padding-right: 10px;
}
.form-wrap label:has(.category-master) {
  font-size: 1.1rem;
  line-height: 1;
}
.form-wrap {
	display: flex;
}
.form-wrap .check-wrap {
  gap: 24px;
  margin: 0 0 0 120px;
  margin-top: -36px;
}
.imgbox .options {
  margin-bottom: 20px;
}
@media screen and (max-width:820px){
	.form-wrap {
		width: 96%;
		font-size: 93.4%;
	}
}
@media (max-width: 769px) {
  .form-wrap .category-group {
    padding: 0 0 10px;
    margin-bottom: 10px;
  }
  .form-wrap .check-wrap {
    margin: 0;
  }
  .imgbox .options {
    margin-bottom: 0;
  }
}
/* words　用語集 */
.words-head {
	position: absolute;
	width: 110px;
    top: 10px;
    right: 0px;
}
@media screen and (max-width:820px) {
	.words-head {
		position: relative;
		width: 80px;
        top: -20px;
	}
}
p.nav {
  background-color: #ECF2F4;
  border-radius: 12px;
  padding: 20px 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px
}
p.nav span {
  color: #000;
  font-size: 1rem;
  font-weight: 600;
  display: block;
}
/* news　新着ニュース */
.news_posiy {
	position: absolute;
    right: 0;
	top: 20px;
	width: 200px;
}
@media screen and (max-width:820px) {
	.news_posiy {
		position: relative;
		top: -10px;
	}
}
#link-group {
  margin: 30px auto;
}
#link-group article {
  background-color: #fff;
  margin: 0 auto;
  padding: 20px;
  width: calc(100% - 40px);
  border: 1px solid #eee;
  box-shadow: 0px 2px 4px 0 rgba(0,0,0,0.2)
}
#link-group time {
  color: #000;
}
/*------------------------------------------------
	リンクイメージ部分
------------------------------------------------*/
.imgbox, .imgbox > a {
  display: block;
}
#main .imgbox {
  position: relative;
  padding: 0 20px;
  border: 1px solid #C1C1C1;
  border-radius: 10px 10px 0 0;
  background: #fff;
  color: #2C2C2C;
  text-decoration: none;
  text-align: left;
}
@media only screen and (max-width: 767px) {
  #main .imgbox {
    padding: 0 20px 20px;
  }
}
#main .imgbox.no-border {
  border: 0;
  padding: 0 1px;
}
#main .imgbox > article, #main .imgbox > section {
  position: static;
  margin: 0;
  padding: 0;
}
#main .imgbox header, #main .imgbox h2, #main .imgbox h3, #main .imgbox h4 {
  margin: 0 -20px;
}
#main .imgbox header a, #main .imgbox h2 a, #main .imgbox h3 a, #main .imgbox h4 a {
  display: block;
}
#main .imgbox header figure, #main .imgbox h2 figure, #main .imgbox h3 figure, #main .imgbox h4 figure {
  margin-bottom: 15px;
}
#main .imgbox header img, #main .imgbox h2 img, #main .imgbox h3 img, #main .imgbox h4 img {
  display: block;
}
@media (max-width: 1199px) {
  #main .imgbox header img, #main .imgbox h2 img, #main .imgbox h3 img, #main .imgbox h4 img {
    width: 100%;
    height: auto;
  }
}
#main .imgbox.no-border h2, #main .imgbox.no-border h3, #main .imgbox.no-border h4 {
  margin-left: 0;
  margin-right: 0;
}
#main .imgbox header h2, #main .imgbox header h3, #main .imgbox header h4 {
  margin-left: 0;
  margin-right: 0;
}
#main .imgbox h2, #main .imgbox h3, #main .imgbox h4 {
  margin-bottom: 0.594em;
  padding-bottom: 0;
  border-bottom: 0;
  font-weight: bold;
  letter-spacing: 0;
  font-size: 100%;
  line-height: 1.625;
}
@media only screen and (max-width: 767px) {
  #main .imgbox h2, #main .imgbox h3, #main .imgbox h4 {
    font-size: 100%;
    line-height: 1.734;
  }
}
@media only screen and (max-width: 767px) {
  #main .imgbox h2, #main .imgbox h3, #main .imgbox h4 {
    margin-bottom: 0.3em;
  }
}
#main .imgbox h2 .site, #main .imgbox h2 .text, #main .imgbox h3 .site, #main .imgbox h3 .text, #main .imgbox h4 .site, #main .imgbox h4 .text {
  display: block;
  padding: 0 20px;
}
#main .imgbox h2 .site, #main .imgbox h3 .site, #main .imgbox h4 .site {
  margin-bottom: 0.407em;
  color: #2C2C2C;
  font-size: 93.8%;
  line-height: 1.6;
}
@media only screen and (max-width: 767px) {
  #main .imgbox h2 .site, #main .imgbox h3 .site, #main .imgbox h4 .site {
    margin-bottom: 0.219em;
    font-size: 93.4%;
    line-height: 1.715;
  }
}
#main .imgbox h2 .text, #main .imgbox h3 .text, #main .imgbox h4 .text {
  display: block;
  min-height: 3.25em;
  text-decoration: underline;
}
@media (max-width: 979px) {
  #main .imgbox h2 .text, #main .imgbox h3 .text, #main .imgbox h4 .text {
    min-height: 0;
  }
}
#main .imgbox.no-border h2 .site, #main .imgbox.no-border h2 .text, #main .imgbox.no-border h3 .site, #main .imgbox.no-border h3 .text, #main .imgbox.no-border h4 .site, #main .imgbox.no-border h4 .text {
  padding: 0;
}
#main .imgbox .img {
  display: flex;
  margin-bottom: 1.188em;
  padding-bottom: 0.1px;
  border-bottom: 1px solid #E0E0E0;
  flex-shrink: 0;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  #main .imgbox .img {
    margin-bottom: 1.167em;
  }
}
#main .imgbox .img img {
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px 10px 0 0;
}

#main .imgbox p {
  font-size: 93.8%;
  line-height: 1.6;
  margin-bottom: 0.969em;
}
@media only screen and (max-width: 767px) {
  #main .imgbox p {
    font-size: 93.4%;
    line-height: 1.715;
  }
}
#main .imgbox + hr {
  display: none;
}
#main a.imgbox:hover .img img, #main a.imgbox:active .img img, #main a.imgbox:focus .img img, #main .imgbox a:hover .img img, #main .imgbox a:active .img img, #main .imgbox a:focus .img img {
  opacity: 0.75;
  -webkit-transform: scale(1.02);
  -ms-transform: scale(1.02);
  transform: scale(1.02);
}
#main a.imgbox .h {
  text-decoration: underline;
}
#main a.imgbox:link .h {
  color: #2f68a1;
}
#main a.imgbox:visited .h {
  color: #2f68a1;
}
#main a.imgbox:hover .h, #main a.imgbox:focus .h {
  color: #A50;
}
#main a.imgbox:active .h {
  color: #A50;
}
#main a.imgbox:focus {
  outline: none !important;
  border-color: #008070;
}
#main .grid > .col > .imgbox {
  height: 100%;
}
#main .grid-box .imgbox {
  margin-bottom: 2em;
}
@media print {
  #main .grid-box .imgbox:last-child {
    margin-bottom: 0;
  }
}
#main section.imgbox, #main .imgbox section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.ie #main section.imgbox > *, .ie #main .imgbox section > * {
  min-height: 0%;
}
#main section.imgbox .options, #main .imgbox section .options {
  margin-top: auto;
}
#main .imgbox section {
  height: 100%;
}
#main .imgbox .options .at {
  position: absolute;
  top: -8px;
  right: -8px;
  display: inline-block;
  min-width: 5.75em;
  padding: 0.2em 1em;
  background: #008070;
  color: #fff;
  font-weight: bold;
  text-align: center;
  font-size: 1rem;
  line-height: 1.625;
  -webkit-transition: -webkit-transform 0.2s ease-out;
  transition: -webkit-transform 0.2s ease-out;
  transition: transform 0.2s ease-out;
  transition: transform 0.2s ease-out, -webkit-transform 0.2s ease-out;
}
@media only screen and (max-width: 767px) {
  #main .imgbox .options .at {
    font-size: 0.938rem;
  }
}
#main .imgbox .options .at.new {
  background: #F46700;
}
#main .imgbox .options .at.new::before {
  border-left-color: #ab7249;
}
.imgbox .link-btn-wrap {
  width: calc(100% - 20px);
  margin: auto auto 0;
  display: flex;
  justify-content: center;
}
.imgbox .link-btn-wrap a {
  display: block;
  padding: 0.5rem 2rem 0.5rem;
  border: 1px solid #707070;
  border-radius: 20px;
  text-decoration: none;
  background-color: #fff;
}
@media only screen and (max-width: 767px) {
  .imgbox .link-btn-wrap {
    width: 100%;
  }
  .imgbox .link-btn-wrap a {
    padding: 0.5rem auto 0.5rem;
  }
}