.h201 {
  display: flex;
  align-items: baseline;
  flex-wrap: wrap;
}
.h201 .en { font-size: 50px; font-weight: bold; margin-right: 25px;}
.h201 .jp { font-size: 114%; font-weight: bold;}

@media only screen and (max-width: 782px) {
  .h201 {
    display: block;
    margin: 30px 0 15px;
  }
  .h201 .en { font-size: 25px; display: block;}
  .h201 .jp { display: block; margin-left: 0; font-size: 12px; line-height: 1;}

}

.tlcBtn {
  margin: 60px 0 40px;
  text-align: center;
}
.tlcBtn a {
  display: inline-flex;
  width: 360px;
  height: 100px;
  background: #fff;
  align-items: center;
  justify-content: center;
  transition: all 0.5s ease;
}
.tlcBtn a:hover {

}
@media only screen and (max-width: 782px) {
  .tlcBtn {
    margin: 25px 0 0;
  }
  .tlcBtn a {
    display: inline-flex;
    width: 315px;
    max-width: 90vw;
    height: 60px;
  }
  .tlcBtn a img { width: 100px;}
}

.logo_text {
  background: #c7a840;
  padding: 55px 80px 105px 85px;
  display: flex;
}
.logo_text figure {
  width: 330px;
}
.logo_text .text {
  width: calc(100% - 400px);
  color: #002c5b;
  
  margin-left: 70px;
}
.logo_text .text h3 {
  font-size: 35px;
  font-weight: bold;
}
.logo_text .text h4 {
  color: #fff;
  font-weight: bold;
}
.logo_text .text p { font-weight: bold;}
@media only screen and (max-width: 782px) {
  .logo_text {
    padding: 35px 30px 70px 30px;
    display: block;
    text-align: center;
  }
  .logo_text figure {
    width: 250px;
    max-width: 90%;
    margin: 0 auto;
  }
  .logo_text .text {
    width: auto;
    margin-left: 0px;
    margin-top: 30px;
    text-align: center;
  }
  .logo_text .text h3 {
    font-size: 22px;
  }
}

.contents {
  padding-bottom: 150px;
}


@media only screen and (max-width: 782px) {
  .contents {
    padding-bottom: 30vw;
  }
  
}
.flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.select {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: -58px;
  margin-bottom: 100px;
}
.select .set {
  width: 330px;
}
.select .set + .set { margin-left: 40px;}
.select .cp_ipselect + .cp_ipselect { margin-left: 15px;}
.select label { margin-right: 20px;font-weight: bold; white-space: nowrap;}
.select .cp_ipselect { width: 330px;}
.cp_ipselect select { box-sizing: border-box;}
@media only screen and (max-width: 782px) {
  .flex { display: block; margin-bottom: 5vw;}
  .select {
    align-items: flex-start;
    justify-content: space-between;
    margin-top: -50px;
    margin-left: 3vw;
    margin-right: 3vw;
    margin-bottom: 40px;
  }
  .select .set { width: calc(50% - 1.25vw);}
  .select .set + .set { margin-left: 0px;}
  .select .cp_ipselect + .cp_ipselect { margin-left: 0px;}
  .select label { margin-right: 0px; font-size: 10px;}
  .select .cp_ipselect { width: auto;}
}

.flexBlock {
  display: flex;
  flex-wrap: wrap;
  width: calc(100% + 30px);
  margin-left: -15px;
}
.flexBlock article {
  margin-right: 30px;
  margin-bottom: 50px;
  padding-bottom: 35px;
  width: calc(33.3% - 30px);
  position: relative;
  background: #fff;
}
.flexBlock article figure {
  width: 100%;
  height: 250px;
}
.flexBlock article figure img {
  object-fit: cover;
  width: 100%;
  height: 250px;
}
.flexBlock article.new::after {
  content: "NEW";
  font-family: 'THESPA', sans-serif;
  color: #fff;
  width: 50px;
  height: 24px;
  line-height: 24px;
  font-size: 80%;
  text-align: center;
  background: #e84d70;
  font-weight: normal;
  position: absolute;
  left: 0;
  top: -12px;
}
.flexBlock article .header {height: 26px;margin-top: -13px;z-index: 99; position: relative;}
.flexBlock article .header span {
  display: inline-flex;
  background: #c7a840;
  padding: 0px 20px;
  height: 26px;
  align-items: center;
  color: #fff;
  font-weight: bold;
  margin-left: 20px;
  font-size: 86%;
  box-sizing: border-box;
}
.flexBlock article h3.title {
  font-weight: bold;
  color: #002c5b;
  padding-left: 20px;
  font-size: 114%;
  line-height: 1.6;
  margin-top: 25px;
}
.flexBlock article .date {
  text-align: right;
  padding: 5px 10px 5px 0;
  font-size: 75%;
  color: #002c5b;
  box-sizing: border-box;
  width: 100%;
  position: absolute;
  right: 0;
  bottom: 0;
  font-weight: normal;
}
@media only screen and (max-width: 782px) {
  .flexBlock {
    width: calc(100% + 2vw);
    margin-left: 0;
  }
  .flexBlock article {
    margin-right: 2vw;
    margin-bottom: 20px;
    padding-bottom: 25px;
    width: calc(50% - 2vw);
  }
  .flexBlock article figure {
    width: 100%;
    height: 29.33vw;
  }
  .flexBlock article figure img {
    object-fit: cover;
    width: 100%;
    height: 29.33vw;
  }
  .flexBlock article.new::after {
    width: 26px;
    height: 16px;
    line-height: 15px;
    font-size: 65%;
    top: -8px;
  }
  .flexBlock article .header {height: 26px;margin-top: -13px;}
  .flexBlock article .header span {
    display: inline-flex;
    background: #c7a840;
    padding: 0px 12px;
    height: 16px;
    align-items: center;
    color: #fff;
    font-weight: bold;
    margin-left: 12px;
    font-size: 2.3vw;
    letter-spacing: 0;
  }
  .flexBlock article h3.title {
    font-weight: bold;
    color: #002c5b;
    padding: 0 12px;
    font-size: 3.2vw;
    line-height: 1.6;
    margin-top: 12px;
  }
  .flexBlock article .date {
    text-align: right;
    padding: 5px 10px 5px 0;
    font-size: 75%;
    color: #002c5b;
    box-sizing: border-box;
    width: 100%;
    position: absolute;
    right: 0;
    bottom: 0;
    font-weight: normal;
  }
}