/*=================================================
 * CSS for PC
 * ================================================= */

/** ALL **/
body{	background: #fff;}
header{	height: 120px; margin-bottom: 0;}
.pan{
	position: relative;
	margin-top: -24px;
	z-index: 1;
}

.toptxt{
	font-size: 18px;
	line-height: 24px;
	text-align: center;
	padding: 80px 0;
}


/** step **/

.step{
	display: table;
	width: 1000px;
	font-size: 0;
	line-height: 0;
	table-layout: fixed;
	margin: 0 auto 50px auto;
}
.step:first-child{	margin-top: 80px;}

.step div:first-child{	border-radius: 5px 0 0 5px;}
.step div:last-child{	border-radius: 0 5px 5px 0;}

.step div{
	position: relative;
	display: table-cell;
	height: 80px;
	vertical-align: middle;
	font-size: 20px;
	font-weight: bold;
	line-height: 24px;
	color: #333;
	background: #ddd;
	text-align: center;
	padding-left: 15px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

.step div em{
	display: inline-block;
	vertical-align: top;
	width: 70px;
	font-family: "FontA";
	font-size: 14px;
	font-weight: normal;
	line-height: 18px;
	color: #fff;
	background: #333333;
	border-radius: 9px;
}

.step div span br{	display: none;}

#step1 div:nth-child(1),
#step2 div:nth-child(2),
#step3 div:nth-child(3),
#step4 div:nth-child(4),
#step5 div:nth-child(5){	background: #ff3e90; color: #fff;}

.step div:after{
	content: "";
	display: block;
	clear: both;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 40px 0 40px 20px;
	border-color: transparent transparent transparent #ddd;
	position: absolute;
	z-index: 2;
	top: 0;
	right: -20px;
}

.step div:before{
	content: "";
	display: block;
	clear: both;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 40px 0 40px 20px;
	border-color: transparent transparent transparent #fff;
	box-shadow: -5px 0px 0px 0px #fff;
	position: absolute;
	z-index: 1;
	top: 0;
	right: -25px;
}

.step div:last-of-type:before,
.step div:last-of-type:after{	display: none;}

#step1 div:nth-child(1):after,
#step2 div:nth-child(2):after,
#step3 div:nth-child(3):after,
#step4 div:nth-child(4):after{
	content: "";
	display: block;
	clear: both;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 40px 0 40px 20px;
	border-color: transparent transparent transparent #ff3e90;
	position: absolute;
	z-index: 1;
	top: 0;
	right: -20px;
}
#step1 div:nth-child(1) em,
#step2 div:nth-child(2) em,
#step3 div:nth-child(3) em,
#step4 div:nth-child(4) em,
#step5 div:nth-child(5) em{
	color: #ff3e90;
	background: #fff;
}


/** form **/

.form{	padding: 0 0 50px 0;}

