/*
Theme Name: VIP FORM
Theme URI: https://www.la-mar-vipform.com/
Version: 1
Author: tele-net
*/

/* ---- 共通 ---- */
* {
	box-sizing: border-box;
	/*border: 1px solid #f05151;*/
}
body {
	margin: 0;
	padding: 0;
	color: #555555;
	font-size: 14px;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 400;
	line-height: 1.6;
	letter-spacing: 1px;
	animation: fader 1.5s ease 0s 1 normal;
	-webkit-animation: fader 1.5s ease 0s 1 normal;
}
@keyframes fader {
	0% {opacity: 0;}
	100% {opacity: 1;}
}
@-webkit-keyframes fader {
	0% {opacity: 0;}
	100% {opacity: 1;}
}
a {
	text-decoration: none;
	color: #666666;
	transition: all .2s ease-in-out;
}
a:hover {
	color: #dbb100 !important;
}
img {
	max-width: 100%;
	vertical-align: bottom;
}
ul,
li {
/*
	list-style: none;
	margin: 0;
	padding: 0;
*/
}
h1,
h2,
h3,
h4,
h5 {
	margin-top: 0;
}
section {
	padding: 1em;
}
.in1200a {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	/*padding: 4em;*/
}
.centering {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translateY(-50%) translateX(-50%);
	transform: translateY(-50%) translateX(-50%);
}
.centering-v {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
.centering-w {
	position: absolute;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}
.hidden {
	display: none;
}

/* マージン */
.mb2em {
	margin-bottom: 2em;
}
.mb4em {
	margin-bottom: 4em;
}
.mb4em {
	margin-bottom: 6em;
}

/* フォントサイズ */
.fs12p {
	font-size: 12px;
}
.fs20p {
	font-size: 20px;
}
.fs24p {
	font-size: 24px;
}
.fs28p {
	font-size: 28px;
}

/* ---- ヘッダー ---- */
header {

}

/* ---- フッター ---- */
footer {
	text-align: center;
}

/* ---- ページトップスクロール ---- */
#page-top {
	position: fixed;
	bottom: 20px;
	right: 20px;
	z-index: 999;
}
#page-top a {
	background-color: #ffffff;
	text-decoration: none;
	/*color: #006934;*/
	width: 50px;
	padding: 10px;
	text-align: center;
	display: block;
	border: 1px solid #dbb100;
	transition: all .5s ease;
}
#page-top a img {
	vertical-align: middle;
}
#page-top a:hover {
	text-decoration: none;
	background-color: #d7e9ce;
	color: #ffffff;
	border: 1px solid #ffffff;
}

.head-con-input {
	margin-bottom: 6em;
}
.head-con-input h1,
.head-con-confirm h1,
.head-con-complete h1 {
	font-size: 32px;
	font-weight: 400;
	border-left: 5px solid #80BD9E;
}
.head-con-input hr {
	border: none;
	border-bottom: 2px solid #80BD9E;
}
.prgrs {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	max-width: 720px;
	padding: 0;
	margin: 4em auto;
}
.prgrs-circle-a,
.prgrs-circle-b,
.prgrs-circle-c {
	position: relative;
	width: 20px;
	height: 20px;
	border-radius: 10px;
}

.head-con-input .prgrs-circle-a,
.head-con-confirm .prgrs-circle-b,
.head-con-complete .prgrs-circle-c {
	background-color: #F98866; /* Orange */
}
.head-con-input .prgrs-circle-b,
.head-con-input .prgrs-circle-c,
.head-con-confirm .prgrs-circle-c {
	background-color: #b0bec5; /* Gray */
}
.head-con-confirm .prgrs-circle-a,
.head-con-complete .prgrs-circle-a,
.head-con-complete .prgrs-circle-a,
.head-con-complete .prgrs-circle-b {
	background-color: #76C04B; /* Green */
}

.prgrs-circle-a:after,
.prgrs-circle-b:after,
.prgrs-circle-c:after {
	display: block;
	position: absolute;
	top: 100%;
	left: -0.5em;
	white-space: nowrap;
	font-weight: 900;
}
.prgrs-circle-a:after {
	content: "入力";
}
.prgrs-circle-b:after {
	content: "確認";
}
.prgrs-circle-c:after {
	content: "送信";
}

