@charset "UTF-8";
/* CSS Document */

.orange{ color: #ea5541;}
.textbold{font-weight: bold;}
input{
	cursor : pointer;
	margin: 3px 3px 0 0;
}

.flex-end{
	display:-webkit-box;/*Android4.3*/
	display: -moz-box;/*Firefox21*/
    display:-webkit-flex;/*PC-Safari,iOS8.4*/
    display:-ms-flexbox;/*IE10*/
    display:flex;
    -webkit-box-pack:justify;/*Android4.3*/
	-moz-box-pack: justify; /*Firefox21*/
    -webkit-justify-content:space-between;/*PC-Safari,iOS8.4*/
    -ms-flex-pack:justify;/*IE10*/
    justify-content:space-between;
}
.clearfix::after {
	content: "";
	display: block;
	clear: both;
}
.img_calender{
	position: absolute;
	top: -5px;
    right: -20px;
}
.PopupImg_box{
	display:-webkit-box;/*Android4.3*/
	display: -moz-box;/*Firefox21*/
    display:-webkit-flex;/*PC-Safari,iOS8.4*/
    display:-ms-flexbox;/*IE10*/
    display:flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding: 30px 0;
	margin: 0;
}
.PopupImg_box li{
	list-style: none;
	margin: 0 10px;
	cursor: pointer;
}
.PopupImg_box li img:hover {opacity: 0.7;}

.selectdesign_box,
.selectdesign_box_half,
.hakuoshidesign_box,
.boardselect_box,
.ringselect_box{
	padding: 10px 0;
	margin: 0 0 0 25px;
}
.selectdesign_box li{
	float: left;
	list-style: none;
	font-size: 14px;
    font-weight: bold;
	width: 31.5%;
	padding: 5px;
	margin: 0;
}
.selectdesign_box_half li{
	float: left;
	list-style: none;
	font-size: 14px;
    font-weight: bold;
	width: 48%;
	padding: 5px;
	margin: 0;
}
.hakuoshidesign_box li{
	float: left;
	list-style: none;
	font-size: 14px;
    font-weight: bold;
	width: 41%;
	background: #fff;
	border: 1px solid #000;
	padding: 13px 20px;
	margin: 5px;
}
.step1 .item a img,
.step2 .item a img{
	width: 200px;
}
.step1 .item a img,
.step2 .item a img,
.step5 .item a img,
.step6 .item a img,
.step7 .item a img{
	box-shadow: 2px 2px 5px 0 rgb(0 0 0 / 30%);
}
.step2 .item a span.caption {
	display: block;
	text-align: right;
	font-size: 11px;
	line-height: 13px;
	padding: 0 18px 0 0;
}
.selectdesign_box .item img,
.selectdesign_box_half .item img,
.hakuoshidesign_box .item img,
.boardselect_box .item img,
.ringselect_box .item img{
	width: 100%;
}
.selectdesign_box li a,
.selectdesign_box_half li a,
.hakuoshidesign_box li a,
.boardselect_box li a,
.ringselect_box li a{
	transition: 0.3s;
}
.selectdesign_box li a:hover,
.selectdesign_box_half li a:hover,
.hakuoshidesign_box li a:hover,
.boardselect_box li a:hover,
.ringselect_box li a:hover{
	opacity: 0.6;
}
.paperselect_box{
	padding: 10px 0;
	margin: 0 0 0 25px;
}
.paperselect_box li{
	position: relative;
	/*float: left;*/
	list-style: none;
	font-size: 14px;
    font-weight: bold;
	width: 95%;
	/*height: 169px;*/
	box-sizing: border-box;
	background: #fff;
	border: 1px solid #000;
	padding: 11px 20px 8px 20px;
	margin: 5px;
}

/* 印刷用紙説明のアコーディオン */
.arrow-bottom span{
	font-size: 12px;
    font-weight: normal;
    padding: 0 10px 0 0px;
    display: inline-block;
    vertical-align: top;
}
.arrow-bottom {
	position: absolute;
	top: 0;
	right: 0;
	display: inline-block;
	padding: 11px 14px 10px 16px;
	margin: 5px;
	cursor: pointer;
}

.boardselect_box li,.ringselect_box li{
	float: left;
	list-style: none;
	font-size: 14px;
    font-weight: bold;
	width: 45%;
	padding: 5px;
	margin: 0px 18px 0 0;
}


.submit_btn{
  display: inline-block;
  transition: .3s;
}
.submit_btn:hover {
	opacity: 0.7;
}
.naire_customize{
	text-align: center;
    background-color: #f9f27f;
	color: #461c0c;
	padding: 15px 20px 10px 20px;
    margin: 50px 0 30px 0;
}
.naire_customize p{
	color: #461c0c;
	font-size: 15px;
	font-weight: bold;
	margin: 0 0 7px 0;
}
.naire_customize span{
	font-size: 17px;
	font-weight: bold;
	color: #461c0c;
	margin: 0 10px;
}
table.lineStyle tr th, table.lineStyle tr td{
	padding: 8px;
}
.ringcolor{
	display: inline-block;
	margin: 0 20px 0 0;
}

#subImg li img{
	border: 1px solid #ccc;
	box-sizing: border-box;
}
#subImg li.current img{
	border: 3px solid #666;
	box-sizing: border-box;
}
.step_wrapper{
	border-bottom: 1px solid #000;
    border-left: 1px solid #000;
    border-right: 1px solid #000;
	margin: 0 0 30px 0;
}
.bg_box{
	background: #fff8f5; 
	padding: 20px 10px 20px; 
	margin-top: 0;
}
.bg_box span{
    display: inline-block;
	text-align: right;
    margin: 0 0 3px 0;
}
.imgshadow{
	-moz-box-shadow: 5px 5px 10px 0 rgb(0 0 0 / 40%);/* Firefox 3.6 and earlier */
	-webkit-box-shadow: 5px 5px 10px 0 rgb(0 0 0 / 40%);/* Safari and Chrome */
	box-shadow: 5px 5px 10px 0 rgb(0 0 0 / 40%);
}
.img_hakuoshi{
	position: absolute;
	top: -30px;
    right: -15px;
}
.hakuoshisize{
	padding: 50px 110px 0px 10px;
	margin: 0 0 20px 25px;
	border-bottom: 1px solid #ccc;
}
.textlimit{
	padding: 23px 0 20px 0;
	margin: 0 0 0 15px;
}
.textlimit p{
	margin: 0 0 5px 0;
}
ul.textlimit{
	padding: 0;
	margin: 0;
}
ul.textlimit li{
    width: 100%;
    font-size: 12px;
    font-weight: normal;
	border: none;
    padding: 0 0 0 0;
    margin: 0;
}
ul.textlimit li:first-child{
    padding: 5px 0 0 0;
    margin: 0;
}
.papercaption{
    font-size: 12px;
    font-weight: normal;
    padding: 5px 0;
    margin: 0;	
}
ul.liststyle-image li{
	margin: 0;
}
.step4_subtitle,
.step5_subtitle{
	display: inline-block;
	background: #ea5541;
	font-size: 20px;
	font-weight: bold;
	color: #fff;
	padding: 2px 60px;
	margin: 20px 0 0 20px;
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	border-radius: 25px;
}
.step4_fontsize{
	float: left;
    width: 47%;
    padding: 5px;
}
.step4_notes{
	padding: 0 25px 0 20px;
    background: #fffceb;
    margin: 30px;
    border: 1px solid #dcdcdc;
}
.step4_notes h4{
	margin: 10px 0 5px 0;
    font-size: 14px;
}
.step4_notes ul{
	padding: 0 0 0 20px;
}
.step4_notes li{
	margin: 0 0 1em 0;
}
label{
	display: inline-block;
	cursor: pointer;
	line-height: 28px;
}
.btn_label{
	background: #fff;
	width: 282px;
    border: 1px solid #000;
    font-size: 14px;
    font-weight: bold;
    padding: 13px 20px;
	margin: 5px;
}
.guidestep { margin: 10px 0; padding: 2px;}
.guidestep p[class="kadoMaru4"] {
	width: 7em;
	margin: 1px 12px 1px 1px;
	background-color: #FFF;
	text-align: center;
	display: inline-block;
}
.guidestep p[class="kadoMaru4"] span { line-height: 26px; font-size: 16px; font-weight: bold;}

