@charset "utf-8";
/*
 * about.css
 * Last modify 2020/10/05 17:21
 */

/* -----------------------------------------------------
Base Style
----------------------------------------------------- */
#main{
}

/* !header
------------------------------------------------------ */
#news header {
	background: url("../img/news/bg_main01_sp.jpg") no-repeat center center;
	-webkit-background-size: cover;
	background-size: cover;
}
#blog header {
	background: url("../img/blog/bg_main01_sp.jpg") no-repeat center center;
	-webkit-background-size: cover;
	background-size: cover;
}
#header h1,
#header .h1 {
	text-shadow: 0px 0px 10px rgba(0,0,0,1);
}

/*** MOBILE DEVICES ***/
@media screen and (min-width: 481px) {

}

/*** LARGER DEVICES ***/
@media screen and (min-width: 751px) {
#news header {
	background: url("../img/news/bg_main01.jpg") no-repeat center center;
	-webkit-background-size: cover;
	background-size: cover;
}
#blog header {
	background: url("../img/blog/bg_main01.jpg") no-repeat center center;
	-webkit-background-size: cover;
	background-size: cover;
}
}

/* !content
---------------------------------------------------------- */
#content {
}
		#content.action {
			-webkit-animation: show01 0.5s ease 1.5s forwards;
			animation: show01 0.5s ease 1.5s forwards;
		}
		#content .txt01 {
			margin: 20px 0 0;
			-webkit-animation: show01 1s ease 0s forwards;
			animation: show01 1s ease 0s forwards;
		}

@keyframes show01 {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}



/*** MOBILE DEVICES ***/
@media screen and (min-width: 481px) {

}

/*** MOBILE DEVICES ***/
@media screen and (max-width: 750px) {


}

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


}

/* 共通
---------------------------------------------------------- */


/*** MOBILE DEVICES ***/
@media screen and (max-width: 750px) {

}

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

}

/* Archive共通
---------------------------------------------------------- */
.archive {
	
}
#content .sectionWrap {
	margin: 0 10px;
}
#content .navArea01 form:after,
#content .sectionWrap:after,
.blogList li:after {
	clear: both;
	content:"";
	display: block;
}

/*** MOBILE DEVICES ***/
@media screen and (max-width: 750px) {
.navArea01 form {
	margin-bottom: 4%;
}
.select {
	float: right;
	position: relative;
	overflow: hidden;
	border-bottom: 2px solid #cccccc;
	background: transparent;
	text-align: center;
}
.select::before {
	position: absolute;
	top: 0.8em;
	right: 0.5em;
	width: 0;
	height: 0;
	padding: 0;
	content: '';
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-top: 6px solid #cccccc;
	pointer-events: none;
}
	.select select {
		padding: 5px 25px 5px 5px;
		cursor: pointer;
		text-indent: 0.01px;
		text-overflow: ellipsis;
		border: none;
		outline: none;
		background: transparent;
		background-image: none;
		box-shadow: none;
		-webkit-appearance: none;
		appearance: none;
		color: #666666;
		font-size: 4.26vw;
	}
	.select select::-ms-expand {
		display: none;
	}

.navArea01 ul {
	display: none;
}

}

/*** LARGER DEVICES ***/
@media screen and (min-width: 751px) {
#content .sectionWrap {
	width: 960px;
	margin: 0 auto;
}

.navArea01 form {
	display: none;
}
.navArea01 {
	width: 200px;
	float: left;
}
	.navArea01 li {
		margin-bottom: 5px;
		font-size: 20px;
	}
		.navArea01 li a {
			display: block;
			padding: 20px 0;
			border: 1px solid #99d750;
			background: #ffffff;
			color: #99d750;
			line-height: 1;
			-webkit-transition: all 0.5s 0s;
			transition: all 0.5s 0s;
		}
		.navArea01 li.active a,
		.navArea01 li:hover a {
			border: none;
			border: 1px solid #99d750;
			background: #99d750;
			color: #ffffff;
			text-decoration: none !important;
		}
.archive .newsList {
	float: right;
	width: 710px;
}


}

