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

/*
==================================================
Form - Baes Format
==================================================
*/

/* ### ===== Form - Reset ===== ### */
#formArea input,
#formArea button,
#formArea textarea,
#formArea select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

#formArea input,
#formArea button,
#formArea textarea,
#formArea select {
	margin: 0;
	padding: 0;
	background: none;
	border: none;
	border-radius: 0;
	outline: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

#formArea select::-ms-expand {
	display: none;
}


/* ### ===== Form - Custom ===== ### */

/* === input === */
#formArea input[type="text"],
#formArea input[type="password"],
#formArea input[type="email"],
#formArea input[type="tel"],
#formArea textarea {
	width: 100%;
	padding: 15px 15px;
	background-color: #fff;
	border: 2px solid #0095e2;
	border-radius: 8px;
	box-shadow: 0 0 0 rgba(0,0,0,0) inset;
	font-size: 1.8rem;
	letter-spacing: 0.2em;
	line-height: 1.4;
	color: #222427;
	transition: box-shadow 0.4s ease-out 0s, background-color 0.4s ease-out 0s;
}

#formArea input[type="text"],
#formArea textarea {
	letter-spacing: 0.1em;
}

#formArea input[type="text"]:focus,
#formArea input[type="password"]:focus,
#formArea input[type="email"]:focus,
#formArea textarea:focus {
	box-shadow: 0 1px 5px rgba(0,0,0,0.25) inset;
}

#formArea input.wrote,
#formArea textarea.wrote {
	background-color: #f5f5f5;
}

#formArea input {
	width: 100%;
}

#formArea textarea.sizeL,
#formArea input.sizeL { max-width: 800px; }
#formArea input.sizeM { max-width: 320px; }
#formArea input.sizeS { max-width: 240px; }
#formArea input.sizeXS { width: 60px; text-align: center; }


/* === Placeholder Text Color === */
/*#formArea ::-webkit-input-placeholder,
#formArea :-moz-placeholder,
#formArea ::-moz-placeholder,
#formArea :-ms-input-placeholder,
#formArea :placeholder-shown {
	color: rgba(0,0,0,0.6);
	font-size: 1.4rem;
	letter-spacing: 0;
}*/


/* === select === */
#formArea select {
	padding: 10px 30px 8px 20px;
	background-color: #fff;
	border: 1px solid #c1c1c1;
	border-radius: 2px;
	box-shadow: 0 0 0 rgba(0,0,0,0) inset;
	font-size: 1.6rem;
	letter-spacing: 0.1em;
	line-height: 1.4;
	color: #222427;
	text-align: center;
}

#formArea select.selected {
	background-color: #f5f5f5;
}


/* === label === */
#formArea label {
	display: inline-block;
	/*margin: 0 25px 0 0;*/
	margin: 0;
	font-size: 1.6rem;
	/*! font-weight: bold; */
	line-height: 1.2;
	position: relative;
}

/* === button 1 === */
/*#formArea input[type="submit"],
#formArea input[type="button"],
#formArea input[type="reset"] {
	display: inline-block;
	width: 100%;
	max-width: 320px;
	height: 60px;
	padding: 0 0 0 3px;
	margin: 0;
	background-color: #eee;
	border: 1px solid #999;
	border-radius: 6px;
	font-size: 1.6rem;
	line-height: 1.2;
	letter-spacing: 3px;
	color: #999;
	text-decoration: none;
	transition: background 0.4s ease-out 0s;
	cursor: pointer;
}

#formArea input[type="submit"]:hover,
#formArea input[type="button"]:hover,
#formArea input[type="reset"]:hover {
	background: #ddd;
}*/


/* === button 2 === */
#formArea button {
	display: block;
	background-color: #fff;
	/*! border: 1px solid #c1c1c1; */
	border-radius: 1000px;
	width: 80%;
	max-width: 320px;
	min-width: 200px;
	height: 68px;
	padding: 10px;
	margin: 0 auto;
	font-size: 3rem;
	font-weight: 700;
	/*! letter-spacing: 0.15em; */
	line-height: 1.2;
	color: #222427;
	position: relative;
	transition: all 0.4s ease-out 0s;
	cursor: pointer;
}

