@charset "utf-8";
/* CSS Document */


header {
  position: fixed;
  top: 0;
  z-index: 9999;
  width: 100%;
  height: 45px;
  margin: 0 auto;
  padding: 8px 2% 40px;
  background-color: #fff;
	box-shadow: 0px 0px 10px 0px rgba(0,0,0,.15);
	
}
div.logo {
  width: 15%;
  max-width: 120px;
	margin-top: 5px;
}
.logo {
  position: absolute;
  left: 2%;
  top: auto;
}
div.menu {
  float: right;
}
ul.header_ul {
  margin: 0;
  padding: 0;
}
ul.header_ul li {
  display: inline-block;
  margin: 0px 10px;
  font-size: 20px;
}  
   
    
    
@media (max-width:1023px) {
header {
	height: 52px;
  margin: 0 auto;
  padding: 2% 4%;
	box-shadow: 10px 0px 0px 0px rgba(0,0,0,.15);
	bottom:0;
	top: inherit;
	
}
	div.logo {
  width: 50%;
	margin-top: 5px;
		padding-left:5%;
}
   
    }
    
	
	
	
	
	
	
	
	
	.contents {
		width: 100%;
		max-width: 800px;
		margin: 60px auto 50px;
    padding: 40px 80px;
    border: 10px solid #f3f3f3;
	}
	
	
	@media (max-width:1023px) {
.contents {
    padding: 0;
	 border: none;
	}
	

	}
	
	
	
	section {
		width: 100%;
		max-width: 640px;
		
		margin: auto;
		padding: 15px;
	}
	
	
	section img {
    zoom: 1;
    margin-bottom: 40px;
}
		




section h1 {
    font-size: 2.4em;
    margin: 0.5em 0;
    font-weight: 600;
}
	
	section h3 {
    margin-bottom: 30px;
    padding-left: 10px;
    font-size: 18px;
    border-left: 10px solid #000000;
}
	
	section h4 {
    margin-bottom: 30px;
    padding-bottom: 10px;
    font-size: 20px;
    border-bottom: 1px solid #000000;
}

	
	
	
			section p {
    margin-bottom: 40px;
    font-size: 15px;
    color: #333333;
    line-height: 2;
	}
		
	

	
 .link {
    display: block;
    min-width: 320px;
    min-height: 40px;
    margin-bottom: 40px;
    padding: 10px 20px;
    color: #ffffff!important;
    font-size: 13px;
    text-align: center;
    background-color: #105471;
    border-radius: 3px;
}	
	
	 .link a {
    color: #ffffff!important;
    font-size: 13px;
    text-align: center;
}	
	
	
	
p.wearing_color {
    font-size: 12px;
    font-weight: 600;
    margin-top: 1em;
}


.emphasis01{
     background: linear-gradient(transparent 60%, #ffff66 60%);
}



ul.chart {
    display: flex;
  align-items: center;
}

.chart li {
    margin: 0.25rem;
}

li.chart_header {
    font-size: 1.5rem;
}

li.chart_pointer_100 {
    font-weight: 600;
}

    
@media (max-width:1023px) {
section h1 {
    font-size: 2em;
}

	}

@media (max-width:580px) {
li.chart_header {
     font-size: 1rem; 
}
}