/* Archive News
---------------------------------------------------------- */
	.newsList li {
		margin-bottom: 15px;
		padding: 0 0 15px 10px;
		border-bottom: 1px solid #cccccc;
		text-align: left;
	}
		.newsList li time {
			display: block;
		}

/*** MOBILE DEVICES ***/
@media screen and (max-width: 750px) {

}

/*** LARGER DEVICES ***/
@media screen and (min-width: 751px) {
.archive .newsList {
	float: right;
	width: 710px;
}
	.newsList li {
		margin-bottom: 15px;
		padding: 0 0 15px 10px;
		border-bottom: 1px solid #cccccc;
	}


}

/* Archive blog
---------------------------------------------------------- */
		.blogList li {
			position: relative;
			margin-bottom: 10px;
			padding: 10px;
			background: rgba(255, 255, 255, 0.8);
			text-align: left;
		}
			.blogList li a {
				display: block;
				color: #333333;
			}
				.blogList li .wrap {
					text-align: right;
					line-height: 1.4;

				}
					.blogList li time {
						display: inline-block;
						margin-bottom: 0.5em;
						border-bottom: 1px solid #333333;
						line-height: 1.2;
					}
					.blogList li p {
						text-align: left;
					}
						.blogList li span {
							display: block;
						text-align: right;
						}

/*** MOBILE DEVICES ***/
@media screen and (max-width: 750px) {
		.blogList {
			margin-bottom: 4%;
		}
			.blogList li img {
				float: left;
				width: 39.37%;
				height: auto;
			}
			.blogList li .wrap {
				float: right;
				width: 55%;
				text-align: right;
			}

}

/*** LARGER DEVICES ***/
@media screen and (min-width: 751px) {
		.blogList {
			float: right;
			width: 715px;
		}
		.blogList li {
			float: left;
			width: 228px;
			margin-left: 15px;
			margin-bottom: 15px;
			padding: 15px;
			font-size: 14px;
		}
		.blogList li:first-child,
		.blogList li:nth-child(3n + 1) {
			margin-left: 0;
		}
			.blogList li img {
				display: inline-block;
				max-width: 100%;
				height: 125px;
				margin-bottom: 15px;
			}

			.blogList li a:hover {
				opacity: 0.6;
				-webkit-transition: all 0.5s 0s;
				transition: all 0.5s 0s;
			}


}

/* pagination
---------------------------------------------------------- */
.pagination {
	
}
.pagination li {
	display: inline-block;
}
		.pagination a,
		.pagination span {
			display: inline-block;
			padding: 5px 15px;
			border: 1px solid #cccccc;
			border-radius: 5px;
			background: #ffffff;
			line-height: 1;
			color: #99d750;
		}
		.pagination a:hover {
			background: #99d750;
			color: #ffffff;
			text-decoration: none !important;
		}

		.pagination .current {
			background: #99d750;
			color: #ffffff;
		}

/*** MOBILE DEVICES ***/
@media screen and (max-width: 750px) {

}

/*** LARGER DEVICES ***/
@media screen and (min-width: 751px) {
.pagination {
	margin-top: 70px;
}


}


/* Detail
---------------------------------------------------------- */
#detail {
}
#postDetail {
	margin: 15px 10px;
	padding: 4%;
	background: #ffffff;
}
#postHead {
	text-align: right;
}

	#postDetail time {
		display: inline-block;
		border-bottom: 1px solid #d3d3d3;
	}
	#postHead h1 {
		position: relative;
		margin-bottom: 15px;
		padding: 20px 0 5px;
		color: #99d750;
		font-size: 5.2vw;
		font-weight: bold;
		text-align: center;
		line-height: 1.4;
	}
	#postHead h1:after{
		position: absolute;
		display: inline-block;
		content: "";
		width: 80px;
		height: 2px;
		bottom: 0;
		left: calc(50% - 40px);
		background: #bbda55;
	}
	#postDetail h2,
	#postDetail h3,
	#postDetail h4,
	#postDetail h5,
	#postDetail li {
		text-align: left;

	}
	#postDetail h2 {
		opacity: 1;
		margin: 2em 0 1em;
		padding: 0 0 0 15px;
		border-left: 4px solid #bbda55;
		background: none;
		color: #333333;
		font-size: 5.2vw;
		font-weight: bold;
		text-align: left;
		-webkit-background-clip: inherit;
		-webkit-text-fill-color: inherit;
		line-height: 1.4;
	}
	#postDetail h2:before,
	#postDetail h2:after {
		display: none;
	}
	#postDetail h3 {
		margin: 1em 0;
		padding: 8px 15px;
		background: #99d750;
		color: #ffffff;
		font-size: 4.26vw;
		font-weight: bold;
	}
	#postDetail h4 {
		margin: 1em 0;
		font-size: 4.26vw;
		font-weight: bold;
	}
	#postDetail ul li {
		position: relative;
		margin-top: 0.5em;
		margin-left: 1.2em;
	}
	#postDetail ul li:before {
		position: absolute;
		content: "●";
		color: #99d750;
		left: -1.2em;
	}

