@charset "utf-8";
/*== TOPページ ==*/
/*MV*/
.mv {
	max-width: 1920px;
	width: 100%;
	position: relative;
	z-index: -99;
	z-index: 0;
}
.mv_01,
.mv_02,
.mv_03 {
	position: relative;
	z-index: 1;
}
.mv_01 h2 {
	max-width: 648px;
	position: absolute;
	top: 25%;
	left: 50%;
	transform: translateX(-50%);
}
.mv_02 {
	height: 100%;
	/*box-shadow: 4px 4px 4px rgba(0, 0, 0, .5);*/
}
.mv_02 .img_photo {
	width: 100%;
}
.mv02_item {
	position: absolute;
	z-index: 1;
	width: 100%;
	top: 0;
	left: 0;
}

@media screen and (max-width:1440px) {
	.mv02_txt {
		padding-left: 4%;
	}
}

/*ひんやりグッズ*/
.mv_03 {
	position: relative;
	z-index: 0;
	padding-bottom: 50px;
}
.mv_03 .img_photo {
	position: absolute;
	width: 100%;
	top: 0;
	left: 0;
	z-index: -1;
}
.mv_03 .img_photo img {
    height: 100%;
}
.mv03_ttl {
	max-width: 1044px;
	width: 54.375%;
	margin: 0 auto;
	margin-top: 66px;
}
.mv03_box {
	max-width: 1650px;
	margin: 0 auto;
	margin-top: 50px;
}
.mv03_box .banner {
	max-width: 815px;
}
.mv03_box .banner + .banner {
	margin-left: 40px;
}
.mv03_box .banner a {
	display: inline-block;
	max-width: 450px;
	cursor: pointer;
	transition: .2s;
	pointer-events: none;
}
.mv03_box .banner a img {
	box-shadow: 5px 5px 5px rgba(0,0,0,.3);
	transition: .2s;
}
.mv03_box .banner a img:hover {
	box-shadow: none;
	opacity: 0.7;
	transition: .2s;
}
.mv03_box .banner .txt_box {
	padding-left: 20px;
	margin-top: 20px;
}
.mv03_box .banner .txt_box h3 {
	color: #29abe2;
	font-size: 32px;
	font-family: "Mochiy Pop One", sans-serif;
	font-weight: bold;
	font-style: normal;
	transform: rotateZ(-10deg);
}
.mv03_box .banner .txt_box p {
	font-size: 18px;
	font-family: "Mochiy Pop One", sans-serif;
	border-bottom: 2px solid #3551a2;
	transform: rotateZ(-10deg);
	margin-left: 5px;
	display: inline-block;
}
.mv03_box .banner .txt_box p:nth-child(3) {
	margin-left: 8px;
	margin-top: 5px;
}

.mv03_box .itemadd {
	display: flex;
	margin-top: 60px;
}
.mv03_box .item:nth-child(1) {
	max-width: 166px;
}
.mv03_box .item:nth-child(2) {
	max-width: 92px;
	margin-left: 20px;
}
.mv03_box .item h4 {
	font-size: 18px;
	font-weight: bold;
}
.mv03_box .banner01 .notes {
	font-size: 21px;
	font-weight: bold;
	color: #009fbc;
	background-color: #f5e928;
	display: inline-block;
	padding: 2px 10px 1px;
	margin-top: 10px;
}
.mv03_box .banner01 .notes + .notes {
	margin-top: 5px;
}
.mv03_box .banner02 .notes {
	font-size: 21px;
	font-weight: bold;
	color: #fff;
	background: #3551A2;
	background: linear-gradient(90deg,rgba(53, 81, 162, 1) 0%, rgba(51, 87, 166, 1) 25%, rgba(24, 127, 196, 0.92) 100%);
	display: inline-block;
	padding: 2px 10px 1px;
	margin-top: 10px;
}

@media screen and (max-width:1800px) {
	.mv03_ttl {
		max-width: 900px;
		margin-top: 50px;
	}
	.mv03_box {
		max-width: 1550px;
	}
	.mv03_box .banner {
		width: 50%;
	}
	.mv03_box .banner + .banner {
		margin-left: 0;
	}
	.mv03_box .banner a {
		max-width: 400px;
	}
	.mv03_box .banner .txt_box h3 {
		font-size: 28px;
	}
}

@media screen and (max-width:1700px) {
	.mv_03 {
		padding-bottom: 0;
	}
	.mv03_ttl {
		max-width: 800px;
	}
	.mv03_box .banner + .banner {
		margin-left: 30px;
	}
	.mv03_box .banner .txt_box {
		margin-top: 10px;
	}
	.mv03_box .banner01 .notes {
		font-size: 18px;
	}
	.mv03_box .banner02 .notes {
		font-size: 18px;
	}
}

@media screen and (max-width:1600px) {
	.mv03_ttl {
		max-width: 650px;
	}
	.mv03_box {
		max-width: 1400px;
	}
	.mv03_box .banner a {
		max-width: 320px;
	}
	.mv03_box .banner .txt_box {
		margin-top: 0;
	}
	.mv03_box .banner .txt_box h3 {
		font-size: 24px;
		padding-bottom: 5px;
	}
	.mv03_box .banner .txt_box p {
		font-size: 16px;
	}
	.mv03_box .itemadd {
		margin-top: 40px;
	}
	.mv03_box .item:nth-child(1) {
		max-width: 135px;
	}
	.mv03_box .item:nth-child(2) {
		max-width: 80px;
	}
	.mv03_box .item h4 {
		font-size: 16px;
	}
}

