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

/* ==================================================
BASE OVERWRITE
================================================== */
@media screen and (max-width: 1100px) {
}

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

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

/* ==================================================
CONTENTS
================================================== */

.entryPage {
	position: relative;
}

.entryPage::after {
	content: "";
	width: 100%;
	height: 100vh;
	position: fixed;
	background: url("../img/bg.jpg") no-repeat 50% 50%;
	background-size: cover;
	top: 0;
	left: 0;
	z-index: -1;
}

@media screen and (max-width: 1100px) {
.entryPage {
}

.entryPage::after {
}
}

@media screen and (max-width: 768px) {
.entryPage {
}

.entryPage::after {
}
}

#allWrap section.area {
}


/* .borderBtn
------------------------------ */
#allWrap a.borderBtn {
	display: block;
	width: calc(50% - 40px);
	max-width: 320px;
	margin: 0 auto !important;
	position: relative;
	border: 2px solid #000;
	background: #fff !important;
	overflow: hidden;
	min-width: 240px;
}
#allWrap a.borderBtn::before {
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 24px 24px 0 0;
	border-color: #29abe2 transparent transparent transparent;
	position: absolute;
	top: 0;
	left: 0;
	transition: all .2s ease-in-out;
}
#allWrap a.borderBtn::after {
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 0 24px 24px;
	border-color: transparent transparent #29abe2 transparent;
	position: absolute;
	bottom: 0;
	right: 0;
	transition: all .2s ease-in-out;
}

#allWrap a.borderBtn:hover::before {
	top: -5px;
	left: -5px;
}
#allWrap a.borderBtn:hover::after {
	bottom: -5px;
	right: -5px;
}

#allWrap a.borderBtn b {
	font-size: 1.6rem;
	font-weight: 700 !important;
	display: block;
	position: relative;
	z-index: 1;
	padding: 15px;
	line-height: 1.2;
}
#allWrap a.borderBtn b::after {
	content: "";
	display: block;
	width: 10px;
	height: 10px;
	position: absolute;
	top: calc(50% - 5px);
	right: 20px;
	border-top: 2px solid #0a0a50;
	border-right: 2px solid #0a0a50;
	transform: rotate(45deg);
}


/* #headArea
------------------------------ */
#headArea {
}
.thankyou #headArea {
	padding-bottom: 40px !important;
}
#headArea .inner {
}
#headArea h2 {
	font-size: 3rem;
	font-weight: 700;
	border-bottom: 4px solid #fbb03b;
	display: inline-block;
	padding: 0 15px 10px;
	margin-bottom: 40px;
	line-height: 1.4;
}
#headArea h2 .txtEn {
	font-size: 2.2rem;
	margin-bottom: 5px;
}
#headArea h2 i {
}
#headArea .comment {
	margin-bottom: 40px;
}
#headArea .comment p {
	font-size: 1.6rem;
}
#headArea .comment p i {
}
#headArea .priceBlk {
	margin-bottom: 40px;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	flex-direction: row;
}
#headArea .priceBlk div {
	margin: 0 15px;
}
#headArea .priceBlk .label {
	background: #0a0a50;
	color: #fff;
	font-size: 1.6rem;
	font-weight: 700;
	line-height: 1.2;
	padding: 5px 30px;
	transform: translateY(3px);
}
#headArea .priceBlk .price {
	font-size: 3rem;
	font-weight: 700;
	color: #0a0a50;
	line-height: 1.2;
}
#headArea .priceBlk .tax {
	font-size: 70%;
}
#headArea .specialBlk {
	border: 4px solid #0a0a50;
	padding: 10px;
	max-width: 800px;
	margin: 0 auto;
}
#headArea .specialBlk .label {
	background: #0a0a50;
	color: #fff;
	font-size: 1.8rem;
	font-weight: 700;
	line-height: 1.2;
	padding: 5px 10px;
	letter-spacing: 1em;
}
#headArea .specialBlk>ul {
}
#headArea .specialBlk>ul>li {
	position: relative;
	z-index: 1;
	margin-top: 10px;
	text-align: left;
	padding: 10px 30px;
}
#headArea .specialBlk>ul>li::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(15deg, #0c447f 5%, #81c0d0 22%, #4d94bf 52%, #9c8ad9 95%);
	opacity: 0.2;
	z-index: -1;
}
#headArea .specialBlk>ul>li .ttl {
	color: #0a0a50;
	font-size: 1.6rem;
	font-weight: 700;
	line-height: 1.4;
}
#headArea .specialBlk>ul>li .ttl.underline {
	border-bottom: 1px dotted #0a0a50;
	padding-bottom: 8px;
	margin-bottom: 8px;
}
#headArea .specialBlk>ul>li .note {
}
#headArea .specialBlk .note ul {
}
#headArea .specialBlk .note ul li {
	text-indent: -16px;
	padding-left: 16px;
	line-height: 1.4;
	margin-bottom: 5px;
}
#headArea .specialBlk .note ul li::before {
	content: "※";
	display: inline-block;
	width: 16px;
	text-indent: 0;
}

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

