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

.entry-area {
	width: 100%;
	margin: 0;
	padding: 0;
	position: relative;
	overflow: hidden;
}

section.form-sec {
    width: 100%;
    margin: 0 0 100px;
    padding: 0;
    position: relative;
    overflow: hidden;
}

.row {
	width: 100%;
	margin: 0 0 30px;
	padding: 0;
	position: relative;
	overflow: hidden;
	display: flex;
	justify-content: space-between;
	align-items: stretch;
}

.col-20 {
	width: 22%;
	padding: 10px 1%;
	background-color: #1CA9E5;
	color: #FFF;
	font-size: 90%;
	font-weight: bold;
	line-height: 150%;
	display: inline-flex;
	justify-content: space-between;
	align-items: flex-start;
}

.col-white {
	background-color: #FFF;
	color: #454545;
	justify-content: flex-start;
    align-items: center;
}

.required {
	width: 20%;
	margin: 0;
	padding: 5px;
	color: #000;
	background-color: #FFE816;
	border-radius: 2px;
	text-align: center;
	font-size: 90%;
	line-height: 110%;
	letter-spacing: 0.1em;
}

.col-75 {
	width: 73%;
	font-size: 110%;
	line-height: 160%;
	color: #4A4A4A;
    padding: 0;
}

.confirm-area .col-75 {
    width: 72%;
    margin: 0 auto;
    padding: 20px 10px;
    border: solid 2px #e5e5e5;
}

.col-75 label {
	font-weight: normal;
	font-size: 80%;
	margin: 0 4% 0 0;
}

.s-txt {
	font-size: 80%;
	font-weight: normal;
}

.col-75 .confirm-input {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    position: relative;
    overflow: hidden;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.error_message {
	font-size: 90%;
	color: #ff2021;
	padding: 5px;
	background-color: #faffb5;
	margin: 0 0 10px;
	display: inline-block;
}

.error_message:before {
	content: "＊";
	margin: 0 5px 0 0;
}

.parsley-errors-list {
    list-style: none;
    font-size: 90%;
	color: #ff2021;
	padding: 0;
	margin: 0 0 10px;
	display: flex;
}

.parsley-errors-list:before {
    content: "＊";
    display: inline-block;
	margin: 0 5px 0 0;
}

.reg-white {
	width: 73%;
	padding: 20px 1.5%;
	background-color: #FFFFFF;
/*	border: solid 1px #707070;*/
    border: none;
}

.entry-area input {
	width: 95%;
	margin: 0 auto;
	padding: 20px 10px;
	border: solid 1px #707070;
}

.entry-area input.notwide {
	width: 3% !important;
	margin: 0 0 10px;
	padding: 0;
}

.entry-area input.formshort {
	width: 30%;
	margin: 0 10px 0 0;
}

.image_area {
	width: 48%;
	margin: 0 5px 10px 0;
	float: left;
	display: grid;
}

.image_area:nth-child(even) {
	margin: 0 0 10px;
}

.entry-area textarea {
	width: 95%;
	margin: 0 auto;
	padding: 20px 10px;
    text-align: left;
    height: 300px;
}

.formnotes {
	font-size: 80%;
    line-height: 180%;
}

.image_area img {
	width: unset;
}

input[type="radio"] {
	width: unset;
    margin: 0 5px;
}

input[type="checkbox"] {
	width: unset;
    margin: 0 5px;
}

input[type="file"] {
	width: unset;
	margin: 0;
}

.input-label {
    width: 100%;
    margin: 0 0 10px;
    padding: 0;
    position: relative;
    overflow: hidden;
    font-size: 120%;
    font-weight: bold;
}

.input-flex {
    width: 100%;
    margin: 10px 0 20px;
    padding: 0;
    position: relative;
    overflow: hidden;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.input-flex .iflex-item {
    width: 50%;
    margin: 0 0 10px;
}

.bselect select {
	margin: 0 0 10px;
	padding: 10px 0;
	font-size: 110%;
}

input.bn {
	width:50%;
}

.bank img{
	width: unset;
}

input[type="submit"] {
	width: 20%;
	margin: 0 auto;
	padding: 10px 0;
	position: relative;
	overflow: hidden;
	display: block;
}

.formbtn-wrap {	
	display: flex;
	justify-content: space-around;
}

.entry-area .rf-small {
	font-size: 80%;
}

.entry-area .rf-red {
	color: #ff2c2c;
}

.entry-area h4.mds {	
	width: 95%;
	margin: 0 auto 20px;
	padding: 10px 2%;
	position: relative;
	overflow: hidden;
	font-size: 100%;
	font-weight: bold;
	text-align: left;
	color: #FFF;
	background-color: #1CA9E5;
}

h4.re-blue {
	background-color: #1B232F;
}

h4.re-brown {
	background-color: #400707;
}

h4.re-green {
	background-color: #C8E392;
}

.register-privacy {
	width: 95%;
	margin: 0 auto 20px;
	padding: 0;
	position: relative;
	overflow: hidden;
	font-size: 110%;
}

.register-privacy .privacy-txt{
	width: 95%;
	margin: 20px auto 30px;
	padding: 20px 2.2%;
	position: relative;
	overflow: hidden;
	background-color: #FFFFFF;
	font-size: 80%;
	font-weight: normal;
	line-height: 210%;
    border: solid 1px grey;
}

.register-privacy ul {
    font-weight: normal;
    margin: 0 0 10px;
}

.privacy-area {
	width: 100%;
/*	max-width: 450px;*/
	margin: 0 auto;
	padding: 0;
	position: relative;
	overflow: hidden;
	display: flex;
	justify-content: center;
}

.privacy-area .required {
    font-weight: bold;
}

.privacy-area .required-select {
/*	width: 70%;*/
}

input[type="submit"].final-submit {
	width: 100%;
	max-width: 350px;
	margin: 60px auto 0;
	padding: 20px 0;
	position: relative;
	overflow: hidden;
	display: block;
	text-align: center;
	font-size: 140%;
    font-weight: normal;
    letter-spacing: 0.1em;
	color: #FFFFFF;
	background-color: #1CA9E5;
	border-radius: 40px;
	border:none;
    
    font-family: 'Zen Maru Gothic', YuGothic, "Yu Gothic Medium", "Yu Gothic", Verdana, Meiryo, sans-serif;
    transition: all 0.3s;
	
	cursor: pointer;
	
}


input[type="submit"].final-submit:hover {
    opacity: 0.5;
}

input[type="submit"].return-btn {
	background-color: #058ea5 !important;
}

input[type="submit"].submit-back {
    background-color: #e45b7e;
}


/**SUBMIT**/

.form-submit {
	width: 95%;
	max-width: 1000px;
	margin: 100px auto;
	padding: 60px 0;
	position: relative;
	overflow: hidden;
	background-color: #FFFFFF;
	border-radius: 10px;
	text-align: center;
}

.form-submit .fsubmit-mds {
	margin: 0 0 30px;
	font-size: 160%;
	line-height: 180%;
	font-weight: bold;
}

.form-submit .fsubmit-txt {
	font-size: 110%;
	line-height: 180%;
}
