@charset "UTF-8";

/*------------------------------------
	カテゴリーPC
/*----------------------------------*/
.category_lp *{
	margin:0;
	padding:0;
	list-style-type:none;
	-webkit-box-sizing: border-box;
		 -moz-box-sizing: border-box;
		 -o-box-sizing: border-box;
		-ms-box-sizing: border-box;
			box-sizing: border-box;
}

.category_lp {
	margin-bottom: 20px;
}

.category_lp {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.category_lp > h2.ttl {
	width: 48%;
}

.category_lp > .ttlimg {
	width: 48%;
}

.category_lp > .cat_search_box {
	width: 100%;
}

.category_lp .link_text {
}

.category_lp .link_text a {
	text-decoration: underline;
	color: #006767;
}

.category_lp .link_text a:hover {
	text-decoration: none;
}


/* .category_lp .ttl{
	padding: 0px 0 0px 30px;
	color:#606060;
	margin-bottom: 20px;
	text-align: left;
	letter-spacing:1px;
	font-size:22px;
	line-height:1.3;
	font-weight:bold;
	background:url(https://kanri6.shopserve.jp/vol1blog/q/quovadis.ir.shopserve.jp/docs/pic-labo/icon_subttl.gif) no-repeat left center;
	border:none;
} */

#main-column .category_lp h2.ttl {
	font-size: 38px;
	font-weight: 600;
	display: flex;
	flex-wrap: wrap;
	align-items: baseline;
	margin-bottom: 12px;
	padding-bottom: 0;
}

.category_lp .ttl span {
	font-size: 16px;
	letter-spacing: 1px;
	margin-left: 10px;
	font-weight: 700;
}

/* .category_lp .ttl span{
	font-size:10px;
	color:#606060;
	font-weight:bold;
	letter-spacing:1px;
	margin-left:10px;
	vertical-align:middle;
} */

.category_lp .ttlimg {
	margin-bottom:20px;
}

.category_info_wrap {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-bottom: 32px;
}

.category_info_exp {
	width: 48.28%;
}

.category_info_img {
	width: 48.28%;
	padding-top: 20px;
}



.category_lp .cat_search_box {
	font-size: 0;
	background-color: #F2F4FA;
	padding: 24px 35px;
}

.category_lp .cat_search_box .box {
	width:32%;
	vertical-align:top;
	margin-right:2%;
	display:inline-block;
}

.category_lp .cat_search_box .box:nth-of-type(3n){
	margin-right:0;
}

.category_lp .cat_search_box .box .head {
	background: #7A7E8B;
	color: #FFF;
	padding: 3px;
	font-size: 14px;
	text-align: center;
	font-weight: 600;
}

.category_lp .cat_search_box .box select {
	width: 100%;
	border: solid 0px #CCC;
	padding: 5px;
	cursor: pointer;
}

.category_lp .cat_search_box .box select option {
	padding: 5px 10px;
}

.category_lp .cat_search_box .box select option:checked {
	background-color: #e2e5ee;
	border-radius: 3px;
}

.category_lp .cat_search_box button {
	/* background: url(https://kanri6.shopserve.jp/vol1blog/q/quovadis.ir.shopserve.jp/docs/pic-labo/btn_cat_search.jpg) no-repeat; */
	min-width: 280px;
	height: 60px;
	border: none;
	/* font-size: 0; */
	margin: 20px auto 0;
	display: block;
	color: #fff;
	background: #006767;
	font-size: 15px;
	font-weight: bold;
	cursor: pointer;
	letter-spacing: 0.1em;
	text-align: center;
}

.category_lp .cat_search_box button:hover{
	opacity:0.7;
}

.category_lp .link_text{
	margin-bottom:20px;
}

.category_lp .link_text ul{
	overflow:hidden;
	font-size:0;
	margin-bottom:5px;
}

.category_lp .link_text ul li{
	border-left:solid 1px #CCC;
	padding:0px 10px;
	display:inline-block;
	font-size:13px;
	line-height:1.3;
	margin: 5px 0;
}

.category_lp .link_text ul li:first-child{
	border-left:none;
}


/** SmartPhone
===================================*/
@media screen and (max-width: 767px) {
.category_info_wrap {
	flex-direction: column-reverse;
}

.category_info_exp {
	width: 100%;
}

.category_info_img {
	width: calc(100% + 30px);
	padding: 0;
	margin: 0 -15px;
}

.category_lp .ttlimg {
	margin-bottom: 12px;
}

#main-column .category_lp h2.ttl {
	font-size: 30px;
}

