@charset "utf-8";
/* CSS Document */

h1#maintenance a{
	display:block;
	background-position: 10px 2px;
	background-image:url(../../img/logo_maintenance.png);
	width:227px;
	background-repeat:no-repeat;
	text-indent:-7777px;
	height:40px;
	float:left;
}
#wrap-content h2.main-photo{
	margin-top:20px;
	padding:4px;
	border:1px solid #d2d2d2;
	background:#fff;
}

/* contact_listメインコンテンツここから */
.contactlist-box .main-box{
	margin-top:20px;
	padding:4px;
	border:1px solid #d2d2d2;
	background:#fff;
	width:990px;
	height:350px;
	margin-bottom:8px;
}
.contactlist-box .text-box{
	padding:35px;
	width:420px;
}
.contactlist-box .text-box h2{
	font-size:15px;
	font-weight:normal;
	line-height:27px;
}
.contactlist-box .text-box h2 span{
	font-size: 1.75em;
	font-weight: 400;
}
.contactlist-box .text-box p{
	margin-top:40px;
	color:#707070;
}
.contactlist-box ul{
	margin-top:20px;
	line-height:23px;
}
.contactlist-box li.tel{
	font-size:18px;
}
.mailform-box{
	float:left;
	width:998px
}
.main-image img{
	display:block;
}

.main-box{
	width:920px;
	padding:60px 40px 80px 40px;
	border:1px solid #d2d2d2;
	margin:20px 0px 0px 0px;
	background:#fff;
}
p.backbutton{
	text-align:center;
	margin-top:40px;
}
p.backbutton a{
	float:left;
	margin-left:385px;
	text-indent:-7777px;	
	height:30px;
	width:150px;
	display:block;
	overflow:hidden;
	background-repeat:no-repeat;
	background-position:0 0px;
	background-image:url(../../../cart/img/btn_finish.gif);
}
p.backbutton a:hover{
	background-position:0 -30px;
}
p.fl-right a.back-adjust{
	float:left;
	margin:15px 8px 0px 0px;
	text-indent:-7777px;	
	height:30px;
	width:99px;
	display:block;
	overflow:hidden;
	background-repeat:no-repeat;
	background-position:0 0px;
	background-image:url(../img/btn_adjust.gif);
}
p.fl-right a.back-adjust:hover{
	background-position:0 -30px;
}

/*2020年2月_クッション交換用フォーム修正*/

#form_box .box-left-content-tableform ul{
	width: 1000px;
	display: flex;
	flex-wrap: wrap;
	border: 1px solid #d2d2d2;
	border-bottom: 0px;
	box-sizing: border-box;
}

#form_box .box-left-content-tableform li{
	height: 60px;
    border-bottom: 1px solid #d2d2d2;
	box-sizing: border-box;
	display: flex;
    align-items: center;
	padding: 0 20px;
}

#form_box .box-left-content-tableform li:nth-of-type(1n){
	width: 226px;
}

#form_box .box-left-content-tableform li:nth-of-type(3n-1){
	width: 530px;
	border-left: 1px solid #d2d2d2;
	border-right: 1px solid #d2d2d2;
}

#form_box .box-left-content-tableform li:nth-of-type(3n){
	width: 241px;
	color: #707070;
	font-size: 0.7rem;
}

#form_box .box-left-content-tableform li.need::after{
	content: '必須';
	color: #dba24c;
    font-size: 10px;
    border: 1px solid #dba24c;
    padding: 2px;
    margin-left: 8px;
}

#form_box .box-left-content-tableform li.high{
	height: 200px;
}

#form_box .box-left-content-tableform li.high.comment{
	flex-direction: column;
    align-items: flex-start;
    justify-content: center;
}

#form_box .box-left-content-tableform label{
/*	padding-right: 20px;*/
}

#form_box .box-left-content-tableform input[type="text"]{
	margin: 0 15px 0 5px;
}

.size_cushion input{
	width: 100px;
	margin: 0!important;
}

li.size_cushion,
li.change_cushion{
	border:0px;
}

.size_cushion{
	border-top: 1px dotted #d2d2d2!important;
}

.box-left-content-tableform .photo{
	border-top: 1px solid #d2d2d2;
	border-bottom: 1px dotted #d2d2d2;
}

.r_photo{
	width: 100%;
	border-bottom: 1px solid #d2d2d2;
	padding-bottom: 10px;
}

.r_photo .flex_box p:nth-of-type(2){
	display: flex;
	align-items: center;
	padding-left: 20px;
	font-size: 11px;
	color: #707070;
}

