@charset "UTF-8";

/**********************************************************************


　　　　　　　　　　　　　　　　　　　共通CSS


**********************************************************************/
:root {
  --main-color: #f6aa00;
  /*
  --sub1-color: #F18D9E;
  --sub2-color: #9de0cf;
  
  --sub8-color: #BBB;
  --sub9-color: #AAA;
  
  --char-color: #555;
  */
}
/*文字色*/
.mainColor{color: var(--main-color);}
.sub1Color{color: var(--sub1-color);}

.js_body_yellow .mainColor{
	color: black;
}
html{
  /*bootstrapスムーススクロール無効*/
  scroll-behavior: auto!important;
}
/*フォント*/
body,p,dl,ol,ul,th,td{
  font-size:1.3rem!important;
  line-height: 2;
  font-family: "TBUDゴシック E" , "新ゴ R" , "メイリオ";
}
ul{
	padding-left:0;
	margin-bottom: 0;
}
li {
	list-style: none;
}
img {
	max-width:100%;
    vertical-align: top;
}
a {
	text-decoration:none;
	color: inherit;
}
@media screen and (max-width: 768px) {
	.container{
		width: 96%;
	}
}
.font-bg {
	font-size: 2rem;
}
/*各ページタイトル*/
.entry-header {
	margin:auto;
}
/*縦幅、横幅など*/
.mt-6 {
	margin-top: 5rem;
}
.mt-7 {
	margin-top: 10rem;
}
.mb-6 {
	margin-bottom: 5rem;
}
.mb-7 {
	margin-bottom: 10rem;
}
.mt-fixed{
	margin: auto;
}
.ml-auto {
	margin-left: 1.5rem;
	margin-right: 1.5rem;
}
/*文字幅*/
.ml-05 {
	margin-left: 0.5rem;
}
.ml-1 {
	margin-left: 1.5rem;
}
.ml-2 {
	margin-left: 2.8rem;
}
.ml-3 {
	margin-left: 4.1rem;
}
.ml-4 {
	margin-left: 5.4rem;
}
.ml-7 {
	margin-left: 9.3rem;
}
.mr-1 {
	margin-left: 1.5rem;
}
.mr-2 {
	margin-left: 2.8rem;
}
/*sp(768px以下)で非表示*/
@media screen and (max-width: 768px) {
	.sp-none {
	 display: none;
	}
}
/*hover時にmaincolorで出力*/
a:hover {
	color: var(--main-color);
}
/*このページの先頭に戻るボタン*/
.btn-eye.big {
  transition-duration: .4s;
}
.btn-eye.big:hover {
  transform: scale(1.1);
}
/*読み上げ機能の為の本文示唆（トップぺージ）*/
.content-start {
	margin: 0 auto;
}
.js_body_white .content-start {
	color:#fffaf4;
	background-color: #fffaf4;
}
.js_body_dark .content-start {
	color:black;
	background-color:black;
}
.js_body_yellow .content-start {
	color:yellow;
	background-color: yellow;
}
/*読み上げ機能の為の本文示唆（各ぺージ）*/
.content-start-page {
	margin: 0 auto;
}
.js_body_white .content-start-page {
	color:white;
	background-color:white;
}
.js_body_dark .content-start-page {
	color:black;
	background-color:black;
}
.js_body_yellow .content-start-page {
	color:yellow;
	background-color: yellow;
}
/**********************************************************************


　　　　　　　　　　　　　　　　　　　ヘッダー部


**********************************************************************/

/*メインタイトル*/
.mainlogo {
	margin: 20px auto;
}
.site-title a{
	margin:14px 0 0 14px;
	font-size: 40px!important;
}
.site-title {
	margin-top: 1.2rem;
}
.site-sub-title {
	font-size: 16px!important;
}
@media screen and (max-width: 1399px) {
	.site-title{
	 white-space: inherit;
	}
}
@media screen and (max-width: 450px) {
	.site-title{
	 margin-top: 80px;
	}
}
/*Youtube & facebook*/
.banner_position {
	margin-bottom: 20px;
}
.link_contents {
	font-size: 17px!important;
	display: flex;
	flex-wrap: nowrap;
}
@media screen and (max-width: 1199px) {
	.link_contents{
	 display: none;
	}
}
.link_item {
    padding: 20px 30px;
	margin: auto;
	border: 1px solid #000;
	border-color: inherit;
	min-width: 150px;
}
.link_item:first-child{
	margin-right: 20px;
}
@media screen and (max-width: 1199px) {
	.link_item:first-child{
		margin-right: 0px;
		margin-left: -20px;
	}
}
/*SP用*/
.link_item_sp {
	display: none;
}
@media screen and (max-width: 1199px) {
	.link_item_sp{
	display: block;
	}
}
.link_item_sp {
	margin-top: 30px;
	color: white;
}

