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


/*--------------------------------------------------


    ENTRY PAGE
	

---------------------------------------------------*/

.entry-wrapper{
	width:100%;
	/*height:100%;*/
}

/* IE10以上 */
@media all and (-ms-high-contrast: none){
.entry-wrapper{
	padding-bottom:730px;
	}
}

/* Edge */
@supports (-ms-ime-align: auto) {
.entry-wrapper {
	padding-bottom:1px;
	}
}

/*Firefox*/
@-moz-document url-prefix() {
.entry-wrapper{
	padding-bottom:730px;
	}
}


.entry-cont01{
	width:1000px;
	height:auto;
	margin:0 auto;
	padding:100px 0 120px 0;
}

.entry-cont01 > h3,
.entry-cont02 > h3,
#formWrap > h3{
	font-size:18px;
	line-height:1;
	border-top:3px #AAAAAA solid;
	border-bottom:1px #AAAAAA solid;
	padding:20px 0 20px 35px;
	background:url(../images/entry/line.png) no-repeat 0 center;
	margin-bottom:15px;
}

.entry-cont01 > p{
	margin-bottom:20px;
}


.entry-cont02{
	width:1000px;
	height:auto;
	position:relative;
	margin:0 auto;
	margin-bottom:750px;
}

/* IE10以上 */
@media all and (-ms-high-contrast: none){
.entry-cont02{
	margin-bottom:0px;
}
}

/*Firefox*/
@-moz-document url-prefix() {
.entry-cont02{
	margin-bottom:0px;
}
}

.entry-cont02 > p{
	margin-bottom:20px;
}


/*フォーム*/
table{
	width:1000px;
	border-collapse:collapse;
	margin:0 auto;
	margin-bottom:100px;
}

table th{
	font-weight:normal;
	width:25%;
	position:relative;
}

table th > span{
	display: -webkit-flex;
	display: flex;
	background-color:#E6E2E4;
	width:100%;
	height:90%;
	position:absolute;
	top:5%;
	left:0;
	align-items: center;
	justify-content: center;
}

table th,
table td{
	padding:40px;
}

table tr{
	border-top:1px #CCCCCC solid;
}

table tr:last-child{
	border-bottom:1px #CCCCCC solid;
}

table input[type="text"],
table input[type="email"],
table input[type="tel"] {
    padding: 0.4em;
    outline: none;
    border: 1px solid #DDD;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    font-size: 16px;
	width:30%;
}
.ather_contents{
    padding: 0.4em;
    outline: none;
    border: 1px solid #DDD;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    font-size: 16px;
	width:100%;
}

b{
	color:#FF0000;
}

table input[type="email"],
#address4,
#address5{
	width:80%;
}



.select-div {
overflow: hidden;
text-align: center;
position: relative;
border: 1px solid #DDDDDD;
}
.select-div select {
width: 100%;
padding-right: 1em;
cursor: pointer;
text-indent: 0.01px;
text-overflow: ellipsis;
border: none;
outline: none;
background: transparent;
background-image: none;
box-shadow: none;
-webkit-appearance: none;
appearance: none;
padding: 8px 38px 8px 8px;
background-color:#F9F9F9;
}
.select-div select::-ms-expand {
display: none;
}
.select-div::before {
position: absolute;
top: 1.2em;
right: 0.9em;
width: 0;
height: 0;
padding: 0;
content: '';
border-left: 6px solid transparent;
border-right: 6px solid transparent;
border-top: 6px solid #666666;
pointer-events: none;
}
.select-div.sel1 {
	width: 50%;
}
.select-div.sel2 {
	width: 23%;
	float:left;
}
.select-div.sel3 {
	width: 80%;
	float:left;
}
.select-div.sel4 {
	width: 50%;
	float:left;
}
.select-div.sel2 + span {
	display:block;
	float:left;
	width:8%;
	padding-top:0.8em;
	padding-left:1em;
	font-size:12px;
	color:#AAAAAA;
}
.select-div.sel3 + span {
	display:block;
	float:left;
	width:5%;
	padding-top:0.8em;
	padding-left:2em;
	font-size:12px;
	color:#AAAAAA;
}
.select-div.sel4 + span {
	display:block;
	float:left;
	width:12%;
	padding-top:0.8em;
	padding-left:2em;
	font-size:12px;
	color:#AAAAAA;
}

input + span{
	font-size:12px;
	color:#AAAAAA;
	margin-left:2em;
}

input + span.radio{
	font-size:14px;
	color:#000000;
	margin-left:0.4em;
}

.select-div.sel3,
form#mail_form input#address2,
.select-div.sel4,
form#mail_form input#address4{
	margin-bottom:12px;
}

label{
	display:block;
	width:15%;
	float:left;
	margin-top:10px;
}

/*ボタン*/
.btn{
	width:1000px;
	margin:0 auto;
	text-align:center;
	margin-top:100px;
}

