/***************************
_variable
***************************/
/***************************
_mixin
***************************/

.info .ktvglobal-container {
  background-color: #f8f8f8;
  font-size: 1.4rem;
  line-height: 1.8;
  padding-top: 1rem;
}

.info .contents {
  background: #fff;
  padding: 1.5rem;
}

.info .contents a:hover {
  -webkit-transition: all 0.3s ease;
  color: #42bdd7;
  transition: all 0.3s ease;
}

.info .contents.col-2 .sub-content {
  font-size: 1.4rem;
}

.info ul {
  list-style: none;
}

.info .block-wrapper.temp-tit-wrap {
  margin: 0 auto;
  padding: 0;
}

.info .block-wrapper.temp-tit-wrap .block {
  padding: 0;
}

.info .block-wrapper.temp-tit-wrap .c_temp-heading {
  background-color: #fff;
  border-left: 5px solid #42bdd7;
  margin: 0 auto;
  margin-bottom: 10px;
}

.info .block-wrapper.temp-tit-wrap .c_temp-heading h2 {
  font-size: 2.2rem;
  font-weight: normal;
  padding: 1.7rem;
}

.info .block.banner {
  margin: 1.5rem 0;
  text-align: center;
}

.info .block.banner a {
  display: inline-block;
}

.info .block.banner img {
  margin: 0 auto;
  max-width: 100%;
  width: auto;
}

