/*共通
====================================================================================================*/
#inquiry h1 {
	padding-bottom: 5px;
	color: #53392B;
	font-size: 25px;
	border-bottom: 2px solid #DBBD94;
	line-height: 32px;
	margin: 10px 10px 20px;
}
#contentsBox {
	background: #FAF7EF;
	padding: 20px;
}
#contentsBox .orange {
	text-align: center;
	color: #FB8700;
	font-size: 16px;
	font-weight: bold;
	padding-bottom: 20px;
}
.cf:after {
	content: "";
	display: block;
	clear: both;
	height: 0;
}


/*確認画面
====================================================================================================*/
#confirm-box {
	background: #fff;
	padding: 20px;
}
#confirm-box .hosoku {
	margin-bottom: 20px;
}
#confirm-box .hosoku span {
	font-size: 18px;
	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 0;
	line-height: 20px;
}
#confirm-box table {
	border-collapse: collapse;
	border-spacing: 0;
	margin-bottom: 20px;
	width: 400px;
}
#confirm-box tr {
	padding: 10px;
	border-bottom: dashed 1px #ccc;
}
#confirm-box th {
	display: block;
	font-size: 16px;
	color: #53392B;
	font-weight: bold;
	text-align: left;
	padding: 10px 0 5px 0;
}
#confirm-box th span, #confirm-box p span {
	color: #E23619;
	font-weight: normal;
}
#confirm-box td {
	display: block;
	font-size: 16px;
	text-align: left;
	padding: 5px 0 10px 0;
}
#confirm-box .orderbtn {
	position: relative;
	margin-top: 20px;
	height: 50px;
}
#confirm-box .nomal_button {
	left: 0;
	width: 140px;
	position: absolute;
	top: 0;
	padding: 15px 0;
}
#confirm-box .button-brown {
	right: 0;
	width: 240px;
	position: absolute;
	top: 0;
	padding: 15px 0;
}


/*完了画面
====================================================================================================*/
#contentsBox .inner_message {
	background: #fff;
	padding: 20px;
}
#contentsBox .thanks {
	background: url(/img/sm-cart-contact_done.jpg) no-repeat;
	padding-bottom: 180px;
	background-size: 300px;
	background-position: 40px 130px;
}
#contentsBox .nomail {
	padding: 10px;
	background: #F5F3DE;
	border: 1px #DBBD94 solid;
}


/*オリジナルパッケージお問い合わせ確認・完了画面
==============================*/
.or_inquiry #contentsBox {
	background: #F9F5F4;
}
.or_inquiry #contentsBox .pink {
	text-align: center;
	color: #E5406E;
	font-size: 16px;
	font-weight: bold;
	padding-bottom: 20px;
}
.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 {
	width: 240px;
	color: #fff;
	background: #E5406E;
	border: 1px solid #E5406E;
	box-shadow: 0 5px 0px #924a4a;
	border-radius: 8px;
	font-size: 16px;
	font-weight: bold;
	padding: 12px 0;
	display: block;
	position: absolute;
	right: 0;
	top: 0;
}
.or_inquiry #contentsBox .nomail {
	background: #F5F5F5;
	border: 1px #C4C4C4 solid;
}


/* 事例集お問い合わせページ 確認・完了画面
==============================*/
.inq_sample-box #container {
	margin-top: 10px;
}
#contents {
	padding-top: 0;
}
.inq_sample-box #panBox {
	margin: 0 auto;
	border: none;
	padding: 0;
}
#sample {
	margin: 20px 0px 50px 0px;
}
#sample img {
	width: 150px;
	height: 150px;
	border: #c4c4c4 solid 1px;
}
#sample div p:last-child {
	font-size: 16px;
	font-weight: bold;
	margin-top: 5px;
}
#sample div {
	margin-top: 10px;
}
.inq_sample-box #container .thanks {
	background-position: 40px 300px;
}


