@charset 'UTF-8';


.font_hirakaku { font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "Yu Gothic", "游ゴシック", "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif; }
.font_min{font-family: "Times New Roman" , "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;}


/*--青いボタン--*/
.blue_btn{
	background-image: none;
	width: 80%;
	min-width: 700px;
	max-width: 800px;
	margin: 0 auto 40px;
	padding-bottom: 10px;
	border-radius: 10px;
	box-shadow: 0px 10px 9px 0px rgba(6, 0, 1, 0.16);
	overflow: hidden;
}
.blue_btn a{
	display: block;
	background-color: #53c3de;
	background-image: linear-gradient(to bottom, #65cae1 0%, #3dafd4 100%);
	color: #FFF;
	height: 100px;
	margin: auto;
	padding: 0 95px 0 25px;
	font-weight: 700;
	font-size: 30px;
	line-height: 100px;
	text-align: center;
	letter-spacing: .07em;
	border-radius: 10px;
	box-shadow: 0 10px 0 #297b95;
    transition: all  0.3s ease;
	position: relative;
}
.blue_btn a:after{
	content: "";
	display: block;
	width: 55px;
	height: 55px;
	background-repeat: no-repeat;
	position: absolute;
	right: 30px;
	top: 0;
	bottom: 0;
	margin: auto;
}
.blue_btn:hover{
	opacity: 1;
}
.blue_btn a:hover{
	opacity: 0.6;
}

/*矢印→*/
.blue_btn.next a:after{
	background-image: url(../../../../_images/type/_common/blue-arrow-next.gif);
}
/*矢印↓*/
.blue_btn.under a:after{
	background-image: url(../../../../_images/type/_common/blue-arrow-under.gif);
}

/*-----------------------------------------------
ユニフォームモールにお任せ下さい
------------------------------------------------*/
.omakase {
	width: 1000px;
	margin: 0 auto 45px auto;
}
.omakase .omakase_li {
	background: #f5ecd5;
	padding: 0 30px 30px 30px;
}
.omakase .omakase_li li {
	float: left;
	margin-right: 20px;
}
.omakase .omakase_li li:last-child {
	margin-right: 0;	
}



/*-----------------------------------------------
納品までの流れ
------------------------------------------------*/
.flow_cont { margin-bottom: 50px; }
.flow_cont img { 
	display: block;
	width: 100%;
	height: auto;
	margin-bottom: 40px;
}

.flow_cont .flow_day {
	padding: 30px;
	box-sizing: border-box;
	font-weight: 700;
	border-radius: 10px;
	position: relative;
	border: 5px solid #005e89;
	text-align: center;
}

.flow_cont .flow_day:before{
	content: "";
	position: absolute;
	top: -38px;
	left: 50%;
 	margin-left: -17px;
	border: 22px solid transparent;
	border-bottom: 23px solid #FFF;
 	z-index: 2;
}

.flow_cont .flow_day:after{
	content: "";
	position: absolute;
	top: -45px;
	left: 50%;
 	margin-left: -17px;
	border: 22px solid transparent;
	border-bottom: 23px solid #005e89;
 	z-index: 1;
}


.flow_cont .flow_day {
	font-size: 20px;
	letter-spacing: .16em;
}
.flow_cont .flow_day .day .yellow_line {
	background: linear-gradient(transparent 50%, #fff25c 0%);
	padding: 0 5px;
	font-weight: 700;
	color: #005e89;
}
.flow_cont .flow_day .ps {
	color: #4f4e55;
	font-size: 13px;
	padding-top: 5px;
}


/*-----------------------------------------------
グルーピング
------------------------------------------------*/
.other_item {
	margin-bottom: 45px;
}
.other_item .other_item_h{
	color: #a3389d;
	background: #fef1fe url(../../../../_images/type/_common/other_line.gif) repeat-x top;
	padding: 30px 0 20px 0;
	margin-bottom: 30px;
	font-size: 22px;
	font-weight: 700;
	line-height: 27px;
	letter-spacing: .1em;
	text-align: center;
	border-bottom: 7px solid #fffb00;
	position: relative;
}
.other_item .other_item_h:before{
    content: "";
	display: inline-block;
	background: url(../../../../_images/type/_common/other_icon.gif) no-repeat;
	width: 26px;
	height: 27px;
	margin-right: 20px;
	vertical-align: middle;
}
.other_item .other_item_h:after{
    content: "";
    width: 0;
    height: 0;
    margin: 0 0 0 -13px;
    border-right: 25px solid transparent;
    border-top: 25px solid #fffb00;
    border-left: 25px solid transparent;
    position: absolute;
    bottom: -25px;
    left: 0;
	right: 0;
	margin: auto;
}


/*----形状で探す_under----*/
.other_item ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	gap: 15px;
}
.other_item ul.clear:after{
	display: none;
}
.other_item ul > li {
	width: 360px;
	margin: 0;
	position: relative;
}
.other_item li img {
	width: 100%;	
	height: auto;
}


/*--グルーピング--*/
.other_item.item_bottle .other_item_border {
	color: #021734;
	font-weight: bold;
	font-size: 20px;
	letter-spacing: .1em;
	text-align: center;
}
.other_item.item_bottle .other_item_border:after {
	content: "";
	display: block;
	width: 400px;
	height: 2px;
	background: #021734;
	margin: 10px auto 30px;
}

.other_item.item_bottle .brand_banner_list li:after { bottom: 35px; }



/**/
.other_item.item_bottle .brand_banner_list.incList{
	width: 100%;
	margin-bottom: 30px;
}
.other_item.item_bottle .brand_banner_list.incList li{
	width: 48%;
}