/*#formArea button:hover {
	transform: scale(0.95);
}*/

#formArea button[type="submit"]:hover {
	/*! background-color: #009444; */
	/*color: #000;*/
	transform: scale(1.08);
}

#formArea button[type="reset"]:hover {
	background-color: #ddd;
}

#formArea button em {
	font-weight: inherit;
	display: inline-block;
	/*position: relative;*/
}

#formArea button[type="submit"] {
	background-color: #e3001a;
	color: #fff;
}

#formArea button[type="submit"] em::before {
	content: "";
	display: block;
	width: 16px;
	height: 14px;
	background-size: contain;
	position: absolute;
	top: calc(50% - 7px);
	left: 20px;
}

#formArea button[type="reset"] em::before {
	content: "";
	display: block;
	width: 24px;
	height: 16px;
	background: url(../img/icon_reset.png) no-repeat center center;
	background-size: contain;
	position: absolute;
	top: calc(50% - 8px);
	left: 16px;
}

/*#formArea button em::after {
	content: "";
	display: inline-block;
	width: 10px;
	height: 10px;
	border-right: 1px solid #000;
	border-top: 1px solid #000;
	transform: rotate(45deg);
	position: absolute;
	top: calc(50% - 6px);
	right: -30px;
}*/


/* === check button === */
#formArea input[type="checkbox"] {
	display: none;
}

#formArea label.typeCheck {
	position: relative;
	display: inline-block;
	height: 32px;
	padding: 6px 0 0 45px;
	cursor: pointer;
}

#formArea label.typeCheck::before {
	position: absolute;
	top: 0;
	left: 0;
	width: 32px;
	height: 32px;
	content: '';
	border: 1px solid #c1c1c1;
	border-radius: 2px;
	background: #fff;
}

#formArea input[type="checkbox"]:checked+label.typeCheck::before {
	background-color: #f5f5f5;
}

#formArea input[type="checkbox"]:checked+label.typeCheck::after {
	content: "";
	position: absolute;
	top: 8px;
	left: 12px;
	width: 10px;
	height: 14px;
	border-right: 4px solid #222427;
	border-bottom: 4px solid #222427;
	transform: rotate(45deg);
}


/* === radio button === */
#formArea input[type="radio"] {
	display: none;
}

#formArea label.typeRadio {
	position: relative;
	display: inline-block;
	height: 32px;
	padding: 6px 0 0 45px;
	cursor: pointer;
}

#formArea label.typeRadio::before {
	position: absolute;
	top: 0;
	left: 0;
	width: 32px;
	height: 32px;
	content: '';
	border: 1px solid #c1c1c1;
	border-radius: 30px;
	background: #fff;
}

#formArea input[type="radio"]:checked+label.typeRadio::before {
	background-color: #f5f5f5;
}

#formArea input[type="radio"]:checked+label.typeRadio::after {
	content: "";
	position: absolute;
	top: 8px;
	left: 8px;
	width: 16px;
	height: 16px;
	background-color: #222427;
	border-radius: 30px;
}


/* === Input Error - Alert Text === */
/*#formArea .errorAlert {
	display: inline-block;
	animation: txtFlashing 1.4s ease-out 0s 5;
	color: rgba(255,80,20,1);
}

@keyframes txtFlashing {
	0% {
		color: rgba(255,80,20,1);
	}
	30% {
		color: rgba(255,80,20,0);
	}
	to {
		color: rgba(255,80,20,1);
	}
}*/


/* =========================================================
PAGE COMMON
========================================================= */
a {}
a:link {}
a:visited {}
a:hover {}
a:active {}

body {
}

#allWrap {
}

#allWrap i.blank {
	width: 25px;
}

main {
}

main > .lead {
	margin-bottom: 40px;
}

