@charset "UTF-8";

@import url(https://fonts.googleapis.com/css?family=Lato:400,700);
@import url(https://fonts.googleapis.com/earlyaccess/notosansjp.css);


/*----------------------------------------------------
 commons style)SP
----------------------------------------------------*/

* {
    font-family: Lato, "Noto Sans JP", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 14px;
	color: #333;
	margin: 0px;
	padding: 0px;
}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video,input,textarea {
	max-height: 100%;
}

body {
	text-align: center;
	margin: 0px;
	padding: 0px;
}

img {
	display: block;
	border-style: none;
}

em,strong,h1,h2,h3,dt {
	font-weight: bolder;
}

ul li,ol li {
	list-style: none;
}

a{
	color: #333;
	text-decoration: underline;
}
a:active {
}
a:link {
}
a:visited {
}
a:hover {
}

.sp_none {
	display: none;
}
.pc_none {
	display: block;
}

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

header {
	width: 100%;
	height: 50px;
	text-align: center;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 10;
	background-color: rgba(255,255,255,0.9);
	box-shadow: 0px 1px 3px 1px rgba(0,0,0,0.1);
	margin: 0px;
	padding: 0px;
}
header div {
	width: 100%;
	text-align: left;
	margin: 0px;
	padding: 0px;
}
header div h1 {
	width: 180px;
	float: left;
	margin: 10px 0px 0px 5%;
	padding: 0px;
}
header div h1 a {
	width: 100%;
	height: 30px;
	display: block;
	text-indent: -9999px;
	background-image: url(../images/logo.png);
	background-repeat: no-repeat;
	background-size: auto 30px;
	background-position: left center;
	margin: 0px;
	padding: 0px;
}
header div ul {
	width: 102px;
	float: right;
	margin: 0px;
	padding: 0px;
}
header div ul li {
	width: 50px;
	float: left;
	margin: 0px 0% 0px 1px;
	padding: 0px;
}
header div ul li a {
	width: 100%;
	height: 50px;
	text-indent: -9999px;
	display: block;
	background-size: 50px;
	margin: 0px;
	padding: 0px;
}
header div ul li.tel a {
	background-image: url(../images/header_btn_tel_sp.png);
}
header div ul li.form a {
	background-image: url(../images/header_btn_form_sp.png);
}


section.main_area {
	width: 100%;
	margin: 50px 0px 0px 0px;
	padding: 0px;
}
section.main_area article {
	width: 100%;
	margin: 0px;
	padding: 0px;
}
section.main_area article ul {
	width: 100%;
	margin: 0px;
	padding: 0px;
}
section.main_area article ul li {
	width: 100%;
	background-repeat: no-repeat;
	text-indent: -9999px;
	margin: 0px;
	padding: 0px;
}
section.main_area article ul li.preserved,
section.main_area article ul li.artificial {
	height: 160px;
	background-size: auto 160px;
}
section.main_area article ul li.preserved {
	background-image: url(../images/main_img_preserved.png);
	background-position: center right;
}
section.main_area article ul li.artificial {
	background-image: url(../images/man_img_artificial.png);
	background-position: center left;
}
section.main_area article ul li.copy {
	height: 55px;
	position:relative;
	z-index: 5;
	background-image: url(../images/main_img_copy.png);
	background-position: center;
	background-size: auto 55px;
	margin: -5px 0px -5px 0px; 
}
section.main_area article div {
	width: 100%;
	height: 100px;
	overflow: hidden;
	background-image: url(../images/main_bg_left.png), url(../images/main_bg_right.png);
	background-repeat: no-repeat;
	background-position: bottom left, bottom right;
	background-size: auto 50px;
	margin: 0px;
	padding: 0px;
}
section.main_area article div strong {
	width: 100%;
	height: 60px;
	display: block;
	background-image: url(../images/main_img_since.png);
	background-repeat: no-repeat;
	background-position: center;
	text-indent: -9999px;
	background-size: auto 60px;
	margin: 20px 0px 0px 0px;
	padding: 0px;
}


section.about_area {
	width: 100%;
	background-color: #7d2309;
	margin: 0px;
	padding: 30px 0px 30px 0px;
}
section.about_area article {
	width: 90%;
	margin: 0px auto 0px auto;
	padding: 0px;
}
section.about_area article h2 {
	width: 100%;
	height: 60px;
	text-indent: -9999px;
	background-image: url(../images/about_ttl_sp.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: auto 60px;
	margin: 0px 0px 10px 0px;
	padding: 0px;
}
section.about_area article dl {
	width: 90%;
	margin: 0px auto 20px auto;
	padding: 0px;
}
section.about_area article dl:last-of-type {
	margin-bottom: 0px;
}
section.about_area article dl dt {
	width: 80px;
	height: 80px;
    font-family: 'Noto Serif Japanese', serif;
	line-height: 1.3em;
	text-align: center;
	background-color: #d89494;
	border-radius: 40px;
	color: #fff;
	box-sizing: border-box;
	position: relative;
	z-index: 5;
	margin: 0px 0px -60px 10px;
	padding: 23px 0px 0px 0px;
}
section.about_area article dl dd {
	width: 100%;
	background-color: #fff;
	margin: 0px;
	padding: 0px;
}
section.about_area article dl dd img {
	width: 100%;
	height: auto;
	margin: 0px;
}
section.about_area article dl dd p {
	width: 100%;
	line-height: 1.5em;
	text-align: left;
	box-sizing: border-box;
	margin: 0px;
	font-size: 12px;
	padding: 15px;
}
section.about_area article dl dd strong {
	font-size: 12px;
	color: #7d2309;
	text-decoration: underline;
}


section.service_area {
	width: 100%;
	margin: 0px;
	padding: 0px;
}
section.service_area article {
	width: 100%;
	margin: 0px;
	padding: 0px;
}
section.service_area article ol {
	width: 100%;
	margin: 0px;
	padding: 0px;
}
section.service_area article ol li {
	width: 50%;
	float: left;
	margin: 0px;
	padding: 0px;
}
section.service_area article ol li.service_01 {
	background-color: rgba(27,141,169,0.9);
}
section.service_area article ol li.service_02 {
	background-color: rgba(129,173,24,0.9);
}
section.service_area article ol li.service_03 {
	background-color: rgba(125,35,9,0.9);
}
section.service_area article ol li.service_04 {
	background-color: rgba(203,59,52,0.9);
}
section.service_area article ol li.service_05 {
	background-color: rgba(165,54,122,0.9);
}
section.service_area article ol li.service_06 {
	background-color: rgba(165,97,8,0.9);
}
section.service_area article ol li dl {
	width: 100%;
	box-sizing: border-box;
	margin: 0px;
	padding: 15px 10px 15px 10px;
}
section.service_area article ol li dl dt {
	width: 100%;
	text-align: center;
	border-bottom: 2px solid #fff;
	margin: 0px auto 10px auto;
	padding: 0px 0px 10px 0px;
}
section.service_area article ol li dl dt strong {
    font-family: 'Noto Serif Japanese', serif;
	line-height: 1.3em;
	color: #fff;
	font-size: 16px;
}
section.service_area article ol li dl dt strong strong {
    font-family: 'Noto Serif Japanese', serif;
	line-height: 1.3em;
	color: #fff;
	font-size: 24px;
}
section.service_area article ol li dl dt span {
    font-family: 'Noto Serif Japanese', serif;
	line-height: 1.5em;
	color: #fff;
	font-size: 12px;
}
section.service_area article ol li dl dd {
	width: 100%;
	line-height: 1.5em;
	text-align: left;
	font-size: 10px;
	color: #fff;
	margin: 0px;
	padding: 0px;
}


section.form_area {
	width: 100%;
	background-color: #7d2309;
	margin: 0px;
	padding: 30px 0px 30px 0px;
}
section.form_area article {
	width: 80%;
	margin: 0px auto 0px auto;
	padding: 0px;
}
section.form_area article h2 {
	width: 100%;
	height: 60px;
	text-align: left;
	text-indent: -9999px;
	background-image: url(../images/form_ttl_sp.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: auto 60px;
	margin: 0px auto 20px auto;
	padding: 0px;
}
section.form_area article p {
	width: 100%;
	color: #fff;
	line-height: 1.5em;
	margin: 0px auto 20px auto;
	padding: 0px;
}
section.form_area article dl {
	width: 100%;
	border-bottom: 1px solid #fff;
	margin: 0px auto 15px auto;
	padding: 0px 0px 15px 0px;
}
section.form_area article dl dt {
	width: 100%;
	text-align: left;
	line-height: 1.5em;
	color: #fff;
	margin: 0px 0px 10px 0px;
	padding: 0px;
}
section.form_area article dl dt span {
	width: 40px;
	display: block;
	float: left;
	font-size: 12px;
	background-color: #fff;
	color: #7d2309;
	text-align: center;
	border-radius: 3px;
	overflow: hidden;
	margin: 0px 10px 0px 0px;
	padding: 0px;
}
section.form_area article dl dd {
	width: 100%;
	color: #fff;
	text-align: left;
	margin: 0px;
	padding: 0px;
}
section.form_area article dl dd input[type="text"],
section.form_area article dl dd input[type="email"] {
	 -webkit-appearance: none;
	width: 100%;
	border: none;
	box-sizing: border-box;
	text-align: left;
	overflow: hidden;
	border-radius: 0px;
	margin: 0px;
	padding: 8px;
}
section.form_area article dl dd input[type="text"]::-webkit-input-placeholder,
section.form_area article dl dd input[type="email"]::-webkit-input-placeholder {
	padding-top: 2px;
	line-height: 1;
}
section.form_area article dl dd input.age[type="text"] {
	width: 50px;
	margin-right: 10px;
}
section.form_area article dl dd input.zip[type="text"] {
	width: 90px;
	margin-left: 10px;
}
section.form_area article dl dd label {
	margin-right: 20px;
}
section.form_area article dl dd select {
	 -webkit-appearance: none;
	width: 100%;
	border: none;
	box-sizing: border-box;
	text-align: left;
	background-image: url(../images/form_icn_select.png);
	background-repeat: no-repeat;
	background-position: 98% center;
	background-size: 20px;
	background-color: #fff;
	overflow: hidden;
	border-radius: 0px;
	margin: 0px;
	padding: 8px;
}
section.form_area article dl dd textarea {
	-webkit-appearance: none;
	width: 100%;
	height: 150px;
	border: none;
	box-sizing: border-box;
	text-align: left;
	overflow: hidden;
	border-radius: 0px;
	margin: 0px;
	padding: 8px;
}
section.form_area article dl dd ul {
	margin: 0px;
	padding: 0px;
}
section.form_area article dl dd ul li {
	color: #fff;
	margin: 0px 0px 10px 0px;
	padding: 0px;
}
section.form_area article dl dd ul li:last-child {
	margin-bottom: 0px;
}
section.form_area article dl dd label.radio_text {
	cursor       : pointer;
	position     : relative;
	margin-right : 20px;
	overflow     : hidden;
	padding-left : 20px;
	display      : inline-block;
	color: #fff;
}
section.form_area article dl dd label.radio_text:before {
	position      : absolute;
	width         : 15px;
	height        : 15px;
	border        : 1px solid #fff;
	border-radius : 50%;
	left          : 0px;
	top           : 4px;
	content       : '';
	z-index       : 3;
}
section.form_area article dl dd label.radio_text:after {
	content          : '';
	position         : absolute;
	width            : 11px;
	height           : 11px;
	border-radius    : 100%;
	left             : 3px;
	top              : 7px;
	background-color : #fff;
	z-index          : 1;
}
section.form_area article dl dd label.radio_text input[type="radio"] {
	-moz-appearance: none;
	-webkit-appearance: none;
	position   : absolute;
	z-index    : 2;
	width      : 20px;
	height     : 20px;
	left       : -23px;
	top        : 1px;
	margin     : 0px;
	box-shadow : 20px -1px #7d2309;
}
section.form_area article dl dd label.radio_text input[type="radio"]:checked {
	box-shadow : none;
}
section.form_area article dl dd label.radio_text input[type="radio"]:focus {
	opacity    : 0.2;
	box-shadow : 20px -1px #7d2309;
}

section.form_area article dl.privacy dt strong {
	width: 80%;
	text-align: center;
	display: block;
	border-radius: 15px;
	background-color: #fff;
	color: #7d2309;
	line-height: 30px;	
	margin: 0px auto 10px auto;
	padding: 0px;
}
section.form_area article dl.privacy dt p {
	width: 100%;
	text-align: left;
	color: #fff;
	font-size: 12px;
	line-height: 1.5em;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
}
section.form_area article dl.privacy dd div {
	width: 100%;
	height: 150px;
	max-height: none;
	text-align: center;
	background-color: #fff;
	overflow: scroll;
	box-sizing: border-box;
	margin: 0px;
	padding: 10px 15px 10px 15px;
}
section.form_area article dl.privacy dd div dl {
	width: 100%;
	max-height: none;
	border-bottom: none;
	margin: 0px 0px 10px 0px;
	padding: 0px;
}
section.form_area article dl.privacy dd div dl:last-of-type {
	margin-bottom: 0px;
}
section.form_area article dl.privacy dd div dl dt {
	width: 100%;
	max-height: none;
	color: #333;
	text-align: left;
	font-size: 10px;
	margin: 0px 0px 5px 0px;
	padding: 0px;
}
section.form_area article dl.privacy dd div dl dd {
	width: 100%;
	max-height: none;
	font-size: 10px;
	line-height: 1.5em;
	text-align: left;
	overflow: hidden;
	margin: 0px;
	padding: 0px;
}
section.form_area article dl.privacy dd div dl dd p {
	width: 100%;
	max-height: none;
	color: #333;
	font-size: 10px;
	overflow: hidden;
	line-height: 1.5em;
	margin: 0px;
	padding: 0px;
}
section.form_area article dl.privacy dd div dl dd ol {
	width: 100%;
	max-height: none;
	margin: 0px;
	padding: 0px;
}
section.form_area article dl.privacy dd div dl dd ol li {
	width: 100%;
	max-height: none;
	font-size: 10px;
	line-height: 1.5em;
	box-sizing: border-box;
	text-indent: -2.6em;
	margin: 5px 0px 0px 0px;
	padding: 0px 0px 0px 2.6em;
}
section.form_area article dl.privacy dd div dl dd ul {
	width: 100%;
	max-height: none;
	margin: 0px;
	padding: 0px;
}
section.form_area article dl.privacy dd div dl dd ul li {
	width: 100%;
	max-height: none;
	font-size: 10px;
	color: #333;
	line-height: 1.5em;
	box-sizing: border-box;
	text-indent: -1.2em;
	margin: 5px 0px 0px 0px;
	padding: 0px 0px 0px 1.2em;
}
section.form_area article dl.privacy dd div dl dd address {
	font-style: normal;
	font-size: 10px;
	line-height: 1.5em;
	color: #333;
	border-left: 2px solid #999;
	box-sizing: border-box;
	margin: 5px 0px 0px 0px;
	padding: 0px 0px 0px 10px;
}
section.form_area article dl.privacy dd div dl dd address a {
	font-style: normal;
	font-size: 10px;
	line-height: 1.5em;
}
section.form_area article button {
	-webkit-appearance: none;
	width: 90%;
	background-color: #d7ac39;
	text-align: center;
	overflow: hidden;
	color: #fff;
	border: none;
	border-radius: 3px;
	margin: 0px auto 0px auto;
	padding: 10px 0px 10px 0px;
}
section.form_area article button span {
	color: #fff;
	font-size: 12px;
	font-weight: normal;
	display: block;
	margin: 0px;
	padding: 0px;
}
section.form_area article button strong {
	color: #fff;
	font-size: 18px;
	margin: 0px;
	padding: 0px;
}
section.form_area article div.mfp_err {
	color: #fff;
	text-decoration: underline;	
}


footer {
	width: 100%;
	text-align: center;
	margin: 0px;
	padding: 0px;
}
footer dl {
	width: 100%;
	margin: 0px;
	padding: 20px 0px 20px 0px;
}
footer dl dt {
	width: 100%;
	font-size: 12px;
	line-height: 1.5em;
	font-weight: normal;
	background-image: url(../images/logo.png);
	background-repeat: no-repeat;
	background-size: auto 30px;
	background-position: center top;
	margin: 0px 0px 10px 0px;
	padding: 40px 0px 0px 0px;
}
footer dl dd {
	font-size: 10px;
	line-height: 1.5em;
	margin: 0px;
	padding: 0px;
}


a#pagetop {
	width: 50px;
	height: 50px;
	position: fixed;
	right: 15px;
	bottom: 15px;
	display: block;
	z-index: 10;
	text-indent: -9999px;
	background-size: 50px;
	background-image: url(../images/pagetop.png);
	background-repeat: no-repeat;
	background-position: left top;
	margin: 0px;
	padding: 0px;
}



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

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

}

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



/*----------------------------------------------------
 commons style)PC
----------------------------------------------------*/


* {
	font-size: 16px;
	margin: 0px;
	padding: 0px;
}

body {
	text-align: center;
	margin: 0px;
	padding: 0px;
}

img {
	display: block;
	border-style: none;
}

em,strong,h1,h2,h3,dt {
	font-weight: bolder;
}

ul li,ol li {
	list-style: none;
}

a{
	color: #333;
	text-decoration: underline;
}



input[type="submit"]:hover,
button:hover,
a:hover,
a:hover img {
	text-decoration: none;
	opacity: 0.5;
	filter: alpha(opacity=50);
	-ms-filter: "alpha(opacity=50)";
}
a:active {
}
a:link {
}
a:visited {
}
a:hover {
}


.sp_none {
	display: block;
}
.pc_none {
	display: none;
}


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

header {
	width: 100%;
	height: 70px;
	text-align: center;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 10;
	background-color: rgba(255,255,255,0.9);
	box-shadow: 0px 1px 3px 1px rgba(0,0,0,0.1);
	margin: 0px;
	padding: 0px;
}
header div {
	width: 960px;
	text-align: left;
	margin: 0px auto 0px auto;
	padding: 0px;
}
header div h1 {
	width: 240px;
	float: left;
	margin: 15px 0px 0px 0;
	padding: 0px;
}
header div h1 a {
	width: 100%;
	height: 40px;
	display: block;
	text-indent: -9999px;
	background-image: url(../images/logo.png);
	background-repeat: no-repeat;
	background-size: auto 40px;
	background-position: left center;
	margin: 0px;
	padding: 0px;
}
header div ul {
	width: 680px;
	float: right;
	margin: 0px;
	padding: 0px;
}
header div ul li {
	width: auto;
	float: left;
	margin: 0px;
	padding: 0px;
}
header div ul li.tel {
	width: 405px;
}
header div ul li.form {
	float: right;
	width: 250px;
}
header div ul li a {
	width: 100%;
	height: 70px;
	text-indent: -9999px;
	display: block;
	background-size: auto 70px;
	margin: 0px;
	padding: 0px;
}
header div ul li.tel a {
	pointer-events: none;
	background-image: url(../images/header_btn_tel_pc.png);
}
header div ul li.form a {
	background-image: url(../images/header_btn_form_pc.png);
}


section.main_area {
	width: 100%;
	margin: 70px 0px 0px 0px;
	padding: 0px;
}
section.main_area article {
	width: 100%;
	margin: 0px;
	padding: 0px;
}
section.main_area article ul {
	width: 100%;
	margin: 0px;
	padding: 0px;
}
section.main_area article ul li {
	width: 100%;
	background-repeat: no-repeat;
	text-indent: -9999px;
	margin: 0px;
	padding: 0px;
}
section.main_area article ul li.preserved,
section.main_area article ul li.artificial {
	height: 400px;
	background-size: auto 400px;
}
section.main_area article ul li.preserved {
	background-image: url(../images/main_img_preserved.png);
	background-position: center left;
	background-color: #b46970;
}
section.main_area article ul li.artificial {
	background-image: url(../images/man_img_artificial.png);
	background-position: center right;
	background-color: #85a0c8;
}
section.main_area article ul li.copy {
	height: 104px;
	position:relative;
	z-index: 5;
	background-image: url(../images/main_img_copy.png);
	background-position: center;
	background-repeat: repeat-x;
	background-size: auto 104px;
	margin: -5px 0px -5px 0px; 
}
section.main_area article div {
	width: 100%;
	height: 200px;
	overflow: hidden;
	background-image: url(../images/main_bg_left.png), url(../images/main_bg_right.png);
	background-repeat: no-repeat;
	background-position: bottom left, bottom right;
	background-size: auto 200px;
	margin: 0px;
	padding: 0px;
}
section.main_area article div strong {
	width: 100%;
	height: 110px;
	display: block;
	background-image: url(../images/main_img_since.png);
	background-repeat: no-repeat;
	background-position: center;
	text-indent: -9999px;
	background-size: auto 110px;
	margin: 45px 0px 0px 0px;
	padding: 0px;
}




section.about_area {
	width: 100%;
	background-color: #7d2309;
	margin: 0px;
	padding: 60px 0px 60px 0px;
}
section.about_area article {
	width: 960px;
	margin: 0px auto 0px auto;
	padding: 0px;
}
section.about_area article h2 {
	width: 100%;
	height: 55px;
	text-indent: -9999px;
	background-image: url(../images/about_ttl_pc.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: auto 55px;
	margin: 0px 0px 10px 0px;
	padding: 0px;
}
section.about_area article dl {
	width: 100%;
	overflow: hidden;
	margin: 0px auto 20px auto;
	padding: 0px;
}
section.about_area article dl:last-of-type {
	margin-bottom: 0px;
}
section.about_area article dl dt {
	width: 140px;
	height: 140px;
    font-family: 'Noto Serif Japanese', serif;
	line-height: 1.5em;
	text-align: center;
	background-color: #d89494;
	border-radius: 70px;
	color: #fff;
	font-size: 20px;
	box-sizing: border-box;
	position: relative;
	z-index: 5;
	margin: 0px 0px -100px 0px;
	padding: 40px 0px 0px 0px;
}
section.about_area article dl:nth-of-type(2) dt {
	float: right;
}
section.about_area article dl dd {
	width: 920px;
	overflow: hidden;
	background-color: #fff;
	margin: 0px 0px 0px 40px;
	padding: 0px;
}
section.about_area article dl:nth-of-type(2) dd {
	margin-left: 0px;
}
section.about_area article dl dd img {
	width: 450px;
	height: auto;
	float: left;
	margin: 0px;
}
section.about_area article dl:nth-of-type(2) dd img {
	float: right
}

section.about_area article dl dd p {
	width: 470px;
	line-height: 1.8em;
	text-align: left;
	box-sizing: border-box;
	font-size: 16px;
	float: right;
	margin: 0px;
	padding: 30px;
}
section.about_area article dl dd strong {
	font-size: 16px;
	color: #7d2309;
	text-decoration: underline;
}


section.service_area {
	width: 100%;
	margin: 0px;
	padding: 0px;
}
section.service_area article {
	width: 100%;
	background-image: url(../images/service_bg.png);
	background-repeat: no-repeat;
	background-position: center 300px;
	background-size: 100% auto;
	margin: 0px;
	padding: 0px;
}
section.service_area article ol {
	width: 960px;
	overflow: hidden;
	margin: 60px auto 60px auto;
	padding: 0px;
}
section.service_area article ol li {
	width: 320px;
	float: left;
	margin: 0px;
	padding: 0px;
}
section.service_area article ol li.service_01 {
	background-color: rgba(27,141,169,0.9);
}
section.service_area article ol li.service_02 {
	background-color: rgba(129,173,24,0.9);
}
section.service_area article ol li.service_03 {
	background-color: rgba(125,35,9,0.9);
}
section.service_area article ol li.service_04 {
	background-color: rgba(203,59,52,0.9);
}
section.service_area article ol li.service_05 {
	background-color: rgba(165,54,122,0.9);
}
section.service_area article ol li.service_06 {
	background-color: rgba(165,97,8,0.9);
}
section.service_area article ol li dl {
	width: 100%;
	box-sizing: border-box;
	margin: 0px;
	padding: 25px;
}
section.service_area article ol li dl dt {
	width: 100%;
	text-align: center;
	border-bottom: none;
	margin: 0px auto 5px auto;
	padding: 0px;
}
section.service_area article ol li dl dt strong {
    font-family: 'Noto Serif Japanese', serif;
	line-height: 1.2em;
	color: #fff;
	font-size: 28px;
}
section.service_area article ol li dl dt strong strong {
    font-family: 'Noto Serif Japanese', serif;
	line-height: 1.2em;
	color: #fff;
	font-size: 40px;
}
section.service_area article ol li dl dt span {
    font-family: 'Noto Serif Japanese', serif;
	line-height: 1.5em;
	color: #fff;
	font-size: 16px;
}
section.service_area article ol li dl dd {
	width: 100%;
	line-height: 1.8em;
	text-align: left;
	font-size: 12px;
	color: #fff;
	margin: 0px;
	padding: 0px;
}


section.form_area {
	width: 100%;
	background-color: #7d2309;
	margin: 0px;
	padding: 60px 0px 60px 0px;
}
section.form_area article {
	width: 960px;
	margin: 0px auto 0px auto;
	padding: 0px;
}
section.form_area article h2 {
	width: 100%;
	height: 40px;
	text-align: left;
	text-indent: -9999px;
	background-image: url(../images/form_ttl_pc.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: auto 40px;
	margin: 0px auto 20px auto;
	padding: 0px;
}
section.form_area article p {
	width: 100%;
	color: #fff;
	line-height: 1.8em;
	margin: 0px auto 20px auto;
	padding: 0px;
}
section.form_area article form {
	width: 100%;
	background-color: #fff;
	box-sizing: border-box;
	margin: 0px;
	padding: 40px;
}

section.form_area article dl {
	width: 100%;
	overflow: hidden;
	border-bottom: 1px dotted #333;
	margin: 0px auto 30px auto;
	padding: 0px 0px 30px 0px;
}
section.form_area article dl dt {
	width: 260px;
	text-align: left;
	color: #333;
	float: left;
	line-height: 1.8em;
	margin: 0px;
	padding: 5px 0px 0px 0px;
}
section.form_area article dl dt span {
	width: 40px;
	display: block;
	float: left;
	font-size: 12px;
	background-color: #fff;
	color: #7d2309;
	border: 1px solid #7d2309;
	text-align: center;
	border-radius: 3px;
	overflow: hidden;
	margin: -1px 10px 0px 0px;
	padding: 0px;
}
section.form_area article dl dd {
	width: 590px;
	float: right;
	color: #333;
	text-align: left;
	margin: 0px;
	padding: 0px;
}
section.form_area article dl dd input[type="text"],
section.form_area article dl dd input[type="email"] {
	 -webkit-appearance: none;
	width: 100%;
	border: none;
	box-sizing: border-box;
	text-align: left;
	overflow: hidden;
	border: 1px solid #999;
	border-radius: 0px;
	margin: 0px;
	padding: 8px;
}
section.form_area article dl dd input[type="text"]::-webkit-input-placeholder,
section.form_area article dl dd input[type="email"]::-webkit-input-placeholder {
	padding-top: 2px;
	line-height: 1;
}
section.form_area article dl dd input.age[type="text"] {
	margin-right: 10px;
}
section.form_area article dl dd input.zip[type="text"] {
	margin-left: 10px;
}
section.form_area article dl dd label {
	margin-right: 20px;
}
section.form_area article dl dd select {
	 -webkit-appearance: none;
	width: 100%;
	border: none;
	box-sizing: border-box;
	text-align: left;
	background-image: url(../images/form_icn_select.png);
	background-repeat: no-repeat;
	background-position: 98% center;
	background-size: 20px;
	background-color: #fff;
	border: 1px solid #999;
	overflow: hidden;
	border-radius: 0px;
	margin: 0px;
	padding: 8px;
}
section.form_area article dl dd textarea {
	-webkit-appearance: none;
	width: 100%;
	height: 180px;
	border: none;
	box-sizing: border-box;
	text-align: left;
	overflow: hidden;
	border-radius: 0px;
	border: 1px solid #999;
	margin: 0px;
	padding: 8px;
}
section.form_area article dl dd ul {
	margin: 0px;
	padding: 0px;
}
section.form_area article dl dd ul li {
	color: #333;
	margin: 0px 0px 10px 0px;
	padding: 0px;
}
section.form_area article dl dd ul li:last-child {
	margin-bottom: 0px;
}
section.form_area article dl dd label.radio_text {
	cursor       : pointer;
	position     : relative;
	margin-right : 20px;
	overflow     : hidden;
	padding-left : 20px;
	display      : inline-block;
	color: #333;
}
section.form_area article dl dd label.radio_text:before {
	position      : absolute;
	width         : 15px;
	height        : 15px;
	border        : 1px solid #666;
	border-radius : 50%;
	left          : 0px;
	top           : 4px;
	content       : '';
	z-index       : 3;
}
section.form_area article dl dd label.radio_text:after {
	content          : '';
	position         : absolute;
	width            : 11px;
	height           : 11px;
	border-radius    : 100%;
	left             : 3px;
	top              : 7px;
	background-color : #666;
	z-index          : 1;
}
section.form_area article dl dd label.radio_text input[type="radio"] {
	-moz-appearance: none;
	-webkit-appearance: none;
	position   : absolute;
	z-index    : 2;
	width      : 20px;
	height     : 20px;
	left       : -23px;
	top        : 1px;
	margin     : 0px;
	box-shadow : 20px -1px #fff;
}
section.form_area article dl dd label.radio_text input[type="radio"]:checked {
	box-shadow : none;
}
section.form_area article dl dd label.radio_text input[type="radio"]:focus {
	opacity    : 0.2;
	box-shadow : 20px -1px #fff;
}
section.form_area article dl.privacy dt {
	width: 100%;
	text-align: left;
	color: #333;
	float: none;
	margin: 0px;
	padding: 0px 0px 0px 0px;
}
section.form_area article dl.privacy dt strong {
	width: 240px;
	text-align: center;
	color: #fff;
	display: block;
	border-radius: 20px;
	background-color: #333;
	line-height: 40px;	
	margin: 0px auto 10px auto;
	padding: 0px;
}
section.form_area article dl.privacy dt p {
	width: 100%;
	text-align: center;
	color: #333;
	font-size: 14px;
	line-height: 1.8em;
	font-weight: normal;
	margin: 0px 0px 15px 0px;
	padding: 0px;
}

section.form_area article dl.privacy dd {
	width: 100%;
	float: none;
	color: #333;
	text-align: left;
	margin: 0px;
	padding: 0px;
}
section.form_area article dl.privacy dd div {
	width: 100%;
	height: 180px;
	max-height: none;
	text-align: center;
	background-color: #fff;
	overflow: auto;
	box-sizing: border-box;
	border: 1px solid #999;
	margin: 0px;
	padding: 15px 20px 15px 20px;
}
section.form_area article dl.privacy dd div dl {
	width: 100%;
	max-height: none;
	border-bottom: none;
	margin: 0px 0px 10px 0px;
	padding: 0px;
}
section.form_area article dl.privacy dd div dl:last-of-type {
	margin-bottom: 0px;
}
section.form_area article dl.privacy dd div dl dt {
	width: 100%;
	max-height: none;
	color: #333;
	text-align: left;
	font-size: 12px;
	margin: 0px 0px 5px 0px;
	padding: 0px;
}
section.form_area article dl.privacy dd div dl dd {
	width: 100%;
	max-height: none;
	font-size: 12px;
	line-height: 1.8em;
	text-align: left;
	overflow: hidden;
	margin: 0px;
	padding: 0px;
}
section.form_area article dl.privacy dd div dl dd p {
	width: 100%;
	max-height: none;
	color: #333;
	font-size: 12px;
	overflow: hidden;
	line-height: 1.8em;
	margin: 0px;
	padding: 0px;
}
section.form_area article dl.privacy dd div dl dd ol {
	width: 100%;
	max-height: none;
	margin: 0px;
	padding: 0px;
}
section.form_area article dl.privacy dd div dl dd ol li {
	width: 100%;
	max-height: none;
	font-size: 12px;
	line-height: 1.8em;
	box-sizing: border-box;
	text-indent: -2.6em;
	margin: 5px 0px 0px 0px;
	padding: 0px 0px 0px 2.6em;
}
section.form_area article dl.privacy dd div dl dd ul {
	width: 100%;
	max-height: none;
	margin: 0px;
	padding: 0px;
}
section.form_area article dl.privacy dd div dl dd ul li {
	width: 100%;
	max-height: none;
	font-size: 12px;
	color: #333;
	line-height: 1.8em;
	box-sizing: border-box;
	text-indent: -1.2em;
	margin: 5px 0px 0px 0px;
	padding: 0px 0px 0px 1.2em;
}
section.form_area article dl.privacy dd div dl dd address {
	font-style: normal;
	font-size: 12px;
	line-height: 1.8em;
	color: #333;
	border-left: 2px solid #999;
	box-sizing: border-box;
	margin: 5px 0px 0px 0px;
	padding: 0px 0px 0px 10px;
}
section.form_area article dl.privacy dd div dl dd address a {
	font-style: normal;
	font-size: 12px;
	line-height: 1.8em;
}
section.form_area article button {
	-webkit-appearance: none;
	width: 320px;
	background-color: #d7ac39;
	text-align: center;
	overflow: hidden;
	color: #fff;
	border: none;
	border-radius: 3px;
	margin: 0px auto 0px auto;
	padding: 15px 0px 15px 0px;
}
section.form_area article button span {
	color: #fff;
	font-size: 14px;
	font-weight: normal;
	display: block;
	margin: 0px;
	padding: 0px;
}
section.form_area article button strong {
	color: #fff;
	font-size: 20px;
	margin: 0px;
	padding: 0px;
}
section.form_area article div.mfp_err {
	font-size: 14px;
	color: #7d2309;
	text-decoration: underline;
	margin-top: 5px;
	line-height: 1.8em;
}



footer {
	width: 100%;
	text-align: center;
	margin: 0px;
	padding: 0px;
}
footer dl {
	width: 100%;
	margin: 0px;
	padding: 40px 0px 40px 0px;
}
footer dl dt {
	width: 700px;
	font-size: 16px;
	line-height: 1.8em;
	font-weight: normal;
	background-image: url(../images/logo.png);
	background-repeat: no-repeat;
	background-size: auto 40px;
	background-position: left center;
	box-sizing: border-box;
	margin: 0px auto 20px auto;
	padding: 0px 0px 0px 260px;
}
footer dl dd {
	font-size: 14px;
	line-height: 1.8em;
	margin: 0px;
	padding: 0px;
}


a#pagetop {
	width: 90px;
	height: 90px;
	position: fixed;
	right: 30px;
	bottom: 30px;
	display: block;
	z-index: 10;
	text-indent: -9999px;
	background-size: 70px;
	background-image: url(../images/pagetop.png);
	background-repeat: no-repeat;
	background-position: left top;
	margin: 0px;
	padding: 0px;
}



}

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