@charset "utf-8";
#main h3 span {
	color: #333;
}

#main h4 {
	margin-bottom:15px;
	padding: 5px;
	color:#003366;
	font-weight:bold;
	font-size:116%;
	background: #F0F0F0;
	border-left:#BBB solid 4px;
}
#main h5 {
	border-left:5px #009900 solid;
	padding-left:5px;
	margin-bottom:10px;
	font-size: 108%;
}

/* ご注文の流れ図 */
#step {
	margin-bottom: 20px;
}
#step .step_list {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
#step .step_list li {
	position: relative;
	width: calc((100% - 150px) / 5);
	height: 60px;
	text-align: center;
	border-radius: 6px;
	background: linear-gradient(#ffffff, #f0f0f0);;
	box-shadow: 0px 0px 4px 2px rgb(0 0 0 / 12%);
}
#step .step_list li.is-select {
	border: 2px solid #FF3300;
}
#step .step_list li:not(:first-child) {
	margin-left: 30px;
}
#step .step_list li:not(:first-child)::before {
	position: absolute;
	content: url(../img/ico_arrow-orange-r.png);
	top: 50%;
	left: -15%;
	transform: translateY(-50%);
}
#step .step_list li a {
	display: block;
	width: 100%;
	height: 100%;
	line-height: 60px;
	color: #333;
	font-weight: bold;
	text-decoration: none;
}
#step .step_list li a:hover {
	color: #FF6600;
}
#step .step_list li a.is-two_line {
	padding: 1em 0;
	line-height: 18px;
}
/* ご注文の流れ図 終了 */

#main .box_l {
	height: 100%;
}
#main .box_l a {
	color:#333333;
}
#main .box_l a:hover {
	color:#333333;
}
a.tooltip {
	position:absolute;
	text-decoration:none;
	width:32px;
	height:32px;
	display:block;
	overflow:hidden;
}
a.tooltip div {
	width:420px;
	height:auto;
	padding:10px;
	background-color:#FFFFEC;
	border:#999999 solid 1px;
	visibility:hidden;
}

a.tooltip .point {
	cursor:pointer;
}
a.tooltip div img {
	display:block;
	padding: 5px;
}
a:hover.tooltip {
	width:auto;
	height:auto;
	overflow:inherit;
	z-index:1000;
	cursor:inherit;
}
a:hover.tooltip div {
	width:420px;
	height:auto;
	padding:10px;
	background-color:#FFFFEC;
	border:#999999 solid 1px;
	visibility:visible;
	z-index:1000;
}
a.tooltip div p {
	margin-bottom:5px;
	line-height:1.4em;
}
a.tooltip div span {
	text-decoration:underline;
	color:#0044CC;
	cursor:pointer;
}

/* キャプチャ　開始 */
#step0 {
	background:url(../img/img_step0.png) no-repeat;
	height:224px;
	margin-bottom:30px;
	position:relative;
	z-index:100;
}
#step1 {
	background:url(../img/img_step1.png) no-repeat;
	height:2794px;
	margin-bottom:30px;
	position:relative;
	z-index:100;
}
#step3 {
	background:url(../img/img_step3.png) no-repeat;
	height:1721px;
	margin-bottom:80px;
	position:relative;
	z-index:100;
}
#step4 {
	background:url(../img/img_step4.png) no-repeat;
	height:776px;
	margin-bottom:30px;
	position:relative;
	z-index:100;
}
#step6 {
	background:url(../img/img_step6.png) no-repeat;
	height:1045px;
	margin-bottom:30px;
	position:relative;
	z-index:100;
}
#fstep0 {
	background:url(../img/img_step0.png) no-repeat;
	height:224px;
	margin-bottom:30px;
	position:relative;
	z-index:100;
}
#fstep1 {
	background:url(../img/img_fax.png) no-repeat;
	height:379px;
	margin-bottom:30px;
	position:relative;
	z-index:100;
}
#fstep2 {
	background:url(../img/img_faxyoshi.png) no-repeat;
	height:470px;
	margin-bottom:30px;
	position:relative;
	z-index:100;
}
#fstep3.is-01 {
	background:url(../img/img_mail-kousei.png) no-repeat;
	background-size: contain;
	height: 600px;
	margin-bottom:30px;
	position:relative;
	z-index:100;
}
#fstep3.is-02 {
	background:url(../img/img_fax-kousei.png) no-repeat;
	background-size: contain;
	height: 292px;
	margin-bottom:30px;
	position:relative;
	z-index:100;
}
#fstep4 {
	background:url(../img/img_print-delivery.jpg) no-repeat;
	background-size: contain;
	height: 366px;
	margin-bottom:30px;
	position:relative;
	z-index:100;
}
/* キャプチャ　終了 */