@media screen and (max-width:1500px) {
	.mv03_box {
		max-width: 1350px;
	}
	.mv03_box .banner01 .notes {
		font-size: 16px;
	}
	.mv03_box .banner02 .notes {
		font-size: 16px;
	}
}

@media screen and (max-width:1400px) {
	.mv03_box {
		max-width: 1200px;
	}
	.mv03_box .banner {
	    width: auto;
	}
	.mv03_box .banner + .banner {
        margin-left: 20px;
    }
	.mv03_box .banner a {
		max-width: 280px;
	}
	.mv03_box .banner .txt_box {
		padding-left: 15px;
	}
	.mv03_box .banner .txt_box p {
		font-size: 15px;
	}
	.mv03_box .item:nth-child(1) {
	    max-width: 130px;
	}
	.mv03_box .item:nth-child(2) {
	    max-width: 70px;
	}
	.mv03_box .item h4 {
	    font-size: 14px;
	}
}

@media screen and (max-width:1300px) {
	.mv03_box {
	    max-width: 1180px;
	    margin-top: 30px;
	}
	.mv03_box .itemadd {
        margin-top: 35px;
        margin-left: 10px;
    }
}


/*INTRO*/
.intro {
	background-image: url(../images/top/pc/intro_bk.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	width: 100%;
	height: 100%;
	position: relative;
	z-index: 0;
}
.intro:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	background: rgb(27, 149, 212);
	background: linear-gradient(90deg, rgba(27, 149, 212, 0.6) 0%, rgba(29, 32, 135, 0.6) 80%, rgba(5, 0, 80, 0.6) 100%);
	width: 100%;
	height: 100%;
	z-index: 1;
}
.intro_box {
	max-width: 1200px;
	margin: 0 auto;
	position: relative;
	z-index: 2;
}
.intro_box p {
	color: #fff;
	font-size: 24px;
	line-height: 2.5;
}

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

}

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

}

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

}


/*MESSAGE*/
.message {
	width: 100%;
	margin: 0;
	position: relative;
	overflow: hidden;
}
.message:before {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: rgb(27,149,212);
	background: linear-gradient(90deg, rgba(27,149,212,1) 0%, rgba(29,32,135,1) 80%, rgba(5,0,80,1) 100%);
	transform: skewY(-7deg) translateY(-120px);
	z-index: -1;
}
.message_box {
	background-color: #fff;
	max-width: 1200px;
	margin: 0 auto;
	padding: 45px 80px 70px;
	box-sizing: border-box;
	box-shadow: 7px 7px 5px rgba(0, 0, 0, 0.2);
}
.message_box > div {
	max-width: 520px;
	width: 50%;
}
.message_box .left_box h3 {
	text-align: left;
	margin-top: 60px;
}
.message_box .left_box p {
	margin-top: 30px;
	font-size: 18px;
}
.message_box .left_box .more_btn {
	margin-top: 80px;
}
.message_box .right_box img {
	max-width: 420px;
	margin: 0 0 auto;
	display: flex;
	justify-content: space-between;
	margin-left: 80px;
}


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

}

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

}

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

}




/*PRODUCT*/

/*注目製品*/
.featured {
	margin-top: 80px;
	position: relative;
}
.featured:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	background-image: url(../images/top/pc/featured_bk.svg);
	background-repeat: no-repeat;
	background-size: contain;
	width: 100%;
	height: 560px;
	z-index: -1;
}
.featured .content {
	max-width: 1200px;
	width: 100%;
	margin: 0 auto; 
}
.featured .content h4 {

}
.featured_list {
	margin-top: 60px;
}
.featured_list li {
	max-width: 375px;
	width: 100%;
}
.featured_list li + li {
	margin-left: 37.5px;
}
.featured_list li a {
	padding: 15px;
	display: inline-block;
	width: 100%;
	border: 1px solid #999;
	background-color: #fff;
	box-shadow: 7px 7px 5px rgba(0, 0, 0, 0.2);
	box-sizing: border-box;
}
.featured_list li a:hover {
	opacity: .7;
}
.featured_list li a .img_photo {
	width: 100%;
	height: 310px;
	overflow: hidden;
}
.featured_list li a .img_photo img {
	object-fit: cover;
	height: 100%;
	width: 100%;
}
.featured_list li a h5 {
	font-size: 18px;
	font-weight: bold;
	margin-top: 5px;
}
.featured_list li a .more_btn {
	text-align: right;
	margin-top: 25px;
}
.featured_list li a .more_btn span {
	display: inline-block;
	width: 125px;
	height: 25px;
	line-height: 25px;
	text-align: center;
	background: rgb(27,149,212);
	background: linear-gradient(90deg, rgba(27,149,212,1) 0%, rgba(29,32,135,1) 80%, rgba(5,0,80,1) 100%);
	border-radius: 50px;
	font-weight: 14px;
	color: #fff;
	padding-right: 10px;
	box-sizing: border-box;
	position: relative;
}
.featured_list li a .more_btn span:before {
	content: "";
	position: absolute;
	top: 8px;
	right: 10px;
	background-image: url(../images/common/pc/arrow_rw.svg);
	background-repeat: no-repeat;
	background-size: 6px;
	width: 6px;
	height: 10px;
}


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

}

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

}

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

}


