@charset "UTF-8";

/* main */
#product .main {
	position: relative;
	width: 100%;
	height: 500px;
	overflow: hidden;
	background: url(../images/products/bg-main_pc.jpg) no-repeat center center;
	background-size: cover;
    display: flex;
    align-items: center;
    justify-content: center;
}
#product .content {
	padding-top: 106px;
	padding-bottom: 100px;
	overflow: hidden;
}
#product .content > section + section {
	margin-top: 100px;
}
#product .content .content-inner {
	max-width: 1390px;
	width: 100%;
	margin: 0 auto;
}

/* product */
#product .product-read {
	display: flex;
	align-items: center;
    margin: 0 -145px 0 145px;
    padding: 0;
    height: 496px;
}
#product .product-read .product-img {
	width: 840px;
}
#product .product-text {
    width: 495px;
    margin-right: 55px;
}
#product .product-text p.text1 {
	font-weight: bold;
	font-size: 40px;
	line-height: 64px;
    letter-spacing: 3px;
}
#product .product-text p.text2 {
	font-size: 16px;
	line-height: 26px;
    letter-spacing: 1px;
    margin-top: 30px;
}

/* h3 */
#product h3,
#product h3 * {
	color: #003284;
	font-weight: bold;
}
#product h3 {
	text-align: center;
	font-size: 36px;
	letter-spacing: 3.5px;
    margin-bottom: 44px;
}

#product .product-items {
	padding: 72px 70px;
	max-width: 1100px;
	width: 100%;
	margin: 0 auto;
	background-color: #EAEEF3;
}
#product .product-items > ul > li {
	display: flex;
	justify-content: space-between;
}
#product .product-items > ul > li + li {
	margin-top: 52px;
	border-top: 1px solid #CDD5E3;
	padding-top: 54px;
}
#product .product-items > ul > li .item-img {
	width: 360px;
	height: 360px;
}
#product .product-items > ul > li .product-items-text {
	width: calc(100% - 360px);
	padding-left: 50px;
}
#product .product-items > ul > li:nth-of-type(2n) {
	flex-direction: row-reverse;
}
#product .product-items > ul > li:nth-of-type(2n) .product-items-text {
	padding-left: 0;
	padding-right: 50px;
}
#product .product-items-text h4 {
	font-size: 28px;
	line-height: 1;
	font-weight: bold;
	letter-spacing: 3px;
}
#product .product-items-text .point {
	margin-top: 23px;
	background: url(../images/products/icon-point.png) no-repeat center left 22px;
	background-color: rgba(256,256,256,0.7);
	background-size: 67px;
	padding: 26px 22px 26px 110px;
    margin-bottom: 23px;
}
#product .product-items-text .point p {
	font-size: 19px;
	line-height: 23px;
	font-weight: bold;
}
#product .product-items-text .point .text-01 img {
    width: 21px;
}
#product .product-items-text .point .text-02 img {
    width: 28px;
}
#product .product-items-text .point .text-03 img {
    width: 28px;
}
#product .product-items-text .point ul > li {
	display: flex;
}
#product .product-items-text .point ul > li + li {
	margin-top: 8px;
}
#product .product-items-text .point ul > li span {
    width: 40px;
    font-size: 20px;
    font-weight: bold;
    line-height: 20px;
    color: #003284;
    margin-top: 3px;
    vertical-align: middle;
    display: inline-block;
}
#product .product-items-text .point ul > li > p {
    width: calc(100% - 40px);
    letter-spacing: 2px;
    display: inline-block;
    vertical-align: middle;
}
#product .product-items-text > p {
	font-size: 13px;
	line-height: 23px;
	letter-spacing: 1.1px;
}
#product .product-items-material {
	margin-top: 20px;
}
#product .product-items-material ul li + li {
	margin-top: 7px;
}
#product .product-items-material ul li {
	font-size: 13px;
}
#product .product-items-material ul li dl {
	display: flex;
	align-items: flex-start;
}
#product .product-items-material ul li dl dt {
	width: 56px;
    padding-left: 19px;
    position: relative;
    letter-spacing: 2px;
    font-size: 13px;
    margin-top: 2.4px;
}
#product .product-items-material ul li dl dt:before {
	position: absolute;
	top: 6.5px;
	left: 0;
	content: "";
	display: block;
	width: 9.6px;
	height: 1px;
	background: rgba(0, 50, 132, .6);
}
#product .product-items-material ul li dl dd {
	width: calc(100% - 56px);
    letter-spacing: 1.1px;
	line-height: 17px;
	font-size: 13px;
}

