.r {
	justify-content: space-between;
}

.logo img {
	width: 170px !important;
	/*	display: flex;*/
	object-fit: contain;
	margin: inherit;
	margin-bottom: 20px;
}

.col-5 img {
	max-height: 230px !important;
	object-fit: contain;
}

.titlebox {
	margin: auto;
	width: 100%;
	justify-content: space-around;
	margin-bottom: 10px;
}

.titlebox h2 {
	margin: auto;
}

.title {
	font-size: 1.6rem;
	margin: 0px 0 20px 0;
	position: relative;
	padding: 1rem .5rem;
	line-height: 35px;
}

.title:after {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 2px;
	content: '';
	border-radius: 3px;
	background-image: -webkit-gradient(linear, right top, left top, from(#2af598), to(#009efd));
	background-image: -webkit-linear-gradient(right, #2af598 0%, #009efd 100%);
	background-image: linear-gradient(to left, #2af598 0%, #009efd 100%);
}

.naiyo {
	font-size: 1.7rem;
	font-weight: normal;
	border-bottom: 1px solid #ccc;
	padding: 20px 60px 20px 20px;
	margin: 0 0 20px;
}

.naiyo_blue {
	font-size: 1.7rem;
	font-weight: normal;
	border-bottom: 1px solid #ccc;
	background: #F5FAF7;
	padding: 20px 60px 20px 20px;
	margin: 0 0 20px;
}

img.thum {
	max-width: 300px;
	object-fit: contain;
	margin: auto;
	display: flex;
}

p {
	margin: 0 auto;
	color: #000;
}

.fbox {
	width: 97%;
	height: 220px;
	overflow-y: scroll;
	border: solid 1px #ccc;
	padding: 10px;
}

.table-spec1 {
	margin: auto;
	width: 100%;
}

.veru {
	width: 100%;
	display: block;
	color: #000;
	font-size: 95%;
	width: 100%;
	display: inline-flex;
	border-bottom: 1px solid #cccccc;
	position: relative;
	/*	padding: 0px 120px;*/
}

.veru td {
	font-size: 14px;
}

.veru td a {
	color: #414de2;
}

.veru td a::after {
	font-family: "Font Awesome 5 Free";
	font-weight: 600;
	content: " \f101";

}

.veru td:first-child {
	width: 40%;
	text-align: center;
	padding: 10px 0;
	position: relative;

}

.veru span {
	position: absolute;
	right: 20%;
}

.veru td:nth-child(2) {
	width: 60%;
	text-align: left;
	padding: 10px 0;
	text-decoration: underline;

}

.veru td:nth-child(2):hover {
	opacity: .6;
}

/*
.white_sp {
    white-space: pre-line;
}
*/

.osver {
	width: 100%;
	background-color: #ededed;
	padding: 12px;
	text-align: center;
}

.osver h4 {
	font-weight: 400;
}

.osbox {
	width: 100%;
	height: auto;
	display: block;
	float: left;
}

.qr .qrimg {
	max-width: 40px !important;
}

.qr td img {
	padding: 0px;
	margin: 0px;
	text-align: center;
}

.qr table,
.qr td,
.qr th {
	border: 1px solid #a8a8a8;
	border-collapse: collapse;
	line-height: 17px;
	font-size: 12px;
	color: #000;
}

.qr td,
th {
	padding: 3px;
	height: 25px;
	vertical-align: middle;
	text-align: left;
}

.qr .cent {
	text-align: center;
}

.qr th {
	background: #f0e6cc;
}

.pay {
	background-color: #faeded;
	border: 0;
	box-shadow: inset 0 0 0 1px #787878;
	color: #910f18 !important;
	cursor: pointer;
	font-family: "Roboto";
	font-size: 1.0em;
	height: 3.0em;
	letter-spacing: 0.075em;
	line-height: 3.0em;
	padding: 0 2.25em;
	text-align: center;
	white-space: nowrap;
}

/*製品*/

#products {
	background: #f4f4f4;
	padding: 15px 5px;
	margin: auto 0;
}

.product-wrap {
	width: 90%;
	margin: auto;
	display: flex;
}


.productbox1 ul li {
	width: 60%;

	list-style: none;
	margin-bottom: 5px;
	text-align: center;
}

.productbox {
	width: 100%;
	flex-wrap: wrap;
	margin-top:

}

.productbox p {
	text-align: center;
	border-bottom: .1px solid #cbcbcb;
	padding-bottom: 5px;
	width: 100%;
	font-size: 12px;
	padding-left: 10px;
}

.productbox ul {
	display: flex;
	flex-wrap: wrap;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;

	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;

	padding: 0 0px;
	text-align: center;
	margin: 10px 0px 10px 0px;
}

.productbox ul li {
	width: calc(80%/5);
	margin-right: 20px;
	margin-bottom: 5px;
	list-style: none;

}

#products h4 {
	margin: 0px;
	text-align: center;
	font-weight: 300;
	margin-top: 5px;
	font-size: 12px;
	position: relative;
	display: inline-block;
}

#products h4:before {
	content: '';
	display: block;
	position: absolute;
	top: 3px;
	left: -9px;
	border: transparent 3px solid;
	border-left: #999 3px solid;
}

#products li:hover {
	transition: .3s;
	opacity: .6;
}

#products li.nothover:hover {
	transition: none;
	opacity: 1 !important;
}


#products li div {
	width: 100%;
	text-align: center;
	margin: auto;
	background: #fff;
	border-radius: 2px;
	height: 50px;
	border: 1px solid #ababc4;
	display: inline-block;
	background-position: center center;
	background-repeat: no-repeat;
	width: 100%;
	background-size: contain;
	display: flex;

}

