/*=================================================
 * 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: 600px;
	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){	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{
	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{
	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 20px 40px 0;
	border-bottom: 1px solid #ccc;
}

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

.w1{	width		: 250px;}
.w2{	width		: 100%;}
.w3{	width		: 500px;}
.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{
	width: 520px;
	-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;
}

.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: 100px 0 30px 0;
}

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

.over span{
	color: #ff0000;
}

/** url **/
.form .td .urlbox{
	display: table;
	width: 480px;
	font-size: 0;
	line-height: 0;
	margin: 0 0 10px 0;
}

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

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

/** 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;
}
.txt2{
	position: relative;
	font-size: 14px;
	line-height: 24px;
	padding: 0 0 0 16px;
}
.txt2:first-of-type{	margin-top: 15px;}
.txt2 span{
	color: #ff0000;
	position: absolute;
	top: 0;
	left: 0;
}
.txt2 em{	font-weight: bold;}


/** chk **/

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

.chk_bar li{
	position: relative;
	display: inline-block;
	vertical-align: top;
	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;
	padding-left: 25px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
.chk_bar li label:before{
	content: "";
	width: 20px;
	height: 20px;
	border-radius: 50%;
	border: 2px solid #ddd;
	background: #ddd;
	box-shadow:0px 0px 0px 2px #fff inset;
	position: absolute;
	top: 9px;
	left: 0;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

.chk_bar li input[type="radio"]:checked + label:before{
	background: #0099ff;
	border-color: #0099ff;
}

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


#ap_domain_box.chk_bar li{
}

#ap_domain_box{
}

.ap_domain_1_box,
.ap_domain_2_box{
	display: none;
	margin-top: 15px;
}


/** logo ari **/

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

#ap_design_box li:nth-child(2){
}

.tr.ap_design 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.ap_design div a:hover{
	text-decoration: none;
	opacity: 0.8;
	filter: alpha(opacity=80);

}


/** sendover **/

.sendover{
	width: calc(100% - 20px);
	max-width: 600px;
	margin: 0 auto;
}
.sendover .p1{
	font-size: 14px;
	line-height: 24px;
	text-align: left;
	margin: 0 0 30px 0;
}
.sendover .p1 em{
	position: relative;
	display: inline-block;
	vertical-align: top;
	font-size: 16px;
	font-weight: bold;
	color: #ff0000;
	margin: 5px 0;
	padding: 0 0 0 22px;
}
.sendover .p1 em span{
	font-size: 20px;
	line-height: 1;
	position: absolute;
	top: 0;
	left: 0;
}

