@charset "UTF-8";
@keyframes fadein {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}
/* Firefox < 16 */
@-moz-keyframes fadein {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}
/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes fadein {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}
/* Internet Explorer */
@-ms-keyframes fadein {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}
/* Opera < 12.1 */
@-o-keyframes fadein {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}
body.remove-scroll {
	position: fixed;
	top: 0;
	right: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

@media (max-width: 991px) {
	.show-desktop {
		display: none;
	}
}

.show-mobile {
	display: none;
}
@media (max-width: 991px) {
	.show-mobile {
		display: block;
	}
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

input[type="number"] {
	-moz-appearance: textfield;
}

.entrybody {
	overflow: hidden;
}
.entrybody table {
	margin-left: auto;
	margin-right: auto;
}

.shop-tab .search_shop .size-inline {
	display: inline-block;
	float: left;
}
@media (max-width: 1200px) {
	.shop-tab .search_shop .size-inline {
		display: block;
		clear: left;
		float: none;
	}
}
.shop-tab .search_shop .size-inline.mg-15 {
	margin-left: 15px;
}
@media (max-width: 1200px) {
	.shop-tab .search_shop .size-inline.mg-15 {
		margin-left: 0;
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	.shop-tab-menu a {
		padding: 5px !important;
	}
}

.popup table.comp_tb tr td img {
	width: 100px;
	height: 100px;
}

.gnavi .g07 a:before {
	content: "\f02d";
}
.gnavi .g08 a:before {
	content: "\f0e0";
}

article {
	-webkit-transition: padding-top 500ms;
	transition: padding-top 500ms;
	padding-top: 100px;
}
@media (max-width: 1199px) {
	article {
		padding-top: 101px;
	}
}
@media (max-width: 399px) {
	article {
		padding-top: 80px;
	}
}
article.show-menu {
	padding-top: 549px;
}
@media (max-width: 399px) {
	article.show-menu {
		padding-top: 528px;
	}
}

.clear {
	clear: both;
	float: none;
}

.down .gnavi li a {
	color: #fff;
	background: #387922;
	border-color: #387922;
}
.down .gnavi li:hover a {
	color: yellow;
	border-color: #387922;
}
.down .gnavi li.active a {
	color: yellow;
	background: #387922;
	border-color: #387922;
}

.header-left {
	width: 22%;
	float: left;
}
@media (max-width: 1199px) {
	.header-left {
		width: 100%;
		float: none;
		text-align: center;
	}
}
@media (max-width: 399px) {
	.header-left .logo img {
		width: 170px;
		height: auto;
	}
}

header .container-fluid {
	position: relative;
}

.header-right {
	width: 78%;
	float: right;
}
@media (max-width: 1199px) {
	.header-right {
		width: 100%;
		float: none;
		padding-top: 10px;
	}
}
.header-right .top {
	display: flex;
	flex-direction: row;
	justify-content: flex-end;
}
@media (max-width: 1199px) {
	.header-right .top {
		display: none;
	}
}
.header-right .hnavi {
	position: relative;
	right: unset;
	background: url("../common/images/bg_hnavi.png") 0px bottom repeat-x #222;
	padding: 9px 9px;
	margin-right: 75px;
}
.header-right .hnavi.second:after {
	right: -26px;
	width: 27px;
}
.header-right .hnavi.no-mg {
	margin-right: 0;
}
.header-right .hnavi:before {
	content: "●";
	display: inline-block;
	vertical-align: middle;
	color: #387922;
	position: absolute;
	left: -30px;
	width: 30px;
	height: 33px;
	top: 0;
	background: #222;
	line-height: 33px;
	font-size: 17px;
	text-align: center;
}
.header-right .hnavi:after {
	content: "●";
	display: inline-block;
	vertical-align: middle;
	color: #387922;
	position: absolute;
	right: -28px;
	width: 28px;
	height: 33px;
	top: 0;
	background: #222;
	line-height: 33px;
	font-size: 17px;
	text-align: center;
}
.header-right .hnavi.online:before {
	color: #ffff66;
}
.header-right .hnavi.online:after {
	color: #ffff66;
}
.header-right .hnavi.online a {
	color: #ffff66;
}
.header-right .hnavi ul:before,
.header-right .hnavi ul:after {
	content: none;
}
.header-right .hnavi a {
	padding: 0;
}
.header-right .sharing {
	display: inline-block;
	padding-left: 40px;
	padding-right: 14px;
}
@media (max-width: 1199px) {
	.header-right .sharing {
		display: block;
		padding: 0;
		padding-top: 12px;
		text-align: center;
	}
}
.header-right .sharing a {
	display: inline-block;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	position: relative;
	margin: 0 8px;
}
@media (max-width: 1199px) {
	.header-right .sharing a {
		margin: 0 auto;
	}
}
.header-right .sharing a:before {
	font-size: 1.0625rem;
	line-height: normal;
	display: block;
	font-family: "FontAwesome";
	color: #fff;
	position: absolute;
}
.header-right .sharing a:hover {
	opacity: 0.7;
	text-decoration: none;
}
.header-right .sharing .twitter {
	background: #1ea4ee;
}
.header-right .sharing .twitter:before {
	content: "\f099";
	top: 7px;
	left: 7px;
}
.header-right .sharing .facebook:before {
	content: "";
	background-size: cover;
	position: absolute;
	background-image: url("../img/ic_facebook.png");
	width: 30px;
	height: 30px;
}
@media (max-width: 1199px) {
	.header-right .down {
		display: none;
	}
}
.header-right .down .gnavi {
	position: relative;
	right: unset;
	bottom: unset;
}
@media (min-width: 1200px) {
	.header-right .down .gnavi a {
		width: 112px;
		font-size: 0.75rem;
	}
}
.header-right .down .gnavi a:before {
	height: 32px;
}
@media (max-width: 1199px) {
	.header-right nav .searchbox tr {
		border-bottom: 1px solid #f3f3f3;
	}
}
.header-right nav .searchbox th {
	width: 30%;
}
@media (max-width: 1199px) {
	.header-right nav .searchbox th {
		border-bottom: 0;
		white-space: nowrap;
	}
}
.header-right nav .searchbox td {
	width: 70%;
}
@media (max-width: 1199px) {
	.header-right nav .searchbox td {
		border-bottom: 0;
	}
}
@media (max-width: 767px) {
	.header-right nav .searchbox td {
		float: right;
	}
}
.header-right .mobile-menu {
	display: none;
}
@media (max-width: 1199px) {
	.header-right .mobile-menu {
		display: block;
	}
	.header-right .mobile-menu .navbar {
		padding: 0;
	}
	.header-right .mobile-menu .navbar .navbar-toggler {
		padding: 3px 6px;
		background: #387823;
		outline: none;
		position: absolute;
		right: 0;
		top: -60px;
	}
}
@media (max-width: 1199px) and (max-width: 399px) {
	.header-right .mobile-menu .navbar .navbar-toggler {
		padding: 1px 3px;
		top: -50px;
	}
}
@media (max-width: 1199px) {
	.header-right .mobile-menu .navbar .navbar-toggler .icon-bar {
		display: block;
		width: 22px;
		height: 2px;
		border-radius: 1px;
		background: #fff;
		margin: 4px 0;
	}
}
@media (max-width: 1199px) and (max-width: 399px) {
	.header-right .mobile-menu .navbar .navbar-toggler .icon-bar {
		width: 20px;
	}
}
@media (max-width: 1199px) {
	.header-right .mobile-menu .navbar-collapse {
		background: #387922;
	}
	.header-right .mobile-menu .navbar-nav li {
		border-bottom: 1px solid #fff;
		padding: 5px 10px;
	}
	.header-right .mobile-menu .navbar-nav li.active a {
		color: yellow;
	}
	.header-right .mobile-menu .navbar-nav li a {
		color: #fff;
		text-decoration: none;
		display: block;
	}
	.header-right .mobile-menu .navbar-nav .dropdown .dropdown-toggle:after {
		content: none;
	}
	.header-right .mobile-menu .navbar-nav .dropdown .arrow-down {
		border: solid #fff;
		border-width: 0 1px 1px 0;
		display: -ms-flexbox;
		display: flex;
		transform: rotate(45deg);
		-webkit-transform: rotate(45deg);
		width: 8px;
		height: 8px;
		position: absolute;
		right: 15px;
		top: 12px;
	}
	.header-right .mobile-menu .navbar-nav .dropdown.show .arrow-down {
		transform: rotate(225deg);
		-webkit-transform: rotate(225deg);
		top: 15px;
	}
	.header-right .mobile-menu .dropdown-menu {
		margin: 0;
		padding: 0;
	}
	.header-right .mobile-menu .searchbox {
		visibility: visible;
		opacity: 1;
		margin: 0;
		padding: 0;
		border: 0;
		width: 100%;
		top: 0;
		left: 0;
		height: 100%;
		overflow-y: scroll;
		-webkit-overflow-scrolling: touch;
		-webkit-animation: fadein 1s;
		/* Safari, Chrome and Opera > 12.1 */
		-moz-animation: fadein 1s;
		/* Firefox < 16 */
		-ms-animation: fadein 1s;
		/* Internet Explorer */
		-o-animation: fadein 1s;
		/* Opera < 12.1 */
		animation: fadein 1s;
	}
	.header-right .mobile-menu .searchbox .searchblock {
		padding: 5px 10px;
		height: 100%;
		overflow: hidden;
	}
	.header-right .mobile-menu .searchbox label {
		white-space: normal;
	}
}
@media (max-width: 1199px) and (max-width: 575px) {
	.header-right .mobile-menu .searchbox label {
		display: block;
	}
}
@media (max-width: 1199px) {
	.header-right .mobile-menu .searchbox .close {
		padding: 10px 15px;
		outline: none;
	}
	.header-right .mobile-menu .searchbox .error {
		color: #ff2e2e;
		font-weight: normal;
	}
}

.form-search-factory .btn-reset {
	padding: 5px 20px;
	cursor: pointer;
	font-size: 0.875rem;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	width: 20%;
	color: #ffffff;
}
.form-search-factory .error {
	color: #ff2e2e;
	font-weight: normal;
}

.form-search-factory-mobile .btn-reset {
	padding: 5px 20px;
	cursor: pointer;
	font-size: 0.875rem;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	width: 20%;
	color: #ffffff;
}
.form-search-factory-mobile .error {
	color: #ff2e2e;
	font-weight: normal;
}

.modal-result {
	display: block;
	position: fixed;
	z-index: 1;
	padding-top: 152px;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	overflow: auto;
	background-color: black;
	background-color: rgba(0, 0, 0, 0.4);
}
.modal-result .md-content {
	position: relative;
	background-color: #fefefe;
	margin: auto;
	padding: 0;
	border: 1px solid #888;
	border-radius: 4px;
	width: 100%;
	max-width: 792px;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	-webkit-animation-name: animatetop;
	-webkit-animation-duration: 0.4s;
	animation-name: animatetop;
	animation-duration: 0.4s;
}
.modal-result .md-close {
	font-size: 21px;
	line-height: 21px;
	position: absolute;
	top: 0px;
	right: 3px;
	color: #000000;
	opacity: 0.5;
	padding: 3px;
}
.modal-result .md-close:hover {
	color: #000;
	text-decoration: none;
	cursor: pointer;
	opacity: 0.75;
}
.modal-result .md-close:focus {
	color: #000;
	text-decoration: none;
	cursor: pointer;
}
.modal-result .md-header {
	padding: 15px;
}
.modal-result .md-title {
	font-weight: normal;
	background: none;
	margin: 0 auto;
	color: #333;
	border: none;
}
.modal-result .md-footer {
	padding: 0 15px 20px;
	text-align: right;
}
.modal-result .md-footer .btn {
	padding: 8px 30px;
	font-size: 0.875rem;
	margin: 0;
	line-height: 1;
}
.modal-result .btn-cancel {
	background: #666;
}
.modal-result .btn-cancel:hover {
	background: #4c4c4c;
}
.modal-result .md-ok {
	background: #1f4c4c;
}
.modal-result .md-ok:hover {
	background: #0b7373;
}

.search-result.hide {
	display: none;
}
.search-result .sort-list {
	float: right;
	margin-bottom: 20px;
}
.search-result .pager_box {
	clear: both;
}

@media (max-width: 1199px) {
	.shop-tab #tab4 .mobile-scroll {
		display: block;
		width: 100%;
		overflow-x: auto;
		-webkit-overflow-scrolling: touch;
	}
	.shop-tab #tab4 .mobile-scroll th {
		width: auto;
		white-space: nowrap;
		vertical-align: middle;
	}
	.shop-tab #tab4 .mobile-scroll td {
		width: auto;
		vertical-align: middle;
	}
	.shop-tab #tab4 .mobile-scroll td label {
		display: block;
		margin-left: 20px;
	}
}
@media (max-width: 991px) {
	.shop-tab .search_shop .mobile-scroll {
		display: block;
		width: 100%;
		overflow-x: auto;
		-webkit-overflow-scrolling: touch;
	}
	.shop-tab .search_shop .mobile-scroll th {
		width: auto;
		white-space: nowrap;
		vertical-align: middle;
	}
	.shop-tab .search_shop .mobile-scroll td {
		width: auto;
		vertical-align: middle;
	}
	.shop-tab .search_shop .mobile-scroll td label {
		display: block;
		margin-left: 20px;
	}
}
.shop-tab .search_shop .error {
	color: #ff2e2e;
	font-weight: normal;
}

