:root {
    --main-bg-color: #213A70;
    --main-color: #A0C665;
}
body {
    font-family:"Yu Gothic Medium", "游ゴシック Medium",
    "YuGothic", "游ゴシック体", 
    "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
    width: 100%;
    margin: 0;
    font-size: 24px;
}

h1 {
    margin: 0;
    font-size: 64px;
    font-weight: 600;
}
h2 {
    margin-top: 0;
}
h3 {
    margin: 0;
    font-weight: normal;
    font-size: 40px;
}
p {
    margin: 6px 0;
}
article {
    /* width: 50%;
    margin-left: auto;
    margin-right: auto; */
    margin: 96px auto;
    text-align: center;
    font-weight: normal;
}
header {
    background-image: url("./images/pc/back.png");
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 48px;
}
header section {
    margin: auto;
}
strong {
    font-size: 32px;
}
header img.banner {
    width: 314px;
}
header section {
    padding: 16px 48px;
    max-width: 58rem;
}
.medium-text {
    font-size: 40px;
}
.underline {
    background:linear-gradient(transparent 70%, #FFFF00 0%);
}
.large-text {
    font-size: 48px;    
}
.align-light {
    width: 100%;
    text-align: right;
    /* display: block; */
    margin: auto;
}
.max-w600 {
    /* max-width: 600px; */
}
.block-content {
    display: block;
}
.button {
    margin: 10px 0;
    text-align: center;
}
.button img {
    /* -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%); */
    height: 100px;
}

.section-header {
    background-color: var(--main-bg-color);
    color: white;
    text-align: center;
    font-weight: 400;
    padding: 8px 0;
    font-size: 48px;
}
.overview p{
    margin: 40px 0;
}
.daily-schedule {
    border-radius: 10px;
    border: 3px solid var(--main-color);
    position: relative;
    margin: 48px;
    margin-top: 120px;
    padding: 160px 48px 86px 48px;
}
.schedule-title {
    position: absolute;
    top: -80px;
    display: flex;
    align-items: center;
    justify-content: space-around;
}
.schedule-title h3{
    background-color: white;
}

.schedule-title .large-text{
    font-weight: bold;
}
.bold {
    font-weight: bold;
}
.unbold {
    font-weight: normal;
}
.bold2 {
    font-size: 110%;
    font-weight: bold;
}
.bold3 {
    font-size: 140%;
    font-weight: bold;
}

.datetime-img {
    width: 160px;
}
.daily-schedule h3 {
    padding-left: 32px;
}
.persons {
    display: flex;
    align-items: baseline;
    flex-wrap: wrap;
    justify-content: space-between;
}
.person {
    width: 300px;
    margin-top: 24px;
    /* padding: 5px; */
}
.person img {
    width: 180px;
    height: 180px;
    display: block;
    margin: auto;
}
.person p {
    text-align: left;
}
.person .name {
    margin-top: 24px;
    font-weight: bold;
    font-size: 24px;

}
.profile {
    font-size: 20px;
}
.time-line {
    min-height: 400px;
    background-image: url("./images/pc/back3.png");
    background-position: top;
    background-repeat: no-repeat;
    background-size: contain;
    padding-top: 24px;
    margin: 120px auto;
}
.time-line-bg {
    position: absolute;
    width: 90%;
}
.time-line h4 {
    margin: 24px 0;
    font-size: 1.4rem;
}
.time-line p {
    margin: 24px;
    font-size: 1.8rem;
}
.time-line span:not(.name){
    font-weight: bold;
}
.buttons {
    display: flex;
    justify-content: center;
    margin-bottom: 70px;
    margin-top: 70px;
}
.buttons .button {
    margin: 10px 48px 20px 48px;
}
.button.round {
    position: absolute;
    right: 56px;
    top: 0;
}
.footer-buttons {
    position: relative;
}
footer {
    background-color: var(--main-bg-color);
    padding: 48px;
}
footer p ,footer p a {
    color: white;
    text-decoration:none;
    max-width: 570px;
    margin: auto;
}

/* メディアクエリ指定 */
/* もとはmax_width = 1336 */
@media screen and (max-width: 1336px) {
    body {
        font-size: 16px;
    }
    h1 {
        font-size: 32px;
    }
    article {
        /* width: 50%;
        margin-left: auto;
        margin-right: auto; */
        margin: 42px auto;

    }
    /* .small-br {
    .align-light {
        /* display: block; */
    

    .time-line h4 {
        font-size: 18px;
    }
    .medium-text {
        font-size: 21px;
    }
    .underline {
        background:linear-gradient(transparent 70%, #FFFF00 0%);
    }
    .large-text {
        font-size: 18px;
    }
    .period .large-text {
        font-size: 25px;
    }
    strong {
        font-size: 15px;
    }
    header {
        padding: 24px;
    }
    header img.banner {
        width: 150px;
    }
    .button img {
        height: 46px;
    }
    article {
        margin: 42px auto;
    }
    .overview p {
        margin: 24px 0;
    }
    header section {
        padding: 16px 0px;
    }
    .time-line p {
        margin: 22px 12px;
        font-size: 1.6rem;
    }
    .buttons {
        margin-top: 0px;
    }
    .button.round {
        right: 20px;
        top: -106px;    
    }
}
@media screen and (max-width: 750px) {
    body {
        font-size: 14px;
    }
    small {
        font-size: 12px;
    }
    h1 {
        font-size: 32px;
    }
    h3 {
        font-size: 14px;
    }
    header section {
        max-width: 26rem;
    }   
    .section-header {
        font-size: 18px;
    }
    .time-line h4 {
        font-size: 18px;
    }
    .medium-text {
        font-size: 21px;
    }
    .underline {
        background:linear-gradient(transparent 70%, #FFFF00 0%);
    }
    .large-text {
        font-size: 18px;
    }
    .period .large-text {
        font-size: 25px;
    }
    strong {
        font-size: 15px;
    }
    header {
        padding: 24px;
    }
    header img.banner {
        width: 150px;
    }
    .button img {
        height: 46px;
    }
    article {
        margin: 42px auto;
    }
    .overview p {
        margin: 24px 0;
    }
    header section {
        padding: 16px 0px;
    }
    .datetime-img{
        width: 100px;
    }
    .schedule-title{
        top: -55px;
        left: 0;
    }
    .button.round {
        right: 10px;
        top: -70px;
    }
    .daily-schedule h3 {
        padding-left: 16px;
    }
    .daily-schedule { 
        padding: 86px 48px 0 48px;
    }
    .profile{
        font-size: 10px;
    }
    .person img {
        width: 100px;
        height: 100px;
    }
    .person {
        margin: 16px 0px;
        width: 160px;
    }
    .person .name {
        margin-top: 10px;
        font-size: 12px;
    }
    .time-line {
        background-image: url(./images/sp/back3_sp.png);
        padding-top: 0px;
        max-width: 500px auto;
    }
   .daily-schedule.last-section {
        margin-bottom: 34px;
    }
    .buttons .button {
        margin: 10px;
    }
    footer {
        padding: 20px;
    }
    .time-line p {
        margin: 22px 12px;
        font-size: 0.8rem;
    }
    .buttons {
        margin-bottom: 30px;
    }
}

@media screen and (max-width: 550px){
    .daily-schedule {
        padding: 60px 12px 16px 12px;
        margin: 100px 10px 100px 10px;
    }
}