/*文字の大きさ&背景*/
/*20240315*/
button {
	margin-top: 10px;
	width: 60px;
	height: 30px;
}
legend {
	font-size: 17px!important;
}
.buttons_field__changing_font_size , .buttons_field__changing_bg_color {
	font-size: 17px!important;
}
@media screen and (min-width: 1399px) {
	.button_position {
		margin-top: 40px;
	}
}
@media screen and (min-width: 992px) and (max-width: 1399px) {
	.buttons_field__changing_bg_color{
	 	white-space: nowrap;
	}
	.header-sp {
		margin-top: 4rem;
	}
	.button_position {
		margin-top: 80px;
	}
}
@media screen and (max-width: 1199px) {
	.banner_img,.site-sub-title {
		display: none;
	}
}
@media screen and (max-width: 480px) {
	.header-sp {
		margin-top: 3rem;
		margin:4.5rem auto 0;
		width: 100%;
	}
	.button_position {
		margin:10px 0px 0px 0px;
	}
	.buttons_field__changing_font_size , .buttons_field__changing_bg_color{
		text-align: center;
		zoom:1.2;
	}
}
@media screen and (max-width: 345px) {
		.buttons_field__changing_font_size , .buttons_field__changing_bg_color{
		text-align: center;
		zoom:0.9;
	}
}
@media screen and (min-width: 476px) and (max-width: 1199px) {
	.fields_of_controler{
	 display: flex;
	 flex-wrap: nowrap;
	}
	.buttons_field__changing_font_size{
	 margin-right: 2rem;
	}
}
@media screen and (max-width: 1199px) {
	.js_switch_font_size__large {
	 text-align: center;
	}
}

/*グローバルナビゲーション*/

/*上下の線*/
header {
	border-bottom: 2px solid var(--main-color);
}
.js_body_yellow header{
	border-bottom: 2px solid black;
}
.entry-content {
	border-top:2px solid var(--main-color);
}
.js_body_yellow .entry-content{
	border-top: 2px solid black;
}
.article_top_border{
	border-top:2px solid #999;
}
.js_body_dark .article_top_border{
	border-top: 2px solid var(--main-color);
}
.js_body_yellow .article_top_border{
	border-top: 2px solid black;
}
.eye-nav ul{
	font-size: 17px!important;
}

/*要素*/
.eye-nav li{
	/* border-right: 2px solid #aaa; */
	margin: 15px 0 15px 0;
   	display: inline-block;
	width: 19%;
}
.eye-nav li a{
   	text-decoration:none;
	font-weight:bold;
	color: inherit;
}
.eye-nav li :hover {
	color: var(--main-color);
	padding-bottom: 15px;
	border-bottom: 5px solid var(--main-color);
}

@media screen and (max-width: 1199px) {
	.eye-nav ul{
	 display: none;
	}
}
/**********************************************************************


　　　　　　　　　　　　　　　　　　　フッター部


**********************************************************************/
.footer-color{
	background-color: #f0cd7f;
}
.js_body_dark .footer-color{
	background: black;
	border-top:solid 2px white;
	border-bottom:solid 2px white; 
}
.js_body_yellow .footer-color{
	background: yellow;
	border-top:solid 2px black;
	border-bottom:solid 2px black; 
}
/*フッターナビゲーション*/
/*.menu-footer-navigation-container{
	margin-right: 10rem;
}*/
.eye-footer-nav {
    display: flex;
    justify-content: flex-end;
}
.eye-footer-nav li{
	margin: 1rem 1rem 1rem 0;
   	display: inline-block;
}
.eye-footer-nav li:last-child {
	border:none;
}
.eye-footer-nav li a{
   	text-decoration:none;
	font-weight:bold;
}
@media screen and (max-width: 1199px) {
	.eye-footer-nav{
	 display: none;
	}
}
/*各ページタイトル部&フッター部*/
.test-color {
}
/*トップへ戻るボタン*/
.to-pagetop {
  position: sticky;
  bottom: 0;
}
.to-pagetop.wrapper {
  position: relative;
}
.to-pagetop .btn_eye{ 
  width:8rem;
  position: absolute;
  bottom: 0px;
  right: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}

/**********************************************************************


　　　　　　　　　　　　　　　　　　トップページ


**********************************************************************/
/*トップ画像*/
.top-img{
	margin:auto;
}
/*トップ連絡先*/
.top-contact p{
	font-size:1.5rem!important;
	border-radius: 5px;
}
.top-contact-title {
	padding:0.5rem;
}
.js_body_dark .top-contact-title{
	border-radius:0px;
	border-bottom:solid 2px white; 
}
.js_body_yellow .top-contact-title{
	border-radius:0px;
	border-bottom: 2px solid black;
}
.js_body_white .top-contact-title{
	background-color: var(--main-color);
}
.js_body_dark .top-contact-title {
	background-color: black;
}
.top-contact-text{
}
.js_body_white .top-contact{
	background-color: white;
}
.js_body_dark .top-contact{
	border:solid 2px white; 
}
.js_body_yellow .top-contact{
	border:solid 2px black; 
}
.js_body_white .top-contact-background{
	background: #fffaf4;/*背景色*/
}
/*視覚障がい者センタ―と明星支援学校リンク*/
.btn-banner a {
	position: relative;
	width: 300px;
	height: 60px;
	text-decoration: none;
}

.btn-banner a:hover {
	color: #fff;
}
.btn06 a:hover {
	color: var(--main-color);
}
/*トップ上部の小さい文字*/
span.banner-mn {
    font-size: 1.2rem;
    margin-left: 0.5rem;
}

