@charset "UTF-8";
/*------------------------------------------------------------pagetitle*/
#pagetitle {
	background: linear-gradient(-45deg, rgba(0,0,0,0) 25%, rgba(0,0,0,0.1) 25%, rgba(0,0,0,0.1) 50%, rgba(0,0,0,0) 50%, rgba(0,0,0,0) 75%, rgba(0,0,0,0.1) 75%, rgba(0,0,0,0.1)), url(../img/web_img/pagetitle_bg.jpg) center center;
	background-size: 8px 8px, cover;
}

/*------------------------------------------------------------contents*/
/*--------------------------------------------Sec01*/
#sec01 .figbox {
	margin-bottom: 20px;
}
#sec01 .figbox .figbox_tx h4 {
	margin-bottom: 15px;
	line-height: 1.3;
	text-align: center;
	font-size:24px;
	font-weight: bold;
	color:#00a0e9;
}
#sec01 .figbox .figbox_tx h4 span {
	display: block;
	font-size:16px;
	font-weight: normal;
}
#sec01 .figbox .figbox_tx h5 {
	margin-bottom: 10px;
	text-align: center;
	line-height: 1.2;
	font-size:18px;
	font-weight: bold;
	color:#e4007f;
}
#sec01 .figbox figure {
	margin-top: 15px;
	text-align: center;
}
#sec01 .figbox figure img {
	width: 100%;
	max-width: 320px;
	height: auto;
}
@media print, screen and (min-width:768px) {
#sec01 .figbox {
	margin-bottom: 30px;
	font-size:0
}
#sec01 .figbox .figbox_tx {
	display: inline-block;
	width:38%;
	margin-right: 2%;
	vertical-align: middle;
	text-align: left;
}
#sec01 .figbox figure {
	display: inline-block;
	width:60%;
	vertical-align: middle;
}
#sec01 .figbox .figbox_tx h4 {
	margin-bottom: 15px;
	line-height: 1.3;
	text-align: left;
	font-size:50px;
	font-weight: bold;
	color:#00a0e9;
}
#sec01 .figbox .figbox_tx h4 span {
	display: block;
	font-size:20px;
	font-weight: normal;
}
#sec01 .figbox .figbox_tx h5 {
	margin-bottom: 15px;
	text-align: left;
	font-size:22px;
	font-weight: bold;
	color:#e4007f;
}
#sec01 .figbox figure {
	margin-top: 15px;
}
#sec01 .figbox figure img {
	width: 100%;
	max-width: 873px;
	height: auto;
}
}
@media print, screen and (min-width:992px) {
#sec01 .figbox .figbox_tx {
	width:32%;
	margin-right: 2%;
}
#sec01 .figbox figure {
	width:66%;
}
}

#sec01 .list_production {
	display: flex;
	flex-wrap: wrap;
	justify-content:space-around;
	margin-bottom: 30px;
}
#sec01 .list_production li {
	width:49%;
	margin-bottom:10px;
	text-align: center;
}
#sec01 .list_production li figure img {
	width: 100%;
	height: auto;
}
#sec01 .list_production li figure figcaption {
	margin-top:5px;
	line-height: 1.3;
}
@media print, screen and (min-width:480px) {
#sec01 .list_production li {
	width:32%;
	max-width: 360px;
}
}

#sec01 .list_condition {
	display: flex;
	flex-wrap: wrap;
	justify-content:space-around;
	margin-bottom: 20px;
}
#sec01 .list_condition li {
	position: relative;
	width: 140px;
	height: 140px;
	padding-top:36px;
	margin: 0 2px;
	text-align: center;
	border-radius: 100%;
	background: linear-gradient(-45deg, rgba(255,255,255,0) 25%, rgba(0,160,233,0.2) 25%, rgba(0,160,233,0.2) 50%, rgba(255,255,255,0) 50%, rgba(255,255,255,0) 75%, rgba(0,160,233,0.2) 75%, rgba(0,160,233,0.2));
	background-size: 8px 8px;
}
#sec01 .list_condition li:last-child {
	margin-top: -10px;
}
#sec01 .list_condition li p {
	position: relative;
	line-height: 1.3;
	font-size:19px;
	font-weight: bold;
	z-index: 100;
}
#sec01 .list_condition li::after {
	position: absolute;
	top:0;
	left:0;
	width: 140px;
	text-align: center;
	line-height: 1.1;
	font-family: 'Teko', sans-serif;
	font-size:120px;
	color:rgba(0,160,233,0.2);
}
#sec01 .list_condition li:first-child::after {
	content: "1";
}
#sec01 .list_condition li:nth-child(2)::after {
	content: "2";
}
#sec01 .list_condition li:nth-child(3)::after {
	content: "3";
}

#sec01 .list_condition li span {
	display: block;
	margin-top:10px;
	font-size:15px;
	color:#00a0e9;
}
@media print, screen and (min-width:480px) {
#sec01 .list_condition li:last-child {
	margin-top: 0;
}
}
@media print, screen and (min-width:768px) {
#sec01 .list_condition li {
	position: relative;
	width: 234px;
	height: 234px;
	padding-top:70px;
	margin: 0 2px;
}
#sec01 .list_condition li::after {
	position: absolute;
	top:10px;
	left:0;
	width: 234px;
	text-align: center;
	font-size:180px;
}
#sec01 .list_condition li p {
	font-size:24px;
}
#sec01 .list_condition li p span {
	margin-top:30px;
	font-size:20px;
}
}
@media print, screen and (min-width:992px) {
#sec01 .list_condition {
	justify-content:center;
}
#sec01 .list_condition li {
	position: relative;
	margin:0 10px;
}
}


/*--------------------------------------------Sec02*/
#sec02 .figbox {
	margin-bottom: 30px;
	font-size:0;
}
#sec02 .figbox figure {
	margin-top:10px;
	text-align: center;
}
#sec02 .figbox figure img {
	width: 100%;
	max-width: 300px;
	height: auto;
}
@media print, screen and (min-width:480px) {
#sec02 .figbox div {
	display: inline-block;
	width: 55%;
	margin-right:2%;
	text-align: left;
	vertical-align: middle;
}
#sec02 .figbox figure {
	display: inline-block;
	width: 43%;
	vertical-align: middle;
}
#sec02 .figbox figure img {
	width: 100%;
	max-width: 360px;
	height: auto;
}
}
@media print, screen and (min-width:992px) {
#sec02 .figbox div {
	width: 540px;
	margin-right:40px;
}
#sec02 .figbox figure {
	display: inline-block;
	width: 360px;
	vertical-align: middle;
}
}
@media print, screen and (min-width:1200px) {
#sec02 .figbox div {
	width: 740px;
	margin-right:40px;
}
}
