@CHARSET "UTF-8";

/**
 * style.css にフォルダ内共通スタイルを記述してください。
 */
.mix-blend-mode {
   width: 100%;
   position: absolute;
   top: 50%;
   left: 50%;
   -webkit-transform: translate(-50%, -50%);
   transform: translate(-50%, -50%);
   height: 60%;
   background: rgba(115,99,71,.9);
   mix-blend-mode: multiply;
   z-index: 2;
}

main section p {
	font-size: 1.2rem!important;
  font-weight: bold;
  color: #333;
}

main section li {
	list-style: none;
	list-style: none;
  border-bottom: dotted 1px #999;
}
main section li a {
	color: #666;
	font-size: 1rem;
}
main section li:before {
  padding-right : 5px;
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: "\f0da";
}


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


}




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




}




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


}