.senddiv{
	display: flex;
	align-items: center;
	align-content: center;
	justify-content: flex-start;
	margin: 0 0 50px 0;
	padding: 30px;
	border-radius: 10px;
	color: #333;
	border: 2px solid #ccc;
	background: #f5f5f5;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
.senddiv_l{
	width: 220px;
}
.senddiv_l dl{
	display: table;
	width: 100%;
	font-size: 0;
	line-height: 0;
	margin: 0 0 4px 0;
}
.senddiv_l dl:last-of-type{	margin-bottom: 0;}
.senddiv_l dt,
.senddiv_l dd{
	display: table-cell;
	vertical-align: top;
	font-size: 14px;
	line-height: 20px;
}
.senddiv_l dt{
	width: 60px;
	text-align: center;
}
.senddiv_l dd{
	position: relative;
	text-align: left;
	padding: 0 0 0 30px;
}
.senddiv_l dd:after{
	content: ":";
	position: absolute;
	top: -1px;
	left: 11px;
}
.senddiv_r{
	flex: 1;
}
.senddiv_r p{
	font-size: 16px;
	font-weight: bold;
	line-height: 24px;
}
.senddiv_r button{
	font-size: 0;
	line-height: 0;
	background: none;
	border: none;
	outline: none;
	border-radius: 50%;
}
.senddiv_r button .material-icons{
	font-size: 70px;
	line-height: 1;
}
.sendflow{}
.sendflow p{
	font-size: 16px;
	font-weight: bold;
	line-height: 20px;
	text-align: left;
	margin: 0 0 10px 0;
}
.sendflow p span{
	position: relative;
	font-size: 24px;
	line-height: 1;
	margin-right: 3px;
	top: 6px;
}
.sendflow img{
	display: inline-block;
	vertical-align: top;
	width: 100%;
	height: auto;
	margin: 0 0 50px 0;
}




.error_text{
	display: inline-block;
	font-weight: bold;
	font-size: 14px;
	line-height: 20px;
	color: #ff0000;
	margin: 0 0 30px 0;
}
#submit .error_text br{	display: inline;}

.error_text:empty{ display: block;}

.error_block .th{
	color: #ff0000 !important;
	animation-name: indfade;
	animation-duration: 2.0s;
	animation-timing-function: ease-out;
	animation-delay: 0.0s;
	animation-iteration-count: infinite;
	animation-fill-mode: backwards;
}
@keyframes indfade {
	0%{
		opacity: 1.0;
		filter: alpha(opacity=100);
	}
	80% {
		opacity: 1.0;
		filter: alpha(opacity=100);
	}
	85% {
		opacity: 0.3;
		filter: alpha(opacity=30);
	}
	90% {
		opacity: 1.0;
		filter: alpha(opacity=100);
	}
	95% {
		opacity: 0.3;
		filter: alpha(opacity=30);
	}
	100%{
		opacity: 1.0;
		filter: alpha(opacity=100);
	}
}

.error_block input[type="text"],
.error_block input[type="email"],
.error_block input[type="tel"],
.error_block select,
.error_block textarea{
    border-color: #ff0000 !important;
    background: #fff5f5 !important;
}


/** capt **/

.capt{
	width: 280px;
	border: 1px solid #ccc;
	background: #fff;
	border-radius: 5px;
	margin: 30px auto;
	padding: 10px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

.capt div{
	width: 100%;
	display: flex;
	align-items: center;
	align-content: center;
	justify-content: space-between;
	margin: 0 0 10px 0;
}

.capt div span{
	font-size: 34px;
	line-height: 40px;
	color: #e1c65e;
}

.capt div input[type="text"]{
	width: 110px;
	padding: 7px;
	font-size : 16px;
	line-height: 20px;
	font-family: Meiryo,'Hiragino Kaku Gothic ProN','Hiragino Sans',sans-serif;
	border-radius: 3px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

.capt p{
	font-size: 11px;
	line-height: 16px;
	text-align: left;
	padding: 0 0;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
.capt p em{	color: #ff0000;}



/*=================================================
 * 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: 16px;
		line-height: 20px;
		padding-left: 5px;
	}
	.step div em{
		width: 50px;
		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{
		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: 24px;
		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{
		position: relative;
		font-size: 12px;
		line-height: 16px;
		text-align: left;
		padding: 0 0 5px 14px;
	}
	.subtxt p span{
		position: absolute;
		top: 0;
		left: 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;}

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

	/** txt **/
	.txt{
		font-size: 13px;
		line-height: 18px;
	}
	.txt span:first-of-type{
		margin-top: 10px;
	}
	.txt2{
		font-size: 13px;
		line-height: 18px;
		padding: 0 0 0 14px;
	}
	.txt2:first-of-type{	margin-top: 10px;}

	/** chk **/
	.chk_bar{	margin-bottom: -5px;}
	.chk_bar li{
		display: block;
		font-size: 14px;
		line-height: 25px;
		text-align: left;
		margin: 0 0 5px 0;
	}
	.chk_bar li:last-of-type{	margin-bottom: 0;}
	.chk_bar li label{
		display: inline-block;
		vertical-align: top;
	}
	.chk_bar li label:before{	top: 2px;}

	/** logo ari **/
	.ap_design .logobox{
		margin-bottom: 15px;
	}


	/** sendover **/

	.sendover .p1{
		margin: 0 0 10px 0;
	}
	.senddiv{
		display: block;
		margin: 0 0 30px 0;
		padding: 20px 10px 10px 10px;
	}
	.senddiv_l{
		width: auto;
		margin: 0 0 20px 0;
	}
	.senddiv_l dl{
		width: 220px;
		margin: 0 auto 4px auto;
	}
	.senddiv_l dl:last-of-type{	margin-bottom: 0;}
	.sendflow img{
		margin: 0 0 20px 0;
	}



}