.tab-action-btn .comp_btn em {
	width: 100%;
}
.tab-action-btn .contact_btn {
	margin-bottom: 10px;
}

.contact_btn .btn.add-contact {
	width: 100%;
	background: #387922;
	color: #fff;
	padding: 8px 5px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	line-height: 1;
	font-size: 14px;
	outline: 0;
}
.contact_btn .btn.add-contact:hover {
	opacity: 0.7;
}
.contact_btn .btn.add-contact.width-100 {
	height: 100%;
	padding: 8px 10px;
}

.myform input[type="checkbox"] {
	position: absolute;
	top: 2px;
	left: -20px;
}
.myform input[type="radio"] {
	position: absolute;
	top: 2px;
	left: -20px;
}

/* Safariのずれに対応 */
_::-webkit-full-page-media,
_:future,
:root .myform input[type="checkbox"] {
	top: 0 !important;
}

_::-webkit-full-page-media,
_:future,
:root .myform input[type="radio"] {
	top: 0 !important;
}

.myform td label {
	padding-right: 30px;
	padding-bottom: 3px;
	position: relative;
}

.estform input[type="checkbox"] {
	position: absolute;
	top: 2px;
	left: -20px;
	vertical-align: middle;
}
.estform input[type="radio"] {
	position: absolute;
	top: 2px;
	left: -20px;
	vertical-align: middle;
}

