@charset "utf-8";

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

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

.ordermade_font h2.under_ttl{
	font: #000;
	margin-top: 40px;
}

#Main.ordermade_font .art_ttl{
	font: #000;
	margin-top: 50px;
}


.ordermade_font .font_box .txt{
	margin-right: 60px;
	max-width: 580px;
}

.ordermade_font .font_box{
	margin-bottom: 20px;
}

.ordermade_font .font_box .font_list{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-top: 50px;
}

.ordermade_font .font_box .font_list h4{
	background: #000033;
	color: #fff;
	text-align: center;
	margin-bottom: 0px;
	padding: 10px 0;
	width: 178px;
}

.ordermade_font .font_box .font_list .font{
	width: 158px;
}

.ordermade_font .font_box .font_list .font p{
	border-bottom: 1px dashed #000033;
	width: 100%;
	padding: 15px 10px;
}

.ordermade_font .font_box .font_list .font p{
	text-align: center;
	line-height: 1.5;
}

.ordermade_font .font_box .font_list .font p.txt{
	text-align: left;
	height: 162px;
}

.ordermade_font .font_box ul{
	margin-top: 20px;
}

.ordermade_font .font_box h4{
	margin-bottom: 20px;
}

.ordermade_font .design_list{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.ordermade_font .design_box .design{
	width: 450px;
	display: flex;
	border-bottom: 1px dashed #000033;
	padding-bottom: 20px;
	margin-bottom: 20px;
}

.ordermade_font .design_box .design .txt{
	margin-left: 50px;
}

.ordermade_font .design_box .design .txt h4{
	font-size: 2.0rem;
}

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

.ordermade_font .design_box .link_btn a{
	margin-top: 40px;
}


@media screen and (max-width: 1020px) {
/* 1020pxまでの幅の場合に適応される */
.ordermade_font .font_box .font_list{
	justify-content: left;
}

.ordermade_font .font_box .font_list .font{
	width: 30%;
	margin-bottom: 30px;
	margin-right: 3%;
}

.ordermade_font .font_box .font_list h4{
	width: 100%;
}

.ordermade_font .font_box .font_list .font p{
	width: calc(100% - 30px);
}

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

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

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

.ordermade_font .font_box .font_inner{
	display: block;
}

.ordermade_font .font_box .txt{
	margin-right: 0px;
	max-width: 100%;
}

.ordermade_font .font_box .btn{
	width: 100%;
}

.ordermade_font .font_box .img{
	margin-top: 30px;
}

.ordermade_font .font_box .font_list{
	display: block;
}

.ordermade_font .font_box .font_list .font{
	margin-top: 30px;	
}

.ordermade_font .font_box .font_list .font,
.ordermade_font .font_box .font_list h4{
	width: 100%;
}

.ordermade_font .font_box .font_list .font p{
	padding: 15px 0;
	width: 100%;
}

.ordermade_font .font_box .font_list .font p.txt{
	height: auto;
}

.ordermade_font .design_box .design{
	width: 100%;
	display: block;
	text-align: center;
}

.ordermade_font .design_box .design .txt{
	margin: 0 auto;
	margin-top: 10px;
}

.ordermade_font .btn{
	width: 100%;
}

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

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


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