@charset "utf-8";
.shuei-title{
	margin-bottom:30px;
}
.detail .right {
	float: right;
}
.detail .left,
.product-title .left {
	float: left;
}
.product {
	width: 1100px;
	margin: 0 auto;
}

.product-template-default .main-img {
	margin-bottom: 0;
}
.product {
	padding-top: 110px;
}


.product-title {
	border-bottom: 1px solid #e72e35;
	margin-bottom: 40px;
	padding: 0 40px 16px;
}
.product-title .left {
	margin-right: 30px;
}
h3.product-name {
	font-size: 36px;
	display: inline-block;
	line-height: 1;
}
.product-name span {
	font-size: 20px;
}
.icon-01 {
	color: #e72e35;
	border: #e72e35 solid 1px;
	border-radius: 5px;
	padding: 0 10px;
	font-size: 14px;
	display: inline-block;
	padding: 2px 10px;
}
.detail {
	margin: 0 40px;
}
.detail .left li {
	    margin: 25px 0;
}
.detail .left img {
	width: 450px;
}
.detail .right {
	width: 530px;
}
.detail dt {
	color: #fff;
	border-radius: 5px;
	padding: 0 10px;
	font-size: 14px;
	display: inline-block;
	padding: 2px 17px;
	background-color: #e72e35;
	margin-bottom: 10px;
}
.detail dd {
	margin-bottom: 25px;
}
.spec {
	margin-top: 200px;
}
.spec .pg-caption {
	position: relative;
	border-bottom: 1px solid #e72e35;
	margin-bottom: 50px;
}
.spec .pg-caption::after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	border-bottom: 1px solid #e72e35;
}
.spec .pg-caption::after {
	bottom: -5px;
}
.shiyou dl {
	border-bottom: 1px dashed #e72e35;
	padding: 20px 0;
}
.shiyou dt {
	display: inline-block;
	color: #e72e35;
	font-weight: bold;
	width: 360px;
	text-align: center;
}
.shiyou dd {
	width: 740px;
	float: right;
}
.marker-sq {
	color: #e72e35;
	margin-right: 10px;
}
.spec .link {
	padding: 100px 0;
}
.link li {
	font-size: 1.6rem;
	width: 30%;
}
.link li:nth-of-type(1) a {
	background-color: #00418e;
	border: none;
}
.link li:nth-of-type(1).btn a:before, .link li:nth-of-type(1).btn a:after, .link li:nth-of-type(1).btn span:before, .link li:nth-of-type(1).btn span:after {
	background-color: #00418e;
}
.link li:nth-of-type(1).btn a:hover {
	color: #00418e;
	background-color: #fff;
}
.free-01 {
	margin: 100px 0;
}







.product-list .area {
	width: 1100px;
	margin: 110px auto 0;
}
.product-table {
	margin-bottom: 155px;
}
.product-table ul {
	width: 1110px;
}
.product-table li {
	width: 270px;
	height: 78px;
	/* border-right: 1px dashed #e72e35;
	border-bottom: 1px dashed #e72e35; */
	display: inline-block;
}
.product-list .product-name {
	margin-top: 25px;
	display: inline-flex;
	width: 170px;
}
.product-table li:nth-child(4n)  {
	border-right: none;
}
.pc-invisible {
	display: none;
}


/*パンくず*/
.breadcrumbs {
	margin-bottom: 50px;
}
.breadcrumbs a {
	display: inline-block;
}

.link-banner {
	margin-bottom: 150px;
}
.link-banner li {
	display: inline-block;
	width: 49%;
	text-align: center;
}


.product-nav {
	display: flex;
	justify-content: space-between;
	flex-flow: row wrap;
	max-width: 1200px;
	margin: 65px auto;
	font-size: 18px;
}
.product-nav a::after {
	content:url('../img/product/arr-down.png');
	position: relative;
    bottom: 2px;
    left: 8px;
}
h3.single-underline {
    font-size: 2.8rem;    
    border-bottom: solid 1px #e72e35;
    padding-bottom: 20px;
    margin-bottom: 20px;
}
.product-section {
	margin-top: -80px;
	padding-top: 80px;
	margin-bottom: 60px;
}


@media screen and (max-width: 768px) {
.shuei-title{
	margin-bottom:40px;
}
.product {
	width: 100%;
}
.product-title {
    padding: 0 5%;
}
.product-title .left:nth-child(1) {
	display: inline-block;
	margin: 0;
}
.product-title .left img {
	width: 10vw;
}
.product-title .left:nth-child(2) {
    float: right;
    width: 85%;
    margin: 0;
}
.product-name span {
    display: inline-block;
}
.detail .left img {
	width: 100%;
}
.detail .left {
	margin-bottom: 5%;
}
.detail .right {
	width: 90%;
	margin: 0 5%;
}
.spec {
	margin-top: 10vh;
}
.shiyou dl {
	padding: 5vh 0;
}
.shiyou dt {
	width: 25vw;
	margin-left: 5%;
	text-align: left;
}
.shiyou dd {
	width: 65vw;
}
.spec .link {
    padding: 0;
}
.link li {
	display: inline-block;
	width: 80%;
	margin: auto 10% 10%;
}
.link li:first-child {
		display: none;
	}
.link li + li {
	margin-top: 5vh;
}
.free-01 {
	margin: 5vh 5%;
}
	
	
	
	
	
.pc-invisible {
	display: block;
}
.product-list .area {
	width: 100%;
	margin: 0 auto;
}

.product-table {
    margin-bottom: 10vh;
}
.product-table ul {
	width: 100%;
}
.product-table li {
	width: 48.5%;
	height: auto;
	display: inline-block;
	min-height: 50px;
	line-height: 1;
}
.product-table li img {
	width: 30%;
}
.product-list .product-name {
	display: inline-block;
	width: 70%;
	font-size: 1.2rem;
	margin: 5% 0;
}
.product-table li:nth-child(2n) {
	border-right: none;
}	
	
	
	/*パンくず*/
	#detail {padding-top: 5vh;}
	.breadcrumbs {
    margin: 5%;
}
	
	
	.link-banner {
	margin-bottom: 10vh;
}
.link-banner li {
	width: 80%;
    margin: 0 10% 5vh;
}

.product-nav {
	justify-content: space-between;
	width: 90vw;
	margin: 0 auto 7vh;
}
.product-nav a {
	width: 100%;
	padding: 10px 0;
	text-align: left;
	flex: 0 1 49%;
}
.product-nav a:nth-child(5) {
	flex: 0 1 100%;
}



}
