@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&display=swap');

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 {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
	font-family: 'Noto Sans JP', sans-serif;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
  line-height: 1;
}
ol, ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}


/***** start *****/

a{
	text-decoration: none;
}

img{
	width: 100%;
}

p{
	margin-bottom: 30px;
	font-size: 1.2rem;
	line-height: 1.4;
}

.pc-wrap{
	display: block;
}

.sp-wrap{
	display: none;
}

.inner-section{
	max-width: 1000px;
	padding: 0 20px;
	margin: 0 auto;
	position: relative;
	box-sizing: border-box;
}

.head-wrap{
	background-color: #f00;
	width: 100%;
	height: 80px;
}

.head-wrap .inner-section{
	display: flex;
	justify-content: space-between;
}

.head-wrap .logo-wrap{
	width: 160px;
	height: 160px;
}

.head-wrap .btn-wrap{
	display: flex;
}

.head-wrap .btn-wrap a{
	width: 240px;
	height: 56px;
	background-color: #009944;
	display: flex;
	color: #fff;
	margin: 10px;
	border-radius: 10px;
	padding: 6px 20px;
	box-sizing: border-box;
	line-height: 40px;
	font-weight: bold;
	border: 2px solid #009944;
}

.head-wrap .btn-wrap a:hover{
	background-color: #fff;
	color: #009944;
}

.head-wrap .btn-wrap a img{
	width: 40px;
	height: 40px;
	margin-right: 10px;
	display: inline-block;
	line-height: 60px;
}

.head-wrap .btn-wrap a:hover img{
	display: none;
}

.head-wrap .btn-wrap a p{
	display: inline-block;
	font-size: 18px;
	text-align: center;
	width: 100%;
	line-height: 37px;
}

.head-wrap .btn-wrap a.btn-telwrap p{
	font-size: 20px;
}

.fv-wrap{
	background-image: url("../img/bg-img.png");
	background-position: center center;
	background-size: cover;
	width: 100%;
	height: 600px;
}

.fv-wrap .inner-section{
	display: flex;
	justify-content: space-between;
	position: relative;
	box-sizing: border-box;
}

.fv-wrap .fv-leftwrap{
	width: 53%;
	position: relative;
	top: 150px;
}

.fv-wrap .fv-rightwrap{
	width: 45%;
	position: relative;
	top: 70px;
}

.subform-wrap{
	background-color: #f00;
	width: 100%;
	padding: 30px 0;
	position: relative;
}

.subform-wrap .subform-popwrap{
	position: absolute;
	top: -40px;
	left: 50%;
	margin-left: -200px;
}

.subform-wrap .subform-popwrap{
	background-color: #ff0;
	display: inline-block;
	width: 400px;
	text-align: center;
	padding: 5px 0 10px;
	box-sizing: border-box;
	font-size: 1.4rem;
	border-radius: 10px;
	font-weight: bold;
	z-index: 10;
}

.subform-wrap .subform-popwrap:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -15px;
  border: 15px solid transparent;
  border-top: 15px solid #ff0;
}

.subform-wrap .subform-popwrap p{
	margin-bottom: 0;
}

.subform-wrap .subform-popwrap span{
	font-size: 2.2rem;
	color: #f00;
}

.subform-wrap .subform-box{
	background-color: #fff;
	width: 100%;
	display: flex;
	justify-content: space-between;
	padding: 30px;
	border-radius: 20px;
}

.subform-wrap .subform-box .select-box{
	width: 30%;
}

.subform-wrap .subform-box a{
	background-color: #009944;
	color: #fff;
	border-radius: 10px;
	display: block;
	border: 2px solid #009944;
	width: 100%;
	padding: 10px 0;
	line-height: 1.4;
	text-align: center;
}

.subform-wrap .subform-box .subform-btnbox a:hover{
	background-color: #ff0;
	color: #009944;
}

/**

.subform-wrap .subform-telbtn a{
	background-color: #0040ff;
	border: 2px solid #0040ff;
}

.subform-wrap .subform-box .subform-telbtn a:hover{
	background-color: #ff0;
	color: #0040ff;
}

.subform-wrap .subform-linebtn a{
	background-color: #06c755;
	border: 2px solid #06c755;
}

.subform-wrap .subform-box .subform-linebtn a:hover{
	background-color: #ff0;
	color: #06c755;
}

.subform-wrap .subform-webbtn a{
	background-color: #ff4000;
	border: 2px solid #ff4000;
}

.subform-wrap .subform-box .subform-webbtn a:hover{
	background-color: #ff0;
	color: #ff4000;
}

**/

