@charset "utf-8";

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

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

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

#Main.ordermade_color .art_ttl{
	color: #000;
	margin-top: 50px;
}

.ordermade_color .color_box .color_inner{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.ordermade_color .color_box .txt{
	max-width: 640px;
}

.ordermade_color .color_box{
	margin-bottom: 20px;
}

.ordermade_color .color_box ul{
	margin-top: 20px;
}

.ordermade_color .color_box h4{
	margin-bottom: 20px;
}

.ordermade_color .color_box img{
	width: 100%;
}

.ordermade_color .color_box div.img img{
	margin-bottom: 40px;
}

.ordermade_color .color_box .btn{
    float: right;
    width: 480px;
    margin-top: 10px;
}

.ordermade_color .color_box .btn a{
background: #000033;
    padding: 10px;
    display: block;
    max-width: 480px;
    box-sizing: border-box;
    text-align: center;
    color: #ffffff;
    font-size: 1.4rem;
    font-weight: 700;
    border-radius: 5px;
}

.ordermade_color .link_btn{
	margin-top: 30px;
}

@media screen and (max-width: 1100px) {
/* 1020pxまでの幅の場合に適応される */
.ordermade_color .color_box .txt{
	max-width: 520px;
	width: 60%;
}

.ordermade_color .color_box .img{
	width: 30%;
}

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

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

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

.ordermade_color .color_box .color_inner{
	display: block;
}

.ordermade_color .color_box .txt{
	width: 100%;
	margin-right: 0px;
}

.ordermade_color .color_box .btn{
	width: 100%;
}

.ordermade_color .color_box .img{
	margin-top: 30px;
	width: 100%;
}
.ordermade_color .color_box .img img{
	width: 100%;
	height: auto;
}

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

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


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