@import url('https://fonts.googleapis.com/css?family=Open+Sans&display=swap');


* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    border: none;
    line-height: normal;
}
body {
    font-size: 100%;
    line-height: normal;
    background-color: #FFF;
    font-family: sans-serif ;
}
a:hover {
    text-decoration: none;
}
p, ul {
    line-height: 1;
    margin: 0;
    padding: 0;
}
img {
    max-width: 100%;
}
.mdisp {
    display: none;
}
.ddisp {
    display: block;
}
.clear {
    clear: both;
}
.vertical-center {
	display: flex;
	justify-content: center;
	flex-direction: column;
	width: 100%;
	min-height: 100%;
}
.txt-center {
    text-align: center;
}
header {
    text-align: center;
-webkit-box-shadow: 0px 10px 20px -10px rgba(0,0,0,0.4);
box-shadow: 0px 10px 20px -10px rgba(0,0,0,0.4);
}
.main-logo {
    width: 150px;
}
section {
    padding: 40px 0;
}
.section01 h1 {
    font-size: 50px;
    text-align: center;
    margin-bottom: 20px;
    color: #000;
    line-height: 58px;
}
.section01 h4 {
    font-size: 30px;
    text-align: center;
    color: #000;
    line-height: 36px;
}
.section02 {
    text-align: center;
}
.section02 svg {
    width: 100px;
    height: 80px;
}






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

}

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

}

@media screen and (max-width: 780px) {
    .mdisp {
        display: block;
    }
    .ddisp {
        display: none;
    }
    body, html {
        overflow-x: hidden;
    }
}
