@charset "UTF-8";

/* ヘッダ
---------------------------------------------------- */
#head_inner {
    margin-top: 50px;
}
.ds_orderform_head {
    background: #ffff79;
}

/* 共通
---------------------------------------------------- */
.ds_orderform .inner {
    padding: 0 16px;
}
.ds_orderform h2 {
    margin-bottom: 30px;
    padding-bottom: 10px;
    font-size: 17px;
    font-size: 1.7rem;
    letter-spacing: 0.05em;
    vertical-align: middle;
    border-bottom: 1px solid #333;
}
.ds_orderform h2 span {
    margin-right: 15px;
    padding: 5px;
    font-size: 14px;
    font-size: 1.4rem;
    vertical-align: 2px;
    background: #333;
    color: #fff;
}
.ds_orderform h2 small {
    padding-top: 5px;
    font-size: 12px;
    font-size: 1.2rem;
    display: block;
}
.ds_orderform h3 {
    padding-bottom: 5px;
    font-size: 16px;
    font-size: 1.6rem;
    letter-spacing: 0.05em;
    line-height: 1.5;
    border-bottom: 5px solid #e6e6e6;
}
.ds_orderform h3 span {
    font-size: 12px;
    font-size: 1.2rem;
    display: block;
}

/*必須項目*/
table th .attention {
    margin-left: 8px;
    padding: 3px 10px;
    font-size: 13px;
    font-size: 1.3rem;
    font-weight: 600;
    text-align: center;
    color: #fff;
    background: #ffcc00;
    display: inline-block;
}

/* ボタン
---------------------------------------------------- */
.ds_orderform .orderform_btn {
    margin: 20px 0;
    width: 100%;
    text-align: left;
}
.ds_orderform .orderform_btn a {
    padding: 15px 15px 15px 20px;
    width: 90%;
    max-width: 340px;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: bold;
    color: #fff;
    display: inline-block;
    border-radius: 10px;
    transition: all .5s;
    background: #ff9328;
    border: 2px solid #ff9328;
}
.ds_orderform .orderform_btn a:hover {
    transition: all .5s;
    background: #fff;
    color: #ff9328;
}

.ds_orderform select.item {
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    margin-bottom: 50px;
    padding: 20px;
    width: 100%;
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: 500;
    border: 1px solid #333;
    border-radius: 10px;
}
.ds_orderform select.item option {
}


/* リピートのご注文ページ
----------------------------------------------------
---------------------------------------------------- */

/* step1
---------------------------------------------------- */
.ds_orderform .step1 {
    padding: 40px 0;
}

/*フォーム*/
.step1 table {
	width: 100%;
}
.step1 table:nth-of-type(2) {
	margin-bottom: 0;
}
.step1 table th {
	font-size: 15px;
	font-size: 1.5rem;
	font-weight: 500;
	padding: 30px 0 10px 0;
	text-align: left;
	vertical-align: middle;
}
.step1 table th.inquiry-items {
	position: relative;
}
.step1 table td input[type=text] {
	width: 98%;
	padding: 10px 0 10px 2%;
	font-size: 16px;
	font-size: 1.6rem;
    font-weight: 600;
	color: #333;
	border: 1px solid #4d4d4d;
	border-radius: 5px;
	-webkit-appearance: none;
}
.step1 table td textarea {
	padding: 10px 0 10px 2%;
	width: 98%;
	height: 300px;
	font-size: 16px;
	font-size: 1.6rem;
    font-weight: 600;
	color: #333;
	border: 1px solid #4d4d4d;
	border-radius: 5px;
	-webkit-appearance: none;
}
.step1 table td .caution {
    margin: 30px 0;
    padding: 25px 10px;
    background: #eaeaea;
    text-align: center;
}
.step1 table td .caution strong {
    padding-bottom: 13px;
    font-size: 17px;
    font-size: 1.7rem;
    font-weight: 600;
    display: inline-block;
}
.step1 table td .kojin-doui {
	display: block;
	margin-top: 30px;
	font-size: 16px;
	font-size: 1.6rem;
	text-align: center;
}
.step1 table td .kojin-doui a {
	color: #ff0000;
}
.step1 table .select select {
	width: 100%;
	height: 50px;
	background-color: white;
	border: 1px solid #4d4d4d;
	border-radius: 5px;
	display: inline-block;
	font: inherit;
	line-height: 50px;
	padding: 0 35px 0 10px;
	margin: 0;
	font-size: 16px;
	font-size: 1.6rem;
	color: #333;
	-webkit-appearance: none;
	-moz-appearance: none;
	background-image:
	url(../images/arrow.svg),
    linear-gradient(to right, #fff, #fff);
	background-position:
		calc(100% - 11px) calc(0.7em + 10px),
		100% 0;
	background-size:
		9px 10px,
		2em 2.5em;
	background-repeat: no-repeat;
}
.step1 input[type="radio"],
.step1 input[type="checkbox"]{
    margin-right: 10px;
    position: relative;
    top: -2px;
    vertical-align: middle;
}

/* 確認画面へボタン */
.btn-confirm {
    max-width: 350px;
    margin: 10px auto 50px;
	position: relative;
}
.btns {
    max-width: 350px;
    margin: 0 auto;
	position: relative;
}
.btn-confirm button {
	width: 100%;
	height: 82px;
	font-size: 25px;
	font-size: 2.5rem;
    font-weight: 500;
	line-height: 80px;
	color: #fff;
	text-align: center;
    border: solid 1px #333;
    border-radius: 5px;
	cursor: pointer;
	background: #333;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	position: relative;
}
.btn-confirm button:hover {
	color: #333;
	background: #fff;
}
.btn-confirm button:hover::before {
	color: #333;
}
.btn-confirm button:hover::after {
	color: #333;
}
.btns button {
	width: 100%;
	height: 82px;
	margin: 0 0 10px 0;
	border: solid 1px #333;
    border-radius: 5px;
	font-size: 25px;
	font-size: 2.5rem;
	line-height: 80px;
	color: #fff;
	text-align: center;
	font-weight: 400;
	cursor: pointer;
	background: #333;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.btns button:last-of-type {
	margin: 0;
}
.btns button:hover {
	color: #333;
	background: #fff;
}

/* 確認画面ページ
----------------------------------------------------
---------------------------------------------------- */
.orderform-repeat-confirm #lead {
    margin-bottom: 100px;
}
.orderform-repeat-confirm .orderform_btn,
.orderform-repeat-confirm .step1 table td .caution,
.orderform-repeat-confirm .step1 table td .kojin-doui {
    display: none;
}
.orderform-repeat-confirm .step1 table td {
    padding: 0 10px;
    height: 40px;
    line-height: 40px;
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: 500;
    background: #fbfbfb;
    border: 1px solid #eaeaea;
}
#ds_orderform .mw_wp_form .error {
    padding-top: 5px;
    font-size: 17px;
    font-size: 1.7rem;
    font-weight: 500;
    color: red;
}
.orderform-repeat-confirm .btn_expansion {
    display: none;
}

