/* CSS Document */
.contact_tit{
    width: 57%;
    display: block;
    margin: 0 auto;
}
.scroll{
    width: 27%;
    position: relative;
    display: block;
    margin: 0 auto;
    padding-top: 8vw;
}
.scroll_txt{
    position: absolute;
    left: 0;
    bottom: 0;
}
body{
    font-size: 16px;
}
body#index{
    background: #e1e0eb;
}
html.index_html{
}
html{
    min-height: 100%;
}
.index_page{
    min-height: 100vh;
    width: 100%;
}
#index h1{
    margin: 0;
    display: inline-block;
    position: fixed;
    z-index: 11;
    left: 2%;
    top: 2.4%;
}
#index h2{
    position: absolute;
    top: 20vw;
    left: 34.5%;
    text-align: center;
    width: 31%;
    margin: 0;
}
#index .inf{
    position: fixed;
    padding: 0;
    width: 100%;
    margin: 0;
    bottom: 3%;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    z-index: 1;
}
#index .inf li{
    display: inline;
}
#index .inf li span{
    margin-right: 1.8vw;
}
#index .inf li:last-child{
    margin-left: 1.8vw;
}
#index .inf li a,#index .inf li svg{
    color: #3E3A39;
}
#index .inf li{
    display: inline;
}
.name svg,.mob svg{
    width: 9.4%;
}
.tel svg{
    width: 8.75%;
}
.fax svg{
    width: 8.85%;
}
.add svg{
    width:17.5%;
}
.mail svg{
    width: 19%;
}
@media (max-width: 1280px) {
    #index .inf {
        width: 110%;
    }
}
@media (max-width: 960px) {
	.index_page {
    	min-height: 110vh;
	}
    .contact_tit{
        width: 100%;
    }
    #index .inf li span {
        margin-right: 0;
    }
    #index .inf li svg{
        vertical-align: super;
        width: 100%;
    }
    #index .inf li a{
    }
    #index h1 {
        width: 29vw;
    }
    .name,.tel{
        float: left;
    }
    .mob,.fax{
        float: right;
    }
    .name{
        width: 45%;
    }
    .mob{
        width: 45.68%;
    }
    .tel{
        width: 45.2%;
    }
    .fax{
        width: 45.68%;
    }
    .add{
        width:100%;
    }
    .mail{
        width: 100%;
    }
    #index .inf{
        bottom: 1%;
        width: 60%;
    }
    #index h2{
        width: 65%;
        top: 30%;
        left: 17.5%;
    }
    #index .inf li {
        display: inline-block;
        margin-bottom: 1vw;
        width: 100%;
    }
    #index .inf li:last-child {
        margin-left: 0;
    }
}
@media (max-width: 690px) {
    #index .inf li:nth-child(2){
        margin-bottom: 0;
    }
    #index .inf li{
        margin-bottom: 0;
        max-height: 20px;
    }
}
@media (max-height: 700px) {
	body#index {
        background: #e1e0eb;
    }
	#to_form{
		margin-bottom: 40vw;
	}
}
@media (max-width: 480px) {
	body#index {
	}
    #index .inf li:nth-child(2){
        margin-bottom: 0;
    }
    #index .inf li{
        margin-bottom: 0;
    }
}