#mail #subimage,#mail_thank #subimage{
	background: url("../images/mail/subimage.jpg") no-repeat center center;
}
#contact01{
	padding-top: 30px;
	padding-bottom: 50px;
	background: url("../images/mail/mail_bg1.png") no-repeat center top 50px;
	background-size:100%;
}
#contact01 .inner1{
	position: relative;
	padding: 50px 0;
}
/*　WebP対応の場合　*/
.webp #contact01 .inner1{
background: url(../images_webp/mail/mail_bg2.webp) no-repeat center top;
}
/*　WebP非対応の場合　*/
.no-webp #contact01 .inner1{
	background: url("../images/mail/mail_bg2.png") no-repeat center top;
}

#contact01 table td span{
	margin-top: 5px;
	color: #3281b9;
	font-size:90%;
}
#contact01 table{
	box-shadow: none;
}
#contact01 table th,#contact01 table td{
	background: inherit;
	border: none;
}
#contact01 table td.seimei{
	display: flex;
	flex-wrap: wrap;
}
.required_asterisk{
	float: right;
	display: inline-block;
	padding: 5px 10px;
	background: #e84070;
	color: #fff;
	font-size:90%;
}
#contact01 table td.seimei .half{
	width:49%;
}
#contact01 table td.seimei .half input[type=text]{
	width: 90%;
	margin-left: 2%;
}
#contact01 ul{
	background: #fff;
	padding: 50px;
}
#contact01 ul li{
	position: relative;
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom:dotted 2px #333;
}

#contact01 ul li dl{
	display: flex;
	flex-wrap: wrap;
}
#contact01 ul li dl dt{
	width: 30%;
	padding-top: 5px;
	padding-right: 20px;
}
#contact01 ul li dl dd span{
	margin-top: 5px;
	color: #3281b9;
	font-size:90%;
}
#contact01 .hissu{
	float: right;
	background: #e84070;
	color: #fff;
	padding: 2px 10px;
	font-size:90%;
}

#contact01 ul li dl dd{
	width: 70%;
}

#contact01 ul li dl dd.seimei input[type=text]{
	width:40%;
}
#contact01 ul li dl dd.seimei input[type=text]:first-child{
	margin-right:2%;
}
#contact01 .kibou .date{
	margin-bottom: 20px;
}
#contact .thanks{
	padding: 50px 20px;
}
#contact01 .link01{
	text-align: center;
}
#contact01 .link01 a{
	min-width: 200px;
}
input[type=text],input[type=email],textarea{
	width:100%;
	background: #f9e9ef;
	padding: 10px;
	border:none;
	border-radius: 3px;
}
input[type=date]{
	background: #f9e9ef;
	padding: 10px;
	border:none;
	border-radius: 3px;
}
input[type=text]#nenrei{
	width: 80px;
	text-align: center;
	margin-right: 10px;
}
input[type=checkbox]{
	margin-right: 5px;
}
textarea{
	height:200px;
}
.select01 {
    display: inline-flex;
    align-items: center;
    position: relative;
}
.select01::after {
    position: absolute;
    right: 10px;
    width: 10px;
    height: 7px;
    background-color: #535353;
    clip-path: polygon(0 0, 100% 0, 50% 100%);
    content: '';
    pointer-events: none;
}

.select01 select {
    appearance: none;
    padding:10px 30px 10px 10px;
	border:none;
	border-radius: 3px;
    background-color: #f9e9ef;
    color: #333333;
    font-size: 1em;
    cursor: pointer;
}
input::placeholder,textarea::placeholder {
  color: #aaa;
}

.btn01{
	padding:10px 30px 10px 20px;
	background: #fff url("../images/common/list01.png") no-repeat 90% center;
	color: #eb6c8b;
	border-radius:0 10px 0 10px;
	border:solid 1px #eb6c8b;
	font-size:110%;
	text-decoration: none;
	transition: 0.5s;
}
.btn01:hover{
	text-decoration: none;
	background: #fff url("../images/common/list01.png") no-repeat 95% center;
}
/*-------------------------sp----------------------------*/
@media screen and (min-width: 767px) and (max-width: 999px) {
	#contact01 .inner1{
		background-size:100% !important;
		padding-bottom: 5px;
	}
}

@media (max-width: 767px) {

	#contact01 .inner1{
		background-size:100% !important;
		padding: 0;
	}
	#contact01 .inner1 .hstyle01{
		padding:30px 0;
		margin-bottom:0  !important;
		text-shadow: 0 0 1px #fff,0 0 1px #fff,0 0 1px #fff,0 0 1px #fff,0 0 1px #fff,0 0 3px #fff;
	}
	#contact01 .inner1 p{
		text-shadow: 0 0 1px #fff,0 0 1px #fff,0 0 1px #fff,0 0 1px #fff,0 0 1px #fff,0 0 3px #fff;	
	}
	#contact01 ul{
		padding: 5%;
	}
	#contact01 ul li dl dt,#contact01 ul li dl dd{
		width: 100%;
	}
	#contact01 ul li dl dt{
		margin-bottom: 5px;
	}
	#contact .thanks{
	padding:10% 3% !important;
}
	#contact01 ul li::before{
		height: 25px;
	}
	#contact01 .kibou{
		flex-wrap: wrap;
	}
	#contact01 .kibou .date{
		width: 100%;
		margin-bottom: 10px;
	}
	#contact01 .kibou .time{
		width: 100%;
	}
	#contact01 .kibou .time span{
		display: block;
		margin-top: 10px;
	}
	#contact01 ul li.comment{
		padding-bottom: 30px;
	}
select{
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    outline: none;
    background: transparent;
}
select{
	background: #fff;
	padding: 10px;
	font-size:90%;
	border:none;
	color: #333;
	border-radius: 3px;
}
}
