@charset "utf-8";
.logo_sns_wrap{
	background: #F2F5F7!important;
}
/*追従固定*/
.s_kotei_sns {
  position: fixed;
  top: 200px;
  right: 0;
  background: rgba(255, 255, 255, 0.8);
  z-index: 9999;
  padding: .6em;
  border-radius: 10px 0 0 10px;
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(24px);
}
.s_kotei_sns ul li {
  margin: 1em 0;
  text-align: center;
}
.s_kotei_sns h5 {
  font-size: .6em;
  font-weight: bold;
}
.s_kotei_sns ul li img {
  margin: 0 auto;
  width: 30px;
  height: 30px;
  display: block;
}
@media (max-width: 768px) {
  .s_kotei_sns {
    top: inherit;
    bottom: 0;
    width: 100%;
    border-radius: 0;
    padding: 0;
    height: 60px;
  }
  .s_kotei_sns h5 {
    display: none;
  }
  .s_kotei_sns ul {
    display: flex;
  }
  .s_kotei_sns ul li {
    margin: .5em 1em;
  }
}
/*ナビゲーションスキップ*/
#skip_nav a {
    position: absolute;
    width: 1px;
    height: 1px;  
    clip: rect(1px, 1px, 1px, 1px);
    transition: none;
}
#skip_nav a:focus, #skip_nav a:active {
    display: block;
    width: 10em;
    height: auto;
    top: 10px;
    left: 10px;
    clip: auto;
    z-index: 1000;
    font-size: .9rem;
    line-height: 1.3;
    text-align: center;
    padding: 5px;
    background-color: #EBF2FA;
	border-radius: 3px;
	outline: thick double #0863C6;
}
/*お知らせ*/
.s_info_in .accordion-area li{
  padding: 1em 5px;
}
/*ニュースカテゴリ*/
/* .news_link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 2em auto;
  padding: 0;
  justify-content: center;
  gap: 5px;
  list-style-type: none;
  font-size: clamp(0.875rem, 0.83rem + 0.23vw, 1rem);
}
.news_link li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 30%;
  position: relative;
  padding: 1em 0;
  cursor: pointer;
  text-align: center;
  line-height: 1.4;
  font-size: clamp(0.875rem, 0.807rem + 0.34vw, 1.063rem);
  border-bottom: 1px solid #D3CBC6;
  transition: .4s;
} */
.news_link li:first-child {
  margin-left: 0;
}
.news_link li.active, .news_link li:hover {
  color: #666;
  font-weight: 500;
}
.news_link li.active:after, .news_link li:hover:after {
  display: block;
}
.news-content {
  display: flex;
  align-items: flex-start;
  gap: 20px;
}
.news-content p{
  margin-bottom: 0;
}
.news-content a{
  text-decoration: none;
  color: inherit;
  display: flex;
  align-items: flex-start;
  gap: 20px;
	width: 100%;
	padding-right: 1.5em;
	position: relative;
}
.news-content a::after{
	position: absolute;
	right: 5px;
	top: 50%;
	transform: translateY(-50%);
	content: "\f054";
    font-weight: 600;
	font-size: clamp(0.75rem, 0.705rem + 0.23vw, 0.875rem);
	color: #0863C6;
    font-family: "Font Awesome 5 Free";
    padding-left: 5px;
}
.news-content p {
  font-size: clamp(0.875rem, 0.83rem + 0.23vw, 1rem);
  padding-top: 4px;
  margin: 0;
}
.news-content > span {
  padding-right: 1em;
  display: flex;
  font-size: .8em;
}
.news-content span.date{
  color: #146DCE;
  font-size: .75em;
}
.news-content em {
  background: #fff;
  color: #146DCE;
  font-size: .7em;
  font-weight: 500;
  text-align: center;
  vertical-align: middle;
  border: 1px solid #146DCE;
  border-radius: 4px;
  vertical-align: middle;
  width: 7em;
  margin-left: 1em;
  letter-spacing: 0;
}
.news-content span.tag, .news-content em {
  display: inline-block;
  text-align: center;
}
@media screen and (max-width:1024px) {
  .accordion-area.info li{
    display: block;  
    padding: .8em 5px;
  }
	.accordion-area.info li a{
		display: block;
	}
	.news-content a::after{
		top: 5px;
		transform: translateY(0);
		right: 25px;
	}
  .news-content p{
    padding-top: 5px;
  }
}
.clearfix::after {
  content: "";
  display: block;
  clear: both;
}
/*==================================================
アコーディオンのためのcss
===================================*/
/*アコーディオン全体*/
.accordion-area {
  list-style: none;
  width: auto;
  max-width: 97%;
  margin: 0 auto;
}
.accordion-area li {
  margin: 0;
  padding: 1em 0;
  border-bottom: .1px dashed #d1d1d1;
  position: relative;
  transition: 0.2s;
}
/*アコーディオンタイトル*/
.accordion-area li .title {
  position: relative; /*+マークの位置基準とするためrelative指定*/
  cursor: pointer;
  font-weight: normal;
  padding: .8em 1em;
  -webkit-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease;
/*  border-bottom: 1px dashed #E2EFD3;*/
  line-height: 1.5;
}
/*アコーディオンで現れるエリア*/
.accordion-area li .box {
  padding: 0 1em;
  display: none;
  background: #F4F4F4;
  /*border-bottom: 1px solid #B2BDA3;*/
  width: 95%;
  margin: 0 auto;
  margin-top: 10px;
}

