@charset 'UTF-8';

/*------h 共通------*/

.h_lb {
    width: 100%;
    height: 125px;
    background: url(../../../../_images/type/_common/bottle_line.gif) repeat-x bottom;
    text-align: center;
    margin-bottom: 50px;
    font-size: 40px;
    font-weight: 700;
    letter-spacing: .1em;
    position: relative;
    color: #00bfeb;
    line-height: 115px;
    box-sizing: border-box;
}
.h_lb:after {
    content: "";
    position: absolute;
    bottom: -25px;
    left: 50%;
    margin: 0 0 0 -13px;
    width: 0;
    height: 0;
    border-right: 25px solid transparent;
    border-top: 25px solid #00bfeb;
    border-left: 25px solid transparent;
}

.h_lb span {
	font-size: 36px;
	border: 4px solid #06c1ec;
	padding: 5px 7px;
	border-radius: 7px;
	margin-right: 30px;
}

.h_db {
	width: 1000px;
	margin: 0 auto 30px auto;
	background: #00357c;
	color: #FFF;
	text-align: center;
	font-weight: 700;
	font-size: 28px;
	padding: 25px;
	box-sizing: border-box;
}
.h_db span {
	background: #FFF;
	color: #00357c;
	margin: 0 10px;
	padding: 5px 10px;
}

/*.item_data_h,*/
.h_green {
	color: #FFF;
	font-size: 50px;
	font-weight: 700;
	text-align: center;
	background: url(../../../../_images/type/_common/item_data_line.gif) repeat;
	height: 139px;
	width: 100%;
	position: relative;
	border-bottom: 10px solid #fff600;
	box-sizing: border-box;
	letter-spacing: .01em;
	margin-bottom: 50px;
	line-height: 130px;
}

/*.item_data_h:after,*/
.h_green:after {
	content:"";
	position: absolute;
	bottom: -35px;
	left: 50%;
	margin: 0 0 0 -13px;
	width: 0;
	height: 0;
	border-right: 35px solid transparent;
	border-top: 35px solid #fffb00;
	border-left: 35px solid transparent;
}
/*
.item_data_cont {
	margin: 25px auto 35px auto;
	width: 1000px;
	height: 980px;
	position: relative;
}*/


/*-----------------------------------------------
	一覧を見るボタン
------------------------------------------------*/
.item_down_button {
	margin:0 auto 50px auto;
	width: 700px;
	line-height: 98px;
	box-shadow: 0px 10px 9px 0px rgba(6, 0, 1, 0.16);
	font-size: 32px;
	font-weight: 700;
	text-align: center;
}
.item_down_button a {
	color: #FFF;
	height: 105px;
	padding: 0 100px 0 40px;
	box-sizing: border-box;
	display: block;
	background: url(../../../../_images/type/_common/item_down_button.gif) no-repeat center;
}


/*------藍色丸-------*/
.item_down_button_blue {
	margin-bottom: 50px;
}
.item_down_button_blue a {
	display: block;
	width: fit-content;
	min-width: 625px;
	background: #003260;
	color: #FFF;
	margin: 0 auto;
	padding: 25px 30px;
	font-weight: 700;
	font-size: 27px;
	line-height: 1.3em;
	letter-spacing: .1em;
	text-align: center;
	border-radius: 50px;
	box-shadow: 0px 11px 26px 0px rgba(0, 23, 45, 0.42);
    transition: all  0.6s ease;
}
.item_down_button_blue a:after {
	content: "";
	display: inline-block;
	width: 0;
	height: 0;
	margin-left: 40px;
	border-style: solid;
	border-width: 9px 7.5px 0 7.5px;
	border-color: #ffffff transparent transparent transparent;
}
.item_down_button_blue a:hover {
	background: #0d9a9c;
}


/*-----------------------------------------------
	ボタン
------------------------------------------------*/
/*--青いボタン--*/
.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);
}



/*-----------------------------------------------
	さらにお急ぎの方はこちら
------------------------------------------------*/

/*----さらにお急ぎの方はこちら----*/
.banner_speed {
	width: 1000px;
	margin: 0 auto 35px auto;
	padding-top: 35px;
}
.banner_speed img { margin-left: -113px; }
.banner_speed .speed_red {
	text-align: center;
	position: relative;
	color: #FFF;
	font-weight: 700;
	background: #e81d19;
	font-size: 30px;
	padding: 30px 10px;
	margin-bottom: 20px;
}
.banner_speed .speed_red:before {
	content: "";
	position: absolute;
	top: -35px;
	left: 0px;
	width: 0;
	height: 0;
	border-right: 1000px solid transparent;
	border-bottom: 35px solid #e81d19;
}

.banner_speed .speed_red:after {
    content: "";
    position: absolute;
    bottom: -44px;
    left: 700px;
    width: 0;
    height: 0;
    border-top: 22px solid #e81d19;
	border-right: 9px solid transparent;
	border-bottom: 22px solid transparent;
	border-left: 9px solid transparent;
}

/*---type---*/
.banner_speed_type {
	background: #f1f1ef;
	margin-bottom: 50px;
	padding: 40px 0;
	border-top: 5px solid #f6ff00;
}