#products li img {
	margin: auto;
	vertical-align: middle;
	text-align: center;
	width: auto;
	max-width: 90px !important;
	max-height: 45px;
	vertical-align: middle;
	display: block;

	justify-content: center;
	align-items: center;
}

#bottom {
	/*background: #171717;*/
	padding-bottom: 10px;
	color: #fff;
}

.accordion .content {
	opacity: 0;
	max-height: 0;
	overflow: hidden;
	padding: 0;
	transition: all .2s ease .15s;
}

.accordion .content.active {
	opacity: 1;
	max-height: 100%;
	padding: 10px 0 0;
	margin: 0 0 30px;
	transition: all .35s ease .15s;
}


.accordion .content > div {
	margin: 0 0 30px;
}

.accordion .content > div:last-of-type {
	border-bottom: 1px solid #ccc;
	padding: 0 0 20px;
	margin: 0;
}

.accordion a.title_btn .naiyo {
	display: block;
	position: relative;
	transition: 0.3s;
}

.accordion a.title_btn .naiyo:hover,
.accordion a.title_btn.active .naiyo {
	color: #5fbcfa;
	background: #F5FAF7;
	cursor: pointer;
}

.accordion a.title_btn .naiyo::after {
	content: "+";
	display: flex;
	justify-content: center;
	color: #ccc;
	font-size: 3.3rem;
	font-weight: 400;
	align-items: center;
	width: 24px;
	height: 24px;
	border-radius: 50%;
	border: 1px solid #ccc;
	position: absolute;
	bottom: 50%;
	right: 20px;
	padding: 5px;
	margin: 0 0 -17px 0;
}

.accordion a.title_btn .naiyo:hover::after {
	color: #5fbcfa;
	border: 1px solid #5fbcfa;
}

.accordion a.title_btn.active .naiyo::after {
	content: "-";
	color: #5fbcfa;
	font-size: 2.5rem;
	font-weight: 600;
	border: 1px solid #5fbcfa;
}


/**/

.nav3 ul {
	display: flex;
	margin-top: 35px;
	margin-bottom: 16px;
	padding-left: 10px;
}

.nav3 li {
	font-size: 11px;
	margin-left: 10px;
	display: inline-block;
	position: relative;
	margin-right: 12px;
}

.nav3 > ul > li:before {
	content: '';
	display: block;
	position: absolute;
	top: 0.3em;
	left: -10px;
	border: transparent 3px solid;
	border-left: #999 3px solid;
}

.detail_box h4 {
	font-weight: bold;
	margin: 0 0 5px 0;
}

.detail_box ul {
	margin-bottom: 2rem;
}

.detail_box ul.mb-sp {
	margin-bottom: 0;
}

.detail_box ul.mb-no {
	margin-bottom: 0;
}

.detail_box ul li {
	list-style-type: disc;
	line-height: 1.5;
	margin: 0 0 1rem 2rem;
}

.w_250 {
	width: 100%;
	max-width: 250px !important;
}

.bottom_line {
	border-bottom: 1px solid #ccc;
	padding: 0 0 30px;
}

.text_sup {
	font-size: 1.1rem;
	vertical-align: super;
}

.text_small {
	font-size: 1.1rem;
}


@media screen and (max-width:767px) {

	.titlebox {
		display: block;
		width: 100%;
	}

	.titlebox img {
		width: 120px !important;
		margin-bottom: 20px;
	}

	.titlebox h2 {
		font-size: 26px;
	}

	/*  20200610è¿½åŠ */
	.product-wrap {
		display: block;
		width: 95%;
	}

	.productbox1 {
		width: 100%;
		flex-wrap: wrap;
		justify-content: center;
	}

	.productbox1 ul {
		display: flex;
		flex-wrap: wrap;
		padding: 0 0px;
		text-align: left;
		margin: 10px 0px 10px 0px;
	}

	.productbox1 ul li {
		width: 45%;
		margin: auto;
		list-style: none;
		margin-bottom: 5px;
	}

	.productbox {
		width: 100%;
		flex-wrap: wrap;

	}

	.productbox p {
		text-align: left;
		border-bottom: .1px solid #cbcbcb;
		padding-bottom: 5px;
		width: 95%;
		font-size: 12px;
	}

	.productbox ul {
		display: flex;
		flex-wrap: wrap;
		padding: 0 0px;
		text-align: center;
		margin: 10px 0px 10px 0px;
	}

	.productbox ul li {
		width: calc(98%/3);
		justify-content: space-around;
		/*        margin-right: 4px;*/
		margin-bottom: 5px;
		list-style: none;

	}

	#products li div {
		width: 100%;
		text-align: center;
		margin: auto;
		background: #fff;
		border-radius: 2px;
		height: 50px;
		border: 1px solid #ababc4;
		display: inline-block;
		background-position: center center;
		background-repeat: no-repeat;
		width: 100%;
		background-size: contain;
		display: flex;

	}

	#products li img {
		margin: auto;
		vertical-align: middle;
		text-align: center;
		width: auto;
		max-width: 65px;
		max-height: 8vw;
		vertical-align: middle;
		display: block;

		justify-content: center;
		align-items: center;
	}

	.naiyo {
		font-size: 1.4rem;
		line-height: 1.5;
	}

	.detail_box ul.mb-sp {
		margin-bottom: 2rem;
	}

	.mb-20-sp {
		margin-bottom: 2rem !important;
	}

}
