
/*----------------------------------------------------
 id style
----------------------------------------------------*/

section#main_area h2 {
	background-image: url(../images/ttl.png);
}

/*----------------------------------------------------
 contents style)SP
----------------------------------------------------*/

div.contact_form {
	width: 90%;
	text-align: left;
	margin: 0px auto 40px auto;
	padding: 0px;
}
div.contact_form p {
	width: 100%;
	text-align: left;
	line-height: 1.5em;
	margin: 0px auto 20px auto;
	padding: 0px;
}
div.contact_form dl {
	width: 100%;
	overflow: hidden;
	border-bottom: 1px dotted #999;
	margin: 0px 0px 20px 0px;
	padding: 0px 0px 20px 0px;
}
div.contact_form dl:last-of-type {
	border-bottom: none;
	padding-bottom: 0px;
}
div.contact_form dl dt {
	width: 100%;
	text-align: left;
	overflow: hidden;
	margin: 0px 0px 10px 0px;
	padding: 0px;
}
div.contact_form dl dt:before {
	content: "■";
	margin-right: 5px;
	color: #009e9f;
}
div.contact_form dl dt span {
	width: 40px;
	float: right;
	background-color: #de091b;
	display: block;
	font-size: 10px;
	line-height: 20px;
	color: #fff;
	border-radius: 10px;
	text-align: center;
	font-weight: normal;
	overflow: hidden;
	margin: 0px;
	padding: 0px;
}
div.contact_form dl dt strong {
	width: 130px;
	float: right;
	border-radius: 3px;
	background-color: #F60;
	display: block;
	font-size: 12px;
	color: #fff;
	text-align: center;
	overflow: hidden;
	margin: 0px;
	padding: 0px;
}
div.contact_form dl dd {
	width: 100%;
	text-align: left;
	margin: 0px;
	padding: 0px;
}
div.contact_form dl dd input[type="text"],
div.contact_form dl dd input[type="email"] {
	width: 100%;
	box-sizing: border-box;
	text-align: left;
	line-height: 30px;
	border: 1px solid #dfdfdf;
	border-radius: 3px;
	text-indent: 5px;
	-webkit-appearance : none;
    -webkit-tap-highlight-color : rgba(0,0,0,0);
	margin: 0px;
}
div.contact_form dl dd textarea {
	width: 100%;
	height: 120px;
	box-sizing: border-box;
	border-radius: 5px;
	border: 1px solid #dfdfdf;
	-webkit-appearance : none;
    -webkit-tap-highlight-color : rgba(0,0,0,0);
	margin: 0px;
	padding : 5px;
}
div.contact_form dl dd ul {
	width: 100%;
	margin: 0px;
	padding: 0px;
}
div.contact_form dl dd ul li {
	width: 100%;
	text-align: left;
	margin: 0px 0px 15px 0px;
	padding: 0px;
}
div.contact_form dl dd ul li:last-child {
	margin-bottom: 0px;
}
div.contact_form dl dd ul li strong {
	display: block;
	font-size: 12px;
	margin: 0px auto 5px auto;
	padding: 0px;
}
div.contact_form dl dd ul li strong:before {
	content: "・";
}
div.contact_form dl dd ul li select {
	width: 100%;
	box-sizing: border-box;
	border-radius: 5px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	text-indent: 5px;
	border: 1px solid #dfdfdf;
	background: url(../../commons/images/icon_select_arrow.png) 98% 50% no-repeat;
	background-size: 20px, 100%;
	padding: 5px 0px 5px 0px;
	margin: 0px;
}
div.contact_form button {
	width: 60%;
	display: block;
	border: 0;
	text-align: center;
	background-color: #333;
	color: #fff;	
	line-height: 40px;
	margin: 0px auto 0px auto;
	padding: 0px;
}