.lineuptitle{
	font-size: 16px;
    font-weight: bold;
    margin: 2px 0px 8px 0;
}
.campaign_guide a{
    transition: .5s;
}
.campaign_guide a:hover{
    opacity: 0.7;
}

div.item img{
	width: 40px !important;
	vertical-align: middle;
	margin: 0 0 0 10px;
}
div.item a{transition: 0.3s;}
div.item a:hover{opacity: 0.6;}






/*---- タブ表示 -----------------------------------------*/
.wrap {
	max-width: 960px;
	margin: 10px auto 30px auto;
}
.box {
	width: 100%;
}
.tab {
	list-style: none;
	padding: 0;
}
.tab li {
	float: left;
	margin-right: 10px;
	border-radius: 6px 6px 0 0;
	background: #efefef;
}
.tab li:last-child {
	margin-right: 0;
}
.tab li.current {
	background: #da4600;
	border-radius: 6px 6px 0 0;
}
.tab li a {
	display: block;
	width: 90px;
	border: 1px solid #000;
	border-radius: 6px 6px 0 0;
	border-bottom: none;
	padding: 10px 10px;
	color: #333;
	text-decoration: none;
	text-align: center;
	transition: all 0.2s ease 0s;
}

/*---- タブのサイズ ----*/
/*.tab_design li a {
	width: 74px;
}*/
.tab_hizuke li a {
	width: 130px;
}
.tab li.current a {
	color: #fff;
	border-radius: 6px 6px 0 0;
}
.tabContents {
	clear: both;
	display: none;
	padding: 10px;
	border: 1px solid #000;
	background: #fff8f5;
}
.tabContents.current {
	display: block;
}
#data_tab2 .tabbox{
	padding: 0 0 0 25px;
}
/*#data_tab2 .tabbox:last-child{
	padding: 0 0 0 0px;
}*/
#data_tab2 .tabbox .step4_subtitle{
	margin: 20px 0 0 -5px;

}
#data_tab2 .tabbox .hakuoshidesign_box{
	padding: 10px 0 0 0;
	margin: 0 0 0 0;
}



/*---- データ入稿 -----------------------------------------*/
.check{
	margin: 0 0 10px 32px;
    font-size: 14px;
    font-weight: bold;
}
.btn_tempdown{
	margin: 0 0 30px 32px;
}
.btn_tempdown span{
    vertical-align: top;
}
.btn_tempdown a{
	display: inline-block;
    margin: 0 0 0 10px;
    vertical-align: middle;
}




