.clearfix::after {
  content: "";
  display: block;
  clear: both;
}
/*========= ナビゲーションドロップダウン ===============*/
/*==ナビゲーション全体の設定*/ #g-nav {
  text-align: center;
  position: relative;
  z-index: 3;
  background-color: #EBF2FA;
}
/*ナビゲーションを横並びに*/ #g-nav ul {
  list-style: none;
  display: flex;
  justify-content: center;
gap:1em;
}
/*2階層目以降は横並びにしない*/ #g-nav ul > li > ul {
  display: block;
}
/*下の階層のulや矢印の基点にするためliにrelativeを指定*/
#g-nav ul > li {
  position: relative;
}
/*ナビゲーションのリンク設定*/
/*pcではg-navのその他メニュ非表示*/
#g-nav ul.misc{
	display: none;
}
#g-nav ul li a {
  text-decoration: none;
  font-size: clamp(1.063rem, 1.025rem + 0.19vw, 1.25rem);
  transition: all .3s;
  opacity: 1;
}
#g-nav ul > li > a h3 {
  font-family: 'Noto Serif JP', serif;
  text-decoration: none;
  font-weight: 500;
  padding: 20px 10px;
  transition: all .3s;
  /*↓ここから親メニュー装飾*/
  background-image: linear-gradient(to left, #000, #000 50%, #EB2856 50%);
  background-size: 200% 100%;
  background-position: -100%;
  display: inline-block;
  position: relative;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
#g-nav ul > li > a h3 i{
  padding-right: 5px;
  font-size: .9em;
}
#g-nav ul > li > a h3:before {
  content: '';
  background: #EB2856;
  display: block;
  position: absolute;
  bottom: 13px;
  left: 0;
  width: 0;
  height: 2px;
  transition: all 0.3s ease-in-out;
}
#g-nav ul > li > a h3:hover {
  background-position: 0;
}
#g-nav ul > li > a h3:hover::before {
  width: 100%;
}
/*↑ここまで親メニュー装飾*/
#g-nav ul > li > ul > li {
  width: calc(100% - 20px);
}
#g-nav ul > li > ul > li > a {
  padding: 10px;
  display: inline-block;font-family: 'Noto Serif JP', serif;
}
#g-nav ul > li > ul > li > a span:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  font-size: .8em;
  content: "\f054";
  padding-right:  5px;
	margin-left: 1em;
}

