@charset "utf-8";
p,blockquote,body,dd,dl,dt,fieldset,figure,h1,h2,h3,h4,h5,h6,hr,html,iframe,legend,li,ol,p,pre,textarea,ul {
    margin: 0;
    padding: 0;
}
ul {
	list-style: none;
    list-style-type: none;
}

.red {
	color:#ff0000;
}
.gray {
	color:#EEEEEE;
}
.bold {
	font-weight: bold;
}
.wrap-corp {
	margin: 0 auto;
	position: relative;
	width: 1170px;
}

.hdcorp {
	margin: 0 0 4em 0;
}
.hdcorp img {
	max-width: 100%;
}

.tiline {
	position: relative;
	left: 0;
	top: 0;
	margin: 1em auto 0em;
	width: 33%;
}

.tiline img {
    max-width: 100%;
}

.tiline p {
	position: absolute;
	top: 21%;
	left: 0%;
    width:100%;
	margin: 0 auto;
	font-size: 1.6em;
	letter-spacing: -1px;
	_padding: 0px 0.7em;
	_background: #fff;
	text-align: center;
}
.titlep span {
    padding: 0px 0.7em;
    background: #fff;
}
.ser_exp {
    text-align: center;
    white-space: pre-line;
    margin-bottom: 4em;
}
.servwrap {
    width: 100%;
}

ul.servlist {
    margin: 0 auto;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.servlist li {
	_width: 40%;
    width: calc(38% - 1.0em);
    margin-bottom: 4.5em;
}
.servlist li:nth-child(2n+1) { 
    margin-right: 9.5em;
}
.servlist img {
    width: 100%;
    border:1px solid #ccc;
}
.servlist li div {
    position: relative;
	left: 0;
	top: 0;
}

.serv1 p,.serv2 p, .serv3 p, .serv4 p, 
.serv5 p, .serv6 p {
	position: absolute;
	top: 65%;
	/* left: 25%; */
	margin: 0 auto;
	font-size: 1.2em;
	letter-spacing: 3px;
	/* padding: 0px 0.7em; */
	/* background: #fff; */
	/* width: 380px; */
	text-align: center;
	width: 100%;
}

.servlist li a {
    color:#2d730d;
}
.servlist li a:hover {
    opacity: 0.7;
}

.qa_wrap {
    margin: 0 auto;
    width: 100%;
}

.qabtn ul {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.qabtn ul li {
	width: calc(25% - 1.0em);
	margin-bottom: 4.5em;
}
.qabtn ul li:nth-child(2n+1) { 
    margin-right: 10em;
}

.qabtn li a {
	display: block;
	text-align: center;
	/* width: 77%; */
	padding: 14px 0;
	color: #fff;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
}

.qalink {
    background: #ee1e26;
	background: -moz-linear-gradient(top,#ee1e26 0%,#b1212a 100%);
	background: -webkit-linear-gradient(top,#ee1e26 0%,#b1212a 100%);
	background: linear-gradient(to bottom,#ee1e26 0%,#b1212a 100%);
	font-size: 1.5em;
	font-weight: bold;
	font-family: initial;
	text-decoration: none !important;
}

.uneilink {
    background: #006400;
	background: -moz-linear-gradient(top,#006400 0%,#004d00 100%);
	background: -webkit-linear-gradient(top,#006400 0%,#004d00 100%);
	background: linear-gradient(to bottom,#006400 0%,#004d00 100%);
	font-size: 1.5em;
	font-weight: bold;
	font-family: initial;
	text-decoration: none !important;
}

.qabtn li a:hover {
    opacity: 0.75;
    color:#acce93;
}

/* 問合せ */
.contents_form {
	margin: 0 auto;
	width: 80%;
    padding: 1px 12px;
    box-shadow: 0px 0px 7px -2px rgba(0,0,0,0.5);
}

.must {
  color:#ff0000;
  font-weight: normal;
}
table.frmtbl th {
	padding: 10px;
	border-bottom: none;
    /* border-bottom: 1px solid #88ba71; */
	width: 30%;
	text-align: center;
	vertical-align: middle;
}
table.frmtbl td {
	padding: 10px;
	/* border-bottom: 1px solid #88ba71; */
    border-bottom: none;
	width: 55%;
}
#f_name {
  width: 62%;
}
#f_email {
  width: 70%;
}
#f_emailcon {
  width: 70%;
}
.forminfo {
	font-size: 0.8em;
	color: #555;
}
#submit_div {
	/* padding-left: 30%; */
	margin-bottom: 2em;
	padding-bottom: 1em;
	text-align: center;
}
.submit_btn {
	font-size: 1.05em !important;
	background: #13642f !important;
	padding: 9px 1em !important;
}
input.formback {
    margin-right: 3%;
}
.contact_complete {
  white-space: pre-line;
}

@media (max-width:990px) {
    .wrap-corp {
	    width: auto;
    }
}
@media (max-width:820px) {
    .wrap-corp {
	    width: auto;
    }

    .hdcorp {
	    margin: 0 0 3em 0;
    }
    .hdcorp img {
	    max-width: 100%;
    }
    
    .tiline {
        position: relative;
        left: 0;
        top: 0;
        margin: 1em auto 0em;
        width: 50%;
    }
    .tiline p {
	    position: absolute;
	    top: 0%;
	    left: 0%;
	    font-size: 1.0em;
	    font-weight: bold;
        letter-spacing: 1px;
    }
    .ser_exp {
        text-align: center;
        white-space: pre-line;
        margin-bottom: 2em;
        font-size: 0.9em;
        font-weight: bold;
    }
    .servlist li:nth-child(2n+1) {
        margin: 0;
    }
    .servlist li {
        margin-bottom: 4.5em;
        width: 80%;
        margin: 1em auto 1.5em;
    }
    .serv1 p, .serv2 p, .serv3 p, .serv4 p, .serv5 p, .serv6 p {
        position: absolute;
        top: 60%;
        margin: 0 auto;
        font-size: 1.0em;
        letter-spacing: 3px;
        text-align: center;
        width: 100%;
    }
    
    .qabtn ul {
        display: block;
        margin: 0 auto;
    }
    .qabtn ul li:nth-child(2n+1) {
        margin: 0 auto 1.5em;
    }
    .qabtn ul li {
        width: 75%;
        margin: 0 auto 2em;
    }
    
    .qabtn ul li a {
        font-size: 1em;
    }
}

@media (max-width:600px) {
    .contents_form {
        margin: 0 auto;
        width: 90%;
        box-shadow: none;
    }
    #f_name {
        width: 80%;
    }
    #f_email, #f_emailcon {
        width: 100%;
    }
    #f_content {
        width: 100%;
    }
    table.frmtbl th {
        border-bottom: none;
        width: 90%;
        display: block;
        text-align: left;
        padding: 0 0 5px 5px;
    }
    table.frmtbl td {
        width: 93%;
        display: block;
        padding: 0 5px 20px 0;
        text-align: left;
        border-bottom: 1px solid #88ba71;
        margin: 0 0 15px 0;
    }
    
}