.info .c_heading-3 {
  background-image: -webkit-linear-gradient(135deg, #FEFEFE 25%, #ECECEC 25%, #ECECEC 50%, #FEFEFE 50%, #FEFEFE 75%, #ECECEC 75%, #ECECEC);
  background-image: linear-gradient(-45deg, #FEFEFE 25%, #ECECEC 25%, #ECECEC 50%, #FEFEFE 50%, #FEFEFE 75%, #ECECEC 75%, #ECECEC);
  background-size: .4rem .4rem;
  font-size: 2.4rem;
  font-weight: normal;
  margin-bottom: 1.5rem;
  padding: 1.4rem 1rem 1rem 2rem;
}

.info .list {
  margin-bottom: 3rem;
}

.info .list .c_heading-4 {
  border-bottom: 1px solid #424242;
  padding-top: 1rem;
}

.info .list .c_heading-4 span {
  display: table-cell;
  height: 4rem;
  vertical-align: middle;
}

.info .list .c_heading-4 .tit-num {
  border-left: 1px solid #424242;
  color: #42bdd7;
  font-size: 3.2rem;
  padding-left: 1.5rem;
}

.info .list .c_heading-4 .tit-month {
  font-size: 2rem;
  padding: 0 1.2rem 0 .2rem;
}

.info .list .c_heading-4 .tit-en {
  border-left: 1px solid #424242;
  font-size: 1.4rem;
  font-weight: normal;
  padding-left: 1.5rem;
}

.info .list .c_list-block ul li {
  border-bottom: 1px dashed #424242;
}

.info .list .c_list-block ul li a {
  display: block;
}

.info .list .c_list-block ul li span {
  display: block;
}

.info .list .c_list-block ul li .date {
  padding: 1.5rem 1rem 0 1rem;
}

.info .list .c_list-block ul li .description {
  padding: 0 1rem 1.5rem 1rem;
}

.info .c_list-block.month-nav {
  padding-bottom: 1rem;
}

.info .c_list-block.month-nav ul {
      -ms-flex-wrap: wrap;
  -webkit-box-sizing: border-box;
  -webkit-flex-wrap: wrap;
          box-sizing: border-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
          flex-wrap: wrap;
}

.info .c_list-block.month-nav ul li {
  -webkit-box-sizing: border-box;
  border-left: 1px solid #dcdcdc;
          box-sizing: border-box;
  margin-bottom: 1rem;
  padding: 0 1rem;
  text-align: center;
  width: 16.6%;
}

.info .c_list-block.month-nav ul li:nth-child(6n) {
  border-right: 1px solid #dcdcdc;
}

.info .sub-content .sub-content-innerwrapper {
  height: 100%;
}

.info .sub-content .block-wrapper.backnumber {
  padding-top: 1.5rem;
}

.info .sub-content .c_backnumberlist-block .list-title {
  border: 1px solid #424242;
  border-top-width: 2px;
  font-weight: bold;
  padding: 1.2rem 1rem 1rem 1.8rem;
  text-align: center;
}

.info .sub-content .c_backnumberlist-block .list-title span {
  display: block;
  font-size: 1rem;
  font-weight: normal;
}

.info .sub-content .c_backnumberlist-block .list {
  text-align: center;
}

.info .sub-content .c_backnumberlist-block .list li {
  border: 1px solid #424242;
  border-top: none;
}

.info .sub-content .c_backnumberlist-block .list li a {
  background: #fff;
  display: block;
  padding: 1.2rem 1rem 1rem;
}

.info .sub-content .c_backnumberlist-block .list li a:hover {
  background: #f4f4f4;
}

.entry .date {
  padding-bottom: 1rem;
  text-align: right;
}

.entry .c_heading-3 {
  background-image: -webkit-linear-gradient(135deg, #fff 25%, #42BDD7 25%, #42BDD7 50%, #fff 50%, #fff 75%, #42BDD7 75%, #42BDD7);
  background-image: linear-gradient(-45deg, #fff 25%, #42BDD7 25%, #42BDD7 50%, #fff 50%, #fff 75%, #42BDD7 75%, #42BDD7);
  position: relative;
}

.entry .c_heading-3:before {
  background-color: rgba(255, 255, 255, 0.85);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.entry .c_heading-3 .heading-3 {
  position: relative;
  z-index: 1;
}

.entry .c_heading-4 {
  background-color: #42bdd7;
  border-left: 5px solid #42bdd7;
  font-size: 2rem;
  margin-bottom: 1.5rem;
  padding: 1.4rem 1rem 1rem 2.5rem;
  position: relative;
}

.entry .c_heading-4:before {
  background-color: rgba(255, 255, 255, 0.9);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.entry .c_heading-4 .heading-4 {
  position: relative;
  z-index: 1;
}

.entry .c_heading-5 {
  border-bottom: 1px dashed #42bdd7;
  font-size: 1.8rem;
  margin-bottom: 1.5rem;
  padding: 0 1rem 0.5rem 3rem;
  position: relative;
}

.entry .c_heading-5:before {
  background-color: #42bdd7;
  content: "";
  height: 0.3rem;
  left: 0;
  margin-top: -0.4rem;
  position: absolute;
  top: 50%;
  width: 1.5rem;
}

.entry .c_heading-6 {
  background: #42bdd7;
  color: #fff;
  display: inline-block;
  font-weight: bold;
  margin-bottom: 1rem;
  padding: .1rem 1rem;
}

.entry .entry-detail a {
  color: #42bdd7;
  text-decoration: none;
}

.entry .entry-detail a:hover {
  text-decoration: underline;
}

.entry .entry-detail .center {
  text-align: center;
}

.entry .entry-detail .left {
  text-align: left;
}

.entry .entry-detail .right {
  text-align: right;
}

.entry .c_wyisiwig-block {
  clear: both;
  overflow-x: auto;
  padding: 0 0 2rem;
}

.entry .c_wyisiwig-block p {
  padding-bottom: 1rem;
}

.entry .c_wyisiwig-block p:only-of-type {
  padding-bottom: 0;
}

.entry .c_img-block {
  margin-bottom: 2rem;
  text-align: center;
}

.entry .c_img-block .image {
  display: inline-block;
  padding: 5px;
  vertical-align: top;
}

.entry .c_img-block img {
  display: inline-block;
  max-width: 100%;
  /* margin-top: 1rem; */
  padding-top: 1rem;
  width: auto;
}

.entry .c_img-block img:nth-child(1) {
  /* margin-top: 0; */
  padding-top: 0;
}

.entry .c_img-block figure {
  display: table;
  margin: 0 auto;
}

.entry .c_img-block figcaption {
  caption-side: bottom;
  display: table-caption;
}

.entry .c_img-block figcaption .caption {
  display: inline-block;
  line-height: 1.3;
  padding: .5rem 0;
  text-align: left;
}

.entry .table_style table {
  border: 1px solid #000;
  margin-bottom: 25px;
}

.entry .table_style table td {
  border: 1px solid #000;
  border-collapse: collapse;
  padding: 5px;
}

.entry .table_style table td.area {
  border-left: none;
}

@media (min-width: 481px) {
  html {
    font-size: 62.5%;
  }
  .entry .c_img-block.pic-c img {
    /* margin: 5px; */
    /* padding: 5px; */
  }
}

@media (min-width: 960px) {
  html {
    font-size: 62.5%;
  }
  .info .ktvglobal-container {
    font-size: 1.6rem;
    line-height: 1.8;
  }
  .info .contents.col-2 .sub-content {
        -ms-flex-negative: 0;
    -webkit-flex-shrink: 0;
            flex-shrink: 0;
    width: 280px;
  }
  .info .c_list-block.month-nav ul li {
    margin-bottom: 0;
    width: 8.3%;
  }
  .info .c_list-block.month-nav ul li:nth-child(6n) {
    border-right: none;
  }
  .info .c_list-block.month-nav ul li:last-of-type {
    border-right: 1px solid #dcdcdc;
  }
  .info .sub-content .block-wrapper.backnumber {
    -webkit-transition: top 0.3s ease;
    padding-left: 2rem;
    padding-top: 0;
    position: -webkit-sticky;
    position: sticky;
    top: 11rem;
    transition: top 0.3s ease;
  }
  .is-headerhide.info .sub-content .block-wrapper.backnumber {
    top: 0;
  }
  .info .sub-content .c_backnumberlist-block .list-title {
    border-left: none;
    font-size: 1.8rem;
    text-align: left;
  }
  .info .sub-content .c_backnumberlist-block .list-title span {
    font-size: 1.2rem;
  }
  .info .sub-content .c_backnumberlist-block .list li {
    font-size: 1.6rem;
  }
  .entry .block.entry-detail {
    padding: 0 1rem;
  }
  .entry .date {
    padding-right: 1rem;
  }
  .entry .c_img-block img {
    width: auto;
  }
  .entry .c_img-block.pic-l {
    float: left;
    margin-bottom: 0;
    margin-right: 2.5rem;
  }
  .entry .c_img-block.pic-r {
    float: right;
    margin-bottom: 0;
    margin-left: 2.5rem;
  }
  .entry .c_img-block.pic-c img {
    /* margin: 5px; */
  }
}

@media (max-width: 480px) {
  .info .block-wrapper.temp-tit-wrap {
    margin: 0 auto;
  }
}