main > .lead p {
	font-family: urw-din, a-otf-midashi-go-mb31-pr6n, sans-serif;
	font-weight: 700;
	font-size: 2rem;
}

@media screen and (max-width: 768px) {
	main > .lead p {
		max-width: 640px;
		margin: 0 auto;
		text-align: left;
		padding: 0 20px;
		font-size: 1.8rem;
	}
}

article {
}


/* ==================================================
INFO
================================================== */
#infoArea {
	margin-bottom: 40px;
}

#infoArea .borderBox {
	border-color: #e3001a;
	padding: 25px 30px 15px 60px;
	max-width: 900px;
	border-radius: 500px;
	margin-bottom: 20px;
}

#infoArea .borderBox > dl {
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	flex-wrap: wrap;
	flex-direction: row;
}

#infoArea .borderBox > dl:not(:last-child) {
	margin-bottom: 20px;
}

#infoArea .borderBox dl dt {
	font-size: 2.4rem;
	color: #fff;
	background: #e3001a;
	border-radius: 100px;
	padding: 4px 15px;
	width: 190px;
	margin: 0 30px 0 0;
}

#infoArea .borderBox dl dd {
	font-size: 2.6rem;
	font-family: urw-din, a-otf-midashi-go-mb31-pr6n, sans-serif;
	font-weight: 700;
	text-align: left;
}

#infoArea .borderBox dl dd .note {
	line-height: 1.3;
	margin-top: 8px;
	position: relative;
	text-indent: -16px;
	padding-left: 16px;
}

#infoArea .borderBox dl dd .note::before {
	content: "※";
	display: inline-block;
	width: 16px;
	text-indent: 0;
}

@media screen and (max-width: 900px) {
	#infoArea .borderBox {
		max-width: 700px;
		border-radius: 28px;
		padding: 25px 30px 15px 30px;
	}
	
	#infoArea .borderBox > dl dt {
		margin-bottom: 8px;
	}
	
	#infoArea .borderBox > dl dd {
		width: 100%;
		padding-left: 10px;
	}
}

@media screen and (max-width: 768px) {
#infoArea {
}

#infoArea .borderBox {
	max-width: 540px;
	padding: 20px;
}

#infoArea .borderBox > dl {
}

#infoArea .borderBox dl dt {
	font-size: 1.8rem;
	padding: 4px 10px;
	width: 140px;
	margin-right: 20px;
}

#infoArea .borderBox dl dd {
	font-size: 2.2rem;
}
}

#infoArea .borderBox a.link {
	color: #009444;
	font-size: 2rem;
	display: inline-block;
	transform: translateY(-0.2em);
}

#infoArea .borderBox a.link::before {
	content: "";
	display: inline-block;
	width: 20px;
	height: 20px;
	background: url("../img/icon_arrow_green.svg") no-repeat center center;
	background-size: 100%;
	margin-right: 10px;
	vertical-align: middle;
	transform: translateY(-1px);
}

@media screen and (max-width: 768px) {
#infoArea .borderBox a.link {
}

#infoArea .borderBox a.link::before {
}
}


#infoArea .borderBox a.link:hover {
}

#infoArea .borderBox .fontL {
	font-size: 2.6rem;
}

#infoArea .borderBox .fontM {
	font-size: 2.2rem;
}

#infoArea .borderBox .fontS {
	font-size: 1.8rem;
}

#infoArea .borderBox .fontSS {
	font-size: 1.6rem;
}

@media screen and (max-width: 768px) {
#infoArea .borderBox .fontL {
	font-size: 2.5rem;
}

#infoArea .borderBox .fontM {
	font-size: 1.8rem;
}

#infoArea .borderBox .fontS {
	font-size: 1.5rem;
}

#infoArea .borderBox .fontSS {
	font-size: 1.3rem;
}
}


/* other adjust */
#infoArea .borderBox .ticket dd div > i:first-child {
	margin-right: 15px;
}

#infoArea .borderBox .ticket dd div {
	margin-bottom: 8px;
}