.content-wrap{
	padding: 100px 0;
}

.content-wrap h2{
	max-width: 800px;
	margin: 0 auto;
	position: relative;
	box-sizing: border-box;
	margin-bottom: 100px;
}

.red-bg{
	background-color: #f00;
}

.yellow-bg{
	background-color: #ff0;
}

.red-bg p{
	color: #fff;
}

.result-wrap .result-block{
	margin: 0 50px;
}

.result-wrap .result-block img{
	width: 350px;
	height: 350px;
}

.about-wrap .inner-section{
	text-align: center;
}

.reason-wrap .reason-box{
	width: 100%;
	display: flex;
	justify-content: space-between;
	margin-bottom: 30px;
	align-items: center;
}

.reason-wrap .reason-imgbox{
	width: 30%;
}

.reason-wrap .reason-txtbox{
	width: 68%;
}

.reason-wrap .reason-txtbox p{
	margin-bottom: 0;
}

.cta-wrap .inner-section{
	width: 100%;
	display: flex;
	justify-content: space-between;
}

.cta-wrap .inner-section .cta-box{
	width: 48%;
}

.cta-wrap .cta-box img{
	margin-bottom: 30px;
}

.cta-wrap .cta-box a{
	display: block;
	width: 100%;
	line-height: 56px;
	background-color: #009944;
	color: #fff;
	border-radius: 10px;
	padding: 10px 20px;
	box-sizing: border-box;
	font-weight: bold;
	text-align: center;
	font-size: 1.2rem;
	border: 2px solid #009944;
}

.cta-wrap .cta-box a:hover{
	background-color: #fff;
	color: #009944;
}

.case-wrap .case-box{
	border: 10px solid #f00 ;
	box-sizing: border-box;
	padding: 50px;
	display: flex;
	width: 100%;
	justify-content: space-between;
	margin-bottom: 50px;
}

.case-wrap .case-infobox{
	width: 48%;
}

.case-wrap .case-infobox h3{
	background-color: #f00;
	padding: 10px 20px;
	margin-bottom: 30px;
}

.case-wrap .case-infobox .case-imgbox{
	display: flex;
	margin-bottom: 30px;
}

.case-wrap .case-infobox .case-imgbox img{
	width: 40%;
}

.case-wrap .case-infobox .case-imgbox .case-status{
	width: 60%;
	padding: 20px;
	box-sizing: border-box;
}

.case-wrap .case-infobox .case-imgbox .case-status p{
	font-size: 1rem;
	margin-bottom: 10px;
}

.case-wrap .case-infobox .case-imgbox .case-status p span{
	background-color: #f00;
	color: #fff;
	width: 70px;
	padding: 5px;
	display: inline-block;
	text-align: center;
	margin-right: 10px;
	font-size: 0.8rem;
}

.case-wrap .case-infobox .case-title{
	color: #f00;
	font-weight: bold;
}

.case-wrap .case-propertybox{
	margin-bottom: 30px;
}

.case-wrap .case-propertybox .case-propertyimg{
	margin-bottom: 20px;
}

.case-wrap .case-propertybox .case-propertydesc{
	display: flex;
	flex-wrap: wrap;
}

.case-wrap .case-propertybox .case-propertydesc p{
	font-size: 1rem;
	margin-bottom: 10px;
	width: 50%;
}

.case-wrap .case-propertybox .case-propertydesc p span{
	background-color: #f00;
	color: #fff;
	width: 70px;
	padding: 5px;
	display: inline-block;
	text-align: center;
	margin-right: 10px;
	font-size: 0.8rem;
}

.case-wrap .case-rankingbox{
	margin-bottom: 30px;
}

.case-wrap .case-rankingbox p{
	text-align: center;
	border-bottom: 2px solid #f00;
	padding-bottom: 10px;
}

.flow-wrap .flow-box{
	width: 100%;
	display: flex;
	justify-content: space-between;
}

.flow-wrap .flow-box{
	width: 100%;
	display: flex;
	justify-content: space-between;
	margin-bottom: 30px;
	align-items: center;
}

.flow-wrap .flow-box .flow-imgbox{
	width: 18%;
}

