@charset "UTF-8";

/*!
Theme Name: Simplicity2 child
Template:   simplicity2
Version:    20161002

*/
/*2024-09変更*/
/* Simplicity子テーマ用のスタイル */

/************************************
** 基本設定
************************************/

/* スマホ */
@media screen and (max-width:750px){
	#body-in {
		padding: 0 !important;
	}
	#main {
		padding: 0 !important;
	}
	
}

#container {
	background: url(images/bg_main.jpg) no-repeat center top;
}
#body {
	width: 100%;
}
#body-in {
	width: 1050px;
	margin: 50px auto;
	padding: 0 !important;
}

/* タブレット */
@media screen and (max-width:1050px){
	
	#body-in {
		width: 90% !important;
		margin: 0 auto 30px auto;
	}
	
}



/************************************
** 汎用パーツ
************************************/

.arrow{
	position: relative;
	display: inline-block;
	padding: 0 0 0 20px;
	color: #000;
	vertical-align: middle;
	text-decoration: none;
	font-size: 14px;
}
.arrow::before,
.arrow::after{
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	content: "";
	vertical-align: middle;
}




/************************************
** ナビゲーション
************************************/

#header {
	position: relative;
	z-index: 100;
}
#header a:hover {
	opacity: 0.8;
}
#header #header-in {
	width: 1050px;
	margin: 0 auto;
}
#header .alignleft{
	width: 20%;
	float: left;
}

#header #mobile-menu-title{
	display:none;
	position: fixed;
	top: 20px;
	left: 20px;
	z-index: 11;
}

#header #navi ul.menu > li.menu-item-800 a{ background-image:url(../simplicity2-child/images/navi6.png);}

/* PC */
@media screen and (min-width:751px){
	
	#navi .sub-menu li a,
	#navi .children li a{
			
	}
	#navi .sub-menu li a:hover,
	#navi .children li a:hover{
			
	}
	
}

/* タブレット */
@media screen and (max-width:1050px){
	
	#header #header-in {
		width: 90%;
		margin: 0 auto;
	}
	#header .alignleft {

	}
	/*
	#header .alignleft{
		width: 100%;
		float: none;
		text-align: center;
	}
	#header .alignleft p{
		text-align: center;
	}
	
	header nav {
		float: none;
		width: 100%;
	}
	header nav #navi,
	header nav #navi .menu{
		background-color: transparent;
	}
	#navi ul.menu > li {
		float: left;
		width: 12.5%;
		padding: 0;
	}
	#navi ul.menu > li a{
		width: 100%;
		height: 20vw;
		padding: 0;
		background-color: transparent;
		background-size: contain;
		border: none;
	}
	*/
}

/* スマホ */
@media screen and (max-width:750px){
	
	#header .alignleft{
		width: 100%;
		float: none;
		text-align: center;
	}
	#navi ul.menu > li {
		float: left;
		width: 25%;
		margin-bottom: 20px;
	}
	header nav #navi{
		display: none;
		position: fixed !important;
		top: 0;
		left: 0;
		z-index: 10;
		width: 100%;
		height: 100vh;
		background-color: rgba(255,255,255,0.9);
	}
	#header #navi ul{
		margin-top: 50px;
		background-color: transparent;
	}
	#header #navi ul li{
		background-color: transparent;
	}
	#header #navi ul.menu > li > a{
		width: 100%;
		height: 20vw;
		background-color: #fff;
		color: #000;
		border: none;
	}
	#header #navi ul li ul li{
		margin: 0;
		padding: 0;
	}
	#header #navi ul li ul li a:hover{
		background-color: transparent;
	}
	header nav #navi ul.menu{
		padding: 2% 5%;
	}
	header nav #navi ul.menu > li{
	  margin-right: 0;
	}
	header nav ul.menu a{
		text-align: center;
	}
	#navi ul.menu > li > a:before {
		display: none !important;
	}
	
	
	#header .alignright{
	  display: none;
	}
	
}


/************************************
** コンテンツエリア
************************************/

.inner {
	width: 1050px;
	margin: 0 auto;

}
h2 {
	font-size: 36px;
	margin: 0 auto;
	padding: 0;
}

.entry-content{
	color: #000;
}
.eye-catch {
	margin-bottom: 30px;
}
.eye-catch img {
	border-radius: 5px;
}
.page .entry-content section h2 {
	font-size: 30px;
	color: #45988b;
	text-align: center;
	margin-bottom: 30px;
}


/* PC */
@media screen and (min-width:751px){

}

/* タブレット */
@media screen and (min-width:751px) and (max-width:1050px){
	/*
	#main .post,
	#main .page,
	#main article {
		width: 100%;
	}
	#main article {
		width: 100%;
	}
	h2 {
		font-size: 36px;
	}
	*/
}

/* スマホ */
@media screen and (max-width:750px){
	#main .post,
	#main .page,
	#main article {
		width: 100%;
	}
	h2 {
		font-size: 36px;
	}
	
}



/************************************
** 投稿・ページ
************************************/

.fs20 {font-size: 20px;}
.fs18 {font-size: 18px;}
.fs16 {font-size: 16px;}
.fs14 {font-size: 14px;}
.fs12 {font-size: 12px;}

.layout-box1,
.layout-box2,
.layout-box3 {
	position: relative;
	width: 100%;
}

.entry-content img{
	display: block;
}

.page article h1,
.archive section h1 {
	/*color: #45988b;
	text-align: center;*/
	line-height: 1.6;
	margin: 0 0 30px 0;
	padding: 0;
}
.page article h2 {
	line-height: 1.6;
	margin: 0;
}


/* 共通ボタン */
.btn1,
.btn2,
.btn3 {
	width: 100%;
	margin: 60px 0;
	padding: 0;
	text-align: center;
}
.btn1 a,
.btn2 a,
.btn3 a {
	display: inline-block;
	font-size: 18px;
	padding: 20px 10px;
	min-width: 300px;
	border-radius: 5px;
	background-color: #45988b;
	color: #fff;
}
.btn1 a:hover,
.btn2 a:hover,
.btn3 a:hover {
	background-color: #30ad94;
	color: #fff;
}



/* 矢印左 */
/*
a.arrow {
	font-size: 13px;
}
a.arrow:before {
	content: " ";
	display: inline-block;
	position: relative;
	top: -2px;
	width: 17px;
	height: 5px;
	background: url(/wp/wp-content/themes/simplicity2-child/images/arrow1.png) no-repeat left top;
	margin: -5px 1em 0 0;
}
.btn-wrap .button:hover a.arrow:before {
	background-image: url(/wp/wp-content/themes/simplicity2-child/images/arrow1_hover.png);
}
*/

/* 矢印右 */
/*
a.arrow2 {
	font-size: 13px;
}
a.arrow2:after {
	content: " ";
	display: inline-block;
	position: relative;
	top: -2px;
	width: 17px;
	height: 5px;
	background: url(/wp/wp-content/themes/simplicity2-child/images/arrow1.png) no-repeat left top;
	margin: -5px 0 0 1em;
}
*/


/* PC */
@media screen and (min-width:751px){
	.pc-only {display: block !important;}
	.sp-only {display: none !important;}
	
}

/* タブレット */
@media screen and (max-width:1050px){
	/*
	.pc-only {display: block !important;}
	.sp-only {display: none !important;}
	
	*/
}

/* スマホ */
@media screen and (max-width:750px){
	.pc-only {display: none !important;}
	.sp-only {display: block !important;}
	
}



/************************************
** footer
************************************/

#footer {
	background: url(/wp/wp-content/themes/simplicity2-child/images/pencil-line.png) repeat-x center top;
}
#footer-in {
	width: 1050px;
	margin: 0 auto;
}

#footer-info {
	padding: 30px 0;
}
#footer-info #footer-logo {
	float: left;
	width: 20%;
	font-size: 10px;
	margin-right: 5vw;
}
#footer-info #footer-logo div img {
	display: block;
}
#footer-info #footer-logo strong {
	font-size: 20px;
}
#footer-info #footer-address {
	float: left;
	width: 35%;
	margin: 0;
}
#footer-info #footer-navi {
	line-height: 1;
}
#footer-info #footer-navi ul {
	margin: 20px 0 15px 0;
}
#footer-info #facebook {
	float: right;
	width: 35%;
	margin: 0;
}
#footer-info .credit{
	float: right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
/*
#copyright-in{
	width: 1050px;
}
*/

/* タブレット */
@media screen and (max-width:1050px){
	
	#footer-in {
		width: 90%;
	}
	/*
	#footer-info {
		padding: 20px 0;
	}
	#footer-info #footer-logo {
		float: none;
		width: 50%;
		max-width: 200px;
		margin: 0 auto;
	}
	#footer-info #footer-address {
		float: none;
		width: 100%;
		text-align: center;
		margin: 30px 0;
	}
	#footer-info #footer-navi {
		float: none;
		width: 100%;
		text-align: center;
	}
	#footer-navi ul{
		float: inherit;
	}
	#footer-info #footer-navi li {
		float: none !important;
		display: inline-block !important;
	}
	#footer-info .credit{
		float: none;
		text-align: center;
	}
	#copyright-in{
		width: 100%;
	}
	*/
}