/*トップページ上部の3つQA固定*/
.top-qa-box-slide{
	margin: 2em 0;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.22);	
}
.Qa-Box-top .Qa-top dt p {
    font-size: 1.2em;
    padding: 4px;
    text-align: center;
    font-weight: bold;
    letter-spacing: 0.05em;
}
.Qa-Box-top .Qa-top dd {
    padding: 15px 20px;
    margin: 0;
}
.js_body_white .Qa-Box-top .Qa-top dt p{
	background-color: #5fc2f5;
	color: #FFF;
}
.js_body_dark .Qa-Box-top .Qa-top dt p {
	padding-bottom: 15px;
	background-color: black;
	border-bottom:solid 2px white; 
	color: white;
}
.js_body_yellow .Qa-Box-top .Qa-top dt p {
	padding-bottom: 15px;
	background-color: yellow;
	border-bottom:solid 2px black; 
	color: black;
}
.js_body_white .top-qa-box-slide{
	background-color: #f1f1f1;
}
.js_body_dark .top-qa-box-slide {
	border:solid 2px white;
	background-color: black;
}
.js_body_yellow .top-qa-box-slide {
	box-shadow: none;
	border:solid 2px black;
	background-color: yellow;
}
/*各項目の見出し*/
.top-item{
}
/*よくある質問ページへのリンクボタン*/
.link_item_2 {
	display: flex;
	flex-direction: column;
    justify-content: center;
	margin: auto;
	border: 1px solid #804000;
	border-radius: 20px;
	width: 280px;
	height: 140px
}
.link_item_q {
	width: 50px;
	margin: 10px auto;
}
body.home .link_item_2{
	display: flex;
	flex-direction: column;
    justify-content: center;
	margin: auto;
	border: 5px solid #804000;
	width: 280px;
	height: 280px;
}
.js_body_dark .link_item_2{
	border: 5px solid white!important;
}
.js_body_yellow .link_item_2{
	border: 5px solid black!important;
}
.btn-q{
	font-size: 4rem!important;
	color: #d3b082;
	-webkit-text-stroke: 1px #804000; /* ベンダープレフィックス */
  	text-stroke: 1px #804000;
}
@media screen and (max-width: 1199px) {
	.link_item_2{
	 margin-top: 20px;
	}
}
/*各機関からのニュース(SP用)*/
@media screen and (max-width: 409px) {
	.cat_li_training , .cat_li_medical , .cat_li_education , .cat_li_welfare  {
		display: block;
		color: #fff;
		padding:0.5rem;
		text-align: center;
		width: 100%;
		margin:5px 0px 5px 0px;
	}
}

/*関係機関一覧ページへのリンクボタン*/
.link_item_3 {
	font-size: 1.75rem;
	text-align: center;
    padding: 20px 30px;
	min-width: 150px;
	border-radius: 50px;
	background-color: var(--main-color);
}
.js_body_dark .link_item_3{
	background: black;
	border:solid 2px white; 
}
.js_body_yellow .link_item_3{
	background: yellow;
	border:solid 2px black; 
}
.link_item_3:hover {
	color: white;
	background-color: #606060;
}
/*生活を便利にするページへのリンクボタン*/
.link_item_4 {
	margin: auto;
	border: 5px solid #804000;
	border-radius: 20px;
}
.js_body_dark .link_item_4{
	border: 5px solid white;
}
.js_body_yellow .link_item_4{
	border: 5px solid black;
}
.link_item_4 {
	width: 340px;
}
.link_item_4_img {
	width:150px;
	margin: 20px 0px;
}
.img_wrapb{
  border: 1px solid #ddd;
  width: 300px;
  height: 226px;
  margin: 0 auto;
  overflow: hidden;
  cursor: pointer;
}
.img_wrap img{
  width: 100%;
  transition-duration: 0.5s;
}
.img_wrap:hover img{
  transform: scale(1.2);
  transition-duration: 0.5s;
}

