.logo h1 a {
	display: block;
    font-size: 30px;
    color: #1E2D58;
    font-weight: 900;
    font-family: 'Noto Sans JP', sans-serif;
    font-family: Arial, Helvetica, "sans-serif"
}
.logo h1 span {
    display: block;
    font-size: 13px;
    color: #00A0E9;
    font-weight: 500;
    font-family: 'Noto Sans JP', sans-serif;
}
#cover{
	padding: 0px;
}
#cover .cover {
    height: 350px;
    width: 100%;
    background-image: url(../img/cover.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}
h2 {
   position: relative;
  display: inline-block;
  padding: 0 1.2em;
  text-align: center;
  font-family: 'M PLUS Rounded 1c', sans-serif;
  font-weight: 700;
  color: #1E2D58;
  font-size: 40px;
	margin-bottom: 50px;
}

h2:before,
h2:after {
  font-family: 'Font Awesome 6 Free';
  line-height: 1;
  position: absolute;
  top: calc(50% - .5em);
  color: #00A0E9;
font-size: 0.8em;
}

h2:before {
  left: 0;
  content: '\f101';
}

h2:after {
  right: 0;
  content: '\f100';
}
.actv_name {
    position: relative;
    overflow: hidden;
    padding: 1rem 2rem 1rem 110px;
    border: 4px solid #00A0E9;
    border-radius: 10px;
	font-size: 28px;
	color: #111111;
	margin-bottom: 20px;
}

.actv_name:before {
  position: absolute;
  top: -150%;
  left: -110px;
  width: 200px;
  height: 300%;
  content: '';
  background: #00A0E9;
}

.actv_name span {
  font-size: 45px;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  display: block;
  padding-top: 8px;
  padding-left: 16px;
  color: #fff;
	font-family: Arial, Helvetica, "sans-serif";
}
h5 {
    color: #000000;
    font-weight: bold;
    font-size: 1.5rem;
}
p{
	color: #111111;
}
a.pdfDl{
  padding: 0.5em;
  margin: 10px 0;
  display: block;
  color: #fff !important;
  background: #66CBF9;
  text-decoration: none;
  font-size:16px;
  border-radius: 50px;
  text-align:center;
  text-decoration:none !important;
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
}
a.pdfDl:before {
    content: "";
    display: inline-block;
    width: 26px;
    height: 28px;
    margin: -3px 5px 0 0;
    background-repeat: no-repeat;
    background-image: url(../img/pdf_icon.png);
    background-size: contain;
    vertical-align: middle;
}
a.pdfDl:hover {
  background: #0db3ff;
}
.attention {
    font-size: 18px;
    text-align: center;
    border: 1px solid #333333;
    padding-top: 15px;
    padding-right: 10px;
    padding-bottom: 15px;
    padding-left: 10px;
    color: #000000;
    margin-top: 30px;
}
#report {
    background-color: #FFFBF0;
}
a.blogLink{
    padding: 0.5em 2em;
    margin: 10px 0;
    display: block;
    color: #fff !important;
    background: #1E2D58;
    text-decoration: none;
    font-size: 16px;
    border-radius: 5px;
    text-align: center;
    text-decoration: none !important;
    font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
}
a.blogLink:after {
    content: "";
    display: inline-block;
    width: 18px;
    height: 18px;
    margin: -3px 0 0 10px;
    background-repeat: no-repeat;
    background-image: url("../img/newwindow.png");
    background-size: contain;
    vertical-align: middle;
}
a.blogLink:hover {
  background: #3d7fb7;
}
.profile {
    border: 3px solid #00A0E9;
    padding-top: 36px;
    padding-right: 20px;
    padding-left: 20px;
    padding-bottom: 15px;
    border-radius: 10px;
    position: relative;
}
.profile h4{
    color: #ffffff;
    font-size: 18px;
    background: #00A0E9;
    display: inline-block;
    padding-left: 15px;
    padding-right: 15px;
    line-height: 1.8em;
    border-radius: 30px;
    position: absolute;
    top: -16px;
}

