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

/*
==================================================
Form - Baes Format
==================================================
*/
.borderBox input[type="text"], .borderBox input[type="password"], .borderBox input[type="email"], .borderBox input[type="tel"], .borderBox textarea {
    width: 100%;
    padding: 2px 15px;
    background-color: #fff;
    border: 1px solid #000;
    border-radius: 6px;
    box-shadow: 0 0 0 rgba(0,0,0,0) inset;
    font-size: 1.6rem;
    letter-spacing: 0.2em;
    line-height: 1.4;
    color: #00307c;
    transition: box-shadow 0.4s ease-out 0s, background-color 0.4s ease-out 0s;
}


.borderBox input[type="radio"] , input[type="checkbox"]{
   -webkit-transform: scale(1.5);
   transform: scale(1.5);
   margin-right: 0.5em;
}

/* ==================================================
HEADER
================================================== */
#hdrWrap-subpage {
	padding: 40px 20px 0;
	margin-bottom: 80px;
}

#hdrWrap-subpage .siteTitle {
	background-image: url("../img/hdr_bg.jpg");
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	padding: 60px;
	position: relative;
	border-radius: 18px;
	overflow: hidden;
	max-width: 1100px;
	margin: 0 auto;
}

#hdrWrap-subpage .siteTitle::before {
	content: "";
	position: absolute;
	top: 23%;
	left: 0;
	width: 100%;
	height: 54%;
	background-color: rgba(0,0,0,0.3);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	z-index: 1;
	margin: auto;
}

#hdrWrap-subpage .siteTitle a {
	position: relative;
	
	display: block;
	z-index: 2;
}

#hdrWrap-subpage .siteTitle a img {
}

@media screen and (max-width: 768px) {
#hdrWrap-subpage {
	margin-bottom: 50px;
}

#hdrWrap-subpage .siteTitle {
}

#hdrWrap-subpage .siteTitle::before {
}

#hdrWrap-subpage .siteTitle a {
}

#hdrWrap-subpage .siteTitle a img {
}
}


/* ==================================================
CONTENTS
================================================== */
#mainCnt {
}

/* ENTRY AREA
 ------------------------------ */
.borderBox {
	padding: 0 20px;
	margin-bottom: 100px;
}

.borderBox .areaTitle {
		line-height: 1;
		margin-bottom: 40px;
}

.borderBox .areaTitle em {
	display: block;
	font-family: bc-alphapipe, sans-serif;
	font-weight: 600;
	font-size: 6.8rem;
	margin-bottom: 10px;
}

.borderBox .areaTitle span {
	display: block;
	font-size: 3.4rem;
	letter-spacing: 0.2em;
}

.borderBox .areaTitle span.finish {
	font-size: 1.8rem;
	letter-spacing: 0.1em;
	margin-top: 20px;
	font-weight: 700;
	line-height: 1.6;
}

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

.borderBox .areaTitle {
}

.borderBox .areaTitle em {
	font-size: 4.8rem;
}

.borderBox .areaTitle span {
}

.borderBox .areaTitle span.finish {
}
}

.borderBox {
	border: 6px solid #9225c8;
	background-color: rgba(255,255,255,0.95);
	border-radius: 18px;
	padding: 50px;
	text-align: left;
	max-width: 900px;
	margin: 0 auto;
	color:#333;
}

.borderBox .comment {
	margin-bottom: 40px;
	font-weight: 700;
}

.borderBox .comment p {
}

.borderBox .greeting {
	font-weight: 700;
	text-align: center;
}

.borderBox .greeting p {
}

@media screen and (max-width: 768px) {
.borderBox {
	padding: 30px 15px;
}

.borderBox .comment {
}

.borderBox .comment p {
}

.borderBox .greeting {
	text-align: left;
}

.borderBox .greeting p {
}
}

.borderBox form {
}

.borderBox form dl {
}

.borderBox form dl + dl {
	margin-top: 70px;
}

.borderBox form dl dt {
	font-size: 1.4rem;
	margin-bottom: 10px;
	padding-left: 20px;
	text-indent: -20px;
}



.borderBox form dl dt i {
	font-size:1.4em;
	text-indent: 0;
	display: inline;
}

.borderBox form dl dt i .required {
	color: #f61f99;
	font-size: 80%;
	font-weight: 700;
	transform: translateY(-1px);
	display: inline-block;
	text-indent: 0;
}

.confirm .borderBox form dl dt i .required {
	color: #000;
}

.borderBox form dl dd {
	color:#000;
	line-height: 1.8em;
}



.borderBox form dl dd ul {
	margin-top: 8px;
}

.borderBox form dl dd ul li.error {
	font-size: 90%;
}

.borderBox form .btnSubmit {
	margin-top: 40px;
}

.borderBox form input[type="text"] {
	width:100%;
}

.borderBox form .btnSubmit input[type="submit"] {
	background-color: #ff9f1c;
	color: #fff;
	font-size: 2rem;
	font-weight: 700;
	line-height: 1.2;
	width: 100%;
	padding: 16px;
	border-radius: 80px;
	border: 2px solid #ff9f1c;
	transition: all 0.4s ease-out 0s;
	text-align:center;
}

.borderBox form .btnSubmit input[type="submit"]:hover {
	background-color: #ffcb00;
	border: 2px solid #ffcb00;
}

.borderBox form .btnSubmit input[type="submit"]:nth-of-type(2) {
	background-color: #fff;
	color: #ff9f1c;
	font-size: 2rem;
	font-weight: 700;
	line-height: 1.2;
	width: 100%;
	padding: 16px;
	border-radius: 80px;
	border: 2px solid #ff9f1c;
	margin-top: 20px;
}

.borderBox form .btnSubmit input[type="submit"]:nth-of-type(2):hover {
	background-color: #ffeeac;
	border: 2px solid #ffcb00;
}

.borderBox .backBtn {
	margin-top: 80px;
}

.borderBox .backBtn a {
	color: #fff;
	background-color: #000;
	display: block;
	width: 80%;
	max-width: 480px;
	margin: 0 auto;
	padding: 10px 20px;
	border-radius: 60px;
	transition: all 0.4s ease-out 0s;
}

.borderBox .backBtn a:hover {
	background-color: #3d77d2;
}

.borderBox .backBtn a .siteName {
	font-family: bc-alphapipe, sans-serif;
	font-weight: 600;
	font-size: 1.6rem;
	margin-bottom: 5px;
}

.borderBox .backBtn a .btnTxt {
	font-size: 1.8rem;
	font-weight: 700;
}

.borderBox .backBtn a .btnTxt::before {
	content: "";
	display: inline-block;
	width: 12px;
	height: 10px;
	background-image: url("../img/trigger.svg");
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	vertical-align: middle;
	transform: translateY(-2px) rotate(180deg);
	margin-right: 10px;
}

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

.error {
	color:#ff0000;
}


input[type="checkbox"] {
  position: relative !important;
  width: 16px !important;
  height: 16px !important;
  border: 1px solid #000 !important;
  border-radius: 4px !important;
  vertical-align: -2px !important;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
	margin-right:5px !important;
}

input[type="checkbox"]:checked:before {
  position: absolute;
  top: 2px;
  left: 5px;
  transform: rotate(50deg);
  width: 5px;
  height: 9px;
  border-right: 2px solid #000;
  border-bottom: 2px solid #000;
  content: '';
}

.borderBox form input[type="text"] {
    width: 100%;
    color: #000;
}