/* CSS Document */

html{
	scroll-behavior: smooth;
}
body{
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background: url(../img/bg1.png) top center no-repeat;
    background-size: cover;
    margin: 0;
}

header,footer{
	width: 100%;
    font-size: small;
    color: #838383;
    background: linear-gradient(180deg, #2b2b2b, #4d4d4d);
    text-align: center;
    padding: 2px 2px;
    z-index: 100;
}
header{
	position:fixed;
	top:0
} 
footer{
    position: fixed;
    bottom: 0;
}
section{
	width: 100%;
    max-width: 1000px;
    margin: 0px auto 0px;
	position:relative;
}
ul{
	margin: 0px;
    padding: 0px 0px 0px 20px;
}
li{
	font-size: smaller;
    line-height: 180%;
    margin: 0px;
    padding: 0px 0px 0px 0px;
}

.elm {
    width: 55px;
    font-size: 0.5em;
    text-decoration: none;
    background-color: hwb(222.06deg 0% 59.69% / 73%);
    position: fixed;
    bottom: 15px;
    right: 0px;
    padding: 10px;
    color: #ffffff;
    transition: 1.5s;
    text-align: center;
    border-radius: 15px 0px 0px 15px;
  opacity: 0;
  z-index:-1;
}

.triangle {
	width: 0;
    height: 0;
    border-style: solid;
    border-right: 80px solid transparent;
    border-left: 80px solid transparent;
    border-top: 40px solid #ffffff;
    border-bottom: 0;
    margin: 0px auto 5px;
}

.bg{
	background: linear-gradient(0deg, #d1d1d1, #efefef);
}
.doc-menu{
	display: flex;
    justify-content: space-evenly;
    align-items: center;
    margin: 60px auto 20px;
    flex-direction: row;
}
.box-img{
	width: 25%;
    text-align: center;
}
.box-menu1{
	width: 25%;
    text-align: center;
}
.box-menu2{
	width: 50%;
    text-align: center;
}
.box-menu3{
	width: 75%;
    text-align: center;
}
.doc-content{
	display: flex;
    justify-content: space-evenly;
    align-items: center;
    margin: 40px auto 20px;
    flex-direction: row;
    flex-wrap: wrap;
}
.doc-content2{
	display: flex;
    justify-content: space-evenly;
    align-items: center;
    margin: 10px auto 10px;
    flex-direction: row;
    flex-wrap: wrap;
}
.box-content1{
	width: 25%;
}
.box-content2{
	width: 48%;
}
.box-content3{
	width: 75%;
}
.box-content4{
	width: 100%;
}

.cont-bg1{
	background: #f1f1f1bd;
    border-radius: 20px;
    padding: 10px;
    margin: 0px 0px 20px 0px;
}

/* CSS FONT-SIZE */
.txt-small{
	font-size: smaller;
    color: #6b6b6b;
    padding: 0px 5px;
}
.txt-large{
	font-size: xx-large;
    font-weight: bolder;
    color: #414141;
    padding: 0px 5px;
}

/* CSS FONT-COLOR */
.col-blue{
    color: #00a7e9;
}
.col-pink{
	color: #e9008a;
}
.name-img{
	width: 100%;
}

/* CSS FONT-COLOR */

.button-push{
	width: 50%;
    text-align: center;
    padding: 10px;
    margin: 10px auto;
    background: #15ff95;
    border-radius: 50px;
    border: 2px solid #ffffff;
    box-shadow: 0px 1px 4px #00d343;
}



@media (max-width: 768px) {	
	
.box-img{
	width: 75%;
    text-align: center;
}
.doc-menu{
	display: flex;
	justify-content: space-evenly;
	align-items: center;
	margin: 40px auto 20px;
	flex-direction: column;
}
.doc-content{
	display: flex;
	justify-content: space-evenly;
	align-items: center;
	margin: 40px auto 20px;
	flex-direction: column;
}
.box-content2{
	width: 90%;
}
	｝