/* スマホ */
@media screen and (max-width:750px){
	
	
	#footer-info #footer-logo {
		float: none;
		width: 40%;
		text-align: center;
		margin: 0 auto;
	}
	#footer-info #footer-logo div {
		margin: 0 auto;
	}
	#footer-info #footer-logo div img {
		display: block;
	}
	#footer-info #footer-address {
		float: none;
		width: 100%;
		text-align: center;
		margin: 10px 0 30px 0;
	}
	#footer-info #footer-navi {
		float: none;
		width: 100%;
		text-align: center;
	}
	#footer-info #footer-navi {
		float: none;
		width: 90%;
		margin: 0 auto;
	}
	#footer-navi ul{
		float: inherit;
	}
	#footer-info .credit{
		float: none;
		text-align: center;
	}
	#footer-info #facebook {
		float: none;
		width: 100%;
		margin: 0 auto;
	}
	#footer-info #facebook iframe {
		display: block;
		margin: 0 auto;
	}
	/*
	#copyright-in{
		width: 90%;
	}
	*/
}




/************************************
** HOME(home)
************************************/
.home .topnews h2{ text-align: center; margin: 2em auto 0;font-size: 22px;}
.home .topnews ul {  margin: 1em auto 0;width:90%; list-style: none;  max-width: 600px; }
.home .topnews ul li { text-align: left; border-bottom: 1px dotted #999; margin: 0.3em 0; }
.home .topnews ul li a {  color: #000; }
.home .topnews ul li a span,.home .topnews ul li a h3 { display: inline-block !important; vertical-align: top !important; padding:0.3em 0 !important;line-height: 1.3;}
.home .topnews ul li a span{  width:100px;font-size: 16px;  }
.home .topnews ul li a h3 { width:calc( 100% - 120px ); margin: 0 0 0 8px !important; font-size: 16px;  }
.home .topnews .btn {
	width: 100%;
	margin: 20px 0 30px;
	padding: 0;
	text-align: center;
}
.home .topnews .btn  a {
	display: inline-block;
	font-size: 16px;
	padding: 10px 10px;
	min-width: 150px;
	border-radius: 5px;
	background-color: #45988b;
	color: #fff;
}
.home .topnews .btn a:hover {
	background-color: #30ad94;
	color: #fff;
}


.home {
	
}
.home #container,.home #container{
	background: none;
}
.home header{
	display:none;
}
.home #body-in {
	margin-top: 0;
	margin-bottom: 0;
}
/* キービジュアル（全画面表示） */
.home #main {
	width: 100% !important;
	padding: 0;
}
.home #sidebar {
	display:none;
}
.home .keyvisual {
	width: 100%;
}
.home .keyvisual .inner {
	position:relative;
	/*
  height: 75vh;
  min-height: 75vh;
	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;
		*/
}

.home .keyvisual .inner h1 {
	display: none;
	position: absolute;
	left: 0;
	top: 50%;
	z-index: 10;
	width: 40%;
	margin: -10% 0 0 0;
	padding: 0;
}

.home .keyvisual .inner div {
	/*position: absolute;
	right: 0;
	top: 0;
	z-index: 9;
	*/
	/*display: none;*/
	position:relative;
	width: 100%;
	/*max-width: 1050px;*/
	margin: 0 auto 0 auto;
	z-index: 1;
}

.home .keyvisual .inner nav {
	position: absolute;
	top: 0;
	left: 0;
}
.home .keyvisual .inner #navi ul li {
	position: absolute;
}
.home .keyvisual .inner #navi ul li a:hover {
	opacity: 0.8;
}

.home .keyvisual #navi ul.menu > li.menu-item-995 { left: 730px; top: 80px;}
.home .keyvisual #navi ul.menu > li.menu-item-996 { left: 230px; top: 80px;}
.home .keyvisual #navi ul.menu > li.menu-item-997 { left: 130px; top: 240px;}
.home .keyvisual #navi ul.menu > li.menu-item-52,
.home .keyvisual #navi ul.menu > li.menu-item-994{ left: 250px; top: 450px;}
.home .keyvisual #navi ul.menu > li.menu-item-51,
.home .keyvisual #navi ul.menu > li.menu-item-118{ left: 700px; top: 50px;}
.home .keyvisual #navi ul.menu > li.menu-item-50,
.home .keyvisual #navi ul.menu > li.menu-item-998{  left: 200px; top:  420px;}

.home .keyvisual #navi ul.menu > li.menu-item-999{ left: 830px; top: 240px;}
.home .keyvisual #navi ul.menu > li.menu-item-1000{ left: 750px; top: 420px;}

.home .keyvisual #navi ul.menu > li.menu-item-995 a{ background-image:url(../simplicity2-child/images/navi1.png);}
.home .keyvisual #navi ul.menu > li.menu-item-996 a{ background-image:url(../simplicity2-child/images/navi2.png);}
.home .keyvisual #navi ul.menu > li.menu-item-997 a{ background-image:url(../simplicity2-child/images/navi3.png);}
.home .keyvisual #navi ul.menu > li.menu-item-52 a,
.home .keyvisual #navi ul.menu > li.menu-item-997 a{ background-image:url(../simplicity2-child/images/navi4-2.png) ;}
.home .keyvisual #navi ul.menu > li.menu-item-994{ display: none;}
.home .keyvisual #navi ul.menu > li.menu-item-51 a,
.home .keyvisual #navi ul.menu > li.menu-item-118 a{ background-image:url(../simplicity2-child/images/navi5.png);}
.home .keyvisual #navi ul.menu > li.menu-item-50 a,
.home .keyvisual #navi ul.menu > li.menu-item-998 a{ background-image:url(../simplicity2-child/images/navi6.png);}
.home .keyvisual #navi ul.menu > li.menu-item-999 a{ background-image:url(../simplicity2-child/images/navi7.png);}
.home .keyvisual #navi ul.menu > li.menu-item-1000 a{ background-image:url(../simplicity2-child/images/navi8.png);}

/*
#navi ul.menu > li.menu-item-996 a{ background-image:url(../simplicity2-child/images/navi2.png);}
#navi ul.menu > li.menu-item-994 a{ background-image:url(../simplicity2-child/images/navi4-2.png) ;}
*/


/*テストトップ*/
.page-id-707 {
	
}
.page-id-707 #container,.page-id-707 #container{
	background: none;
}
.page-id-707 header{
	display:none;
}
.page-id-707 #body-in {
	margin-top: 0;
	margin-bottom: 0;
}
/* キービジュアル（全画面表示） */
.page-id-707 #main {
	width: 100% !important;
	padding: 0;
}
.page-id-707 #sidebar {
	display:none;
}
.page-id-707 .keyvisual {
	width: 100%;
}
.page-id-707 .keyvisual .inner {
	position:relative;
	/*
  height: 75vh;
  min-height: 75vh;
	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;
		*/
}

.page-id-707 .keyvisual .inner h1 {
	display: none;
	position: absolute;
	left: 0;
	top: 50%;
	z-index: 10;
	width: 40%;
	margin: -10% 0 0 0;
	padding: 0;
}

.page-id-707 .keyvisual .inner div {
	/*position: absolute;
	right: 0;
	top: 0;
	z-index: 9;
	*/
	/*display: none;*/
	position:relative;
	width: 100%;
	/*max-width: 1050px;*/
	margin: 0 auto 0 auto;
	z-index: 1;
}

.page-id-707 .keyvisual .inner nav {
	position: absolute;
	top: 0;
	left: 0;
}
.page-id-707 .keyvisual .inner #navi ul li {
	position: absolute;
}
.page-id-707 .keyvisual .inner #navi ul li a:hover {
	opacity: 0.8;
}

.page-id-707 .keyvisual #navi ul.menu > li.menu-item-995 { left: 250px; top: 450px;}
.page-id-707 .keyvisual #navi ul.menu > li.menu-item-996 { left: 150px; top: 300px;}
.page-id-707 .keyvisual #navi ul.menu > li.menu-item-997 { left: 150px; top: 150px;}
.page-id-707 .keyvisual #navi ul.menu > li.menu-item-52,
.page-id-707 .keyvisual #navi ul.menu > li.menu-item-994{ left: 250px; top: 50px;}
.page-id-707 .keyvisual #navi ul.menu > li.menu-item-51,
.page-id-707 .keyvisual #navi ul.menu > li.menu-item-118{ left: 700px; top: 50px;}
.page-id-707 .keyvisual #navi ul.menu > li.menu-item-50{ left: 800px; top: 150px;}
.page-id-707 .keyvisual #navi ul.menu > li.menu-item-8008{ left: 800px; top: 150px;}
.page-id-707 .keyvisual #navi ul.menu > li.menu-item-49{ left: 800px; top: 300px;}
.page-id-707 .keyvisual #navi ul.menu > li.menu-item-48{ left: 700px; top: 450px;}