/* Safariのずれに対応 */
_::-webkit-full-page-media,
_:future,
:root .estform input[type="checkbox"] {
	top: 0 !important;
}

_::-webkit-full-page-media,
_:future,
:root .estform input[type="radio"] {
	top: 0 !important;
}

.estform input.none {
	top: -7px;
}
.estform .label-none {
	padding-right: 0;
}
@media (max-width: 991px) {
	.estform .label-none {
		width: auto;
	}
}
.estform .lb-thickness.pd-right {
	padding-right: 30px;
}
.estform .lb-plate-thickness.pd-right {
	padding-right: 30px;
}
.estform input[type="submit"].btn_gray {
	background: #666;
	border-color: #444;
	text-shadow: #444 -1px -1px 0;
}
.estform .near-input {
	padding-right: 30px;
}
.estform .break-line {
	padding: 5px 0;
}
@media (max-width: 991px) {
	.estform .break-line {
		padding: 0;
	}
}
.estform .err-size {
	float: none;
	clear: both;
}
.estform .err {
	color: #ff2e2e;
	background: none !important;
}
.estform table td {
	vertical-align: middle;
}
.estform table td.size-xy .size-inline {
	display: inline-block;
	float: left;
	margin: 0;
}
@media (max-width: 991px) {
	.estform table td.size-xy .size-inline {
		display: block;
		clear: left;
		float: none;
	}
}
.estform table td.size-xy .size-inline .size-x {
	width: 80px;
	margin-bottom: 4px;
	margin-right: 2px;
}
.estform table td.size-xy .size-inline .size-y {
	width: 80px;
	margin-bottom: 4px;
	margin-right: 2px;
}
.estform table td.size-xy .size-inline.mg-15 {
	margin-left: 15px;
}
@media (max-width: 991px) {
	.estform table td.size-xy .size-inline.mg-15 {
		margin-left: 0;
	}
}
@media (min-width: 992px) and (max-width: 1150px) {
	.estform table td.hole label:nth-child(3) {
		width: 60%;
	}
}
@media (min-width: 992px) and (max-width: 1150px) {
	.estform table td.material label:nth-child(3) {
		width: 60%;
	}
}
.estform table td label {
	padding-right: 30px;
	padding-bottom: 3px;
	position: relative;
}
@media (max-width: 991px) {
	.estform table td label {
		padding-right: 0;
		width: 100%;
	}
}
.estform table td .line {
	display: inline-block;
}
@media (max-width: 991px) {
	.estform table td .line {
		display: block;
		margin-bottom: 5px;
	}
}
.estform table th {
	vertical-align: middle;
	width: 165px;
}
@media (max-width: 360px) {
	.estform table th {
		width: 140px;
	}
}
.estform table th h4 {
	margin-bottom: 0;
}