#product .product-machines {
	max-width: 1100px;
	width: 100%;
	margin: 0 auto;
}
#product .product-machines ul {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	margin: -45px 0 0 -55px;
}
#product .product-machines ul > li {
	width: 330px;
	margin: 45px 0 0 55px;
	line-height: 0;
	background: #607AA5;
}
#product .product-machines ul > li dl {
	padding: 20px 22px 33px;
}
#product .product-machines ul > li dl * {
	color: #fff;
}
#product .product-machines ul > li dl dt {
	font-size: 24px;
	font-weight: 500;
	line-height: 32px;
    margin-bottom: 7px;
    letter-spacing: 2px;
}
#product .product-machines ul > li dl dd {
	font-size: 13px;
	line-height: 23px;
	letter-spacing: 1.1px;
}

#product .contact-block {
	max-width: 1100px;
	width: 100%;
	margin: 0 auto;
}
#product .contact-block dt {
	position: relative;
	font-weight: bold;
	text-align: center;
    margin-bottom: 86px;
}
#product .contact-block dt:before {
	content: "";
	display: block;
	width: 100%;
	position: absolute;
	top: 32px;
	height: 2px;
	background: #CDD5E3;
}
#product .contact-block dt:after {
	content: "";
	display: block;
	width: 44px;
	position: absolute;
	left: 50%;
	bottom: -55px;
	margin-left: -22px;
	height: 22px;
	background: url(../images/common/contact-arrow.png) no-repeat top left;
}
#product .contact-block dt span {
	font-size: 20px;
	line-height: 34px;
	text-align: center;
	position: relative;
	background: #fff;
    display: inline-block;
    padding: 0 37px;
    font-weight: bold;
}
#product .contact-btn {
	display: block;
	width: 420px;
	height: 64px;
	line-height: 64px;
	text-align: center;
	text-decoration: none;
	border-radius: 32px;
	margin: 0 auto;
	padding-left: 18px;
    background: url(../images/common/ico-mail-white.png) no-repeat center left 46px;
    background-color: #003284;
    background-size: 6.3%;
}
#product .contact-btn:hover {
	background-color: #222222;
}
#product .contact-btn span {
	color: #fff;
	font-size: 16px;
    letter-spacing: 1.1px;
}
#product .contact-tel {
	margin-top: 36px;
	text-align: center;
}
#product .contact-tel .tel {
	position: relative;
	display: inline-block;
}
#product .ico-tel {
	position: absolute;
	top: 2px;
	left: 0;
	width: 28px;
	height: 28px;
}
#product .tel-num {
	padding-left: 36px;
	font-size: 32px;
	line-height: 1;
	color: #003284;
	letter-spacing: 2.35px;
	font-weight: bold;
}
#product .tel-date {
	font-size: 13px;
	color: #003284;
    text-align: center;
    margin-top: 5px;
}