.page-id-707 .keyvisual #navi ul.menu > li.menu-item-995 a{ background-image:url(../simplicity2-child/images/navi1.png);}
.page-id-707 .keyvisual #navi ul.menu > li.menu-item-996 a{ background-image:url(../simplicity2-child/images/navi2.png);}
.page-id-707 .keyvisual #navi ul.menu > li.menu-item-997 a{ background-image:url(../simplicity2-child/images/navi3.png);}
.page-id-707 .keyvisual #navi ul.menu > li.menu-item-52 a,
.page-id-707 .keyvisual #navi ul.menu > li.menu-item-994 a{ background-image:url(../simplicity2-child/images/navi4-2.png);}
.page-id-707 .keyvisual #navi ul.menu > li.menu-item-51 a,
.page-id-707 .keyvisual #navi ul.menu > li.menu-item-118 a{ background-image:url(../simplicity2-child/images/navi5.png);}
.page-id-707 .keyvisual #navi ul.menu > li.menu-item-800 a{ background-image:url(../simplicity2-child/images/navi6.png);}
.page-id-707 .keyvisual #navi ul.menu > li.menu-item-50 a{ background-image:url(../simplicity2-child/images/navi6.png);}
.page-id-707 .keyvisual #navi ul.menu > li.menu-item-800 a{ background-image:url(../simplicity2-child/images/navi6.png);}
.page-id-707 .keyvisual #navi ul.menu > li.menu-item-49 a{ background-image:url(../simplicity2-child/images/navi7.png);}
.page-id-707 .keyvisual #navi ul.menu > li.menu-item-48 a{ background-image:url(../simplicity2-child/images/navi8.png);}
 


/* タブレット */
@media screen and (max-width:1050px){
	
	.home .keyvisual .inner {
		width: 100%;
	}
	.home .keyvisual .inner div {
	 	width: 100%;
	}
		
	.home .keyvisual #navi ul { display: block;}
	
	.home #navi ul.menu > li {
		width: 10vw;
	}
	.home #navi ul.menu > li a {
		height: 15vw;
	}
	
	.home .keyvisual #navi ul.menu > li.menu-item-995 { left: 67vw; top: 0vw;}
	.home .keyvisual #navi ul.menu > li.menu-item-996 {  left: 13vw; top: 0vw;}
	.home .keyvisual #navi ul.menu > li.menu-item-997 { left: 8vw; top: 18vw;}
	.home .keyvisual #navi ul.menu > li.menu-item-52,
	.home .keyvisual #navi ul.menu > li.menu-item-994{ left: 20vw; top: 45vw;}
	.home .keyvisual #navi ul.menu > li.menu-item-51,
	.home .keyvisual #navi ul.menu > li.menu-item-118{ left: 70vw; top: 0vw;}
	.home .keyvisual #navi ul.menu > li.menu-item-50{ left: 80vw; top: 15vw;}
	.home .keyvisual #navi ul.menu > li.menu-item-800{ left: 15vw; top: 37vw;}
	.home .keyvisual #navi ul.menu > li.menu-item-49{ left: 75vw; top: 19vw;}
	.home .keyvisual #navi ul.menu > li.menu-item-48{ left: 67vw; top: 37vw;}
	
}

/* スマホ */
@media screen and (max-width:750px){
	.home #container{
		background: none;
	}
	.home header{
		display: block;
	}
	.home #body-in {
		width: 100% !important;
	}
	.home .keyvisual h1 {
	  width: 50%;
	}
	.home .keyvisual .inner {
		width: 100%;
	  height: inherit;
	  min-height: inherit;
	}
	.home .keyvisual .inner div {
	 	width: 100%;
	}
	
	.home #navi ul.menu > li {
		width: 15vw;
	}
	.home #navi ul.menu > li a {
		height: 20vw;
	}
	

.home .topnews ul{  margin: 1em auto 0; width:90% !important;}
.home .topnews ul li { margin: 0.3em auto 0!important; width:100%!important; }
.home .topnews ul li a span,.home .topnews ul li a h3 { display: block !important;  padding:0 0 0.3em 0  !important;}
.home .topnews ul li a span{  width:100px;font-size: 14px;  }
.home .topnews ul li a h3 { width:100% ; margin: 0 0 0 !important; font-size: 14px;  }
    
	/*
	.home .keyvisual #navi ul { display: block;}
	
	.home #navi ul.menu > li {
		width: 15vw;
	}
	.home #navi ul.menu > li a {
		height: 20vw;
	}
	
	.home .keyvisual #navi ul.menu > li.menu-item-995 { left: 20vw; top: 45vw;}
	.home .keyvisual #navi ul.menu > li.menu-item-996 { left: 5vw; top: 35vw;}
	.home .keyvisual #navi ul.menu > li.menu-item-997 { left: 5vw; top: 15vw;}
	.home .keyvisual #navi ul.menu > li.menu-item-52,
	.home .keyvisual #navi ul.menu > li.menu-item-994{ left: 15vw; top: 0vw;}
	.home .keyvisual #navi ul.menu > li.menu-item-51,
	.home .keyvisual #navi ul.menu > li.menu-item-118{ left: 70vw; top: 0vw;}
	.home .keyvisual #navi ul.menu > li.menu-item-50{ left: 80vw; top: 15vw;}
	.home .keyvisual #navi ul.menu > li.menu-item-49{ left: 80vw; top: 35vw;}
	.home .keyvisual #navi ul.menu > li.menu-item-48{ left: 65vw; top: 45vw;}
	*/
	
}




/************************************
** 私たちについて(about)
************************************/

.page-about {
	
}

.page-about .entry-content{
	
}
.page-about .entry-content h2{
	margin-bottom: 40px;
}
.page-about .entry-content img{
	margin-top: -150px;
	margin-left: 80px;
}

.page-about .member{
	margin-top: 40px;
}
.page-about .member h2{
	background: url(images/icon-plus.png) no-repeat right center;
	margin-bottom: 20px;
	padding: .5em 1em;
	border: 3px solid #eee;
	border-radius: 5px;
}
.page-about .member-list{
	display: none;
	margin-top: 1em;
}
.page-about .member-list .item{
	margin-bottom: 20px;
}
.page-about .member-list .item a{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin: 0;
}
.page-about .member-list .item a > figure{
	width: 15%;
}
.page-about .member-list .item a > span{
	display: block;
	width: 80%;
}
.page-about .member-list .item a > span strong,
.page-about .member-list .item a > span small,
.page-about .member-list .item a > span span{
	display: block;
}
.page-about .member-list .item a > span strong{
	font-size: 18px;
	margin-bottom: .5em;
}
.page-about .member-list .item a > span small{
	font-size: 14px;
	margin-bottom: .5em;
}
.page-about .member-list .item a > span span{
	font-size: 14px;
}




/* タブレット */
@media screen and (min-width:751px) and (max-width:960px){
	
}

/* スマホ */
@media screen and (max-width:750px){
	.page-about article h1{
		display:none;
	}
	.page-about .entry-content img{
		float: none;
		display:block;
		width: 50%;
		margin: 0 25%;
	}
	.page-about .entry-content h2{
		font-size: 16px;
		text-align: center;
	}
	
	.page-about .member-list .item a{
		width: 95%;
	}
	.page-about .member-list .item a > figure{
		width: 30%;
	}
	.page-about .member-list .item a > span{
		width: 65%;
	}


}



/************************************
** 事業紹介(service)
************************************/

.page-service {
	
}

body.page #sidebar .sub-menu {
	margin-top: 30px;
}
body.page #sidebar .sub-menu ul {
	padding-left: 0 !important;
}
body.page #sidebar .sub-menu li,
body.category #sidebar .sub-menu li {
	font-size: 14px;
}
body.page #sidebar .sub-menu > ul > li {
	margin: 0;
	border-bottom: 1px solid #eee;
}
body.page #sidebar .sub-menu > ul > li a::before{
	width: 12px;
	height: 12px;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	background: #45988b;
}
body.page #sidebar .sub-menu > ul > li a::after{
	top: 0px;
	left: 3px;
	width: 3px;
	height: 3px;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
body.page #sidebar .sub-menu ul li {
	margin: 0;
}
body.page #sidebar .sub-menu > ul > li {
	padding: 5px 0;
}

.page-service article h2{
	margin-top: 40px;
	padding-bottom: 10px;
	border-bottom: 1px solid #000;
}
.page-service article h2:nth-child(1) {
	margin-top: 0;
}
.page-service article .clearfix {
	width: 100%;
	padding: 30px 0;
}
.page-service article .detail {
	float: left;
	width: 65%;
}
.page-service article .img {
	float: right;
	width: 30%;
}
.page-service article .img img {
	display: block;
	margin: 0 auto;
}