@media (min-width: 768px) and (max-width: 991px) {
	#shop_detail .shopmenu .tabs {
		padding: 0;
	}
}
#shop_detail .shopmenu .tabs li.tab-item-zero {
	width: 25%;
}
#shop_detail .shopmenu .tabs li.tab-item {
	width: 16%;
}
@media (min-width: 768px) and (max-width: 1199px) {
	#shop_detail .shopmenu .tabs li.tab-item a {
		font-size: 10px;
	}
}
@media (min-width: 420px) and (max-width: 575px) {
	#shop_detail .shopmenu .tabs li.tab-item a {
		font-size: 10px;
	}
}
@media (min-width: 350px) and (max-width: 419px) {
	#shop_detail .shopmenu .tabs li.tab-item a {
		font-size: 8px;
	}
}
@media (max-width: 349px) {
	#shop_detail .shopmenu .tabs li.tab-item a {
		font-size: 6px;
	}
}
@media (max-width: 400px) {
	#shop_detail .shopmenu .tabs li a {
		font-size: 10px;
	}
}

#shop_list .sum_block {
	margin-left: 0;
}
#shop_list .title-fixed.title0 {
	background: #ff9100;
}
#shop_list .title-fixed.title0 span:after {
	border-top: 7px solid #ff9100;
}
#shop_list .title-fixed.title1 {
	background: #7ab9da;
}
#shop_list .title-fixed.title1 span:after {
	border-top: 7px solid #7ab9da;
}
#shop_list .title-fixed.title2 {
	background: #9bbd6e;
}
#shop_list .title-fixed.title2 span:after {
	border-top: 7px solid #9bbd6e;
}
#shop_list .title-fixed.title3 {
	background: #cd7bd9;
}
#shop_list .title-fixed.title3 span:after {
	border-top: 7px solid #cd7bd9;
}
#shop_list .factory-list-intro {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.pickup_list .catlist {
	display: none;
}
@media (max-width: 575px) {
	.pickup_list .image {
		float: none;
		margin: 0 auto;
		width: 100%;
		height: auto;
	}
	.pickup_list .image img {
		position: static;
		width: 100%;
		max-width: 100%;
		height: auto;
	}
}
@media (max-width: 575px) {
	.pickup_list .content {
		width: 100%;
		float: none;
		padding-left: 0;
	}
}

.container-fluid .main {
	float: left;
}
@media (max-width: 767px) {
	.container-fluid .main {
		padding: 0;
	}
}
@media (max-width: 767px) {
	.container-fluid .main .contents {
		margin-bottom: 20px;
	}
}
.container-fluid .main .contents .banner {
	height: auto;
}
.container-fluid .main .adsense-top {
	margin: 0 auto 20px;
	max-width: 720px;
	height: 90px;
}
@media (max-width: 767px) {
	.container-fluid .main .adsense-top {
		display: none;
	}
}
.container-fluid .main .adsense-top .ad-top img {
	width: 100%;
	height: auto;
}
.container-fluid .main .adsense-top .pcbinfo1 {
	margin-left: auto;
	margin-right: auto;
}
.container-fluid .bread .breadbox {
	margin-top: 10px;
}
.container-fluid .bread .breadnavi {
	width: unset;
}
.container-fluid .contents {
	margin-bottom: 150px;
}
.container-fluid .pagetop {
	position: fixed;
	right: 45px;
	bottom: 57px;
	display: none;
	z-index: 2;
}
.container-fluid .pagetop.show {
	display: block;
}
.container-fluid .pagetop:before {
	content: "\f077";
	display: block;
	color: #fff;
	font-family: "FontAwesome";
	font-size: 1.125rem;
	line-height: 46px;
	text-align: center;
	position: absolute;
	z-index: 1;
	width: 50px;
	height: 50px;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	background: #387922;
	border: 2px solid #fff;
}
.container-fluid .pagetop a {
	display: block;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	position: relative;
	z-index: 2;
	width: 50px;
	height: 50px;
}
@media (max-width: 767px) {
	.container-fluid .pagetop {
		bottom: 40px;
		right: 20px;
	}
}
.container-fluid .side .adsense {
	width: 100%;
	max-width: 300px;
	margin-left: auto;
	margin-right: auto;
}
@media (max-width: 767px) {
	.container-fluid .side .adsense.adsense2 {
		width: 300px;
		height: 250px;
	}
	.container-fluid .side .adsense.adsense3 {
		width: 300px;
		height: 250px;
	}
	.container-fluid .side .adsense.adsense4 {
		width: 300px;
		height: 250px;
	}
}
@media (max-width: 767px) {
	.container-fluid .side .adsense img {
		height: auto !important;
	}
}
.container-fluid .side .adsense .pcbinfo2 {
	margin-left: auto;
	margin-right: auto;
}
.container-fluid .side .adsense .pcbinfo3 {
	margin-left: auto;
	margin-right: auto;
}
.container-fluid .side .adsense .pcbinfo4 {
	margin-left: auto;
	margin-right: auto;
}
.container-fluid .side .tool h4 {
	display: inline-block;
	margin: 0;
}
.container-fluid .side .tool span {
	color: #000;
	font-size: 14px;
	font-weight: bold;
}
.container-fluid .side .tool .show-more {
	background: #f3f3f3;
	padding: 8px;
	text-align: right;
}
.container-fluid .side .tool .show-more a {
	color: #2b85b4;
	text-decoration: none;
}
.container-fluid .side .tool .show-more a:hover {
	background: transparent;
	text-decoration: underline;
}