.flow-wrap .flow-box .flow-txtbox{
	width: 80%;
}

.flow-wrap .flow-box .flow-txtbox p{
	margin-bottom: 0;
}

.flow-wrap .flow-arrow{
	text-align: center;
	font-size: 1.8rem;
	margin-bottom: 30px;
}

.faq-wrap .faq-box{
	margin-bottom: 50px;
}

.faq-wrap .faq-box dt{
	width: 100%;
	background-color: #f00;
	padding: 20px;
	line-height: 30px;
	color: #fff;
	cursor:pointer;
	font-size: 1.2rem;
	box-sizing: border-box;
	border: 10px solid #f00 ;
}

.faq-wrap .faq-box dt span{
	display: inline-block;
	background-color: #ff0;
	width: 30px;
	height: 30px;
	text-align: center;
	margin-right: 20px;
	color: #f00;
	line-height: 30px;
}

.faq-wrap .faq-box dd{
	border: 10px solid #f00 ;
	display: none;
	box-sizing: border-box;
}

.faq-wrap .faq-box dd div{
	display: flex;
	width: 100%;
	box-sizing: border-box;
	padding: 20px;
}

.faq-wrap .faq-box dd span{
	background-color: #ff0;
	width: 30px;
	height: 30px;
	color: #f00;
	text-align: center;
	line-height: 30px;
	margin-right: 20px;
}

.faq-wrap .faq-box dd p{
	width: 100%;
	margin-bottom: 0;
}

.message-wrap .inner-section{
	text-align: center;
}

.message-wrap .inner-section{
	text-align: center;
}

.form-wrap .inner-section{
	text-align: center;
}

.form-wrap .tel-box,
.form-wrap .line-box{
	margin-bottom: 100px;
}

.form-wrap h3{
	font-size: 1.6rem;
	font-weight: bold;
	margin-bottom: 30px;
	color: #009944;
}

.form-wrap .tel-box a,
.form-wrap .line-box a{
	width: 100%;
	line-height: 56px;
	background-color: #009944;
	color: #fff;
	border-radius: 10px;
	padding: 20px;
	box-sizing: border-box;
	font-weight: bold;
	text-align: center;
	font-size: 1.2rem;
	display: flex;
	justify-content: center;
	border: 2px solid #009944;
}

.form-wrap .tel-box a:hover,
.form-wrap .line-box a:hover{
	background-color: #ff0;
	color: #009944;
}

.form-wrap .tel-box a img,
.form-wrap .line-box a img{
	width: 70px;
	height: 70px;
	margin-right: 10px;
}

.form-wrap .tel-box a:hover img,
.form-wrap .line-box a:hover img{
	display: none;
}

.form-wrap .tel-box a p.tel-number{
	line-height: 70px;
	font-size: 3rem;
	font-weight: bold;
	margin-right: 20px;
	margin-bottom: 0;
}

.form-wrap .tel-box a p.tel-info{
	font-size: 1rem;
	margin-bottom: 0;
}

.form-wrap .line-box a p.line-txt{
	line-height: 70px;
	font-size: 2rem;
	font-weight: bold;
	margin-right: 20px;
	margin-bottom: 0;
}

.form-wrap .form-block h3{
	font-size: 1.2rem;
	background-color:  #009944;
	color: #fff;
	padding: 10px 0;
}

.form-wrap .form-block table{
	margin-bottom: 50px;
}

.form-wrap .form-block table th{
	padding: 10px 30px;
	width: 30%;
	text-align: left;
	position: relative;
	vertical-align: middle;
}

.form-wrap .form-block table th span{
	position: absolute;
	right: 30px;
	background: #f00;
	color: #fff;
	padding: 5px 10px;
	border-radius: 2px;
	font-size: 0.8rem;
	margin-top: -3px;
}

.form-wrap .form-block table td{
	padding: 10px 30px;
	width: 70%;
	text-align: left;
}

.form-wrap .form-block table td span{
	margin-left: 10px;
}

.form-wrap .form-block table td .att-txt{
	font-size: 0.8rem;
}

.form-wrap .form-block table td select{
	padding: 10px;
	width: 100%;
	box-sizing: border-box;
	margin-bottom: 10px;
}

.form-wrap .form-block table td input{
	padding: 10px;
	width: 100%;
	box-sizing: border-box;
}

.form-wrap .form-block table td input.marbot10{
	margin-bottom: 10px;
}