/***********************************

         各機関からのニュース

************************************/
@media screen and (min-width: 410px) and (max-width: 1920px) {
	.cat_li_training , .cat_li_medical , .cat_li_education , .cat_li_welfare  {
		/*margin: 2rem;*/
		/*padding: 0rem 2rem 0rem 2rem;*/
		color: #fff;
	}
}
.new {
	margin-left: 1rem;
	padding: 0rem 1rem;
	color: #f00;
    width: 100%;
    max-width: 70px;
	margin-top: 20px;
}
@media screen and (max-width: 470px) {
	.new{	
		margin-left: 0rem;
		padding: 0rem;
	}
}
.new-news {
	color: #f00;
	margin: 0 1rem;
}
@media screen and (max-width: 409px) {
	.post-custom{	
	}
}
.cat_li_training {
	/*背景色はカテゴリで設定*/
	/*background-color: indianred;#CD5C5C*/
}
.cat_li_medical {
	/*背景色はカテゴリで設定*/
	/*background-color: cornflowerblue;#6495ED*/
}
.cat_li_education {
	/*背景色はカテゴリで設定*/
	/*background-color: #B98B05;*/
}
.cat_li_welfare {
	/*背景色はカテゴリで設定*/
	/*background-color: green;#008000*/
}
/*トップページの各機関からのニュース*/
.post-title {
	border: 1px solid #7f7f7f;
	padding: 1rem;
	border-radius: 10px;
	margin-bottom: 20px;
}
.js_body_yellow .post-title{
	border: solid 1px black;
}
/*個別ページの各機関からのニュース*/
/*カテゴリー別に絞り込むの下線*/
.item-border {
  margin-bottom: 2rem;
  padding: 2rem 0rem;
  position: relative;
  text-align: center; /* 文字の中央寄せ */
}
.item-border::before {
  background-color: #393939; /* 線の色 */
  border-radius: 5px; /* 線の両端を丸く */
  bottom: 3px; /* 線の位置 */
  content: "";
  height: 5px; /* 線の高さ */
  left: 50%; /* 線の中央寄せ */
  position: absolute;
  transform: translateX(-50%); /* 線の中央寄せ */
  width: 5rem; /* 線の長さ */
}
.post-custom{
	margin:8px 0;
	border-bottom: solid 1px #ccc;
	padding: 2rem 0;
}
.post-title-2 {
	padding-top: 0.42rem;
	width: 15rem;
	margin-bottom: 20px;
	/*margin-left: 20px;*/
	margin-right: 25px;
}
.post-title-3 {
	order: 3;
}
@media screen and (min-width: 991px) {
	.post-title-2{
		margin-left: 20px;
	}
	.post-title-3 {
		margin-left: 20px;
	}
}
.post-date{
	width: 15rem;
	margin: 0rem -3rem 0rem -4rem
}
@media screen and (max-width: 395px) {
	.post-news {
		order: 1;
	}
	.news-title {
		order: 2;
	}
}
@media screen and (max-width: 395px) {
	.post-date{
    width: 9rem;
    margin: -1rem 14rem -24rem 15rem;
	}
}
/*content.php部*/
.custom_news_title{
}
.link_item_news {
	background-color:var(--main-color);
	text-align: center;
    padding: 20px 30px;
	border-radius: 20px;
	border-color: inherit;
	min-width: 150px;
	margin-top: 20px;
}
.js_body_dark .link_item_news{
	background: black;
	border:solid 2px white; 
}
.js_body_yellow .link_item_news{
	background: yellow;
	border:solid 2px black; 
}
.hovermemo:hover {
	color: inherit;
}
.link_item_news:hover, .clicked {
  background-color: #606060!important;
  color: white;
}

/*トップページの調整*/
.top-news-mt {
	margin-top: 10px;
}
/*日付*/
.top-news-date {
	display: inline-block;
	width: 14%;
}
.single-news-date {
	width: 12%;
}
@media (max-width:1399px){
	.top-news-date  {
    	width: 20%;
	}
}
@media (max-width:991px){
	.top-news-date  {
    	width: 40%;
	}
}
@media (max-width:471px){
	.top-news-date  {
    	width: 60%;
	}
}
/*カテゴリー*/
.post-single-news .cat_li_training , .post-single-news .cat_li_medical , .post-single-news .cat_li_education , .post-single-news .cat_li_welfare  {
	width: 10%;
}
@media (max-width:1199px){
	.post-single-news .cat_li_training , .post-single-news .cat_li_medical , .post-single-news .cat_li_education , .post-single-news .cat_li_welfare  {
    	width: 20%;
	}
}
@media (max-width:511px){
	.post-single-news .cat_li_training , .post-single-news .cat_li_medical , .post-single-news .cat_li_education , .post-single-news .cat_li_welfare  {
    	width: 40%;
	}
}

.post-news .cat_li_training , .post-news .cat_li_medical , .post-news .cat_li_education , .post-news .cat_li_welfare  {
	width: 10%;
	padding: 0.5rem;
}
@media (max-width:1199px){
	.post-news .cat_li_training , .post-news .cat_li_medical , .post-news .cat_li_education , .post-news .cat_li_welfare  {
    	width: 20%;
	}
}
@media (max-width:511px){
	.post-news .cat_li_training , .post-news .cat_li_medical , .post-news .cat_li_education , .post-news .cat_li_welfare  {
    	width: 40%;
	}
}

/*flex版*/
.post-top-line{
	border-top: solid 1px #ccc;
	padding: 1rem 0rem 0rem 0rem;
}
.js_body_yellow .post-top-line{
	border-top: solid 1px black;
}
.flex_box {
	display: flex; 
	flex-wrap: wrap;
	border-bottom: solid 1px #ccc;
}
.js_body_yellow .flex_box{
	border-bottom: solid 1px black;
}
.news-cat-width {
	padding: 1rem;
	width: 13%;
}
.news-date-width{
	padding: 1rem;
	width: 15%;
}
.news-text {
	padding: 1rem;
	flex:1;
}
.cat_li_training , .cat_li_medical , .cat_li_education , .cat_li_welfare  {
	text-align: center;
	display: inline-block;
	width: 100%;
}
/*992px*/
@media (max-width:992px){
	.news-date-width {
    	width: 40%;
	}
	.news-cat-width {
		width: 60%;
		text-align: right;
	}
	.cat_li_training , .cat_li_medical , .cat_li_education , .cat_li_welfare  {
		width: 30%;
	}
}
/*486px*/
@media (max-width:486px){
	.news-date-width {
    	width: 55%;
	}
	.news-cat-width {
		width: 45%;
		text-align: right;
	}
	.cat_li_training , .cat_li_medical , .cat_li_education , .cat_li_welfare  {
		width: 70%;
	}
}
/***********************************

　　　　　　　　よくある質問
https://morilynblog.com/kopipe-ok-qa-section/
***********************************/
.Qa-title{
  font-size: 1.8rem;
}
.Qa-Box {
  margin: 0 auto;
}