.banner_speed_type .banner_speed_type_h {
	color: #0f1432;
	font-weight: 700;
	font-size: 23px;
	text-align: center;
}
.banner_speed_type_h .limit {
	display: block;
}
.banner_speed_type_h .balloon {
	position: relative;
	display: inline-block;
	background: #FFF;
	color: #db1800;
	margin-top: 15px;
	padding: 25px 65px;
	font-size: 28px;
	font-weight: 700;
	text-align: center;
	border: solid 3px #00192c;
	border-radius: 5px;
}
.banner_speed_type_h .balloon:before {
	content: "";
	border: 9px solid transparent;
	border-top: 12px solid #FFF;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	position: absolute;
	bottom: -17px;
	left: 50%;
	z-index: 2;
}
.banner_speed_type_h .balloon:after {
	content: "";
	border: 9px solid transparent;
	border-top: 14px solid #00192c;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	position: absolute;
	bottom: -23px;
	left: 50%;
	z-index: 1;
}
.banner_speed_type .banner_box {
	width: 1000px;
	margin: 0 auto 35px auto;
	padding-top: 35px;
}
.banner_speed_type .banner_box img {
	margin-left: -113px;
}


/*-----------------------------------------------
お問い合わせはこちら
------------------------------------------------*/
.use_contact {
	width: 1000px;
	margin: 0 auto 60px auto;
	position: relative;
}
.use_contact_btn {
	position: absolute;
	top: 355px;
	left: 90px;
}



/*-----------------------------------------------
ユニフォームモールにお任せ下さい
------------------------------------------------*/
.omakase {
	background: #fff8e4;
	width: 100%;
	margin: 0 auto 45px auto;
	padding-bottom: 40px;
	text-align: center;
}
.omakase h3 {
	background: url(../../../../_images/type/tote/_common/omakase_h_back.gif) top repeat-x;
}
.omakase .omakase_li {
	display: flex;
	gap: 20px;
	width: 1000px;
	margin: 0 auto;
}


/*-----------------------------------------------
活用シーン
------------------------------------------------*/
.item_usescene {
	margin-bottom: 60px;
}
.item_usescene .item_usescene_list {
	display: flex;
	justify-content: space-between;
	margin-bottom: 35px;
}
.item_usescene .item_usescene_list li {
	width: 360px;
	box-shadow: 0px 3px 13px 0px rgba(0, 0, 0, 0.19);
}

.item_usescene_list .data_cont .scene_li_h {
	padding-top: 25px; 
	font-size: 19px;
	font-weight: 700;
	letter-spacing: 0;
	text-align: center;
}
.item_usescene_list .data_cont .scene_li_h:after {
	content: "";
	display: block;
	width: 80px;
	height: 4px;
	background: #000;
	margin: 20px auto 25px auto;
}
.item_usescene_list .data_cont .text {
	padding: 0 30px 35px 30px;
	font-size: 13px;
}

/*--その他--*/
.item_usescene .other_linkbtn dt {
	margin-bottom: 15px;
	font-size: 16px;
	font-weight: 700;
}
.item_usescene .other_linkbtn dt span {
	background: #ecc6ff;
	padding: 7px 13px 7px 15px;
}
.item_usescene .other_linkbtn dt span:before {
	content: "";
	display: inline-block;
	width: 7px;
	height: 7px;
	background: #000;
	margin-right: 7px;
}
.item_usescene .other_linkbtn dd > ul {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
}
.item_usescene .other_linkbtn dd > ul li {
	font-weight: 700;
	font-size: 17px;
	border-bottom: 3px solid #b2b2b2;
	border-radius: 5px;
}
.item_usescene .other_linkbtn dd > ul li a {
	display: block;
	height: 60px;
	background-repeat: no-repeat;
	background-position: 15px 50%;
	padding: 0 25px 0 50px;
	line-height: 60px;
	border: 3px solid #dfdfdf;
	border-radius: 3px;
    transition: all  0.3s ease;
}
.item_usescene .other_linkbtn dd > ul li a:hover{
	background-color: #ecff4d;
}

.item_usescene .other_linkbtn dd ul li.alumi a { background-image: url(../../../../_images/type/tote/pouch/icon_bottle.gif);}
.item_usescene .other_linkbtn dd ul li.mug a { background-image: url(../../../../_images/type/tote/pouch/icon_mug.gif) }
.item_usescene .other_linkbtn dd ul li.cotton a { background-image: url(../../../../_images/type/tote/pouch/icon_tote.gif) }





/*-----------------------------------------------
他のアイテムをチェックする
------------------------------------------------*/
.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;
	letter-spacing: .1em;
	line-height: 27px;
	text-align: center;
	border-bottom: 7px solid #fffb00;
	position: relative;
}
.other_item .other_item_h:before {
    content: "";
	display: inline-block;
	width: 26px;
	height: 27px;
	background: url(../../../../_images/type/_common/other_icon.gif) no-repeat;
	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: 50%;
}
/*-----------------------------------------------
	～で探す
------------------------------------------------*/
.other_item{
	margin: 0 auto 45px;
}
.other_item .item_list {
	display: flex;
	flex-wrap: wrap;
	gap: 16px;
}
.other_item .item_list li{
	width: 235px;
	margin: 0;
}
.other_item .item_list li img {
	width: 100%;
	height: auto;
}

/**/
.other_item .item_list.material li{
	width: 360px;
}