#infoArea .borderBox .ticket dd div i b.fontSS {
	margin-left: 5px;
}


/* .date */
#infoArea .borderBox .date ul {
}

#infoArea .borderBox .date ul li {
	display: inline-block;
}

#infoArea .borderBox .date ul li:not(:first-child)::before {
	content: "・";
	display: inline-block;
	width: 15px;
	margin-left: -5px;
}

@media screen and (max-width: 768px) {
#infoArea .borderBox .date ul {
}

#infoArea .borderBox .date ul li {
	display: block;
}

#infoArea .borderBox .date ul li:not(:first-child)::before {
	display: none;
}
}


#infoArea .note {
	margin: 0 auto;
	width: 80%;
}

#infoArea .note ul {
	display: inline-block;
	margin: 0 auto;
}

#infoArea .note ul li {
	font-size: 1.6rem;
	text-align: left;
	/*! letter-spacing: -0.04em; */
	text-indent: -20px;
	padding-left: 20px;
}

#infoArea .note ul li::before {
	content: "※";
	display: inline-block;
	width: 20px;
	text-indent: 0;
}

#infoArea .note ul li em {
	font-size: 90%;
}

#infoArea .note ul li b {
	letter-spacing: 0.05em;
}

/* ############ ↓↓↓ MEDIAQUERY ↓↓↓ ############ */ @media screen and (max-width: 768px) {
	#infoArea .note {
		width: 100%;
		padding: 10px;
		background: rgba(255,255,255,0.8);
		border-radius: 28px;
	}
	#infoArea .note ul {}
	#infoArea .note ul li {
		font-size: 1.5rem;
	}
	#infoArea .note ul li::before {}
	#infoArea .note ul li em {}
	#infoArea .note ul li b {}
} /* ############ ↑↑↑ MEDIAQUERY ↑↑↑ ############ */

/* ==================================================
ENTRY
================================================== */
#entryArea {
	padding: 0 3%;
}

#entryArea .set {
	display: flex;
	justify-content: center;
	align-items: flex-start;
	flex-wrap: wrap;
	flex-direction: column;
	max-width: 1080px;
	margin: 0 auto;
}

#entryArea .set h3 {
	font-size: 3.8rem;
	letter-spacing: -0.02em;
}

#entryArea .set h3 .inner {
	display: inline-block;
	border: 10px solid #0095e2;
	border-radius: 1000px;
	padding: 3px 60px;
	background: #fff;
}

#entryArea .set h3 em {
	color: #e3001a;
}

#entryArea .set h3 img {}

#entryArea .set .box {
	border: 10px solid #0095e2;
	border-radius: 28px;
	padding: 35px 20px 20px;
	width: 92%;
	max-width: 980px;
	margin-top: -10px;
	align-self: center;
	text-align: center;
	position: relative;
	background: #fff;
}

/*#entryArea .box::before {
	content: "";
	display: block;
	background: url(../img/bg_2nd3.png) no-repeat left top;
	background-size: contain;
	width: 226px;
	height: 178px;
	position: absolute;
	top: -12%;
	right: 7.2%;
	z-index: -1;
}*/

@media screen and (max-width: 768px) {
	#entryArea .box::before {
		top: -15%;
		right: -19.8%;
	}
}

/*#entryArea .box::after {
	content: "";
	display: block;
	background: url(../img/bg_2nd4.png) no-repeat left top;
	background-size: contain;
	width: 210px;
	height: 485px;
	position: absolute;
	bottom: -7%;
	right: -16%;
	z-index: -2;
}*/

@media screen and (max-width: 768px) {
	#entryArea .box::after {
		bottom: 4%;
		right: -40%;
	}
}

#entryArea .set .box>.inner {
	max-width: 720px;
	margin: 0 auto;
	position: relative;
}

/*#entryArea .set .box>.inner::after {
	content: "";
	display: block;
	background: url(../img/bg_2nd5.png) no-repeat left top;
	background-size: contain;
	width: 208px;
	height: 230px;
	position: absolute;
	bottom: -9.4%;
	right: -16.5%;
	z-index: 1;
}*/