.Qa-Box .Qa {
  padding: 20px 0;
  border-bottom: 2px solid #c8c8c8;
}
.js_body_yellow .Qa-Box .Qa{
	border-bottom: solid 2px black;
}
.Qa-Box .Qa dt,
.Qa-Box .Qa dd {
  display: flex;
  align-items: baseline;
  margin: 15px 0;
}

.Qa-Box .Qa dt p {
  margin: 0;
  font-size: 1.8rem!important;
  padding-left: 15px;
  font-weight: bold;
  width: 100%;
}

.Qa-Box .Qa dd p {
  margin: 0;
  padding-left: 15px;
  width: 100%;
}

.Qa-Box .Qa dt::before {
  content: "Q";
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--main-color);
  background-color: inherit;
  border:solid 2px var(--main-color);
  border-radius: 50%;
  width: 70px;
  height: 70px;
}
.Qa-Box .Qa dd::before {
  content: "A";
  display: flex;
  justify-content: center;
  align-items: center;
  background: #d65556;
  border-radius: 50%;
  width: 70px;
  height: 70px;
  border:solid 2px #c8c8c8;
  color: #c8c8c8;
  background-color:inherit;
}

.Qa-Box-top {
  margin: 0 auto;
}

.Qa-Box-top .Qa-top {
  border-bottom: 2px solid #c8c8c8;
}

.Qa-Box-top .Qa-top dt,
.Qa-Box-top .Qa-top dd {
  display: flex;
  align-items: baseline;
  margin: 15px 0;
}

.Qa-Box-top .Qa-top dt p {
  margin: 0;
  font-size: 1.8rem!important;
  font-weight: bold;
  width: 100%;
}

.Qa-Box-top .Qa-top dd p {
  margin: 0;
  width: 100%;
}

@media screen and (max-width: 1119px) {
	.Qa dt::before,.Qa dd::before{
		width: 80px!important;	
	}	
}
@media screen and (max-width: 439px) {
	.Qa dt::before,.Qa dd::before{
		width: 90px!important;	
	}	
}

.mokuji-btn{
	text-align: right;
}
.mokuji-btn-box{
	padding: 5px;
	border-radius: 10px;
	border:solid 2px #000;
}
.js_body_dark .mokuji-btn-box{
	border:solid 2px white; 
}
.mokuji-btn-box:hover{
	color: #fff;
	background-color: var(--main-color);
	border: solid 2px var(--main-color);
}
.link_item_qa {
	display: flex;
	justify-content: center;
	align-items: center;
	background-color:var(--main-color);
    padding: 20px 30px;
	border-radius: 20px;
	height: 10rem;
	border-color: inherit;
	margin: 0;
}
.js_body_dark .link_item_qa{
	background: black;
	border:solid 2px white; 
}
.js_body_yellow .link_item_qa{
	background: yellow;
	border:solid 2px black; 
}
.link_item_qa:hover {
	background-color:#606060;
	color: white;
}
.mokuji {
	margin-left: 50px!important;
	margin-right: 50px!important;
}
@media screen and (max-width: 767px) {
	.mokuji{
		margin-left: 0px!important;
		margin-right: 0px!important;
	}	
}
.qa-top-border {
	border-bottom: 2px solid #c8c8c8;
}
.js_body_yellow .qa-top-border{
	border-bottom: solid 2px black;
}
.qa-mokuji {
	margin: 0px 0 50px 0;
}
.mokuji-border {
  background-color: #393939; /* 線の色 */
  border-radius: 5px; /* 線の両端を丸く */
  bottom: 3px; /* 線の位置 */
  content: "";
  height: 5px; /* 線の高さ */
  left: 50%; /* 線の中央寄せ */
  position: absolute;
  transform: translateX(-50%); /* 線の中央寄せ */
  width: 5rem; /* 線の長さ */
}
.dli-chevron-down {
	display: inline-block;
	vertical-align: middle;
	color: #333;
	line-height: 1;
	width: 0.5em;
	height: 0.5em;
	border: 0.15em solid currentColor;
	border-left: 0;
	border-bottom: 0;
	box-sizing: border-box;
	transform: translateY(-25%) rotate(135deg);
	margin: 0 20px 3px 0;
}
.js_body_dark .dli-chevron-down{
	border: 0.15em solid white;
	border-left: 0;
	border-bottom: 0;
}
.qa-mokuji:hover .dli-chevron-down{
	color: #333;
	line-height: 1;
	position: relative;
	width: 0.5em;
	height: 0.5em;
	transform: translateX(-25%) rotate(45deg);
}	
.cancellation {
	text-align: right;
} 
@media screen and (max-width: 960px) {
  .Qa-Box {
    width: 95%;
  }
}

