@charset "UTF-8";

/******************
テンプレート全体[共通]
******************/

.commonBox{
	clear:both;
	overflow:hidden;
	width:96%;
	margin:0 auto 80px;
}
.commonBox2{
	clear:both;
	overflow:hidden;
	width:96%;
	margin:0 auto 30px;
}

.commonBox:after{
	content: "."; 
	display: block; 
	height: 0; 
	font-size:0;	
	clear: both; 
	visibility:hidden;
}

* html .commonBox {
	height: 1%;
}

img.aligncenter{
	display: block;
	margin:0 auto;
	float:none;
}

img.alignright{
	margin:0 0 0 auto;
	display:block;
	float:none;
}

img.alignleft{
	text-align: left;
	float:none;
}
@media screen and (max-width: 768px) {
	.commonBox{
		margin:0 auto 60px;
	}
	.commonBox2{
		/*margin:0 auto 30px;*/
	}
}

/******************
テンプレートレイアウト
******************/
.wp-block-image{
	margin:auto;
}
.wp-block-media-text .wp-block-media-text__content{
	padding:0 0 0 5% !important;
}
.has-media-on-the-right .wp-block-media-text__content{
	padding:0 5% 0 0 !important;
}
@media screen and (max-width: 780px) {
	/*
	.wp-block-columns{
		gap:0;
	}
	*/
	.wp-element-caption{
		margin-bottom:0 !important;
	}
}
@media screen and (max-width: 600px) {
	.wp-block-media-text > .wp-block-media-text__content{
		padding:0 0 0 0 !important;
		margin-top:10px;
	}
	.has-media-on-the-right.wp-block-media-text > .wp-block-media-text__content{
		padding:0 0 0 0 !important;
		margin-top:10px;
	}
}


/******************
中ページ共通項目[共通]
******************/

input,textarea{
	font-size: 16px;
	border: 1px solid #d2d2d2;
	outline: none;
	border-radius:2px;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	padding:5px;
}

#breadcrumbWrap{
	width:100%;
	clear:both;
	padding:7px 0;
	margin:20px auto 40px;
}

#breadcrumbWrap p{
	font-size:1.4rem;
	max-width:1100px;
	margin:0 auto;
	position:relative;
}
h1{
	clear:both;
	margin: auto;
	position: relative;
	z-index: 1;
	font-weight:bold;
	font-size: 3.6rem;
	color: #3d5e97;
	letter-spacing: 0.2rem;
	height:0;
	background-image:url(./images/common/nk-line.png);
	background-size: 10% auto;
	background-position: left bottom;
	background-repeat: repeat-x;
	padding-top:18%;
}
h1::before{
	position:absolute;
	top:10px;
	left:-4%;
	background-image:url(./images/common/nk-bg01.png);
	background-size: contain;
	background-position: left center;
	background-repeat: no-repeat;
	content: "";
	width: 15%;
	height: 96%;
}
h1::after{
	position:absolute;
	top:10px;
	right:-6%;
	background-image:url(./images/common/nk-bg02.png);
	background-size: contain;
	background-position: right center;
	background-repeat: no-repeat;
	content: "";
	width: 18%;
	height: 96%;
}
h1 .md-txt{
	position: absolute;
	top: 45%;
	left: 0;
	right: 0;
	transform: translateY(-45%);
	display: block;
	text-align: center;
	line-height:1.6;
	/*
	font-weight: bold;
	color: #fff;
	text-shadow: 2px 2px 2px #000;
	letter-spacing: 0.1em;
	*/
}
.md-sub{
	display: block;
	font-size: 1.8rem;
	line-height:1;
	font-weight: normal;
}
h2{
	position: relative;
	font-size:2.5rem;
	padding: 8px 16px 6px;
	outline: 2px solid #d6978d;
	font-weight: 500;
	display: block;
	box-sizing: border-box;
	width: calc(100% - 14px);
	text-align: center; 
	margin:8px auto 40px;
}
h2::before {
	content: "";
	position: absolute;
	top: -6px;
	left: -6px;
	width: 60px;
	height: 60px;
	background: #ffae8c;
	clip-path: polygon(0 0, 100% 0%, 0 100%);
	z-index:-99;
}
h2::after {
	content: "";
	position: absolute;
	top: 6px;
	left: 6px;
	width: 100%;
	height: 100%;
	outline: 1px solid #d6978d;
	z-index:-10;
}
#access, #history, #donation, #volunteer{
	margin-top:-120px;
	padding-top:120px;
}
.md2-info{
	width:100%;
	position:static;
	outline:none;
	font-size:2.4rem;
	text-align:left;
	border-bottom:2px solid #d75722;
	padding:5px;
}
.md2-info::before, .md2-info::after{
	content:unset;
}
/*
h2 {
	margin:0 auto 40px;
	font-size:2.5rem;
	font-weight:500;
	position:relative;
	padding:3px 5px 5px 8px;
	border-bottom:2px solid #ccc;
	border-left:6px solid #c40031;
}
h2:after {
	position: absolute;
	content: " ";
	display: block;
	border-bottom: solid 2px #c40031;
	left:0;
	bottom: -2px;
	width: 20%;
}
*/

h3{
	clear:both;
	font-size:2.3rem;
	font-weight:500;
	padding:5px;
	margin:0 auto 30px;
	border-bottom:2px solid #d75722;
	line-height:1.6;
}
h4{
	font-size:2rem;
	font-weight:500;
	margin-bottom:20px;
}
.md-report{
	border-left:6px solid #f00;
	padding:2px 0 6px 8px;
	font-size:2.2rem;
	font-weight:500;
	margin-bottom:20px;
	line-height:1.4;
}

.editPostLink{
	clear:both;
	max-width:1100px;
	margin:10px auto 0;
	display:none;
}

.editPostLink a{
	display:inline-block;
	padding:5px;
	background-color:#2466dd;
	color:white;
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
}

.editPostLink a:hover{
	background-color:#4486fd;
	text-decoration:none;
}

.pagination {
	clear:both;
	padding:20px 0;
	position:relative;
	font-size:11px;
	line-height:13px;
	margin-bottom:20px;
}

.pagination span, .pagination a {
	display:block;
	float:left;
	margin: 2px 2px 2px 0;
	padding:6px 9px 5px 9px;
	text-decoration:none;
	width:auto;
	color:#3e3e3e;
	background: #dddddd;
}
 
.pagination a:hover{
	color:#fff;
	background: #888888;
}
 
.pagination .current{
	padding:6px 9px 5px 9px;
	background: #f29528;
	color:#fff;
}