/*追加 24_09*/
.page-achievement article h2{ background: url("/img24_09/bluetitle.png") 0 50% no-repeat; background-size:138px auto; margin: 0; padding: 1.5em 0 1.5em 1em; font-size: 24px; border: none;}
.page-achievement .business-sub2{
	margin-top: 60px;
}

.page-achievement article 
.page-achievement article .clearfix {
	width: 100%;
	padding: 30px 0;
}
.page-achievement article .detail {
	float: left;
	width: calc( 65% - 2em );  margin-left: 2em;
}
.page-achievement article .img {
	float: right;
	width: 30%;
}
.page-achievement article .img img {
	display: block;
	margin: 0 auto;
}

@media screen and (max-width:1050px){
	
	
}

/* スマホ */
@media screen and (max-width:750px){
	
	.page-service article .detail {
		float: none;
		width: 100%;
	}
	.page-service article .img {
		float: none;
		width: 100%;
	}
	.page-service article .img img {
		width: 70%;
		max-width: 200px;
	}
	/*24_09追加*/
    .page-achievement article .detail {
		float: none;
		width: 100%;
	}
	.page-achievement article .img {
		float: none;
		width: 100%;
	}
	.page-achievement article .img img {
		width: 70%;
		max-width: 200px;
	}
}



/*追加 24_09 事業内容*/