/* 送信完了ページ
----------------------------------------------------
---------------------------------------------------- */
.orderform-repeat-completed .mb100 {
    margin-top: 30px;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.8;
}
.orderform-repeat-completed .mb100 p {
    padding-bottom: 15px;
}
.orderform-repeat-completed .mb100 p br {
    display: none;
}


/* レティーナ用画像
---------------------------------------------------- */
@media only screen and (-webkit-min-device-pixel-ratio: 2) {

}

/* iPad　縦　以上
---------------------------------------------------- */
@media all and (min-width: 767px) {

/* ヘッダ
---------------------------------------------------- */
#head_inner {
    height: 200px;
}

/* 共通
---------------------------------------------------- */
.ds_orderform h2 {
    font-size: 22px;
    font-size: 2.2rem;
}
.ds_orderform h2 span {
    font-size: 16px;
    font-size: 1.6rem;
}
.ds_orderform h2 small {
    padding-left: 40px;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: 500;
    display: inline-block;
}
.ds_orderform h3 {
    font-size: 20px;
    font-size: 2.0rem;
    border-bottom: 10px solid #e6e6e6;
}
.ds_orderform h3 span {
    padding-left: 80px;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: 500;
    display: inline-block;
}

/*必須項目*/
table th .attention {
    margin-left: 10px;
    padding: 0 15px;
}

/* ボタン
---------------------------------------------------- */
.ds_orderform select.item {
    margin-bottom: 80px;
}


/* リピートのご注文ページ
----------------------------------------------------
---------------------------------------------------- */

/* step1
---------------------------------------------------- */
.ds_orderform .step1 {
    margin: 0 auto;
    width: 100%;
    max-width: 1200px;
}

/*フォーム*/
.step1 table th {
	font-size: 18px;
	font-size: 1.8rem;
}
.step1 table td input[type=text] {
	width: 99%;
	padding: 10px 0 10px 1%;
}
.step1 table td textarea {
	width: 99%;
	padding: 10px 0 10px 1%;
}
.step1 table td .caution {
    padding: 30px 10px;
    font-size: 16px;
    font-size: 1.6rem;
}
.step1 table td .caution strong {
    font-size: 18px;
    font-size: 1.8rem;
}

/* 確認画面ページ
----------------------------------------------------
---------------------------------------------------- */

/* 送信完了ページ
----------------------------------------------------
---------------------------------------------------- */
.orderform-repeat-completed .mb100 p br {
    display: block;
}
}

/* iPad　縦　以上　レティーナ用画像
---------------------------------------------------- */
@media only screen and (-webkit-min-device-pixel-ratio: 2) and (min-width: 767px) {

}

/* IE10 */
@media all and (-ms-high-contrast:none) and (min-width: 1140px) {

}