.head-con-input .prgrs-bar-a,
.head-con-input .prgrs-bar-b,
.head-con-confirm .prgrs-bar-a,
.head-con-confirm .prgrs-bar-b,
.head-con-complete .prgrs-bar-a,
.head-con-complete .prgrs-bar-b {
	flex: 1;
	height: 2px;
}
.head-con-input .prgrs-bar-a,
.head-con-confirm .prgrs-bar-b {
	background-color: #F98866;  /* Orange */
}
.head-con-input .prgrs-bar-b {
	background-color: #b0bec5; /* Gray */
}
.head-con-confirm .prgrs-bar-a,
.head-con-complete .prgrs-bar-a,
.head-con-complete .prgrs-bar-b {
	background-color: #76C04B; /* Green */
}

.lamerform {
	
}
.lamerform h2 {
	position: relative;
	z-index: 2;
	background-color: #ffffff;
	font-size: 28px;
	font-weight: 400;
	text-align: center;
}
.lamerform h2 span {
	position: relative;
	z-index: 2;
	display: inline-block;
	margin: 0 2em;
	padding: 0 1em;
	background-color: #fff;
	text-align: left;
}
.lamerform h2:before {
	position: absolute;
	top: 50%;
	z-index: 1;
	content: '';
	display: block;
	width: 100%;
	height: 1px;
	background: #F98866;
	background: -webkit-linear-gradient(-45deg, transparent, #F98866 10%, #F98866 90%, transparent);
	background: linear-gradient(-45deg, transparent, #F98866 10%, #F98866 90%, transparent);
}
/*
.lamerform ul,
.lamerform li {
	list-style: disc inside;
}
*/
.lamerform table {
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
	margin-bottom: 4em;
}
.lamerform tr {
	border-bottom: 1px solid #cccccc;
}
.lamerform tr:first-child {
	border-top: 1px solid #cccccc;
}
.lamerform th,
.lamerform td {
	padding: 1em;
}
.lamerform th {
	text-align: left;
	vertical-align: top;
	background-color: #efefef;
	white-space: nowrap;
	width: 405px;
}
.lamerform th span {
	padding: 4px 10px;
	color: #ffffff;
	font-size: 12px;
	background-color: #CC0003;
	border-radius: 5px;
	margin-left: 1em;
}
.lamerform td span {
	font-size: 12px;
}
.lamerform dl {
	
}
.lamerform dt {
	float: left;
}
.lamerform dd {
	margin-left: 2em;
	margin-bottom: 1em;
}
.lamerform dd:after {
	content: "";
	display: block;
	clear: both;
}
.mw_wp_form .error {
	display: inline-block;
}
input[type=text],
input[type=email],
input[type=url],
input[type=radio],
input[type=tel],
textarea,
select {
	padding: 5px;
	margin: 10px 0;
}
.l-name,
.f-name,
.l-name-kana,
.f-name-kana,
.units,
.amount,
select {
	width: 120px;
}
.remarks {
	width: 100%;
}
.mw_wp_form_input .open-area {
	display: none;
}
.policy {
	width: 100%;
	max-height: 400px;
	padding: 1em;
	border: 1px solid #aaaaaa;
	overflow: auto;
}
.priv-check {
	font-size: 18px;
	text-align: center;
	margin: 1em auto;
}
.submitarea {
	text-align: center;
	display: flex;
	justify-content: space-around;
}
.submitarea button {
	display: inline-block;
	margin: 1em auto;
	padding: 1em 4em;
	border: 1px solid #80BD9E;
	background-color: #80BD9E;
	color: #ffffff;
	border-radius: 4px;
	transition: all .2s ease; 
}
.submitarea button:hover {
	background-color: #ffffff;
	color: #80BD9E;
}
.submitarea input[type=submit] {
	display: inline-block;
	margin: 1em auto;
	padding: 1em 4em;
	border: 1px solid #747474;
	background-color: #747474;
	color: #ffffff;
	border-radius: 4px;
	transition: all .2s ease; 
}
.submitarea input[type=submit]:hover {
	background-color: #ffffff;
	color: #747474;
}

#autozip {
	display: none!important;
}
.head-con-confirm .lamerform th span,
.head-con-confirm .lamerform td span,
.head-con-confirm .policy{
	display: none;
}