/*生活を便利にするページへのリンク*/
.in-detail {
	margin: 0.5rem;
	padding: 0.5rem;
	border:solid 2px #000;
	border-radius: 10px;
}
.js_body_dark .in-detail{
	border:solid 2px white; 
}
.in-detail:hover{
	color: #fff;
	background-color: var(--main-color);
	border: solid 2px var(--main-color);
}
.in-detail-text {
	text-align: right;
	margin-bottom: 2rem;
	padding: 0rem 1rem 1rem 0rem;
}
/**************************************************


　　　　　　     　　生活を便利にする


***************************************************/
.convenient_cat{
	padding: 0.5em;/*文字周りの余白*/
	border-left: solid 5px var(--main-color);/*左線（実線 太さ 色）*/
}
.js_body_white .convenient_cat{
	background: #fffaf4;
}
.convenient_title{
	position: relative;
}
.convenient_title::before {
  content: '';
  display: inline-block;
  background-image: url(/taey-wp/wp-content/uploads/2024/01/四角2-1.png);
  background-size: contain;
  vertical-align: middle;
  margin-right: 10px;
  width: 30px;
  height: 30px;
}
.convenient_title::before {
	left:0;
	top:0;
}
.convenient_title::after {
	left: 5.5px;
	top: 7.5px;
}
.convenient_post{
}
/***************************************************

                   サイトマップ

***************************************************/
.sitemap-set{
	line-height: 5;
}
.sitemap_title {
	padding: 0.5em;/*文字周りの余白*/
	border-left: solid 5px var(--main-color);/*左線（実線 太さ 色）*/
	display: block;
}
.js_body_yellow .sitemap_title{
	border-left: solid 5px black;/*左線（実線 太さ 色）*/
}
.sitemap-li {
	list-style-type: disc;
	margin-left: 3rem;
}
/***************************************************

		          お問い合わせ　フォーム

***************************************************/
/*placeholder*/
::placeholder {
  color: #C0C0C0;
  }

/*▼マーク*/
.lower_triangle{
  display: none;
  }

@media screen and (max-width: 768px) {
  .lower_triangle{
    display: inline-block;
    margin-right: 3px;
    }
	
	.sm_none{
		display: none!important;
		}
}

.inquiryForm-data{
	margin: 0!important;
	padding: 0!important;
	list-style: none;
	}

.inquiryForm-data li{
	margin-bottom: 2rem;
  }

/****************************
.inquiryForm-data li:before{
  content: "\f14b";
  font-family: FontAwesome;
  font-weight: normal;
  padding-right: 4px;
	}
******************************/

/*内容確認*/
.mw_wp_form_preview .inquiryForm-data li{
	border-bottom: dotted 1px var(--main-color);
	}

.inquiryForm-area select,
.inquiryForm-area textarea,
.inquiryForm-area input{
	padding: 10px 20px; /*ボックスを大きくする*/
	font-size: 1.2rem;
	border-radius: 1px; /*ボックス角の丸み*/
	border: 1px solid #D0D0D0; /*枠線*/
	box-sizing: border-box; /*横幅の解釈をpadding, borderまでとする*/
	}

.inquiryForm-area input[type=checkbox] {
  transform: scale(1.4);
}

.inquiryForm-area textarea,
.inquiryForm-area input[type="text"]{
	width: 100%; /*親要素いっぱい広げる*/
	}

.inquiryForm-area textarea:focus,
.inquiryForm-area input:focus {
	border: 1px solid #ff9900; 
	z-index: 10;
	outline: 0;
  background: #FFF0F0;
	}

/*送信ボタン */
.inquiryForm-area input[name="send_submit"]:hover,
.inquiryForm-area input[name="submitConfirm"]:hover{
  border: 1px solid var(--main-color);
	background-color: white!important;
	color: var(--main-color)!important;
	}

/*送信ボタン - disabled*/
.inquiryForm-area input[name="submitConfirm"]:disabled {
	opacity: .6;
	}

/*戻るボタン*/
.inquiryForm-area .backBtn {
  border: 1px solid var(--main-color);
	}

.inquiryForm-area .backBtn:hover {
  border: 1px solid var(--main-color);
	background-color: white!important;
	color: var(--main-color)!important;
	}

/*エラー*/
.inquiryForm-area .error{
  color: red;
	}
.sendBtn{
	padding: 1rem 4rem!important;
}
.js_body_dark .sendBtn{
	color: white;
}
.js_body_yellow .sendBtn{
	border: solid 1px black;
}
/*内容を修正する*/
.btn-repair {
	margin-top:0px!important;
	width: 180px!important;
	height: 51.5px!important;
	border-radius: 1px!important;
	border: 1px solid #D0D0D0;
	background-color: white;
	padding: 20px;
}
.js_body_dark .btn-repair{
	background-color: black;
	color:white;
}
.js_body_yellow .btn-repair{
	border: 1px solid black!important;
	background-color: yellow;
	color:black;
}
@media screen and (max-width: 413px) {
	.btn-repair{
    margin-bottom: 20px;
  }
}
.btn-repair:hover {
	border: 1px solid var(--main-color)!important;
    background-color: white!important;
    color: var(--main-color)!important;
}
.position-change-ab-1 {
	position: absolute;
	top:27%;
	left:6%;
}
.position-change-ab-2 {
	position: absolute;
	top:15%;
	left:20%;
}
/*必須*/
.inquiryForm-area .badge.bg-danger{
	margin-left: 5px;
	padding-top: 5px;
	padding-bottom: 4px;
  }
/*プライバシーポリシー*/
.under_line {
	padding: 0.5rem 0rem 0rem 0rem;
	border-bottom: 2px solid #000;
}
.js_body_dark .under_line{
	border-bottom: 2px solid white;
}
.under_line_2 {
	margin: 0 auto;
	border-bottom: 5px double #000;
}
.under_line:hover {
	border-color:  var(--main-color);
}
.under_line_2:hover {
	border-color:  var(--main-color);
}
.mw_wp_form_complete .pp-text,
.mw_wp_form_preview	.pp-text{
	display: none;
	}

