@charset "UTF-8";
/* ============================== main area ============================== */

form{
	width:100%;}
/* ======================================== 1050px以上 ======================================== */
@media(min-width: 1050px) {
/* ==================== basecss_area ==================== */
.underleft_headbox object {
	max-width: 98px;
	max-height: 18px;
}
/* ==================== underrightbox ==================== */
/* ===== contact toppage ===== */

/*  ==contacttoparea==  */

.contacttop {
	margin: 0px 0 70px 0;
	padding-top: 30px;
	border-top: 1px solid #AB035C;
}
.contacttop a {
}
/*  telarea  */


.telicon {
	float: left;
	width: 44px;
	height: 46px;
	padding-top: 15px;
}
.telicon img {
	width: 100%;
	height: auto;
}
.telicon object {
	width: 100%;
	height: auto;
}
.telright {
	float: left;
	line-height: 1;
	margin-left: 18px;
}
.teltextmiddle {
	font-size: 33px;
	font-weight: bold;
	color: #AB035C;
	padding: 10px 0;
}
/*  mailarea  */

.malarea {
	margin-top: 65px;
}
.malicon {
	float: left;
	width: 44px;
	height: 31px;
	padding-top: 27px;
}
.malicon img {
	width: 100%;
	height: auto;
}
.malicon object {
	width: 100%;
	height: auto;
}
.malright {
	float: left;
	line-height: 1;
	margin-left: 18px;
}
.maltextmiddle {
	font-size: 33px;
	font-weight: bold;
	color: #AB035C;
	padding: 10px 0;
}
/*  ==contactarea==  */

.contact_area {
	height: 42px;
	line-height: 42px;
	background: url(../images/contact_headbg.png) repeat-x;
	color: #fff;
	padding-left: 10px;
}
.contact_subtext {
	margin: 14px 0 28px 0;
}
.error {
	color: red;
		margin-bottom:25px;

}
/*  =form=  */
.form {
	margin-bottom: 55px;
}
input, button, textarea {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
/*  radio  */
.radio02 {
	margin-left: 5px;
}
input[type="radio"] + label {
	position: relative;
	display: inline-block;
	padding: 0px 0px 0px 22px;
	cursor: pointer;
	height: 38px;
	line-height: 38px;
}
input[type="radio"] {
	display: none;
}
input[type="radio"]:checked + label::before {
	background: #fff;
	border: 1px solid #AB035C;
}
input[type="radio"] + label::before {
	width: 16px;
	height: 16px;
	margin-top: -9px;
	left: 0;
	background: #eee;
	border: 1px solid #ccc;
}
input[type="radio"] + label::before, input[type="radio"] + label::after {
	content: '';
	top: 50%;
	position: absolute;
	border-radius: 100%;
	-webkit-transition: all .2s;
	-moz-transition: all .2s;
	transition: all .2s;
}
input[type="radio"]:checked + label::after {
	opacity: 1;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	transform: scale(1);
}
input[type="radio"] + label::after {
	opacity: 0;
	left: 4px;
	width: 10px;
	height: 10px;
	margin-top: -5px;
	background: #AB035C;
	-webkit-transform: scale(0.5);
	-moz-transform: scale(0.5);
	transform: scale(0.5);
}
input[type="radio"] + label::before, input[type="radio"] + label::after {
	content: '';
	top: 50%;
	position: absolute;
	border-radius: 100%;
	-webkit-transition: all .2s;
	-moz-transition: all .2s;
	transition: all .2s;
}
/*  radio  */

/*  btn  */


button {
	width: 168px;
	height: 32px;
	border: none;
	background: #afafaf;
	margin-left: 175px;
	margin-top: 24px;
	cursor: pointer;
}
/*  btn  */
/*  required  */


.required {
/*	position: absolute; */
/*	top: 0px;*/
/*	right: 10px; */
/*	bottom: 0;*/
	width: 30px;
	height: 17px;
	line-height: 16px;
	text-align: center;
	font-size: 10px;
/*	margin: auto; */
	margin-right: 10px;
	float:right;
	background: #AB035C;
	color: #fff;
}
.textarea_d .required {
/*	position: absolute; */
	top: 12px;
	right: 10px;
	bottom: inherit;
	width: 30px;
	height: 17px;
	line-height: 16px;
	text-align: center;
	font-size: 10px;
	vertical-align: 1px;
}
/*  required  */


/*  table  */
table {
	table-layout: fixed;
	width: 562px;
	font-size: 12px;
}
th {
	width: 168px;
	height: 38px;
	text-align: left;
	padding-left: 18px;
	border-left: 1px solid #9c9c9c;
	border-top: 1px solid #9c9c9c;
	background: #ededed;
/*	position: relative; */
}
td {
	height: 38px;
	width: 394px;
	padding: 0 8px;
	border-left: 1px solid #9c9c9c;
	border-top: 1px solid #9c9c9c;
	border-right: 1px solid #9c9c9c;
		word-break: break-all;

}
.textarea_he {
	padding: 8px;
}
textarea {
	width: 100%;
	padding: 1px;
	resize: vertical;
	vertical-align: middle;
	min-height: 173px;
}
.textarea_d th {
	padding: 12px 0 0 18px;
}
td input {
	height: 22px;
	width: 100%;
	padding: 1px;
	border: 1px solid #9c9c9c;
}
.textarea_d th {
	vertical-align: top;
}
.btmline {
	border-bottom: 1px solid #9c9c9c;
}



/* ===== contact confirmpage ===== */







.contactconfirmpage .submit02 {
	width: 168px;
	height: 32px;
	border: none;
	background: #dcdcdc;
	margin-left: 0px;
	margin-top: 24px;
	cursor: pointer;
	float: left;
}
.contactconfirmpage button {
	width: 168px;
	height: 32px;
	border: none;
	background: #afafaf;
	margin-left: 9px;
	margin-top: 24px;
	cursor: pointer;
	float: left;
}
/* ===== contact sendpage ===== */

.contactsendpage .underrightbox_inner{
	min-height:400px;}
	
	
.contactsendpage .contact_sendtext{
	font-size:18px;
	color:#AB035C;
	margin:40px 0;
	}


.contactsendpage .contact_subtext {
    margin: 0;}


}
/* ======================================== 1049px以下 ======================================== */

@media(max-width: 1049px) {
/* ==================== basecss_area ==================== */
.underleft_headbox object {
	max-width: 98px;
	max-height: 18px;
}
/* <<  leftメニューlink >> */

.underleft_linkbox {
	display: none;
}
/* ==================== underrightbox ==================== */
/* ===== contact toppage ===== */

/*  ==contacttoparea==  */

/*  telarea  */

.telarea {
	text-align: center;
}
.telicon {
	width: 44px;
	height: 46px;
	display: inline-block;
	text-align: center;
	margin-bottom: 30px;
}
.telicon img {
	width: 100%;
	height: auto;
}
.telicon object {
	width: 100%;
	height: auto;
}
.teltextmiddle {
	font-size: 33px;
	font-weight: bold;
	color: #AB035C;
	padding: 10px 0;
}
/*  mailarea  */

.malarea {
	margin-top: 40px;
	text-align: center;
	margin-bottom: 40px;
}
.malicon {
	width: 44px;
	height: 31px;
	display: inline-block;
	text-align: center;
	margin-bottom: 30px;
}
.malicon img {
	width: 100%;
	height: auto;
}
.malicon object {
	width: 100%;
	height: auto;
}
.maltextmiddle {
	font-size: 33px;
	font-weight: bold;
	color: #AB035C;
	padding: 10px 0;
}
/*  ==contactarea==  */

.contact_area {
	height: 42px;
	line-height: 42px;
	background: url(../images/contact_headbg.png) repeat-x;
	color: #fff;
	padding-left: 10px;
}
.contact_subtext {
	margin: 14px 0 28px 0;
}
.error {
	color: red;
	margin-bottom:25px;
}
/*  =form=  */



/*  radio  */

input[type="radio"] + label {
	position: relative;
	display: inline-block;
	padding: 15px 0px 15px 22px;
	cursor: pointer;
	width: 100%
}
input[type="radio"] {
	display: none;
}
input[type="radio"]:checked + label::before {
	background: #fff;
	border: 1px solid #AB035C;
}
input[type="radio"] + label::before {
	width: 16px;
	height: 16px;
	margin-top: -9px;
	left: 0;
	background: #eee;
	border: 1px solid #ccc;
}
input[type="radio"] + label::before, input[type="radio"] + label::after {
	content: '';
	top: 50%;
	position: absolute;
	border-radius: 100%;
	-webkit-transition: all .2s;
	-moz-transition: all .2s;
	transition: all .2s;
}
input[type="radio"]:checked + label::after {
	opacity: 1;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	transform: scale(1);
}
input[type="radio"] + label::after {
	opacity: 0;
	left: 4px;
	width: 10px;
	height: 10px;
	margin-top: -5px;
	background: #AB035C;
	-webkit-transform: scale(0.5);
	-moz-transform: scale(0.5);
	transform: scale(0.5);
}
input[type="radio"] + label::before, input[type="radio"] + label::after {
	content: '';
	top: 50%;
	position: absolute;
	border-radius: 100%;
	-webkit-transition: all .2s;
	-moz-transition: all .2s;
	transition: all .2s;
}
/*  radio  */

/*  btn  */
.submit {
	text-align: center;
}
button.submit {
	width: 168px;
	height: 45px;
	border: none;
	background: #afafaf;
	margin-top: 24px;
	cursor: pointer;
	border-radius: 5px;
}
/*  btn  */


/*  required  */


.required {
	color: #AB035C;
	padding-left: 10px;
}
/*  table  */
table {
	table-layout: fixed;
	width: 80%;
	margin: 0 auto;
	font-size: 12px;
}
tr {
	display: block;
	list-style: none;
}
th {
	display: list-item;
	width: 100%;
	height: 38px;
	line-height: 38px;
	text-align: left;
	padding-left: 18px;
	background: #ededed;
}
td {
	display: list-item;
	width: 100%;
	padding: 15px 8px;
	background: #fff;
}
.textarea_he {
	padding: 8px;
}
textarea {
	width: 100%;
	padding: 10px;
	resize: vertical;
	vertical-align: middle;
	min-height: 173px;
	border-radius: 5px;
}
td input {
	height: 40px;
	width: 100%;
	padding: 10px;
	border: 1px solid #9c9c9c;
	border-radius: 5px;
}
.textarea_d th {
	vertical-align: top;
}
/* ===== contact confirmpage ===== */



.submit_re {
	text-align: center;
}
.contactconfirmpage .submit02 {
	width: 168px;
	height: 45px;
	border: none;
	background: #dcdcdc;
	margin-top: 24px;
	cursor: pointer;
	border-radius: 5px;
}



/* ===== contact sendpage ===== */

.contactsendpage .underrightbox_inner{
	min-height:400px;}
	
	
.contactsendpage .contact_sendtext{
	font-size:18px;
	color:#AB035C;
	margin:40px 0;
	}


.contactsendpage .contact_subtext {
    margin: 0;}










}





/* ======================================== 767px以下 ======================================== */
@media(max-width: 767px) {
}





/* ======================================== 600px以下 ======================================== */
@media(max-width: 600px) {
a.sptel {
	display: block;
	border: 1px solid #AB035C;
	border-radius: 5px;
	padding: 15px 0 15px 0;
	color: #AB035C;
}
a.sptel:hover {
	text-decoration: none;
}
a.spmail {
	display: block;
	border: 1px solid #AB035C;
	border-radius: 5px;
	padding: 15px 0 20px 0;
	color: #AB035C;
}
a.spmail:hover {
	text-decoration: none;
}
.teltextmiddle {
	font-size: 25px;
}
.maltextmiddle {
	font-size: 25px;
}
/*  table  */
table {
	width: 100%;
}
