/*MV*/
#mv {
  position: relative;
  text-align: center; }

.maintext {
  width: 1100px;
  margin: 0 auto;
  position: relative; }

.maintext h2 {
  position: absolute;
  top: -319px;
  z-index: 999;
  background-color: rgba(0, 0, 0, 0.6);
  color: #fff;
  font-weight: bold;
  font-size: 30px;
  padding: 30px;
  text-align: left; }

.maintext h2 span {
  margin-right: -15px;
  margin-left: -15px; }

#toppage .btn a {
  display: block;
  width: 100%;
  height: 100%;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }

#toppage .btn img {
  vertical-align: middle; }

@media screen and (min-width: 769px) {
  #toppage .btn a:hover {
    background-color: #898989; } }

#topics {
  padding: 49px 0 75px; }

#topics .head {
  position: relative;
  margin-bottom: 31px; }

#topics .head .btn_list {
  position: absolute;
  top: 1px;
  right: 0;
  width: 169px; }

#topics .head .btn_list a {
  display: block;
  width: 100%;
  height: 38px;
  text-align: center;
  background-color: #E73E2F; }

@media screen and (min-width: 769px) {
  #topics .head .btn_list a:hover {
    background-color: #898989; } }

#topics .head .btn_list img {
  vertical-align: bottom; }

#topics #nProgram dl {
  height: 80px;
  overflow-y: scroll;
  line-height: 1.5; }

#topics #nProgram dl dt {
  float: left;
  text-align: center;
  color: #e83e2f;
  padding: 3px 0; }

#topics #nProgram dl dd {
  position: relative;
  padding: 3px 0 3px 100px; }

#topics #nProgram dl dd a {
  text-decoration: none; }

@media screen and (min-width: 769px) {
  #topics #nProgram dl dd a:hover {
    text-decoration: underline; } }

#sec01 {
  padding-top: 50px;
  padding-bottom: 70px;
  background-color: #ebebeb; }

#sec01 .ttl {
  margin-bottom: 30px; }

#sec01 .col {
  position: relative;
  width: 475px; }

#sec01 .col a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%; }

#sec01 .col .photo {
  margin-bottom: 15px; }

#sec02 {
  background-image: url(../images/sec02_bg.png);
  background-repeat: repeat-x;
  background-position: center center; }

#sec02 .outer {
  width: 600px;
  height: 559px;
  padding: 68px 0;
  text-align: center; }

#sec02 .catch {
  margin: 0 auto 30px; }

#sec02 h3 {
  margin: 0 auto 25px;
  font-size: 2.0rem;
  color: #fff; }

#sec02 p {
  color: #fff;
  margin: 0 auto; }

#sec02 .btn {
  width: 270px;
  margin: 45px auto 0; }

#sec02 .btn a {
  background-color: #e83e2f;
  text-align: center;
  height: 50px; }

/* RWD code start */
@media screen and (max-width: 768px) {
  #topics {
    padding: 30px 0; }
  #topics .head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
  #topics .head .btn_list img {
    height: 13px; }
  #topics .head .btn_list {
    width: auto;
    position: relative;
    top: 0; }
  #topics .head .btn_list a {
    width: 100px;
    height: 34px; }
  #sec01 .col a {
    text-align: center; }
  #sec01 {
    padding: 30px 0; }
  #sec01 .col {
    width: 100%;
    margin-top: 20px; }
    #sec01 .col:nth-child(1) {
      margin-top: 0; }
  #sec02 .outer {
    width: 100%;
    height: auto; }
  #sec02 .outer {
    padding: 30px 0; }
  #sec02 h3, #sec02 p {
    width: 100%; }
  .sec-links {
    padding: 30px 0; }
  .maintext h2 {
    padding: 10px 40px;
    font-size: 16px;
    position: relative;
    top: 0;
    display: inline-block; }
  .maintext {
    width: 95%;
    margin: 0 auto;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    margin: auto;
    margin-top: -38px; }
  .slick-track {
    height: 200px; }
  .maintext h2 span {
    margin-right: 0;
    margin-left: 0; }
  #topics #nProgram dl dd {
    padding: 0 0 5px 0; }
  #topics #nProgram dl dt {
    float: initial;
    text-align: left; }
  #topics #nProgram dl {
    height: 160px; }
  .mainislider li {
    height: 200px; }
    .mainislider li img {
      height: 100%;
      -o-object-fit: cover;
      object-fit: cover; }
  #sec02 {
    background: none; }
    #sec02 .container {
      background: url(../images/sec02_bg_sp.png) no-repeat center center; } }

@media screen and (max-width: 520px) {
  .maintext h2 {
    padding: 10px; }
  #sec02 .catch {
    margin: 0 auto 15px; }
  #sec02 h3 {
    margin: 0 auto 15px; }
  #sec02 .btn {
    margin: 25px auto 0; } }