/*取扱製品カテゴリ*/
.category {
	width: 100%;
	margin: 0;
	position: relative;
}
.category:before {
	content: '';
	position: absolute;
	top: 375px;
	/*top: 120px;*/
	bottom: 0;
	left: 0;
	right: 0;
	background: rgb(27,149,212);
	background: linear-gradient(90deg, rgba(27,149,212,1) 0%, rgba(29,32,135,1) 80%, rgba(5,0,80,1) 100%);
	transform: skewY(-7deg) translateY(-120px);
	z-index: -1;
	/*clip-path: polygon(0 32%, 100% 1%, 100% 100%, 0% 100%);*/
}
.cat_box {
	max-width: 1200px;
	margin: 0 auto;
	margin-top: 60px;
	background-color: #fff;
	padding: 20px 20px 0;
	box-sizing: border-box;
	box-shadow: 7px 7px 5px rgba(0, 0, 0, 0.2);
	flex-wrap: wrap;
}
.cat_box li {
	max-width: 365px;
	width: 100%;
	margin-bottom: 20px;
}
.cat_box li + li {
	margin-left: 27.5px;
}
.cat_box li:nth-child(3n+1) {
	margin-left: 0;
}
.cat_box li a {
	display: inline-block;
	width: 100%;
	height: 100%;
	padding: 10px;
	background: rgb(27,149,212);
	background: linear-gradient(90deg, rgba(27,149,212,1) 0%, rgba(29,32,135,1) 80%, rgba(5,0,80,1) 100%);
	box-sizing: border-box;
}
.cat_box li a:hover {
	opacity: .7;
}
.cat_box li a .img_photo {
	width: 100%;
}
.cat_box li a h5 {
	text-align: center;
	color: #fff;
	margin-top: 10px;
	font-size: 18px;
	font-weight: bold;
}
.cat_box li a span {
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	padding-right: 10px;
	position: relative;
}
.cat_box li a span:before {
	content: "";
	position: absolute;
	right: 127px;
	top: 114px;
	background-image: url(../images/common/pc/arrow_rw.svg);
	background-repeat: no-repeat;
	background-size: 6px;
	width: 6px;
	height: 10px;
}

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

}

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

}

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

}

/*INFORMATION*/
.info .inner {
	padding-top: 100px;
	padding-bottom: 100px;
}
.info_list {
	max-width: 1200px;
	margin: 0 auto;
	margin-top: 80px;
}
.info_list li {
	position: relative;
	overflow: hidden;
}
.info_list li a {
	display: inline-block;
	padding-top: 30px;
	padding-bottom: 30px;
	width: 100%;
	border-top: 1px solid #999;
}
.info_list li:last-child a {
	border-bottom: 1px solid #999;
}
.info_list li a:hover {
	background-color: #efefef;
}
.info_box {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-end;
}
.info_box time {
	color: #999;
	margin-left: 30px;
	margin-right: 20px;
}
.info_box .cat {
	color: #fff;
	display: inline-block;
	font-size: 13px;
}
.cat span {
	padding: 3px 10px 2px;
	display: inline-block;
	width: 58px;
	text-align: center;
	box-sizing: border-box;
}
.cat .news {
	background-color: #2355a4;
}
.cat .product_info {
	background-color: #39b54a;
}
.info_list .new {
	position: absolute;
	top: 0;
	left: -28px;
	transform: rotate(-45deg);
}
.info_list .new span {
	padding: 3px 10px 2px;
	display: inline-block;
	width: 58px;
	width: 90px;
	text-align: center;
	box-sizing: border-box;
	background-color: #e61f19;
	color: #fff;
	font-size: 13px;
	margin-right: 10px;
}
.info_box .info_ttl {
	font-size: 16px;
	margin-left: 20px;
	margin-right: 30px;
}
.info .more_btn {
	text-align: center;
	margin-top: 80px;
}

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

}

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

}

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

}


/*USERS*/
.users {
	width: 100%;
	margin: 0;
	position: relative;
}
.users:before {
	content: "";
	position: absolute;
	top: 35px;
	left: 0;
	background-image: url(../images/top/pc/featured_bk.svg);
	background-repeat: no-repeat;
	background-size: contain;
	width: 100%;
	height: 560px;
	z-index: -1;
}
.users .inner {
	padding-top: 0;
	/*padding-bottom: 50px;*/
}
.users .ttl_tips .en,
.users .ttl_tips .ja {
	/*color: #fff;*/
}
.users_box {
	max-width: 1200px;
	margin: 0 auto;
	margin-top: 70px;
	background-color: #fff;
	padding: 50px;
	box-sizing: border-box;
	box-shadow: 7px 7px 5px rgba(0, 0, 0, 0.2);
	flex-wrap: wrap;
	background: rgb(27, 149, 212);
	background: linear-gradient(90deg, rgba(27, 149, 212, 1) 0%, rgba(29, 32, 135, 1) 80%, rgba(5, 0, 80, 1) 100%);
}
.users_box .logo_img {
	max-width: 380px;
	width: 100%;
	height: 240px;
	border: 1px solid #999;
	display: flex;
	align-items: center;
	padding: 10px;
	box-sizing: border-box;
	background-color: #fff;
}

.users_box .txt_box {
	max-width: 720px;
	width: 100%;
	padding-left: 35px;
	box-sizing: border-box;
}
.users_box .txt_box h4 {
	font-size: 28px;
	font-weight: bold;
	/*color: #2355a4;*/
	color: #fff;
}
.users_box .txt_box p {
	margin-top: 10px;
	color: #fff;
}
.users_box .txt_box a {
	display: inline-block;
	margin-top: 10px;
	text-decoration: underline;
	color: #fff;
}

@media screen and (max-width:1600px) {
	.users:before {
		top: 100px;
		height: 560px;
	}
}

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

}

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

}