@media screen and (max-width: 768px) {
	#entryArea .set .box>.inner::after {
		bottom: -15.4%;
		right: -36.5%;
		display: none;
	}
}

#entryArea .set .box .comment {
	text-align: left;
	margin-bottom: 40px;
	font-size: 2.4rem;
}

#entryArea .set .box .comment .date {
	font-size: 3rem;
	margin-bottom: 20px;
}

#entryArea .set .box .comment .date .label {
	background: #e3001a;
	border-radius:  100px;
	color: #fff;
	font-size: 2rem;
	padding: 2px 15px;
	margin-bottom: 10px;
	display: inline-block;
}

#entryArea .set .box .comment .date .label i {
}

#entryArea .set .box .comment p {
}

#entryArea .set .box .comment em {
	color: #e3001a;
}

#entryArea .set .box .jmeLink {
	display: flex;
	justify-content: center;
	align-items: stretch;
	flex-wrap: nowrap;
	flex-direction: row;
	margin-bottom: 50px;
}

#entryArea .set .box .jmeLink li {
	border-radius: 1000px;
	background: #0095e2;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: nowrap;
	flex-direction: row;
	width: calc(100% / 2 - 40px);
	margin: 0 20px;
	font-size: 2.4rem;
	transition: all 0.4s ease-out 0s;
}

#entryArea .set .box .jmeLink li a {
	/*! background: #0095e2; */
	color: #fff;
	padding: 15px 40px 15px 15px;
	width: 100%;
	height: 100%;
	text-align: center;
	border-radius: 1000px;
	position: relative;
}

/*
#entryArea .set .box .jmeLink li:hover {
	transform: scale(1.08);
}

#entryArea .set .box .jmeLink li a:hover {
	opacity: 1;
}
*/

#entryArea .set .box .jmeLink li a::after {
	content: "";
	display: block;
	width: 24px;
	height: 24px;
	background: url(../img/icon_arrow_fff.png) no-repeat center center;
	background-size: contain;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 15px;
	margin: auto;
	z-index: 1;
}

#entryArea .set .box .jmeLink li:nth-of-type(2) a::before {
	content: "入会費無料";
	display: inline-block;
	position: absolute;
	bottom: -25px;
	left: 0;
	right: 0;
	margin: auto;
	z-index: 2;
	font-size: 1.6rem;
	color: #0095e2;
}

#entryArea .set .box .jmeLink li i {}


#entryArea .accordionSet {
	position: relative;
}

#entryArea .accordionSet h4 {
	font-size: 2rem;
	margin-bottom: 15px;
}

#entryArea .accordionSet .toggleBtn {
	position: absolute;
	top: 5px;
	right: 15px;
	cursor: pointer;
	transition: all 0.4s ease-out 0s;
}

#entryArea .accordionSet .toggleBtn:hover {
	opacity: 0.6;
}

#entryArea .accordionSet .toggleBtn::before {
	content: "全文を開く";
	display: inline-block;
	vertical-align: middle;
	margin-right: 5px;
	color: #0095e2;
}

#entryArea .accordionSet .toggleBtn img {
	transform: rotate(90deg);
	vertical-align: middle;
	width: 18px;
}

#entryArea .accordionSet.attentionOpen .toggleBtn::before {
	content: "閉じる";
}

#entryArea .accordionSet.attentionOpen .toggleBtn img {
	transform: rotate(-90deg);
}

#entryArea .attention {
	background-color: #f7f7f7;
	border-radius: 12px;
	padding: 20px 10px 20px 25px;
	margin: 0 auto 15px;
	font-size: 1.6rem;
	line-height: 1.4;
	text-align: left;
}

#entryArea .attention .inner {
	max-height: 300px;
	padding-right: 20px;
	overflow-y: scroll;
	overflow-x: hidden;
	overflow: scroll;
	-webkit-overflow-scrolling: touch;
	transition: all 1.2s ease-in 0s;
}