@media (max-width: 767px) {
	footer {
		text-align: center;
	}
}
footer .container-fluid .footbox {
	width: 100%;
	padding: 20px 0;
}
footer .container-fluid .footbox .fnavi ul li {
	display: inline-block;
}
@media (max-width: 767px) {
	footer .container-fluid .footbox .fnavi ul li {
		display: block;
	}
}
footer .container-fluid .footbox .fnavi ul li:first-child a {
	/* padding-left: 0; */
}
footer .container-fluid .footbox .fnavi ul li:last-child a {
	/* padding-right: 0; */
	/* border: none; */
}
footer .container-fluid .footbox .fnavi ul li:last-child a:after {
	content: none;
}
footer .container-fluid .footbox .fnavi ul li a {
	/* padding: 0 15px; */
	/* border-right: 1px solid #fff; */
}
footer .container-fluid .footbox .fnavi ul li a:after {
	content: "|";
	display: inline-block;
	padding: 0 12px;
	vertical-align: baseline;
}
@media (max-width: 767px) {
	footer .container-fluid .footbox .fnavi ul li a:after {
		content: none;
	}
}
footer .container-fluid .footbox .yoksul img {
	padding-left: 18px;
}
footer .copyright small {
	width: 100%;
	padding: 8px 0;
}

@media (max-width: 767px) {
	.review-content .center .btn {
		line-height: 1;
	}
}

@media (max-width: 767px) {
	.review_rules {
		margin-top: 20px;
	}
}

@media (max-width: 380px) {
	.groups-btn .btn {
		display: block;
		margin: 0 auto;
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	.regi_detail_review_user {
		width: 100px;
		margin: 0;
	}
}
@media (max-width: 525px) {
	.regi_detail_review_user {
		width: 100%;
		float: none;
		margin: 0;
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	.regi_detail_review_content .fukidashi {
		width: calc(100% - 100px);
		padding: 15px 10px 10px;
	}
}
@media (max-width: 525px) {
	.regi_detail_review_content .fukidashi {
		width: 100%;
		float: none;
		margin: 0;
		padding: 15px;
	}
}

.fukidashi .review-item {
	margin-bottom: 20px;
}

@media (max-width: 767px) {
	ul.btn_menu li a {
		padding: 5px 0;
	}
}
@media (max-width: 339px) {
	ul.btn_menu li a {
		font-size: 12px;
	}
}

.review-list .container-fluid .main {
	padding: 0 10px;
}

#member .pagebody {
	float: right;
	width: calc(100% - 200px);
	padding-left: 20px;
}
@media (max-width: 1191px) {
	#member .pagebody {
		width: 100%;
		float: none;
		padding: 0;
	}
}
#member .main .side {
	width: 200px;
	float: left;
	margin-bottom: 50px;
}
@media (max-width: 1191px) {
	#member .main .side {
		width: 100%;
		float: none;
	}
}
#member .main .side ul li {
	padding: 0;
}
#member .main .side ul li:before {
	content: none;
}
#member .center .btn {
	line-height: 1;
}
@media (max-width: 767px) {
	#member .center .btn {
		width: 100%;
	}
}
@media (max-width: 767px) {
	#member .user_header {
		margin-top: 20px;
	}
}
@media (max-width: 991px) {
	#member .file_wrap {
		width: 100%;
	}
	#member .file_box {
		margin-left: auto;
		margin-right: auto;
		float: none;
		clear: both;
	}
	#member .file_box:first-child {
		margin-left: auto;
		margin-bottom: 20px;
	}
	#member .file_box input[type="file"] {
		width: 100%;
		overflow: hidden;
	}
}

.member_detail.detail .input_tb tbody th {
	width: 36%;
}

@media (max-width: 767px) {
	.rank_box {
		width: 100%;
	}
}
.rank_box p {
	margin: 0;
}

a.cat:hover {
	color: #fff;
}

.tool_list .image {
	width: 210px;
	height: 140px;
	float: right;
	margin: 0;
	overflow: hidden;
	position: relative;
}
@media (max-width: 575px) {
	.tool_list .image {
		float: none;
		margin: 0 auto;
		width: 100%;
		height: auto;
	}
}
.tool_list .image img {
	width: auto;
	height: 100%;
}
@media (max-width: 575px) {
	.tool_list .image img {
		width: 100%;
		max-width: 100%;
		height: auto;
	}
}
.tool_list .content {
	float: left;
	padding-right: 15px;
	width: calc(100% - 210px);
}
@media (max-width: 575px) {
	.tool_list .content {
		width: 100%;
		float: none;
		padding-left: 0;
	}
}
.tool_list .content p {
	margin: 0;
}
.tool_list .content h4 {
	margin: 0;
}
.tool_list .content span {
	font-size: 14px;
}

.tool_list > div {
	border-bottom: 1px dotted #ccc;
	padding: 15px 0;
	overflow: hidden;
}

.mg-20 {
	margin-top: 20px;
}

.text-bold {
	font-weight: bold;
}

.errs {
	background: #ffecec;
}