@media screen and (max-width: 768px) {
#headArea {
	
}
#headArea .inner {
	
}
#headArea h2 {
	font-size: 2.6rem;
}
#headArea h2 .txtEn {
	font-size: 1.8rem;
}
#headArea h2 i {
	
}
#headArea .comment {
	
}
#headArea .comment p {
	
}
#headArea .comment p i {
	
}
#headArea .priceBlk {
	display: block;
}
#headArea .priceBlk div {
	
}
#headArea .priceBlk .label {
	display: inline-block;
	margin: 0 auto 15px;
}
#headArea .priceBlk .price {
	font-size: 2.4rem;
}
#headArea .priceBlk .tax {
	
}
#headArea .specialBlk {
	
}
#headArea .specialBlk .label {
	
	font-size: 1.6rem;
}
#headArea .specialBlk>ul {
	
}
#headArea .specialBlk>ul>li {
	
	padding: 10px 3%;
}
#headArea .specialBlk>ul>li::after {
	
}
#headArea .specialBlk>ul>li .ttl {
	
}
#headArea .specialBlk>ul>li .ttl.underline {
	
}
#headArea .specialBlk>ul>li .note {
	
}
#headArea .specialBlk .note ul {
	
}
#headArea .specialBlk .note ul li {
	
}
#headArea .specialBlk .note ul li::before {
	
}
}

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

/* #entryArea
------------------------------ */
#entryArea {
	padding-top: 60px !important;
}
#entryArea .inner {
	background: #fff;
	max-width: 800px;
	margin: 0 auto;
	padding: 50px 50px 40px;
}
#entryArea h3 {
	font-size: 2.4rem;
	font-weight: 700;
	color: #fff;
	background: linear-gradient(5deg, #0c447f 5%, #4d94bf 30%, #a99cd5 95%);
	line-height: 1.2;
	padding: 10px 20px;
	margin-bottom: 30px;
}
#entryArea .comment {
	margin-bottom: 40px;
}
#entryArea .comment p {
	font-weight: 700;
}

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

@media screen and (max-width: 768px) {
#entryArea {
}
#entryArea .inner {
	padding: 40px 3% 30px;
}
#entryArea h3 {
	font-size: 1.8rem;
}
#entryArea .comment {
	margin-bottom: 30px;
}
#entryArea .comment p {
}
}

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

/* #entryArea
------------------------------ */
#formBox {
}
#formBox form {
}
#formBox .inputBlk {
	text-align: left;
	margin-bottom: 40px;
}
#formBox .inputBlk dl {
	margin-bottom: 12px;
}
#formBox .inputBlk dl dt {
	color: #0a0a50;
	/*! font-size: 1.5rem; */
	font-weight: 700;
	margin-bottom: 6px;
}
#formBox .inputBlk dl dt b {
	margin-right: 8px;
}
#formBox .inputBlk dl dt .txtS {
	font-size: 90%;
}
#formBox .inputBlk dl dd {
}
#formBox .attention {
	background: #f2f2f2;
	padding: 20px;
	margin-bottom: 40px;
	text-align: left;
}
#formBox .attention p {
}
#formBox .attention p a {
}
#formBox .btnSet {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	flex-direction: row;
}
#formBox .btnSet li {
	width: calc(50% - 40px);
	margin: 0 auto 30px;
}

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