nav.businestopnav ul li{ background: url("/img24_09/pinkback.png") 0 0% no-repeat; background-size: auto 52px; padding:1em  0.5em ;  margin:0 1.5em 2em  0;width:calc(100% 1.5em); }
nav.businestopnav ul li.blue{ background: url("/img24_09/blueback.png") 0 0% no-repeat; background-size: auto 52px; }
nav.businestopnav ul li a{  font-size: 20px; display: block; transition: all 0.3s;} 
nav.businestopnav ul li a:hover{color:#ee2d7b;}
nav.businestopnav ul li span{ margin:  0 ; width:calc( 100% - 12em); float: left; } 
nav.businestopnav ul li a.more { width: 10em; font-size:14px; margin: 0 0% 0 1em;float: right;display: block; background:#45988b ; color: #fff; padding: 0.5em; text-align: center; border-radius: 5px;transition: all 0.3s; }
nav.businestopnav ul li a.more .fa-angle-right{ display: inline-block; margin-right: 0.5em;} 
nav.businestopnav ul li a.more:hover{background:#DA4746;}
nav.businesnav ul{ margin: 0 0 1.5em; padding: 0;}
nav.businesnav ul li{ background: url("/img24_09/pinkback.png") 0 50% no-repeat; background-size: auto 30px; padding:0.5em  0.5em ; display: inline-block; vertical-align: middle;  margin:0 1.5em 0.2em  0;}
nav.businesnav ul li a{  border-bottom: 1px solid #000; min-width: 6em; font-size: 14px; display:inline-block;transition: color .3s;} 
nav.businesnav ul li a:hover{color:#ee2d7b;}
nav.businesnav ul li:nth-child(n+4):nth-child(-n+7) { background: url("/img24_09/blueback.png") 0 50% no-repeat; background-size: auto 30px; }


a.Facebook{ display: block;  width: 8em; font-size:14px; margin: 0 0% 0 1em;float: right;display: block; background:#3b5998; color: #fff; padding: 0.3em 0 0.2em  0.8em; text-align: center; border-radius: 20px;transition: all 0.3s; position: relative; }
a.Facebook img{ width:15px; height: auto; position: absolute; left:6px; top:50%;transform: translateY(-50%); } 

.business-sub h2{ background: url("/img24_09/pinktitle.png") 0 50% no-repeat; background-size:138px auto; margin: 0; padding: 1.5em 0 1.5em 1em; font-size: 24px;}
.business-sub .sec1{ margin: 0 0 0 2em;}
.business-sub .sec1 h3{ position: relative; padding: 0 0 0 20px; font-size: 22px;}
.business-sub .sec1 h3::before{
    content: "";
    display: block;
    width: 9px;
    height: 9px;
    background: #fa8c28;
    position: absolute;
    left: 5px;
    top: 50%;
    transform: translateY(-50%);
}
.business-sub .sec1 .img{ float:right; width:250px; height: auto;  display: block; margin: 0 0 0 1em; }
.business-sub .sec1 .img img{ border-radius: 15px; width:100%; height: auto; }
.business-sub .sec1 p{ margin: 0 0 1em 1em}
.business-sub .sec1 .icon img{  display: inline-block; vertical-align:middle; margin: 0.5em 0 0 1em; width:105px; height: auto;}
.business-sub article{ padding: 0 0 0 3em; margin: 3em 0;}

.business-sub article h3{  font-size: 20px; padding: 1.5em 0 1em 2em; margin-left:-2.5em; margin:1em 0 0 0}
.business-sub article ul{ list-style:none;}
.business-sub article ul li{ background: url("/img24_09/maru.jpg") 0 5px no-repeat; background-size: 15px auto;  padding-left: 25px; width: calc( 100% - 25px );}
.business-sub article .ex{ background:#faf7d6; margin: 2em auto; padding: 1em 0 1em 2em; border-radius: 15px;  position: relative; width: auto;}
.business-sub article .ex h4,.business-sub article .ex ul{ display: inline-block; vertical-align: middle;}
.business-sub article .ex h4{ width:80px;font-size: 16px; margin: 0; padding: 0; }
.business-sub article .ex ul{ width: calc( 100% - 90px - 3em ); margin: 0; padding: 0; }
.business-sub article .ex ul li{ display: inline-block; vertical-align: top; width:calc( 47% - 25px ); margin: 0; padding: 0 0 0 25px;}
.business-sub article .ex:before {
  content: "";
  position: absolute;
  top: calc( 100% + 8px );
  left: 50%;
  margin-left: -30px;
  border: 30px solid transparent;
  border-top: 15px solid #fa8c28;
}
.business-sub p{margin: 0.5em auto; width:90%;}


.business-sub article.kobetu h3{ background:url("/img24_09/yellowtitle.jpg") -10px 50% no-repeat; background-size:200px auto ;}
.business-sub article.shogakukin h3{ background:url("/img24_09/bluetitle.jpg") -10px 50% no-repeat; background-size:200px auto ; width:200px !important;}
.business-sub article.kenshu h3,.business-sub article.ibasho h3{ background:url("/img24_09/greentitle.jpg") -10px 50% no-repeat; background-size:200px auto ;}
.business-sub article.gift h3{ background:url("/img24_09/greentitle.jpg") -10px 50% no-repeat; background-size:200px auto ;padding: 1.5em 0 1em 0.8em;}
.business-sub article.care h3{ background:url("/img24_09/orangetitle.jpg") -10px 50% no-repeat; background-size:200px auto ;padding: 1.5em 0 1em 0.5em;}
.business-sub article.food h3{ background:url("/img24_09/bluetitle.jpg") -10px 50% no-repeat; background-size:200px auto ;padding: 1.5em 0 1em 0.5em;}

.business-sub .photoimg {  margin: 1.5em auto;}
.business-sub .photoimg img{ display: inline-block; vertical-align: middle;  width:48%; margin: 1%; height: auto; border-radius: 15px;}
.business-sub .next{ text-align: center;}
.business-sub .next a{ display: block; color:#45988b ;}
.business-sub .next a:hover{color: #fa8c28; }
.business-sub .next h5{font-family: "Lato", sans-serif;
  font-weight: 400;
  font-style: normal; margin-bottom: 1.5em;font-size: 26px; }
.business-sub .next img{  width:25px; height: auto; display: block; margin: 1.5em auto;  }


.business-sub .shogakukin a,.business-sub .shogakukin span{ display:inline-block;}
.business-sub .shogakukin span{ margin-right: 2em;}
.business-sub .shogakukin a.more{ background: #45988b; color: #fff; border-radius: 20px; padding: 0.3em 30px 0.3em 1em;position: relative; line-height: 1.2;  }
.business-sub .shogakukin a.more img{ width:20px; height: auto;  position: absolute; right: 5px; top:50%;transform: translateY(-50%);}

@media screen and (max-width:1050px){
	
	
}

/* スマホ */
@media screen and (max-width:750px){
    
    .page-parent .entry-content {
		width: 100% !important;
		float: none !important;
		margin-bottom: 30px; 
	}
    .business-sub { margin: 0;  width:100%; overflow: hidden;font-size: 14px;}
	.business-sub h2{ background: url("/img24_09/pinktitle.png") 0 50% no-repeat; background-size:100px auto; margin: 0; padding: 1.5em 0 1.5em 1em; font-size: 20px;}
    .business-sub article h3{  font-size: 18px;}
    .business-sub article{ padding: 0; margin: 3em 0; width: auto;}
    .business-sub .sec1 p{ font-size: 14px;}
    .business-sub article .ex{ padding: 1em ;  width: 90%;}
    .business-sub article .ex h4,.business-sub article .ex ul{ display: block; }
    .business-sub article .ex h4{ width:auto;font-size: 14px; margin: 0; padding: 0; }
    .business-sub article .ex ul{ width: auto; margin: 0; padding: 0; }
    .business-sub article .ex ul li{ display: block; vertical-align: top;width: calc( 100% - 25px );}
    
nav.businesnav ul li{ background: url("/img24_09/pinkback.png") 0 50% no-repeat; background-size: auto 30px; padding:1em  0.5em ; font-size: 14px; margin:0 1.5em 0.2em  0;line-height: 1.3;}
nav.businesnav ul li:nth-child(n+4):nth-child(-n+7) { background: url("/img24_09/blueback.png") 0 50% no-repeat; background-size: auto 30px;}
 nav.businesnav ul li a span{ display: block;}
    

}
@media screen and (max-width:600px){
.business-sub .sec1 .icon { margin: 0 auto; width:100%; text-align: center;}
.business-sub .sec1 .icon img{ margin: 0.5em 0.5em; }
    
nav.businestopnav ul li a{  font-size: 20px; display: block; transition: all 0.3s;} 
nav.businestopnav ul li span{ margin:  0 auto ; width:100%; float: none; } 
nav.businestopnav ul li a.more { width: 10em; font-size:14px; margin: 1em auto;float: none;}
    
 }
@media screen and (max-width:400px){
.business-sub article ul{  margin: 0 auto 0 ; padding: 0; width:90%;}
.business-sub .sec1{ margin: 0 0 0 ;}
.business-sub .sec1 .img{ float:none; margin: 1em auto 0; }
.business-sub .photoimg img{ display: block;  width:90%; margin:10px auto; height: auto; border-radius: 8px;}
    
.business-sub .next h5{ margin-bottom: 1em;font-size: 20px; }
.business-sub .next p span{  display: block;}
.business-sub .next img{   margin: 0 auto;  } 
 nav.businestopnav ul { margin: 0 auto 0 ; padding: 0; width:100%;}
nav.businestopnav ul li   { margin: 0 auto 1em;  width:100%;}
    
}


/************************************
** 奨学金(scholarship)
************************************/

.page-scholarship {
	
}
.page-scholarship .entry-content {
	margin-bottom: 60px;
}
.page-scholarship .clearfix .item {
	position: relative;
	width: 48%;
	background-color: #eee;/*#e5f3ed;*/
	text-align: center;
	margin-bottom: 30px;
	padding: 30px 0;
	border: 3px solid #000;
	border-radius: 10px;
}
.page-scholarship .clearfix .item:nth-child(odd) {
	float: left;
}
.page-scholarship .clearfix .item:nth-child(even) {
	float: right;
}
.page-scholarship .clearfix .item:nth-child(odd):before {
	position: absolute;
	left: -30px;
	top: -30px;
	content: " ";
	background: url(../simplicity2-child/images/bird1.png) no-repeat center center;
	background-size: contain;
	width: 60px;
	height: 60px;
}
.page-scholarship .clearfix .item:nth-child(even):before {
	position: absolute;
	right: -20px;
	top: 50%;
	content: " ";
	background: url(../simplicity2-child/images/bird2.png) no-repeat center center;
	background-size: contain;
	width: 60px;
	height: 60px;
}
.page-scholarship .clearfix .item strong {
	display: block;
	font-size: 20px;
	margin-bottom: 20px;
}
.page-scholarship .clearfix .item a:hover {
	color: #30ad94;
}


@media screen and (max-width:1050px){
	
}

/* スマホ */
@media screen and (max-width:750px){
	
	.page-scholarship .clearfix .item {
		width: 100% !important;
		float: none !important;
		text-align: center;
		margin-bottom: 30px;
	}
	
}




/************************************
** ご支援くださる方(support)
************************************/

.page-support {}
.page-support .entry-content p{
	margin: 0;
	padding: 0;
}
.page-support .entry-content table{
	width: 100%;
}
.page-support .entry-content table th,
.page-support .entry-content table td{
	
}
.page-support .entry-content .member{
	margin: 40px 0;
}
.page-support .entry-content .member td{
	background-color: #fff;
	text-align: center;
}
.page-support .entry-content .bank{
	margin: 0 0 40px 0;
}

/* タブレット */
@media screen and (max-width:1050px){
	
	
	
}

/* スマホ */
@media screen and (max-width:750px){
	
	.page-support .entry-content .clearfix > div{
		float: none !important;
		width: 100% !important;
	}

}

/************************************
** 寄付(support2)
************************************/

.fa-square {font-size: 22px !important; margin-right: 0.2em; color: #999; }
h1.supportt b,.fa-square { display:  inline-block; vertical-align: middle; }
.support h2 {
	font-size: 18px !important;
	margin: 0 auto;
	padding: 0; font-weight: normal;
}

.page-support .entry-content p{
	margin: 0;
	padding: 0;
}
.member table{
	width: 100%;
}
.member table th,
.member table td{
	
}
.entry-content .member{
	margin: 40px 0;
}
.page-support .entry-content .member td{
	background-color: #fff;
	text-align: center;
}
.page-support .entry-content .bank{
	margin: 0 0 40px 0;
}

.page-support .support p.chui{ font-weight: normal;  margin: 1em; line-height: 1.3;}
.page-support .support p.chui:before{  content:"※"; margin-left: -1em;}
.page-support .support ul {background: #ebf4d3; margin: 20px auto;  border-radius: 8px; padding: 10px; text-align: center; }
.page-support .support3 li { display: inline-block; vertical-align: top; width:calc( 50% - 36px );  margin:5px; padding: 8px; background: #fff;}
.page-support .support3 li h3{  margin: 8px 0; padding: 0;}
.page-support .support3 li p{  margin:0 auto; padding: 0; width:90%;}
.page-support .support3 li a {
	display: block; margin: 15px auto 5px; 
	font-size: 16px; text-align: center;
	padding:10px; 
	max-width: 300px; width:80%;
	border-radius: 5px;
	background-color: #45988b;
	color: #fff;
}
.page-support .support3 li a:hover {
	background-color: #30ad94;
	color: #fff;
}
.page-support .support2 { background: #fff7d2; margin: 20px auto 60px; border-radius: 8px; padding: 10px; text-align: center; }
.page-support .support2 h3{  margin: 8px 0; padding: 0;}
.page-support img.card{ margin: 5px auto 0;}
.page-support .support2 ul {margin: 0px auto;   padding:0; text-align: center; }

/* タブレット */
@media screen and (max-width:1050px){
	
	
	
}

/* スマホ */
@media screen and (max-width:750px){
	

	
	.page-support .entry-content .clearfix > div{
		float: none !important;
		width: 100% !important;
	}
.page-support .support3 li { display:block;  width: 95%;  margin:8px auto; max-width: 500px;}

}
@media screen and (max-width:500px){
h1.supportt b	 {font-size: 24px; }
.fa-square {font-size: 16px !important; }}

@media screen and (max-width:330px){
h1.supportt b	 {font-size: 22px; }
.fa-square {font-size: 16px !important; }}
/************************************
** 寄付(donation)
************************************/

.page-donation {
	
}
.page-donation .entry-content p{
	margin: 0;
	padding: 0;
}

.page-donation #donationArea ul,
.page-donation #donationArea ul li{
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.page-donation #donationArea {
width: 100%;
margin: 0 auto;
padding: 0 0 30px; }
.page-donation #donationArea #donation {
width: 100%;
/*
.tab1 .m03 {margin: 0 10px 0 0;}
.tab1 .m04 {margin: 0;}
.tab1 li.m01 span {color: #e85a05;}
.tab1 li.m02 span {color: #259618;}
.tab1 li.m03 span {color: #e0a10b;}
.tab1 li.m04 span {color: #e54667;}
*/
/*
.tab1 li.m05 {
background-image: url(../simplicity2-child/images/sec04_tab1_bgimg5.png);
margin: 90px 0 0;
width: 730px;
height: 170px;
}
.tab1 li.m05 .tag {
position: absolute;
top: -70px;
left: 83px;
}
.tab1 li.m05 .submitbtn {
top: 45px;
right: 25px;
}
*/ }
.page-donation #donationArea #donation .tab_nav li {
float: left;
height: 45px;
background: #8de9cd; }
.page-donation #donationArea #donation .tab_nav li.act,
.page-donation #donationArea #donation .tab_nav li.act {
background: #8de9cd; }
.page-donation #donationArea #donation .btn_tab1 {
width: 70%; }
.page-donation #donationArea #donation .btn_tab2 {
width: 30%; }
.page-donation #donationArea #donation .btn_tab1 a {
background: right top no-repeat url(../simplicity2-child/images/sec04_00_tab1_off.png); }
.page-donation #donationArea #donation .btn_tab2 a {
background: left top no-repeat url(../simplicity2-child/images/sec04_00_tab2_off.png); }
.page-donation #donationArea #donation .btn_tab1.act a {
background: right top no-repeat url(../simplicity2-child/images/sec04_00_tab1_on.png); }
.page-donation #donationArea #donation .btn_tab2.act a {
background: left top no-repeat url(../simplicity2-child/images/sec04_00_tab2_on.png); }
.page-donation #donationArea #donation .btn_tab1 a,
.page-donation #donationArea #donation .btn_tab2 a {
display: block;
width: 100%;
height: 100%;
text-indent: -9999px;
cursor: pointer; }
.page-donation #donationArea #donation .btn_tab1 a br,
.page-donation #donationArea #donation .btn_tab2 a br {
display: none; }
.page-donation #donationArea #donation .btn_tab1.act a,
.page-donation #donationArea #donation .btn_tab2.act a {
cursor: default; }
.page-donation #donationArea #donation .tab_wrap {
padding: 20px;
background: #4be3ab; }
.page-donation #donationArea #donation .tab_wrap .tab1,
.page-donation #donationArea #donation .tab_wrap .tab2 {
padding: 45px 45px 26px;
background: #fff; }
.page-donation #donationArea #donation .tab_wrap h3 {
margin-bottom: 50px;
font-size: 108%;
font-weight: bold;
text-align: center;
letter-spacing: 0.1em; }
.page-donation #donationArea #donation .tab1 {
padding-top: 59px; }
.page-donation #donationArea #donation .tab1 #monthly {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
-webkit-align-items: center;
align-items: center;
border: 1px solid #999999;
padding: 20px; }


