@charset "UTF-8";
figure {
  overflow: hidden;
  margin: 0;
}
figure img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}

#column_detail * {
  box-sizing: border-box;
}
#column_detail .main_ttl {
  margin: 60px 0 30px;
  font-size: 27px;
  font-weight: bold;
}
@media only screen and (max-width: 640px) {
  #column_detail .main_ttl {
    font-size: 18px;
  }
}
#column_detail .main_content {
  padding: 0 20px;
}
#column_detail .main_content .column_ttl {
  max-width: 1000px;
  margin: 0 auto 50px;
  padding: 20px 0;
  border-top: 2px solid #d3e6f6;
  border-bottom: 2px solid #d3e6f6;
}
@media only screen and (max-width: 640px) {
  #column_detail .main_content .column_ttl {
    padding: 15px 0;
    margin-bottom: 20px;
  }
}
#column_detail .main_content .column_ttl .ttl {
  font-size: 27px;
  font-weight: bold;
  color: #000;
  margin-bottom: 10px;
}
@media only screen and (max-width: 640px) {
  #column_detail .main_content .column_ttl .ttl {
    font-size: 18px;
    margin-bottom: 5px;
  }
}
#column_detail .main_content .column_ttl .date {
  font-size: 16px;
  letter-spacing: 0.8px;
}
@media only screen and (max-width: 640px) {
  #column_detail .main_content .column_ttl .date {
    font-size: 12px;
  }
}
#column_detail .main_content .main_img {
  width: 870px;
  height: auto;
  margin: 0 auto;
}
@media only screen and (max-width: 640px) {
  #column_detail .main_content .main_img {
    width: 100%;
  }
}
#column_detail .main_content .author {
  border: 1px solid #ad9268;
  background-color: #FCFBF7;
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 40px 30px 20px;
  max-width: 750px;
  margin: 100px auto;
}
@media only screen and (max-width: 640px) {
  #column_detail .main_content .author {
    margin: 50px auto 25px;
    padding: 30px 15px 15px;
    flex-wrap: wrap;
  }
}
#column_detail .main_content .author .icon {
  position: absolute;
  top: -20px;
  left: 35px;
  background-color: #ad9268;
  color: #fff;
  padding: 5px 20px;
  font-size: 16px;
  letter-spacing: 1px;
}
@media only screen and (max-width: 640px) {
  #column_detail .main_content .author .icon {
    font-size: 12px;
    top: -15px;
    left: 15px;
    padding: 5px 10px;
  }
}
#column_detail .main_content .author figure {
  width: 168px;
  height: 168px;
}
@media only screen and (max-width: 640px) {
  #column_detail .main_content .author figure {
    width: 100px;
    height: 100px;
  }
}
#column_detail .main_content .author .txt_box {
  width: 500px;
  text-align: left;
}
@media only screen and (max-width: 640px) {
  #column_detail .main_content .author .txt_box {
    width: 60%;
  }
}
#column_detail .main_content .author .txt_box h4 {
  font-weight: bold;
  color: #000;
  font-size: 20px;
  margin-bottom: 15px;
}
@media only screen and (max-width: 640px) {
  #column_detail .main_content .author .txt_box h4 {
    font-size: 16px;
  }
}
#column_detail .main_content .author .txt_box .no1 {
  display: flex;
  align-items: baseline;
  color: #ad9268;
}
@media only screen and (max-width: 640px) {
  #column_detail .main_content .author .txt_box .no1 {
    display: block;
    font-size: 12px;
  }
}
#column_detail .main_content .author .txt_box .no1 img {
  margin-right: 5px;
}
@media only screen and (max-width: 640px) {
  #column_detail .main_content .author .txt_box .no1 img {
    margin-bottom: 5px;
  }
}
#column_detail .main_content .author .read {
  text-align: justify;
  margin: 15px 0 20px;
}
@media only screen and (max-width: 640px) {
  #column_detail .main_content .author .read {
    line-height: 1.9;
    margin-bottom: 0;
    font-size: 12px;
    margin: 12px 0 0;
  }
}
#column_detail .main_content .author .read a {
  color: #ad9268;
  text-decoration: underline;
}
@media only screen and (max-width: 640px) {
  #column_detail .main_content .author .read a {
    font-size: 12px;
  }
}
#column_detail .main_content .main_txt {
  max-width: 870px;
  margin: 0 auto 100px;
  text-align: left;
  line-height: 2;
  letter-spacing: 0.6px;
}
@media only screen and (max-width: 640px) {
  #column_detail .main_content .main_txt {
    margin-bottom: 50px;
  }
}
#column_detail .main_content .main_txt div, #column_detail .main_content .main_txt p {
  line-height: 2;
  margin-bottom: 40px;
  text-align: justify;
  font-size: 14px;
  color: #666;
}
@media only screen and (max-width: 640px) {
  #column_detail .main_content .main_txt div, #column_detail .main_content .main_txt p {
    margin-bottom: 30px;
    font-size: 12px;
  }
}
#column_detail .main_content .main_txt h2 {
  color: #2a4691;
  font-weight: bold;
  line-height: 40px;
  letter-spacing: 1px;
  font-size: 20px;
  position: relative;
  padding-left: 22px;
  margin-bottom: 15px;
}
@media only screen and (max-width: 640px) {
  #column_detail .main_content .main_txt h2 {
    font-size: 17px;
    line-height: 24px;
    padding-left: 15px;
  }
}
#column_detail .main_content .main_txt h2::before {
  content: "";
  width: 6px;
  height: 40px;
  position: absolute;
  background-color: #2a4691;
  left: 0;
}
@media only screen and (max-width: 640px) {
  #column_detail .main_content .main_txt h2::before {
    width: 4px;
    height: 24px;
  }
}
#column_detail .main_content .main_txt h3 {
  color: #2a4691;
  font-weight: bold;
  line-height: 1.7;
  letter-spacing: 1px;
  font-size: 18px;
  margin-bottom: 15px;
}
@media only screen and (max-width: 640px) {
  #column_detail .main_content .main_txt h3 {
    font-size: 16px;
  }
}
#column_detail .main_content .main_txt h4 {
  color: #2a4691;
  font-weight: bold;
  line-height: 1.7;
  letter-spacing: 1px;
  font-size: 18px;
  background-color: #DEECF8;
  padding: 10px 20px;
  margin-bottom: 20px;
}
@media only screen and (max-width: 640px) {
  #column_detail .main_content .main_txt h4 {
    font-size: 16px;
  }
}
#column_detail .main_content .bnr_area .bnr_box {
  display: flex;
  align-items: center;
  max-width: 630px;
  margin: 0 auto 30px;
}
@media only screen and (max-width: 640px) {
  #column_detail .main_content .bnr_area .bnr_box {
    display: block;
    padding: 15px 15px 30px;
    margin-bottom: 20px;
  }
}
#column_detail .main_content .bnr_area .bnr_box:nth-of-type(even) {
  background-color: #DEECF8;
}
#column_detail .main_content .bnr_area .bnr_box:nth-of-type(odd) {
  background-color: #FCF3D6;
}
#column_detail .main_content .bnr_area .bnr_box figure {
  width: 260px;
  height: 184px;
}
@media only screen and (max-width: 640px) {
  #column_detail .main_content .bnr_area .bnr_box figure {
    width: 100%;
    height: 212px;
  }
}
#column_detail .main_content .bnr_area .bnr_box .txt {
  padding: 0 20px;
  width: 370px;
}
@media only screen and (max-width: 640px) {
  #column_detail .main_content .bnr_area .bnr_box .txt {
    width: 100%;
    margin-top: 15px;
    font-size: 13px;
  }
}
#column_detail .main_content .bnr_area .bnr_box .txt h3 {
  font-weight: bold;
  color: #000;
  font-size: 20px;
  margin-bottom: 10px;
}
@media only screen and (max-width: 640px) {
  #column_detail .main_content .bnr_area .bnr_box .txt h3 {
    font-size: 18px;
  }
}
#column_detail .main_content .bnr_area .bnr_box .txt a {
  display: block;
  width: 236px;
  margin: 15px auto 0;
  padding: 5px 0;
  color: #ad9268;
  border: 1px solid #ad9268;
}
@media only screen and (max-width: 640px) {
  #column_detail .main_content .bnr_area .bnr_box .txt a {
    width: 210px;
  }
}
#column_detail .main_content .bnr_area .bnr_box .txt a::before {
  content: "▶︎";
  color: #ad9268;
  margin-right: 10px;
  font-size: 13px;
}
#column_detail .new_article {
  background-color: #F5F5F5;
  padding-bottom: 60px;
  margin-top: 130px;
}
@media only screen and (max-width: 640px) {
  #column_detail .new_article {
    margin-top: 80px;
    padding: 0 20px 40px;
  }
}
#column_detail .new_article h2 {
  position: relative;
  top: -25px;
}
@media only screen and (max-width: 640px) {
  #column_detail .new_article h2 {
    top: -13px;
  }
}
#column_detail .new_article h2 span {
  display: block;
  letter-spacing: 1px;
  margin-top: 15px;
}
@media only screen and (max-width: 640px) {
  #column_detail .new_article h2 span {
    margin-top: 10px;
  }
}
#column_detail .new_article .new_box {
  width: 1100px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 20px auto 0;
  gap: 40px 0;
}
@media only screen and (max-width: 640px) {
  #column_detail .new_article .new_box {
    width: 100%;
    gap: 15px 0;
  }
}
#column_detail .new_article .new_box a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 515px;
}
@media only screen and (max-width: 640px) {
  #column_detail .new_article .new_box a {
    width: 100%;
  }
}
#column_detail .new_article .new_box a figure {
  width: 165px;
  height: 110px;
}
@media only screen and (max-width: 640px) {
  #column_detail .new_article .new_box a figure {
    width: 100px;
    height: 67px;
  }
}
#column_detail .new_article .new_box a p {
  width: 330px;
  font-size: 16px;
  color: #000;
  text-align: left;
}
@media only screen and (max-width: 640px) {
  #column_detail .new_article .new_box a p {
    width: 65%;
    font-size: 12px;
  }
}
#column_detail .new_article .bk_list {
  display: block;
  width: 300px;
  padding: 15px 0;
  background-color: #ad9268;
  color: #fff;
  margin: 50px auto 0;
}
@media only screen and (max-width: 640px) {
  #column_detail .new_article .bk_list {
    margin: 35px auto 0;
    font-size: 14px;
    padding: 0.8rem;
  }
}
#column_detail .new_article .bk_list::before {
  content: "▶︎";
  margin-right: 10px;
  font-size: 13px;
  color: #fff;
}
#column_detail .about {
  padding: 90px 0 100px;
}
@media only screen and (max-width: 640px) {
  #column_detail .about {
    padding: 40px 0;
  }
}
#column_detail .about h2 {
  margin-bottom: 55px;
}
@media only screen and (max-width: 640px) {
  #column_detail .about h2 {
    margin-bottom: 20px;
  }
}
#column_detail .about h2 span {
  display: block;
  letter-spacing: 1px;
  margin-top: 15px;
}
@media only screen and (max-width: 640px) {
  #column_detail .about h2 span {
    margin-top: 10px;
    font-size: 12px;
  }
}
#column_detail .about .oricon_bnr {
  margin: 50px 0;
}
@media only screen and (max-width: 640px) {
  #column_detail .about .oricon_bnr img {
    width: 96%;
  }
}
#column_detail .about .about_box {
  display: flex;
  max-width: 980px;
  margin: 70px auto 0;
  justify-content: space-between;
  align-items: center;
}
@media only screen and (max-width: 640px) {
  #column_detail .about .about_box {
    flex-flow: column-reverse;
    gap: 15px 0;
    padding: 0 20px;
    margin: 30px auto 0;
  }
}
#column_detail .about .about_box .txt {
  width: 400px;
  text-align: justify;
}
@media only screen and (max-width: 640px) {
  #column_detail .about .about_box .txt {
    width: 100%;
  }
}
#column_detail .about .about_box .txt p {
  line-height: 2.1;
}
@media only screen and (max-width: 640px) {
  #column_detail .about .about_box .txt p {
    line-height: 1.9;
    font-size: 12px;
  }
}
#column_detail .about .about_box .txt a {
  display: block;
  width: 100%;
  padding: 18px 0;
  background-color: #2a4691;
  color: #fff;
  margin: 50px auto 0;
  text-align: center;
  font-size: 16px;
}
@media only screen and (max-width: 640px) {
  #column_detail .about .about_box .txt a {
    width: 300px;
    margin: 25px auto 0;
    font-size: 14px;
    padding: 0.8rem 0;
  }
}
#column_detail .about .about_box .txt a::before {
  content: "▶︎";
  margin-right: 10px;
  font-size: 13px;
  color: #fff;
}
#column_detail .about .about_box figure {
  width: 511px;
  height: 320px;
}
@media only screen and (max-width: 640px) {
  #column_detail .about .about_box figure {
    width: 100%;
    height: auto;
  }
}

.en {
  color: #000;
  font-family: "Lato", sans-serif;
  font-weight: 900;
  font-size: 38px !important;
  text-align: center;
  margin-top: 20px;
  line-height: 1.2;
  letter-spacing: 0.2em;
}
@media only screen and (max-width: 640px) {
  .en {
    font-size: 22px !important;
    margin-top: 0;
    margin-bottom: 20px;
  }
}

.button {
  margin-top: 1.5rem;
}
.button a {
  margin: 0 auto;
  padding: 0.8rem 0;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: bold;
  font-size: 16px;
  color: #ad9268;
  border: 1px solid #ad9268;
}
.button a::before {
  margin-right: 10px;
  content: "▶︎";
  display: inline-block;
}

.marker {
  color: #2a4691;
  font-size: 20px !important;
  font-weight: 600;
  line-height: 1.8;
  background: linear-gradient(transparent 60%, #fcf3d6 50%);
}
@media only screen and (max-width: 640px) {
  .marker {
    font-size: 15px !important;
    background: linear-gradient(transparent 50%, #fcf3d6 15%);
  }
}/*# sourceMappingURL=column_detail.min.css.map */