@charset "utf-8";


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

form#mail_form{
	width : 100%;
	margin : 10px 0 50px;
	padding : 10px 0;
	background : rgba(255, 255, 255, 0.45);
	/*text-shadow : 0px 1px 0px #ffffff;*/
}
form#mail_form dl{
	width : 100%;
	margin : 0 auto;
	overflow : hidden;
	padding: 0 20px
}
form#mail_form dl dt{
	clear : both;
	width : 30%;
	float : left;
	border-top : 1px solid #cccccc;
	padding : 15px 0;
	text-align : left;
	overflow : hidden;
}
form#mail_form dl dd{
	width : 70%;
	float : right;
	border-top : 1px solid #cccccc;
	padding : 20px 0 15px 5%;
}
form#mail_form dl dt:first-child,
form#mail_form dl dt:first-child+dd{
	border : none;
}
form#mail_form dl dt span{
	display : block;
	font-size : 90%;
	color : #B2B2B2;
}

/* -- for JavaScript ここから -------------------------------------------------------------------------------- */

form#mail_form dl dt span.required,
form#mail_form dl dt span.optional{
	display : inline-block;
	float : left;
	color : #fff;
	padding : 3px 5px;
	/*text-shadow : 0px 1px 0px #ccc;*/
}
/*form#mail_form dl dt span.required{
	background:
      linear-gradient(to top left, rgba(31,46,85,1.00) 50%, rgba(31,46,85,1.00) 50.5%) no-repeat top left/100% 100%
}
form#mail_form dl dt span.optional{
	background:
      linear-gradient(to top left, rgba(31,46,85,0.50) 50%, rgba(31,46,85,0.50) 50.5%) no-repeat top left/100% 100%
}*/
form#mail_form dl dd span{
	display : block;
	color : #ff0000;
}

#select-box02 select {
	position: relative;
	width: 100%;
	padding: 10px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: 1px solid #999;
	background: #fafafa;
	/*background: -webkit-linear-gradient(top, #fff 0%,#efebe1 100%);
	background: linear-gradient(to bottom, #fff 0%,#efebe1 100%);*/
}

#select-box02 label {
	position: relative;
	width: 95%;
}
 
#select-box02 label:after {
	display: block;
	content: " ";
	position: absolute;
	top: 50%;
	right: 20px;
	width: 20px;
	height: 20px;
	margin-top: -8px;
	background: url(../arrow02.png) 0 0 no-repeat;
	background-size: 20px;
	pointer-events: none;
}

.checkbox01-input{
  display: none;
}
.checkbox01-parts{
  padding-left: 20px;
  position:relative;
  margin-right: 20px;
}
.checkbox01-parts::before{
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 15px;
  height: 15px;
  border: 1px solid #999;
  border-radius: 4px;
}
.checkbox01-input:checked + .checkbox01-parts{
  color: #009a9a;
}
.checkbox01-input:checked + .checkbox01-parts::after{
  content: "";
  display: block;
  position: absolute;
  top: -5px;
  left: 5px;
  width: 7px;
  height: 14px;
  transform: rotate(40deg);
  border-bottom: 3px solid #009a9a;
  border-right: 3px solid #009a9a;
}

@media screen and (max-width:767px) { 
    /*　画面サイズが480pxからはここを読み込む　*/
p { color:#ededed;}
}

/* -- for JavaScript ここまで -------------------------------------------------------------------------------- */



form#mail_form input{
	height : 1.8em;
	border : 1px solid #cccccc;
	border-radius : 3px;
	background : #fafafa;
	padding-left:5px;
}


form#mail_form textarea{
	width : 95%;
	height : 200px;
	resize : vertical;
	border : 1px solid #cccccc;
	border-radius : 3px;
	background : #fafafa;
}
form#mail_form input:focus,
form#mail_form textarea:focus{
	box-shadow : 0px 0px 5px #55ccff;
	border : 1px solid #55ccff;
	background : #ffffff;
}
form#mail_form input#name_1,
form#mail_form input#name_2{
	width : 40%;
}
form#mail_form input#c_name_3{
	width: 81%
}
form#mail_form input#read_1,
form#mail_form input#read_2{
	width : 40%;
}
form#mail_form input#mail_address,
form#mail_form input#mail_address_confirm{
	width : 81%;
}
form#mail_form ul li{
	list-style-type : none;
	margin-bottom : 0.5em;
}
form#mail_form ul li label:hover{
	cursor : pointer;
}
form#mail_form ul li input{
	height : auto;
	margin-right : 0.5em;
}
form#mail_form input#postal{
	width : 30%;
}
form#mail_form input#address_1,
form#mail_form input#address_2{
	display : block;
	width : 95%;
	margin-bottom : 7px;
}
form#mail_form input#phone{
	width : 40%;
}
form#mail_form input#day{
	width : 30%;
}
form#mail_form input#age{
	width : 30%;
}
form#mail_form input#mail_submit_button{
	width : auto;
	height : auto;
	padding : 4px 10px;
	vertical-align : middle;
	color : #444444;
	background : #eeeeee;
	border : 1px solid #cccccc;
	border-radius : 3px;
	font-family : inherit;
	font-weight : bold;
}
form#mail_form input#mail_submit_button:hover{
	cursor : pointer;
	color : #fff;
	background : #000;
}




/* --responsive------------------------------------------- */
@media screen and (max-width : 767px){

form#mail_form{
	width : 100%;
}
form#mail_form dl{
	width : 100%;
}
form#mail_form dl dt{
	width : auto;
	float : none;
	text-align : left;
	padding : 10px 0;
	font-weight : bold;
}
form#mail_form dl dd{
	width : auto;
	float : none;
	border-top : none;
	padding : 0px 0 13px 0px;
}
form#mail_form dl dt span{
	font-weight : normal;
}

/* -- for JavaScript ここから -------------------------------------------------------------------------------- */

form#mail_form dl dt span.required,
form#mail_form dl dt span.optional{
	/*margin-right : 1em;*/
}

/* -- for JavaScript ここまで -------------------------------------------------------------------------------- */


form#mail_form input{
	height : 30px;
}
form#mail_form input#c_name_3,
form#mail_form input#name_1,
form#mail_form input#name_2,
form#mail_form input#read_1,
form#mail_form input#read_2,
form#mail_form input#mail_address,
form#mail_form input#mail_address_confirm,
form#mail_form input#postal,
form#mail_form input#address_1,
form#mail_form input#address_2,
form#mail_form input#phone,
form#mail_form input#day,
form#mail_form textarea{
	max-width : 95%;
	-webkit-appearance : none;
}


}
/* 767pixel end */

