@charset "UTF-8";
/* CSS Document */

* {
	margin: 0px;
	padding: 0;
}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {
	padding: 0;
	margin: 0;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}
img {
	margin: 0;
	padding: 0;
	vertical-align: bottom;
	border: 0;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
ol,ul {
	list-style: none;
}
a{
	color:#626262;
	text-decoration: none;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
	margin:0;
	padding:0;
	font-size:100%;
	vertical-align:baseline;
}
a:hover{
	color:#626262;
	text-decoration: none;
}
a:hover img{
	opacity: 0.7;
	filter: alpha(opacity=70);
	-moz-opacity:0.7;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}
a:hover{
	opacity: 0.7;
	filter: alpha(opacity=70);
	-moz-opacity:0.7;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}

/* for PC & ALL */

main * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: 'Noto Sans JP', sans-serif;
}
.notice {
  width: 700px;
  margin: 0 auto;
}
.notice-content-head h1 {
  background: #E54545;
  line-height: 60px;
  color: #fff;
  font-size: 32px;
  font-weight: normal;
  text-align: center;
  border-radius: 5px;
  margin-top: 65px;
}
.notice-content-head h1::before {
  content:"";
  display: inline-block;
  width: 36px;
  height: 36px;
  margin: 0 12px -6px 0;
  background: url("../img/common/info_circle.png") no-repeat center center / 100% auto;
}
.notice-content-head h2 {
  font-size: 32px;
  text-align: center;
  color: #008299;
  font-weight: normal;
  margin-top: 19px;
  border-bottom: solid 2px #008299;
  padding: 13px;
}
.notice-content-head .date {
  text-align: right;
  font-size: 14px;
  color: #909090;
  font-weight: normal;
  margin: 8px 0 0;
}
.notice-content-text p {
  margin: 40px 0 0;
  font-size: 16px;
  font-weight: 400;
  color: #323232;
}
.notice-links {
  margin: 25px 0 0;
  padding-bottom: 25px;
}
.notice-links h3 {
  background: #B7E8F1;
  line-height: 40px;
  padding: 0 12px;
  font-size: 16px;
  font-weight: normal;
  color: #323232;
  margin-bottom: 17px;
}
.notice-links ul {
  margin: 0 0 39px;
}
.notice-links li {
  margin-bottom: 0.8em;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  padding-left: 4px;
}
.notice-links li::before {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  background: url("../img/common/arrow_2_right.png") no-repeat center left / 100% auto;
  margin: 9px 8px 0 0;
}
.notice-links li a {
  color: #008299;
  font-size: 16px;
  text-decoration: underline;
}


/* for SP */
@media screen and (max-width: 768px) {
  .notice {
    width: 82.66666667vw;
  }
  .notice-content-head h1 {
    line-height: 12.26666667vw;
    font-size: 6.4vw;
    border-radius: 1.333333333vw;
    margin-top: 6.4vw;
  }
  .notice-content-head h1::before {
    width: 7.2vw;
    height: 7.2vw;
    margin: 0 2.133333333vw -1vw 0;
  }
  .notice-content-head h2 {
    font-size: 6.4vw;
    margin-top: 4.266666667vw;
    border-bottom: solid 0.533333333vw #008299;
    padding: 0 0 2.666666667vw;
    text-align: left;
  }
  .notice-content-head .date {
    font-size: 3.733333333vw;
    margin: 2.133333333vw 0 0;
  }
  .notice-content-text p {
    margin: 8.533333333vw 0 0;
    font-size: 4.266666667vw;
  }
  .notice-links {
    margin: 11.533333333vw 0 0;
    padding-bottom: 8.533333333vw;
  }
  .notice-links h3 {
    line-height: 10.66666667vw;
    padding: 0 3.2vw;
    font-size: 4.266666667vw;
    margin-bottom: 4.533333333vw;
  }
  .notice-links ul {
    margin: 0;
  }
  .notice-links li {
    padding-left: 1vw;
  }
  .notice-links li::before {
    width: 2.133333333vw;
    height: 2.133333333vw;
    margin: 2.133333333vw 2.133333333vw 0 0;
  }
  .notice-links li a {
    color: #008299;
    font-size: 4.266666667vw;
    text-decoration: underline;
  }
}