/*Instagram*/
.inst {
	position: relative;
}
.inst:before {
	content: '';
	position: absolute;
	top: 375px;
	bottom: 0;
	left: 0;
	right: 0;
	background: rgb(27, 149, 212);
	background: linear-gradient(90deg, rgba(27, 149, 212, 1) 0%, rgba(29, 32, 135, 1) 80%, rgba(5, 0, 80, 1) 100%);
	transform: skewY(-7deg) translateY(-250px);
	z-index: -1;
}
.inst .inner {
	padding-top: 0;
	/*background-color: #f1f2f4;*/
}
.inst_list {
	max-width: 1200px;
	width: 100%;
	margin: 0 auto;
	margin-top: 80px;
	flex-wrap: wrap;
}
.inst_list li {
	max-width: 216px;
	width: 18%;
	/*height: 380px;*/
	/*height: 31.6667%;*/
	margin-bottom: 20px;
	margin-bottom: 2.5%;
	box-shadow: 7px 7px 5px rgba(0, 0, 0, 0.2);
	overflow: hidden;
	font-size: 0;
}
.inst_list li a:hover {
	opacity: .7;
}
.inst_list li + li {
	margin-left: 30px;
	margin-left: 2.5%;
}
.inst_list li:nth-child(5n+1) {
	margin-left: 0;
}
.inst_list li a img {
	height: 100%
}

.follow_me {
	text-align: center;
	margin-top: 50px;
}
.follow_me h4 {
	width: 250px;
	margin: 0 auto;
}
.follow_me .more_btn {
	margin-top: 20px;
}


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

}

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

}

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

}



/*== 新着情報ページ ==*/
/*一覧ページ*/
.kv_info:before {
	background-image: url(../images/common/pc/kv.jpg);
}
.category_btn {
	max-width: 1200px;
	margin: 0 auto;
	/*margin-top: 50px;*/
	flex-wrap: wrap;
	/*justify-content: space-between;*/
}
.category_btn li {
	max-width: 400px;
	width: 100%;
}
.category_btn li:nth-child(2) {
	width: 396px;
}
.category_btn li a {
	width: 100%;
	display: inline-block;
	text-align: center;
	background-color: #f1f2f4;
	height: 50px;
	line-height: 50px;
	font-size: 18px;
}
.category_btn li a.active {
	background: rgb(27, 149, 212);
	background: linear-gradient(90deg, rgba(27, 149, 212, 1) 0%, rgba(29, 32, 135, 1) 80%, rgba(5, 0, 80, 1) 100%);
	color: #fff;
}
.category_btn li a:hover {
	background: rgb(27, 149, 212);
	background: linear-gradient(90deg, rgba(27, 149, 212, 1) 0%, rgba(29, 32, 135, 1) 80%, rgba(5, 0, 80, 1) 100%);
	color: #fff;
}

.category_btn li.current-cat a {
	background: rgb(27, 149, 212);
	background: linear-gradient(90deg, rgba(27, 149, 212, 1) 0%, rgba(29, 32, 135, 1) 80%, rgba(5, 0, 80, 1) 100%);
	color: #fff;
}

/*詳細ページ*/
.info_single .cont_wrap {
	max-width: 1000px;
	margin: 0 auto;
	margin-top: 80px;
}
.info_single .info_date {
	color: #333;
	padding-right: 20px;
	font-size: 14px;
	padding-left: 20px;
}
.info_single .cat {
	color: #fff;
	display: inline-block;
	font-size: 13px;
}
.info_single .info_cat {
	color: #FFF;
	padding-left: 10px;
	display: inline-block;
	padding-right: 10px;
	margin-right: 10px;
	font-weight: bold;
	font-size: 14px;
	border-radius: 3px;
}
.info_single .info_ttl {
	font-size: 28px;
	font-weight: bold;
	background-color: transparent;
	margin: 0;
	padding: 0;
	padding-left: 20px;
	padding-top: 10px;
	font-family: "游ゴシック", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Osaka, "ＭＳ ゴシック", "MS Gothic", sans-serif;
}
.info_single .info_ttl:after {
	top: 3px;
	left: 0;
}
.info_single .info_txt {
	margin: 0;
}


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

}

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

}

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

}


/*== 製品案内ページ ==*/
.kv_product:before {
	background-image: url(../images/common/pc/kv_product.jpg);
}

/*取扱製品案内一覧*/
.main_client {
	position: relative;
	overflow: hidden;
}

.main_client:before {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: rgb(27, 149, 212);
	background: linear-gradient(90deg, rgba(27, 149, 212, 1) 0%, rgba(29, 32, 135, 1) 80%, rgba(5, 0, 80, 1) 100%);
	transform: skewY(-12deg) translateY(400px);
	z-index: -1;
}


.client_list {
	max-width: 1200px;
	margin: 0 auto;
	margin-top: 80px;
	flex-wrap: wrap;
}
.client_list li {
	max-width: 365px;
	width: 100%;
	min-height: 200px;
	margin-bottom: 20px;
	box-shadow: 7px 7px 5px rgba(0, 0, 0, 0.2);
	border: 1px solid #999;
	background-color: #fff;
	padding: 20px;
	box-sizing: border-box;
}
.client_list li + li {
	margin-left: 27.5px;
}
.client_list li:nth-child(3n+1) {
	margin-left: 0;
}
.client_list li a {
	display: flex;
	flex-wrap: wrap;
	/*align-items: center;*/
	/*height: 267px;*/
	/*line-height: 267px;*/
	width: 100%;
	height: 100%;
	margin: 0 auto;
	transition: .1s;
}
.client_list li:hover {
	opacity: .7;
	transition: .1s;
}
.client_list li a .thum_logo {
	display: flex;
	align-items: center;
	height: 150px;
	overflow: hidden;
	width: 100%;
}
.client_list li a .thum_logo img {
	object-fit: contain;
	height: auto;
}
.client_list li a .ttl_ {
	text-align: center;
	font-weight: bold;
	width: 69%;
	margin: 0 auto;
	margin-top: 5px;
}

