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

.eventList .c-grid__item .c-image {
  padding-bottom: 51.3%;
}
@media (max-width: 767px) {
.eventList .c-grid__item .c-image {}
}

/****/
.ctaAreaWrap {
    margin-top: 120px;
}  
.ctaAreaWrap .ttlArea {
  background: url("../../images/cta/cta_ttl_bg.png")no-repeat;
  border-top: 10px solid #1d4691;
  background-size: cover;
  background-position: center;
  height: 300px;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 40px;
  text-align: center;
  }  
.ctaAreaWrap .ttlArea .ttlIn {}  
.ctaAreaWrap .ttlArea h2.__ttl {
    color: #fff;
    font-size: 50px;
    font-family: 'Noto Serif JP', serif;
    margin-bottom: 20px;
}  
.ctaAreaWrap .ttlArea .__txt {
    color: #fff;
    font-family: 'Noto Serif JP', serif;
    font-size: 18px;
}  
.ctaAreaWrap .ctaBlock {}  
.ctaAreaWrap .ctaBlock .ctaBox {
    border: 1px solid #dcdcdc;
    padding: 30px;
    margin: 30px 0;
} 
.ctaAreaWrap .ctaBlock .ctaBox .__ttl {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 30px;
    text-align: center;
}
.ctaAreaWrap .ctaBlock .ctaBox .__ttl .small {
    font-size: 16px;
}  
.ctaAreaWrap .ctaBlock .ctaBox .ctaBoxIn {
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
} 
.ctaAreaWrap .ctaBlock .ctaBox .ctaBoxIn .imgArea {
    width: 42.64444444%;
} 
.ctaAreaWrap .ctaBlock .ctaBox .ctaBoxIn .imgArea img {} 
.ctaAreaWrap .ctaBlock .ctaBox .ctaBoxIn .txtArea {
    width: 53%;
    margin-top: 20px;
} 
.ctaAreaWrap .ctaBlock .ctaBox .ctaBoxIn .txtArea .checkList {
    margin-bottom: 30px;
} 
.ctaAreaWrap .ctaBlock .ctaBox .ctaBoxIn .txtArea .checkList li {
    margin: 0 0 20px;
} 
.ctaAreaWrap .ctaBlock .ctaBox .ctaBoxIn .btn {
    text-align: center;
} 
.ctaAreaWrap .ctaBlock .ctaBox .ctaBoxIn .btn a {
    display: inline-block;
    width: 100%;
    max-width: 340px;
    padding: 10px;
    font-size: 18px;
    background-color: #f6e746;
    color: #001625;
    font-weight: bold;
    position: relative;
} 
.ctaAreaWrap .ctaBlock .ctaBox .ctaBoxIn .btn a::before {
  content: "";
  width: 10px;
  height: 10px;
  border-top: solid 2px #3aa0e7;
  border-right: solid 2px #3aa0e7;
  position: absolute;
  left: 15px;
  top: 50%;
  transform: rotate(45deg);
  display: block;
  -webkit-transform: rotate(45deg) translateY(-50%) translateX(0%);
  transform: rotate(45deg) translateY(-50%) translateX(0%);
}  
.ctaAreaWrap .ctaBlock .ctaBox .ctaBoxIn .btn.btn_t02 a {
    background-color: #1d4691;
    color: #fff;
}  
.ctaAreaWrap .ctaBlock .ctaBox .ctaBoxIn .btn.btn_t02 a::before {
    border-top: solid 2px;
    border-right: solid 2px;
}
.ctaAreaWrap .ctaBlock .ctaBox .ctaBoxIn .btn.btn_t03 a {
    background-color: transparent;
    border: 1px solid #1d7fc8;
    color: #1d7fc8;
}  
.ctaAreaWrap .ctaBlock .ctaBox .ctaBoxIn .btn.btn_t03 a::before {
    border-top: solid 2px;
    border-right: solid 2px;
}
.ctaAreaWrap .ctaBlock .ctaBox .ctaBoxIn .btn.btn_t03 a:hover {
    background-color: #1d7fc8;
    color: #fff;
}   
.ctaAreaWrap .ctaBlock .ctaBox .ctaBoxIn .btn.btn_t03 a::before:hover {}  
.ctaAreaWrap .ctaBlock .ctaBox .ctaBoxIn .btnTxt {
    max-width: 340px;
    margin: auto;
    margin-top: 15px;
    width: 100%;
    font-size: 18px;  
  }
.ctaAreaWrap .ctaBlock .ctaBox .ctaBoxIn .btnTxt a {
display: block;
    text-decoration: underline;  
  }
