@charset 'UTF-8';
/*-----------------------------------------------
共通
------------------------------------------------*/

.main *{ box-sizing: border-box;}
p a{ text-decoration: underline; transition: all .3s ease;}
p a:hover{ text-decoration: none; background-color: #e7fcff;}

.h_gray{
    width: 60%;
    background-color: #f0eeea;
    margin-bottom: 20px;
    padding-left: 15px;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.8em;
    overflow: hidden;
    position: relative;
}
.h_gray:after{
    content: "";
    display: block;
    width: 30px;
    height: 100%;
    background-color: #fff;
    transform: skewX(-15deg);
    position: absolute;
    right: -20px;
    top: 0;
}


/*-----------------------------------------------
　フルオーダーバッグ
------------------------------------------------*/
/*-----------------------------------------------
	h2 + read
*/
h2 + p.min-lot{
    display: block;
    width: fit-content;
    background-color: #ffd6d1;
    margin: 20px auto;
    padding: 10px 30px;
    font-size: 22px;
    font-weight: 700;
    text-align: center;
}
h2 + p.min-lot + p{
    margin: 20px auto 30px;
    font-size: 14px;
    text-align: center;
}


/*-----------------------------------------------
	メイン
*/
.about-box{
    margin: 40px auto;
}

/*--------リスト--------*/
.about-box .list-black{
    display: flex;
    gap: 10px;
    margin: 20px auto;
    counter-reset: number;
}
.about-box .list-black > div{
    border: 2px solid #2c2d2d;
    counter-increment: number;
}
.about-box .list-black > div dt{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: #2c2d2d;
    color: #fff;
    padding: 5px 5px 8px;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.3em;
    text-align: center;
}
.about-box .list-black > div dt span{
    display: block;
    margin-top: 3px;
    font-size: 13px;
    line-height: 1.3em;
}
.about-box .list-black > div dd{
    position: relative;
}
.about-box .list-black > div dd:before{
    content: counter(number);
    width: 20px;
    height: 20px;
    background-color: #34a968;
    color: #fff;
    font-weight: 700;
    text-align: center;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
}
.about-box .list-black > div img{
    width: 100%;
    height: auto;
}


/*-----------------------------------------------
	形状について
*/
.about-box .about-type{
    margin: 40px auto;
}
.about-box .about-type .list-black{
    gap: 10px 5px;
}
.about-box .about-type .list-black > div{
    width: calc((100% - 25px) / 6);
}
.about-box .about-type .list-black > div dt{
    padding: 5px 3px 8px;
    font-size: 14px;
    letter-spacing: -0.05em;
}


/*-----------------------------------------------
	生地について
*/
.about-box .about-cloth{
    margin: 40px auto;
}
.about-box .about-cloth > ul{
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    margin: 20px auto;
}
.about-box .about-cloth > ul > li{
    width: calc((100% - 15px) / 2);
}
.about-box .about-cloth > ul > li img{
    width: 100%;
    height: auto;
}
.about-box .about-cloth .list-black > div dt{
    padding: 5px 3px 8px;
    font-size: 14px;
    letter-spacing: -0.05em;
}


/*-----------------------------------------------
	デザインについて
*/
.about-box .about-design{
    margin: 40px auto;
}
.about-box .about-design .list-black{
    gap: 10px;
}
.about-box .about-design .list-black > div{
    width: calc((100% - 40px) / 5);
}
.about-box .about-design .list-black > div dt{
    letter-spacing: -0.05em;
}

/*-----------------------------------------------
	畳み方について
*/
.about-box .about-fold{
    margin: 40px auto;
}
.about-box .about-fold .list-black{
    gap: 10px;
}
.about-box .about-fold .list-black > div{
    width: calc((100% - 30px) / 4);
}
.about-box .about-fold .list-black > div dt{
    min-height: 70px;
    letter-spacing: -0.05em;
}
.about-box .about-fold .list-black > div dt span{
    font-size: 12px;
}

/*-----------------------------------------------
	オーダーサイズ
*/
.about-box .about-size{
    margin: 30px auto;
}
.about-box .about-size .inner{
    display: flex;
    gap: 30px;
}
.about-box .about-size .inner > img{
    width: 45%;
    height: auto;
}
.about-box .about-size .inner > div{
    width: calc(55% - 30px);
}
.about-box .about-size .inner > div p:not(:last-child){
	margin-bottom: 15px;
}


/*------------------*/
.about-box .btn-banner{
    margin: 30px auto;
    text-align: center;
}
.about-box .btn-banner img{
    width: 80%;
    height: auto;
    margin: auto;
}
.about-box .btn-banner a *{
    transition: all .3s ease;
}
.about-box .btn-banner a:hover *{
    opacity: 0.5;
}


/*-----------------------------------------------
お見積りフォーム
------------------------------------------------*/
.h_estimate {
	color: #FFF;
	background: #003f66;
	margin-bottom: 25px;
	padding: 35px 25px;
	font-size: 33px;
	font-weight: 700;
	text-align: center;
	line-height: 1em;
}
.h_estimate span {
	background: #FFF;
	color: #003f66;
	margin: 10px;
	padding: 10px 30px;
	font-size: 31px;
	border-radius: 100px;
}

.estimate .lead_text {
	max-width: 900px;
	margin: 0 auto 30px;
}

/*--------お見積り-------*/
.estimate_cont {
	max-width: 1000px;
	margin: 0 auto;
}

.estimate_cont label {
    cursor: pointer;
}

.estimate_cont > dl {
	margin-bottom: 40px;	
}
.estimate_cont > dl > dt {
	background: #e4f5f5;
	margin-bottom: 25px;
	padding: 15px 15px 15px 25px;
	font-weight: 700;
	font-size: 18px;
	border-left: 11px solid #34a868;
}

.estimate_cont dl dt .required {
	background: #fe1e38;
	color: #FFF;
	margin-right: 20px;
	padding: 5px 10px;
	font-size: 15px;
	border-radius: 3px;
}

.estimate_cont .esti_dd {
	max-width: 940px;
	margin: 0 auto;
}

.estimate_cont li label > span {
	font-size: 16px;
}
.estimate_cont li label > span .ps {
	display: block;
    padding-left: 25px;
	font-size: 13px;
    letter-spacing: -0.03em;
}


/*--チェックボックス--*/
.checkbox-input{
	display: none;
}
.checkbox-parts{
	margin-right: 20px;
	padding-left: 25px;
	position:relative;
}
.checkbox-parts::before{
	content: "";
	display: block;
	width: 15px;
	height: 15px;
	border: 1px solid #999;
	border-radius: 4px;
	position: absolute;
	top: 0;
	left: 0;
}
.checkbox-input:checked + .checkbox-parts::after{
	content: "";
	display: block;
	width: 7px;
	height: 14px;
	transform: rotate(40deg);
	border-bottom: 3px solid #e30b25;
	border-right: 3px solid #e30b25;
	position: absolute;
	top: -5px;
	left: 5px;
}
.estimate_cont .label_list li label input[type="checkbox"] + span {
	padding: 0 0 0 30px;
	position: relative;
}


/*ラジオボタン*/
.estimate_cont .label_list::after {
	display: block;
	content: '';
	clear: both;
}
.estimate_cont .label_list li label {
	display: block;
	word-break: break-all;
}
.estimate_cont .label_list input[type="radio"]{
	border: none;
	vertical-align: middle;
}
.estimate_cont .label_list li label input[type="radio"] + span {
	padding: 0 0 0 30px;
	text-align: center;
	letter-spacing: 0;
	position: relative;
}
.estimate_cont label input[type="radio"] {
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
}
.estimate_cont label input[type="radio"] + span::before {
	content: '';
	display: inline-block;
	width: 20px;
	height: 20px;
	background-color: transparent;
	border-radius: 28px;
	box-shadow: 0 0 0 1px #78909c;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;
}
.estimate_cont .label_list li label input[type="radio"]:checked + span::before {
	background: #cd0008;
	box-shadow: 0 0 0 1px #78909c, 0 0 0 4px rgba(255,255,255,1) inset,0 0 0 2px rgba(255,255,255,1) inset;
}

/*--------*/
.estimate_cont .label_list{
    display: flex;
    flex-wrap: wrap;
    gap: 15px 10px;
    counter-reset: number;
}
.estimate_cont dd .label_list li{
    counter-increment: number;
}
.estimate_cont dd .label_list li .img{
    margin-bottom: 10px;
    position: relative;
}
.estimate_cont dd .label_list li .img:before{
    content: counter(number);
    display: block;
    width: 20px;
    height: 20px;
    background-color: #34a868;
    color: #fff;
    line-height: 20px;
    position: absolute;
    top: 2px;
    left: 2px;
}
.estimate_cont dd .label_list li p{
    background-color: #2c2d2d;
    color: #fff;
    padding: 3px;
}
.estimate_cont dd .label_list li p > span{
    display: block;
    font-size: 13px;
    line-height: 1.3em;
}
.estimate_cont dd .label_list li img {
    width: 100%;
    height: auto;
    border: 2px solid #2c2d2d;
}


/*----1-形をお選びください----*/
.estimate1 dd .type_list li {
	width: calc((100% - 50px) / 6);
	font-weight: 700;
	text-align: center;
	vertical-align: middle;
	position: relative;
}

.estimate1 dd .type_list li.other {
    width: 100%;
	margin: 0 auto;
	padding-top: 25px;
	margin-top: 25px;
	border-top: 1px solid #bbbbbb;
	text-align: left;
}

.estimate1 .type_input input {
	width: 900px;
	height: 45px;
	margin: 0 10px;
	padding: 0 7px;
	font-size: 15px;
	border: 1px solid #b3b3b3;
}

.estimate1 .type_input {
	display: block;
	padding-left: 35px;
	margin: 15px 0;
}

.estimate1 dd .type_list li.other label > span { font-size: 18px; }
.estimate1 dd .type_list li.other label span span  { font-size: 15px; }


/*----2-生地----*/
.estimate2 dd .kiji_list li {
    width: calc((100% - 30px) / 2);
	margin-bottom: 10px;
	font-size: 17px;
	font-weight: 700;
	line-height: 2em;
	vertical-align: middle;
	position: relative;
}

.estimate2 dd .kiji_list li.kiji_other {
    width: 100%;
	padding-top: 10px;
}
.estimate2 .kiji_list li label {
    display: inline;
}
.estimate2 .kiji_input {
    margin-top: 5px;
}

.estimate2 .kiji_input input {
	width: 900px;
	height: 45px;
	margin: 0 10px;
	padding: 0 7px;
	font-size: 15px;
	border: 1px solid #b3b3b3;
}


/*----3-カラー数をお選びください----*/

.estimate3 dd .color_list li {
	width: calc((100% - 40px) / 5);
	font-weight: 700;
	vertical-align: middle;
	position: relative;
	text-align: center;
}


/*----4-たたみ方をお選びください----*/

.estimate4 dd .tatami_list li {
	width: calc((100% - 30px) / 4);
	font-weight: 700;
	vertical-align: middle;
	text-align: center;
	position: relative;
}

.estimate4 dd .tatami_list li.other {
	width: 1000px;
	margin: 0 auto;
	padding-top: 25px;
	margin-top: 25px;
	border-top: 1px solid #bbbbbb;
	text-align: left;
}
.estimate4 dd .tatami_list li.other label { padding-left: 35px; }

.estimate4 .tatami_input input {
	width: 900px;
	height: 45px;
	margin: 0 10px;
	padding: 0 7px;
	font-size: 15px;
	border: 1px solid #b3b3b3;
}

.estimate4 .tatami_input {
	display: block;
	padding-left: 35px;
	margin: 15px 0;
}

.estimate4 dd .tatami_list li.other label > span { font-size: 18px; }
.estimate4 dd .tatami_list li.other label span span  { font-size: 15px; }



/*----テーブル----*/
.estimate_cont .estimate_table {
	width: 100%;
	max-width: 1000px;
	margin: 0 auto 50px;
	border: 1px solid #afafaf;
	border-bottom: none;
}
.estimate_cont .estimate_table tr {
    border-bottom: 1px solid #afafaf;
}
.estimate_cont .estimate_table th {
	width: 260px;
	background: #f5f3e9;
	padding: 15px 35px;
	font-weight: 700;
	font-size: 17px;
	border-right: 1px solid #afafaf;
}
.estimate_cont .estimate_table th .required {
	background: #fe1e38;
	color: #FFF;
	margin-left: 15px;
	padding: 3px 7px;
	font-size: 13px;
	font-weight: 700;
	border-radius: 3px;
}
.estimate_cont .estimate_table td {
	padding: 20px 35px;
	font-size: 18px;
}
.eco_tote_confirm .estimate_table td,
.eco_tote_confirm .esti_dd{
    font-size: 15px;
}

.estimate_cont .estimate_table td .red {
    margin-bottom: 10px;
    font-size: 15px;
}

.estimate_table .estimate_text {
	display: block;
	color: #3c3c3c;
	margin-top: 10px;
	font-weight: 700;
	font-size: 13px;
}

/*--数量--*/
.estimate_table input {
	width: 300px;
	height: 40px;
	margin-right: 10px;
	padding: 0 7px;
	font-size: 15px;
	border: 1px solid #b3b3b3;
}

/*--本体サイズ--*/
.estimate_table .item_size .label_list{
    flex-direction: column;
}
.estimate_table .item_size .label_list li {
	vertical-align: middle;
	position: relative;
}
.estimate_table .item_size .label_list li label {
    display: inline;
}
.estimate_table .item_size  .size_input {
	display: block;
	margin-top: 5px;
}
.estimate_table .item_size  .size_input input { 
	width: 140px;
	margin-left: 15px;
}
.estimate_table .item_size  .size_input .totte {
	display: block;
	margin-top: 15px;
}
.estimate_table .item_size  .size_input .totte input {
    width: 230px;
}

/*--梱包形態--*/
.estimate_table .item_packing select{
	width: 300px;
	height: 40px;
	padding-left: 10px;
	font-size: 15px;
	border: 1px solid #b3b3b3;
}

/*--数量--*/
.estimate_table .item_kazu .green {
	display: block;
	color: #34a868;
	margin-top: 10px;
	font-size: 14px;
	font-weight: 700;
}

/*--カレンダー--*/
.estimate_table .item_calender input {
    margin-left: 15px;
}
.eco_tote_confirm .estimate_table .item_calender td img {
    margin-right: 15px;
}

/*--使用用途--*/
.estimate_table .item_yoto input { width: 100%; }

/*--画像アップロード--*/
.estimate_table .item_img .caution{
	margin-top: 10px;
}
.estimate_table .item_img input { width: 100%; }
/*アコーディオン*/
.estimate_table .item_img .aco_btn { position: relative; }
.estimate_table .item_img .aco_cnt { display: none; }

.estimate_table .item_img .aco_btn {
	background: #ededed;
	padding: 10px 30px 10px 55px;
	font-weight: 700;
	font-size: 15px;
	letter-spacing: .09em;
	border-radius: 5px 5px 0 0;
	border-bottom: 3px solid #afafaf;
	position: relative;
	cursor: pointer;
}
.estimate_table .item_img .aco_btn:hover {
	background: #d6e4f0;
    transition: all  0.3s ease;
}
.estimate_table .item_img .aco_btn:before {
	content: "!";
	width: 30px;
	height: 30px;
	background: #34a868;
	color: #FFF;
	font-size: 20px;
	text-align: center;
	border-radius: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	position: absolute;
	left: 15px;
	top: 50%;
}
.estimate_table .item_img .aco_btn:after {
	content: "";
	width: 15px;
	height: 15px;
	background: url(../../../../_images/type/tote/fullorder/qa_plus.gif);
	background-size: cover;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	position: absolute;
	right: 25px;
	top: 50%;
}
.estimate_table .item_img .aco_btn.open:after {
	content: "";
	width: 15px;
	height: 15px;
	background: url(../../../../_images/type/tote/fullorder/qa_minus.gif);
	background-size: cover;
}

.estimate_table .item_img .aco_cnt {
	padding: 15px 20px;
	font-size: 13px;
	border: 4px solid #f2f2f2;
	border-top: none;
	position: relative;
}
.estimate_table .item_img .aco_cnt:before {
	position: absolute;
	top: 0;
	left: 0;
}


/*--備考--*/
.estimate_table .item_comment textarea { 
	width: 100%;
	height: 7em;
	padding: 10px 15px;
}

/*-----------------------------------------------
お客様情報
------------------------------------------------*/
.customer_box {
	width: 100%;
	background: #f2f4fa;
	padding: 60px 0 30px;
}
.customer_box .h_customer {
	max-width: 1000px;
	background: url(../../../../_images/type/happi/full/order_line.gif) repeat-x;
	background-position: bottom;
	padding-bottom: 25px;
	margin: 0 auto 45px auto;
	font-size: 21px;
	font-weight: 700;
	text-align: center;
}
.customer_cont {
	max-width: 800px;
	margin: 0 auto;
}

.customer_box .customer_cont input {
	width: 100%;
	height: 40px;
	padding: 0 7px;
	font-size: 15px;
	border: 1px solid #b3b3b3;
}
.customer_box .customer_cont input[type="tel"] {
	width: 25%;
}

.customer_box .customer_cont dl {
    display: flex;
    gap: 20px;
    margin-bottom: 30px;
}
.customer_box .customer_cont dl dt {
	width: 200px;
	font-size: 15px;
	font-weight: 700;
	line-height: 40px;
}
.customer_box .customer_cont dl dt .required {
	background: #fe1e38;
	color: #FFF;
	margin-left: 15px;
	padding: 6px 12px;
	font-size: 13px;
	font-weight: 700;
	border-radius: 3px;
}
.customer_box .customer_cont dl dd {
	width: calc(100% - 200px);
}
.customer_box .customer_cont select{
	width: 30%;
	height: 40px;
	padding-left: 10px;
	font-size: 15px;
	border: 1px solid #b3b3b3;
}
/*----確認画面へ進む----*/
.form_send_btn {
	width: 800px;
	height: 70px;
	margin: 70px auto 100px;
	text-align: center;
}

.form_send_btn input[type=submit],
.formSendBtn input[type=button]{
	display: block;
	width: 100%;
	color: #fff;
	font-family:inherit;
	font-size: 21px;
	font-weight: 700;
	line-height: 70px;
	letter-spacing: .09em;
	border: none;
	box-shadow:7px 7px #dbdeea;
	cursor: pointer;
}
.form_send_btn input.arrow{
	background: #03153a url(../../../../_images/estimate/_common/go_arrow.png) no-repeat 750px;
	padding-right: 25px;
    transition: all 0.3s ease;
}
.form_send_btn input.arrow:hover {
	background: #fbd116 url(../../../../_images/estimate/_common/go_arrow.png) no-repeat 750px;
	color: #161513;
	box-shadow:7px 7px #ecedcb;
}


/*-----------------------------------------------
confirm
------------------------------------------------*/

/*----お選び頂いた内容----*/
.h_confirm {
	width: 100%;
	background: #03153a;
	color: #FFF;
	padding: 40px 0;
	margin-bottom: 30px;
	font-size: 32px;
	font-weight: 700;
	text-align: center;
	letter-spacing: .1em;
	position: relative;
}

/*----お客様情報----*/
.customer_box .customer_cont dl dd {
	line-height: 40px;
}

/*----ボタン----*/
.confirm_btn {
    display: flex;
    justify-content: space-between;
	width: 800px;
	height: 70px;
	margin: 70px auto 100px;
	text-align: center;
}

.confirm_btn input[type=submit],
.confirm_btn input[type=button] {
	display: block;
	width: 100%;
	color: #fff;
	font-family: inherit;
	font-size: 18px;
	font-weight: 700;
	line-height: 70px;
	letter-spacing: .09em;
	border: none;
	cursor: pointer;
}

/*----入力画面へ戻る----*/
.form_return_btn input[type=button]{
	width: 280px;
	font-size: 21px;
	box-shadow: 7px 7px #e5e6e6;
    transition: all  0.3s ease;
}
.confirm_btn .form_return_btn input.arrow{
	background: #a4a9ab url(../../../../_images/estimate/_common/prev_arrow.png) no-repeat 24px;
}
.confirm_btn .form_return_btn input.arrow:hover {
	background: #84898b url(../../../../_images/estimate/_common/prev_arrow.png) no-repeat 24px;
	color: #FFF;
}

/*----内容を送信する----*/
.form_lastsend_btn input[type=submit] {
	width: 485px;
	font-size: 21px;
	box-shadow: 7px 7px #cbe3ed;
    transition: all  0.3s ease;
}
.confirm_btn .form_lastsend_btn input.arrow{
	background: #03153a url(../../../../_images/estimate/_common/go_arrow.png) no-repeat 454px;
}
.confirm_btn .form_lastsend_btn input.arrow:hover {
	background: #fbd116 url(../../../../_images/estimate/_common/go_arrow.png) no-repeat 454px;
	color: #161513;
	box-shadow: 7px 7px #ecedcb;
}

/*-----------------------------------------------
送信完了
------------------------------------------------*/
.commit_cont {
	margin-bottom: 50px;
}
.commit_cont + .top_btn {
    margin: 30px auto;
}
.commit_cont + .top_btn a{
    display: block;
    width: 60%;
    background-color: #03153a;
    color: #fff;
    margin: auto;
    padding: 20px;
    font-size: 20px;
    font-weight: 700;
    text-align: center;
    box-shadow: 5px 5px 0 #ccc;
    transition: all  0.3s ease;
}
.commit_cont + .top_btn a:hover{
    background-color: #fbd116;
    color: #111;
}