.form .box{	background: #f5f5f5;}
.form .box tr:last-of-type th,
.form .box tr:last-of-type td{	border-bottom: none;}

.f_title{
	position: relative;
}
.f_title:after{
	content: '';
	width: 100%;
	height: 10px;
	background: #ccc;
	position: absolute;
	top: calc(50% - 5px);
	left: 0;
}

.f_title span{
	position: relative;
	z-index: 2;
	display: inline-block;
	width: 370px;
	height: 80px;
	font-size: 32px;
	font-family: "Rounded Mplus 1c";
	line-height: 34px;
	text-align: center;
	color: #fff;
	background: #ff3e90;
	border-radius: 40px;
	padding-top: 13px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

.f_title span em{
	display: inline-block;
	vertical-align: top;
	font-family: "FontA";
	font-size: 12px;
	line-height: 24px;
	color: #000;
}


.form .table{
	width: 1200px;
	margin: 0 auto 40px auto;
}

.form .tr{
	display: table;
	width: 100%;
	font-size: 0;
	line-height: 0;
}

.form .th,
.form .td{
	display: table-cell;
	vertical-align: middle;
	font-size: 14px;
	line-height: 20px;
	text-align: left;
}

.form .th{
	position: relative;
	width: 280px;
	font-size: 16px;
	font-weight: normal;
	text-align: left;
	padding: 50px 0 50px 30px;
	border-bottom: 1px solid #ccc;
}
.form .th br{ display: none; }

.form .th:before{
	content: "";
	display: inline-block;
	width: 20px;
	height: 20px;
	border-radius: 50%;
	background: #2d2d2d;
	position: absolute;
	top: calc(50% - 10px);
	left: 0;
}

.form .th:after{
	content: "";
	display: inline-block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 4px 0 4px 6px;
	border-color: transparent transparent transparent #ffffff;
	position: absolute;
	top: calc(50% - 4px);
	left: 8px;
}

.form .td{
	padding: 40px 15px 40px 0;
	border-bottom: 1px solid #ccc;
}

.form .td.td_br br{	display: none;}

.w1{	width		: 250px;}
.w2{	width		: 100%;}
.w3{	width		: 50%;}
.s1{	width		: 350px !important;}

.form .td input[type="text"],
.form .td input[type="email"],
.form .td input[type="url"],
.form .td input[type="tel"],
.form .td input[type="password"],
.form .td input[type="number"],
.form .td textarea{
	border			: 1px solid #ccc;
	border-radius	: 3px;
	-moz-border-radius	: 3px;
	-webkit-border-radius	: 3px;
	padding			: 10px;
	font-size		: 18px;
	font-family		: Meiryo,'Hiragino Kaku Gothic ProN','Hiragino Sans',sans-serif;
	line-height		: 24px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
:placeholder-shown {
    color: #ccc; }
::-webkit-input-placeholder {
    color: #ccc; }
:-moz-placeholder {
    color: #ccc; opacity: 1; }
::-moz-placeholder {
    color: #ccc; opacity: 1; }
:-ms-input-placeholder {
    color: #ccc; }

.form .td textarea{
	width: 100%;
	height: 250px;
	font-size: 14px;
}

.form .td select{
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	font-size: 18px;
	line-height: 24px;
	border			: 1px solid #ccc;
	border-radius	: 3px;
	-moz-border-radius	: 3px;
	-webkit-border-radius	: 3px;
	padding			: 10px;
	font-family		: Meiryo,'Hiragino Kaku Gothic ProN','Hiragino Sans',sans-serif;
	background: url(./img/select.png) right 50% no-repeat;
	-webkit-background-size: 45px 90px;
	background-size: 45px 90px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

.mt10{	margin-top: 10px;}
.pt10{	padding-top: 10px;}

#submit{
	margin: 0 0 0 0;
	padding: 15px 0;
	text-align: center;
}

.subtxt{
	text-align: center;
}

.subtxt div{
	display: inline-block;
	font-size: 14px;
	line-height: 24px;
	text-align: left;
	padding: 0 0 50px 0;
}

.subtxt div span{	color: #ff0000;}

.form_bt{}

.error{
	font-size: 18px;
	line-height: 24px;
	text-align: center;
	color: #ff0000;
	padding: 50px 0 50px 0;
}

.big{
	font-size: 30px;
	font-weight: bold;
	text-align: center;
	color: #ff0000;
	padding: 40px 0 60px 0;
}

.over{
	font-size: 14px;
	line-height: 24px;
	text-align: center;
	padding: 0 0 50px 0;
}

.over span{
	color: #ff0000;
}



.errf_table{
	width: 1000px;
	margin: 0 auto;
}

.errf_table p{
	font-size: 14px;
	line-height: 20px;
	margin-bottom: 20px;
}

.errf_table h3{
	position: relative;
	margin-bottom: 15px;
}
.errf_table h3 span{
	position: relative;
	z-index: 2;
	display: inline-block;
	width: 250px;
	font-size: 20px;
	font-family: "Rounded Mplus 1c";
	line-height: 50px;
	text-align: center;
	color: #fff;
	background: #ff3e90;
	border-radius: 25px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

.errf_table h3:after{
	content: '';
	width: 100%;
	height: 10px;
	background: #ccc;
	position: absolute;
	top: calc(50% - 5px);
	left: 0;
	-webkit-background-size: 2px 2px;
	-moz-background-size: 2px 2px;
	background-size: 2px 2px;
	background-color: #f5f5f5;
	background-image: -webkit-gradient(linear, 0 0, 0 100%, color-stop(.5, #ffffff), color-stop(.5, transparent), to(transparent));
	background-image: -moz-linear-gradient(#ffffff 50%, transparent 50%, transparent);
	background-image: -o-linear-gradient(#ffffff 50%, transparent 50%, transparent);
	background-image: linear-gradient(#ffffff 50%, transparent 50%, transparent);
}

.errf_table .errf_tr{
	display: table;
	width: 100%;
	font-size: 14px;
	line-height: 20px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

.errf_table .errf_tr div{
	display: table-cell;
	vertical-align: middle;
	border-bottom: 1px solid #dddddd;
	border-right: 1px solid #dddddd;
	padding: 10px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

.errf_table .errf_tr div span{
	display: inline-block;
	padding-left: 3px; 
}

.errf_table .errf_tr div:nth-of-type(1){ width: 200px; border-left: 1px solid #dddddd;}
.errf_table .errf_tr div:nth-of-type(2){ width: auto; text-align: left;}
.errf_table .errf_tr div:nth-of-type(3){ width: 100px;}
.errf_table .errf_tr div:nth-of-type(4){ width: 100px;}

.errf_table h3 + .errf_tr div:nth-of-type(2){ text-align: center;}

.errf_table h3 + .errf_tr{
	background: #f5f5f5;
	border-top: 1px solid #dddddd;
}

.errf_table .errf_tr + .form_bt{
	margin-top: 15px;
}

.errf_table .form_bt + h3{
	margin-top: 50px;
}



/********************************
indivisual CSS
********************************/

/** chk **/

.chk_bar{
	width: 100%;
	font-size: 0;
	line-height: 0;
}

.chk_bar li{
	display: inline-block;
	vertical-align: top;
	width: 95px;
	font-size: 16px;
	line-height: 40px;
	text-align: center;
	margin: 0 20px 0 0;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

.chk_bar li label{
	display: block;
	cursor: pointer;
	background: #f5f5f5;
	border: 2px solid #ccc;
	border-radius: 22px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

.chk_bar li input[type="radio"]:checked + label{
	color: #fff;
	background: #ff3e90;
	border-color: #ce1765;
}

.chk_bar input[type="radio"],
.chk_bar input[type="checkbox"]{
	display: none;
}


/** txt **/
.txt{
	font-size: 14px;
	line-height: 20px;
	padding: 10px 0 0 0;
}
.txt span{	color: #ff0000;}

.txt span:first-of-type{
	display: inline-block;
	margin-top: 15px;
}

.tel1{	margin-right: 30px;}

.txt2{
	font-size: 16px;
	line-height: 30px;
}

.txt3{
	margin: 20px 0 0 0;
	padding: 20px 0 0 0;
	border-top: 1px dotted #ddd;
}


/** url **/

.urlbox{}
.urlbox{
	display: table;
	width: 480px;
	font-size: 0;
	line-height: 0;
	margin: 0 0 10px 0;
}

.urlbox p{
	display: table-cell;
	vertical-align: middle;
	font-size: 14px;
	line-height: 20px;
}

.urlbox p:nth-of-type(1){	width: 75px;}
.urlbox p:nth-of-type(2){	width: 255px;}
.urlbox p select{	width: 120px;}
.urlbox:nth-of-type(3){	margin-bottom: 0;}


/** ssl **/

.sslbox .txt{
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 1px dotted #ddd;
}

.sslbox .ssl_onoff,
.logo_btm{
	margin: 20px 0 0 0;
}

.sslbox .ssl_onoff p,
.logo_btm p{
	font-size: 16px;
	font-weight: bold;
	line-height: 20px;
	color: #ff0000;
	margin: 0 0 10px 0;
}

.sslbox .ssl_onoff div,
.logo_btm div{
	background: #fff3f3;
	border-radius: 5px;
	padding: 15px 15px;
}


/** logo ari **/

.logobox .txt{
	margin: 20px 0 0 0;
	padding: 20px 0 20px 0;
	border-top: 1px dotted #ddd;
}
.logobox .txt em{	color: #ff3399;	font-weight: bold;}


/** logo nashi **/

.logo_ta{
	font-size: 0;
	line-height: 0;
}

.form .td .logo_ta textarea{	height: 100px;}

.namebox .shopname{
	font-size: 24px;
	font-weight: bold;
	line-height: 28px;
	color: #ff3399;
}

.namebox .txt em{	color: #ff3399;	font-weight: bold;}


/** filebox **/

.filebox{
	display: block;
	font-size: 0;
	line-height: 0;
	border-left: 1px solid #ddd;
}

.filebox li{
	display: inline-block;
	vertical-align: top;
	width: calc(100% / 2 - 1px);
	height: 52px;
	font-size: 12px;
	line-height: 20px;
	border-bottom: 1px solid #ddd;
	border-right: 1px solid #ddd;
	background: #f5f5f5;
	padding: 14px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
.filebox li:nth-of-type(1),
.filebox li:nth-of-type(2){	border-top: 1px solid #ddd;}

#ap_nouki{	width: 250px;}
select{	width: 520px;}


.kk_imgbox{
	width: 100%;
	background: #fffdda;
	border-radius: 5px;
	padding: 15px;
	border: dotted 2px #ffdb95;
	margin: 0 0 20px 0;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
		box-sizing: border-box;
}
.kk_imgbox ul{
	border-top: dotted 1px #ffdb95;
	margin-top: 10px;
	padding: 10px 0 0 0;
}

.kk_imgbox ul li{
	display: inline-block;
	margin: 5px 20px 0px 0;
}
.kk_imgbox ul li input[type="checkbox"]{
	font-size: 22px;
	margin-right: 3px;
}


/** imgbox **/

.imgbox{}
.logo_ta+.imgbox{	padding-top: 10px;}

.imgtitle{
	font-size: 18px;
	font-weight: bold;
	line-height: 20px;
	color: #fff;
	text-align: center;
	background: #333;
	padding: 10px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

.imgbox_in{
	display: flex;
	flex-wrap: nowrap;
	border: 1px solid #ccc;
	background: #ececec;
	padding: 15px;
}

.imgbox_in div{
	font-size: 0;
	line-height: 0;
	padding: 0 10px 0 0;
}
.imgbox_in div img{
	width: 250px;
	height: auto;
}

.imgbox_in p{
	font-size: 14px;
	line-height: 20px;
	text-align: left;
}

.imgbox_in p span{	color: #ff0000;}


/** site_image **/

.site_image{
}

.site_image .tr{
	display: table;
	width: 510px;
	font-size: 0;
	line-height: 0;
	table-layout: fixed;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}
.site_image .tr:first-of-type{	border-top: 1px solid #ccc;}

.site_image .td1,
.site_image .td2{
	height: 50px;
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

.site_image .td1{
	font-size: 14px;
	line-height: 20px;
}

.site_image .td2{
	position: relative;
	width: 310px;
	border-left: 1px dotted #ccc;
	border-right: 1px dotted #ccc;
}
.site_image .td2:after{
	content: '';
	width: calc(100% - 40px);
	height: 4px;
	background: #ccc;
	position: absolute;
	top: calc(50% - 2px);
	left: 20px;
}

.site_image .chk_bar{
	position: relative;
	z-index: 2;
}

.site_image .chk_bar li{
	width: auto;
	font-size: 14px;
	line-height: 26px;
	margin: 0;
	padding: 0 10px;
}

.site_image .chk_bar li label{
	width: 30px;
	border-radius: 15px;
}
.site_image .chk_bar li:nth-of-type(3) label{ width: 75px; }


/** site_color **/

.site_color{
	margin: 0 0 10px 0;
}

.site_color .tr{
	display: table;
	width: 510px;
	font-size: 0;
	line-height: 0;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}
.site_color .tr:first-of-type{	border-top: 1px solid #ccc;}

.site_color .td1,
.site_color .td2,
.site_color .td3{
	height: 50px;
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
.site_color .td1 br{	display: none;}

.site_color .td1{
	width: 100px;
	font-size: 14px;
	line-height: 20px;
}

.site_color .td2{
	text-align: left;
	padding: 0 5px;
	border-left: 1px dotted #ccc;
}

.site_color .td3{
	width: 228px;
	text-align: left;
	padding: 0;
}

.site_color .td3 input[type="text"]{
	width: 155px;
	font-size: 14px;
	line-height: 20px;
	padding: 4px;
}

.site_color .chk_bar li{
	width: auto;
	font-size: 14px;
	line-height: 26px;
	margin: 0;
	padding: 0 5px;
}

.site_color .chk_bar li label{
	width: 75px;
	border-radius: 15px;
}

.color_in{
	display: inline-block;
	vertical-align: middle;
	width: 50px;
	height: 23px;
	border: 1px solid #ccc;
}

.site_color2{
	display: table;
	font-size: 0;
	line-height: 0;
}

.site_color2 div,
.site_color2 p{
	display: table-cell;
	vertical-align: middle;
	font-size: 16px;
	line-height: 30px;
}
.site_color2 div{	width: 210px;}


/** ai **/

.aibox .txt:first-of-type{
	margin: 20px 0 0 0;
	padding: 20px 0 20px 0;
	border-top: 1px dotted #ddd;
}
.aibox .txt:nth-of-type(2){
	margin-bottom: 20px;
	padding-top: 0;
}
.form .td .ai_textarea{
	margin-top: 0px;
	margin-bottom: -10px;
}
.form .td .ai_textarea textarea{
	height: 265px;
}
.aibox .imgbox_in p{
	flex: 1;
}
.aibox .imgbox_in div{
	padding: 0 0 0 10px;
}
.aibox .imgbox_in div img{
	width: 320px;
	height: auto;
}



/** check_bt **/

.check_bt{
	text-align: left;
	padding: 40px 0 0 0;
}

.check_bt a{	width: 200px;}

.form_last{
	padding: 40px 0 0 0;
	border-top: 10px solid #ccc;
}


/** error **/
.form .tr.error_block .th:before{
	background: #ff0000;
}
.form .tr.error_block .th{
	color: #ff0000;
	font-weight: bold;
	animation-name: indfade;
	animation-duration: 1.5s;
	animation-timing-function: ease-out;
	animation-delay: 0.0s;
	animation-iteration-count: infinite;
	animation-fill-mode: backwards;
}
.form .tr.error_block .td .filebox{
	border-color: #ff0000 !important;
}
.form .tr.error_block .td input[type="text"],
.form .tr.error_block .td input[type="email"],
.form .tr.error_block .td input[type="url"],
.form .tr.error_block .td input[type="tel"],
.form .tr.error_block .td input[type="password"],
.form .tr.error_block .td input[type="number"],
.form .tr.error_block .td textarea,
.form .tr.error_block .td select,
.form .tr.error_block .td .filebox li{
	border-color: #ff0000 !important;
	background-color: #fff3f3 !important;
}
@keyframes indfade {
	0%{
		color: #ff0000;
	}
	80% {
		color: #ff0000;
	}
	85% {
		color: #ffd7d7;
	}
	90% {
		color: #ff0000;
	}
	95% {
		color: #ffd7d7;
	}
	100%{
		color: #ff0000;
	}
}

.error_text{
	display: inline-block;
	font-size: 16px;
	line-height: 24px;
	color: #ff0000;
	margin: 0 0 40px 0;
}


#s3_26_box li:nth-child(2){
	width: 120px;
}

.tr.s3_26 div a{
	display: inline-block;
	vertical-align: top;
	width: 215px;
	font-size: 16x;
	font-weight: normal;
	line-height: 35px;
	text-align: center;
	color: #fff;
	border: 1px solid #333;
	box-shadow:0px 0px 0px 2px #515151 inset;
	-moz-box-shadow:0px 0px 0px 2px #515151 inset;
	-webkit-box-shadow:0px 0px 0px 2px #515151 inset;
	background: #333;
	margin: 0 10px 5px 0;
	border-radius: 3px;
	-webkit-transition	: 0.2s ease-in-out;
	-moz-transition	: 0.2s ease-in-out;
	-o-transition	: 0.2s ease-in-out;
	transition		: 0.2s ease-in-out;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
		box-sizing: border-box;
}
.tr.s3_26 div a:hover{
	text-decoration: none;
	opacity: 0.8;
	filter: alpha(opacity=80);

}


/*=================================================
 * CSS for SP
 * ================================================= */

@media screen and (max-width: 650px) {

	.pan{ margin-top: 0px;}

	/** ALL **/
	body::before,
	body::after{	display: none;}
	header,header.fixed{	height: 0;}
	main{	padding: 78px 0 0 0;}

	.toptxt{
		font-size: 13px;
		line-height: 20px;
		text-align: left;
		padding: 10px;
	}

	/** step **/
	.step{
		display: table;
		width: calc(100% - 20px);
		margin: 0 10px 10px 10px;
	}
	.step:first-child{	margin-top: 10px;}
	.step div{
		height: 60px;
		font-size: 12px;
		line-height: 20px;
		padding-left: 8px;
	}
	.step div em{
		width: 42px;
		font-size: 11px;
		line-height: 14px;
		border-radius: 7px;
	}
	.step div:after{
		content: "";
		display: block;
		clear: both;
		width: 0;
		height: 0;
		border-style: solid;
		border-width: 30px 0 30px 10px;
		border-color: transparent transparent transparent #ddd;
		position: absolute;
		z-index: 2;
		top: 0;
		right: -10px;
	}
	.step div:before{
		content: "";
		display: block;
		clear: both;
		width: 0;
		height: 0;
		border-style: solid;
		border-width: 30px 0 30px 10px;
		border-color: transparent transparent transparent #fff;
		box-shadow: -2px 0px 0px 0px #fff;
		position: absolute;
		z-index: 1;
		top: 0;
		right: -12px;
	}
	#step1 div:nth-child(1):after,
	#step2 div:nth-child(2):after,
	#step3 div:nth-child(3):after,
	#step4 div:nth-child(4):after,
	#step5 div:nth-child(5):after{
		content: "";
		display: block;
		clear: both;
		width: 0;
		height: 0;
		border-style: solid;
		border-width: 30px 0 30px 10px;
		border-color: transparent transparent transparent #ff3e90;
		position: absolute;
		z-index: 1;
		top: 0;
		right: -10px;
	}

	/** form **/
	.form{	padding: 0 0 0 0;}
	.form .box{	background: #f5f5f5;}
	.form .box tr:last-of-type th,
	.form .box tr:last-of-type td{	border-bottom: none;}

	.f_title:after{
		height: 5px;
		position: absolute;
		top: calc(50% - 2.5px);
		left: 0;
	}
	.f_title span{
		width: 230px;
		height: 50px;
		font-size: 20px;
		line-height: 22px;
		border-radius: 25px;
		padding-top: 5px;
	}
	.f_title span em{
		font-size: 10px;
		line-height: 16px;
		color: #000;
	}

	.form .table{
		width: calc(100% - 20px);
		font-size: 12px;
		line-height: 18px;
		margin: 0 auto 20px auto;
	}
	.form .tr{
		width: auto;
		display: block;
	}
	.form .th,
	.form .td{
		width: auto;
		display: block;
		font-size: 13px;
		line-height: 18px;
	}
	.form .th{
		position: relative;
		font-size: 14px;
		padding: 15px 0 6px 18px;
		border-bottom: none;
	}
	.form .th:before{
		width: 12px;
		height: 12px;
		position: absolute;
		top: calc(50% - 3px);
		left: 0;
	}
	.form .th:after{
		border-style: solid;
		border-width: 3px 0 3px 5px;
		border-color: transparent transparent transparent #ffffff;
		position: absolute;
		top: calc(50% - 0px);
		left: 4px;
	}
	.form .td{	padding: 0 0 15px 0;}

	.w1{	width		: 200px;}
	.w2{	width		: 100%;}
	.w3{	width		: 100%;}
	.s1{	width		: 350px !important;}

	.form .td input[type="text"],
	.form .td input[type="email"],
	.form .td input[type="url"],
	.form .td input[type="tel"],
	.form .td input[type="password"],
	.form .td input[type="number"],
	.form .td textarea{
		padding			: 9px 5px;
		font-size		: 16px;
		line-height		: 24px;
	}
	.form .td textarea{
		height: 100px;
	}
	.form .td select{
		width: 100%;
		font-size: 16px;
		line-height: 20px;
		padding	: 9px;
		background: url(./img/select.png) right 50% no-repeat;
		-webkit-background-size: 40px auto;
		background-size: 40px auto;
	}
	.form .td.td_br br{	display: inline;}
	.form .td.td_br br+.w1{	margin-top: 10px;}

	.subtxt{
		text-align: left;
		padding: 0 10px 10px 10px;
	}
	.subtxt div{
		display: block;
		padding: 0;
	}
	.subtxt p{
		font-size: 12px;
		line-height: 16px;
		text-align: left;
		padding: 0 0 5px 0;
	}
	.form_bt{	padding: 0 10px 10px 10px;}

	.error{
		padding: 50px 0 50px 0;
		text-align: center;
		font-size: 14px;
		color: #ff0000;
	}
	.big{
		font-size: 24px;
		font-weight: bold;
		line-height: 24px;
		text-align: center;
		color: #ff0000;
		padding: 50px 0 50px 0;
	}
	.over{
		font-size: 13px;
		line-height: 20px;
		text-align: left;
		padding: 0 10px 10px 10px;
	}

	.over .sp_none{	display: none;}

	.errf_table{
		width: 100%;
	}
	
	.errf_table p{
		text-align: left;
		padding: 0 10px;
		margin-bottom: 10px;
	}
	
	.errf_table h3{
		position: relative;
		margin-bottom: 10px;
	}
	
	.errf_table .errf_tr{
		display: table;
		width: calc(100% - 20px);
		margin: 0 auto;
		font-size: 12px;
		line-height: 14px;
	}
	
	.errf_table .errf_tr div{
		padding: 5px;
	}
	.errf_table .errf_tr div span{
		display: block;
		padding-left: 0 
	}
	
	.errf_table .errf_tr div:nth-of-type(1){ width: 70px;}
	.errf_table .errf_tr div:nth-of-type(2){ width: auto;}
	.errf_table .errf_tr div:nth-of-type(3){ width: 50px;}
	.errf_table .errf_tr div:nth-of-type(4){ width: 60px;}
	
	.errf_table .errf_tr + .form_bt{
		margin-top: 10px;
	}
	
	.errf_table .form_bt + h3{
		margin-top: 0;
	}


	/********************************
	indivisual CSS
	********************************/

	/** chk **/
	.chk_bar{	margin-bottom: -5px;}
	.chk_bar li{
		width: 90px;
		font-size: 14px;
		line-height: 38px;
		margin: 0 5px 5px 0;
	}
	.chk_bar li label{	border-radius: 20px;}

	/** txt **/
	.txt{
		font-size: 13px;
		line-height: 18px;
	}
	.txt span:first-of-type{
		margin-top: 10px;
	}
	.tel1{	margin-right: 10px;}
	.tel1,
	.tel2{	width: calc(50% - 5px);}
	.txt2{
		font-size: 14px;
		line-height: 22px;
	}
	.txt3{
		margin: 10px 0 0 0;
		padding: 10px 0 0 0;
		border-top: 1px dotted #ddd;
	}


	/** url **/
	.urlbox{
		width: 100%;
		margin: 0 0 5px 0;
	}
	.urlbox p{
		display: table-cell;
		vertical-align: middle;
		font-size: 13px;
		line-height: 18px;
	}
	.urlbox p:nth-of-type(1){	width: 62px;}
	.urlbox p:nth-of-type(2){	width: auto;}
	.urlbox p:nth-of-type(2) .w1{	width: calc(100% - 5px);}
	.urlbox p:nth-of-type(3){	width: 110px;}
	.urlbox p select{	width: 100px;}
	.urlbox:nth-of-type(3){	margin-bottom: 0;}

	/** ssl **/
	.sslbox .txt{
		margin-bottom: 10px;
		padding-bottom: 10px;
		border-bottom: 1px dotted #ddd;
	}

	.sslbox .ssl_onoff,
	.logo_btm{
		margin: 10px 0 0 0;
	}

	.sslbox .ssl_onoff p,
	.logo_btm p{
		font-size: 15px;
		font-weight: bold;
		line-height: 20px;
		margin: 0 0 10px 0;
	}
	.sslbox .ssl_onoff div,
	.logo_btm div{
		background: #fff3f3;
		border-radius: 5px;
		padding: 10px 10px;
	}

	/** logo ari **/
	.logobox .txt{
		margin: 10px 0 0 0;
		padding: 10px 0 10px 0;
	}
	.namebox .shopname{
		font-size: 18px;
		line-height: 20px;
	}
	.namebox .shopname+.txt{}

	/** filebox **/
	.filebox li{
		display: block;
		width: auto;
		height: auto;
		font-size: 12px;
		line-height: 20px;
		padding: 14px;
	}
	.filebox li:nth-of-type(2){	border-top: none;}	

	#ap_nouki{	width: 250px;}
	select{	width: 520px;}

	.kk_imgbox{
		padding: 10px;
		margin: 0 0 10px 0;
	}
	.kk_imgbox ul{
		margin-top: 5px;
		padding: 5px 0 0 0;
	}
	

	/** imgbox **/
	.imgbox{}
	.logo_ta+.imgbox{	padding-top: 10px;}
	.imgtitle{
		font-size: 14px;
		line-height: 20px;
		padding: 5px;
	}
	.imgbox_in{
		display: block;
		padding: 10px;
	}
	.imgbox_in div{	padding: 0 0 10px 0;}
	.imgbox_in div img{
		width: 100%;
		height: auto;
	}
	.imgbox_in p{
		font-size: 13px;
		line-height: 18px;
		text-align: left;
	}

	.imgbox_in p span{	color: #ff0000;}


	/** site_image **/
	.site_image{
	}
	.form .site_image .tr{
		display: flex;
		align-items: center;
		align-content: center;
		width: 100%;
	}
	.site_image .td1,
	.site_image .td2{
		height: auto;
	}
	.site_image .td1{
		width: 75px;
		font-size: 13px;
		line-height: 16px;
		padding: 0;
	}
	.site_image .td2{
		position: relative;
		width: calc(100% - 120px);
		min-width: 214px;
		padding: 10px 5px;
	}
	.site_image .td2:after{
		content: '';
		width: calc(100% - 40px);
		height: 4px;
		background: #ccc;
		position: absolute;
		top: calc(50% - 0px);
		left: 20px;
	}
	.site_image .chk_bar{
		display: flex;
		justify-content: space-between;
	}
	.site_image .chk_bar li{
		width: auto;
		font-size: 13px;
		line-height: 26px;
		margin: 0;
		padding: 0 2px;
	}

	.site_image .chk_bar li label{
		width: 30px;
		border-radius: 15px;
	}
	.site_image .chk_bar li:nth-of-type(3) label{ width: 65px; }

	/** site_color **/
	.form .site_color .tr{
		display: flex;
		flex-wrap: nowrap;
		align-items: center;
		align-content: center;
		width: 100%;
	}
	.site_color .td1,
	.site_color .td2,
	.site_color .td3{
		display: block;
		height: auto;
	}
	.site_color .td1 br{	display: inline;}
	.site_color .td1{
		width: 60px;
		font-size: 13px;
		line-height: 16px;
	}
	.site_color .td2{
		width: 150px;
		text-align: left;
		padding: 10px 5px;
	}
	.site_color .td3{
		width: calc(100% - 210px);
		padding: 0 10px 0 0;
	}
	.form .site_color .td3 input[type="text"]{
		width: 100% !important;
		font-size: 13px;
		padding: 4px;
	}
	.site_color .chk_bar li{
		width: auto;
		font-size: 13px;
		line-height: 26px;
		margin: 0;
		padding: 0 3px;
	}
	.site_color .chk_bar li label{	width: 62px;}
	.color_in{
		display: inline-block;
		vertical-align: middle;
		width: 45px;
		height: 16px;
		border: 1px solid #ccc;
	}
	.site_color2{
		display: table;
		font-size: 0;
		line-height: 0;
	}
	.site_color2 div,
	.site_color2 p{
		font-size: 14px;
		line-height: 22px;
	}
	.site_color2 div{	width: 190px;}

	/** check_bt **/
	.check_bt{
		text-align: left;
		padding: 10px 0 0 0;
	}
	.form_last{
		padding: 10px 0 0 0;
		border-top: 3px solid #ccc;
	}
	
	/** error **/
	.error_text{
		margin: 0 0 20px 0;
	}


	/** ai **/
	.aibox .txt:first-of-type{
		margin: 10px 0 0 0;
		padding: 10px 0 10px 0;
		border-top: 1px dotted #ddd;
	}
	.aibox .txt:nth-of-type(2){
		margin-bottom: 10px;
		padding-top: 0;
	}
	.form .td .ai_textarea textarea{
		height: 265px;
	}
	.form .td .ai_textarea{
		margin-top: 0px;
		margin-bottom: -5px;
	}
	.aibox .imgbox_in p{
		flex: 1;
	}
	.aibox .imgbox_in div{
		padding: 10px 0 0 0;
	}
	.aibox .imgbox_in div img{
		width: 100%;
		height: auto;
	}

}