.mw_wp_form {
  width: 100%;
	}

.mw_wp_form_complete .mw_wp_form_complete_none,
.mw_wp_form_preview .mw_wp_form_preview_none{
	display: none!important;
	height: 0!important;
	}
.contact_frame {
	padding: 2rem 2rem .5rem 2rem;
	border: #AAA solid 1px;
}
/*進行状態表示*/
.mw_wp_form ol.form_step {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 1rem 0 3rem 0;
  list-style: none;
	padding: 0;
	}

.mw_wp_form ol.form_step > li {
  display: block;
  position: relative;
  padding: .1rem 0;
  width: 31%;
  border: 1px solid currentColor;
  color: var(--main-color);
  font-size: 1.1rem;
  font-weight: normal;
  text-align: center;
  margin: 0;
	}

.mw_wp_form ol.form_step>li:nth-of-type(n + 2) {
  margin: 0px 0px 0px 4%;
	}

/*[>]表示*/
.mw_wp_form ol.form_step>li:nth-of-type(n + 2):before {
  position: absolute;
  top: 50%;
  /*left: -1.8em;*/
  left: -10%;
  width: 0.5em;
  height: 0.5em;
  border-top: 2px solid var(--main-color);
  border-left: 2px solid var(--main-color);
  transform: translateY(-50%) rotate(135deg);
  content: "";
	}
@media screen and (max-width: 768px) {
  .mw_wp_form ol.form_step>li:nth-of-type(n + 2):before {
    top: 50%;
    left: -12%;
  }
}

.mw_wp_form_input		ol.form_step > li:nth-of-type(1),
.mw_wp_form_preview		ol.form_step > li:nth-of-type(2),
.mw_wp_form_complete	ol.form_step > li:nth-of-type(3) {
  background-color: var(--main-color);
  color: white;
	}

/*エラーメッセージjQで制御*/
.mw_wp_form .form_error_msg{
  margin: 1rem 0 3rem;
  padding: 1rem;
  text-align: center;
  border: red solid 1px;
  color: red;
  }

/*アクセス*/
.company {
	line-height: 1.5;
	display: block;
}
.access-sp {
	display: none;
}
@media screen and (max-width: 767px) {
  .access-pc {
    display:none;
  }
  .access-sp {
	display: block;
  }
}
/***************************************************

		応募終了

***************************************************/

.dateContOff{
	display: block;
	font-size: 1.6rem;
	font-weight: bold;
	color: var(--main-color);

	text-align: center;
	margin-top: 4rem;
	margin-bottom: 5rem;
}
/**********************************************

　　　　　　　　　ハンバーガーメニュー

***********************************************/
.nav{
	display: none;
}
@media screen and (max-width: 1199px) {
	.nav{
	 display: block;
	}
}
/* ここから下がハンバーガーメニューに関するCSS */
  
/* チェックボックスを非表示にする */
.drawer_hidden {
  display: none;
}

/*20240315*/
/* ハンバーガーアイコンの設置スペース */
.drawer_open {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top:3%;
  right:5%;
  zoom:150%;
  z-index: 100;/* 重なり順を一番上にする */
  cursor: pointer;
  border: solid 1px #ccc;
  width: 40px;
  height: 33px;
}

/* ハンバーガーメニューのアイコン */
.drawer_open span,
.drawer_open span:before,
.drawer_open span:after {
  content: '';
  display: block;
  height: 3px;
  width: 25px;
  border-radius: 3px;
  background: #333;
  transition: 0.5s;
  position: absolute;
}

/* 三本線の一番上の棒の位置調整 */
.drawer_open span:before {
  bottom: 8px;
}

/* 三本線の一番下の棒の位置調整 */
.drawer_open span:after {
  top: 8px;
}

/* アイコンがクリックされたら真ん中の線を透明にする */
#drawer_input:checked ~ .drawer_open span {
  background: rgba(255, 255, 255, 0);
}

/* アイコンがクリックされたらアイコンが×印になように上下の線を回転 */
#drawer_input:checked ~ .drawer_open span::before {
  bottom: 0;
  transform: rotate(45deg);
}

#drawer_input:checked ~ .drawer_open span::after {
  top: 0;
  transform: rotate(-45deg);
}
  
/* メニューのデザイン*/
.nav_content {
  width: 100%;
  height: 100%;
  position: fixed;
  bottom: 350%;/*ハンバーガーメニューの一部が出ている時はここを調整*/
  left: 0%; /* メニューを画面の外に飛ばす */
  z-index: 99;
  background: rgb(110, 110, 110);
  transition: .5s;
  text-align: center;
  padding-top: 20px;
}

/* メニュー黒ポチを消す */
.nav_list {
  list-style: none;
}

.nav_item a {
  color: #fff;
  text-decoration: none;
}
.nav_item li{
	margin-top: 30px;
}
/* アイコンがクリックされたらメニューを表示 */
#drawer_input:checked ~ .nav_content {
  bottom: 0;/* メニューを画面に入れる */
}