.page-donation #donationArea #donation .tab1 #monthly_amazonpay {
border: 1px solid #999999;
margin-top: 20px;
padding: 25px 70px;
}
.page-donation #donationArea #donation  div.caution{
clear: both;
margin: 20px 0;
}
.page-donation #donationArea #donation  div.caution p.title{
font-weight: bold;
font-size: 14px;
margin-bottom: 5px;
text-align:center;
}
.page-donation #donationArea #donation  div.caution ul {
margin-left: 20px;
}
.page-donation #donationArea #donation  div.caution ul li{
/* list-style: disc !important; */
font-size: 12px;
text-align:center;
}
.page-donation #donationArea #donation  div.caution p.button{
text-align: center;
margin-top: 15px;
}

.page-donation #donationArea #donation .tab1 .txt {
font-weight: bold;
font-size: 108%; }
.page-donation #donationArea #donation .tab1 .image {
text-align: center; }

.page-donation #donationArea #donation  .tab1 #monthly_amazonpay .image {
margin-left: 80px;}

.page-donation #donationArea #donation .tab1 h4 {
text-align: center;
margin: 5% 0;
letter-spacing: 0.1em;
font-size: 108%;
font-weight: bold; }
.page-donation #donationArea #donation .tab1 h4 small {
font-size: 13px;
font-weight: normal; }
.page-donation #donationArea #donation .tab1 li {
float: left;
position: relative;
background: center center no-repeat; }
.page-donation #donationArea #donation .tab1 .m01 {
margin: 0% 5% 3%;
width: 165px; }
.page-donation #donationArea #donation .tab1 .cl2 {
width: 413px;
margin: 0 auto; }
.page-donation #donationArea #donation .tab1 .cl2 .m02 {
margin: 0% 5% 5%;
width: 165px; }
.page-donation #donationArea #donation .tab1 li .submitbtn {
display: block; }
.page-donation #donationArea #donation .tab_wrap .tab2 {
display: none;
padding-top: 30px; }
.page-donation #donationArea #donation p.hd {
margin: 40px 0 5px;
font-weight: bold;
font-size: 116%;
letter-spacing: 0.1em; }
.page-donation #donationArea #donation .pay {
margin-bottom: 20px; }
.page-donation #donationArea #donation .cr {
float: left;
margin-right: 20px;
width: 578px;
height: 100px;
border: 1px solid #999999; }
.page-donation #donationArea #donation .cr label {
position: relative;
display: block;
padding: 45px 375px 25px 25px;
width: 180px;
height: 50px;
text-align: center;
cursor: pointer; }
.page-donation #donationArea #donation .cr img {
position: absolute;
top: 13px;
right: 25px; }
.page-donation #donationArea #donation .ba {
float: left;
width: 128px;
height: 100px;
border: 1px solid #999999;}


.page-donation #donationArea #donation .amzn {
float: left;
height: 100px;
width:580px;
margin-top: 20px;
border: 1px solid #999999; }
.page-donation #donationArea #donation .amzn label {
position: relative;
display: block;
padding: 25px 45px 25px 45px;
/* width:575px; */
height: 50px;
text-align: center;
cursor: pointer; }
/* .page-donation #donationArea #donation .amzn img {
position: absolute;
top: 18px;
right: 25px;
} */
.page-donation #donationArea #donation .amzn label {
display:table;
}
.page-donation #donationArea #donation .amzn label span,
.page-donation #donationArea #donation .amzn label img{
display: table-cell;
vertical-align: middle;
padding-left:20px;
}
.page-donation #donationArea #donation .amzn label span{
text-align:left;
}
.page-donation #donationArea #donation .amzn label span.title{
width:100px;
}
.page-donation #donationArea #donation .amzn label input{
display:table-cell;
vertical-align: 1em;
}

.page-donation #donationArea #donation .ba label {
display: block;
padding: 25px;
width: 80px;
height: 50px;
text-align: center;
cursor: pointer; }
.page-donation #donationArea #donation .p_input {
position: relative;
padding: 40px 25px;
height: 35px;
font-size: 16px;
line-height: 35px;
border: 1px solid #999999;
letter-spacing: 0.1em; }
.page-donation #donationArea #donation .btn_submit {
position: absolute;
top: 30px;
right: 25px; }
.page-donation #donationArea #donation .p_input em {
font-weight: bold; }
.page-donation #donationArea #donation .p_input .price {
padding: 5px 5px;
border: solid 1px #e5e5e5; }
.page-donation #donationArea #donation #bank {
display: none; }
.page-donation #donationArea #donation #bank .b_data {
margin-bottom: 23px;
line-height: 27px; }
.page-donation #donationArea #donation #bank .contact {
padding: 20px 17px;
border: solid 3px #e2d8ce; }
.page-donation #donationArea #donation #bank .contact em {
font-weight: bold;
color: #b02d2d; }
.page-donation #donationArea #donation #bank .contact a {
display: block;
text-align: center; }
.page-donation #donationArea #donation .sub_menu {
margin-top: 30px; }
.page-donation #donationArea #donation .sub_menu li {
float: right;
margin-left: 20px;
padding-left: 18px;
background: left center no-repeat url(../simplicity2-child/images/mark_circle.png); }
.page-donation #donationArea #donation .sub_menu li a {
color: #444444; }


/* タブレット */
@media screen and (max-width:1050px){
	
}

/* スマホ */
@media screen and (max-width:750px){

}



/************************************
** お知らせ(news)
************************************/


.page-news section.news{
	
}
.page-news section.news .recent-news {
	margin-bottom: 30px;
}
.page-news section.news .news-list {
	padding: 0;
	border-top: 1px solid #45988b;
}
.page-news section.news .news-item {
	padding: 20px 0;
	border-bottom: 1px solid #45988b;
}
.page-news section.news .news-item a {
	text-decoration: none;
}
.page-news section.news .news-item img {
	float: left;
	width: 30%;
	margin: 0 5% 0 0;
	border-radius: 5px;
}
.page-news section.news .news-item span,
.page-news section.news .news-item strong {
	display: block;
}
.page-news section.news .news-item strong {
	margin-bottom: .5em;
}
.page-news section.news .news-item span {
	font-size: 12px;
	line-height: 1.6;
}



/************************************
** お知らせ　カテゴリインデックス(category)
************************************/

section.archive {
	
}

section.archive h1#archive-title {
	font-size:30px;
}

.category {
	
}

.category #breadcrumb {
	display: none;
}
.category #list {
	/*margin-top: 20px;*/
}
.category #list article {
	/*width: 90%;*/
	background-color: #fff;
	margin: 0 auto 20px auto;
	padding: 20px;
	border: 1px solid #eee;
	border-radius: 5px;
}
.category #list article header h2 {
	font-size: 20px;
	text-align: left;
	margin: 0;
	padding: 0;
}
.category #list article figure {
	display: block;
	float: left;
	width: 20%;
	height: auto;
	margin-right: 5%;
}
.category #list article figure img {
	height: auto;
}
.category #list article header .post-meta {
	background-color: transparent;
}
.category #list article header .post-meta span.fa {
	display: none;
}
.category #list .entry-snippet {
	line-height: 1.6;
}
.category #list .entry-thumb a .new {
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 60px;
	height: 60px;
}


/* PC */
@media screen and (min-width:751px){
	.catagory-navi p {
		display: none;
	}
	.category .pagination {
		width: 50%;
		margin-left: auto;
		margin-right: auto;
	}
	.category #list {
		
	}
	.category #list article header .entry-title {
		position: inherit;
		left: 0;
		top: 0;
		display: block;
		font-size: 18px;
		margin: 0;
		-webkit-writing-mode: inherit;
    -ms-writing-mode: lr-tb !important;
    writing-mode: inherit;
	}
	.category #list article .entry-snippet {
		display: block;
		float: right;
		width: 75%;
		font-size: 14px;
	}
	
}