.search_box {
	padding-top: 50px;
	padding-bottom: 50px;
	background-color: #f1f2f4;
}
.search_box .content {
	max-width: 900px;
	margin: 0 auto;
}
.search_input {}
.search_input span {
	font-size: 18px;
	display: block;
}
.search_input input {
	width: 470px;
	height: 50px;
	border: 1px solid #999;
	font-size: 16px;
	padding: 10px;
	box-sizing: border-box;
}
.search_input .search_btn {
	width: 250px;
	height: 50px;
	border-radius: 50px;
	background-color: #333;
	color: #fff;
	font-size: 18px;
	margin-left: 40px;
	cursor: pointer;
}
.search_input .search_btn:hover {
	opacity: .7;
}
.search_box .category_box {
	margin-top: 30px;
}
.search_box .category_box span {
	font-size: 18px;
	display: block;
}
.search_box .cat_list li {
	width: 150px;
	height: 50px;
}
.search_box .cat_list li + li {
	margin-left: 20px;
}
.search_box .cat_list li a {
	background-color: #fff;
	border: 1px solid #999;
	display: inline-block;
	width: 100%;
	height: 50px;
	line-height: 50px;
	text-align: center;
	box-sizing: border-box;
}
.search_box .cat_list li.active a {
	background-color: #1b4499;
	background: rgb(27,149,212);
	background: linear-gradient(90deg, rgba(27,149,212,1) 0%, rgba(29,32,135,1) 80%, rgba(5,0,80,1) 100%);
	color: #fff;
}
.search_box .cat_list li.current-cat a {
	background-color: #1b4499;
	background: rgb(27,149,212);
	background: linear-gradient(90deg, rgba(27,149,212,1) 0%, rgba(29,32,135,1) 80%, rgba(5,0,80,1) 100%);
	color: #fff;
}

.search_box .cat_list li a:hover {
	background-color: #1b4499;
	background: rgb(27,149,212);
	background: linear-gradient(90deg, rgba(27,149,212,1) 0%, rgba(29,32,135,1) 80%, rgba(5,0,80,1) 100%);
	color: #fff;
}
.order_box {
	padding-top: 30px;
	padding-bottom: 30px;
	/*background-color: #f1f2f4;*/
	background: rgb(27,149,212);
	background: linear-gradient(90deg, rgba(27,149,212,1) 0%, rgba(29,32,135,1) 80%, rgba(5,0,80,1) 100%);
}
.order_box nav {
	max-width: 900px;
	margin: 0 auto;
}
.order_box span {
	font-size: 18px;
	display: block;
	color: #fff;
}
.order_list {
	margin-left: 20px;
}
.order_list li {
	width: 50px;
	height: 50px;
}
.order_list li + li {
	margin-left: 50px;
}
.order_list li a {
	background-color: #fff;
	display: inline-block;
	width: 100%;
	height: 50px;
	line-height: 50px;
	text-align: center;
	box-sizing: border-box;
	font-size: 24px;
}
.order_list li.active a {
	background-color: #1b4499;
	background: rgb(27,149,212);
	background: linear-gradient(90deg, rgba(27,149,212,1) 0%, rgba(29,32,135,1) 80%, rgba(5,0,80,1) 100%);
	color: #fff;
}
.order_list li a:hover {
	background-color: #1b4499;
	background: rgb(27,149,212);
	background: linear-gradient(90deg, rgba(27,149,212,1) 0%, rgba(29,32,135,1) 80%, rgba(5,0,80,1) 100%);
	color: #fff;
}

.search_list {}
.search_list .list_box,
.search_list .list_box_tax {
	padding-top: 50px;
}
.search_list .list_box:last-child {
	padding-bottom: 100px;
}

.search_list .content {
	max-width: 900px;
	margin: 0 auto;
}
.search_list .content h2 {
	margin-left: 20px;
}
.search_list .content span {
	width: 50px;
	height: 50px;
	/*background-color: #fff;*/
	/*border: 1px solid #999;*/
	display: inline-block;
	line-height: 52px;
	text-align: center;
	box-sizing: border-box;
	font-size: 24px;
	color: #fff;
	font-weight: bold;
	background: rgb(27,149,212);
	background: linear-gradient(90deg, rgba(27,149,212,1) 0%, rgba(29,32,135,1) 80%, rgba(5,0,80,1) 100%);
}
.search_list .content span.furigana {
	display: none;
}
.search_list .content .sub_list {
	font-size: 21px;
	margin-top: 20px;
}
.search_list .content .sub_list li {
	padding-top: 12px;
	padding-bottom: 9px;
	padding-left: 40px;
	border-top: 1px solid #999;
}
.search_list .content .sub_list li + li {
}
.search_list .content .sub_list li:nth-child(odd) {
	background-color: #f1f2f4;
}
.search_list .content .sub_list li:last-child {
	border-bottom: 1px solid #999;
}
.search_list .content .sub_list a {
}
.search_list .content .sub_list a:hover {
	text-decoration: underline;
}

.search_results {
	margin-top: 50px;
}
.no_search {
	text-align: center;
}
.search_list .more_btn {
	text-align: center;
	margin-top: 100px;
}

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

}

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

}

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

}