@media (min-width: 768px) {
.ctaAreaWrap .ctaBlock {
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}
.ctaAreaWrap .ctaBlock .ctaBox {
    width: 100%;
}
.ctaAreaWrap .ctaBlock .ctaBox.flBox {
    width: 48%;
    padding-bottom: 50px;
}
.ctaAreaWrap .ctaBlock .ctaBox.flBox .ctaBoxIn {
    display: block;
}
.ctaAreaWrap .ctaBlock .ctaBox.flBox .ctaBoxIn .imgArea {
    width: 100%;
    margin: auto;
    text-align: center;
    min-height: 250px;
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.ctaAreaWrap .ctaBlock .ctaBox.flBox .ctaBoxIn .imgArea img {
    max-width: 300px;
    max-height: 250px;
    margin: auto;
}  
.ctaAreaWrap .ctaBlock .ctaBox.flBox .ctaBoxIn .txtArea {
    width: 100%;
}
  
  }  
@media (max-width: 767px) {
.ctaAreaWrap {
    margin-top: 20vmin;
}  
.ctaAreaWrap .ttlArea {
    height: 50vw;
}  
.ctaAreaWrap .ttlArea h2.__ttl {
    font-size: 6vmin;
    margin-bottom: 4vmin;
}  
.ctaAreaWrap .ttlArea .__txt {
    font-size: 3vmin;
}  
.ctaAreaWrap .ctaBlock {}  
.ctaAreaWrap .ctaBlock .ctaBox {
    padding: 4vmin;
} 
.ctaAreaWrap .ctaBlock .ctaBox .__ttl {
    font-size: 3.6vmin;
    margin-bottom: 5vmin;
} 
.ctaAreaWrap .ctaBlock .ctaBox .__ttl .small {
  font-size: 3vmin;
}  
.ctaAreaWrap .ctaBlock .ctaBox .ctaBoxIn {} 
.ctaAreaWrap .ctaBlock .ctaBox .ctaBoxIn .imgArea {
    max-width: 26.666666vw;
} 
.ctaAreaWrap .ctaBlock .ctaBox .ctaBoxIn .imgArea img {} 
.ctaAreaWrap .ctaBlock .ctaBox .ctaBoxIn .txtArea {
    width: 62%;
    margin-top: 0;
} 
.ctaAreaWrap .ctaBlock .ctaBox .ctaBoxIn .txtArea .checkList {
    margin-bottom: 4vmin;
} 
.ctaAreaWrap .ctaBlock .ctaBox .ctaBoxIn .txtArea .checkList li {
    background-size: 4vmin;
    padding-left: 5vmin;
    margin-bottom: 3vmin;
    font-size: 2.8vmin;
}
.ctaAreaWrap .ctaBlock .ctaBox .ctaBoxIn .btn {} 
.ctaAreaWrap .ctaBlock .ctaBox .ctaBoxIn .btn a {
    font-size: 3vmin;
    padding: 2vmin;
} 
.ctaAreaWrap .ctaBlock .ctaBox .ctaBoxIn .btn a::before {
    width: 8px;
    height: 8px;
}
.ctaAreaWrap .ctaBlock .ctaBox .ctaBoxIn .btn.btn_t02 a {}  
.ctaAreaWrap .ctaBlock .ctaBox .ctaBoxIn .btn.btn_t02 a::before {}
.ctaAreaWrap .ctaBlock .ctaBox .ctaBoxIn .btn.btn_t03 a {}  
.ctaAreaWrap .ctaBlock .ctaBox .ctaBoxIn .btn.btn_t03 a::before {}   
.ctaAreaWrap .ctaBlock .ctaBox .ctaBoxIn .btnTxt {
    font-size: 3vmin;
    margin-top: 2vmin;
}
.ctaAreaWrap .ctaBlock .ctaBox .ctaBoxIn .btnTxt a {}  
  }

/* archive */
.l-section .c-heading-seco.c-ev {
    margin-bottom: 0;
}
.l-section .l-event-list {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.l-section .l-event-list a {
    display: block;
    width: 47.5%;
    color: #333;
    margin-top: 30px;
}
.l-section .l-event-list .bx-event {
    width: 100%;
}
.l-section .l-event-list .bx-event p {
    font-size: 20px;
    line-height: 1.8;
    margin-top: 10px;
}

@media (max-width: 767px) {
    .l-section .l-event-list {
        flex-flow: column;
    }
    .l-section .l-event-list a {
        display: block;
        width: 90%;
        margin: 30px auto 0;
    }
    .l-section .l-event-list .bx-event p {
        font-size: 16px;
        line-height: 1.6;
    }
}