.form-wrap .form-block table td textarea{
	padding: 10px;
	width: 100%;
	height: 200px;
	box-sizing: border-box;
}

.form-wrap .form-block table .ocp-wrap input{
	width: 50%;
}

.form-wrap .form-block table .ocp-wrap select{
	width: 20%;
}

.form-wrap .form-block table .age-wrap input{
	width: 20%;
}

.form-wrap .form-block table .radio-wrap input{
	width: 20px;
}

.form-wrap .form-block table .name-wrap input{
	width: 40%;
}

.form-wrap .form-block table .check-wrap input{
	width: 20px;
}

.form-wrap .form-btnwrap{
	margin-bottom: 50px;
}

.form-wrap .form-btnwrap .att-wrap{
	border: 1px solid #efefef;
	padding: 20px;
	margin-bottom: 30px;
	height: 200px;
	overflow-y: scroll;
}

.form-wrap .form-btnwrap .att-wrap h2{
	text-align: left;
	margin: 0 0 20px;
	font-weight: bold;
	font-size: 1rem;
	max-width: 100%;
}

.form-wrap .form-btnwrap .att-wrap h3{
	text-align: left;
	margin-bottom: 10px;
	font-weight: bold;
	background-color: transparent;
	color: #000;
	font-size: 0.9rem;
}

.form-wrap .form-btnwrap .att-wrap p{
	text-align: left;
	font-size: 0.9rem;
}



.form-wrap .form-btnwrap input[type="submit" i],
.form-wrap .form-btnwrap input[type="reset" i] {
	width: 300px;
	background-color: #009944;
	color: #fff;
	border-radius: 10px;
	padding: 20px;
	box-sizing: border-box;
	font-weight: bold;
	text-align: center;
	font-size: 1.2rem;
	border: none;
	font-family: 'Noto Sans JP', sans-serif;
	cursor: pointer;
	border: 2px solid #009944;
}

.form-wrap .form-btnwrap input[type="reset" i] {
	background-color: #efefef;
	border: 2px solid #efefef;
}

.form-wrap .form-btnwrap input[type="submit" i]:hover{
	background-color: #ff0;
	color: #009944;
}

.form-wrap .form-btnwrap input[type="reset" i]:hover {
	background-color: #fff;
	color: #efefef;
}

footer{
	background-color: #f00;
	padding: 50px 0;
}

footer p{
	color: #fff;
}

footer .inner-section{
	display: flex;
	justify-content: space-between;
	align-items: center;
}

footer .foot-logo{
	width: 160px;
}

footer .foot-logo img{
	width: 160px;
}

footer .foot-desc{
	width: calc(100% - 310px);
}

footer .foot-comp{
	margin-bottom: 60px;
}

footer .foot-comp p{
	font-size: 1rem;
	margin-bottom: 10px;
}

footer .foot-comp p span{
	width: 100px;
	display: inline-block;
	margin-right: 40px;
}

.contform-wrap .header{
	background-color: #f00;
	padding: 50px 0;
	text-align: center;
}

.contform-wrap .header h1{
	color: #fff;
	font-size: 1.2rem;
	line-height: 1.4;
}

.contform-wrap .logo-wrap{
	text-align: center;
}

.contform-wrap .logo-wrap img{
	width: 140px;
}

.contform-wrap p{
	text-align: center;
}

.contform-wrap table {
	margin-bottom: 50px;
	width:100%;
	box-sizing: border-box;
}

.contform-wrap table tr{
	border-bottom: 1px solid #000;
}

.contform-wrap table th{
	width: 30%;
	background-color: #efefef;
	padding: 20px 30px;
}

.contform-wrap table td{
	width: 70%;
	padding: 20px 30px;
}

.contform-wrap .form-btnwrap input[type="submit" i],
.contform-wrap .form-btnwrap input[type="button" i] {
	width: 300px;
	background-color: #009944;
	color: #fff;
	border-radius: 10px;
	padding: 20px;
	box-sizing: border-box;
	font-weight: bold;
	text-align: center;
	font-size: 1.2rem;
	border: none;
	font-family: 'Noto Sans JP', sans-serif;
	cursor: pointer;
	border: 2px solid #009944;
}

.contform-wrap .form-btnwrap input[type="submit" i]:hover{
	background-color: #ff0;
	color: #009944;
}