/*取扱製品案内/主要取引先*/
.product_single {}
.client .cont_wrap {
	max-width: 1000px;
	margin: 0 auto;
	margin-top: 80px;
}
.client .logo_img {
	max-width: 450px;
	margin: 0 auto;
}
.client .logo_img img {
	object-fit: contain;
	height: auto;
}
.client_ttl {
	text-align: center;
	margin-top: 30px;
	margin-bottom: 10px;
}
.client_ttl a {
	display: inline-block;
	padding: 16px 48px 11px;
	font-size: 28px;
	font-weight: bold;
	color: #fff;
}
.client_ttl a:hover {
	opacity: .6;
}
.client .url {
	display: block;
	text-align: center;
	margin-bottom: 40px;
}
.client .url a:hover {
	text-decoration: underline;
}
.client .post_box {
	min-height: 400px;
}
.client .back_btn {
	text-align: right;
	margin-top: 20px;
}
/*.client .back_btn a {
	padding-right: 15px;
	position: relative;
}
.client .back_btn a:before {
	content: "";
	position: absolute;
	top: 7px;
	right: 0;
	background-image: url(../images/common/pc/arrow_rk.svg);
	background-repeat: no-repeat;
	background-size: 6px;
	width: 6px;
	height: 10px;
}
.client .back_btn a:hover {
	text-decoration: underline;
}
.client .back_btn a:hover:before {
	background-image: url(../images/common/pc/arrow_rb.svg);
}*/
.client .cont_wrap .prev_next_list {
	justify-content: center;
}

.product_single .post_box .sub_title {
	font-size: 24px;
	border-bottom: transparent;
}
.post_contents .url {
	text-align: right;
	display: block;
}
.post_contents .url a {
	text-decoration: underline;
}

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

}

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

}

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

}




/*== 会社案内ページ ==*/
.kv_company:before {
	background-image: url(../images/common/pc/kv_company.jpg);
}
/*.kv_company:before {
	background-image: url(../images/common/pc/kv_company.jpg);
}*/
.menu_btn {
	padding-top: 80px;
	padding-bottom: 80px;
	background-image: url(../images/company/pc/menu_bk.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	width: 100%;
	height: 100%;
	position: relative;
}
.menu_btn:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	background: rgb(27, 149, 212);
	background: linear-gradient(90deg,
		rgba(27, 149, 212, 0.6) 0%, rgba(29, 32, 135, 0.6) 80%, rgba(5, 0, 80, 0.6) 100%);
	width: 100%;
	height: 100%;
	z-index: 1;
}
.menu_box {
	max-width: 1020px;
	margin: 0 auto;
	position: relative;
	z-index: 2;
	flex-wrap: wrap;
}
.menu_box li {
	width: 240px;
	height: 80px;
	margin-bottom: 20px;
}
.menu_box li + li {
	margin-left: 20px;
}
.menu_box li:nth-child(4n+1) {
	margin-left: 0;
}
.menu_box li a {
	display: flex;
	align-items: center;
	width: 100%;
	height: 80px;
	text-align: center;
	justify-content: center;
	font-size: 18px;
	font-weight: bold;
	color: #2355a4;
	position: relative;
	line-height: 1.2;
	border-radius: 80px;
	background-color: #fff;
}
.menu_box li a:before {
	content: "";
	position: absolute;
	bottom: 10px;
	left: 50%;
	transform: translateX(-50%);
	background-image: url(../images/common/pc/arrow_bb.svg);
	background-repeat: no-repeat;
	background-size: 10px;
	width: 10px;
	height: 6px;
}
.menu_box li a:hover {
	background-color: #2355a4;
	color: #fff;
}
.menu_box li a:hover:before {
	background-image: url(../images/common/pc/arrow_bw.svg);
}

/*企業理念*/
.philosophy_box {
	max-width: 960px;
	margin: 0 auto;
	margin-top: 80px;
}
.philosophy_box h5 {
	font-size: 24px;
	font-weight: bold;
	border-bottom: 1px solid #3d62ac;
	margin-bottom: 15px;
}
.philosophy_box.ph_body {
	border: 1px solid #3d62ac;
	padding: 50px 80px;
	box-sizing: border-box;
	align-items: center;
	margin-top: 50px;
}
.philosophy_box .logo_box {
	max-width: 325px;
	width: 100%;
	padding-left: 32.5px;
	padding-right: 32.5px;
	box-sizing: border-box;
}
.philosophy_box .txt_box {
	max-width: 635px;
	width: 100%;
	margin-left: 50px;
}
.philosophy_box .txt_box p {
	font-size: 18px;
	line-height: 2.3333;
}


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

}

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

}

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

}


/*社長挨拶*/
.greeting_box {
	max-width: 960px;
	margin: 0 auto;
	margin-top: 80px;
}
.greeting_box .logo_box {
	max-width: 325px;
	width: 100%;
	box-sizing: border-box;
}
.greeting_box .txt_box {
	max-width: 635px;
	width: 100%;
	margin-left: 50px;
}
.greeting_box .txt_box p span.align-right  {}
.greeting_box .txt_box p span.align-right {
	/*text-align: initial;
	margin: 0 0 0 auto;
	display: inherit;
	width: 180px;*/
}
.greeting_box .img_photo img {
	box-shadow: 7px 7px 5px rgba(0, 0, 0, 0.2);
}


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

}

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

}

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

}


/*会社概要*/
.overview_list {
	max-width: 1200px;
	margin: 0 auto;
	margin-top: 80px;
}
.overview_list dl {
	display: flex;
	flex-wrap: wrap;
	border-top: 1px solid #999;
	font-size: 18px;
}
.overview_list dl:last-child {
	border-bottom: 1px solid #999;
}
.overview_list dl dt {
	background-color: #f1f2f4;
	width: 450px;
	padding-top: 25px;
	padding-bottom: 25px;
	padding-left: 50px;
	box-sizing: border-box;
	font-weight: bold;
}
.overview_list dl dd {
	width: 750px;
	padding-top: 25px;
	padding-bottom: 25px;
	padding-left: 50px;
	box-sizing: border-box;
}

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

}

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

}

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

}