#entryArea .attentionOpen .attention .inner {
	max-height: 10000px;
}

#entryArea .attention ul {}

#entryArea .attention ul li {
	font-size: 1.5rem;
	text-indent: -20px;
	padding-left: 20px;
	margin: 0 0 6px 0;
}

#entryArea .attention ul li::before {
	content: "";
	text-indent: 0;
	display: inline-block;
	width: 20px;
	height: 20px;
	background: #0095e2;
	border-radius: 20px;
	transform: scale(0.6) translateX(-6px) translateY(7px);
}

#entryArea .attention ul li a {
	color: #0095e2;
	text-decoration: underline;
}

#entryArea .set .box dl {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: nowrap;
	flex-direction: row;
}

#entryArea .set .box dl dt {
	font-size: 1.8rem;
	width: 155px;
	color: #0095e2;
}

#entryArea .set .box dl dd {
	width: calc(100% - 155px);
	font-size: 1.8rem;
}

#entryArea .set .box dl dd ul {}

#entryArea .set .box dl dd ul li {
	text-indent: -20px;
	padding-left: 20px;
}

#entryArea .set .box dl dd ul li:before {
	content: "・";
	display: inline-block;
	width: 20px;
	text-indent: 0;
}

#entryArea .set .box dl dd p {
	margin-bottom: 5px;
}

#entryArea .note {
	background: #f7f7f7;
	border-radius: 12px;
	padding: 20px 20px 15px;
	margin: 40px 0 20px;
}

#entryArea .set .box .note dl {
	flex-wrap: wrap;
}

#entryArea .set .box .note dl:not(:last-child) {
	margin-bottom: 8px;
}

#entryArea .set .box .note dl dt {
	width: auto;
	font-size: 1.6rem;
	margin-bottom: 5px;
}

#entryArea .set .box .note dl dt:after {
	content: ":";
	display: inline-block;
	width: 16px;
	text-align: center;
	margin-right: 3px;
}

#entryArea .set .box .note dl dd {
	width: auto;
	font-size: 2rem;
}


/* ############ ↓↓↓ MEDIAQUERY ↓↓↓ ############ */ @media screen and (max-width: 768px) {
	#entryArea {
		padding: 0 2%;
	}
	#entryArea .set {}
	#entryArea .set h3 {
		width: 80%;
		font-size: 2.4rem;
		text-align: center;
		margin: 0 auto;
	}
	#entryArea .set h3 .inner {
		padding: 10px 30px;
		border: 6px solid #0095e2;
	}
	#entryArea .set h3 img {}
	#entryArea .set .box {
		padding: 25px 10px 20px;
		border: 6px solid #0095e2;
		margin-top: -6px;
		width: 100%;
	}
	#entryArea .box::before {}
	#entryArea .box::after {}
	#entryArea .set .box>.inner {}
	#entryArea .set .box>.inner::after {}
	#entryArea .set .box .comment {
	}

	#entryArea .set .box .comment .date {
	}

	#entryArea .set .box .comment .date .label {
	}

	#entryArea .set .box .comment .date .label i {
	}

	#entryArea .set .box .comment p {
	}

	#entryArea .set .box .comment em {
	}
	#entryArea .set .box .jmeLink {
		align-items: center;
		flex-wrap: wrap;
		max-width: 320px;
		margin: 0 auto 20px;
	}
	#entryArea .set .box .jmeLink li {
		width: 100%;
		margin: 0;
		margin-bottom: 10px;
		font-size: 2rem;
	}
	#entryArea .set .box .jmeLink li a {}
	#entryArea .set .box .jmeLink li i {}
	#entryArea .set .box .jmeLink li i {}

	#entryArea .accordionSet {
	}

	#entryArea .accordionSet h4 {
	}

	#entryArea .accordionSet .toggleBtn {
	}

	#entryArea .accordionSet .toggleBtn::before {
		content: "全文を開く";
	}

	#entryArea .accordionSet .toggleBtn img {
	}
	
	#entryArea .attention {
		padding: 15px 5px 15px 15px;
	}
	#entryArea .attention .inner {}
	#entryArea .attention ul {}
	#entryArea .attention ul li {
		font-size: 1.5rem;
	}
	#entryArea .attention ul li::before {}
	#entryArea .attention ul li a {}
	#entryArea .set .box dl {
		flex-wrap: wrap;
	}
	#entryArea .set .box dl dt {
		width: 100%;
		margin-bottom: 10px;
	}
	#entryArea .set .box dl dd {
		width: 100%;
	}
	#entryArea .set .box dl dd ul {}
	#entryArea .set .box dl dd ul li {}
	#entryArea .set .box dl dd ul li:before {}
	#entryArea .set .box dl dd p {}
	
