@charset "utf-8";
/* CSS Document */
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.modal-content {
  position: fixed;
  display: none;
  z-index: 5;
  width: 60%;
  margin: 0;
  padding: 3%;
  border: 2px solid #aaa;
  background: #fff;
}
.modal-content p {
  margin: 3% auto;
  padding: 0;
}
.modal-overlay {
  z-index: 3;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 120%;
  background-color: rgba(0, 0, 0, 0.75);
}
.modal-open {
  color: #00f;
}
.modal-open:hover {
  cursor: pointer;
}
.modal-close {
  width: 100%;
  color: #00f;
  background: #bdbfc2;
  color: #ffffff;
  display: inline-block;
  text-align: center;
  padding: 1%;
}
.modal-close:hover {
  cursor: pointer;
  color: #ffffff;
}
.mB10 dl {
  width: 30%;
  float: left;
}
.mB10 dt {
  color: #ffffff;
  text-align: center;
}
.per8 > dl > dt {
  background-color: #f47e7e;
}
.per6 > dl > dt {
  background-color: #48cc93;
}
.per5 > dl > dt {
  background-color: #e8d743;
}
.per3 > dl > dt {
  background-color: #c191c1;
}
.perother > dl > dt {
  background-color: #0160a4;
}
.pernone > dl > dt {
  background-color: #ffffff;
}
.mB10 dd {
  width: 100%;
}
.mB10 dd img {
  width: 80%;
  margin: 0 10%;
}
.mB10 ul {
  width: 70%;
  float: right;
  margin-bottom: 5%;
  padding: 0;
  text-decoration: none !important;
}
.mB10 ul li {
  font-size: 1em;
  font-weight: bold;
  width: 80%;
  margin: 1% 20% 0;
  padding: 4% 0;
}
.mB10 ul li a {
  color: #ffffff;
  text-decoration: none !important;
}
a:hover {
  text-decoration: none !important;
}
.mB10 ul li a:first-child:hover {
  color: #b65807 !important;
}
.mB10 ul li:nth-child(2) a:hover {
  color: #0a2c6a !important;
}
.mB10 ul li:first-child {
  background: linear-gradient(#fc953c, #f9c89d);
}
.mB10 ul li:nth-child(2) {
  background: linear-gradient(#004098, #76a8ec);
  margin-top: 5%;
  letter-spacing: -0.1rem;
}
.fa {
  padding-left: 1%;
}
.fa-times-circle {
  padding-right: 2%;
}
.modal0content_area {
  margin-bottom: 1em;
  font-size: 20px;
  line-height: 1.8;
  color: #727272;
  font-weight: 300;
  text-align: left;
  padding: 2%;
}
.modal0button {
  min-width: 110px;
  margin: 0;
  padding: 12px 80px;
  cursor: pointer;
  transition: background 0.2s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  background: #AC9344 !important;
}
@media screen and (min-width: 769px) and (max-width: 1200px) {
  .modal-content {
    position: fixed;
    display: none;
    z-index: 2;
    width: 65%;
    margin: 0;
    padding: 3%;
    border: 2px solid #aaa;
    background: #fff;
    left: 17.5% !important;
    top: 20% !important;
  }
  .mB10 ul li {
    font-size: 0.85em;
  }
}
@media screen and (max-width: 768px) {
  .modal-content {
    position: fixed;
    display: none;
    z-index: 5;
    width: 75%;
    margin: 0;
    padding: 3%;
    border: 2px solid #aaa;
    background: #fff;
    left: 12.5% !important;
    top: 20% !important;
  }
  .mB10 ul li {
    font-size: 0.8em;
  }
}
@media screen and (max-width: 600px) {
  .modal-content {
    position: fixed;
    display: none;
    z-index: 5;
    width: 80%;
    margin: 0;
    padding: 3%;
    border: 2px solid #aaa;
    background: #fff;
    left: 10% !important;
    top: 5% !important;
  }
  .mB10 dl {
    width: 100%;
  }
  .mB10 ul {
    width: 100%;
    margin-bottom: 5%;
    padding: 0;
    text-decoration: none !important;
  }
  .mB10 ul li {
    font-size: 0.8em;
    font-weight: bold;
    width: 100%;
    padding: 4% 0;
    margin: 0;
  }
  .fa {
    padding-left: 2%;
  }
  .atte {
    width: 100% !important;
  }
  .atte > h3 {
    font-size: 13px;
  }
  .atte > h4 {
    font-size: 13px;
  }
	}
	
@media screen and (max-width: 600px) {
	.modal0content_area{
		font-size: 15px;
	}
}
@media screen and (max-width: 480px) {
	.modal0button{
		    padding: 12px 0;
	}
}