.factory-name {
	font-size: 1.125rem;
	line-height: 1.3;
	font-weight: bold;
	color: #000;
}

.contactform.estform table th {
	padding: 15px 0;
}
@media (max-width: 991px) {
	.contactform.estform table th {
		vertical-align: middle;
	}
}
.contactform.estform table th.service-n {
	padding: 10px 0;
}

.pickup_list .content h4 {
	margin-top: 10px;
}

.work-type input {
	margin-top: 10px;
}

.industry-type input {
	margin-top: 10px;
}

.know textarea {
	margin-top: 10px;
}

.side .new.notice li {
	padding: 8px;
}
.side .new.notice a {
	background: none;
	padding: 0;
}
.side .new.notice a:hover {
	background: none;
	text-decoration: underline;
}
.side .new.notice a.arrow {
	color: #555;
}
.side .new.notice h4 {
	margin: 0;
}
.side .new.blog h4 {
	margin: 0;
}
.side .new.blog a {
	background: none;
	padding: 0;
}
.side .new.blog a:hover {
	background: none;
	text-decoration: underline;
}
.side .new.blog a.arrow {
	color: #555;
}

@media (min-width: 768px) {
	.shop-detail .container-fluid .main {
		padding: 0 10px;
	}
}
.shop-detail .summary {
	padding: 0;
}
.shop-detail .summary .imagebox {
	width: 30%;
	padding: 0;
}
.shop-detail .summary .sum_block {
	margin-left: 0;
	width: 70%;
}
@media (max-width: 767px) {
	.shop-detail .summary .sum_block {
		width: 100%;
	}
}

.sum_block .regi_detail_review_point {
	margin: 0;
}
.sum_block .regi_detail_review_point .point {
	font-size: 1.7rem;
	color: #387922;
}
.sum_block .regi_detail_review_point .score {
	color: #387922;
}
.sum_block .review-item {
	display: inline-block;
	margin-right: 10px;
	margin-bottom: 8px;
}
.sum_block .review-item .point-item {
	font-weight: bold;
	color: #f08200;
}

#home .info h3 {
	border-left: 5px solid #387922;
	padding: 2px 0 2px 7px;
	margin: 0 0 15px 5px;
	line-height: 1;
	border-bottom: none;
}

@media (max-width: 767px) {
	#rules .contents ul li {
		padding-left: 15px;
	}
}

@media (max-width: 767px) {
	#privacy .contents ul li {
		padding-left: 15px;
	}
}

#entry .contactform table th {
	width: 210px;
}

.bn-guide .contents table {
	min-width: 47rem;
}
.bn-guide .contents table th {
	white-space: nowrap;
	vertical-align: middle;
	width: 9.4rem;
	color: #555555;
}
.bn-guide .contents table td {
	vertical-align: middle;
	white-space: nowrap;
}
.bn-guide .contents table ul {
	margin-bottom: 0;
}
.bn-guide .contents table ul li {
	display: inline-block;
	padding-right: 8px;
}
@media (max-width: 767px) {
	.bn-guide .contents table ul li {
		padding-left: 15px;
		width: auto;
	}
}
.bn-guide .contents table ul li:last-child {
	padding-right: 0;
}
.bn-guide .contents table ul li:before {
	content: "o";
	color: #555555;
	font-size: 13px;
	opacity: 0.75;
	top: -1px;
	left: 2px;
}
.bn-guide .contents table ul li.hide {
	visibility: hidden;
}
.bn-guide .contents table ul li.hide:before {
	content: "";
}
.bn-guide .contents table.table-four ul li {
	min-width: 65px;
}
.bn-guide .contents table.table-five td.row-first .groups {
	width: 33.33%;
	float: left;
}
.bn-guide .contents table.table-five td.row-first .groups ul li {
	display: block;
}
.bn-guide .contents table.table-five td.row-first .red {
	clear: both;
}
.bn-guide .contents table.table-five td.row-second .groups {
	width: 50%;
	float: left;
}
.bn-guide .contents table.table-five td.row-second .groups ul li {
	display: block;
}
.bn-guide .contents table.table-five td.row-third .groups {
	width: 27%;
	float: left;
}
.bn-guide .contents table.table-five td.row-third .groups.group3 {
	padding-left: 30px;
}
.bn-guide .contents table.table-five td.row-third .groups ul li {
	display: block;
}
.bn-guide .contents table.table-six td.row-first {
	padding-right: 30px;
}
.bn-guide .contents table.table-six td.row-first .groups {
	width: 33.33%;
	float: left;
}
.bn-guide .contents table.table-six td.row-first .groups ul li {
	display: block;
}
.bn-guide .contents table.table-six td.row-second .groups {
	width: 33.33%;
	float: left;
}
.bn-guide .contents table.table-six td.row-second .groups ul li {
	display: block;
}
.bn-guide .contents table.table-six td.row-third .groups {
	width: 25%;
	float: left;
}
.bn-guide .contents table.table-six td.row-third .groups ul li {
	display: block;
}
.bn-guide .contents table.table-eight td {
	padding: 0.75rem 0.25rem;
}
.bn-guide .contents table.table-eight td.row-first .groups ul li {
	display: block;
}
.bn-guide .contents table.table-eight td.row-second .groups {
	width: 50%;
	float: left;
}
.bn-guide .contents table.table-eight td.row-second .groups ul li {
	display: block;
}
.bn-guide .contents table.table-eight td.row-third .groups {
	width: 50%;
	float: left;
}
.bn-guide .contents table.table-eight td.row-third .groups ul li {
	display: block;
}
.bn-guide .contents table.table-eight td.row-four .groups {
	width: 50%;
	float: left;
}
.bn-guide .contents table.table-eight td.row-four .groups ul li {
	display: block;
}
.bn-guide .contents table.table-eight td.row-five .groups {
	width: 50%;
	float: left;
}
.bn-guide .contents table.table-eight td.row-five .groups ul li {
	display: block;
}
.bn-guide .contents table.table-eight td.row-six .groups {
	width: 50%;
	float: left;
}
.bn-guide .contents table.table-eight td.row-six .groups ul li {
	display: block;
}