/*==矢印の設定*/
/*2階層目を持つliの矢印の設定*/ #g-nav ul > li.has-child::before {
  content: '';
  position: absolute;
  left: 15px;
  top: 25px;
  width: 6px;
  height: 6px;
  border-top: 2px solid #A6C2D5;
  border-right: 2px solid #A6C2D5;
  transform: rotate(135deg);
}
/*3階層目を持つliの矢印の設定*/ #g-nav ul > li > ul > li.has-child::before {
  content: '';
  position: absolute;
  left: 6px;
  top: 17px;
  width: 6px;
  height: 6px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
}
/*== 2・3階層目の共通設定 */
/*下の階層を持っているulの指定*/ #g-nav li.has-child > ul {
  /*絶対配置で位置を指定*/
  position: absolute;
  left: 0;
  top: 49px;
  z-index: 4;
  /*形状を指定*/
  background: rgba(255,255,255,.9);
  width: 300px;
  /*はじめは非表示*/
  visibility: hidden;
  opacity: 0;
  /*アニメーション設定*/
  transition: all .3s;
  text-align: left;
}
/*hoverしたら表示*/ #g-nav li.has-child:hover > ul, #g-nav li.has-child > ul > li:hover > ul, #g-nav li.has-child:active > ul, #g-nav li.has-child > ul > li:active > ul {
  visibility: visible;
  opacity: 1;
}
/*ナビゲーションaタグの形状*/ #g-nav li.has-child > ul > li > a {
  color: #212121;
  border-bottom: solid 1px rgba(255, 255, 255, 0.6);
  width: 100%;
}
#g-nav li.has-child ul > li:last-child > a {
  border-bottom: none;
}
#g-nav li.has-child ul > li > a:hover, #g-nav > li.has-child > ul > li > a:active {
  background: rgba(191, 203, 217, .3);
}
/*==3階層目*/
/*3階層目の位置*/ #g-nav li.has-child ul > li > ul {
  top: 0;
  left: 182px;
  background: #EBEBEB;
}
#g-nav li.has-child ul > li > ul > li > a:hover, #g-nav li.has-child > ul > li > ul > li > a:active {
  background: #EBEBEB;
}
@media screen and (max-width:768px) {
/*pcではg-navのその他メニュ非表示*/
#g-nav ul.misc{
	display: block;
}
  /*ナビゲーションのリンク設定*/
  #g-nav ul li a {
    font-size: clamp(1.1rem, 0.419rem + 0.59vw, 1.125rem);
	font-family: "Noto Sans JP", YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
  font-optical-sizing: auto;
  font-weight: 500;
  }
  #g-nav ul {
    display: block;
    margin: 0;
  }
  #g-nav-list > ul{
    padding: 0 10px;
  }
  #g-nav li.has-child > ul {
    position: relative;
    left: 0;
    top: 0;
    width: 90%;
    visibility: visible;
    opacity: 1;
    display: none;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
    border-radius: 0;
    border: none;
    padding: 0 0 0 2em;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    background: none;
  }
  #g-nav-list > ul li {
    text-align: left;
    background-color: #EBF2FA;
    border-bottom: 2px solid #fff;
  }
  #g-nav-list > ul li:hover,
  #g-nav-list > ul li:has(a:active){
    background-color: #b3ceeb;
  }
  #g-nav li.has-child ul > li {
    width: 100%;
    text-align: left;
  }
  #g-nav ul > li > a {
    padding: .8em;
    margin-left: 0;
    text-align: left;
    display: block;
    color:#004EA2 ;
  }
  #g-nav ul > li > a h3 {
    font-family:'Noto Sans JP', "Hiragino Maru Gothic W4 JIS2004", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: normal;
    padding: 0;
    margin-left: 0;
    background-image: none;
    -webkit-text-fill-color: unset;
    font-weight: 500;
  }
  #g-nav ul > li > ul > li > a {
    padding: 15px 0;
    text-align: left;
  }
  /* #g-nav ul > li > a:hover {
    color: #C2D0D9;
  } */
   
  #g-nav ul > li.has-child > a::before {
    top: 29px;
    left: 20px;
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
  }
  #g-nav ul > li.has-child.active > a::before {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  /*見出し*/
  #g-nav li.has-child > ul > li.menu_midashi {
    width: 100%;
    font-size: 1.1em;
    border-bottom: none;
    background-color: rgba(5, 30, 65, 0.4);
  }
  #g-nav li.has-child > ul > li.menu_midashi a {
    text-align: center;
  }
  #g-nav ul > li > a h3:hover::before {
    display: none;
  }

  /*画像の上のタイトル*/
  #g-nav li.has-child > ul > li.menu_img > div > h3 {
    display: none;
  }
  #g-nav {
    display: none;
  }
  #g-nav.panelactive {
    display: block;
    position: fixed;
    z-index: 99;
    top: 0;
    width: 100%;
    height: 102vh;
    background-color: #fff;
    padding: 5em 0;
  }
  #g-nav-list {
    opacity: 0;
    position: fixed;
    z-index: 99;
    width: 100%;
    height: 100vh;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
  }
  #g-nav.panelactive #g-nav-list {
    opacity: 1;
  }
  #g-nav ul {
  }
  #g-nav ul > li > ul {
    margin: 0;
  }
  #g-nav.panelactive ul {
    opacity: 1;
  }
  #g-nav li.has-child > ul > li.p_smp_item010 {
    width: 100%;
  }
}
.openbtn {
  display: none;
}
@media screen and (max-width:768px) {
  /*ボタン外側*/
  .openbtn {
    display: block;
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 999;
    cursor: pointer;
    width: 50px;
    height: 50px;
  }
  /*ボタン内側*/
  .openbtn span {
    display: inline-block;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
    position: absolute;
    left: 10px;
    height: 2px;
    border-radius: 5px;
    background: #004EA2;
    width: 30px;
  }
  .openbtn span:nth-of-type(1) {
    top: 13px;
  }
  .openbtn span:nth-of-type(2) {
    top: 21px;
  }
  .openbtn span:nth-of-type(3) {
    top: 29px;
  }
  .openbtn.active span:nth-of-type(1) {
    top: 17px;
    -webkit-transform: translateY(6px) rotate(-45deg);
    -ms-transform: translateY(6px) rotate(-45deg);
    transform: translateY(6px) rotate(-45deg);
  }
  .openbtn.active span:nth-of-type(2) {
    opacity: 0;
  }
  .openbtn.active span:nth-of-type(3) {
    top: 29px;
    -webkit-transform: translateY(-6px) rotate(45deg);
    -ms-transform: translateY(-6px) rotate(45deg);
    transform: translateY(-6px) rotate(45deg);
  }
}
.sub-btn-list li:first-child a {
  background: #036EB7;
}
.sub-btn-list li:last-child a {
  background: #036EB7;
}
.sub-btn-list li:first-child a.pushcircle:after {
  border: 1px solid #036EB7;
}
.sub-btn-list li:last-child a.pushcircle:after {
  border: 1px solid #036EB7;
}