/*各メーカー代理店/特約販売店*/
.maker_list {
	max-width: 960px;
	margin: 0 auto;
	margin-top: 80px;
	flex-wrap: wrap;
}
.maker_list li {
	max-width: 480px;
	width: 50%;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	margin-bottom: 30px;
}
.maker_list li .img_logo {
	font-size: 0;
	width: 250px;
}
.maker_list li h5 {
	padding-left: 20px;
	box-sizing: border-box;
}


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

}

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

}

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

}


/*沿革*/
.history_list {
	max-width: 1200px;
	margin: 0 auto;
	margin-top: 80px;
}
.history_list dl {
	display: flex;
	flex-wrap: wrap;
	border-top: 1px solid #999;
	font-size: 18px;
}
.history_list dl:last-child {
	border-bottom: 1px solid #999;
}
.history_list dl dt {
	background-color: #f1f2f4;
	width: 450px;
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 50px;
	box-sizing: border-box;
	font-weight: bold;
}
.history_list dl dd {
	width: 750px;
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 50px;
	box-sizing: border-box;
}

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

}

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

}

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

}


/*アクセス*/
.map {
	max-width: 960px;
	margin:  auto;
	margin-top: 80px;
}
.access_box {
	margin-top: 15px;
}
.access_box > div {
	width: 50%;
}
.access_box .right_box {
	margin-left: 80px;
}
.access_box h5 {
	font-size: 24px;
	font-weight: bold;
	padding-left: 30px;
	position: relative;
}
.access_box h5:before {
	content: "";
	position: absolute;
	top: 9px;
	left: 0;
	width: 20px;
	height: 20px;
	background: rgb(27,149,212);
	background: linear-gradient(90deg,
		rgba(27,149,212,1) 0%, rgba(29,32,135,1) 80%, rgba(5,0,80,1) 100%);
}

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

}

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

}

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

}


/*オフィス風景*/
.gallery_list {
	max-width: 1200px;
	margin: 0 auto;
	margin-top: 80px;
	flex-wrap: wrap;
}
/*.gallery_list:before {
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	background-image: url(../images/top/pc/featured_bk.svg);
	background-repeat: no-repeat;
	background-size: contain;
	width: 100%;
	height: 560px;
	z-index: -1;
}*/
.gallery_list li {
	width: 280px;
	font-size: 0;
	margin-top: 20px;
}
.gallery_list li + li {
	margin-left: 26.6667px;
}
.gallery_list li:nth-child(4n+1) {
	margin-left: 0;
}
.gallery_list li:nth-child(odd) {
	/*margin-top: -100px;*/
}
.gallery_list li img {
	box-shadow: 7px 7px 5px rgba(0, 0, 0, 0.2);
}

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

}

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

}

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

}

/*環境宣言*/
.enviro_box {
	max-width: 1200px;
	margin: 0 auto;
	margin-top: 80px;
}
.enviro_box .left_box {
	width: 500px;
}
.enviro_box .right_box {
	max-width: 700px;
	padding-left: 50px;
	box-sizing: border-box;
}
.enviro_box h5 {
	font-size: 24px;
	font-weight: bold;
	padding-left: 30px;
	position: relative;
}
.enviro_box h5:before {
	content: "";
	position: absolute;
	top: 9px;
	left: 0;
	width: 20px;
	height: 20px;
	background: rgb(27,149,212);
	background: linear-gradient(90deg,
		rgba(27,149,212,1) 0%, rgba(29,32,135,1) 80%, rgba(5,0,80,1) 100%);
}
.enviro_box .img_photo {
	margin-top: 50px;
}


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

}

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

}

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

}



/*== お問い合わせページ ==*/
.kv_contact:before {
	background-image: url(../images/common/pc/kv_contact.jpg);
}
/*.kv_contact:before {
	background-image: url(../images/common/pc/kv_contact.jpg);
}*/

/*お問い合わせフォーム*/
.contact_txt {
	text-align: center;
}
.contact_txt a {
	text-decoration: underline;
}

#formWrap {
	max-width: 940px;
	margin:0 auto;
	margin-top: 50px;
	box-sizing: border-box;
}
.formTable {
	width: 100%;
	margin: 0 auto;
	padding-left: 150px;
	padding-right: 150px;
	box-sizing: border-box;
	background-color: #f1f2f4;
	padding-top: 12px;
	padding-bottom: 50px;
	margin-bottom: 40px;
}

.formTable .textarea dt {
	padding: 30px 20px 0 0;
	vertical-align: top;
}

.formTable dd {
	max-width: 640px;
	width: 100%;
	padding-top: 0;
	/*background-color: #fff;
	padding: 5px;
	border: 1px solid #ddd;
	padding: 10px 13px 10px 15px;
	margin-top: 10px;*/
}
/*.formTable dd input {
	width: 100%;
	height: 48px;
}*/
.formTable dt {
	font-weight:normal;
	text-align: left;
	border: none;
	padding: 38px 20px 0 0;
	box-sizing: border-box;
	margin-bottom: 10px;
}
.formTable dt .required {
	margin-right: 10px;
	background-color: #ed1c24;
	padding: 3px 10px;
	font-size: 13px;
	color: #fff;
}
.formTable dt .any {
	margin-right: 10px;
	background-color: #fff;
	padding: 3px 10px;
	font-size: 13px;
	color: #6E6E6E;
}
.formTable dd .record_area {
	padding: 10px 13px;
	border: 1px solid #ddd;
	color: #555;
	width: 100%;
	box-sizing: border-box;
	border-radius: 6px;
	height: 48px;
	font-size: 16px;
	padding-left: 15px;
	background-color: #fff;
}
.formTable .textarea dd .record_area {
	height: 230px;
}
.formTable dd .record_area:focus {
	outline: none;
}