.next-block {
	background: url(../images/products/bg-next-pc.jpg) no-repeat center center;
	background-size: cover;
}
.next-block .ttl-company {
	width: 203px;
}
@media screen and (max-width:768px) {
	/* main */
	#product .main {
		height: 82.67vw;
		background: url(../images/products/bg-main_sp.jpg) no-repeat center center;
		background-size: cover;
	}
	#product .content {
		padding-top: 10vw;
		padding-bottom: 28vw;
	}
	#product .content > section + section {
		margin-top: 21.5vw;
	}
	#product .content .content-inner {
		max-width: 100%;
	}

	/* product */
	#product .product-read {
		flex-wrap: wrap;
	    margin: 0;
        height: auto;
	}
	#product .product-text {
	    width: 100%;
	    margin-top: 0;
	    margin-right: 0;
        padding: 0 7vw;
	}
	#product .product-read .product-img {
	    width: 95%;
	    margin: 8vw 0 0 auto;
	}
	#product .product-text p.text1 {
	    font-size: 6.4vw;
	    line-height: 9.07vw;
	    letter-spacing: .5vw;
	}
	#product .product-text p.text2 {
		font-size: 3.47vw;
	    line-height: 5.87vw;
	    letter-spacing: .2vw;
	    margin-top: 3.2vw;
	}

	/* h3 */
	#product h3 {
		font-size: 6.4vw;
		letter-spacing: .55vw;
	    margin-bottom: 7.5vw;
	}
	#product .product-items-block {
		padding: 0 5.33vw;
	}
	#product .product-items {
		padding: 8.5vw 5.33vw;
		max-width: 100%;
	}
	#product .product-items > ul > li {
		display: block;
	}
	#product .product-items > ul > li + li {
		margin-top: 9.7vw;
		border-top: 0.27vw solid #CDD5E3;
		    padding-top: 8vw;
	}
	#product .product-items > ul > li .item-img {
		width: 100%;
		height: 100%;
	}
	#product .product-items > ul > li .product-items-text {
		width: 100%;
		padding-left: 0;
	}
	#product .product-items > ul > li:nth-of-type(2n) .product-items-text {
		padding-right: 0;
	}
	#product .product-items h4 {
		font-size: 6.13vw;
		font-weight: bold;
		line-height: 1.6;
	    margin-bottom: 3.2vw;
	    letter-spacing: .5vw;
	}
	#product .product-items-text .point {
		position: relative;
		margin-top: 5.3vw;
		background: none;
		background-color: rgba(256,256,256,0.7);
		padding: 6.7vw 5.5vw 4.3vw 5.5vw;
	    margin-bottom: 5vw;
	}
	#product .product-items-text .point:before {
		position: absolute;
		content: "";
		display: block;
		width: 17.07vw;
		height: 8vw;
		top: -2.13vw;
		left: -2.13vw;
		background: url(../images/products/icon-point_sp.png) no-repeat top left;
		background-size: 100%;
	}
	#product .product-items-text .point p {
		font-size: 4.27vw;
		line-height: 6.13vw;
	}
	#product .product-items-text .point .text-01 img {
	    width: 5vw;
	}
	#product .product-items-text .point .text-02 img {
	    width: 5.5vw;
	}
	#product .product-items-text .point .text-03 img {
	    width: 5.4vw;
	}
	#product .product-items-text .point ul > li + li {
		margin-top: 1.8vw;
	}
	#product .product-items-text .point ul > li span {
		width: 9vw;
		font-size: 4.27vw;
	}
	#product .product-items-text .point ul > li > p {
		width: 100%;
	    letter-spacing: .3vw;
	    font-size: 4.27vw;
	    line-height: 6.13vw;
	}
	#product .product-items-text > p {
		font-size: 3.47vw;
		line-height: 6.13vw;
	}
	#product .product-items-material {
		margin-top: 4.2vw;
	}
	#product .product-items-material ul li + li {
		margin-top: 1.6vw;
	}
	#product .product-items-material ul li {
		font-size: 3.47vw;
	}
	#product .product-items-material ul li dl dt {
		width: 14.8vw;
		padding-left: 5.4vw;
	    letter-spacing: .2vw;
	}
	#product .product-items-material ul li dl dt:before {
		top: 1.9vw;
		width: 2.56vw;
		height: 0.27vw;
	}
	#product .product-items-material ul li dl dd {
		width: calc(100% - 14.8vw);
	}

	#product .product-machines-block {
		padding: 0 5.33vw;
	}
	#product .product-machines {
		max-width: 100%;
	}
	#product .product-machines-block h3 {
		letter-spacing: .07vw;
	}
	#product .product-machines ul {
		display: block;
		margin: 0;
	}
	#product .product-machines ul > li {
		width: 100%;
		margin: 8.3vw 0 0 0;
	}
	#product .product-machines ul > li dl {
		padding: 5vw 5.3vw 5.4vw;
		height: auto;
	}
	#product .product-machines ul > li dl dt {
		font-size: 5.33vw;
		line-height: 7.47vw;
	    margin-bottom: 2vw;
	    letter-spacing: .5vw;
	}
	#product .product-machines ul > li dl dd {
		font-size: 3.47vw;
		line-height: 6.13vw;
	}

	#product .contact-block {
		max-width: 100%;
	}
	#product .contact-block dt {
	    margin-bottom: 23.4vw;
	}
	#product .contact-block dt:before {
		display: none;
	}
	#product .contact-block dt:after {
		width: 11.73vw;
		bottom: -14vw;
		margin-left: -5.865vw;
		height: 5.87vw;
		background: url(../images/common/contact-arrow.png) no-repeat top left;
		background-size: 100%;
	}
	#product .contact-block dt span {
		font-size: 4.8vw;
		line-height: 7.47vw;
	    padding: 0;
        letter-spacing: .35vw;
	}
	#product .contact-btn {
	    width: 80.53vw;
	    height: 12.8vw;
	    line-height: 12.8vw;
	    border-radius: 6.4vw;
	    padding-left: 8vw;
	    background: url(../images/common/ico-mail-white.png) no-repeat center left 7.4vw;
	    background-color: #003284;
	    background-size: 8.3%;
	}
	#product .contact-btn:hover {
	    background-color: #003284;
	}
	#product .contact-btn span {
		font-size: 3.73vw;
		letter-spacing: .2vw;
		font-weight: 300;
	}
	#product .contact-tel {
		margin-top: 4.2vw;
	}
	#product .ico-tel {
	    top: .7vw;
	    width: 5vw;
	    height: 5vw;
	}
	#product .tel-num {
		padding-left: 7.2vw;
		font-size: 6.4vw;
	    letter-spacing: .5vw;
	    text-decoration: none;
	}
	#product .tel-num .ico-tel {
		width: 5.5vw;
		height: 5.5vw;
	}
	#product .tel-date {
		font-size: 3.2vw;
	    margin-top: 4.5px;
	    letter-spacing: .3vw;
	}

	.next-block {
		background: url(../images/products/bg-next-sp.jpg) no-repeat center center;
		background-size: cover;
	}
	.next-block .ttl-company {
		width: 41vw;
	}
}