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


#contents_privacy{
	background: #f5f5f5;
	padding-top: 70px;
	padding-bottom: 70px;
}

#contents_privacy article{
	background: #FFF;
	width: 920px;
	padding: 40px;
	padding-top: 20px;
	padding-bottom: 30px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

#contents_privacy article h4{
	font-size: 22px;
	font-weight: bold;
	color: #43c9a1;
	padding-bottom: 10px;
}

#contents_privacy article p{
	border-bottom: #f5f5f5 solid 1px;
	padding-bottom: 20px;
	margin-bottom: 20px;
}

#contents_privacy article .icon_window{
	position: relative;
	width: 250px;
	margin-left: auto;
	margin-right: auto;
}


#contents_privacy article .icon_window a{
	position: relative;
	display: block;
	width: 100%;
	height: 40px;
	
	background-color: #43c9a1;
	background-image: url(../../common/img/icon_win_white.png);
	background-repeat: no-repeat;
	background-position: 13px center;
	
	color: #FFF;
	font-size: 16px;
	font-weight: bold;
	transition: all 500ms 0s ease;
}

#contents_privacy article .icon_window a span{
	position: absolute;
	display: block;
	text-align: center;
	width: 100%;
	top: 50%;
	left: 0px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

#contents_privacy article .icon_window a:hover{
	filter:alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
}


#formarea > div > h3{
	text-align: center;
	font-size: 28px;
	font-weight: bold;
	color: #33bab0;
}

#formarea > div > h3 span{
	position: relative;
	text-align: center;
}

#formarea > div > h3 span strong{
	position: relative;
	z-index: 10;
	padding-left: 15px;
	padding-right: 15px;
}

#formarea > div > h3 span aside{
	position: absolute;
	display: block;
	width: 100%;
	height: 35px;
	top:0px;
	left:0;
	right: 0;
	margin: 0;
	background: linear-gradient(transparent 40%, #eaf8f7 40%);
	-webkit-transform: skew(-20deg);
	-moz-transform: skew(-20deg);
	-o-transform: skew(-20deg);
	transform: skew(-20deg);
	z-index: 1;
}

.contents_white{
	padding-top: 60px;
}

body#contact_form .contents_white{
	padding-top: 90px;
}


/*//////////////////////////////////////// form ////////////////////////////////////////*/

.formbox{
	width: 940px;
	margin-left: auto;
	margin-right: auto;
	background-image: url(../../common/img/shaded_cccccc.gif);
	background-repeat: repeat-x;
	background-position: 0px -26px;
	margin-top: 45px;
}

.formbox ul{
	padding-top: 4px;
}

.formbox ul li:nth-child(2n-1){
	width: 300px;
	float: left;
	
	font-size: 16px;
	font-weight: bold;
	padding-top: 30px;
	padding-bottom: 30px;
	padding-left: 10px;
}

.formbox ul li:nth-child(2n-1) span{
	font-size: 14px;
	color: #FFF;
	background-color: #e83333;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	margin-left: 10px;;
	padding: 13px;
	padding-top: 3px;
	padding-bottom: 3px;
}

.formbox ul li:nth-child(2n){
	padding-left: 330px;
	padding-top: 25px;
	padding-bottom: 30px;
	padding-right: 10px;
	background-image: url(../../common/img/shaded_cccccc.gif);
	background-repeat: repeat-x;
    background-position: left 0px bottom -28px;
}

.formbox .form_size_L{
	border: #cccccc solid 1px;
	background: #f9fafb;
	padding: 5px;
	width: 600px;
}

.formbox textarea{
	width: 600px;
	border: #cccccc solid 1px;
	background: #f9fafb;
	padding: 5px;
}

.formbox textarea:focus,
.formbox input:focus{
	outline:none;
	border:#FFCC33 1px solid;
	box-shadow: inset 0 0 3px #FFCC33;	
}

body.pcmode select{
	outline:none;
	text-indent: 0.01px;
	text-overflow: '';
	background: none transparent;
	vertical-align: middle;
	font-size: inherit;
	color: inherit;
	-webkit-appearance: button;
	-moz-appearance: button;
	appearance: button;
}


body.pcmode .select-wrap {
    position: relative;
	width: 300px;
}

body.pcmode .select-wrap:before {
    z-index: 1;
    position: absolute;
    right: 15px;
    top: 15px;
    content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 11px 5px 0 5px;
	border-color: #33bab1 transparent transparent transparent;
}

