@charset "utf-8";

/*
ordermade_flow
オーダーメイドの流れ
*/

/* #Sec01
-----------------------------------------------------------------*/
.ordermade_howto #Sec01{
}
.ordermade_howto #Sec01 .inner{
	max-width: 960px;
	margin: 0 auto;
	padding: 0 80px;
}

#Main.ordermade_howto .art_ttl {
    margin-top: 50px;
}

.ordermade_howto h2.under_ttl{
	color: #000;
	margin-top: 40px;
}

.ordermade_howto .howto_box{
	margin-bottom: 80px;
}

.ordermade_howto .howto_box ul{
	font-weight: bold;
	margin: 30px auto;
}

@media screen and (max-width: 1020px) {
/* 1020pxまでの幅の場合に適応される */


/* 1020pxまでの幅の場合に適応される */
}

@media screen and (max-width: 767px) {
/* 767pxまでの幅の場合に適応される */

/* #Sec01
-----------------------------------------------------------------*/
.ordermade_howto #Sec01{
}
.ordermade_howto #Sec01 .inner{
	max-width: 100%;
	padding: 0 50px;
}


/* 767pxまでの幅の場合に適応される */
}

@media screen and (max-width: 640px) {
/* 640pxまでの幅の場合に適応される */


/* 640pxまでの幅の場合に適応される */
}