/* ********** ハンバーガーメニューアコーディオン *********** */
/*pcでは非表示*/
#g-nav-list .accordion {
  display: none;
}
@media screen and (max-width:768px) {
#g-nav-list .accordion {
  display: block;
}
/* ハンバーガーメニュー　フォントサイズ */
#g-nav ul > li > a, #g-nav ul > li > div, #g-nav ul > li > div label{
  font-size: 1rem;
}
}
/*チェックがついたら表示させる*/
#nav-input:checked ~ #nav-close {
  display: block;
  opacity: .5;
}
#nav-input:checked ~ #nav-content {
  -webkit-transform: translateX(0%);
  -ms-transform: translateX(0%);
  transform: translateX(0%);
  -webkit-box-shadow: 6px 0 25px rgba(0, 0, 0, .15);
  box-shadow: 6px 0 25px rgba(0, 0, 0, .15);
  opacity: 1;
}
.toggle {
  display: none;
}
.option {
  position: relative;
  margin: 0 auto;
  border-bottom: 1px solid #dfdfdf;
}
.m_title, .content {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.m_title {
  font-size: clamp(1.1rem, 0.419rem + 0.59vw, 1.125rem);
  padding: .8em 1em;
  display: block;
	color: #111;
  text-align: left;
  font-weight: 500;
  cursor: pointer;
}
.m_title::after, .m_title::before {
  content: "";
  position: absolute;
  right: 1.25em;
  top: 1.15em;
  width: 1px;
  height: 0.85em;
  background-color: #3D3D3D;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.m_title::after {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.content {
  max-height: 0;
  overflow: hidden;
}
.toggle:checked + .m_title + .content {
  max-height: 500px;
  -webkit-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
}
.toggle:checked + .m_title::before {
  -webkit-transform: rotate(90deg) !important;
  -ms-transform: rotate(90deg) !important;
  transform: rotate(90deg) !important;
}
.content ul {
  padding-left: 0;
}
#g-nav-list > ul li .content ul li {
  background-color: #fff;
}
#g-nav-list > ul li .content ul li a {
  padding: 0.5em 1em;
}
#g-nav-list > ul li .content ul li a:hover,
#g-nav-list > ul li .content ul li a:active{
  background-color: #EBF2FA;
}
#g-nav-list > ul li .content ul li:first-of-type{
  padding-top: 5px;
}

