/*共通
====================================================================================================*/
#inquiry h1 {
	padding-bottom: 5px;
	color: #53392B;
	font-size: 28px;
	border-bottom: 2px solid #DBBD94;
	line-height: 32px;
}
#contentsBox {
	background: #FAF7EF;
	padding: 30px;
	margin: 30px 0 0 0;
}
#contentsBox .orange {
	text-align: center;
	color: #FB8700;
	font-size: 16px;
	font-weight: bold;
	padding-bottom: 30px;
}
.cf:after {
	content: "";
	display: block;
	clear: both;
	height: 0;
}


/*確認画面
====================================================================================================*/
#confirm-box {
	background: #fff;
	padding: 30px;
}
#confirm-box .hosoku {
	font-size: 14px;
	text-align: center;
	margin-bottom: 20px;
}
#confirm-box .hosoku span {
	font-size: 16px;
	color: #E23619;
	font-weight: bold;
}
#confirm-box h2 {
	font-size: 20px;
	padding: 0 0 0 10px;
	border-left: 10px solid #53392B;
	border-bottom: none;
	margin: 0 0 10px 15px;
	line-height: 20px;
}
#confirm-box form {
	width: 1000px;
	margin: 0 auto;
}
#confirm-box table {
	border-collapse: collapse;
	border-spacing: 0;
	margin-bottom: 30px;
}
#confirm-box tr {
	padding: 10px;
	border-bottom: dashed 1px #ccc;
}
#confirm-box th {
	width: 270px;
	font-size: 16px;
	color: #53392B;
	font-weight: bold;
	text-align: left;
	padding: 15px;
}
#confirm-box th span,
#confirm-box p span {
	color: #E23619;
	font-weight: normal;
}
#confirm-box td {
	font-size: 16px;
	width: 670px;
	text-align: left;
	padding: 15px;
	word-break: break-word;
}
#confirm-box .orderbtn {
	margin-top: 30px;
}
#confirm-box .nomal_button {
	height: 50px;
	font-size: 15px;
	line-height: 50px;
	padding: 0;
	float: left;
}
#confirm-box .nomal_button:hover {
	opacity: 0.8;
}
#confirm-box .button-brown {
	height: 50px;
	font-size: 18px;
	line-height: 50px;
	padding: 0;
	display: block;
	position: relative;
	margin: 0 auto;
}


/*完了画面
====================================================================================================*/
#contentsBox .inner_message {
	background: #fff;
	padding: 30px;
}
#contentsBox .thanks {
	background: url(/img/cart-contact_done.jpg) no-repeat;
	height: 200px;
	background-size: 1151px;
	padding: 40px 0 31px 470px;
	background-position: 0px 5px;
	font-size: 14px;
}
#contentsBox .nomail {
	padding: 10px;
	margin: 5px 0;
	background: #F5F3DE;
	border: 1px #DBBD94 solid;
	clear: both;
}


/*オリジナルパッケージお問い合わせ確認・完了画面
==============================*/
.or_inquiry #contentsBox {
	background: #F9F5F4;
}
.or_inquiry #contentsBox .pink {
	text-align: center;
	color: #E5406E;
	font-size: 16px;
	font-weight: bold;
	padding-bottom: 30px;
}
.or_inquiry #confirm-box h2 {
	color: #333;
	border-left: 10px solid #333;
}
.or_inquiry #confirm-box th {
	color: #333;
}
.or_inquiry #confirm-box .op_inqBtn {
	height: 50px;
	width: 500px;
	color: #fff;
	background: #E5406E;
	border: 1px solid #E5406E;
	box-shadow: 0 5px 0px #924a4a;
	border-radius: 8px;
	font-size: 18px;
	font-weight: bold;
	line-height: 50px;
	padding: 0;
	display: block;
	position: relative;
	margin: 0 auto;
}
.or_inquiry #confirm-box .op_inqBtn:hover {
	opacity: 0.8;
}
.or_inquiry #contentsBox .nomail {
	background: #F5F5F5;
	border: 1px #C4C4C4 solid;
}


/* 事例集お問い合わせページ 確認・完了画面
==============================*/
.inq_sample-box #container {
	margin-top: 15px;
}
.inq_sample-box #panBox {
	margin: 0 auto;
	border: none;
	padding: 0;
}
#sample {
	display: flex;
	margin: 30px 0px 50px 15px;
}
#sample img {
	width: 150px;
	height: 150px;
	border: #c4c4c4 solid 1px;
}
#sample div p:last-child {
	font-size: 18px;
	font-weight: bold;
	margin-top: 5px;
}
#sample div {
	padding: 40px 0px 0px 20px;
}
.inq_sample-box #contentsBox .thanks {
	padding: 0 0 80px 430px;
	background-position: 0 40px;
}


