@charset "UTF-8";

/* --------------------------------------------------------
	common within page
-------------------------------------------------------- */
h2 {
    font-size: 190%;
    text-align: center;
    font-weight: 500;
    color: #333;
}
h2::after {
    content: "";
    display: block;
    width: 40px;
    height: 1px;
    border-bottom: 2px solid #808080;
    margin: 0.25em auto 1em;
}
.sec-page-head {
	margin-bottom: 0;
}
.sec-com-ind ul {
	display: flex;
	justify-content: space-between;
}
 .sec-com-ind img:first-child  {
	 margin-bottom: 1em;
}
.sec-com-ind ul li:nth-child(1) {
	margin-right: 3em;
}
.sec-com-ind ul li:nth-child(2)>p {
	text-align: right;
}
.sec-com-ind ul li:nth-child(2) img:last-child {
	width: 60%;
}
.syakun {
	text-align: center;
}
.syakun img {
	width: 600px;
}


@media screen and (max-width: 767px) {
	
	.product-title{
		height: 78px;
	}
	h1 {
		font-size: 1.5em;
		position: relative;
	}	
	.sec-com-ind ul {
		display: block;
	}
	img  {
		width: 100%;
	}
	li.youtube img  {
		width: 25px;
	}
	.syakun img {
		width: 100%;
	}
	 .sec-com-ind img:first-child  {
		 margin-top: 1em;
	}
    .sec-com-ind ul li:nth-child(1) {
        margin-right: 0;
    }
	.sec-com-ind ul li:nth-child(2) img:last-child {
		width: 50%;
	}
    .sec-com-ind ul li:nth-child(2)>p {
        text-align: left;
    }
}