.contform-wrap .form-btnwrap input[type="button" i]:hover {
	background-color: #fff;
	color: #efefef;
}

.comp-btnwrap a{
	width: 300px;
	background-color: #009944;
	color: #fff;
	border-radius: 10px;
	padding: 20px;
	box-sizing: border-box;
	font-weight: bold;
	text-align: center;
	font-size: 1.2rem;
	border: none;
	font-family: 'Noto Sans JP', sans-serif;
	cursor: pointer;
	border: 2px solid #009944;
}

.comp-btnwrap a:hover{
	background-color: #ff0;
	color: #009944;
}

.contform-wrap footer{
	text-align: center;
}

.tracking-pcwrap{
	position: fixed;
	bottom: 10px;
	right: 10px;
	box-sizing: border-box;
	z-index: 999;
}

.tracking-pcwrap .btn-wrap{
	display: flex;
}

.tracking-pcwrap .btn-wrap a{
	background-color: #009944;
	color: #fff;
	border-radius: 10px;
	padding: 10px 20px;
	box-sizing: border-box;
	border: 2px solid #009944;
	text-align: center;
	font-size: 0.8rem;
	margin-left: 10px;
	display: flex;
}

.tracking-pcwrap .btn-wrap a img{
	width: 30px;
	height: 30px;
	margin-right: 5px;
}

.tracking-pcwrap .btn-wrap a p{
	line-height: 30px;
	font-size: 0.8rem;
	margin: 0;
}

.tracking-spwrap{
	display: none;
}

/*---------------- 1000pxまでの幅の場合に適応される ----------------*/

