@media screen and (max-width: 959px) {	
	body { font-size: 1.3rem; }
}

@media screen and (min-width: 599px) {
	br.sp { display: none; }
}
@media screen and (max-width: 600px) {	
	body { font-size: 1.2rem; }
	br.pc { display: none; }
}

#product header {
	padding: 5px 20px;
	display: flex;
    align-items: center;
	justify-content: space-between;
}

#product header .head-logo a {
	display: flex;
    align-items: center;
}

#product header .head-logo img {
    width: 100px;
    margin-right: 10px;
}

#product header .head-logo span {
    display: inline-block;
    background: #13479c;
    color: #fff;
	font-size: 70%;
    font-weight: bold;
    padding: 0.1em 0.5em;
    border-radius: 3px;
}

#product header .close {
	display: inline-block;
	width: 30px;
	height: 30px;
	vertical-align: middle;
	position: relative;
	cursor: pointer;
}

#product header .close:after,
#product header .close:before {
	display: block;
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	width: 20px;
	height: 0;
	border-bottom: 2px solid #aaa;
}

#product header .close:after{
	transform: rotate(45deg);
}

#product header .close:before{
	transform: rotate(-45deg);
}




#product artcle {
	display: block;
	padding: 0 20px 20px 20px;
}

#product section {
	margin-bottom: 60px;
}


#head {
	border-bottom: 1px solid #cfd7e8;
	padding-bottom: 30px;
	margin-bottom: 30px !important;
}

#head h1 {
	font-size: 190%;
	font-weight: bold;
	margin-bottom: 1em;
	background: #f6f8fb;
	text-align: center;
	padding: 0.2em;
}

#head .img {
	text-align: center;
}

#head .img img {
	max-width: 80%;
}

#head .number {
	font-size: 120%;
	text-align: center;
	margin: 0.5em 0 1em;
}

#head .copy {
	color: #13479c;
	font-size: 170%;
	font-weight: bold;
	line-height: 1.3;
}

#head .text {
	margin-top: 15px;
}


#product h2 {
	font-size: 140%;
	font-weight: bold;
	margin-bottom: 10px;
}

#point li {
	text-indent: -1em;
	padding-left: 1em;
	margin-bottom: 5px;
}

#point li:before {
	content: '● ';
}

#detail table {
	width: 100%;
    border-collapse: collapse;
	table-layout: fixed;
    border-spacing: 0;
}

#detail table th,
#detail table td {
	border: 1px solid #eee;
	padding: 15px 0.5em;
}

#detail table th {
	width: 13em;
	font-weight: bold;
	background: #f6f8fb;
}

#detail table td {
	padding: 15px 1em;
}

#detail small {
	display: block;
	margin-top: 0.5em;
	font-size: 90%;
	color: #777;
}

#detail h2:nth-of-type(2) {
	margin-top: 2em;
}



#set ul {
	display: flex;
	flex-wrap: wrap;
}

#set li {
	width: 50%;
	margin-bottom: 2em;
	display: flex;
	align-items: center;
}

#set li .name {
	order: 2;
	font-size: 120%;
	font-weight: bold;
	padding-left: 10px;
}

#set li .name span {
	display: block;
	font-size: 80%;
}

#set li .img {
	order: 1;
	width: 40%;
	max-width: 75px;
}

#set li .img img {
	width: 100%;
}



@media screen and (max-width: 600px) {
	#head h1 {
		font-size: 170%;
	}
	#head .copy {
		font-size: 140%;
	}

	#detail table tr,
	#detail table th,
	#detail table td {
		display: block;
		width: 100%;
		border: none;
	}
	
	#detail table th,
	#detail table td {
		text-align: left;
		padding: 0.5em;
		border-top: none;
	}
	
	#detail table th {
		border-top: 1px solid #eee;
		border-bottom: 1px solid #eee;
	}
	
	#detail table {
		border: 1px solid #eee;
		border-top: none;
	}

	#set li {
		width: 100%;
	}
}

artcle .close {
	cursor: pointer;
	display: block;
	width: 8em;
	background: #333;
	color: #fff;
	text-align: center;
	padding: 0.3em;
	margin: 0 auto;
}