body.pcmode select{
    outline:none;
    -moz-appearance: none;
    text-indent: 0px;
    text-overflow: '';
    background: none transparent;
    vertical-align: middle;
    font-size: inherit;
    color: inherit;
    -webkit-appearance: button;
    -moz-appearance: button;
    appearance: button;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    height: 40px;
    padding: 8px 12px;
    border:1px solid #ddd;
    color:#000;
    width:100%;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	margin-bottom: 15px;
}

body.pcmode select option{
	background-color: #fff;
	color: #333;
}

body.pcmode select::-ms-expand {
	display: none;
}

body.pcmode select:-moz-focusring { 
	outline:none;
	-moz-outline-style: none;
	border:#FFCC33 1px solid;
	box-shadow: inset 0 0 3px #FFCC33;	
}

#g-rec{
	text-align: center;
	padding-top: 50px;
}

#g-rec > div{
	display: inline-block;
	margin-left: auto;
	margin-right: auto;
}


/*//////////////////////////////////////// button ////////////////////////////////////////*/

body#contact_form #form_bt_box{
	

	width: 50%;
	margin-left: auto;
	margin-right: auto;
	padding-top: 50px;
	padding-bottom: 150px;
	text-align: center;
}

body#contact_conf #form_bt_box{
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	padding-top: 50px;
	padding-bottom: 150px;
}

body#contact_conf #form_bt_box li{
	float: left;
	width: 50%;
}

#form_bt_box .submit_button,
#form_bt_box .history_button{
	position: relative;
	width: 80%;
	display: block;
	height: 60px;
	margin-left: auto;
	margin-right: auto;
	font-size: 20px;
	font-weight: bold;
	color: #FFF;
	border: none;
	background-color: #33bab0;
	cursor: pointer;
	transition: all 500ms 0s ease;
}

#form_bt_box .history_button{
	background-color: #a0a0a0;
}

#form_bt_box .submit_button:hover,
#form_bt_box .history_button:hover{
	filter:alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
}

#form_bt_box .submit_button:before,
#form_bt_box .history_button:before {
    z-index: 1;
    position: absolute;
    left: 15px;
    top: 25px;
    content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 5.5px 0 5.5px 15px;
	border-color: transparent transparent transparent #fff;
}

#inputerror{
	border:4px solid #CC0000;
	background:#ffe7f1;
	margin-top: 50px;
	margin-left: auto;
	margin-right: auto;
	width: 940px;
}
#inputerror h4{
	color:#fff;
	background:#CC0000;
	font-size:18px;
	font-weight:bold;
	padding-left:10px;
	padding-bottom:5px;
}
#inputerror p{
	padding:15px 20px;
	color:#CC0000;
	font-weight:bold;
}


/*//////////////////////////////////////// thanks ////////////////////////////////////////*/

#thanks_title {
    width: 940px;
    margin-left: auto;
    margin-right: auto;
    background-image: url(../../common/img/shaded_cccccc.gif);
    background-repeat: repeat-x;
    background-position: left 0px top -26px;
    margin-top: 45px;
	font-size: 24px;
	font-weight: bold;
	padding-top: 40px;
	padding-bottom: 40px;
}

#thanks_text {
	width: 940px;
    margin-left: auto;
    margin-right: auto;
    background-image: url(../../common/img/shaded_cccccc.gif);
    background-repeat: repeat-x;
    background-position: left 0px top -26px;
	padding-top: 40px;
	padding-bottom: 40px;
}

#thanks_other {
	width: 940px;
    margin-left: auto;
    margin-right: auto;
	padding-bottom: 40px;
	background-image: url(../../common/img/shaded_cccccc.gif);
    background-repeat: repeat-x;
    background-position: left 0px bottom -26px;
}

#thanks_button {
	padding-bottom: 150px;
}


#thanks_button li{
	width: 940px;
    margin-left: auto;
    margin-right: auto;
	background-image: url(../../common/img/shaded_cccccc.gif);
    background-repeat: repeat-x;
    background-position: left 0px bottom -29px;
}

#thanks_button li span a{
	display: block;
	color: #33bab0;
	position: relative;
	padding-left: 22px;
	padding-top: 16px;
	padding-bottom: 18px;
}

#thanks_button li span a:before{
	z-index: 1;
	content: "";
    position: absolute;
    left: 4px;
    top: 23px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 4px 0 4px 12px;
	border-color: transparent transparent transparent #33bab0;
}


