@charset "utf-8";

#mainimage .main-logo {
    position: absolute;
    top: 8%;
    left: 4%;
}
#mainimage .main-logo h2 {
  width: 36%;
	margin-bottom: 1em;
}
#mainimage .main-logo strong {
    color: #fff;
    font-size: 1.2em;
    font-weight: bold;
}

@media screen and (min-width:521px) and ( max-width:1024px) {}
@media screen and (max-width: 520px) {
.under #mainimage {width: 100%;}
#mainimage .img{  height: 30vh;}
#mainimage .img img{
height: 100%;
object-fit: cover;
}
#mainimage .main-logo {left: 5%;}
#mainimage .main-logo h2 {
  width: 40%;
  margin-bottom: 0.2em;
}
#mainimage .main-logo strong {font-size: 0.7em;}
#mainimage .main-catch {font-size: 1.3em;}
}

/* section01
------------------------------------------------------------ */
#section01{
	position: relative;
	padding: 5em 0 10em;
}
#section01::after{}

#section01 .ttl01{
	padding-left: 3%;
	font-weight: 800;
}
.archive .contents,
.detall .contents{
    width: 90vw;
    margin: 0 0 0 4%;
}
.archive .contents-in li a {
    position: relative;
    border-bottom: 1px solid #cecece;
    padding: 1.5em;
    display: block;
    transition: 0.4s;
}

.archive .contents-in li a .time {
    margin-right: 3em;
    color: #cea833;
}
.archive .contents-in li a::after {
    content: "";
    position: absolute;
    display: inline-block;
    vertical-align: middle;
    color: #323232;
    line-height: 1;
    width: 1em;
    height: 1em;
    border: 0.08em solid currentColor;
    border-left: 0;
    border-bottom: 0;
    box-sizing: border-box;
    transform: translateX(-25%) rotate(45deg);
    right: 5%;
    top: 38%;
    transition: 0.4s;
}
.archive .contents-in li a:hover{
  color: #cea833;
}
.archive .contents-in li a:hover:after {
    content: "";
    right: 4%;
    color: #cea833;
}
.fullbg02{ width: 95%;}
@media screen and (min-width:521px) and ( max-width:1024px) {}
@media screen and (max-width: 520px) {
  #section01 {padding: 0em 0 5em;}
  .archive .contents-in li a {
    padding: 1em 0 1em 0.5em;
    font-size: 0.9em;
}
.archive .contents-in li a .time {
    margin-right: 0;
    width: 100%;
    display: block;
    font-size: 0.9em;
}
.archive .contents-in li a::after {
    content: "";
    line-height: 1;
    width: 0.6em;
    height: 0.6em;
    right: 5%;
    top: 64%;
}

}
/* section02
------------------------------------------------------------ */

.detall .ttl03 {
    padding: 0.5em 1em;
    font-size: 1.5em;
    letter-spacing: 0.1em;
    font-family: 'Noto Sans JP', sans-serif;
    border-bottom: 1px solid #cecece;
    font-weight: 400;
}
.detall .time{
  padding: 0.5em 1.5em;
  color: #cea833;
  font-weight: bold;
}
.detall .newsbox{
  width: 87vw;
  min-height: 40em;
  margin: 2em auto 0;
  line-height: 2em;
}
@media screen and (min-width:521px) and ( max-width:1024px) {}
@media screen and (max-width: 520px) {
  .detall .ttl03 {
    padding: 0.5em 0 0.5em 0.5em;
    font-size: 1.2em;
    letter-spacing: 0.1em;
}
.detall .time {
    padding: 0.5em 0.5em;
    font-size: 0.9em;
}
.detall .newsbox {
    width: 87vw;
    min-height: 20em;
    margin: 1em auto 0;
    line-height: 2em;
}


}