.r_photo table{
	width: 100%;
	height: 150px;
	border: 1px solid #d2d2d2;
	border-spacing: 0px;
	border-collapse: collapse;
	box-sizing: border-box
}

.r_photo th{
	background-color: #e6e6e6;
	text-align: center;
	height: 30px;
}

.r_photo tr{
	background-color: #f3f2ed;
}

.r_photo td{
	border: 1px solid #d2d2d2;
	padding: 0 5px 0 10px;
	box-sizing: border-box;
}

.r_photo .cap{
	width: 450px;
	background-color: #fff;
}


.r_photo .description_table{
	width: 60%;
	margin: 35px 0 20px;
}

.r_photo .description_table:last-of-type{
	width: 38%;
}


.description_table:last-of-type .cap{
	width: 80%;
}

.description_img{
	height: 150px;
	display: flex;
	align-items: center;
	position: relative;
	border: 1px solid #d5d5d5;
	border-top: 0px;
    box-sizing: border-box;
}

.description_img span{
	width: 100%;
	height: 30px;
	display: flex;
	justify-content: center;
	align-items: center;
	border: 1px solid #d2d2d2;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 5;
}

.r_photo .need_1,
.r_photo .need_2,
.r_photo .need_3{
	width: 100%;
	height: 80px;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	box-sizing: border-box;
}

.r_photo .need_1,
.r_photo .need_2{
	width: 50%;
	height: 100%;
}

.description_img .need_2{
	/*padding-top: 40px;*/
	border-left:1px dotted #d2d2d2;
}

.description_img p{
	position: absolute;
	z-index: 5;
}

.description_img .need_1 p{
	top: 65px;
	left: 25px;
}

.description_img .need_1 p:last-of-type{
	top: 65px;
	right: 25px;
	left: auto;
}

.description_img .need_2 p{
	top: 65px;
	left: 35px;
}
/*

.description_img .need_2 p:last-of-type{
	top: 120px;
	right: 35px;
	left: auto;
}
*/

.description_img .need_3 p{
	top: 12px;
	left: 70px;
}

.description_img .need_3 p:last-of-type{
	top: 12px;
	right: 55px;
	left: auto;
}


.description_img .need_3 p::before,
.description_img .need_3 p::after{
	content: '';
	display: block;
	height: 1px;
	width: 7px;
	background-color: #3c3c3c;
	position: absolute;
	margin: auto;
}

.description_img .need_3 p::before{
	top: 0;
	bottom: 0;
	left: 30px;
}

.description_img .need_3 p:last-of-type::before{
	right: 45px; 
	left: auto;
}

.description_img .need_3 p::after{
    top: 16px;
    bottom: 0;
    left: 35px;
    transform: rotate(30deg);
    width: 31px;
}

.description_img .need_3 p:last-of-type::after{
	right: 46px;
    left: auto;
    transform: rotate(-37deg);
    width: 55px;
    top: 33px;
}

.r_comment textarea{
	width: 100%!important;
}

.r_photo tbody{
	width: 100%;
}
	
.r_photo .need::after {
	content: '*';
	color: #FF6600;
	font-size: 10px;
}
.r_photo_flex{
	display: flex;
    flex-wrap: wrap;
	justify-content: space-between;
	padding: 0 20px;
}

.r_photo_flex:last-of-type{
	width: 80%;
	justify-content: flex-start;
	margin: 17px 0 25px;
}

.r_photo label{
	padding: 0 10px;
	color: #fff;
    background-color: #777;
	height: 90px;
    margin: 0px 10px 10px 0px;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
	width: 15%;
	position: relative;
}

.r_photo label.active{
    background-color: #aaa;
}

.r_photo label::after{
	content: '写真';
	width: 90%;
    height: 85%;
	border: 1px solid #fff;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	z-index: 1;
	display: flex;
    justify-content: center;
    align-items: center;
	white-space: pre;
}

.r_photo label:nth-child(1)::before,
.r_photo label:nth-child(2)::before,
.r_photo label:nth-child(3)::before{
    content: '※';
    color: #900;
    font-size: 0.8rem;
    position: absolute;
    top: 26px;
    left: 75px;
    margin: auto;
    display: block;
}

.r_photo label.active::before{
	content: ''!important;
}

.r_photo label.active::after{
	content: ''!important;
}

.r_photo input{
	display: none;
	cursor: pointer;
}

.r_photo_flex ~ p{
	padding: 0 20px;
	line-height: 20px;
}

.r_photo .drop{
    color: #7e7e7e;
}

.sp{
	display: none!important;
}
