@charset "UTF-8";

/*//////////  共通 ///////////*/
@media (max-width: 480px) {
	.mv2 .mv-title h1 {
		font-size: 2.1em;
	}
}

section .table-wrap {
	width: 100%;
	overflow: scroll;
}

section table tbody {
	border: 2px solid #555;
}

section table th {
	padding: 10px;
	line-height: 1.5em;
	font-weight: 600;
	text-align: center;
	background-color: #0071bc;
	color: #fff;
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
}

section table td {
	border: 1px solid #555;
	text-align: center;
	padding: 10px;
}

section table .cell-bg_blue {
	background-color: #edf2f4;
}

section table .cell-bg_blue2 {
	background-color: #b4d9ed;
}

section table .cell-bg_blue3 {
	background-color: #0071bc;
}

section table .tategaki {
	writing-mode: vertical-rl;
	text-orientation: upright;
}

section .sc-title {
	font-size: 1.5em;
	line-height: 1.5em;
}

section hr {
	margin: 0;
	padding: 0;
	display: block;
}


@media (min-width: 576px) {
	section table th, section table td {
		padding: 15px;
	}
	
	section table p {
		padding: 15px;
	}	

	section .sc-title {
		font-size: 1.6em;
	}
}

@media (min-width: 992px) {
	section table th, section table td {
		padding: 20px 15px;
	}
	
	section table p {
		padding: 20px 15px;
	}	

	section .sc-title {
		font-size: 1.7em;
	}
}



/*////////// セクション1 ///////////*/
.sec1 .title p {
	font-size: 1.2em;
	line-height: 1.6em;
	font-weight: 600;
}

.sec1 .title h1 {
	font-size: 1.8em;
}

.sec1 .title h1 span {
	font-size: 0.6em;
	display: inline-block;
	margin-left: -0.25em;
}

.sec1 .icon ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

.sec1 .icon ul li {
	display: inline-block;
	background-color: #57aebc;
	color: #fff;
	font-size: 1.1em;
	font-weight: 600;
	padding: 3px;
	text-align: center;
	width: 85px;
	margin-right: 12px;
}

@media (min-width: 576px) {
	.sec1 .title p {
		font-size: 1.25em;
	}
	
	.sec1 .title h1 {
		font-size: 2em;
	}	

	.sec1 .icon ul li {
		font-size: 1.15em;
		padding: 5px;
		width: 100px;
		margin-right: 15px;
	}	
}

@media (min-width: 768px) {
	.sec1 .title p {
		font-size: 1.15em;
	}
	
	.sec1 .title h1 {
		font-size: 1.8em;
	}
	
	.sec1 .icon ul li {
		font-size: 1.0em;
		padding: 4px;
		width: 90px;
	}	
}

@media (min-width: 992px) {
	.sec1 .title p {
		font-size: 1.2em;
	}
	
	.sec1 .title h1 {
		font-size: 2em;
	}
	
	.sec1 .icon ul li {
		font-size: 1.1em;
		padding: 6px;
		width: 110px;
	}	
}

@media (min-width: 1200px) {
	.sec1 .container {
		max-width: 1450px !important;
		padding-left: 45px;
	}
}

@media (min-width: 1250px) {
	.sec1 .container {
		padding-left: 70px;
	}
}

@media (min-width: 1300px) {
	.sec1 .container {
		padding-left: 100px;
	}
}

@media (min-width: 1350px) {
	.sec1 .container {
		padding-left: 125px;
	}
}

@media (min-width: 1400px) {
	.sec1 .container {
		padding-left: 150px;
	}
}

@media (min-width: 1450px) {
	.sec1 .container {
		padding-left: 170px;
	}
}

@media (min-width: 1500px) {
	.sec1 .container {
		padding-left: 190px;
	}
}


/*////////// 特徴 ///////////*/
.features .wrap {
	display: flex;
	align-items: center;
	justify-content: center;
	border: 4px solid #0071bc;
	border-radius: 8px;
	width: 45%;
	height: 140px;
	margin-left: 2.5%;
	margin-right: 2.5%;
}

.features .wrap h2 {
	color: #0071bc;
	font-size: 1.6em;
	font-weight: 700;
	line-height: 1.5em;
	text-align: center;
	margin-bottom: 0;
}

@media (min-width: 576px) {
	.features .wrap h2 {
		color: #0071bc;
		font-weight: 700;
		line-height: 1.4em;
		text-align: center;
		margin-bottom: 0;
	}	
}

@media (min-width: 768px) {
	.features .wrap {
		width: 30%;
		height: 140px;
		margin-left: 1.5%;
		margin-right: 1.5%;
	}
}

@media (min-width: 992px) {
	.features .wrap {
		width: 22%;
		height: 150px;
	}
}


/*////////// 製品トップ ///////////*/
.products-top .btn1 {
    position: absolute;
    left: 50%;
    bottom: -35px;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);	
	width: 240px;
}

.products-top .btn1 a {
	border-radius: 0 !important;
}

.products-top h2 {
	border-left: 6px solid #0071BC;
	padding-left: 8px;
	font-size: 1.6em;
	font-weight: 600;
}


@media (min-width: 576px) {
	.products-top .img-wrap img {
		display: block;
		width: 450px;
		margin-left: auto;
		margin-right: auto;
	}	
}

@media (min-width: 768px) {
	.products-top .img-wrap img {
		width: 100%;
	}	
}

@media (min-width: 992px) {
	.products-top h2 {
		border-left: 8px solid #0071BC;
		padding-left: 10px;
		font-size: 1.7em;
	}	
}