/* お問い合わせページ（/inquiry/index.html）
====================================================================================================*/
#toiawaseBox {
	padding-top: 20px;
}
#toiawaseBox h1 {
	font-size: 30px;
	padding-left: 0;
	margin: 0 0 20px;
}
#toiawaseBox h1 + p + ul {
	margin-top: 15px;
}
#toiawaseBox h1 + p + ul li {
	color: var(--brown_d);
	font-size: 18px;
	font-weight: bold;
}
#toiawaseBox h1 + p + ul li + li {
	margin-top: 10px;
}
#toiawaseBox h1 + p + ul span {
	display: inline-block;
	width: 100px;
	text-align: center;
	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 {
	display: block;
	width: 400px;
	height: 128px;
	margin: 15px auto 20px;
}
/* お電話・オンライン相談・LINE */
#contact_information li {
	padding: 20px;
	border-radius: 10px;
	background-color: var(--beige_l);
	text-align: center;
}
#contact_information li + li {
	margin-top: 15px;
}
#contact_information h2, #mailBox h2 {
	padding-bottom: 0;
	border: none;
	margin-bottom: 15px;
}
#contact_information li:nth-of-type(1) h2 {
	background: url(/img/icon/title-tel.svg) no-repeat top left 150px / 30px 30px;
}
#contact_information li:nth-of-type(2) h2 {
	background: url(/img/icon/title-onlinemeeting.svg) no-repeat top left 100px / 30px 30px;
}
#contact_information li:nth-of-type(3) h2 {
	background: url(/img/icon/title-line.svg) no-repeat top left 160px / 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;
}
#contact_information li:nth-of-type(1) a:nth-of-type(1) {
	font-size: 50px;
	margin-bottom: 10px;
}
#contact_information li:nth-of-type(2) .button-brown {
	width: 300px;
	margin-top: 15px;
}
#contact_information li:nth-of-type(3) a {
	display: block;
}
#contact_information li:nth-of-type(3) img {
	width: 160px;
	margin: 0 auto;
}
/* メール(お問い合わせフォーム) */
#mailBox {
	margin-top: 20px;
	background-color: var(--beige_l);
	border-radius: 10px;
	padding: 20px 10px;
}
#mailBox h2 {
	text-align: center;
	background: url(/img/icon/title-mail.svg) no-repeat top left 55px / 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: 440px;
}
#tabBox {
	position: relative;
}
#tabBox .tab_item {
	width: 220px;
	height: 60px;
	margin-top: -58px;
	border: solid 3px var(--gray);
	border-bottom: none;
	background-color: var(--white);
	font-size: 16px;
	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;
}
#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 {
	padding-left: 35px;
	line-height: 60px;
	text-align: center;
}
#label-tab1::before {
	display: block;
	content: '';
	width: 35px;
	height: 35px;
	position: absolute;
	top: 12px;
	left: 35px;
	background: url(../img/inquiry-icon_request2.png)no-repeat;
	background-size: 35px;
}
#tab1:checked + #label-tab1::before {
	background: url(../img/inquiry-icon_request1.png)no-repeat;
	background-size: 35px;
}
#label-tab2 {
	padding: 8px 10px 0 42px;
	line-height: 20px;
}
#label-tab2::before {
	display: block;
	content: '';
	width: 35px;
	height: 35px;
	position: absolute;
	top: 10px;
	left: 4px;
	background: url(../img/inquiry-icon_check2.png)no-repeat;
	background-size: 35px;
}
#tab2:checked + #label-tab2::before {
	background: url(../img/inquiry-icon_check1.png)no-repeat;
	background-size: 35px;
}
#tab_content {
	width: 100%;
	padding: 20px;
	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);
}
#tab_content textarea {
	width: 100%;
	height: 270px;
	padding: 15px;
	font-size: 18px;
}
/* オリジナルダンボールのお問い合わせ */
#tab1:checked ~ #tab_content #original {
	display: none;
}
#original {
	margin-top: 30px;
}
#original h3 {
	font-size: 18px;
	line-height: 1;
	font-weight: bold;
	background: var(--beige_d);
	padding: 10px;
	margin-bottom: 15px;
}
#Box1 select {
	padding: 5px 10px;
	-webkit-appearance: auto;
	-moz-appearance: auto;
	appearance: auto;
}
#Box1 select, #size_side input, #quantity input, #customer_info dd input {
	height: 40px;
	font-size: 18px;
}
#size, #quantity, #print, #printcolor, #boxtype, #flute, #danballcolor {
	margin-bottom: 30px;
}
#sunpou_box {
	margin-bottom: 20px;
	width: 250px;
}
#select_size, #size_side .side {
	font-weight: bold;
	font-size: 16px;
	width: 100px;
	display: inline-block;
}
#unit_item {
	margin: 0 0 5px 105px;
}
#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: 20px;
}
#size_side li:last-child {
	margin-bottom: 0;
}
#size_side input {
	width: 250px;
}
#size_side .unit {
	display: inline;
	font-size: 16px;
}
#img_box {
	position: relative;
	width: 240px;
	margin: 50px auto 0;
}
#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;
}
/* 枚数・印刷・印刷色数 */
#quantity input {
	width: 360px;
}
#quantity p {
	display: inline;
	margin-left: 10px
}
#rightBox select {
	width: 100%;
}
/* 箱形式・厚さ・色・ファイル添付 */
#Box2 li {
	position: relative;
	margin-bottom: 20px;
}
#Box2 li label {
	display: block;
	font-size: 18px;
	line-height: 40px;
	padding: 10px 0 10px 105px;
	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: 20px;
}
#Box2 .label_boxtype2 span {
	font-size: 15px;
}
#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: 50px;
}
#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 {
	font-size: 16px;
	background: #eee;
	border: dashed var(--gray) 1px;
	border-radius: 5px;
	padding: 10px;
	text-align: center;
	margin-top: 10px;
	width: 100%;
}
#file p {
	font-size: 15px;
}
/* お客様情報 */
#customer_info_h3 {
	text-align: center;
	margin-top: 60px;
}
#customer_info {
	margin: 30px auto 20px;
	width: 400px;
}
#customer_info dl dt {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 5px;
}
#customer_info dl dt span {
	color: var(--red);
	font-weight: bold;
	font-size: 16px;
}
#customer_info dl dd {
	margin-bottom: 15px;
}
#customer_info dl + p span {
	color: var(--red);
}
/* 限定キャンペーン応募ページ */
#toiawaseBox #inquiry_sales_h1 {
	width: 100%;
}
#inquiry_sales_h3 {
	text-align: center;
	margin-top: 10px;
}
#inquiry_sales {
	margin: 30px auto 20px;
	width: 400px;
}
#inquiry_sales dl dt {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 5px;
}
#inquiry_sales dl dt span {
	color: var(--red);
	font-weight: bold;
	font-size: 16px;
}
#inquiry_sales dl dd {
	margin-bottom: 15px;
}
#inquiry_sales dl + p span {
	color: var(--red);
}
#inquiry_sales #message {
	height: 100px;
}
#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: 20px;
	margin-top: 10px;
	border-radius: 10px;
}
#faq div span {
	display: block;
	font-weight: bold;
	font-size: 18px;
}
#faq form {
	margin-top: 10px;
}
#s {
	width: 280px;
	height: 40px;
}
#faq ul {
	margin-top: 30px;
}
#faq li + li {
	margin-top: 15px;
}
#faq li a {
	display: inline-block;
	font-size: 16px;
	color: var(--blue_l);
}
#faq li a::before {
	content: "▶";
	font-size: 14px;
	margin-right: 5px;
}