@charset "utf-8";
/* CSS Document */

@media screen and (max-width:899px){

}



@media screen and (max-width:768px){
.visible-sp{
	display:block;
}
.hidden-sp{
	display:none;
}
.fixedcontainer{
	width: 100%;
	margin: 0 auto;
}
body{
	font-size: 14px;
}
.sp-header {
    position: fixed;
    width: 100%;
    background: #fff;
    z-index: 1;
    top: 0px;
}
.nav-logo{
	display: inline-block;
	width: 60%;
}
.nav-logo img{
    padding: 14px 20px;
}

.menu-trigger {
	display: inline-block;
    transition: all .4s;
    box-sizing: border-box;
    cursor: pointer;
    float: right;
    position: relative;
    width: 50px;
    height: 50px;
    background: #fff;
    z-index: 2;
    text-align: center;
}
.menu-trigger img{
	vertical-align: middle;
	margin-top: 8px;
}

.g-nav {
    display: none;
    position: fixed;
    top: 0;
    background: rgba(255, 255, 255, 0.9);
    width: 100%;
    height: 100%;
    z-index: 1;
    top: 50px;
}
.g-nav .sp-menu {
    padding: 20px;
}
.g-nav .sp-menu li {
    border-bottom: 1px solid #000;
}
.g-nav .sp-menu li a {
    display: block;
    text-decoration: none;
    width: 200px;
    margin: 0 auto;
    color: #000;
    padding: 15px 0;
    font-size: 16px;
}
.g-nav .sp-menu li a img{
	margin-right: 5px;
}
.contact_btn{
	width: 80%;
	max-width: 494px;
	font-size: 20px;
}
article{
	margin-top: 50px;
}
.main{
	padding: 10vw 5vw;
	background: url(../img/main_sp_img.png) no-repeat;
	background-position: center;
    background-size: cover;
}
.list_in{
	width: 100%;
}
.list_desc{
	font-size: 16px;
}
.list .list_in.blue:first-child{
	border: none;
	border-bottom: 1px solid #fff;
}
.list .list_in.blue:nth-child(2){
	border: none;
	border-top: 1px solid #fff;
}
.list_in{
	border: none;
	border-bottom: 1px solid #00479b;
}
.list_title {
    font-size: 22px;
}
.detail{
	width: 340px;
	font-size: 22px;
}
.contact_div{
	font-size: 18px;
}
.footer_logo img{
	width: 70%;
}
.address{
	font-size: 15px;
}

.company_in{
	border-top: none;
	border-bottom: 1px solid #00479b;
}
.company_in tbody{
	display: block;
    width: 90%;
    margin-right: auto;
    margin-left: auto;
}
.company_in th{
	width: 100%;
	display: block;
	padding: 10px 0;
	border-radius: 7px;
	border: none;
}
.company_in td{
	width: 100%;
	display: block;
	padding-left: 0;
	padding: 10px 0;
	border-bottom: none;
}
.company_main{
	padding: 15vw 0;
	background: url(../img/company_img_sp.png) no-repeat;
	background-position: center;
}
.company_main.handling{
	background: url(../img/list_img_sp.png) no-repeat;
}
.c_title{
	margin: 8% 0 5%;
	font-size: 22px;
}
.company_in td.loc{
	border: none;
	padding-bottom: 0;
}
.company_in tr{
	display: block;
}
article {
    padding-bottom: 10%;
}
.company_list{
	padding-top: 0px;
	    padding-bottom: 5%;
	border-top: none;
	border-bottom: 1px solid #00479b;
}
.company_one {
    margin-top: 10px;
    width: 100%;
    float: none;
    margin-right: 0;
    height: auto !important;
}
.company_img img{
	border:none;
}
.company_name{
	border:none;
	font-size: 16px;
}
.content{
	border-top: none;
	width: 90%;
    margin-right: auto;
    margin-left: auto;
}
.date{
	text-align: center;
}
.company_main h2 {
    font-size: 26px;
}
.contact_title{
	text-align: left;
	width: 90%;
	margin-right: auto;
	margin-left: auto;
}
.contact_table th{
	padding: 15px 10px;
	font-size: 14px;
	width: 100%;
	display: block;
}
.contact_table td{
	padding: 15px 10px;
	font-size: 14px;
	width: 100%;
	display: block;
}
.contact_table th span{	
	
	font-size: 12px;
}
input{
	width: 100%;
	font-size: 14px;
}
textarea{
	width: 100%;
	font-size: 14px;
}
.agree{
	font-size: 14px;
}
.agree input{
	width: 20px;
	height: 20px;
}
.com_txt{
	padding: 5% 5%;
}
}

@media screen and (max-width:500px){
.visible-500{
	display:block;
}
.hidden-500{
	display:none;
}
.list_desc{
	font-size: 16px;
}
.list_title {
    font-size: 20px;
}
.detail{
	width: 300px;
	font-size: 20px;
}

}


@media screen and (max-width:350px){
.list_desc{
	font-size: 13px;
}
.address{
	font-size: 12px;
}
}