a.privacy-btn,
input[type="submit"],
input[type="button"]{
	width:320px;
	height:60px;
	display:inline-block;
	font-family : inherit;
	-webkit-appearance : none;
	border:2px #CD2441 solid;
	background-color:#FFFFFF;
	font-size:16px;
	text-align:center;
	line-height:60px;
	color:#CD2441;
	font-weight:bold;
	padding:0;
}

a.privacy-btn{
	margin-right:20px;
	background:url(../images/entry/new_win.png) no-repeat 280px center #FFFFFF;
}

a.privacy-btn:hover{
	background:url(../images/entry/new_win2.png) no-repeat 280px center #CD2441;
	color:#FFFFFF;
	text-decoration:none;
}

input[type="submit"]{
	background-color:#CD2441;
	color:#FFFFFF;
}

input[type="submit"]:disabled {
    border:2px #CCCCCC solid;
	background-color:#FFFFFF;
	color:#CCCCCC;
}

input[type="submit"].confirm-btn,
input[type="button"].confirm-btn{
	border:2px #CD2441 solid;
	background-color:#FFFFFF;
	color:#CD2441;
}

input.confirm-btn:hover,
input.error-btn:hover{
	background-color:#CD2441;
	color:#FFFFFF;
}




/*エラー・確認画面*/
.confirm{
	width:1000px;
	height:auto;
	position:relative;
	margin:0 auto;
	margin-bottom:750px;
	padding:100px 0 120px 0;
}

.confirm p{
	text-align:center;
	padding:30px 0;
}


/* IE10以上 */
@media all and (-ms-high-contrast: none){
.confirm{
	margin-bottom:0px;
}
}

/*Firefox*/
@-moz-document url-prefix() {
.confirm{
	margin-bottom:0px;
}
}

#formWrap {
	width:100%;
	margin:0 auto;
}
table.formTable{
	width:100%;
	margin:0 auto;
	border-collapse:collapse;
}
table.formTable td,table.formTable th{
	border:1px solid #ccc;
	padding:15px;
}
table.formTable th{
	width:30%;
	font-weight:normal;
	background:#efefef;
	text-align:left;
}
p.error_messe{
	margin:5px 0;
	color:red;
	text-align:left;
	padding:0;
}



/*完了画面*/
.comp{
	width:1000px;
	height:auto;
	position:relative;
	margin:0 auto;
	margin-bottom:750px;
}

.comp > h4{
	font-size:18px;
	text-align:center;
	padding-top:100px;
	padding-bottom:200px;
}


/* IE10以上 */
@media all and (-ms-high-contrast: none){
.comp{
	margin-bottom:0px;
}
}

/*Firefox*/
@-moz-document url-prefix() {
.comp{
	margin-bottom:0px;
}
}


@media screen and (max-width: 960px) {
.entry-cont01{
	width:95%;
	padding:30px 0 0 0;
	margin-bottom:50px;
}

.entry-cont02{
	width:95%;
	margin-bottom:0px;
}

table{
	width:100%;
	margin-bottom:30px;
}

table th,
table td{
	display:block;
	width:100%;
	padding:10px;
}

table th{
	padding:0px;
}

table th > span{
	display:block;
	width:100%;
	height:auto;
	position:static;
	line-height:normal;
	padding:10px 0;
}

table tr,
table tr:last-child{
	border:none;
}

table input[type="text"],
table input[type="email"],
table input[type="tel"] {
	 width:100%;
}

table input[type="text"],
table input[type="email"],
table input[type="tel"] {
	-webkit-appearance: none;
}

table td input.date,
table td input.tel{
	width:30%;
}

#name_1,
#read_1{
	margin-bottom:10px;
}

.select-div.sel2 {
	margin-bottom:15px;
}

label{
	width:30%;
	margin-bottom:15px;
}

.btn{
	width:100%;
	margin-top:50px;
}

a.privacy-btn{
	margin-right:0;
}

a.privacy-btn,
input[type="submit"]{
	width:100%;
	font-size:14px;
	margin:0 auto;
	margin-bottom:10px;
}


/*エラー画面*/
.confirm{
	width:100%;
	padding:30px 0 0px 0;
	margin-bottom:50px;
}

#formWrap {
	width:95%;
	margin:0 auto;
}
table.formTable th, table.formTable td {
	width:auto;
	display:block;
}
table.formTable th {
	margin-top:5px;
	border-bottom:0;
}
input[type="submit"], input[type="reset"], input[type="button"] {
	display:block;
	width:100%;
	/*height:40px;*/
}

input[type="submit"].confirm-btn,
input[type="button"].confirm-btn{
	margin-bottom:10px;
}



/*完了画面*/
.comp{
	width:100%;
	margin-bottom:100px;
}

.comp > h4{
	font-size:16px;
	padding-bottom:0px;
}

}