.detail .backBtn .btn00 span {
	width: 10em;
}

#postDetail img {
	max-width: 100%;
	height: auto;
}


/*** MOBILE DEVICES ***/
@media screen and (max-width: 750px) {


}

/*** LARGER DEVICES ***/
@media screen and (min-width: 751px) {
#detail {
}
#postDetail {
	width: 800px;
	box-sizing: border-box;
	margin: 70px auto 40px;
	padding: 30px 40px;
}

	#postHead h1 {
		margin-bottom: 30px;
		padding: 20px 0 10px;
		font-size: 26px;
	}
	#postDetail h2 {
		padding: 0 0 0 20px;
		border-left: 8px solid #bbda55;
		font-size: 22px;
	}
	#postDetail h3 {
		font-size: 18px;
	}
	#postDetail h4 {
		font-size: 18px;
	}

}

/* IC
---------------------------------------------------------- */
	#ic .sectionWrap {
		margin: 0 10px;
	}
	#ic .sectionWrap:after {
		clear: both;
		content:"";
		display: block;
	}
		#ic .sectionWrap section {
			float: left;
		}
			#ic .sectionWrap section p,
			#ic .sectionWrap section ul {
				margin: 0 1em;
			}
		#ic .actionParts section {
			opacity: 0;
		}
		#ic .actionParts.action section {
			opacity: 1;
		}
		#ic .actionParts.action section:nth-child(1) {
			-webkit-transition: all 0.5s 0s;
			transition: all 0.5s 0s;
		}
		#ic .actionParts.action section:nth-child(2) {
			-webkit-transition: all 0.5s 0.2s;
			transition: all 0.5s 0.2s;
		}
		#ic .actionParts.action section:nth-child(3) {
			-webkit-transition: all 0.5s 0.4s;
			transition: all 0.5s 0.4s;
		}

/*** MOBILE DEVICES ***/
@media screen and (max-width: 750px) {
		#ic .sectionWrap section {
			width: 49%;
			margin-top: 4%;
		}
		#ic .sectionWrap section:nth-child(even) {
			margin-left: 2%;
		}
			#ic .sectionWrap section h3 {
				font-size: 3.7vw;
			}
			#ic .sectionWrap section p {
				font-size: 3.2vw;
			}

}

/*** LARGER DEVICES ***/
@media screen and (min-width: 751px) {
	#ic .sectionWrap {
		width: 960px;
		margin: 0 auto;
	}
		#ic .sectionWrap section {
			width: 312px;
			margin: 30px 0 0 12px;
		}
		#ic .sectionWrap section:nth-child(1),
		#ic .sectionWrap section:nth-child(3n+1) {
			margin-left: 0;
		}
			#ic .sectionWrap section h3 {
			}
			#ic .sectionWrap section p {
			}
}


/* !h(n)eading
---------------------------------------------------------- */
#content h2,
#content h3 {
}
#content h2 {

}
#content h3 {
}

/*** MOBILE DEVICES ***/
@media screen and (min-width: 481px) {

}

/*** MOBILE DEVICES ***/
@media screen and (max-width: 750px) {


}

/*** LARGER DEVICES ***/
@media screen and (min-width: 751px) {
#content h2 {
}
#content h3 {
}

}
