@charset "UTF-8";
.mv-area {
  background-image: url(../images/top/mv-bk.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center bottom;
  padding: 80px 0 0 0;
}

.mv-inner {
  max-width: 1280px;
  width: 100%;
  margin: 0 auto;
  position: relative;
}

.mv-left-logo {
  display: inline-block;
  background-color: #000029;
  color: #fff;
  font-size: 31px;
  letter-spacing: 0.04em;
  font-weight: 900;
  line-height: 1;
  border-radius: 7px;
  padding: 6px 16px 11px;
  position: relative;
  margin-bottom: 5px;
}
.mv-left-logo::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  display: block;
  border-style: solid;
  border-color: transparent #000029 #000029 transparent;
  border-width: 10px;
  bottom: -10px;
  left: 0;
  right: 0;
  margin: auto;
  border-radius: 0 0 10px 0;
  -webkit-transform: scaleX(0.5) rotate(45deg);
          transform: scaleX(0.5) rotate(45deg);
}

.mv-title {
  color: #28253d;
  font-size: 121px;
  font-weight: 400;
  line-height: 1;
  margin-left: -7px;
  margin-bottom: 25px;
}

.mv-magezine-logo {
  max-width: 480px;
  width: 100%;
  margin-bottom: 40px;
}

.mv-bottom-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.mv-bottom-logo {
  max-width: 150px;
  width: 100%;
}