input[type="submit"] {
	display: inline-block;
	width: 210px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	background: rgb(27, 149, 212);
	background: linear-gradient(90deg,
		rgba(27, 149, 212, 1) 0%, rgba(29, 32, 135, 1) 80%, rgba(5, 0, 80, 1) 100%);
	border-radius: 50px;
	font-size: 16px;
	color: #fff;
	padding-right: 10px;
	box-sizing: border-box;
	position: relative;
	transition: .1s;
	border: none;
	cursor: pointer;
}
input[type="submit"]:hover {
	transition: .3s;
	opacity: .8;
	background-color: #338dc9;
	color: #fff;
}
input[type="button"] {
	padding: 0;
	border: 1px solid #999;
	transition: .3s;
	cursor: pointer;
	 background-color: #999; 
	color: #fff;
	width: 210px;
	height: 50px;
	line-height: 50px;
	font-size: 168px;
	border-radius: 5px;
	-webkit-appearance: none;
}
input[type="button"]:hover {
	background-color: #444;
}
input[type="reset"] {
	padding: 10px 25px;
	margin-left: 20px;
	border: 1px solid #ddd;
	cursor: pointer;
	margin-left: 20px;
	border-radius: 0;
	-webkit-appearance: none;
}
input[type="reset"]:hover {
	background-color: #dfdfdf;	
	transition: .5s;
}
@keyframes onAutoFillStart { from {} to {}}
input:-webkit-autofill {
	animation-name: onAutoFillStart;
	transition: background-color 50000s ease-in-out 0s;
}
/*　簡易版レスポンシブ用CSS（必要最低限のみとしています。ブレークポイントも含め自由に設定下さい）　*/


/*プライバシーポリシー*/
#formWrap .privacy_txt {
	max-width: 750px;
	width: 100%;
	margin: 0 auto;
	font-size: 16px;
}
#formWrap .termsBox {
	max-width: 750px;
	width: 100%;
	margin: 0 auto;
	height: 250px;
	overflow-y: scroll;
	background-color: #fff;
	border: 1px solid #acadae;
	padding: 15px 10px;
	box-sizing: border-box;
	margin-top: 0px;
}
	#formWrap .termsBox .scrollWrap dl + dl {
		padding-top: 20px;
	}
	#formWrap .termsBox .scrollWrap dl dt {
		font-weight: bold;
	}
	#formWrap .termsBox .scrollWrap dl dd {
		/*padding-top: 5px;*/
		padding-left: 5px;
		font-size: 16px;
		line-height: 1.2;
	}
	#formWrap .termsBox .scrollWrap dl dd ul {
	}
	#formWrap .termsBox .scrollWrap dl dd ul li {
		margin-top: 10px;
	}

#formWrap .privacy_check {
	display: none;
}
	#formWrap .privacy_check .required {
		margin-right: 13px;
		background-color: #f9c270;
		padding: 5px 13px;
		border-radius: 5px;
		font-size: 14px;
		color: #fff;
	}
	#formWrap .privacy_check .text_check {
		display: inline-block;
		transform: translateY(1px);
	}
		#formWrap .privacy_check input[type="checkbox" i] {
			margin: 0;
			transform: scale(1.1);
		}
#formWrap .form_btn {
	text-align: center;
	margin-top: 90px;
	display: flex;
	justify-content: center;
}
.wpcf7c-elm-step1 .mail_submit_button {
	margin-left: 20px;
	margin-right: 20px;
}
.wpcf7c-elm-step2.back {
}
.wpcf7c-elm-step2.back input[type="submit"] {
	background-color: #999;
	background-image:none;
}
_:lang(x)+_:-webkit-full-screen-document, .wpcf7c-elm-step2.back input[type="submit"] {
  border-radius: 50px;
  overflow: hidden;
}


/*== サンクスページ ==*/
#contact.thanks {}
	p.tanks_ttl {
		font-size: 36px;
		text-align: center;
	}
	#contact.thanks .thanks_box {
		max-width: 1200px;
		margin: 0 auto;
	}
		#contact.thanks .thanks_box .tanks_txt {
			margin-bottom: 50px;
			font-size: 18px;
			margin-top: 30px;
			text-align: center;
		}
		p.top_back {
			text-align: center;
		}
		#contact.thanks .thanks_box .top_back a {
			display: inline-block;
			width: 210px;
			height: 50px;
			line-height: 50px;
			text-align: center;
			background: rgb(27, 149, 212);
			background: linear-gradient(90deg,
				rgba(27, 149, 212, 1) 0%, rgba(29, 32, 135, 1) 80%, rgba(5, 0, 80, 1) 100%);
			border-radius: 50px;
			font-size: 16px;
			color: #fff;
			padding-right: 10px;
			box-sizing: border-box;
			position: relative;
			transition: .1s;
			border: none;
			cursor: pointer;
		}
		#contact.thanks .thanks_box .top_back a:before {
			content: "";
			position: absolute;
			top: 20px;
			right: 17px;
			background-image: url(../images/common/pc/arrow_rw.svg);
			background-repeat: no-repeat;
			background-size: 6px;
			width: 6px;
			height: 10px;
		}
			#contact.thanks .thanks_box .top_back a:hover {
				transition: .3s;
			}