@media screen and (max-width: 960px) {
	h1{
		font-size: 3rem;
		background-size: 15% auto;
		padding-top:20%;
	}
	h1 .md-txt {
		/*
		top: 40%;
		transform: translateY(-40%);
		*/
	}
	h2{
		font-size: 2.2rem;
		line-height:1.6;
	}
	h2::before {
		width: 40px;
		height: 40px;
	}
	h3{
		font-size: 2rem;
	}
	h4{
		font-size:1.8rem;
	}
}
@media screen and (max-width: 768px) {
	.md2-info{
		font-size:2rem;
	}
}
@media screen and (max-width: 640px) {
	h1{
		font-size: 2.4rem;
		letter-spacing:0;
		padding-top:30%;
	}
	h1::before{
		top:0px;
		width: 20%;
	}
	h1::after{
		top:0px;
		width: 23%;
	}
	h1 .md-txt{
		line-height:1;
	}
	.md-sub{
		margin:4px auto 0;
	}
}
@media screen and (max-width: 520px) {
	h2{
		font-size:2rem;
	}
	.md-txt img{
		width:auto;
		max-height:15px;
	}
}

/******************
中ページ共通CSS
******************/
#wrapper #contents{
	width:100%;
	overflow:hidden;
	clear:both;
	margin:0 auto;
	padding-top:100px;
}
#wrapper #main{
	width:96%;
	max-width:1100px;
	margin:0 auto;
	overflow:hidden;
}
#wrapper #footer{
	margin-top:40px;
	border-top:3px solid #f4f4f4;
}
@media screen and (max-width: 960px) {
	#wrapper #contents{
		padding-top:60px;
	}
}

/*当団体について*/
#greetingBox{
	width:96%;
	margin:0 auto 80px;
	display:flex;
}
#greetingLeft{
	width:65%;
	margin-right:5%;
}
#greetingRight{
	width:30%;
}
/*
#greetingImg img{
	float:right;
	max-width:280px;
	margin:20px 0 20px 40px;
}
*/
#greetingImg{
	width:90%;
	max-width:280px;
	margin:auto;
}
.greetingTitle{
	font-size:2rem;
	font-weight:bold;
	color:#fa2ca2;
	/*border-left:5px solid #fa2ca2;*/
	padding:12px 0px 0px 19px;
	line-height:1.4;
	margin-bottom:10px;
	letter-spacing:0.4rem;
	position:relative;
}
.greetingTitle::before {
    position: absolute;
    top: 3px;
    left: 7px;
    transform: rotate(55deg);
    height: 11px;
    width: 12px;
    background: #ffcfea;
    content: '';
}

.greetingTitle::after {
    position: absolute;
    transform: rotate(15deg);
    top: 17px;
    left: 0;
    height: 8px;
    width: 8px;
    background: #f292c9;
    content: '';
}
.greetingTxt{
	margin:0 0 40px 2%;
}
#greetingTxt{
	font-size:2rem;
	line-height:2;
}