/* タブレット */
@media screen and (max-width:750px){
	.category #list article {
		width: 90%;
		margin: 0 auto;
		padding: 5%;
	}
	.category #list article figure {
		float: none;
		width: 100%;
		margin-bottom: 5%;
	}
	.category #list article figure img {
		width: 100%;
	}
	.entry-card-content {
		float: none;
		width: 100%;
		margin-left: 0;
	}
	.category #list .entry-snippet {
		clear: both;
		width: 100%;
	}
	

}



/************************************
** お知らせトップ
************************************/

.category-news #list article figure {
	position: relative;
}
.category .triangle {
	display: none;
}
.category-news .triangle {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 30%;
}





/************************************
** お知らせ詳細(single)
************************************/

.single #main .post {
	width: 100%;
	border: none;
	padding: 0;
}
.single .post article p {
	text-align: justify;
}
.single .post article {
	background-color: #fff;
	margin: 0 auto 20px auto;
	padding: 30px;
	border: 1px solid #eee;
	border-radius: 5px;
}
.single .post article .entry-content {
}
.single main h1.entry-title{
	font-size: 30px;
	color: #000;
	text-align: center;
	line-height: 1.6;
	margin: 0 0 0 0 !important;
	padding-bottom: 0;
}

.single #breadcrumb {
	
}
.single .post header .entry-title {
	position: inherit;
	left: 0;
	top: 0;
	font-size: 26px;
	text-align: left;
	-webkit-writing-mode: inherit;
	-ms-writing-mode: lr-tb !important;
	writing-mode: inherit;
	margin-bottom: 40px;
	line-height: 1.4em;
}
.single .post header .post-meta {
	text-align: left;
	background-color: transparent;
	margin-bottom: 30px;
}
.single .post header .post-meta .post-update{
	display: none;
}
.single .post header .post-meta .fa {
	display: none;
}
.single .post figure img {
	width: 100%;
	margin: 0 0 10px 0;
}
.single .post .entry-content {
	margin: 0 0  40px 0;
}
.single .post .entry-content img {
	width: 100%;
	margin: 40px auto 0 auto;
}
.single.blog .post .entry-content img {
	margin: 0 auto 0 auto;
}
.single .post .information {
	font-family: Hiragino UD Sans W3 JIS2004;
	font-size: 12px;
	line-height: 1.6;
	color: #5f5f5f;
	margin: 5px 0 40px 0;
	padding: 0;
}

.single .post .btnS {
	display: inline-block;
	background-color: #45988b;
	font-size: 16px;
	color: #fff;
	margin: 2em 0;
	padding: .5em 1em;
	border-radius: 5px;
	
	
	
}



/* PC */
@media screen and (min-width:751px){
	.single .post,
	.single .navigation {
		
	}
	.single .post article {
		
	}
	.single #breadcrumb {
		
	}
	
}


/* タブレット */
@media screen and (min-width:751px) and (max-width:1050px){
	/*
	.single .post,
	.single .navigation {
		padding-left: 200px;
		padding-right: 60px;
	}
	.single #breadcrumb {
		right: 60px;
	}
	.single .post article {
		background-color: #fff;
		padding: 30px 60px 100px;
	}
	body.single #main .entry-title {
		left: 95px;
	}
	*/

}

/* スマホ */
@media screen and (max-width:750px){
	
	.single .catagory-navi ul {
		width: 100%;
		margin: 0 auto;
	}
	
	.single .inner2 {
		width: 80%;
		padding: 10%;
	}
	.single #main p.entry-title {
		font-size: 30px;
	}
	.single #main article {
		width: 100%;
		padding: 10% 0;
		border: none;
	}

	.single .post header .entry-title {
		margin: 10px 0 30px;
		line-height: 1.4em;
	}
	
}




/************************************
** ブログ　カテゴリインデックス(category)
************************************/

body.category-blog {
	
}

body.category-blog h1#archive-title {
	display: none;
}
body.category #sidebar .archive-list,
body.single #sidebar .archive-list {
	margin-top: 30px;
}
body.category #sidebar .archive-list div,
body.single #sidebar .archive-list div {
	font-size: 12px;
	line-height: 1.5;
	margin-bottom: 1em;
	padding-left: 0 !important;
}
body.category #sidebar .archive-list div .date,
body.single #sidebar .archive-list div .date {
	font-size: 10px;
	color: #45988b;
}



/* PC */
@media screen and (min-width:1051px){
	
}


/* タブレット */
@media screen and (max-width:1050px){
	
	body.category-blog #sidebar .archive-list,
	body.blog #sidebar .archive-list {
		display: none;
	}

}




/************************************
** リアルボイス　カテゴリインデックス(category)
************************************/

body.category-voice {
	
}

body.category-voice h1#archive-title {
	display: none;
}
body.category-voice #list article.category-voice {
	float: left;
	clear: inherit;
	width: 32%;
	margin-right: 1%;
	background-color: transparent;
	padding: 0;
	border: none;
}
body.category-voice #list article.category-voice:nth-child(3) {
	margin-right: 0;
}
body.category-voice #list article.category-voice figure {
	position: relative;
	float: none;
	width: 100%;
	height: 19vw;
	max-height: 250px;
  overflow: hidden;
}
body.category-voice #list article.category-voice figure a img:nth-child(1) {
	position: absolute;
	top: 0;
	z-index: 10;
	height: 250px;
}
body.category-voice #list article.category-voice figure a .frame {
	position: relative;
	z-index: 11;	
}
body.category-voice #list article.category-voice .entry-card-content {
	float: none;
	width: 100%;
	margin-top: 20px;
}
body.category-voice #list article.category-voice .entry-card-content h2 {
	text-align: center;
}
body.category-voice #list article.category-voice .entry-card-content h2 a {
	font-size: 14px;
}
body.category-voice #list article.category-voice .entry-card-content p {
	display: none;
}
body.category-voice #list article.category-voice .entry-snippet {
	display: none;
}

body.category-voice #sidebar .archive-list,
body.voice #sidebar .archive-list {
	
}



/* タブレット */
@media screen and (max-width:1050px){
	
	body.category-voice #sidebar .archive-list,
	body.voice #sidebar .archive-list {
		display: none;
	}
	
	body.category-voice #list article.category-voice figure {
		height: 28vw;
	}

}





/************************************
** 会社概要(company)
************************************/

.page-npo {
	
}
.page-npo .article table{
	width: 100%;
}
.page-npo .article table th,
.page-npo .article table td{
	text-align: left;
	vertical-align: top;
	padding: 10px;
}
.page-npo .article table th{
	white-space: nowrap;
}
.page-npo .article table td{
	background-color: #fff;
}

/* PC */
@media screen and (min-width:751px){
	
}

/* タブレット */
@media screen and (max-width:750px){
	
}




/************************************
** お問合わせ(contact)
************************************/

.page-inquiry {
	
}

.page-inquiry .article table{

	width: 100%;
	border: none;
}
.page-inquiry .article .contact-in > table{
	border-top: 0.5px solid #9c9c9c;
}
.page-inquiry .article table th,
.page-inquiry .article table td{
	background-color: transparent;
	font-size: 16px !important;
	text-align: left;
	vertical-align: top;
	border: none;
	border-bottom: 0.5px solid #9c9c9c;
}
.page-inquiry .article table tr:last-child th,
.page-inquiry .article table tr:last-child td{
	border-bottom: none !important;
}


/* フォーム */
.page-inquiry .article table form{
	margin-top: 20px;
}
form table th,
form table td{
	padding: 10px !important;
	border-bottom: none !important;
}

input[type="submit"] {
	display: block;
	width: 180px;
	background-color: #45988b;
	font-size: 16px;
	font-family: inherit;
	color: #fff;
	margin: 0 auto;
	padding: 20px 0;
	border-radius: 5px;
}