.shop-info {
	border: 1px solid #dd5a50;
	padding: 10px;
	border-radius: 5px;
	background: #f7d7d6;
	margin-bottom: 40px;
}
.shop-info h5 {
	color: #2b85b4;
	margin-bottom: 0;
}
.shop-info a {
	font-weight: bold;
}

.reply {
	background: #f9f6f4;
	border-radius: 3px;
	border: 1px solid #dd5a50;
	padding: 20px 10px;
	margin-bottom: 15px;
}
.reply h4 {
	display: inline-block;
	width: auto;
}
@media (max-width: 991px) {
	.reply h4 {
		margin-bottom: 0;
		display: block;
	}
}
.reply .date {
	float: right;
	display: inline-block;
}
@media (max-width: 991px) {
	.reply .date {
		float: none;
	}
}
.reply p {
	margin-bottom: 0;
}

#tool .mainimg {
	text-align: center;
	width: 100%;
	max-width: 500px;
	margin-left: auto;
	margin-right: auto;
}
#tool .tool-detail .tit {
	border-radius: 4px;
	background: #f3f3f3;
	padding: 10px 15px;
	margin-bottom: 40px;
}
#tool .tool-detail .tit h2 {
	border: 0;
	margin: 0;
	padding: 0;
	display: inline-block;
}
#tool .tool-detail .tit p {
	margin: 0;
}
#tool .tool-detail p.mainimg img {
	width: 100%;
	height: auto;
}

#blog .mainimg {
	text-align: center;
	width: 100%;
	max-width: 500px;
	margin-left: auto;
	margin-right: auto;
}

#glossary .mainimg {
	text-align: center;
	width: 100%;
	max-width: 500px;
	margin-left: auto;
	margin-right: auto;
}
#glossary .glossary-detail p.mainimg img {
	width: 100%;
	height: auto;
}
#glossary .search-block {
	clear: both;
	overflow: hidden;
}
#glossary .search-block .require {
	font-size: 0.75rem;
	color: #ff2e2e;
	margin-left: 5px;
}
#glossary .search-block input[type="radio"] {
	position: absolute;
	top: 2px;
	left: -15px;
}
#glossary .search-block input[type="checkbox"] {
	position: absolute;
	top: 2px;
	left: -15px;
}
#glossary .search-block td {
	padding-left: 25px;
}
#glossary .search-block input[type="text"] {
	padding: 0px 20px;
	border: 1px solid #dee2e6;
	float: left;
	width: 90%;
	border-top-left-radius: 3px;
	border-bottom-left-radius: 3px;
	font-size: 1.125rem;
	height: 40px;
}
#glossary .search-block input[type="text"]:focus {
	outline: none;
}
#glossary .search-block .search {
	float: left;
	width: 10%;
	padding: 0px 5px;
	border: 1px solid #dee2e6;
	border-left: none;
	border-radius: 3px;
	margin-left: -2px;
	cursor: pointer;
	height: 40px;
}
#glossary .search-block .search:focus {
	outline: none;
	box-shadow: none;
}
#glossary .search-block .search:visited {
	outline: none;
	box-shadow: none;
}
#glossary .search-block .search:active {
	outline: none;
	box-shadow: none;
}
#glossary .search-block form {
	clear: both;
}
#glossary .search-block .link {
	margin-top: 15px;
	margin-bottom: 10px;
	float: right;
}
#glossary .explain {
	margin-top: 30px;
}
#glossary .explain p {
	margin-bottom: 0;
}
#glossary .file_box .thumb {
	width: 200px;
	height: 200px;
	overflow: hidden;
	background: #f3f3f3;
	position: relative;
	margin-bottom: 5px;
}
#glossary .file_box .thumb img {
	width: 100%;
	min-width: 100%;
	height: auto;
	position: relative;
	z-index: 2;
}
#glossary .file_box .file_reset {
	display: none;
}
#glossary .file_box .file_reset a {
	display: inline-block;
	font-size: 0.75rem;
	line-height: 1;
	background: #666;
	padding: 6px 8px;
	color: #fff;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	margin-top: 5px;
	cursor: pointer;
}
#glossary .file_box {
	position: relative;
}
#glossary .file_box #uploadfile {
	width: 0.1px;
	height: 0.1px;
	opacity: 0;
	overflow: hidden;
	position: absolute;
	z-index: -1;
}
#glossary .file_box .choose {
	padding: 5px 10px;
	border: 1px solid #000000;
	display: inline-block;
	cursor: pointer;
}
#glossary .file_box #file-label {
	width: 100%;
	display: block;
}

#member .file_box {
	position: relative;
}
#member .file_box #uploadfile {
	width: 0.1px;
	height: 0.1px;
	opacity: 0;
	overflow: hidden;
	position: absolute;
	z-index: -1;
}
#member .file_box .choose {
	padding: 5px 10px;
	border: 1px solid #000000;
	display: inline-block;
	cursor: pointer;
}
#member .file_box #file-label {
	width: 100%;
	display: block;
	text-align: center;
}
#member .file_box .file_reset {
	position: absolute;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	bottom: 10px;
}

