@charset "utf-8";

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

#SecOtherProducts ul li:nth-child(3){
	display: none;
}


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

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

.ordermade_flow .flow_line ul{
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 4px;
	margin-top: 50px;
}

.ordermade_flow .flow_line ul li{
	display: flex;
	align-items: center;
	justify-content: center;
}

.ordermade_flow .flow_line ul li span{
	margin: 0 12px;
}

.ordermade_flow .flow_line ul li a{
	width: 160px;
	height: 66px;
	background: #949494;
	text-align: center;
	border-radius: 4px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.ordermade_flow .flow_line a{
	color: #fff;
}

.ordermade_flow .flow_line ul{
	display: flex;
	flex-wrap: wrap;
}

.ordermade_flow .flow_line ul li{
	margin-bottom: 10px;
}

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

.ordermade_flow .flow_box{
	margin-bottom: 60px;
}

.ordermade_flow .flow_box h3{
	margin-bottom: 10px;
}

.ordermade_flow  .contact_box{
	display: flex;
	justify-content: space-between;
	margin-top: 20px;
	margin-bottom: 30px;
}

.ordermade_flow  .contact_box .tel{
	display: flex;
	font-weight: bold;
	line-height: 32px;
}

.ordermade_flow .contact_box .tel h4{
	margin-right: 20px;
}

.ordermade_flow .contact_box .tel .num{
	font-size: 3.2rem;
}

.ordermade_flow .contact_box .tel .time{
	display: block;
	font-weight: normal;
	font-size: 1.4rem;
}

.ordermade_flow .btn{
    background: #000033;
    width: 460px;
    height: 48px;
	line-height: 48px;
    text-align: center;
    border-radius: 5px;
}

.ordermade_flow .btn a{
	color: #fff;
}

.ordermade_flow .flow_box .btn_02{
	float: right;
	margin-top: 20px;
}

.ordermade_flow .mtg_box{
	display: flex;
	justify-content: space-between;
}

.ordermade_flow .mtg_box .txt{
	width: 70%;
	margin-right: 50px;
}

.ordermade_flow .production_list{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
	margin-top: 30px;
}

.ordermade_flow .production_list .arrow{
	margin-top: 20px;
}

.ordermade_flow .production_list .production_box{
	width: 160px;
	height: 186px;
	border-radius: 10px 10px 0 0;
	border: 2px solid  #000033;
	margin-bottom: 30px;
}

.ordermade_flow .production_list .production_box h4{
	background: #000033;
	color: #fff;
	border-radius: 7px 7px 0 0;
	padding: 10px 10px 10px 0px;
	text-align: center;
}

.ordermade_flow .production_list .production_box p{
	padding: 10px 20px;
	line-height: 1.8;
}

.ordermade_flow .staff_box{
	background: #E4E4E4;
	padding: 85px 50px 10px;
	margin-top: -100px;
	margin-bottom: 100px;
}

.ordermade_flow .staff .flag{
	position: relative;
}

.ordermade_flow .staff .btn{
	width: 418px;
}

.ordermade_flow .staff .comment{
	display: flex;
	justify-content: space-between;
	position: relative;
	margin-bottom: 50px;
}
 
.ordermade_flow .staff .comment .txt{
	background: #fff;
	padding: 20px 180px 20px 30px;
}

.ordermade_flow .staff .comment .img{
	position: absolute;
	right: 0;
	top: -60px;
}

@media screen and (max-width: 1115px) {
/* 1020pxまでの幅の場合に適応される */
.ordermade_flow .flow_line ul li a{
	width: 200px;
}

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

.ordermade_flow .production_list{
	display: block;
}
.ordermade_flow .production_list .production_box{
	width: 100%;
	height: auto;
}
.ordermade_flow .production_list .arrow{
	display: none;
}

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

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

.ordermade_flow .flow_line ul{
	flex-wrap: wrap;
	width: 100%;
}

.ordermade_flow .flow_line ul li{
	flex-wrap: wrap;
	width: 100%;
	margin-bottom: 10px;
}

.ordermade_flow .flow_line ul li a{
	width: 100%;
}

.ordermade_flow .flow_line ul li span{
	display: none;
}

.ordermade_flow .contact_box{
	display: block;
}

.ordermade_flow .contact_box .tel{
	display: block;
	margin-bottom: 10px;
}

.ordermade_flow .contact_box .btn,
.ordermade_flow .btn{
	width: 100%;
}

.ordermade_flow .mtg_box{
	display: block;
}

.ordermade_flow .mtg_box .txt{
	width: 100%;
	margin-bottom: 10px;
}

.ordermade_flow .production_list{
	display: block;
}

.ordermade_flow .production_list .production_box{
	width: 100%;
	height: auto;
}

.ordermade_flow .staff{
}

.ordermade_flow .staff_box{
	padding: 0;
	height: auto;
}

.ordermade_flow .staff .comment .txt{
	padding: 150px 20px 20px;
}

.ordermade_flow .staff_box{
	padding-top: 120px;
	padding-bottom: 20px;
}

.ordermade_flow .production_list .arrow{
	display: none;
}

.ordermade_flow .staff .comment{
	padding: 0 20px;
}

.ordermade_flow .staff_box .contact_box{
	padding: 0 20px;
}

.ordermade_flow .staff .comment .img{
    left: 0;
    margin: 0 auto;
    padding: 0;
    text-align: center;
}

.ordermade_flow .staff .flag {
    position: relative;
    left: -55px;
    top: -30px;
}

.ordermade_flow .staff .flag img{
	width: 150px;
}

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

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


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