@charset 'UTF-8';

*{ box-sizing: border-box;}

/*-----------------------------------------------
　M2
------------------------------------------------*/

.main-img {
	width: 1130px;
	margin: 0 auto 30px;
	position: relative;
}
.main-img + p {
	max-width: 1130px;
	margin: 30px auto;
}

/*-----------------------------------------------
　〇〇とは？
------------------------------------------------*/
.about-box{
	margin: 50px auto;
}

.about-box .title{
	background-image: linear-gradient(to right, #f2f2de 0%, #f2c7c7 100%);
	padding: 5px 0;
	font-size: 32px;
	font-weight: 700;
	line-height: 1.8em;
	text-align: center;
}
.about-box .inner{
	display: flex;
	justify-content: space-between;
	gap: 50px;
	max-width: 1130px;
	margin: 30px auto;
}
.about-box .inner > div dl{
	margin: 30px auto;
	padding: 15px 0;
	background: repeating-linear-gradient(#e9e9e9, #e9e9e9 2px, #fff 2px, #fff 10px);
	box-shadow: -3px 3px 8px rgba( 0, 0, 0,0.2);
}
.about-box .inner > div dl dt{
	background-color: #fff;
	margin-bottom: 10px;
	padding: 10px;
	font-size: 19px;
	font-weight: 700;
	text-align: center;
	border-bottom: 1px solid #111;
}
.about-box .inner > div dl dt span{
	display: block;
	color: #ff3a20;
	font-size: 22px;
}
.about-box .inner > div dl dd{
	padding: 5px 5px 5px 40px;
	font-size: 15px;
	position: relative;
}
.about-box .inner > div dl dd:before{
	content: "";
	display: block;
	width: 11px;
	height: 11px;
	background-color: #fff;
	border: 2px solid #7e7e7e;
	position: absolute;
	left: 15px;
	top: 0;
	bottom: 0;
	margin: auto;
}
.about-box .inner > div dl dd:after{
	content: "";
	display: block;
	width: 8px;
	height: 15px;
	border-bottom: 3px solid #ff6000;
	border-right: 3px solid #ff6000;
	transform: rotate(45deg);
	position: absolute;
	left: 18px;
	top: 0;
	bottom: 10px;
	margin: auto;
}

.about-box .inner > div dl dd mark{
	background-color: transparent;
	background-image: linear-gradient(to bottom, transparent 60%, #ffdc18 60%);
	font-weight: 700;
}



/*-------------------一覧を見る----------------
.item_down_button {
	margin-bottom: 50px;
}
.item_down_button a {
	display: block;
	width: 625px;
	background: #003260;
	color: #FFF;
	margin: 0 auto;
	padding: 30px;
	font-size: 27px;
	font-weight: 700;
	text-align: center;
	letter-spacing: .1em;
	box-shadow: 0px 11px 26px 0px rgba(0, 23, 45, 0.42);
	border-radius: 50px;
}

.item_down_button a:after {
	content: "";
	display: inline-block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 9px 7.5px 0 7.5px;
	border-color: #ffffff transparent transparent transparent;
	margin-left: 40px;
}

.item_down_button a:hover {
	background: #0d9a9c;
	-webkit-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    transition: all  0.6s ease;
}*/





/*-----------------------------------------------
	納品までの流れ
------------------------------------------------*/
.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 {
	background: #fef1fe url(../../../_images/type/_common/other_line.gif) repeat-x top;
	color: #a3389d;
	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 .item_type{
	display: flex;
	flex-wrap: wrap;
	gap: 30px 20px;
}

.other_item li {
	-webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease;
	position: relative;
}

.other_item li:after {
	content: "";
	width: 50%;
	max-width:300px;
	background: #777;
	-webkit-box-shadow: 0 15px 10px #777;
	-moz-box-shadow: 0 15px 10px #777;
	box-shadow: 0 15px 10px #777;
	-webkit-transform: rotate(3deg);
	-moz-transform: rotate(3deg);
	-o-transform: rotate(3deg);
	-ms-transform: rotate(3deg);
	transform: rotate(3deg);
	position: absolute;
	bottom: 15px;
	top: 80%;
	right: 10px;
	left: auto;
	z-index: -1;
}
.other_item li:hover {
	filter:alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
}