#greeting-sub{
	font-size:1.4rem;
	line-height:1.4;
	float:right;
	margin:10px auto 5px;
}
#greeting-name{
	clear:both;
	font-family:'游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
	font-weight:bold;
	font-size:2.2rem;
	line-height:1.4;
	text-align:right;
	margin-bottom:20px;
}
.gt-haba{
	margin-bottom:20px;
}
#profileBox{
	font-size:1.6rem;
	background-color:#fff9fc;
	padding:10px 0 20px;
	border-radius:10px;
}
.profileTitle{
	color:#ffa3d8;
	border-bottom:2px solid #ffa3d8;
	/*background-color:#ffa3d8;*/
	font-weight:bold;
	font-size:2rem;
	letter-spacing:0.2rem;
	margin:0px 20px 20px;
	padding:5px;
	text-align:center;
	/*border-radius:10px 10px 0 0;*/
}
.profileItem{
	color:#fa2ca2;
	font-weight:500;
	margin:0 0 5px 20px;
}
.profileTxt{
	line-height:1.4;
	margin:0 15px 20px 30px;
}
#memberTable1, #memberTable2{
	width:96%;
	margin:auto;
	padding-bottom:80px;
}
#memberTable3{
	width:96%;
	margin:0 auto;
}
#memberTable1 table, #memberTable2 table, #memberTable3 table{
	width:100%;
}
#memberTable1 table th, #memberTable2 table th, #memberTable3 table th{
	font-size:1.6rem;
	font-weight:500;
	border:1px solid #ccc;
	background-color:#f0f0f0;
	padding:10px;
	line-height:1.4;
}
#memberTable1 table th:nth-child(2){
	width:160px;
}
#memberTable1 table td, #memberTable2 table td, #memberTable3 table td{
	border:1px solid #ccc;
	padding:10px 10px 10px 20px;
	line-height:1.4;
}
/*
#memberTable2{
	width:96%;
	margin:0 auto 80px;
}
#memberTable2 table{
	width:400px;
}
#memberTable2 table th{
	font-size:1.6rem;
	font-weight:500;
	border:1px solid #ccc;
	background-color:#f0f0f0;
	padding:10px;
	line-height:1.4;
}
#memberTable2 table td{
	border:1px solid #ccc;
	padding:10px 10px 10px 20px;
	line-height:1.4;
}
*/
#memberTable1 table th:first-child, #memberTable2 table th:first-child, , #memberTable3 table th:first-child{
	width:160px;
}
.member-txt1{
	width:96%;
	margin:0 auto 20px;
	font-size:2rem;
}
.member-txt2{
	text-align:right;
	margin:0 2% 20px 0;
}
.member-txt3{
	font-size:2rem;
	line-height:1.4;
	margin-bottom:40px;
}
.member-txt4{
	display:table;
	margin:auto;
	line-height:1.4;
	padding:10px 20px 15px;
	border-radius:10px;
	/*background-color:#effbe7;*/
}
.method-txt1{
	font-size: 2rem;
	font-weight: 500;
	margin-bottom: 30px;
	background-color: #fff0f0;
	padding: 5px 10px;
}
.method-txt2{
	font-size: 2rem;
	font-weight: 500;
	margin-bottom: 30px;
	background-color: #f0f6ff;
	padding: 5px 10px;
}
.flower-img{
	width:60%;
	max-width:160px;
	margin:40px auto 80px !important;
}
.member-img{
	width:70%;
	max-width:260px;
	margin:40px auto 20px;
}
.personBox{
	width:98%;
	display:flex;
	justify-content:space-between;
	align-items:center;
	margin:0 auto 60px;
	/*border:2px solid #f7c9c9;*/
	padding:20px;
	/*background-color:#fff9f9;*/
	box-shadow:2px 2px 4px #b3b3b3;
}
.personBox2{
	display:flex;
	flex-wrap:wrap;
	align-items: stretch;
	margin:0 auto 40px;
}
.personLeft{
	width:70%;
}
.personRight{
	width:25%;
}
.person-post1{
	padding:5px 10px 7px;
	line-height:1.4;
	background:#f29090;
	color:#fff;
}
.person-post2{
	padding:5px 10px 7px;
	line-height:1.4;
	background:#8fa0df;
	color:#fff;
}
.person-post3{
	padding:5px 10px 7px;
	line-height:1.4;
	background:#7fc17d;
	color:#fff;
}
.person-name1{
	font-size:2.8rem;
	font-weight: bold;
	font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
	letter-spacing:0.2rem;
	margin:10px 0 5px 10px;
}
.person-name2{
	font-size:2.2rem;
	font-weight: bold;
	font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
	letter-spacing:0.2rem;
	margin:10px 0 5px 10px;
}
.person-career{
	margin-left:10px;
	border-bottom:1px solid #808080;
	padding:0 5px 2px;
}
.person-txt1{
	margin:10px 0 0 10px;
}
.person-txt2{
	margin-left:10px;
	font-size:1.6rem;
	line-height:1.6;
	padding:10px 0 10px 10px;
}
.personFrame2{
	width:31.33333%;
	margin:0 1% 30px;
	/*border:2px solid #d5ddfb;*/
	padding:20px 20px;
	/*background-color:#f5f7ff;*/
	box-shadow:2px 2px 4px #b3b3b3;
}
.personFrame3{
	width:31.33333%;
	margin:0 1% 30px;
	/*border:2px solid #d4e8d3;*/
	padding:20px 20px;
	/*background-color:#f8fff8;*/
	box-shadow:2px 2px 4px #b3b3b3;
}
.personFrame4{
	width:23%;
	margin:0 1% 30px;
	/*border:2px solid #d4e8d3;*/
	padding:20px 20px;
	/*background-color:#f8fff8;*/
	box-shadow:2px 2px 4px #b3b3b3;
}
/*
.personFrame:nth-child(3n+2){
	margin:0 2% 20px;
}
*/
.addBox{
	max-width:700px;
	margin:auto;
}
.addBox table{
	width:100%;
}
.addBox table th{
	width:140px;
	font-weight:500;
	border:1px solid #ccc;
	background-color:#f0f0f0;
	padding:10px 20px 14px;
}
.addBox table td{
	border:1px solid #ccc;
	padding:10px 20px 14px;
	line-height:1.4;
}
#strengthsBg{
	/*
	background-color:#ffe6e1;
	padding:80px 0 60px;
	margin-bottom:120px;
	*/
}
/*
#strengthsFrame{
	margin:0 auto 30px;
	display: grid;
	gap: 0px 40px;
	grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
}
.strengthsBox{
	width:96%;
	display: grid;
	grid-row: span 5;
	grid-template-rows: subgrid;
	gap: 0;
	margin:0 auto 40px;
	position:relative;
	padding:25px 0;
}
.strengthsBox::before{
	content:"";
	height:24px;
	position:absolute;
	top:0;
	left:0;
	right:0;
	background-image: url(./images/top/orange-line1.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100% auto;
	transition: .3s;	
}
.strengthsBox::after{
	content:"";
	height:24px;
	position:absolute;
	bottom:0;
	left:0;
	right:0;
	background-image: url(./images/top/yellow-line1.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100% auto;
	transition: .3s;	
}
.strengthsNum{
	display:table;
	font-size:2rem;
	font-weight:bold;
	margin:15px auto;
	padding-right:10px;
}
.strengthsTitle{
	font-size:2.2rem;
	font-weight:bold;
	line-height:1.4;
	text-align:center;
	margin:auto;
}
.strengthsTitle span{
	display:block;
}
.strengthsTxt{
	margin:30px auto 20px;
	padding:0 5px;
}
*/
#accessBox{
	display:flex;
}
#accessLeft{
	width:60%;
	margin-right:5%;
}
#accessRight{
	width:35%;
}
#access-txt{
	margin:20px auto;
	font-weight:500;
	line-height:1.6;
}
#access-add{
	margin:0 5px 20px;
	line-height:1.6;
}
#access-rute li{
	position:relative;
	padding-left:25px;
}
#access-rute li::before {
	position: absolute;
	top: 15px;
	left: 10px;
	display: block;
	width: 7px;
	height: 7px;
	background: #d75722;
	border-radius: 8px;
	content: "";
}
.ggmap{
	position: relative;
	padding-bottom: 70%;
	height: 0;
	overflow: hidden;
	width:100%;
}
.ggmap iframe,
.ggmap object,
.ggmap embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
@media screen and (max-width: 960px) {
	#greetingTxt{
		font-size:1.6rem;
	}
	.personBox{
		padding:10px;
	}
	.personFrame2, .personFrame3, .personFrame4{
		padding:10px;
	}
	#strengthsFrame{
		display: block;
		margin-bottom:0;
	}
	.strengthsBox{
		max-width:400px;
		margin-bottom:20px;
	}
	.strengthsBox::after{
		content:unset;
		position:static;
	}
	#access-rute li::before{
		top:13px;
	}
	.member-txt1{
		font-size:1.6rem;
	}
	.member-txt3{
		font-size:1.8rem;
	}
	.member-txt4{
		text-indent:-1.6rem;
		padding-left:3rem;
	}
}
@media screen and (max-width: 768px) {
	#greetingBox{
		display:block;
	}
	#greetingLeft{
		width:100%;
		margin:0 auto 30px;
	}
	#greetingRight{
		width:100%;
	}
	#greeting-sub{
		float:none;
		display:table;
		margin:10px auto 0;
	}
	#greeting-name{
		display:table;
		margin:10px auto 20px;
	}
	#greetingImg{
		text-align:center;
	}
	/*
	#greetingImg img{
		float:none;
		max-width:200px;
		margin:0 auto 20px;
	}
	*/
	#memberTable1 table, #memberTable2 table, #memberTable3 table{
		width:920px;
	}
	.scroll-hint-icon{
		top:10% !important;
	}
	.personBox{
		display:block;
	}
	.personLeft{
		width:100%;
	}
	.personRight{
		max-width:200px;
		width:80%;
		margin:20px auto 0;
	}
	.personFrame2, .personFrame3, .personFrame4{
		width:46%;
	}
	#accessBox{
		display:block;
	}
	#accessLeft{
		width:100%;
		margin:0 auto 30px;
	}
	#accessRight{
		width:100%;
		margin:auto;
	}
	#access-txt{
		display:table;
	}
	#access-add{
		max-width:220px;
		margin:20px auto;
	}
	#access-rute{
		max-width:230px;
		margin:auto;
	}
}
@media screen and (max-width: 520px) {
	#greeting-sub{
		font-size:1.4rem;
	}
	.personBox{
		width:94%;
		margin-bottom:30px;
		padding:10px;
	}
	.personBox2{
		display:block;
	}
	.personFrame2, .personFrame3, .personFrame4{
		width:94%;
	}
	.person-name1{
		font-size:2.5rem;
		margin:20px 0 5px 5px;
	}
	.person-name2{
		font-size:2.2rem;
		margin:20px 0 5px 5px;
	}
	.person-career{
		margin-left:5px;
	}
	.person-txt1{
		margin:10px 0 0 5px;
	}
	.person-txt2{
		margin-left:5px;
	}
	.addBox table th{
		display:block;
		width:auto;
		border:none;
	}
	.addBox table td{
		display:block;
		width:auto;
		border:none;
	}
}
/*ビジョン・ミッション*/
#vision-txt{
	font-size:3rem;
	font-weight:bold;
	font-family:'游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
	line-height:1.8;
	letter-spacing:0.4rem;
	text-align:center;
	margin-bottom:20px;
}
#vision-sub{
	display:block;
}
.vision-img{
	width:80%;
	margin:auto !important;
}
/*
#missionBox{
	display:flex;
	flex-wrap:wrap;
	justify-content:center;
	margin:40px auto 20px;
}
.missionFrame1{
	width:29.3333%;
	margin:0 2% 30px;
	border:2px solid #d45622;
	border-radius: 10px;
	position:relative;
	padding-bottom:20px;
}
.missionFrame2{
	width:31.3333%;
	margin:0 2% 30px;
	border:2px solid #3c5d95;
	border-radius: 10px;
	position:relative;
	padding-bottom:20px;
}

.mission-num1{
	padding:10px;
	text-align:center;
	font-size: 3rem;
	font-weight: bold;
	letter-spacing: 0.2rem;
	line-height: 1.2;
	color:#fff;
	background-color:#d45622;
	border-radius:8px 8px 0 0;
}
.mission-num2{
	padding:10px;
	text-align:center;
	font-size: 3rem;
	font-weight: bold;
	letter-spacing: 0.2rem;
	line-height: 1.2;
	color:#fff;
	background-color:#3c5d95;
	border-radius:8px 8px 0 0;
}
.mission-img1, .mission-img2{
	text-align:center;
	margin:30px 30px 20px;
}
.mission-img1 img{
	width:auto;
	max-height:60px;
}
.mission-img2 img{
	width:auto;
	max-height:80px;
}
.mission-title1{
	color:#d45622;
	font-size:2.4rem;
	font-weight:bold;
	padding:5px;
	text-align:center;
}
.mission-title2{
	color:#3c5d95;
	font-size:2.4rem;
	font-weight:bold;
	padding:5px;
	text-align:center;
}
.mission-txt{
	padding:20px;
}
*/
#missionBox{
	width:96%;
	margin:40px auto 20px;
}
.mission-title1{
	color:#d45622;
	font-size:2.2rem;
	font-weight:bold;
	padding:0px 0 4px 10px;
	margin-bottom:10px;
	border-left:5px solid #d45622;
	border-bottom:1px solid #ccc;
	line-height:1.6;
}
.mission-title2{
	color:#3c5d95;
	font-size:2.2rem;
	font-weight:bold;
	margin-bottom:10px;
	border-left:5px solid #3c5d95;
	border-bottom:1px solid #ccc;
	padding:0px 0 4px 8px;
	line-height:1.6;
}
.mission-txt{
	margin:0 0 30px 1%;
}
@media screen and (max-width: 768px) {
	#vision-txt{
		font-size:2.4rem;
	}
	.vision-img{
		max-width:200px;
	}
	#missionBox{
		display:block;
	}
	.missionFrame1{
		width:100%;
		max-width:400px;
		margin:0 auto 30px;
	}
	.missionFrame2{
		width:100%;
		max-width:400px;
		margin:0 auto 30px;
	}
	.mission-num1,	.mission-num1{
		margin-top:-1px;
	}
	.mission-title1, .mission-title2{
		font-size:1.8rem;
	}
}
@media screen and (max-width: 520px) {
	#vision-txt{
		font-size:5vw;
	}
}
/*事業内容*/
.workBox{
	display:flex;
	flex-wrap:wrap;
}
.workLeft{
	width:55%;
}
.workRight{
	width:45%;
}
.work-report{
	width:60%;
	max-width:300px;
	margin:5px auto 0;
}
.work-size{
	font-size:2.1rem;
	line-height:2;
}
.work-size2{
	font-size:2.1rem;
	line-height:2;
	padding-right:5%;
}
.work-size3{
	font-size:1.4rem;
	line-height:1.4;
	text-align:center;
	margin:40px 0 5px;
}
.work-size3 span{
	display:block;
}
.work-kaigyo2{
	margin-top:10px;
}
.work-color1{
	font-size:2.6rem;
	color:#d75722;
	font-weight:bold;
}
.txt-size1{
	font-weight:bold;
	margin-bottom:20px;
	border-left:6px solid #fa1138;
	padding:1px 0px 2px 8px;
}
.txt-size2{
	font-weight:bold;
	margin-bottom:20px;
	border-left:6px solid #1138fa;
	padding:1px 0px 2px 8px;
}
.purpose-ul1, .purpose-ul2, .purpose-ul3{
	margin:0 auto 30px;
	counter-reset: li;
}
.purpose-ul3{
	margin:10px auto 0px;
}
.purpose-ul1 li, .purpose-ul2 li{
	position:relative;
	margin:0 0 15px 10px;
	text-indent: -26px;
	padding-left: 26px;
	line-height:1.4;
}
.purpose-ul3 li{
	position:relative;
	margin:0 0 15px 0;
	padding-left:30px;
	line-height:1.4;
}
.purpose-ul1 li::before, .purpose-ul2 li::before{
    display: inline-block;
    min-width: 1.7em;
    margin-right: 5px;
    border-radius: 50%;
    color: #fff;
    font-weight: bold;
    font-size: .75em;
    line-height: 1.7em;
    text-align: right;
    content: counter(li);
    counter-increment: li;
	padding:0 7px 0 0;
}
.purpose-ul1 li::before{
	background: #fb9090;
}
.purpose-ul2 li::before{
	background: #647dfa;
}
.purpose-ul3 li::before{
	position: absolute;
	top: 8px;
	left: 10px;
	margin: auto;
	content: '';
	width: 12px;
	height: 12px;
	border-radius: 50%;
	background: #333;
}
.column3Box{
	display:flex;
	justify-content:space-between;
	margin:0 auto 20px;
}
.columnFrame{
	position:relative;
	width:32%;
}
#activityBox{
	display:flex;
	justify-content:space-between;
	margin:0 auto 60px;
}
#activityBox2{
	display:flex;
	justify-content:space-between;
	margin:0 auto 20px;
}
.activityFrame{
	position:relative;
	width:32%;
	padding-top:60px;
}
.activity-bg{
	position: absolute;
	top:0;
	left:0;
	width:100px;
	background-size: 100px auto;
	background-repeat: no-repeat;
	display:inline-block;
	color:#fff;
	font-size:2.2rem;
	font-weight:bold;
	padding:30px 0px;
	text-align:center;
}
.activity-bg-img01{
	background-image: url(./images/common/circle01.png);
}
.activity-bg-img02{
	background-image: url(./images/common/circle02.png);
}
.activity-bg-img03{
	background-image: url(./images/common/circle03.png);
}
.pointUl{
	display:none;
	justify-content:space-between;
	margin:20px auto 0;
}
.pointUl li{
	width:32%;
	color:#fff;
	background-color:#d75722;
	font-size:2rem;
	font-weight:bold;
	line-height:1.4;
	letter-spacing:0.2rem;
	text-align:center;
	padding:5px 20px 10px;
	border-radius:100vh;
}
.pointTxt{
	color:#fff;
	background-color:#d75722;
	font-size:2.2rem;
	font-weight:bold;
	line-height:1.4;
	letter-spacing:0.2rem;
	text-align:center;
	padding:5px 10px 10px;
}
/*報告書等*/
.report-ul li a{
	position:relative;
	padding-right:35px;
}
.report-ul li a::before{
	content: '\f1c1';
	font-family: 'Font Awesome 5 Free';
	position: absolute;
	top: 50%;
	right: 0;
	transform: translate(-25%,-50%);
	font-size: 2.2rem;
	font-weight: 500;
	transition: .3s;
	color:#d51829;
}
@media screen and (max-width: 960px) {
	.work-size, .work-size2{
		font-size:1.6rem;
	}
	.pointTxt{
		font-size:2rem;
	}
	.purpose-ul1 li::before, .purpose-ul2 li::before{
		padding:0 6px 0 0;
	}
	.purpose-ul3 li::before{
		top:6px;
	}
}
@media screen and (max-width: 768px) {
	.column3Box{
		display:block;
	}
	.columnFrame{
		width:100%;
	}
	#activityBox, #activityBox2{
		display:block;
	}
	.activityFrame{
		width:100%;
	}
	#activityBox .activityFrame:nth-child(2), #activityBox .activityFrame:nth-child(3), 
	#activityBox2 .activityFrame:nth-child(2), #activityBox2 .activityFrame:nth-child(3){
		padding-top:20px;
	}
}
@media screen and (max-width: 768px) {
	.workLeft{
		width:100%;
		margin-top:10px;
		order:2;
	}
	.workRight{
		width:100%;
		order:1;
	}
	.work-size2{
		padding-right:0;
	}
	.work-report{
		margin:30px auto 0;
	}
}
@media screen and (max-width: 560px) {
	.work-size3{
		text-align:left;
	}
	.work-size3 .work-kaigyo1{
		display:inline;
	}
}
/*会員募集*/
.txt-indent1{
	display:none;	
}
.transferBox{
	margin:10px 0 0;
}
.transferBox table{
	width:100%;
}
.transferBox table th{
	text-align:left;
	font-weight:normal;
	background-color:#f0f0f0;
	border:1px solid #ccc;
	padding:10px;
	width:140px;
}
.transferBox table td{
	border:1px solid #ccc;
	padding:10px 10px 10px 20px;
}
.memberBox{
	display:flex;
}
.memberLeft{
	width:60%;
	margin-right:10%;
}
.memberRight{
	width:30%;
}
.member-ul{
	/*max-width:520px;*/
	margin:20px 0;
	padding:10px;
	background-color:#fff4fb;
	border-radius:10px;
}
.member-ul li{
	position:relative;
	padding-left:24px;
	margin:5px 0;
	line-height:1.6;
}
.member-ul li::before{
	position: absolute;
	top: 12px;
	left: 10px;
	display: block;
	width: 7px;
	height: 7px;
	background: #ec72c2;
	border-radius: 8px;
	content: "";
}
.member-ul2{
	margin:30px 0;
	padding:20px;
	background-color:#f4f7ff;
	border-radius:10px;
}
.member-ul2 li{
	position:relative;
	padding-left:25px;
	margin:5px 0;
	line-height:1.6;
}
.member-ul2 li::before{
	position: absolute;
	top: 12px;
	left: 10px;
	display: block;
	width: 7px;
	height: 7px;
	background: #518dff;
	border-radius: 8px;
	content: "";
}
.payment-txt{
	font-weight:bold;
	line-height:1.4;
	padding:1px 0 5px 10px;
	border-left:6px solid #fd8484;
	margin-bottom:10px;
}
.payment-txt2{
	font-weight:bold;
	line-height:1.4;
	padding:1px 0 5px 10px;
	border-left:6px solid #548adf;
	margin-bottom:10px;
}
.payment-indent1{
	font-size:1.5rem;
	line-height:1.4;
	padding-left:1.5rem;
	text-indent:-1.5rem;
	margin-bottom:30px;
}
.linkBtn1{
	max-width:220px;
	margin:15px 0 60px 0;
}
.linkBtn1 a{
	display:block;
	text-align:center;
	padding:5px 20px 5px 10px;
	border-radius:100vh;
	position:relative;
	font-size:1.6rem;
	font-weight:bold;
	color:#fff;
	background-color:#e32e24;
	transition:.3s;
}
/*
.linkBtn1 a::before{
	content: '\f4ff';
	font-family: 'Font Awesome 5 Free';
	position: absolute;
	top: 50%;
	left: 25%;
	transform: translate(-25%,-50%);
	font-size: 2.5rem;
	font-weight: bold;
	transition: .3s;
}
*/
.linkBtn2{
	max-width:220px;
	margin:15px 0 60px 0;
}
.linkBtn2 a{
	display:block;
	text-align:center;
	padding:5px 20px 5px 10px;
	border-radius:100vh;
	position:relative;
	font-size:1.6rem;
	font-weight:bold;
	color:#fff;
	background-color:#247ae3;
	transition:.3s;
}
/*
.linkBtn2 a::before{
	content: '\f4be';
	font-family: 'Font Awesome 5 Free';
	position: absolute;
	top: 50%;
	left: 25%;
	transform: translate(-25%,-50%);
	font-size: 2.5rem;
	font-weight: bold;
	transition: .3s;
}
*/
.linkBtn3{
	max-width:320px;
	width:90%;
	margin:20px 0 0;
}
.linkBtn3 a{
	display:block;
	text-align:center;
	padding:6px 15px 10px 40px;
	border-radius:100vh;
	position:relative;
	font-size:1.6rem;
	font-weight:bold;
	color:#fff;
	background-color:#d75722;
	transition:.3s;
}
.linkBtn3 a::before{
	content: '\f0e0';
	font-family: 'Font Awesome 5 Free';
	position: absolute;
	top: 50%;
	left: 18%;
	transform: translate(-25%,-50%);
	font-size: 2rem;
	font-weight: bold;
	transition: .3s;
}
.linkBtn4{
	max-width:220px;
	margin:15px 0;
}
.linkBtn4 a{
	display:block;
	text-align:center;
	padding:5px 20px 5px 10px;
	border-radius:100vh;
	position:relative;
	font-size:1.6rem;
	font-weight:bold;
	color:#fff;
	background-color:#f06fb2;
	transition:.3s;
}
.linkBtn1  a::before, .linkBtn2 a::before, .linkBtn4  a::before{
	position: absolute;
	margin: auto;
	content: '';
	vertical-align: middle;
	top: 50%;
	right: 20px;
	width: 7px;
	height: 7px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	transform: translate(0,-50%) rotate(45deg);
	transition: .3s;
}
.linkBtn1 a:hover, .linkBtn2 a:hover, .linkBtn3 a:hover, .linkBtn4 a:hover{
	opacity:0.7;
}
.membertxt-indent{
	width:96%;
	margin:0 auto 40px;
	position:relative;
	background-color:#fffce6;
	padding:20px;
}
.membertxt-indent p{
	padding-left:26px;
	position:relative;
}
.membertxt-indent p::before{
	content: '\f005';
	font-family: 'Font Awesome 5 Free';
	position: absolute;
	top: 2px;
	left: 0;
	font-weight: bold;
	transition: .3s;
	color:#ffe302;
}
.member-color1{
	font-size:2rem;
	font-weight:500;
	color:#e32e24;
	margin-bottom:25px;
}
.member-color2{
	font-size:2rem;
	font-weight:500;
	color:#247ae3;
	margin-bottom:25px;
}
@media screen and (max-width: 768px) {
	.memberBox{
		display:block;
	}
	.memberLeft{
		width:100%;
		margin:0 auto 30px;
	}
	.memberRight{
		width:90%;
		max-width:140px;
		margin:auto;
	}
}
@media screen and (max-width: 560px) {
	.transferBox table th{
		text-align:left;
		border:none;
		padding:5px;
		display:block;
		width:auto;
	}
	.transferBox table td{
		display:block;
		border:none;
		padding:10px 5px 20px 20px;
	}
}
@media screen and (max-width: 420px) {
	/*
	.linkBtn1 a{
		padding:15px 30px 15px 70px;
	}
	.linkBtn1 a::before, .linkBtn2 a::before{
		left: 15%;
		transform: translate(-15%,-50%);
	}
	*/
}
/*メディア掲載*/
.media-txt{
	display:table;
	margin:0 auto 30px;
}
#mediaBox ul{
	max-width:700px;
	margin:0 auto 40px;
}
#mediaBox ul li{
	display:flex;
	border-bottom:1px solid #ccc;
	padding:15px 0;
}
#mediaBox ul li a{
	display:flex;
	width:100%;
}
.mediaDate{
	width:180px;
	padding-left:20px;
}
.mediaTxt{
	width:calc(60% - 180px);
	margin-right:10%;
}
.mediaTitle{
	width:30%;
}
.mediaTitle a{
	position:relative;
	padding-left:35px;
}
.mediaTitle a::before{
	content: '\f1c1';
	font-family: 'Font Awesome 5 Free';
	position: absolute;
	top: 50%;
	left: 10px;
	transform: translate(-25%,-50%);
	font-size: 2.2rem;
	font-weight: 500;
	transition: .3s;
	color:#d51829;
}
.mediaTitle a:hover::before{
	color:#d75722;
}
/******************
お問い合わせ[PC]
******************/
/* contact form 7 */
#contactForm{
	margin:0 auto;
	width:100%;
}
#contactForm input,
#contactForm select{
	/*-webkit-appearance: none;*/
	padding: 5px 1% 5px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-moz-box-shadow: inset 1px 2px 5px -6px rgba(0,0,0,0.5);
	-webkit-box-shadow: inset 1px 2px 5px -6px rgba(0, 0, 0, 0.5);
	box-shadow: inset 1px 2px 5px -6px rgba(0,0,0,0.5);
	color: #323232;
	border:1px solid #d2d2d2;
	background-color:#fff;
	position:relative;
	font-family:"游ゴシック体", "YuGothic", "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
}
#contactForm textarea{
	overflow: auto;
	height:120px;
	padding: 5px 1% 4px;
	line-height:1.1em;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	color: #323232;
	border:1px solid #d2d2d2;
	width:90%;
	font-family:"游ゴシック体", "YuGothic", "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
}
input:focus, textarea:focus {
	outline: 2px solid #00f;
}
input[type=checkbox]:focus{
	outline:none;
}
.wpcf7-select{
	font-size:1.6rem;
}
.wpcf7-not-valid-tip{
	font-size:1.4rem !important;
}
#contactForm table{
	width:100%;
	border-spacing: 0;
}
#contactForm tr{
	clear:both;
}
#contactForm th{
	position:relative;
	width:32%;
	text-align:left;
	font-size:1.6rem;
	font-weight:500;
	padding:20px;
	vertical-align:top;
	border-bottom:1px solid #f2ccbb;
	box-sizing:border-box;
}
#contactForm td{
	width:68%;
	padding:20px 10px 20px 20px;
	border-bottom:1px solid #ccc;
	box-sizing:border-box;
}
span.required{
	background-color:#dd5e5e;
	display:inline-block;
	color:white;
	padding:3px 4px 5px;
	margin-top:5px;
	position:absolute;
	right:15%;
	font-size:1.2rem;
	font-weight:500;
	line-height:1;
}
#sendingBox{
	width:80%;
	border-bottom:1px solid #ccc;
	margin:auto;
	padding:30px 10%;
}
#sendingTxt{
	text-align:center;
	font-weight:500;
	font-size:2rem;
}
#caveat{
	width:80%;
	line-height:1.4;
	font-size:1.4rem;
	color:#ff0000;
	display:table;
	text-align:center;
	margin:auto;
	text-indent: -1.4rem;
	padding-left: 1.4rem;
}
#formBtnBox{
	max-width:280px;
	width:90%;
	margin:40px auto 0;
	display:flex;
	justify-content: space-between;
}
.kakuninBtn{
	width:152px;
}
.kakuninBtn input{
	width:150px;
	height:46px;
	cursor:pointer;
	outline:none;
	background-color:#d75722;
	color:white;
	border:none;
	letter-spacing:1px;
	/*
	-moz-box-shadow: 0px 1px 1px rgba(000,000,000,0.3);  
	-webkit-box-shadow: 0px 1px 1px rgba(000,000,000,0.3);  
	box-shadow: 0px 1px 1px rgba(000,000,000,0.3);
	*/
	transition:.3s;
	font-weight:500;
	font-family:"游ゴシック体", "YuGothic", "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
}
.kakuninBtn input:hover{
	background-color:#e32e24;
}
.returnBtn input{
	height:46px;
	outline:none;
	border:none;
	padding:5px 10px;
	background-color:#ccc;
	border:1px solid #ccc;
	/*
	-moz-box-shadow: 0px 1px 1px rgba(000,000,000,0.3);  
	-webkit-box-shadow: 0px 1px 1px rgba(000,000,000,0.3);  
	box-shadow: 0px 1px 1px rgba(000,000,000,0.3);
	*/
	transition:.3s;
	font-weight:500;
	font-family:"游ゴシック体", "YuGothic", "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
}
.returnBtn input:hover{
	cursor:pointer;
	background-color: #aaaaaa;
}
.confirmForm span.required{
	display:none;
}
#contactForm select{
	-webkit-appearance: checkbox;
}
::placeholder {
	font-size:1.4rem;
}
#formBox{
	margin:0 auto 40px;
}
.sent #formBox{
	display: none;
}
.sentout_message{
	margin:0 auto 80px;
}
/*
.sentout_message{
	display: none;
}
.sent .sentout_message{
	display: block;
}
*/
/*送信成功*/
div.wpcf7 form.sent .wpcf7-response-output{
	background:#d5edda;
	color:#185626;
	border:1px solid #c4e5cc !important;
	padding:10px 10px 10px 20px !important;
}
/*送信NG・失敗*/
div.wpcf7 form.failed .wpcf7-response-output,
div.wpcf7 form.aborted .wpcf7-response-output,
div.wpcf7 form.invalid .wpcf7-response-output,
div.wpcf7 form.unaccepted .wpcf7-response-output,
div.wpcf7 form.payment-required .wpcf7-response-output{
	background:#f7d7da;
	color:#711d26;
	border:1px solid #f4c6cb !important;
	padding:10px 10px 10px 20px !important;
} 
/*スパムなどで送信ブロックされた場合*/
div.wpcf7 form.spam .wpcf7-response-output{
	background:#fff2cf;
	color:#846314;
	border:1px solid #feedbd !important;
	padding:10px 10px 10px 20px !important;
}
#contactForm .wpcf7-not-valid {
	background: #ffebef !important;
}
.wpcf7 .wpcf7-submit:disabled{
	background-color:#d75722;
}
span.wpcf7-radio, span.wpcf7-checkbox{
  display: flex;
  /*flex-direction: column;*/
}
span.wpcf7-radio .wpcf7-list-item{
	margin-right:25px;
}
span.wpcf7-list-item{
	margin:0;
}
#sendingCheck{
	font-size:1.6rem;
	line-height:1.4;
	display:table;
	margin:auto;
}
#sendingCheck .wpcf7-list-item input{
	display:block;
	float:left;
	margin-top:5px;
}
#sendingCheck .wpcf7-list-item-label{
	padding-left:2rem;
	display:block;
}
.hosoku-txt,.hosoku-txt1,.hosoku-txt2{
	font-size:1.4rem;
	line-height:1.4;
}
.hosoku-txt{
	margin-left:8px;
}
.hosoku-txt1{
	margin-top:10px;
	padding-left: 1.4rem;
	text-indent: -1.4rem;
}
.hosoku-txt2{
	color:#f00;
	margin-top:10px;
	padding-left: 1.4rem;
	text-indent: -1.4rem;
}
.hosoku-txt3{
	color:#f00;
	margin-top:10px;
	padding-left: 14rem;
	text-indent: -14rem;
}
#formTel{
	font-size:120%;
	font-weight:bold;
	margin:20px auto 30px;
}
#recruitMain .sentout_message h2{
	margin: 0 auto 30px;
	font-size: 3rem;
	font-weight: bold;
	line-height: 1.2;
	position: relative;
	padding: 5px 8px 8px;
	border-bottom: 2px solid #0b9b93;
	text-align:left;
}
#formLink{
	margin-top:30px;
}
.fm-ck .wpcf7-list-item{
	display:block;
}
.birthday-txt1{
	display:inline;
	padding-right:20px;
}
.birthday-txt2{
	padding-left:4px;
}
.form-txt{
	display:table;
	font-weight:500;
	margin:60px auto 40px;
}
@media screen and (max-width: 960px) {
	#contactTxt{
		font-size:1.6rem;
		display:table;
		text-align:left;
		margin:0px auto 20px;
	}
	.tel-btn{
		font-size:3.5rem;
	}
	#contactForm{
		width:100%;
	}
	#contactForm table{
		border-top:none;
	}
	#contactForm th{
		width:100%;
		display:block;
		padding:6px 0 8px 10px;
		background-color:#fff7f3;
	}
	#contactForm td{
		width:100%;
		display:block;
		padding:15px 10px 30px 20px;
		border-bottom:none;
	}
	#contactForm input.wpcf7-text, #contactForm input.wpcf7-email, #contactForm input.wpcf7-textarea {
		width:95%;
		max-width:400px;
	}
	#contactForm input.p-postal-code{
		width:70%;
		max-width:100px;
	}
	#contactForm textarea{
		width:95%;
	}
	span.required{
		position:static;
		margin-left:20px;
	}
	.hosoku-txt{
		margin-top:10px;
		display:block;
	}
	#sendingBox{
		width:96%;
		padding:20px 5% 30px;
	}
}
@media screen and (max-width: 560px) {
	span.wpcf7-radio{
		flex-direction: column;
	}
}
@media screen and (max-width: 430px) {
	.kaigyo2{
		display:inline;
	}
	.tel-btn{
		display:table;
		text-align:left;
		font-size:9vw;
	}
}