.category_lp .ttl span {
	font-size: 14px;
	letter-spacing: 1px;
	margin-left: 10px;
	font-weight: 700;
}

#main-column .category_lp h2.ttl {
	font-size: 30px;
	margin-bottom: 6px;
}

.category_lp .cat_search_box {
	margin: 0 -15px;
	padding: 32px 15px 40px;
}

.category_lp .cat_search_box .box {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	margin-bottom: 10px;
}

.category_lp .cat_search_box .box .head {
	width: 32%;
}

.category_lp .cat_search_box .box select {
	width: 68%;
}

.category_lp .cat_search_box .box .head {
	width: 32%;
	text-align: right;
	background-color: transparent;
	color: inherit;
	padding-right: 10px;
}

.category_lp .cat_search_box button {
	height: 45px;
	width: 100%;
}







}/* @media */





/*------------------------------------
	ガイドコンテンツPC
/*----------------------------------*/

/***** 共通 *****/

.guide_contents *{
	margin:0;
	padding:0;
	list-style-type:none;
	-webkit-box-sizing: border-box;
		 -moz-box-sizing: border-box;
		 -o-box-sizing: border-box;
		-ms-box-sizing: border-box;
			box-sizing: border-box;
}

.guide_contents {
	font-size:14px;
	line-height:1.7;
}

.guide_contents h3 {
	font-size:14px;
	margin-bottom:5px;
	font-weight:bold;
}

.guide_contents p{
	font-size:14px;
	line-height:1.7;
}

.guide_contents #guide-menu {
	border:solid 5px #eeeeee;
	padding:15px;
	margin-bottom:30px;
}
.guide_contents #guide-menu ul {
	display: block;
	overflow:hidden;
}
.guide_contents #guide-menu ul li {
	display:block;
	float:left;
	font-size:14px;
	padding:0 15px;
	border-right:solid 1px #CCC;
	line-height:1.7;
}

.guide_contents #guide-menu ul li:last-child{
	border-right:none;
}

.guide_contents h1 {
	padding: 0px 0 0px 30px;
	color:#0C1324;
	margin-bottom: 20px;
	text-align: left;
	letter-spacing:1px;
	font-size:20px;
	line-height:1.3;
	font-weight:600;
	background:url(https://kanri6.shopserve.jp/vol1blog/q/quovadis.ir.shopserve.jp/docs/pic-labo/icon_subttl.gif) no-repeat left center;
	border:none !important;
	margin-bottom:30px;
	display:block !important;
}

.guide_contents h1:before,
.guide_contents h1:after{
	display:none !important;
}

.guide_contents h2 {
	color:#FFF;
	font-size:14px;
	background-color:#00667D;
	padding:5px 10px 5px;
	margin-bottom:20px;
	font-weight:normal;
	display:block !important;
}

.guide_contents h3 {
	margin:20px 0 5px;
	font-weight:bold;
}

.guide_contents .brick {
	margin-bottom:55px;
}

.guide_contents .brick a{
	text-decoration:underline !important;
}

/***** 初めてご利用の方へ *****/
.guide_contents {

}

/***** ご注文について *****/
.guide_contents .step {
	color: #01657d;
	font-size: 16px;
}

.guide_contents .step + h3{
	margin-top:0;
}

/***** 会員について *****/
.guide_contents {

}

/***** 配送について *****/
.guide_contents .delivery-price {
	font-size:18px;
}


/***** お支払いについて *****/
.guide_contents table#commission {
	margin:20px 0;
	width:auto;
}
.guide_contents table#commission th,
.guide_contents table#commission td {
	padding:3px 0;
}

.guide_contents table#commission th{
	font-weight:bold;
}

/***** メールマガジン *****/
.guide_contents{

}

/***** ギフトラッピングについて *****/
.guide_contents {

}

/***** FAQ *****/
.guide_contents {

}

/***** お問い合わせ *****/
.guide_contents {

}

/***** 特定商取引法に関する表示 *****/
.guide_contents dl dt {
	float: left;
	font-weight: 700;
	margin-right: 15px;
	margin-bottom: 15px;
}
.guide_contents dl dd {
	float: left;
	margin-bottom: 15px;
}

/*------------------------------------
	ブランドPC
/*----------------------------------*/




/** SmartPhone
===================================*/
@media screen and (max-width: 767px) {

.guide_contents #guide-menu ul li {
	padding: 0 15px 15px 0;
	border: 0;
	font-size: 13px;
}

#Journal .guide_contents h2 {
	color: #fff;
	font-weight: 600;
	padding: 10px 15px;
	font-size: 17px;
}













}/* @media */