/* お問い合わせページ（/inquiry/index.html）
====================================================================================================*/
#toiawaseBox {
	position: relative;
}
#toiawaseBox h1 {
	font-size: 30px;
	width: 780px;
	padding-left: 0;
}
#toiawaseBox h1 + p {
	width: 780px;
}
#toiawaseBox h1 + p + ul {
	display: flex;
	gap: 20px;
	margin-top: 15px;
}
#toiawaseBox h1 + p + ul li {
	color: var(--brown_d);
	font-size: 18px;
	font-weight: bold;
}
#toiawaseBox h1 + p + ul span {
	color: var(--white);
	font-size: 18px;
	font-weight: bold;
	background-color: var(--brown_d);
	border-radius: 5px;
	padding: 5px 10px;
	margin-right: 5px;
}
#toiawaseBox .photo {
	width: 500px;
	height: 160px;
	position: absolute;
	top: 0;
	right: 0;
}
/* お電話・オンライン相談・LINE */
#contact_information {
	display: flex;
	justify-content: space-between;
	margin-top: 30px;
}
#contact_information li {
	width: 420px;
	padding: 30px;
	border-radius: 10px;
	background-color: var(--beige_l);
	text-align: center;
}
#contact_information h2, #mailBox h2 {
	padding-bottom: 0;
	border: none;
}
#contact_information li:nth-of-type(1) h2 {
	background: url(/img/icon/title-tel.svg) no-repeat top left 120px / 30px 30px;
}
#contact_information li:nth-of-type(2) h2 {
	background: url(/img/icon/title-onlinemeeting.svg) no-repeat top left 70px / 30px 30px;
}
#contact_information li:nth-of-type(3) h2 {
	background: url(/img/icon/title-line.svg) no-repeat top left 130px / 30px 30px;
}
#contact_information li:nth-of-type(1) a {
	display: block;
	color: var(--brown_d);
	font-size: 20px;
	font-weight: bold;
	line-height: 1.2;
}
#contact_information li:nth-of-type(1) a:nth-of-type(1) {
	font-size: 50px;
	margin-bottom: 5px;
}
#contact_information li:nth-of-type(2) .button-brown {
	width: 300px;
	margin-top: 20px;
}
#contact_information li:nth-of-type(3) picture {
	display: block;
	width: 90px;
	height: 90px;
	margin: 0 auto;
}
#contact_information li:nth-of-type(3) img {
	width: 100%;
	height: 100%;
}
/* メール(お問い合わせフォーム) */
#mailBox {
	margin-top: 20px;
	position: relative;
	background-color: var(--beige_l);
	border-radius: 10px;
	padding: 30px;
}
#mailBox h2 {
	text-align: center;
	background: url(/img/icon/title-mail.svg) no-repeat top left 455px / 30px 30px;
}
#mailBox h2 span {
	font-size: 18px;
}
#mailBox h2 + p span {
	font-weight: bold;
}
/* お問い合わせフォーム */
#mailBox .inqBox {
	margin: 80px auto 0;
}
#mailBox .inqBox form {
	width: 1240px;
}
#tabBox {
	position: relative;
}
#tabBox .tab_item {
	width: 620px;
	height: 60px;
	margin-top: -57px;
	padding-left: 50px;
	border: solid 3px var(--gray);
	border-bottom: none;
	background-color: var(--white);
	line-height: 60px;
	font-size: 20px;
	text-align: center;
	color: #777;
	display: block;
	border-radius: 10px 10px 0 0;
	float: left;
	font-weight: bold;
	transition: all 0.2s ease;
	position: relative;
	z-index: 1;
}
#tabBox .tab_item:hover {
	text-decoration: underline;
}
#tab1, #tab2 {
	display: none;
}
#tab1:checked + .tab_item, #tab2:checked + .tab_item {
	border: solid 3px var(--brown_d);
	border-bottom: none;
	color: var(--white);
	background: var(--brown_d);
	z-index: 3;
}
#label-tab1::before {
	display: block;
	content: '';
	width: 50px;
	height: 50px;
	position: absolute;
	top: 5px;
	left: 210px;
	background: url(../img/inquiry-icon_request2.png)no-repeat;
}
#tab1:checked + #label-tab1::before {
	background: url(../img/inquiry-icon_request1.png)no-repeat;
}
#label-tab2::before {
	display: block;
	content: '';
	width: 50px;
	height: 50px;
	position: absolute;
	top: 5px;
	left: 115px;
	background: url(../img/inquiry-icon_check2.png)no-repeat;
}
#tab2:checked + #label-tab2::before {
	background: url(../img/inquiry-icon_check1.png)no-repeat;
}
#tab_content {
	width: 100%;
	padding: 50px;
	border: solid 3px var(--brown_d);
	border-radius: 0 0 10px 10px;
	background-color: var(--white);
	position: relative;
	z-index: 2;
}
#tab_content h3 {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 10px;
}
#tab_content h3 span {
	color: var(--red);
	font-size: 16px;
	font-weight: bold;
	margin-left: 3px;
}
#tab_content textarea {
	width: 100%;
	height: 170px;
	padding: 15px;
}
/* オリジナルダンボールのお問い合わせ */
#tab1:checked ~ #tab_content #original {
	display: none;
}
#original {
	margin-top: 30px;
}
#original h3 {
	line-height: 1;
	background: var(--beige_d);
	padding: 10px;
	margin-bottom: 20px;
}
#Box1 {
	display: flex;
	justify-content: space-between;
	margin-bottom: 30px;
}
#Box1 select {
	height: 40px;
	padding: 5px 10px;
	-webkit-appearance: auto;
	-moz-appearance: auto;
	appearance: auto;
}
#size {
	width: 750px;
	position: relative;
}
#sunpou_box {
	margin-bottom: 20px;
	width: 230px;
}
#select_size, #size_side .side {
	font-weight: bold;
	font-size: 16px;
	width: 115px;
	display: inline-block;
	vertical-align: top;
	margin-top: 7px;
}
#unit_item {
	margin: 0 0 10px 120px;
}
#unit_item li {
	position: relative;
	display: inline-block;
	margin-right: 15px;
}
#unit_item input {
	margin-right: 5px;
}
#unit_item label {
	line-height: 25px;
	font-size: 16px;
}
#size_side li {
	margin-bottom: 25px;
}
#size_side li:last-child {
	margin-bottom: 0;
}
#size_side input {
	width: 230px;
	height: 40px;
}
#size_side .unit {
	display: inline;
	font-size: 16px;
}
#img_box {
	position: absolute;
	top: 100px;
	right: 60px;
}
#img_box img {
	width: 240px;
}
#img_box span {
	font-size: 18px;
	font-weight: bold;
}
#side_length {
	position: absolute;
	top: -25px;
	right: 75px;
}
#side_width {
	position: absolute;
	top: 155px;
	right: -10px;
}
#side_depth {
	position: absolute;
	top: 55px;
	right: -50px;
}
#rightBox {
	width: 360px;
}
/* 枚数・印刷・印刷色数 */
#quantity, #print {
	margin-bottom: 30px;
}
#quantity input {
	width: 330px;
	height: 40px;
}
#quantity p {
	display: inline;
	margin-left: 10px
}
#rightBox select {
	width: 100%;
}
/* 箱形式・厚さ・色・ファイル添付 */
#Box2 {
	display: flex;
	justify-content: space-between;
}
#boxtype, #flute, #Box2-3 {
	width: 360px;
}
#Box2 li {
	position: relative;
	margin-bottom: 20px;
}
#Box2 li:last-child {
	margin-bottom: 0;
}
#Box2 li label {
	display: block;
	font-size: 16px;
	line-height: 30px;
	padding: 15px 0 15px 100px;
	background-color: var(--white);
	border: solid 1px var(--gray);
	border-radius: 5px;
}
#Box2 li:last-child label {
	padding-left: 45px;
}
#Box2 .label_boxtype2 {
	line-height: 15px;
}
#Box2 .label_boxtype2 span {
	font-size: 14px;
}
#Box2 li label:hover {
	background-color: #E6F3FF;
	border: 1px solid var(--blue_l);
}
#Box2 li input:checked + label {
	background-color: #E6F3FF;
	border: 1px solid var(--blue_l);
}
#Box2 li input {
	position: absolute;
	top: 21px;
	left: 15px;
}
#danballcolor {
	margin-bottom: 30px;
}
#boxtype input::after, #flute input::after, #danballcolor input::after {
	content: '';
	width: 48px;
	height: 48px;
	display: block;
	position: absolute;
	top: -17px;
	left: 30px;
}
#boxtype-a1::after {
	background: url(/img/format-a.png) no-repeat;
}
#boxtype-b1::after {
	background: url(/img/format-b.png) no-repeat;
}
#boxtype-n1::after {
	background: url(/img/format-n.png) no-repeat;
}
#boxtype-c1::after {
	background: url(/img/format-c.png) no-repeat;
}
#boxtype-t1::after {
	background: url(/img/format-t.png) no-repeat;
}
#boxtype-p1::after {
	background: url(/img/format-p.png) no-repeat;
}
#flute-f1::after {
	background: url(/img/flute-f.png) no-repeat;
}
#flute-e1::after {
	background: url(/img/flute-e.png) no-repeat;
}
#flute-b1::after {
	background: url(/img/flute-b.png) no-repeat;
}
#flute-a1::after {
	background: url(/img/flute-a.png) no-repeat;
}
#flute-w1::after {
	background: url(/img/flute-w.png) no-repeat;
}
#flute-aa1::after {
	background: url(/img/flute-aa.png) no-repeat;
}
#flute-aaa1::after {
	background: url(/img/flute-aaa.png) no-repeat;
}
#danballcolor-b1::after {
	background: url(/img/format-a.png) no-repeat;
}
#danballcolor-w1::after {
	background: url(/img/color-w.png) no-repeat;
}
#danballcolor-wr1::after {
	background: url(/img/color-w2.png) no-repeat;
}
#danballcolor-c1::after {
	background: url(/img/color-c.png) no-repeat;
}
#file input {
	width: 100%;
	font-size: 16px;
	background: #eee;
	border: dashed var(--gray) 1px;
	border-radius: 5px;
	padding: 10px;
	margin-top: 8px;
}
#file span {
	font-size: 15px !important;
}
/* お客様情報 */
#customer_info_h3 {
	text-align: center;
	margin-top: 60px;
}
#customer_info {
	margin: 30px auto 20px;
	width: 800px;
}
#customer_info dl {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
	gap: 30px;
}
#customer_info dl dt {
	width: 150px;
	font-size: 18px;
	font-weight: bold;
}
#customer_info dl dt span {
	color: var(--red);
	font-weight: bold;
	font-size: 16px;
}
#customer_info dl dd {
	width: 600px;
	margin: 0;
}
#customer_info dl dd input {
	height: 40px;
}
#customer_info dl + p span {
	color: var(--red);
}
/* 限定キャンペーン応募ページ */
#toiawaseBox #inquiry_sales_h1 {
	width: 100%;
}
#inquiry_sales_h3 {
	text-align: center;
	margin-top: 40px;
}
#inquiry_sales {
	margin: 30px auto 30px;
	width: 900px;
}
#inquiry_sales dl {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
	gap: 30px;
}
#inquiry_sales dl dt {
	width: 210px;
	font-size: 18px;
	font-weight: bold;
}
#inquiry_sales dl dt span {
	color: var(--red);
	font-weight: bold;
	font-size: 16px;
}
#inquiry_sales dl dd {
	width: 600px;
	margin: 0;
}
#inquiry_sales dl dd input {
	height: 40px;
}
#inquiry_sales dl + p span {
	color: var(--red);
}
#inquiry_sales #message {
	height: 120px;
}
#ERROR {
	color: var(--red);
	font-weight: bold;
	width: 800px;
	margin: 0 auto;
	font-size: 15px;
}
#soushinBtn {
	position: static;
	margin: 20px auto 0;
}
#soushinBtn:hover {
	opacity: 0.8;
}
#mailBox + p {
	margin-top: 20px;
}
/* よくある質問 */
#faq {
	margin-top: 50px;
}
#faq h2 {
	background: url(/img/icon/title-faq.svg) no-repeat top left / 30px 30px;
}
#faq div {
	background: var(--beige_l);
	padding: 30px;
	margin-top: 10px;
	border-radius: 10px;
}
#faq div span {
	display: block;
	font-weight: bold;
	font-size: 18px;
}
#faq form {
	margin-top: 10px;
}
#s {
	width: 650px;
	height: 40px;
}
#faq ul {
	margin-top: 30px;
	display: flex;
	gap: 15px 30px;
	flex-wrap: wrap;
}
#faq li {
	width: 500px;
}
#faq li a {
	display: block;
	font-size: 16px;
	color: var(--blue_l);
}
#faq li a::before {
	content: "▶";
	font-size: 14px;
	margin-right: 5px;
}
#faq li a:hover {
	text-decoration: underline;
}