@media screen and ( max-width:1000px) {

input, select, textarea {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

p {
	font-size: 1rem;
}

.pc-wrap{
	display: none;
}

.sp-wrap{
	display: block;
}

.inner-section {
	display: block !important;
}

.content-wrap {
	padding: 50px 0  !important;
}

.content-wrap h2 {
	max-width: 800px;
	margin-bottom: 50px;
}

.head-wrap .logo-wrap {
	width: 120px;
	height: 120px;
	margin: 0 auto;
}

.head-wrap .btn-wrap {
	display: none;
}

.subform-wrap{
	display: none;
}

.fv-wrap {
	width: 100%;
	height: auto;
	padding: 80px 0;
}

.fv-wrap .fv-leftwrap {
	width: 100%;
	position: static;
}

.fv-wrap .fv-rightwrap {
	width: 80%;
	position: static;
	padding-top: 20px;
	margin: 0 auto;
}

.result-wrap .result-block{
	padding: 10px;
	box-sizing: border-box;
}

.result-wrap .result-block img{
	width: 100%;
	height: 100%;
}

.tracking-spwrap{
	display: block;
	position: fixed;
	width: 100%;
	bottom: 0;
	left: 0;
	right: 0;
	padding: 10px;
	z-index: 999;
	box-sizing: border-box;
}

.tracking-spwrap .btn-wrap {
	display: flex;
	box-sizing: border-box;
	justify-content: space-between;
}

.tracking-spwrap .btn-wrap a{
	width: 30%;
	height: 70px;
	background-color: #009944;
	color: #fff;
	border-radius: 10px;
	padding: 6px 20px;
	box-sizing: border-box;
	line-height: 24px;
	border: 2px solid #009944;
	text-align: center;
	font-size: 0.8rem;
	display: block;
}

.tracking-spwrap .btn-wrap a img{
	width: 30px;
	height: 30px;
	display: block;
	margin: 0 auto 5px;
}

.tracking-pcwrap{
	display: none;
}

.about-wrap .inner-section {
	text-align: left;
}

.about-wrap .inner-section p br{
	display: none;
}

.reason-wrap .reason-box {
	display: block;
}

.reason-wrap .reason-imgbox {
	width: 80%;
	margin: 0 auto 30px;
}

.reason-wrap .reason-txtbox {
	width: 100%;
}

.cta-wrap .inner-section .cta-box {
	width: 100%;
	margin-bottom: 50px;
}

.cta-wrap .cta-box a {
	line-height: 30px;
	font-size: 1rem;
}

.case-wrap .case-box {
	border: 5px solid #f00;
	padding: 20px 20px 30px;
	display: block;
	width: 100%;
	margin-bottom: 50px;
}

.case-wrap .case-infobox {
	width: 100%;
}

.case-wrap .case-infobox h3 {
	background-color: #f00;
	padding: 10px 20px;
	margin-bottom: 20px;
}

.case-wrap .case-infobox .case-imgbox {
	display: block;
	margin-bottom: 10px;
	text-align: center;
}

.case-wrap .case-infobox .case-imgbox img {
	width: 60%;
	margin: 0 auto;
}

.case-wrap .case-infobox .case-title {
	font-size: 1.2rem;
}

.case-wrap .case-infobox .case-imgbox .case-status {
	width: 100%;
	padding: 20px;
	box-sizing: border-box;
}

.case-wrap .case-infobox .case-imgbox .case-status {
	width: 100%;
	padding: 20px 0;
	box-sizing: border-box;
	text-align: left;
}

.case-wrap .case-infobox .case-imgbox .case-status p {
	border-bottom: 2px solid #f00;
}

.case-wrap .case-propertybox .case-propertydesc {
	display: block;
}

.case-wrap .case-propertybox .case-propertydesc p {
	font-size: 1rem;
	margin-bottom: 10px;
	width: 100%;
	border-bottom: 2px solid #f00;
}

.flow-wrap .flow-box {
	width: 100%;
	display: block;
	margin-bottom: 30px;
}

.flow-wrap .flow-box .flow-imgbox {
	width: 40%;
	margin: 0 auto 30px;
}

.flow-wrap .flow-box .flow-txtbox {
	width: 100%;
}

.faq-wrap .faq-box dt {
	width: 100%;
	background-color: #f00;
	padding: 10px;
	line-height: auto;
	font-size: 1rem;
	box-sizing: border-box;
	border: 5px solid #f00;
}

.faq-wrap .faq-box dt span {
	margin-right: 20px;
}

.faq-wrap .faq-box dd {
	border: 5px solid #f00;
	display: none;
}

.faq-wrap .faq-box dd div {
	display: block;
	width: 100%;
	padding: 10px;
}

.faq-wrap .faq-box dd span {
	display: none;
}

.message-wrap .inner-section {
	text-align: left;
}

.message-wrap .inner-section p br{
	display: none;
}

.form-wrap h3 {
	font-size: 1.1rem;
}

.form-wrap .tel-box a {
	line-height: auto;
	text-align: center;
	font-size: 1.2rem;
	display: block;
	border: 2px solid #009944;
}

.form-wrap .tel-box a img {
	width: 40px;
	height: 40px;
	margin-right: 0;
}

.form-wrap .tel-box a p.tel-number {
	line-height: auto;
	font-size: 1.6rem;
	line-height: 1.4;
	margin: 0 auto 10px;
}

.form-wrap .tel-box a p.tel-info{
	font-size: 0.8rem;
	font-weight: normal;
}

.form-wrap .tel-box a p.tel-info br{
	display: none;
}

.form-wrap .line-box a p.line-txt {
	line-height: 1;
	font-size: 1.2rem;
	margin-right: 0;
	margin-bottom: 0;
}

.form-wrap .line-box a {
	line-height: auto;
	text-align: center;
	font-size: 1.2rem;
	display: block;
	border: 2px solid #009944;
}

.form-wrap .form-block h3 {
	font-size: 1rem;
}

.form-wrap .form-block table th {
	display: block;
	width: 100%;
	box-sizing: border-box;
	padding: 10px 0;
}

.form-wrap .form-block table td {
	display: block;
	padding: 10px 30px;
	width: 100%;
	text-align: left;
	box-sizing: border-box;
	padding: 10px 0;
}

.form-wrap .form-block table th span {
	right: 0;
}

.form-wrap .form-btnwrap input[type="submit" i],
.form-wrap .form-btnwrap input[type="reset" i] {
	width: 100%;
	font-size: 1rem;
	margin-bottom: 30px;
}

footer .foot-logo {
	width: 120px;
	margin: 0 auto 50px;;
}

footer .foot-desc{
	width: 100%;
}

footer .foot-comp p span {
	width: 100%;
	display: block;
	margin-right: 0;
}

footer p {
	font-size: 0.8rem;
	margin-bottom: 100px;
}

.contform-wrap table th{
	width: 100%;
	display: block;
	box-sizing: border-box;
}

.contform-wrap table td{
	width: 100%;
	box-sizing: border-box;
}

.contform-wrap .form-btnwrap input[type="submit" i]:hover{
	margin-bottom: 30px;
}

}