@charset "UTF-8";
/* Scss Document */
.title {
  margin-top: 1em;
}

.read2 {
  margin: 1em 0 0;
  text-align: center;
  line-height: 1.6;
  font-weight: 700;
}
@media screen and (max-width: 414px) {
  .read2 {
    font-size: 0.875em;
    text-align: left;
  }
}
.read2 h3 {
  font-size: 1.25em;
  color: #300;
}
@media screen and (max-width: 414px) {
  .read2 h3 {
    font-size: 1.125em;
  }
}

h2 {
  border-bottom: solid 3px #cce4ff;
  position: relative;
  padding-bottom: 5px;
  font-size: 1.375em;
}
h2:after {
  position: absolute;
  content: " ";
  display: block;
  border-bottom: solid 3px #5472cd;
  bottom: -3px;
  width: 20%;
}

.article {
  margin: 1em 0 0;
}

.column_rec_head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .column_rec_head {
    display: block;
  }
}
.column_rec_head .read {
  width: 50%;
}
@media screen and (max-width: 768px) {
  .column_rec_head .read {
    width: 100%;
  }
}
.column_rec_head .read li {
  font-weight: 700;
  font-size: 1.125em;
  line-height: 2;
  color: #603;
}
@media screen and (max-width: 416px) {
  .column_rec_head .read li {
    font-size: 0.9375em;
  }
}
.column_rec_head .new {
  width: calc(50% - 10px);
}
.column_rec_head .new p {
  font-size: 0.875em;
  margin-top: 0.5em;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .column_rec_head .new {
    width: 100%;
    margin-top: 1em;
  }
}

.read3 {
  margin: 1em 0 0;
}
.read3 h4 {
  font-size: 1.5em;
  font-weight: 700;
  color: #666;
  line-height: 1.4;
}
@media screen and (max-width: 414px) {
  .read3 h4 {
    font-size: 1.25em;
  }
}
.read3 p {
  line-height: 1.6;
  margin: 1em 0 0;
}
@media screen and (max-width: 414px) {
  .read3 p {
    font-size: 0.875em;
  }
}

table {
  border-collapse: collapse;
  border: 2px solid #aaa;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
  line-height: 1.6;
}
@media screen and (max-width: 414px) {
  table {
    font-size: 0.875em;
  }
}
table th {
  border: 1px solid #aaa;
  padding: 0.5em 1em;
  white-space: nowrap;
  background: #ddd;
  text-align: left;
}
table td {
  border: 1px solid #aaa;
  padding: 0.5em 1em;
}
table td span {
  font-weight: 700;
}

.iframe_wrapp {
  width: 100%;
  max-width: 500px;
  box-sizing: border-box;
  border: 1px solid #999;
  margin: 0.5em 0 0;
}

.iframe {
  position: relative;
  padding-top: 75%;
  height: 0;
  overflow: hidden;
}

.iframe iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