div.contact_privacy {
	width: 90%;
	text-align: left;
	margin: 0px auto 0px auto;
	padding: 0px;
}
div.contact_privacy h4 {
	width: 100%;
	text-align: center;
	box-sizing: border-box;
	border: 1px solid #999;
	background-image: url(../images/privacy_open.png);
	background-repeat: no-repeat;
	background-position: 95% center;
	background-size: 20px;
	margin: 0px auto 15px auto;
	padding: 10px 0px 10px 0px;
}
div.contact_privacy h4.active {
	background-image: url(../images/privacy_close.png);
}
div.contact_privacy h4 span {
	width: 100%;
	text-align: center;
	display: block;
	font-size: 12px;
	font-weight: normal;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
div.contact_privacy div {
	width: 100%;
	text-align: left;
	margin: 0px auto 0px auto;
	padding: 0px 0px 0px 0px;
}

div.contact_privacy p {
	width: 100%;
	text-align: left;
	font-size: 12px;
	line-height: 1.5em;
	margin: 0px 0px 15px 0px;
	padding: 0px;
}
div.contact_privacy dl {
	width: 100%;
	margin: 0px;
	padding: 0px;
}
div.contact_privacy dl dt {
	color: #009e9f;
	font-weight: bold;
	text-align: left;
	line-height: 1.5em;
	font-size: 12px;
	margin: 0px 0px 3px 0px;
	padding: 0px;
}
div.contact_privacy dl dd {
	width: 100%;
	text-align: left;
	font-size: 12px;
	line-height: 1.5em;
	border-bottom: 1px dotted #999;
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 10px 0px;
}

div.contact_privacy dl dd ul {
	width: 100%;
	text-align: left;
	margin: 10px 0px 0px 0px;
	padding: 0px;
}
div.contact_privacy dl dd ul li {
	text-align: left;
	line-height: 1.5em;
	font-size: 12px;
	text-indent: -20px;
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 0px 20px;
}
div.contact_privacy dl dd ul li:last-child {
	margin-bottom: 0px;
}
div.contact_privacy dl dd:last-child {
	border-bottom: none;
	margin-bottom: 0px;
	padding-bottom: 0px;
}


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


div.contact_thanks {
	width: 90%;
	text-align: left;
	margin: 0px auto 0px auto;
	padding: 0px;
}
div.contact_thanks dl dt {
	width: 100%;
	line-height: 1.5em;
	text-align: center;
	color: #009e9f;
	font-size: 16px;
	margin: 0px 0px 10px 0px;
	padding: 0px;
}
div.contact_thanks dl dd {
	width: 100%;
	line-height: 1.5em;
	text-align: left;
	margin: 0px 0px 20px 0px;
	padding: 0px;
}
div.contact_thanks dl dd:last-of-type {
	text-align: center;
}
div.contact_thanks p {
	text-align: left;
	font-size: 12px;	
	line-height: 1.5em;
	background-color: #f5f5f5;
	border-radius: 3px;
	margin: 0px;
	padding: 15px;
}
div.contact_thanks p a {
	font-size: 12px;	
}



@media only screen and (min-width: 460px) {
	
}

@media only screen and (min-width: 700px) {

}

@media only screen and (min-width: 1001px) {


/*----------------------------------------------------
 contents style)PC
----------------------------------------------------*/

div.contact_form {
	width: 960px;
	text-align: left;
	margin: 0px auto 60px auto;
	padding: 0px;
}
div.contact_form p {
	width: 900px;
	text-align: left;
	line-height: 1.8em;
	margin: 0px auto 30px auto;
	padding: 0px;
}
div.contact_form dl {
	width: 900px;
	overflow: hidden;
	border-bottom: 1px dotted #999;
	margin: 0px auto 20px auto;
	padding: 0px 0px 20px 0px;
}
div.contact_form dl:last-of-type {
	border-bottom: none;
	padding-bottom: 0px;
}
div.contact_form dl dt {
	width: 240px;
	text-align: left;
	float: left;
	overflow: hidden;
	margin: 0px 0px 10px 0px;
	padding: 0px;
}
div.contact_form dl dt:before {
	content: "■";
	margin-right: 5px;
}
div.contact_form dl dt span {
	width: 50px;
	background-color: #de091b;
	display: block;
	font-size: 12px;
	color: #fff;
	line-height: 25px;
	border-radius: 13px;
	text-align: center;
	overflow: hidden;
	margin: 0px 20px 0px 20px;
	padding: 0px;
}
div.contact_form dl dt strong {
	width: 130px;
	float: none;
	border-radius: 3px;
	background-color: #F60;
	display: block;
	font-size: 12px;
	color: #fff;
	text-align: center;
	overflow: hidden;
	margin: 10px 0px 0px 20px;
	padding: 0px;
}
div.contact_form dl dd {
	width: 660px;
	box-sizing: border-box;
	float: right;
	border-left: 2px solid #dfdfdf;
	text-align: left;
	margin: 0px;
	padding: 0px 0px 0px 20px;
}
div.contact_form dl dd input[type="text"],
div.contact_form dl dd input[type="email"] {
	width: 100%;
	box-sizing: border-box;
	text-align: left;
	line-height: normal;
	border: 1px solid #dfdfdf;
	border-radius: 3px;
	text-indent: 5px;
	-webkit-appearance : none;
    -webkit-tap-highlight-color : rgba(0,0,0,0);
	margin: 0px;
	padding: 5px;
}
div.contact_form dl dd input.zipcode {
	width: 30%;
}
div.contact_form dl dd textarea {
	min-width: 100%;
	width: 100%;
	height: 120px;
	box-sizing: border-box;
	border-radius: 3px;
	border: 1px solid #dfdfdf;
	-webkit-appearance : none;
    -webkit-tap-highlight-color : rgba(0,0,0,0);
	margin: 0px;
	padding : 5px;
}
div.contact_form dl dd ul {
	width: 100%;
	margin: 0px;
	padding: 0px;
}
div.contact_form dl dd ul li {
	width: 100%;
	text-align: left;
	margin: 0px 0px 15px 0px;
	padding: 0px;
}
div.contact_form dl dd ul li:last-child {
	margin-bottom: 0px;
}
div.contact_form dl dd ul li strong {
	display: block;
	font-size: 12px;
	margin: 0px auto 5px auto;
	padding: 0px;
}
div.contact_form dl dd ul li strong:before {
	content: "・";
}
div.contact_form dl dd ul li select {
	width: 100%;
	box-sizing: border-box;
	border-radius: 5px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	text-indent: 5px;
	border: 1px solid #dfdfdf;
	background: url(../../commons/images/icon_select_arrow.png) 98% 50% no-repeat;
	background-size: 20px, 100%;
	margin: 0px;
	padding: 5px 0px 5px 5px;
}
div.contact_form button {
	width: 280px;
	display: block;
	border: 0;
	text-align: center;
	background-color: #333;
	color: #fff;
	cursor: pointer;
	font-size: 16px;
	line-height: 50px;
	margin: 0px auto 0px auto;
	padding: 0px;
}



div.contact_privacy {
	width: 900px;
	text-align: left;
	margin: 0px auto 0px auto;
	padding: 0px 0px 0px 0px;
}
div.contact_privacy h4 {
	width: 100%;
	text-align: center;
	box-sizing: border-box;
	border: 1px solid #999;
	background-image: url(../images/privacy_open.png);
	background-repeat: no-repeat;
	background-position: 97% center;
	background-size: 20px;
	cursor: pointer;
	margin: 0px auto 15px auto;
	padding: 10px 0px 10px 0px;
}
div.contact_privacy h4.active {
	background-image: url(../images/privacy_close.png);
}
div.contact_privacy h4 span {
	width: 100%;
	text-align: center;
	display: block;
	font-size: 12px;
	font-weight: normal;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
div.contact_privacy div {
	width: 100%;
	display: none;
	text-align: left;
	margin: 0px auto 0px auto;
	padding: 0px 0px 0px 0px;
}

div.contact_privacy p {
	width: 100%;
	text-align: left;
	line-height: 1.5em;
	margin: 0px 0px 15px 0px;
	padding: 0px;
}
div.contact_privacy dl {
	width: 100%;
	margin: 0px;
	padding: 0px;
}
div.contact_privacy dl dt {
	font-weight: bold;
	border-radius: 5px;
	text-align: left;
	line-height: 1.5em;
	text-indent: -26px;
	margin: 0px 0px 5px 0px;
	padding: 0px 0px 0px 26px;
}
div.contact_privacy dl dd {
	width: 100%;
	text-align: left;
	line-height: 1.5em;
	border-bottom: 1px dotted #999;
	margin: 0px 0px 15px 0px;
	padding: 0px 0px 15px 0px;
}
div.contact_privacy dl dd ul {
	width: 100%;
	text-align: left;
	margin: 10px 0px 0px 0px;
	padding: 0px;
}
div.contact_privacy dl dd ul li {
	text-align: left;
	line-height: 1.5em;
	text-indent: -20px;
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 0px 20px;
}
div.contact_privacy dl dd ul li:last-child {
	margin-bottom: 0px;
}
div.contact_privacy dl dd:last-child {
	border-bottom: none;
	margin-bottom: 0px;
	padding-bottom: 0px;
}

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


div.contact_thanks {
	width: 960px;
	text-align: left;
	margin: 0px auto 0px auto;
	padding: 0px;
}

div.contact_thanks dl {
	width: 900px;
	text-align: center;
	margin: 0px auto 25px auto;
	padding: 0px;
}

div.contact_thanks dl dt {
	width: 100%;
	line-height: 1.8em;
	text-align: center;
	margin: 0px 0px 10px 0px;
	padding: 0px;
}
div.contact_thanks dl dd {
	width: 100%;
	line-height: 1.8em;
	text-align: center;
	margin: 0px 0px 15px 0px;
	padding: 0px;
}
div.contact_thanks dl dd:last-of-type {
	text-align: center;
	margin-bottom: 0px;
}
div.contact_thanks p {
	width: 900px;
	text-align: left;
	font-size: 14px;	
	line-height: 1.8em;
	background-color: #f5f5f5;
	border-radius: 5px;
	box-sizing: border-box;
	margin: 0px auto 0px auto;
	padding: 20px;
}
div.contact_thanks p a {
	font-size: 14px;	
}


}


/*----------------------------------------------------
 style end
----------------------------------------------------*/