.twLink {
    display: inline-block;
    float: right;
    margin-top: -10px;
}
.name {
    display: inline-block;
    font-size: 22px;
    font-weight: bold;
    color: #000000;
}
.name span {
    font-size: 13px;
    font-weight: normal;
}
.profile p {
    font-size: 14px;
    margin-bottom: 0px;
}
#history {
    background-color: #F9F9F9;
}
#history h4 {
    font-size: 20px;
    color: #111111;
    text-align: center;
    margin-bottom: 50px;
}
.historyBlock .yyyy {
    color: #FFFFFF;
    background-color: #9F9F9F;
    font-size: 15px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 2px;
    padding-bottom: 2px;
    margin-bottom: 10px;
}
.tb01{
  border-collapse: collapse;
  width: 100%;
margin-bottom: 10px;
			font-size: 15px;
}
.tb01 th,
.tb01 td{
  padding: 10px;
  border-bottom: dashed 1px #ccc;
	color: #111111;
}
.tb01 th {
  width: 100px;
	font-weight: normal;
}
  }

#footer {
    padding-top: 50px;
}

.footerLogo a{
    display: block;
    font-size: 30px;
    color: #FFFFFF;
    font-weight: 900;
    font-family: 'Noto Sans JP', sans-serif;
    margin-bottom: 15px;
}
.footerLinkBlock a img {
    margin-left: 10px;
    margin-right: 10px;
	opacity: 0.5;
}
.footerLinkBlock a img:hover {
    margin-left: 10px;
    margin-right: 10px;
	opacity: 0.9;
}


@media screen and (min-width: 768px){
  a.pdfDl{
    padding: 0.5em 2em;
    margin: 10px auto;
    font-size:16px;
    display:inline-block;
  }
  a.pdfDl:before {
    margin: -3px 10px 0 0;
  }
a.blogLink{
    padding: 0.5em 2em;
    margin: 10px auto;
    font-size:16px;
    display:inline-block;
  }
  a.pdfDl:before {
    margin: -3px 10px 0 0;
  }
}

@media (max-width: 991px){
#cover .cover {
    height: 280px;
    width: 100%;
    background-image: url(../img/cover.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center bottom;
}	
}

@media (max-width: 767px){
#cover .cover {
    height: 300px;
    width: 100%;
    background-image: url(../img/cover_sp_max.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center bottom;
}	
}
	@media (max-width: 575px){
	#cover .cover {
    height: 260px;
    width: 100%;
    background-image: url(../img/cover_sp_max.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}
		h2 {
   position: relative;
  display: inline-block;
  padding: 0 1.2em;
  text-align: center;
  font-family: 'M PLUS Rounded 1c', sans-serif;
  font-weight: 700;
  color: #1E2D58;
  font-size: 26px;
}
		h3 {
    padding: 1rem 1rem 1rem 90px;
	font-size: 22px;
			
}

h3:before {
  left: -130px;
}

h3 span {
  font-size: 34px;
  padding-top: 10px;
  padding-left: 16px;
}
		.profile h4{
    font-size: 17px;
}
		.actv_name {
    position: relative;
    overflow: hidden;
    padding: 1rem 2rem 1rem 90px;
    border: 4px solid #00A0E9;
    border-radius: 10px;
	font-size: 20px;
	color: #111111;
	margin-bottom: 20px;
}

.actv_name:before {
  position: absolute;
  top: -150%;
  left: -130px;
  width: 200px;
  height: 300%;
  content: '';
  background: #00A0E9;
}

.actv_name span {
    font-size: 34px;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    display: block;
    padding-top: 8px;
    padding-left: 16px;
    color: #fff;
    font-family: Arial, Helvetica, "sans-serif";
}
		
  .tb01 {
    width: 100%;
  }
  .tb01 th,
  .tb01 td {
    display: block;
    width: 100%;
  }
	.tb01 th{
		padding-bottom: 0px;
	border: none;	
	}
  .tb01 tr:last-child{
    border: none;
  }
h5 {
    color: #000000;
    font-weight: bold;
    font-size: 1.2rem;
}

}