#entryArea .note {
	display: inline-block;
	margin: 20px auto 20px;
	max-width: 400px;
	width: 100%;
}

#entryArea .set .box .note dl {
	display: block;
	text-align: left;
}

#entryArea .set .box .note dl:not(:last-child) {
	margin-bottom: 15px;
}

#entryArea .set .box .note dl dt {
	font-size: 1.5rem;
}

#entryArea .set .box .note dl dt:after {
}

#entryArea .set .box .note dl dd {
	font-size: 1.8rem;
}
} /* ############ ↑↑↑ MEDIAQUERY ↑↑↑ ############ */



/* formArea
------------------------------ */

#formArea {}

#formArea form {
	max-width: 760px;
	margin: 0 auto 30px;
	padding: 0 30px;
}

#formArea .errorTxt {}

@media screen and (max-width: 640px) {
	#formArea form {
		max-width: 420px;
		width: 90%;
		padding: 0;
	}
}

/* inputLogin
------------------------------ */

.inputLogin {
	margin: 15px auto 30px;
}

.inputLogin dl {
	/*! margin-bottom: 30px; */
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	flex-direction: row;
}

.inputLogin dl:not(:first-child) {
	margin-top: 12px;
}

.inputLogin dl dt {
	text-align: left;
	width: 220px;
}

.inputLogin dl dt i {
	font-size: 85%;
}

.inputLogin dl dd {
	width: calc(100% - 260px);
	text-align: left;
}

/* formFoot
------------------------------ */

#formFoot {}

#formFoot .btnSet {
	/*! display: flex; */
	/*! justify-content: center; */
	/*! align-items: center; */
	/*! flex-wrap: wrap; */
	/*! flex-direction: row; */
}

#formFoot .btnSet li {
	width: 100%;
	/*! margin: 0 20px; */
}

#formFoot .btnSet li button {
	position: relative;
}

#formFoot .btnSet li button::after {
	content: "";
	display: block;
	width: 24px;
	height: 24px;
	background: url(../img/icon_arrow_fff.png) no-repeat center center;
	background-size: contain;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 20px;
	margin: auto;
	z-index: 1;
}

#formFoot .btnSet li button em {}

#formFoot .forget {
	/*! width: calc(100% - 260px); */
	margin: 15px auto 0;
	text-align: center;
}

#formFoot .forget a {
	text-decoration: none;
	color: #0095e2;
	display: inline-block;
	/*! padding-bottom: 10px; */
	/*! border-bottom: 1px solid rgb(34,36,40,1); */
	transition: all 0.4s ease-out 0s;
	font-size: 1.6rem;
	position: relative;
}

#formFoot .forget a::after {
	content: "";
	display: block;
	width: 100%;
	height: 3px;
	background: #0095e2;
	border-radius: 10px;
	position: absolute;
	bottom: -10px;
	left: 0;
	right: 0;
	margin: auto;
}

#formFoot .forget a:hover {
	opacity: 0.6;
}

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

/* greetingArea
------------------------------ */

/*#greetingArea .txtJp {
	font-size: 1.8rem;
	margin-bottom: 2em;
}

#greetingArea .txtEn {
	font-size: 5rem;
	font-weight: 300;
}*/
