@media screen and (min-width: 770px){
body {
    margin-top: 80px;
    min-width: 1000px;
    font-family: sans-serif;
}
.pc-none {
    display: none;
}
}

.lowerKv2 {
    padding: 40px 0;
}
.lowerKv2 h1 {
    color: #000;
    font-size: 32px;
    line-height: 1.3;
    text-align: center;
    text-shadow: 1px 1px 2px #000;
    
}

main > * {
    opacity:100;
    transform: none;
    transition: none; 
}

.contact {
    max-width: 1000px;
    width: 100%;
    margin: auto;
    text-align: center;
}

.contact form{
    width: 80%;
    margin: 40px auto;
    
}

.contact p {
    font-size: 16px;
    width: 80%;
    line-height: 2;
    text-align: center;
    padding-bottom: 40px;
    box-sizing: border-box;
    border-bottom: 1px solid #888;
    margin: 0 auto;
}

div.form_item {
    margin-bottom: 40px;
    text-align: left;
}

div.form_item label {
    display: block;
    font-size: 100%;
    font-weight: bold;
    margin: 10px 0;
}

span.form_required {
    font-size: 80%;
    font-weight: normal;
    color: #f00;
    box-sizing: border-box;
    padding: 0 4px 4px 4px;
    margin-left: 6px;
    border: 1px solid #f00;
    margin-top: -4px;
    position: absolute;
}

div.form_item input, div.form_item textarea {
    width: 100%;
    font-size: 110%;
    line-height: 160%;
}

div.form_item select {
    width: 100%;
    height: 2.4em;
}

.contact button {
    position: relative;
    justify-content: center;
    align-items: center;
    width: 260px;
    height: 70px;
    font-size: 14px;
    color: #e5002e;
    background-color: #fff;
    font-family: 'Lato', sans-serif;
    border: 1px solid #e5002e;
}

.contact button:hover{
            background-color: #e5002e;
            color: #fff;
            &:before{
                background-color: #fff;
            }
        }

a {
    transition: .3s;
}
a {
    text-decoration: none;
}
.form_submit{
    text-align: center;
    margin:40px auto 80px;
}

.web_inquiry{
    text-align: center;
    border-bottom: 1px solid #888;
    padding:40px 0;
    }
    
.web_inquiry ul{
	display:inline;
}
.web_inquiry ul li{
	display:inline-block;
	width30%
	margin:0px 1.25%;
	border: 1px solid #e5002e;
	font-size: 14px;
}

.web_inquiry ul li:hover{
            background-color: #e5002e;
            color: #fff;
            }

.web_inquiry ul li a{
	display:block;
	padding:10px;
	box-sizing: border-box;
	color: #e5002e;
}
.web_inquiry ul li a:hover{
	color: #fff;
}


.web_inquiry ul li img{
	width:40%;
	margin-bottom:10px;
}

.web_inquiry ul li p:hover{
	color:#fff;
}


@media screen and (max-width: 769px){
.sp_none {
    display: none;
}
.lowerKv2 h1 {
    font-size: 26px;
}
.contact form{
    width: 90%;    
}
.contact p {
    width: 90%;
}

.web_inquiry ul li{
	display:block;
	width:90%;
	margin:20px auto ;
	text-align: left;
}
.web_inquiry ul li img{
	width:20%;
	margin:0 5%;
	flot:left;
}
.web_inquiry ul li a{
	height:100%;
	vertical-align:middle;
}
}

@media screen and (max-width: 480px){
.web_inquiry ul li img{
	width:18%;
	margin:0 2%;
}
}
