@charset "UTF-8";
/* ===================================================================

	Setting

=================================================================== */
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
html{
    height: 100%;
    width: 100%;
    /* html overflow: auto; 重要 scroll*/
    overflow-y: auto;
    overflow-x: hidden;
    margin: 0 !important;
    overflow-y: auto;
}
section p{
    line-height: 2;
}
body{
    font-family: 'Zen Maru Gothic', sans-serif;
    font-weight: 500;
    color: #404040;
    font-size: 18px;
    letter-spacing: -0.01rem;
    line-height: 1.5;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
}
.num{
    font-family: 'Inter', sans-serif;
}
main{
    overflow: hidden;
}
a{
    font-weight: 500;
    text-decoration: none;
    color: #404040;
    transition: 0.5s;
}
a:hover{
    opacity: 0.7;
    cursor: pointer;
    transition: 0.5s;
}
li{
    list-style-type: none;
}
button{
    border: none;
    cursor: pointer;
    outline: none;
    appearance: none;
}
img{
    width: 100%;
    max-width: 100%;
    height: auto;
    flex-shrink: 0;
}
address{ font-style: normal;}
tr{border: none;}
th{background-color: #ccc;}
th,td{padding: 5px 10px; font-weight: 100; border: solid 1px #eaeaea;}
.owrap, .cwrap {padding: 0 30px;}
.sp {display: none;}
.pc {display: block;}
.btnwrap {text-align: center;}
.center {text-align: center;}
.left {text-align: left;}
.right {text-align: right;}
.logo {display: inline-block;}
h1,h2,h3,h4,h5{ font-weight: 500; }

@media only screen and (max-width: 1024px){
}
@media only screen and (max-width: 1000px){
}
@media only screen and (max-width: 768px){
    h1,h2,h3,h4,h5{
        font-size: 26px;
    }
    p,th,td,li,span,dd{
        font-size: 16px;
    }
}
@media only screen and (max-width: 479px){
    p{
        text-align: justify !important;
    }
    h1,h2,h3,h4,h5{
        font-size: 20px;
    }
    body{
        letter-spacing: -0.05rem;
        line-height: 2;
    }
    .owrap, .cwrap{padding: 0 15px;}
}

/* ===================================================================

	add

=================================================================== */

.ttl{
    font-weight: 700;
}
.container{
    max-width: 1200px;
    width: 100%;
    margin: auto;
}

/* ===================================================================

	flex

=================================================================== */
.flex{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.flexwrap{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.flexwrapjc{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.flexjs{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}
.flexjc{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.flexje{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}
.flexas{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}
.flexac{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.flexae{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
}
.flexacje{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}
.flexae{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}
.flexacjc{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.flexjbe{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.flexacjbe{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.flexaejbe{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.flexjar{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
}
.flexacjar{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: distribute;
    justify-content: space-around;
}
.flexcol{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.flexcolac{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.flexcoljc{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.flexcoljbe{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.flexcolacjc{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}