@media screen and (max-width: 1220px) {
  .mv-inner {
    padding: 0 10px;
  }
  .mv-pc-right {
    right: 5px;
  }
}
@media screen and (max-width: 1024px) {
  .mv-title {
    font-size: 120px;
  }
  .mv-magezine-logo {
    max-width: 470px;
  }
  .mv-bottom-text {
    font-size: 24px;
  }
}
@media screen and (max-width: 960px) {
  .mv-bk-right {
    width: 324px;
    height: 319px;
  }
  .mv-bottom-text {
    font-size: 21px;
  }
}
@media screen and (max-width: 870px) {
  .mv-title {
    font-size: 100px;
  }
  .mv-magezine-logo {
    max-width: 392px;
  }
  .mv-bottom-text {
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) {
  .mv-area {
    padding: 35px 0 0 0;
    background-image: url(../images/top/mv-bk-sp.jpg);
  }
  .mv-inner {
    max-width: 337px;
    width: 100%;
    margin: 0 auto;
    padding: 0;
  }
  .mv-left-logo {
    font-size: 12px;
    padding: 3px 12px 3px;
    border-radius: 2%;
  }
  .mv-left-logo::after {
    border-width: 6px;
    bottom: -5px;
    border-radius: 0 0 6px 0;
  }
  .mv-title {
    font-size: 46px;
    font-weight: 500;
    margin-left: -2px;
    margin-bottom: 8px;
  }
  .mv-magezine-logo {
    max-width: 186px;
    margin-bottom: 30px;
  }
  .mv-bottom-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .mv-bottom-logo {
    max-width: 80px;
    margin-right: 0;
  }
  .mv-bottom-text {
    font-size: 21px;
    letter-spacing: 0.06em;
  }
  .mv-bottom-text .text-line {
    padding-left: 0px;
  }
}
.mv-bottom-area {
  background-color: #28253d;
  padding: 45px 0 40px 0;
}

.mv-bottom-area-ttl {
  color: #f05a24;
  font-size: 24px;
  font-weight: 500;
  text-align: center;
  margin-bottom: 15px;
}

.mv-bottom-area-text {
  text-align: center;
  color: #fff;
  font-size: 17px;
  font-weight: 500;
  letter-spacing: 0.06em;
  line-height: 1.7164705882;
}

.mv-bottom-area-inner {
  max-width: 1120px;
  width: 100%;
  margin: 0 auto;
  position: relative;
}

.mv-bottom-area-cahra {
  position: absolute;
  bottom: -40px;
  right: 0;
  max-width: 110px;
  width: 100%;
}

@media screen and (max-width: 1010px) {
  .mv-bottom-area {
    padding: 27px 10px;
    position: relative;
  }
  .mv-bottom-area-inner {
    position: unset;
  }
  .mv-bottom-area-cahra {
    bottom: unset;
    top: 20px;
    right: 15px;
    max-width: 70px;
  }
}
@media screen and (max-width: 767px) {
  .mv-bottom-area {
    padding: 20px 15px;
  }
  .mv-bottom-area-text {
    text-align: justify;
    font-size: 14px;
  }
  .mv-bottom-area-ttl {
    text-align: justify;
    font-size: 18px;
    padding-right: 80px;
  }
}
.blog_contents {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.blog_contents.lower {
  display: block;
}

.main-contens {
  width: calc(100% - 345px);
}

.contens-title {
  font-size: 21px;
  line-height: 2.6704761905;
  font-weight: bold;
  margin-bottom: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.contens-title::before {
  content: "";
  display: inline-block;
  background: #f05a24;
  width: 5px;
  height: 18px;
  vertical-align: middle;
  margin-right: 12px;
}

.search-wrap {
  background: #f7f8f8;
  border-radius: 30px;
  max-width: 796px;
  max-width: 875px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 59px;
  border: 1px solid #000029;
  border-right: unset;
  margin-bottom: 20px;
}
.search-wrap .search-reset {
  width: 22px;
  height: 22px;
  border: none;
  background-image: url(../images/top/reset-btn.png);
  background-repeat: no-repeat;
  background-size: 22px 22px;
  background-position: center;
  margin-right: 5px;
}
.search-wrap .search-submit {
  background: #f05a24;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 114px;
  height: 59px;
  border: 1px solid #000029;
  border-radius: 0 30px 30px 0;
}
.search-wrap .search-submit img {
  width: 60px;
  height: 22px;
}

.search_box_field {
  font-size: 16px;
  padding: 10px 0px;
  width: calc(100% - 95px);
  outline: none;
  border: none;
  background: #f7f8f8;
  margin-left: 22px;
}

.popularity-keyword {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 60px;
}

.popularity-keyword-title {
  font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 15px;
  font-weight: 300;
  margin-right: 7px;
}

.popularity-keyword-list {
  margin-right: 7px;
  margin-bottom: 5px;
}

.popularity-keyword-link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  background: #efefef;
  text-decoration: none;
  font-size: 14px;
  font-weight: 500;
  padding: 2px 6px;
  padding-right: 10px;
  border-radius: 7px;
}
.popularity-keyword-link .keyword-icon {
  display: inline-block;
  width: 14px;
  height: 14px;
  margin-right: 5px;
}

.side-contens {
  width: 290px;
  margin-bottom: 50px;
}

@media screen and (max-width: 1220px) {
  .blog_contents {
    width: 95%;
  }
}
@media screen and (max-width: 1000px) {
  main#container {
    margin-top: 62px;
  }
  .blog_contents {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .main-contens {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  main#container {
    margin-top: 56px;
  }
  .blog_contents {
    width: 90%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .main-contens {
    width: 100%;
  }
  .contens-title {
    line-height: 2.6704761905;
  }
  .search-wrap {
    height: 32px;
  }
  .search-wrap .search-submit {
    height: 32px;
    width: 64px;
  }
  .search-wrap .search-submit img {
    width: 44px;
    height: auto;
  }
  .search-wrap .search-reset {
    width: 13px;
    height: 13px;
    background-size: 13px 13px;
  }
  .search_box_field {
    padding: 0;
  }
  .search_box_field::-webkit-input-placeholder {
    font-size: 12px;
  }
  .search_box_field::-moz-placeholder {
    font-size: 12px;
  }
  .search_box_field:-ms-input-placeholder {
    font-size: 12px;
  }
  .search_box_field::-ms-input-placeholder {
    font-size: 12px;
  }
  .search_box_field::placeholder {
    font-size: 12px;
  }
  .popularity-keyword {
    margin-bottom: 45px;
  }
  .popularity-keyword-title {
    width: 100%;
    font-size: 13px;
    line-height: 1.7496136012;
    margin-bottom: 5px;
    margin-right: 0;
  }
  .popularity-keyword-list {
    margin-right: 8px;
    margin-bottom: 10px;
  }
  .popularity-keyword-link {
    font-size: 12px;
    padding: 0px 6px;
    border-radius: 5px;
  }
  .popularity-keyword-link .keyword-icon {
    width: 10px;
    height: 10px;
  }
  .side-contens {
    width: 100%;
  }
}
.support-record {
  background: #28253d;
  padding-top: 60px;
}
.support-record .support-record-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.support-record .common-ttl {
  font-size: 23px;
  letter-spacing: 0.1em;
  line-height: 2.1695652174;
  font-weight: bold;
  color: #fff;
  margin-bottom: 65px;
}
.support-record .common-ttl .common-ttl-wrap {
  display: inline-block;
  border-bottom: 1px solid #fff;
}
.support-record .support-record-left {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 58%;
          flex: 0 0 58%;
}
.support-record .support-record-right {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 32.2%;
          flex: 0 0 32.2%;
}
.support-record .record-title {
  max-width: 684px;
  width: 100%;
  margin-bottom: 20px;
}
.support-record .record-text {
  color: #fff;
  font-size: 15px;
  letter-spacing: 0.06em;
  line-height: 2.0986666667;
  font-weight: 500;
  text-align: justify;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}

@media screen and (max-width: 767px) {
  .support-record {
    padding-top: 40px;
  }
  .support-record .w1200 {
    padding: 0 16px;
  }
  .support-record .support-record-flex {
    display: block;
  }
  .support-record .common-ttl {
    margin-bottom: 0;
  }
  .support-record .record-title {
    width: 99.8%;
    margin-top: -13%;
  }
  .support-record .record-text {
    line-height: 2.0986666667;
  }
}