/* ポイント　開始 */
.point1 {
	top: 155px;
	left: 366px;
}
.point2 {
	top:220px;
	left:166px;
}
.point3 {
	top:601px;
	left:70px;
}
.point4 {
	top:922px;
	left:70px;
}
.point5 {
	top:2205px;
	left:74px;
}
.point6 {
	top:2290px;
	left:74px;
}
.point7 {
	top:2121px;
	left:74px;
}
.point8 {
	top:2377px;
	left:74px;
}
.point9 {
	top:2479px;
	left:74px;
}
.point10 {
	top:643px;
	left:10px;
}
.point11 {
	top:795px;
	left:74px;
}
.point12 {
	top:236px;
	left:95px;
}
.point13 {
	top:831px;
	left:16px;
}
.point14 {
	top: 117px;
	left: 263px;
}
/* ポイント　終了 */

/* テキストボックス　開始 */
.tbox div {
	width:430px;
	position:absolute;
	padding-left:8px;
	background:url(../img/img_arrow.gif) 0 6px no-repeat;
    box-sizing: border-box;
}
.tbox div p {
	background-color:#ECF0F4;
	padding:15px;
	line-height:1.4em;
}
.tbox0 {
	top:0;
	left:454px;
}
.tbox1 {
	top:90px;
	left:454px;
}
.tbox2 {
	top:273px;
	left:454px;
}
.tbox3 {
	top:580px;
	left:454px;
}
.tbox4 {
	top:906px;
	left:454px;
}
.tbox5 {
	top:1196px;
	left:454px;
}
.tbox6 {
	top:1272px;
	left:454px;
}
.tbox7 {
	top:1770px;
	left:454px;
}
.tbox8 {
	top:2079px;
	left:454px;
}
.tbox9 {
	top:1060px;
	left:454px;
}
.tbox10 {
	top:549px;
	left:454px;
}
.tbox11 {
	top:505px;
	left:454px;
}
.tbox12 {
	top:1327px;
	left:454px;
}
.tbox13 {
	top:1585px;
	left:454px;
}
.tbox14 {
	top:231px;
	left:454px;
}
.tbox15 {
	top:376px;
	left:454px;
}
.tbox16 {
	top:591px;
	left:454px;
}
.tbox17 {
	top:680px;
	left:454px;
}
.tbox18 {
	top:550px;
	left:454px;
}
.tbox19 {
	top:256px;
	left:454px;
}
.tbox20 {
	top:805px;
	left:454px;
}
.tbox21 {
	top:145px;
	left:454px;
}
.tbox22 {
	top:260px;
	left:454px;
}
.tbox23 {
	top:0;
	left:454px;
}

/* テキストボックス　終了 */
#box_slink {
	margin-bottom:50px;
	z-index:0;
}
#box_slink .box_l a, #box_slink .box_r a {
	color:#0044CC;
	cursor:pointer;
}
#box_slink a:hover {
	color:#FF6600;
}
#box_slink .box_l {
	width:50%;
	float:left;
	border:0;
}
#box_slink .box_r {
	width:50%;
	float:right;
	text-align:right;
}

/* FAX注文の前にご確認ください */
#fax_caution {
	padding: 15px 20px;
    background: #ECF0F4;
}
#fax_caution .fax_caution-title {
	font-size: 16px;
	font-weight: bold;
	color: #FF3300;
	margin-bottom: 10px;
}
#fax_caution dl:first-of-type {
	margin-bottom: 25px;
}
#fax_caution dl dt {
	font-weight: bold;
}

/* FAX注文 テキストボックス */
.tbox_fax div {
	position:absolute;
	padding-left:30px;
}
.tbox_fax-txt {
	top: 0;
	left: 454px;
}
.tbox_fax .tbox_fax-txt {
    left: 335px;
}