/**********************************************

　　　　　　　　　ページャー

***********************************************/
.page-numbers {
	text-align: center;
	list-style-position: inside;
	list-style-type: none;
	padding: 0;
}
.page-numbers li {
	display: inline-block;
}
.page-numbers a {
	display: inline-block;
	padding: .5rem 1rem;
	margin: 0 .2rem .2rem 0;
	border: 1px solid #ccc;
}
.page-numbers .dots {
	display: inline-block;
	padding: .5rem;
	margin: .2rem;
}
	
.page-numbers li .current{
	background-color: var(--main-color);
	color: white;
	display: inline-block;
	padding: .5rem 1rem;
	margin: .2rem;
	border: 1px solid var(--main-color);
}
/*パンくずリスト*/
.breadcrumb {
	padding-left: 3rem;
}
.breadcrumb-color {
	border-top: solid 2px var(--main-color);
}
.js_body_white .breadcrumb-color{
	background-color: #dcdcdc;	
}
.js_body_yellow .breadcrumb-color{
	border-top: solid 2px black;
}
.breadcrumb li:last-child:after {
  content: '';
}
/*ボタン*/
.btn,
a.btn,
button.btn {
	font-size: 1.6rem;
	font-weight: 700;
	line-height: 1.5;
	position: relative;
	display: inline-block;
	padding: 1rem 4rem;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
	letter-spacing: 0.1em;
	color: #212529;
	border-radius: 0.5rem;
}
.btn-eyehinata,
a.btn-eyehinata {
	color: #000;
	background-color: #fff;
	border-color: var(--main-color);
	border: solid 2px var(--main-color);
}
.btn-eyehinata:hover,
a.btn-eyehinata:hover {
	color: #fff;
	background: var(--main-color);
}

/*追加分 - 20240315*/
.hamburger {
    display: block;
    height: 60px;
    margin-left: auto;
    position: absolute;
	top: 3%;
	right: 5%;
    z-index: 10;
    width: 60px;
    border: none;
    background-color: transparent;
}
.hamburger.-active .hamburger__line {
    background-color: transparent;
}
.hamburger.-active .hamburger__line::before {
    top: 0;
    transform: rotate(45deg);
}
.hamburger.-active .hamburger__line::after {
    top: 0;
    transform: rotate(-45deg);
}
.hamburger.-active .hamburger__text::before {
  content: '閉じる';
}
.hamburger__line {
    display: block;
    height: 2px;
    position: absolute;
    top: 23px;
    left: 50%;
    transform: translateX(-50%);
    width: 24px;
    background-color: #172e59;
    transition: 0.4s;
}
.hamburger__line:before,
.hamburger__line:after {
    content: "";
    display: block;
    height: 100%;
    position: absolute;
    width: 100%;
    background-color: #172e59;
    transition: inherit;
}
.hamburger__line:before {
    top: -6px;
}
.hamburger__line:after {
    top: 6px;
}
.hamburger__text {
    position: absolute;
    bottom: 5px;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
}
.hamburger__text::before {
    content: "メニュー";
    text-align: center;
    color: #172e59;
    font-size: 10px;
    font-weight: 900;
}
.header {
  width: 300px;
}
.header__nav-area {
    position: fixed;
    top: 0;
    left: -100%;
    z-index: 9;
    height: 100vh;
    width: 300px;
    visibility: hidden;
    padding-top: 60px;
    background-color: #fff;
    transition: 0.4s;
}
.header__nav-area.-active {
    left: 0;
  visibility: visible;
}
.global-navigation {
    padding-top: 40px;
    padding-right: 25px;
    padding-bottom: 120px;
    padding-left: 25px;
}
.global-navigation__list > li {
    padding-bottom: 20px;
    border-bottom: 2px solid #e7e9ee;
}
.global-navigation__list > li + li {
  margin-top: 20px;
}
.global-navigation__link {
  display: flex;
    align-items: center;
    justify-content: space-between;
    color: #172e59;
    font-weight: 900;
    transition: color 0.4s;
    font-size: 0.875rem;
}
.global-navigation__link.-accordion {
    position: relative;
    background: none;
    border: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 100%;
    padding: 0;
}
.global-navigation__link.-accordion::after {
    content: '';
    display: block;
    height: 12px;
    position: absolute;
    top: 50%;
    right: 5px;
    width: 2px;
    background-color: #ed3242;
    transform: translateY(-50%);
    transition: transform 0.4s;
}
.global-navigation__link.-accordion::before {
    content: '';
    display: block;
    height: 2px;
    position: absolute;
    top: 50%;
    right: 0;
    width: 12px;
    background-color: #ed3242;
    transform: translateY(-50%);
    
}
.global-navigation__link.-active::after {
  transform: translateY(-50%) rotate(-90deg);
}
.accordion {
    height: 0;
    overflow: hidden;
    visibility: hidden;
    transition: 0.4s;
}
.accordion.-active {
    height: auto;
    padding-top: 30px;
    visibility: visible;
}
.accordion__list li {
    font-size: 0.75rem;
}
.accordion__list li + li {
     margin-top: 21px;
}
.accordion__link {
    color: #172e59;
}
.js_body_dark .hamburger {
	background-color:white;
}
.js_body_dark .header__nav-area {
	color:white!important;
	background-color:black;
}
.js_body_yellow .header__nav-area {
	background-color:yellow;
}
@media screen and (max-width: 1199px) {
	.read_none{
	 display: none;
	}
}
.sp-nav_mt {
	margin-top: 20px;
}