/******************
プライバシーポリシー[PC]
******************/

.pp-txt{
	margin:auto;
}
.pp-txt1{
	margin:40px 0 0;
}
.ppUl{
	width:96%;
	margin:40px auto 80px;
}
.ppUl li{
	margin:10px 1% 15px;
	text-indent: -1.8rem;
	padding-left: 1.8rem;
	line-height:1.6;
}
@media screen and (max-width: 960px) {
	.pp-txt1{
		margin:0;
	}
	.ppUl li{
		text-indent: -1.6rem;
		padding-left: 1.6rem;
	}
}
@media screen and (max-width: 768px) {
	.ppUl{
		margin:20px auto 50px;
	}
}
/******************
サイトマップ[PC]
******************/

.sitemapWrap{
	width:100%;
	margin:0 auto;
	overflow:hidden;
	padding-top:10px;
}
.sitemapBox{
	display: flex;
	flex-wrap: wrap;
	margin:0 auto 30px;
}
.sitemapBox li{
	width: 23%;
	margin: 0 2% 0 0;
}
.sitemapBox li a{
	margin-bottom:10px;
	display:block;
	padding:10px 5px 10px 38px;
	color:#323232;
	position:relative;
	line-height:1.4;
	transition:.3s;
}
.sitemapBox li a::before{
	position: absolute;
	top: 16px;
	left: 15px;
	margin: auto;
	content: "";
	vertical-align: middle;
	box-sizing: border-box;
	width: 15px;
	height: 15px;
	border: 1px solid #d75722;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	transition:.3s;
}
.sitemapBox li a::after{
	position: absolute;
	top: 20px;
	left:21px;
	margin: auto;
	content: "";
	vertical-align: middle;
	box-sizing: border-box;
	width: 3px;
	height: 3px;
	border: 3px solid transparent;
	border-left: 4px solid #d75722;
	transition:.3s;
}
.sitemapBox li a:hover{
	color:#d75722;
}
.sitemapBox2{
	width:94%;
	margin:0 auto 40px;
}
.sitemap-menu-title{
	padding:5px 0;
	margin-bottom:10px;
	border-bottom:1px solid #323232;
}
.sitemap-menu-title1, .sitemap-menu-title2, .sitemap-menu-title3{
	display: flex;
	flex-wrap: wrap;
	margin:0 auto;
}
.sitemap-menu-title1 li, .sitemap-menu-title2 li, .sitemap-menu-title3 li{
	width: 23%;
	margin:0 2% 0 0;
	font-size: 1.6rem;
}
.sitemap-menu-title1 li a, .sitemap-menu-title2 li a, .sitemap-menu-title3 li a{
	display:block;
	padding:5px 5px 5px 30px;
	color:#323232;
	position:relative;
	transition:.3s;
}
.sitemap-menu-title1 li a::after, .sitemap-menu-title2 li a::after, .sitemap-menu-title3 li a::after {
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	content: "";
	left: 17px;
	box-sizing: border-box;
	width: 6px;
	height: 4px;
	border: 4px solid transparent;
	border-left: 6px solid #d75722;
	transition: .3s;
}
.sitemap-menu-title2 li a::after{
	border-left: 6px solid #3c5d95;
}
.sitemap-menu-title3 li a::after{
	border-left: 6px solid #000;
}
.sitemapBox2 .sm-sub-menu li a:hover{
	background-color:#ffb81c;
}
.sitemapBox2 .sm-sub-menu li a:hover::after {
	border-left: 6px solid #323232;
}
.sitemap-menu-title1 li a:hover, .sitemap-menu-title3 li a:hover{
	color:#d75722;
}
.sitemap-menu-title2 li a:hover{
	color:#3c5d95;
}