#urgent h4.desc {
	color: #fff;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	background: #387922;
	padding: 10px 15px;
}
#urgent .contents .block {
	padding-top: 0;
}
#urgent .table .item-left {
	width: 25%;
	background: #f1f1f1;
	padding: 20px 10px;
	border-right: 1px solid #ccc;
	vertical-align: middle;
}
#urgent .table .item-right {
	width: 65%;
	padding: 20px 10px;
	vertical-align: middle;
}
#urgent .table .inline {
	display: inline-block;
}
#urgent .table #name1 {
	width: 120px;
	margin-right: 5px;
}
@media (max-width: 500px) {
	#urgent .table #name1 {
		margin-right: 0;
		margin-bottom: 10px;
	}
}
#urgent .table #name2 {
	width: 120px;
	margin-right: 5px;
}
@media (max-width: 500px) {
	#urgent .table #name2 {
		margin-right: 0;
	}
}
#urgent .table #name1_f {
	width: 120px;
	margin-right: 5px;
}
@media (max-width: 500px) {
	#urgent .table #name1_f {
		margin-right: 0;
		margin-bottom: 10px;
	}
}
#urgent .table #name2_f {
	width: 120px;
	margin-right: 5px;
}
@media (max-width: 500px) {
	#urgent .table #name2_f {
		margin-right: 0;
	}
}
#urgent .table .l-50 {
	width: 50%;
}
#urgent .table select {
	width: auto;
}
#urgent .table #tel1 {
	width: 60px;
}
#urgent .table #tel2 {
	width: 98px;
}
#urgent .table #tel3 {
	width: 98px;
}
@media (max-width: 500px) {
	#urgent .table #tel3 {
		margin-top: 10px;
	}
}
#urgent .table #fax1 {
	width: 60px;
}
#urgent .table #fax2 {
	width: 98px;
}
#urgent .table #fax3 {
	width: 98px;
}
@media (max-width: 500px) {
	#urgent .table #fax3 {
		margin-top: 10px;
	}
}
#urgent .table.table-second th {
	padding: 10px;
	vertical-align: middle;
	background: #f1f1f1;
}
#urgent .table.table-second td {
	padding: 10px;
	border: 1px solid #ccc;
	vertical-align: middle;
}

.table-review th {
	width: 25%;
	white-space: nowrap;
}
.table-review td {
	width: 75%;
}

.hide-nav .down {
	display: none;
}

.tb-alpha label {
	width: 8%;
	position: relative;
}
@media (max-width: 380px) {
	.tb-alpha label {
		width: auto;
	}
}

.tb-number label {
	width: 8%;
	position: relative;
}
@media (max-width: 380px) {
	.tb-number label {
		width: auto;
	}
}

.tb-jp label {
	width: 18%;
	position: relative;
}

.mapbox .table th {
	background: #fdf9f4;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
}
.mapbox .table td {
	vertical-align: middle;
}
.mapbox .table td span {
	font-size: 0.625rem;
	color: #ccc;
	margin: 0 5px;
}

.signup-pcb .myform.register tbody th {
	width: 320px;
	white-space: nowrap;
	max-width: 320px;
}
@media (max-width: 991px) {
	.signup-pcb .myform.register tbody th {
		width: 150px;
		white-space: normal;
	}
}
.signup-pcb .myform.register td.date select {
	width: auto !important;
}
@media (max-width: 1199px) {
	.signup-pcb .myform.register td.date select {
		width: 80% !important;
		margin-bottom: 10px;
	}
}
.signup-pcb .myform.register td.radio_line label {
	margin-left: 16px;
}
.signup-pcb .myform.register td.checkbox_line label {
	margin-left: 16px;
}
.signup-pcb .myform.register .note {
	margin-top: 10px;
}
.signup-pcb .myform.register #zip1,
.signup-pcb .myform.register #zip2 {
	width: 70px !important;
}
@media (max-width: 1199px) {
	.signup-pcb .myform.register #zip1,
	.signup-pcb .myform.register #zip2 {
		width: 100% !important;
		margin-top: 10px;
	}
}
.signup-pcb .myform.register #pref {
	margin-top: 10px;
	margin-bottom: 10px;
}
@media (max-width: 1199px) {
	.signup-pcb .myform.register #sei {
		margin-bottom: 10px;
	}
}

.edit #zip1,
.edit #zip2 {
	width: 70px;
}
.edit .note {
	margin-top: 10px;
}
.edit #pref {
	margin-top: 10px;
	margin-bottom: 10px;
}

@media (max-width: 767px) {
	#home .search_area h3 {
		display: inline-block;
		width: auto;
	}
	#home .search_area .pref {
		width: 100%;
		float: none;
		clear: both;
	}
	#home .search_area .map {
		width: 100%;
		float: none;
		clear: both;
	}
	#home .contents .search_area .link {
		margin: 0;
		display: inline-block;
		float: right;
		padding: 14px 5px 10px 0px;
	}
	#home .pickup h3 {
		display: inline-block;
		width: auto;
	}
	#home .pickup h3:before {
		left: 23px;
	}
	#home .pickup h3:after {
		left: 15px;
	}
	#home .contents .pickup .link {
		margin: 0;
		display: inline-block;
		float: right;
		padding: 14px 5px 10px 0px;
	}
}
@media only screen and (min-width: 1310px) {
	.sidebar-left {
		width: 300px;
	}

	.sidebar-right {
		width: 300px;
	}

	.container-fluid .main {
		width: calc(100% - 600px);
	}
}
@media only screen and (max-width: 400px) {
	#home .pickup h3 {
		display: block;
		width: auto;
	}
	#home .contents .pickup .link {
		display: block;
		padding: 0 15px;
		text-align: left;
		float: none;
	}
}

/*# sourceMappingURL=responsive-page.css.map */
