/** style-contact.css **/


main{
	margin-top: 80px;
}


footer{
	margin-top: 120px;
}

#footNavi_top{
	padding: 0 0 20px;
	width: 100%;
	height: 160px;
}


@media only screen and (max-width: 769px) {
	footer{
		margin-top: 50px;
	}

	#footNavi_top{
		padding: 40px 0 0;
		width: 100%;
		height: 140px;
	}
}

/*==========================================
contact
===========================================*/
#contact{}

#contact .contentInner{
	max-width: 980px;
}

h2.pagetitle{
	text-align: center;
}

#contact h3{
	position: relative;
	padding: 1.5rem;
	text-align: center;
	font-size: 2em;
	margin-bottom: 50px;
	color: #333333;
	font-weight: 700;
}


#contact h3:before {
  position: absolute;
  top: 0;
  left: calc(50% - 40px);
  width: 80px;
  height: 5px;
  content: '';
  border-radius: 3px;
  background: #f15a24;
}


@media screen and (max-width: 768px) {
	#contact h3{
		font-size: 1.7em;
	}

}



/*==========================================
 e_mail
===========================================*/
/**********
 e_mail
**********/
#e_mail{}



/** notes **/
.notes{
	margin:0 auto;
	width:100%;
	max-width:1000px;
	text-align:left;
	padding-top:30px;
	margin-top: 30px;
	border-top: 1px dotted #999;
}

.notes ul li{
	font-size:0.9em;
	padding-bottom:5px;
}


/* cp_ipselect* **/
.cp_ipselect {
	overflow: hidden;
	width: 96%;
	margin: 0 auto;
	text-align: center;
}
.cp_ipselect 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;
}
.cp_ipselect select::-ms-expand {
    display: none;
}
.cp_ipselect.cp_sl03 {
	position: relative;
	border-radius: 2px;
	border: 2px solid #f15a24;
	background: #ffffff;
}
.cp_ipselect.cp_sl03::before {
	position: absolute;
	top: 1.7em;
	right: 0.8em;
	width: 0;
	height: 0;
	padding: 0;
	content: '';
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-top: 6px solid #f15a24;
	pointer-events: none;
}
.cp_ipselect.cp_sl03 select {
	padding: 10px 38px 5px 8px;
	font-size:1.2em;
}



/* cp_ipselect* **/
.cp_select {
	overflow: hidden;
	width: 96%;
	margin: 0 auto;
	text-align: center;
}
.cp_select 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;
}
.cp_select select::-ms-expand {
    display: none;
}
.cp_select.cp_sl03 {
	position: relative;
	border-radius: 2px;
	border: solid 1px #888;
	background: #ffffff;
}
.cp_select.cp_sl03::before {
	position: absolute;
	top: 1.7em;
	right: 0.8em;
	width: 0;
	height: 0;
	padding: 0;
	content: '';
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-top: 6px solid #888;
	pointer-events: none;
}
.cp_select.cp_sl03 select {
	padding: 10px 38px 5px 8px;
	font-size:1em;
}


/** **/
.birthday_select{
	overflow: hidden;
	width: 96%;
	margin: 0 auto;
	text-align: center;
}

.birthday_select > div{
	width: 40%;
	margin: 0 auto 0 0;
}

.birthday_select input{
	padding: 10px 8px 5px;
}


@media screen and (max-width: 768px) {
	.birthday_select > div{
		width: 98%;
		margin: 0 auto;
	}
	
	.birthday_select input{
		padding: 5px;
	}

}