@media screen and (max-width: 1060px) {
	.sitemapBox li a, .sitemap-menu-title{
		font-size:1.6rem;
	}
	.sitemapBox li a::before{
		top: 15px;
	}
	.sitemapBox li a::after{
		top: 19px;
	}
}
@media screen and (max-width: 960px) {
	.sitemapBox li{
		width: 48%;
	}
}

@media screen and (max-width: 768px) {
	.sitemap-menu-title1 li, .sitemap-menu-title2 li, .sitemap-menu-title3 li {
		width: 31.3333%;
		margin: 0 2% 0 0;
		font-size: 1.4rem;
	}
}
@media screen and (max-width: 520px) {
	.sitemapBox, .sitemap-menu-title1, .sitemap-menu-title2, .sitemap-menu-title3{
		display:block;
	}
	.sitemapBox li{
		width:98%;
	}
	.sitemap-menu-title1 li, .sitemap-menu-title2 li, .sitemap-menu-title3 li{
		width:98%;
	}
}
/******************
お知らせ[PC]
******************/
#infoBox{
	margin:40px auto;
}
#infoBox ul li{
	display:flex;
	margin-bottom:10px;
	padding:5px 5px 10px 5px;
	border-bottom:1px solid #ccc;
}
.infoFrame{
	width:96%;
	margin:0 auto 40px;
}
.info-link a{
	display:inline-block;
	padding:8px 40px 10px 20px;
	color:#b70000;
	border:1px solid #b70000;
	position:relative;
	line-height:1.2;
	transition:.3s;
}
.info-link a:hover{
    color:#fff;
    background-color:#b70000;
}
.info-link a::after {
	position: absolute;
	margin: auto;
	content: '';
	vertical-align: middle;
	top: 0;
	bottom:0;
	right: 20px;
	width: 8px;
	height: 8px;
	border-top: 2px solid #b70000;
	border-right: 2px solid #b70000;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	visibility:unset;
	opacity:1;
	background-color:unset !important;
}
.info-link a:hover::after {
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
}
.info-ul{
	margin-bottom:20px;
}
.info-ul li{
	position:relative;
	padding-left:22px;
	margin-bottom:10px;
    line-height:1.6;
}
.info-ul li::after{
	display: block;
	content: '';
	position: absolute;
	top: 12px;
	left: 8px;
	width: 8px;
	height: 8px;
	border-radius:100%;
	background-color: #f09797;
}
.info-pdf{
	margin-bottom:20px;
	font-size:2rem;
	font-weight:500;
}
.info-pdf i{
	font-size:3rem;
	margin-right:5px;
	color:#d51829;
}
@media screen and (max-width: 768px) {
	#infoBox{
	}
	#infoBox ul li{
		display:block;
	}
	.info-ul li::after{
		top: 10px;
	}
}