:placeholder-shown,
::-webkit-input-placeholder,
:-moz-placeholder,
::-moz-placeholder,
:-ms-input-placeholder {color: #eee !important;}


/* PC */
@media screen and (min-width:751px){
	
}

/* タブレット */
@media screen and (min-width: 751px) and (max-width:1050px){
	/*
	.page-inquiry .article table th{
		display: block;
		padding: 25px 0 0 0;
	}
	.page-inquiry .article table td{
		display: block;
		padding: 20px 0 25px 0;
	}
	.page-inquiry .article table th{
		padding-bottom: 0 !important;
		border-bottom: none;
	}
	*/
}

/* スマホ */
@media screen and (max-width:750px){
	
	.page-inquiry .article table th{
		display: block;
		padding: 25px 0 0 0;
	}
	.page-inquiry .article table td{
		display: block;
		padding: 20px 0 25px 0;
	}
	.page-inquiry .article table th{
		padding-bottom: 0 !important;
		border-bottom: none;
	}
	input[type="submit"] {
		width: 100%;
	}
}






/************************************
** スタッフ(single)
************************************/

.staff .post-meta,
.staff .sns-group,
.yakuin .post-meta,
.yakuin .sns-group {
	display:none;
}


.staff article header,
.yakuin article header{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	/*flex-direction: row-reverse;*/
	-webkit-align-items: center;
 -ms-align-items: center;
 align-items: center;
	width: 100%;
	margin: 0;
}
.staff article header figure,
.yakuin article header figure {
	width: 30%;
}
.staff article header .entry-title,
.yakuin article header .entry-title {
	width: 65%;
}
.staff article header .entry-title small,
.yakuin article header .entry-title small {
	display: block;
	font-size: 14px;
}
body.category #sidebar .archive-list div,
body.single #sidebar .archive-list div {
	font-size: 12px;
	line-height: 1.5;
	margin-bottom: 1em;
	padding-left: 0 !important;
}
.staff #sidebar h2,
.yakuin #sidebar h2 {
	font-size: 10px;
	margin-top: 3em;
	margin-bottom: 1em;
	padding-bottom: 10px;
	border-bottom: 1px solid #eee;
}
.staff #sidebar .archive-list div,
.yakuin #sidebar .archive-list div {
	font-size: 14px !important;
}


.single #under-entry-body .member h2{
	font-size: 20px;
	background: url(images/icon-plus.png) no-repeat right center;
	margin-bottom: 20px;
	padding: .5em 1em;
	border: 3px solid #eee;
	border-radius: 5px;
}
.single #under-entry-body .member-list{
	display: none;
}
.single #under-entry-body .member-list .item{
	margin-bottom: 20px;
}
.single #under-entry-body .member-list .item a{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin: 0;
}
.single #under-entry-body .member-list .item a > figure{
	width: 15%;
}
.single #under-entry-body .member-list .item a > figure img{
	width: 100% !important;
	height: auto !important;
}
.single #under-entry-body .member-list .item a > span{
	display: block;
	width: 80%;
}
.single #under-entry-body .member-list .item a > span strong,
.single #under-entry-body .member-list .item a > span small,
.single #under-entry-body .member-list .item a > span span{
	display: block;
}
.single #under-entry-body .member-list .item a > span strong{
	font-size: 18px;
	margin-bottom: .5em;
}
.single #under-entry-body .member-list .item a > span small{
	font-size: 14px;
	margin-bottom: .5em;
}
.single #under-entry-body .member-list .item a > span span{
	font-size: 14px;
}



/* PC */
@media screen and (min-width:1051px){
	
	body.single #under-entry-body .member-list {
		
	}
	
}


/* タブレット */
@media screen and (min-width:751px) and (max-width:1050px){
	
	.staff #sidebar .archive-list,
	.yakuin #sidebar .archive-list {
		display: none;
	}
	
}



/* スマホ */
@media screen and (max-width:750px){
	
	.staff #sidebar .archive-list,
	.yakuin #sidebar .archive-list {
		display: none;
	}
	.staff #sidebar h1,
	.yakuin #sidebar h1 {
		margin-bottom: 0;
	}
	
	.staff article header,
	.yakuin article header {
		display: block;
		margin-bottom: 2em;
	}
	.staff article header figure,
	.yakuin article header figure {
		width: 100%;
	}
	.staff article header .entry-title,
	.yakuin article header .entry-title {
		width: 100%;
		text-align: center !important;
	}
	
	.single #under-entry-body .member-list .item a{
		width: 95%;
	}
	.single #under-entry-body .member-list .item a > figure{
		width: 30%;
	}
	.single #under-entry-body .member-list .item a > span{
		width: 65%;
	}
	
}



/*2020-08-12 トップに追加*/
.pdflink { text-align:center; margin: 0 auto 30px; float: none;  clear: both;  }
.pdflink a {display: inline-block; width:50%; max-width: 220px; margin: 0 auto; text-align: center;}
.pdflink img {display:block; width:95%; max-width:200px; height:auto; margin: 0 auto; border: 1px solid  rgba(98,189,232,1.00);}
.pdflink .support img { border: 1px solid  #cc0000; }
.pdflink a:hover img { border: 1px solid  #cc0000; opacity: 0.5; }
.pdflink a.support:hover img {  border: 1px solid  rgba(98,189,232,1.00); opacity: 0.5;  }

@media screen and (max-width:1080px){  .pdflink {margin: 30px auto 30px;}}
@media screen and (max-width:380px){ .pdflink a {display:block; width:90%; max-width: 220px; margin: 0 auto 10px; text-align: center;}  }

/************************************
** ヘッダー(header) 2021-06-28
************************************/

nav a.support  { display: block; width: 180px; height: auto; text-align: center; margin: 0 0 0 auto;}
nav a.support img { display: block;  border: 1px solid  #cc0000;width:180px; height: auto; border-radius:7px; }
@media screen and (max-width:750px){ nav a.support  { margin: 5px  !important; text-align: left; }
nav a.support img { margin: 0 auto;}}


@media screen and (max-width:750px){ nav a.support  { margin: 0 auto;}}
a.footersupport img { display: block;  border: 2px solid  #cc0000;width: 95%;  margin: 3px auto; height: auto;   border-radius:7px;}

@media screen and (max-width:380px){ 
a.footersupport img {  border: 1px solid  #cc0000;}}




/************************************
** お知らせ(topics)追加 24_09
************************************/
.post-type-archive-topics #sidebar { display: none; }

#main {  padding: 0; }
ul.topics{ list-style: none; margin: 40px auto 0px !important; }
ul.topics li{ border: 1px solid #999; background: #fff; padding:30px; border-radius: 10px; margin: 0 0 40px -40px !important;}
ul.topics li h2{font-size: 20px; } 

ul.topics  span.days {
  display: flex;
align-items: center;
  text-align: right; color: #45988b;
  font: 14px/1.8 'Lato', sans-serif;
}
ul.topics  span.days::before {
content: "";
height:1px;
 flex-grow: 1; 
background-color:#45988b;
/*   aline-items: center; */
  margin: 0 auto;
margin-right: 10px;
}

ul.topics  .honbun,div.topics .honbun {
  margin: 20px auto;
  width: 100%;
  text-align: left;
}
ul.topics  .honbun a ,div.topics .honbun a{
  display: block;
  width: auto;
  color: #45988b;
  position: relative;
  margin: 0.5em 0 0.5em 2em;
  padding: 3px 0 0 30px;
}
ul.topics  .honbun a.link:before,div.topics .honbun a.link:before {
  content: "\f138";
  font-family: fontawesome;
  color: #cc0000;top: 0;
  left: 0px;position: absolute; font-size: 20px;
}
ul.topics  .honbun a.file:before,div.topics .honbun a.file:before   {
  font-family: fontawesome;
  position: absolute;
  top: 0;
  left: 0px;
  font-weight: 900;
  content: "\f0ed";
  font-size: 20px;
}
ul.topics .photo,div.topics .photo{
  margin: 40px auto;
  width: auto;
  max-width: 90%;
  text-align: center;
}
ul.topics  .photo img,div.topics .photo img  {
  width: auto;
  max-width: calc(75% - 16px);
  height: auto;
  margin: 15px 8px;
  display: inline-block;
  vertical-align: top;
}


.pagination2 {
  display: flex;
  justify-content: center;
}


.nav-links{
   display:flex;
}
.page-numbers{
   display:inline-block;
   margin-right:10px;
   padding:10px 20px !important;
   color:#45988b;
   border-radius:3px;
   background:#ffffff;
  border: 1px solid #45988b;
}
.page-numbers.current{
   padding:10px 20px!important;
   background:#45988b;;
   color:#ffffff;
}
.page-numbers.prev,
.page-numbers.next{
   background:transparent;
   box-shadow:none;
     border:none;
   color:#45988b;
}
.page-numbers.dots{
   background:transparent;
   box-shadow:none;
   border:none;
   color:#45988b;
}
@media screen and (max-width:1050px){
    ul.topics li{  margin: 0 0 40px -30px !important;}
}

/* スマホ */
@media screen and (max-width:750px){
.page-numbers,
.page-numbers.current{
     padding:0 10px 0 !important; /* パディングを小さく */
  }
   .page-template-topic-page #sidebar {
	display:none;
}
    .page-template-topic-page main #main ul
    { margin: 0 !important; text-align: left; padding: 0;}
.page-template-topic-page main #main{
	width: 100%;  padding: 0 !important;  float: none;
    text-align:left;
} 
    ul.topics li{  margin: 0 0 40px 0px !important;}
 }
@media screen and (max-width:400px){
ul.topics .photo {
  margin: 30px auto;
  width: auto;
  max-width: 95%;

}
ul.topics  .photo img {
  width: auto;
  max-width: 100%;
  height: auto;
  margin: 10px 0;
  display:block;
}
ul.topics li{  padding:20px; border-radius: 5px; margin: 0 auto 20px;}
}

