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

.wht {
	color:#FFF
}
.blk{
	color:#000;
}
.sax{
	color:#2492A9;
}
.strong{
	font-weight:bold;
}
.tx_60{
	font-size:60px;
}
.txt_red{
	color:#F00;}
.stepbar{
	margin-bottom:30px;
}
.stepbar ul li{
	float:left;
}
.shape{
	margin-bottom:30px;
}
.shape ul li{
	float:left;
	margin-right:30px;
}
.font_select{
	margin-bottom:30px;
}
.font_select ul li{
	float:left;
	width:250px;
	margin-bottom:20px;
	margin-right:20px;
}
.font_select ul li:nth-child(3n) {
	margin-right:0px;
}
.font_select ul li img:hover{
	opacity: 0.5 ;
}

.select-font-container {
	position: relative;
	cursor: pointer;
	height: 120px;
}

.select-font-container span {
	line-height: 70px;
}

.select-font-container:hover {
	opacity: 0.5;
}
	
.name-input__string-wrapper{
	display: flex;
	justify-content: space-between;
}
.name-input__string{
	margin-bottom: 20px;
	width: 380px;
}
.name-input__string label{
	display: block;
	font-size: 16px;
	margin-bottom: 10px;
}
.name-input__string div{
	border: 1px solid #2492A9;
}
.name-input__string input{
	font-size: 20px;
	line-height: 1;
	border-radius: 0;
	background: none;
	outline: none;
	width: 100%;
	height: 40px;
	padding: 5px 5px 5px 20px;
	border: none;
	box-sizing: border-box;
	-webkit-appearance: none;
}
.arrange_wrapper{
	display: flex;
	justify-content: space-between;
}
.arrange{
	width:380px;
}
.img_board{
	border:1px solid #333;
}
#tab li{
	cursor: pointer;
	float:left;
	padding:10px;
	background-color: #999;
	border-radius: 12px 12px 0px 0px;
	width:150px;
}
.select-color  ul li{
	float:left;
	margin-right:11px;
	margin-bottom:11px;
}
.select-color  ul li:nth-child(3n) {
	margin-right:0px;
}
	
.content_wrap{
	border:2px solid #2492A9;
	padding:20px 15px;
	background-color:rgba(255,255,255,0.25);
	margin-bottom:30px;
}
.disnon {
  display: none;
}
.select {
  background:#2492A9 !important;
}


.select-box02 select {
	position: relative;
	width: 100%;
	padding: 10px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: 1px solid #2492A9;
	background: #eee;
	background: -webkit-linear-gradient(top, #fff 0%,#efebe1 100%);
	background: linear-gradient(to bottom, #fff 0%,#efebe1 100%);
	margin-bottom:20px;
}

.select-box02 label {
	position: relative;
}
 
.select-box02 label:after {
	display: block;
	content: " ";
	position: absolute;
	top: 50%;
	right: 20px;
	width: 20px;
	height: 20px;
	margin-top: -8px;
	background: url(images/arrow_down.png) 0 0 no-repeat;
	background-size: 20px;
	pointer-events: none;
}

.select-color{
}
.select-color ul{
}
.select-color ul li{
	float:left;
}

.size_arrange_wrapper{
	display: flex;
}
.size_arrange{
	width:160px;
}

.select-box03 select {
	position: relative;
	width: 100%;
	padding: 10px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: 1px solid #2492A9;
	background: #eee;
	background: -webkit-linear-gradient(top, #fff 0%,#efebe1 100%);
	background: linear-gradient(to bottom, #fff 0%,#efebe1 100%);
	margin-bottom:20px;
}

.select-box03 label {
	position: relative;
}
 
.select-box03 label:after {
	display: block;
	content: " ";
	position: absolute;
	top: 50%;
	right: 20px;
	width: 20px;
	height: 20px;
	margin-top: -8px;
	background: url(images/arrow_down.png) 0 0 no-repeat;
	background-size: 20px;
	pointer-events: none;
}

.forward_wrapper{
	width:310px;
	display: flex;
	margin:auto;
}
.forward{
	width:135px;
}
.forward img:hover {
	opacity: 0.5 ;
}
.mamekichi{
	font-family: 'mamekichi';
	src: url(/fonts/mamekichi.ttf);
}

.tategaki{
	-ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
}
.op_10{
	opacity:0.1;
}
.op_40{
	opacity:0.4;
}
.op_50{
	opacity:0.5;
}
.tx_shadow{
	text-shadow:1px 1px 1px #000;
}
.tx_han_blue{
	color:rgba(38,132,144);
	-webkit-text-stroke: 0.6px #000;
	opacity:0.5;
}
.tx_han_brwn{
	color:rgba(157,143,84);
	-webkit-text-stroke: 0.2px #000;
}
.tx_totsu_migaki{
	color:#f1a229;
	-webkit-text-stroke: 0.2px #000;
}

/*Checkboxes styles*/
input[type="checkbox"] + label {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 20px;
  font: 14px/20px 'Open Sans', Arial, sans-serif;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

input[type="checkbox"] + label:last-child { margin-bottom: 0; }

input[type="checkbox"] + label:before {
  content: '';
  display: block;
  width: 20px;
  height: 20px;
  border: 1px solid #000;
  position: absolute;
  left: 0;
  top: 0;
  opacity: .6;
  -webkit-transition: all .12s, border-color .08s;
  transition: all .12s, border-color .08s;
}

input[type="checkbox"]:checked + label:before {
  width: 10px;
  top: -5px;
  left: 5px;
  border-radius: 0;
  opacity: 1;
  border-top-color: transparent;
  border-left-color: transparent;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.img_confirm{
	border:#54A7A7 1px solid;
	width:800px;
	margin-bottom:30px;
	text-align:center;
	
}
.img_confirm ul{
}
.img_confirm ul li{
	float:left;
	width:400px;
}
.confirm_list{
}
.confirm_list table{
	margin:auto;
}
.confirm_list table tr{
	width:380px;
}
.confirm_list table tr td{
	padding:5px;
	text-align:center;
	border-bottom:1px #808080 solid;
}
.confirm_list_bdn{
	border:none !important;
}
.index_font_chart{
}
.index_font_chart ul{
}
.index_font_chart ul li{
	font-size:40pt;
	margin-right: 25px;
	height: 100px;
	float:left;
}
	

.font_selected_ja, .font_selected_euro {
	position:absolute;
	top:0px;
	left:0px;
	right:40px;
	bottom:20px;
	margin:auto;
}

.change_color {
	cursor: pointer;
}

.change_siage {
	cursor: pointer;
}