#thanks_button li span a:hover{
	color: #33bab0;
	text-decoration: underline;
}





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

	#contents_privacy{
		background: #f5f5f5;
		padding: 2%;
		padding-top: 5%;
		padding-bottom: 5%;
	}

	#contents_privacy article{
		background: #FFF;
		width: 100%;
		padding: 5%;
		padding-top: 8%;
		padding-bottom: 8%;
		margin-left: auto;
		margin-right: auto;
		text-align: center;
	}
	
	#contents_privacy article h4{
		font-size: 20px;
	}
	
	#contents_privacy article p{
		padding-bottom: 4%;
		margin-bottom: 20px;
	}

	#formarea > div > h3{
		text-align: center;
		font-size: 22px;
		font-weight: bold;
		color: #33bab0;
	}

	#formarea > div > h3 span{
		position: relative;
		text-align: center;
	}

	#formarea > div > h3 span strong{
		position: relative;
		z-index: 10;
		padding-left: 15px;
		padding-right: 15px;
	}

	#formarea > div > h3 span aside{
		position: absolute;
		display: block;
		width: 100%;
		height: 35px;
		top:0px;
		left:0;
		right: 0;
		margin: 0;
		background: linear-gradient(transparent 40%, #eaf8f7 40%);
		-webkit-transform: skew(-20deg);
		-moz-transform: skew(-20deg);
		-o-transform: skew(-20deg);
		transform: skew(-20deg);
		z-index: 1;
	}

	body#contact_form .contents_white{
		padding-top: 12%;
	}

	.formbox{
		width: 100%;
		margin-left: auto;
		margin-right: auto;
		background-image: url(../../common/img/shaded_cccccc.gif);
		background-repeat: repeat-x;
		background-position: 0px -26px;
		margin-top: 45px;
	}
	
	.formbox ul{
		padding-top: 2px;
	}


	.formbox ul li:nth-child(2n-1){
		width: 100%;
		float: none;
		background-color: #eaf8f7;
		font-size: 16px;
		font-weight: bold;
		padding-top: 3%;
		padding-bottom: 3%;
		padding-left: 10px;
		padding-right: 10px;
	}


	.formbox ul li:nth-child(2n){
		padding-left: 0px;
		padding: 3%;
		padding-bottom: 12%;
		padding-right: 10px;
		padding-left: 10px;
		background-image: url(../../common/img/shaded_cccccc.gif);
		background-repeat: repeat-x;
		background-position: left 0px bottom -28px;
	}

	.formbox .form_size_L{
		border: #cccccc solid 1px;
		background: #f9fafb;
		padding: 5px;
		width: 100%;
	}

	.formbox  textarea{
		width: 100%;
		border: #cccccc solid 1px;
		background: #f9fafb;
		padding: 5px;
	}
	
	body.pcmode .select-wrap {
		width: 100%;
	}
	
	body#contact_form #form_bt_box,
	body#contact_conf #form_bt_box{
		width: 100%;
		margin-left: auto;
		margin-right: auto;
		padding-top: 10%;
		padding-bottom: 40%;
		text-align: center;
	}
	
	body#contact_conf #form_bt_box li{
		float: none;
		width: 100%;
	}

	
	#form_bt_box .submit_button,
	#form_bt_box .history_button{
		width: 90%;
		font-size: 18px;
	}
	
	#form_bt_box .history_button{
		margin-top: 10%;
	}
	
	#inputerror{
		width: 100%;
	}
	
	#inputerror p{
		padding:3%;
	}
	
	
	/*//////////////////////////////////////// thanks ////////////////////////////////////////*/

	#thanks_title {
		width: 100%;
		margin-left: auto;
		margin-right: auto;
		background-image: url(../../common/img/shaded_cccccc.gif);
		background-repeat: repeat-x;
		background-position: left 0px top -26px;
		margin-top: 45px;
		font-size: 20px;
		font-weight: bold;
		padding-top: 6%;
		padding-bottom: 6%;
	}

	#thanks_text {
		width: 100%;
		padding-top: 6%;
		padding-bottom: 6%;
	}

	#thanks_other {
		width: 100%;
		padding-top: 6%;
		padding-bottom: 6%;
	}

	#thanks_button {
		padding-bottom: 150px;
	}


	#thanks_button li{
		width: 100%;
	}

	


}