@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;
}



/*-----------------------------------------------
活用シーン
------------------------------------------------*/
.scene {
	margin: 0 auto 50px auto;
	background: url(../../../../_images/type/_common/scene_line_under.gif) no-repeat bottom;
	padding-bottom: 65px;
}
.scene .scene_h {
	text-align: center;
}

.scene .scene_h .type {
	display: inline-block;
	font-size: 23px;
	font-weight: 700;
	background: #FFF;
	padding: 7px 14px;
	color: #152a79;
	border-radius: 5px;
	letter-spacing: .07em;
	border: 3px solid #152a79;
	box-sizing: border-box;
	margin-bottom: 15px;
}
.scene .scene_h .ribbon {
	background: url(../../../../_images/type/_common/red_ribbon.gif) no-repeat;
	min-height: 80px;
	text-align: center;
	font-size: 32px;
	font-weight: 700;
	color: #FFF;
	margin-bottom: 30px;
	letter-spacing: .1em;
	display: block;
	padding-top: 23px;
	box-sizing: border-box;
}


.scene .scene_list li {
	width: 100%;
	border-radius: 10px;
	position: relative;
	margin-bottom: 30px;
	box-shadow: 0.877px 2.869px 9.3px 0.7px rgba(101, 107, 108, 0.26);
}
.scene .scene_list li:last-child { margin-bottom: 0; }

.scene .scene_list .data_cont {
	float: right;
	width: 425px;
	padding: 25px 30px;
	box-sizing: border-box;
}
.scene .scene_list .float {
	float: left;
	width: 315px;
}

.scene .scene_list li:nth-child(even) .data_cont { float: left; }
.scene .scene_list li:nth-child(even) .float { float: right; }


.scene .scene_list .scene_li_h {
	margin-bottom: 10px;
	font-size: 20px;
	color: #ff1647;
	font-weight: 700;
}
.scene .scene_list .text {
	font-size: 13px;
}
.scene .scene_list .text_large {
	font-size: 13px;
	line-height: 1.7em;
}

.scene .scene_list li:before {
	content: "";
	display: block;
	width: 64px;
	height: 68px;
	position: absolute;
	top: -4px;
	left: 10px;
}
.scene .scene_list li:nth-child(even):before {
	content: "";
	display: block;
	width: 64px;
	height: 68px;
	position: absolute;
	top: -4px;
	left: 435px;
}

.scene .scene_list .scene_1:before {
	background: url(../../../../_images/type/_common/scene_01.gif) no-repeat;
}
.scene .scene_list .scene_2:before {
	background: url(../../../../_images/type/_common/scene_02.gif) no-repeat;
}
.scene .scene_list .scene_3:before {
	background: url(../../../../_images/type/_common/scene_03.gif) no-repeat;
}
.scene .scene_list .scene_4:before {
	background: url(../../../../_images/type/_common/scene_04.gif) no-repeat;
}


/*-----------------------------------------------
グルーピング
------------------------------------------------*/
.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;
}

.other_item ul.item_type{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	gap: 20px 0;
}
.other_item ul.item_type > li {
	width: 360px;
	background-color: #fff;
	position: relative;
}
.other_item ul.item_type > li:after {
	content: "";
	width: 50%;
	max-width:300px;
	background: #777;
	box-shadow: 0 15px 10px #777;
	transform: rotate(3deg);
	position: absolute;
	bottom: 15px;
	right: 10px;
	left: auto;
	top: 80%;
	z-index: -1;
}
.other_item ul.item_type > li img{
	width: 100%;
	height: auto;
}

.other_item ul.item_type li a{
    transition: all  0.3s ease-in-out;
}
.other_item ul.item_type li a:hover {
	opacity: 0.7;
}