/*-------------------------------------
	helpページトップ help/index.shtml
-------------------------------------*/

.help_list{
	display: flex;
	gap: 20px;
	justify-content: center;
	flex-wrap: wrap;
}
.help_list li{
	height: 200px;
	width: 250px;
	background-color: #fff;
	border-radius: 8px;
	border: 1px solid #bbcbdd;
	transition: .3s all;
}
.help_list li a{
	display: flex;
	flex-direction: column;
	justify-content: space-around;
	gap:20px;
	text-decoration: none !important;
	transition: .3s all;
}
.help_list li:hover{
	background-color: #EBF2FA;
	border: #146DCE 1px solid;
}
.help_list li a:hover{
	opacity: 1;
}
.help_top_img_icon {
	display: block;
  background-image: url(../image/common/circle-question-solid.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
	width: 90px;
	height: 115px;
	padding-top: 10px;
	margin-left: auto;
	margin-right: auto;
}   
.help_ttl{
	height: 55px;
}
.help_ttl h2{
	font-size: 1rem;
	color: #0863C6;
	text-align: center;
	padding: 0 10px;
	line-height: 20px;
	font-weight: 600;
	text-decoration: none;
}
@media(max-width:1024px){
	.help_list{
        padding-top: 20px;
        width: 100%;
        justify-content: space-between;
	}
	.help_list li{
        flex-basis: calc((100% - 25px) / 2);
        max-width: calc((100% - 25px) / 2);
        margin-bottom: 20px;
		height: 100px;
        min-width: 283px;
	}
	.help_list li a{
		display: flex;
		flex-direction: row;
		justify-content: flex-start;
		align-items: center;
		gap: 10px;
	}
	.help_top_img_icon {
		display: block;
		width: 60px;
		height: 80px;
		margin: 10px 0 10px 20px;
    padding: 0;
	}   
	.help_ttl{
		height: auto;
	}
}
@media(max-width:669px){
	.help_list li{
        flex-basis: 100%;
        max-width: 100%;
        margin-bottom: 10px;
	}
}
/*-------------------------------------
  helpページ　共通
-------------------------------------*/
/* ヘルプ目次 */
.mokuji_list h3{
	margin-bottom: 5px;
}
.mokuji_list .col_mark_circle li{
	margin-bottom: 5px;
}
/* ヘルプ詳細 */
.help_wrap .col_internal_komidashi {
  margin-bottom: 5px;
}
.help_wrap img{
  max-width: 600px;
  border: 1px solid #ddd;
}
.help_wrap ul li a {
  text-decoration: none;
}
.help_wrap a:visited {
  text-decoration: none;
}
.help_wrap .col_mark_circle li {
  margin-bottom: 0;
}
/*-------------------------------------
  お知らせ詳細ページ
-------------------------------------*/
.info_img{
  width: max-content;
  border: 1px solid #ddd;
}