@media screen and (max-width: 768px) {
#formBox {
	
}
#formBox form {
	
}
#formBox .inputBlk {
	
}
#formBox .inputBlk dl {
	
}
#formBox .inputBlk dl dt {
	
}
#formBox .inputBlk dl dt b {
	
}
#formBox .inputBlk dl dt .txtS {
	
}
#formBox .inputBlk dl dd {
	
}
#formBox .attention {
	
}
#formBox .attention p {
	
}
#formBox .attention p a {
	
}
#formBox .btnSet {
	display: block;
}
#formBox .btnSet li {
	width: 80%;
	max-width: 320px;
	margin: 0 auto 30px;
}
}

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

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

/* === input === */
#formBox form input[type="text"],
#formBox form input[type="password"],
#formBox form input[type="email"],
#formBox form input[type="tel"],
#formBox form input[type="url"],
#formBox form textarea {
	width: 100%;
	padding: 4px 10px;
	background-color: #fff;
	border: 1px solid #0a0a50;
	box-shadow: 0 0 0 rgba(0,0,0,0) inset;
	font-size: 1.6rem;
	letter-spacing: 0.1em;
	line-height: 1.4;
	color: #000;
	transition: box-shadow 0.4s ease-out 0s, background-color 0.4s ease-out 0s;
}

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

#formBox form input.wrote,
#formBox form textarea.wrote {
	background-color: #f2fffc;
}

#formBox form input,
#formBox form textarea {
	width: 100%;
}

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


/* === select === */
#formBox form select {
	padding: 4px 30px 4px 20px;
	background-color: #fff;
	border: 1px solid #000;
	border-radius: 2px;
	box-shadow: 0 0 0 rgba(0,0,0,0) inset;
	font-size: 1.6rem;
	letter-spacing: 0.03em;
	line-height: 1.4;
	color: #000;
	text-align: left;
}

#formBox form select.selected {
	background-color: rgba(10, 10, 80, 0.1);
}

/* === label === */
#formBox label {
	display: inline-block;
	margin: 0;
	font-size: 1.6rem;
	line-height: 1.2;
	position: relative;
}

/* === button === */
#formBox form button {
	display: block;
	border: 2px solid #29abe2;
	width: 100%;
	height: 60px;
	padding: 0 10px;
	margin: 0 auto;
	font-size: 2rem;
	letter-spacing: 0.6em;
	line-height: 1.2;
	color: #fff;
	background-color: #29abe2;
	position: relative;
	cursor: pointer;
	box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.35);
	transition: all .2s ease-in-out;
	border-radius: 20px;
	font-weight: 700;
}
#formBox form button:hover {
	box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.25);
	transform: scale(0.98);
	background: #fbb03b;
}
#formBox form button em {
	font-weight: inherit;
	display: inline-block;
}

#formBox form button[type="submit"] {
	padding-left: calc(10px + 0.6em);
}
#formBox form button[type="submit"]:hover {
	border: 2px solid #fbb03b;
}

#formBox form button[type="reset"] {
	background-color: #fff;
	color: #29abe2;
	letter-spacing: 0.2em;
	padding-left: calc(10px + 0.2em);
}
#formBox form button[type="reset"]:hover {
	background: #fff;
}


/* === Input Error - Alert Text === */
#formBox .errorTxt {
	/*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);
	}
}

/* #greeting
------------------------------ */
#greeting {
	padding: 20px 0 0;
}
#greeting .comment {
}
#greeting .comment p {
}
#greeting .comment p strong {
	display: inline-block;
	margin-bottom: 20px;
	font-size: 2rem;
}
#greeting .btn {
	margin-bottom: 20px;
}

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

@media screen and (max-width: 768px) {
#greeting {
}
#greeting .comment {
}
#greeting .commentp {
}
#greeting .btn {
}
}

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