* {
  margin: 0;
  padding: 0
}
em,
i {
  font-style: normal
}
li {
  list-style: none
}
img {
  border: 0;
  vertical-align: middle
}

button {
  cursor: pointer
}
a {
  color: #fff;
  text-decoration: none
}
a:hover {
  color: #c81623
}
img{
  width: 100%;
}

body {
   font-family: "Montserrat", sans-serif;
}


button,
input {
   font-family: "Montserrat", sans-serif;
}

body {
  -webkit-font-smoothing: antialiased;
  font-weight: 500;
  color: #0D0D0F;
  /*background-color: #FAFAFA;*/      
}
.show,.active{display: block;}
.hide, .none {
  display: none;
}

/*max 1200  left & right = 0%;*/
/* 公共部分 */
.box{
  max-width: 1200px;  
  width: 100%;
  margin:0 auto;
  
}
/*max 1200 left & right = 3%*/
/* 公共部分 */

.sbox{
  max-width: 1200px;
  width: 94%;
  margin:0 auto;
}
h1{
  font-size: 32px;
}
h2{
  font-size: 28px;
  margin:15px 0 10px;
}
h3{
  font-size: 25px;
  margin:15px 0 10px;
}
h4{
  font-size: 22px;
  padding:10px 0 10px;
}
h5{
  font-size: 16px;
}

/* 公共部分 */
h6{
  font-size: 13px;
}

/* 公共部分 */
p,li{
  font-size: 18px;
  line-height: 1.5;
  margin: 0.7rem 0 0.7rem;
}

/* 公共部分 */
.list12 li,.div12,.p12{
  font-size: 12px;
}

/* 公共部分 */
.list14 li,.div14,.p14{
  font-size: 14px;
}

/* 公共部分 */
.list16 li,.div16,.p16{
  font-size: 16px;
}

/* 公共部分 */
.list20 li,.div20,.p20{
  font-size: 20px;
}

/* 公共部分 */
.list22 li,.div22,.p22{
  font-size: 22px;
}

/* 公共部分 */
div span, p span{
  font-weight: 600;
}

/* 公共部分 */
section{
  display: block;
  width: 100%;
  max-width: 1440px;
  margin:auto;
}

.cl_white{
  color: #e1d9c8;
}
.cl_green{
  color: #027364;
}
.cl_red{
  color: #CE280c;
}
.top{
  background-color: #2e2e30;
  text-align: center;
  padding:0.5rem 0 0.5rem;
  color: #fefefd;
  font-size: 0.8rem;
  
}
.top span{
  color: #54cefd;
  font-size: 1rem;
  font-weight: 600;
}
.header{
  display: flex;
  max-width: 1200px;
  width: 100%;
  margin: auto;
  justify-content: space-between;
  padding:1rem 0 1rem;
  
}
#header{
  width: 100%;
  display: block;
  position: relative;
  box-shadow: 0 10px 10px -10px rgba(0,0,0,0.4);
  /*background-color: #ef68e;*/

}

.header .logo{
  width: 200px;
  display: flex;
  margin-left: 2rem;

}
.header .menu{
  display: flex;
  color: 
}
.header ul{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin-right: 2rem;
}
.header ul li{
  margin:0.3rem;
  font-size: 0.9rem;
}
.header li a{
  color: #262626;
  padding:0.2rem 0.4rem 0.9rem 0.4rem;
  margin: 0 0.2rem 0 0.2rem;
  font-weight: bold;
}
.header li .active{
  background-image: url('../img/nav_line.png');
  background-size: 80% 20px;
  background-position: bottom;
  background-repeat: no-repeat;

}
.footer{
  text-align: center;
  background-color: #000;
  padding:1.5rem 0 1rem;
 
}
.footer .logo{
  width: 200px;
  margin:0 auto;
  margin-bottom: 1rem;
}
.footer  .menu{
  font-size: 0.9rem;
}

.footer p{
  font-size: 0.8rem;
}

#scrollToTopButton{
  position: fixed;
  right: 0.5rem;
  bottom: 1.5rem;
  cursor: pointer;
  opacity: 0.7;
}
#scrollToTopButton img{
   width: 30px;
}




@media (max-width: 760px){

  .mobile {
		flex-wrap: wrap  !important;
	}
  .header .menu{
    display: none;
  }
  .header .logo{
    display: block;
    margin:0 auto;
  }

  .sbox{
    width: 94%;
    margin: 0 3% 0 3%;
  }

  h1{
    font-size: 28px;
  }

  h2{
    font-size: 25px;
    margin:15px 0 10px;
  }
  h3{
    font-size: 22px;
    margin:15px 0 10px;
  }

  h4{
    font-size: 18px;
    padding:8px 0 8px;
  }
  h5{
    font-size: 16px;
  }
  h6{
    font-size: 13px;
  }
  p,li{
    font-size: 17px;
   
  }
  .list16 li,.div16,.p16{
    font-size: 15px;
  }
  .list20 li,.div20,.p20{
    font-size: 19px;
  }
  .list22 li,.div22,.p22{
    font-size: 21px;
  }
}
@media (max-width: 480px){

  h1{
    font-size: 24px;
  }
  h2{
    font-size: 22px;
    margin:12px 0 8px;
  }
  h3{
    font-size: 20px;
    margin:12px 0 8px;
  }
  h4{
    font-size: 18px;
    padding:6px 0 6px;
  }
  h5{
    font-size: 15px;
  }
  h6{
    font-size: 12px;
  }
  p,li{
    font-size: 16px;
    line-height: 1.4;
   
  }
  .list16 li,.div16,.p16{
    font-size: 14px;
  }
  .list20 li{
    font-size: 18px;
  }
  .list22 li,.div22,.p22{
    font-size: 20px;
  }
}