@charset "UTF-8";
/* ======================================================================
 channel
====================================================================== */
input {
  outline: none;
}

header.ch .bg {
  background: #35b597;
}
header.ch .top {
  border-bottom: none;
}
@media screen and (max-width: 768px) {
  header.ch .top {
    width: 92%;
  }
}
@media screen and (max-width: 768px) {
  header.ch .btm {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
  }
  header.ch .btm a {
    display: block;
    width: 33.33%;
    margin: 10px 0;
  }
}
header.ch .btm .ch_tgl {
  cursor: pointer;
}
header.ch .btm .search, header.ch .btm .category {
  width: 800px;
  position: absolute;
  background-color: rgba(137, 137, 137, 0.95);
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  left: 120px;
  top: 50px;
  padding: 10px 40px;
  z-index: 99;
}
@media screen and (max-width: 768px) {
  header.ch .btm .search, header.ch .btm .category {
    width: 90%;
    padding: 3px 5%;
    left: 0;
    bottom: -31px;
  }
}
header.ch .btm .search:before, header.ch .btm .category:before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 10px 10px 10px;
  border-color: transparent transparent #898989 transparent;
  position: absolute;
  top: -10px;
}
header.ch .btm .search input, header.ch .btm .category input {
  border: none;
  background: none;
  padding: 0;
}
header.ch .btm .search input[type="text"], header.ch .btm .category input[type="text"] {
  -moz-border-radius: 52px;
  -webkit-border-radius: 52px;
  border-radius: 52px;
  background: white;
  font-size: 16px;
  padding: 7px 20px;
  width: 700px;
}
@media screen and (max-width: 768px) {
  header.ch .btm .search input[type="text"], header.ch .btm .category input[type="text"] {
    width: 70%;
    padding: 1% 3%;
    font-size: 14px;
  }
}
header.ch .btm .search input.submit, header.ch .btm .category input.submit {
  font-size: 0;
  width: 25px;
  height: 25px;
  margin: 0 20px;
  background: url("../img/ch/search.png") no-repeat;
  background-size: cover;
}
header.ch .btm .search input.reset, header.ch .btm .category input.reset {
  cursor: pointer;
  font-size: 0;
  width: 16px;
  height: 16px;
  background: url("../img/ch/close.png") no-repeat;
  background-size: cover;
}
header.ch .btm .search:before {
  right: 30%;
}
@media screen and (max-width: 768px) {
  header.ch .btm .search:before {
    right: 15%;
  }
}
header.ch .btm .category {
  display: block;
  text-align: left;
  bottom: auto;
  font-size: 18px;
  padding: 10px 40px 40px;
}
@media screen and (max-width: 768px) {
  header.ch .btm .category {
    font-size: 14px;
    padding: 0 5% 5%;
  }
}
header.ch .btm .category .reset {
  position: absolute;
  right: 40px;
  top: 30px;
}
@media screen and (max-width: 768px) {
  header.ch .btm .category .reset {
    right: 5%;
    top: 10px;
  }
}
header.ch .btm .category .li_top {
  color: white !important;
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  header.ch .btm .category .li_top {
    margin-top: 5%;
  }
}
header.ch .btm .category .li_top:before {
  content: "\f054";
  font-weight: bold;
  font-family: "Font Awesome 5 Free";
  margin-right: 0.5em;
}
header.ch .btm .category .li_top.active:before {
  content: "\f078";
}
header.ch .btm .category .li_btm {
  display: none;
}
header.ch .btm .category .li_btm .list {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
header.ch .btm .category .li_btm .list a {
  width: auto;
  -moz-border-radius: 35px;
  -webkit-border-radius: 35px;
  border-radius: 35px;
  text-align: center;
  color: white;
  padding: 0 15px;
  border: 1px solid white;
  height: 35px;
  line-height: 35px;
  margin: 15px 15px 0 0;
}
@media screen and (max-width: 768px) {
  header.ch .btm .category .li_btm .list a {
    padding: 0 3%;
    height: 22px;
    line-height: 22px;
    margin: 3% 3% 0 0;
  }
}
header.ch .btm .category.arw01:before {
  left: 31%;
}
@media screen and (max-width: 768px) {
  header.ch .btm .category.arw01:before {
    left: 14%;
  }
}
header.ch .btm .category.arw02:before {
  right: 48%;
}
@media screen and (max-width: 768px) {
  header.ch .btm .category.arw02:before {
    right: 50%;
  }
}
header .menu_ch {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  -ms-justify-content: flex-end;
  justify-content: flex-end;
  -ms-flex-pack: flex-end;
}
header .menu_ch .fav .num {
  -moz-border-radius: 17px;
  -webkit-border-radius: 17px;
  border-radius: 17px;
  background: #fff;
  color: #35b597;;
  font-size: 12px;
  padding: 0 7px;
  margin: 0 10px;
  height: 17px;
  line-height: 17px;
}
header .menu_ch .link {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
header .menu_ch .link a {
  text-align: center;
  display: block;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  border: 1px solid;
  height: 28px;
  line-height: 28px;
  padding: 0 10px;
  margin-left: 10px;
}
.inline-block-cart{
		display: inline-block;
    font-size: 16px;
    padding-right: 3px;
	}
	.inline-block{
		display: inline-block;
		font-size: 14px;
		line-height: 1.2;
	}
@media screen and (max-width: 768px) {
  header .menu_ch .link a {
    text-align: left;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    border: none;
    height: auto;
    line-height: 1;
    padding: 0 0 0 10px;
    border-left: 1px solid;
    margin-left: 0;
  }
	.inline-block-cart{
		display: inline-block;
    font-size: 20px;
    padding-right: 3px;
	}
	.inline-block{
		display: inline-block;
		font-size: 10px;
		line-height: 1.2;
	}

}
header .menu_ch_sm {
  width: 100%;
  position: absolute;
  left: 0;
  top: 72px;
  z-index: 99999;
  height: 100%;
}
header .menu_ch_sm .scroll {
  height: 100%;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}
header .menu_ch_sm .box01 {
  background-color: rgba(79, 79, 79, 0.9);
  letter-spacing: 0.05em;
}
header .menu_ch_sm .box01 .list li {
  border-bottom: 2px solid #cccccc;
  padding: 5%;
}
header .menu_ch_sm .box01 .list li > a {
  color: #fdd000;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  font-size: 16px;
}
header .menu_ch_sm .box01 .list li > a i {
  margin-right: 0.5em;
  font-size: 20px;
}
header .menu_ch_sm .box01 .list li > a span {
  font-size: 13px;
}
header .menu_ch_sm .box01 .list li > a .num {
  background: #fdd000;
  color: #231815;
  font-size: 13px;
  -moz-border-radius: 18px;
  -webkit-border-radius: 18px;
  border-radius: 18px;
  height: 18px;
  line-height: 18px;
  padding: 0 10px;
  margin-left: 3%;
}
header .menu_ch_sm .box01 .ch_box {
  border-bottom: 2px solid #cccccc;
  padding: 5%;
}
header .menu_ch_sm .box01 .ch_box .link {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  margin-bottom: 5%;
}
header .menu_ch_sm .box01 .ch_box .link a {
  color: white;
  text-align: center;
  width: 33.33%;
  font-size: 11px;
}
header .menu_ch_sm .box01 .ch_box .link a .img {
  width: 25px;
  margin: 0 auto 5%;
}
header .menu_ch_sm .box01 .ch_box .search input[type=text] {
  border: none;
  background: white;
  font-size: 13px;
  -moz-border-radius: 23px;
  -webkit-border-radius: 23px;
  border-radius: 23px;
  padding: 3px 10px;
  width: 75%;
}
header .menu_ch_sm .box01 .ch_box .search input[type=submit] {
  vertical-align: middle;
  margin-left: 3%;
  font-size: 0;
  background: url("../img/ch/search.png") no-repeat center;
  background-size: 18px;
  width: 23px;
  height: 23px;
}
header .menu_ch_sm .box01 .sub,
header .menu_ch_sm .box01 .tag {
  border-bottom: 2px solid #cccccc;
  font-size: 16px;
  padding: 5.5% 5%;
}
header .menu_ch_sm .box01 .tag {
  border-bottom: none;
}
header .menu_ch_sm .box01 .sub .sub_ttl {
  color: white;
}
header .menu_ch_sm .box01 .sub .sub_ttl:before {
  content: "\f078";
  font-family: "Font Awesome 5 Free";
  font-size: 12px;
  vertical-align: middle;
  margin-right: 0.5em;
  font-weight: bold;
}
header .menu_ch_sm .box01 .sub .sub_ttl.active:before {
  content: "\f077";
}
header .menu_ch_sm .box01 .sub .sub_list {
  padding: 5% 5% 0;
}
header .menu_ch_sm .box01 .sub .sub_list .li_top,
header .menu_ch_sm .box01 .sub .tag .li_top,
header .menu_ch_sm .box01 .sub .sub_list a {
  color: white;
  display: block;
  line-height: 2;
}
header .menu_ch_sm .box01 .sub .sub_list .li_btm .list,
header .menu_ch_sm .box01 .sub .tag .li_btm .list
/* header .menu_ch_sm .box01 .sub .tag  */
{
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0% 5% 3%;
}
header .menu_ch_sm .box01 .sub .sub_list .li_btm .list a,
header .menu_ch_sm .box01 .sub .tag .li_btm .list a,
header .menu_ch_sm .box01 .sub .tag a {
  color: white;
  font-size: 12px;
  padding: 0 3%;
  border: 1px solid;
  -moz-border-radius: 22px;
  -webkit-border-radius: 22px;
  border-radius: 22px;
  height: 22px;
  line-height: 22px;
  margin: 3% 3% 0 0;
}
header .menu_ch_sm .box02 {
  background-color: rgba(255, 255, 255, 0.9);
  letter-spacing: 0.05em;
}
header .menu_ch_sm .box02 .list li {
  border-bottom: 2px solid #cccccc;
  padding: 5%;
}
header .menu_ch_sm .box02 .list li > a {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  font-size: 16px;
}
header .menu_ch_sm .box02 .list li > a i {
  margin-right: 0.5em;
  font-size: 20px;
}
header .menu_ch_sm .box02 .list li > a span {
  font-size: 13px;
}
header .menu_ch_sm .box03 {
  background-color: rgba(255, 255, 255, 0.9);
  padding: 5% 5% 25%;
  letter-spacing: 0.05em;
}
header .menu_ch_sm .box03 > .ttl {
  text-align: center;
  font-weight: bold;
  font-size: 16px;
}
header .menu_ch_sm .box03 > .time {
  text-align: center;
  padding: 4% 4% 2%;
  font-size: 14px;
}
header .menu_ch_sm .box03 .btn {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
header .menu_ch_sm .box03 .btn a {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-align-content: center;
  -moz-align-content: center;
  -ms-align-content: center;
  align-content: center;
  border: 1px solid #35b597;
  background: #35b597;
  color: white;
  width: 47%;
  -moz-border-radius: 7px;
  -webkit-border-radius: 7px;
  border-radius: 7px;
  font-size: 14px;
  margin-top: 4%;
  padding: 4% 0;
}
header .menu_ch_sm .box03 .btn a:not(:nth-child(2n)) {
  margin-right: 4%;
}
header .menu_ch_sm .box03 .btn a.active {
  background: white;
  color: #35b597;
}
header .menu_ch_sm .box03 .btn a .img {
  text-align: right;
  width: 25%;
}
header .menu_ch_sm .box03 .btn a .img i:not(.arrow) {
  font-size: 20px;
  vertical-align: middle;
}
header .menu_ch_sm .box03 .btn a .img i.arrow {
  vertical-align: top;
}
header .menu_ch_sm .box03 .btn a .ttl {
  text-align: center;
  width: 75%;
  padding-top: 2%;
}
header .menu_ch_sm .box03 .btn a .ttl.fs {
  letter-spacing: -0.07em;
}
header .menu_ch_sm .box03 .btn a.telbtn .img {
  width: 30%;
}
header .menu_ch_sm .box03 .btn a.telbtn .ttl {
  width: 70%;
}
header .menu_ch_sm .box03 .btn a.mailbtn .img {
  width: 20%;
}
header .menu_ch_sm .box03 .btn a.mailbtn .ttl {
  width: 80%;
}

.ch_bg {
  background: #fdfcf3;
}
.ch_bg .container {
  width: 880px;
}
@media screen and (max-width: 768px) {
  .ch_bg .container {
    width: 90%;
  }
}

.cat {
  display: inline-block;
  background: white;
  border: 2px solid;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  height: 30px;
  line-height: 30px;
  padding: 0 10px;
  font-size: 24px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .cat {
    border-width: 1px;
    height: 21px;
    line-height: 21px;
    padding: 0 5%;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    font-size: 14px;
  }
}

.c01 {
  color: #63c887;
}

.c02 {
  color: #eb8baf;
}

.ch_radio {
  padding: 90px 0;
}
@media screen and (max-width: 768px) {
  .ch_radio {
    padding: 10% 0;
    overflow: hidden;
  }

  .ch_bg > div:nth-of-type(2) {
    border-top: 1px solid #cccccc;
	  padding: 10% 0;
  }

  .ch_bg > div:nth-of-type(3) {
    border-top: 1px solid #cccccc;
  }

}
@media screen and (max-width: 768px) {
  .ch_radio .container {
    width: 100%;
  }
}
.ch_radio .container > .ttl {
  font-weight: bold;
  letter-spacing: 0.05em;
  font-size: 32px;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .ch_radio .container > .ttl {
    font-size: 18px;
    margin-bottom: 10%;
    padding: 0 5%;
  }
}
.ch_radio .container > .ttl img {
  vertical-align: middle;
  width: 66px;
  margin-right: 30px;
}
@media screen and (max-width: 768px) {
  .ch_radio .container > .ttl img {
    width: 42px;
    margin-right: 4%;
  }
}
.ch_radio .container > .head {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .ch_radio .container > .head {
    margin-bottom: 5%;
    padding: 0 5%;
  }
}
.ch_radio .container > .head .img {
  width: 180px;
  margin-right: 50px;
}
.ch_radio .container > .head .img img{
  width: 100%;
}
@media screen and (max-width: 768px) {
  .ch_radio .container > .head .img {
    width: 25%;
    margin-right: 5%;
  }
}
.ch_radio .container > .head .detail {
  width: 650px;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .ch_radio .container > .head .detail {
    width: 70%;
  }
}
.ch_radio .container > .head .detail .ttl {
  /* font-weight: bold; */
  font-size: 24px;
  line-height: 1.5;
  margin: 20px 0;
}
@media screen and (max-width: 768px) {
  .ch_radio .container > .head .detail .ttl {
    font-size: 16px;
    margin: 4% 0;
  }
}
.ch_radio .container > .head .detail .name {
  color: #898989;
  font-size: 20px;
}
@media screen and (max-width: 768px) {
  .ch_radio .container > .head .detail .name {
    font-size: 14px;
  }
}
@media screen and (max-width: 768px) {
  .ch_radio .container > .list {
    padding: 0 5%;
  }
}
.ch_radio .container > .list > .ttl {
  text-align: center;
  background: #35b597;
	    color: #fff;
  font-weight: bold;
  font-size: 24px;
  letter-spacing: 0.05em;
  padding: 12px;
}
@media screen and (max-width: 768px) {
  .ch_radio .container > .list > .ttl {
    font-size: 14px;
    padding: 2%;
  }
}
.ch_radio .container > .list > .scroll {
  background: white;
  /* overflow-y: scroll;
  height: 700px; */
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .ch_radio .container > .list > .scroll {
    /* height: 380px; */
  }
}
.ch_radio .container > .list > .scroll li {
  border-bottom: 1px solid #cccccc;
}
.ch_radio .container > .list > .scroll li a {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  padding: 30px 0;
}
@media screen and (max-width: 768px) {
  .ch_radio .container > .list > .scroll li a {
    padding: 4% 3%;
  }
}
.ch_radio .container > .list > .scroll li a .num {
  text-align: center;
  color: #35b597;
  font-size: 20px;
  width: 170px;
}
@media screen and (max-width: 768px) {
  .ch_radio .container > .list > .scroll li a .num {
    width: 18%;
    font-size: 14px;
  }
}
.ch_radio .container > .list > .scroll li a .num span {
  display: block;
  border: 2px solid;
  font-size: 22px;
  padding: 0 8px;
  height: 30px;
  line-height: 30px;
  margin: 0 auto 10px;
  width: 70px;
}
@media screen and (max-width: 768px) {
  .ch_radio .container > .list > .scroll li a .num span {
    font-size: 14px;
    padding: 0 2px;
    width: 41px;
    height: 19px;
    line-height: 19px;
  }
}
.ch_radio .container > .list > .scroll li a .play {
  text-align: center;
  font-size: 18px;
  width: 50px;
}
@media screen and (max-width: 768px) {
  .ch_radio .container > .list > .scroll li a .play {
    width: 18%;
    font-size: 12px;
  }
}
.ch_radio .container > .list > .scroll li a .play i {
  display: block;
  color: #35b597;
  font-size: 55px;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .ch_radio .container > .list > .scroll li a .play i {
    font-size: 35px;
    margin-bottom: 4%;
  }
}
.ch_radio .container > .list > .scroll li a .ttl {
  font-size: 20px;
  line-height: 1.9;
  width: 563px;
  padding: 0 40px;
}
@media screen and (max-width: 768px) {
  .ch_radio .container > .list > .scroll li a .ttl {
    width: 64%;
    font-size: 13px;
    line-height: 1.8;
    padding: 0;
  }
}
.ch_radio .container > .list > .scroll li a .ttl .btm {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  font-size: 18px;
}
@media screen and (max-width: 768px) {
  .ch_radio .container > .list > .scroll li a .ttl .btm {
    font-size: 12px;
  }
}
.ch_radio .container > .list > .scroll li a .ttl .btm > * {
  width: 50%;
}
.ch_radio .container > .list > .scroll li a .ttl .btm .date {
  color: #898989;
}
.ch_radio .container > .list > .scroll li a .ttl .btm .count {
  text-align: right;
  color: #37afa3;
}
.ch_radio .container > .list > .scroll li a .ttl .btm .count img {
  vertical-align: middle;
  margin-right: 10px;
  width: 30px;
}
@media screen and (max-width: 768px) {
  .ch_radio .container > .list > .scroll li a .ttl .btm .count img {
    margin-right: 2%;
    width: 16px;
  }
}
.ch_radio .container .more {
  color: #37afa3;
  text-align: center;
}
.ch_radio .container .more .btn {
  cursor: pointer;
  margin: 0 auto 20px;
  color: #37afa3;
  border: 2px solid;
  font-size: 16px;
  width: 220px;
  height: 50px;
  line-height: 50px;
}
@media screen and (max-width: 768px) {
  .ch_radio .container .more .btn {
    width: 120px;
    height: 25px;
    line-height: 25px;
    font-size: 12px;
    border-width: 1px;
    margin: 0 auto 2%;
  }
}
.ch_radio .container .more i {
  font-size: 20px;
}
@media screen and (max-width: 768px) {
  .ch_radio .container .more i {
    font-size: 12px;
  }
}
.ch_radio .podcast {
  border-top: 2px solid #cccccc;
  padding: 30px 0 50px;
}
@media screen and (max-width: 768px) {
  .ch_radio .podcast {
    border-top-width: 1px;
    padding: 5%;
  }
}
.ch_radio .podcast .txt {
  letter-spacing: 0.05em;
  font-size: 20px;
  line-height: 2;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .ch_radio .podcast .txt {
    font-size: 14px;
    line-height: 1.8;
    margin-bottom: 5%;
  }
}
.ch_radio .podcast .link {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  -ms-justify-content: flex-end;
  justify-content: flex-end;
  -ms-flex-pack: flex-end;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
.ch_radio .podcast .link a {
  display: block;
  font-size: 18px;
  margin-left: 30px;
}
@media screen and (max-width: 768px) {
  .ch_radio .podcast .link a {
    font-size: 11px;
    margin-left: 0;
    width: 115px;
  }
}
.ch_radio .podcast .link a img {
  vertical-align: middle;
  margin-right: 15px;
}
@media screen and (max-width: 768px) {
  .ch_radio .podcast .link a img {
    width: 22px;
    margin-right: 4%;
  }
}
@media screen and (max-width: 768px) {
  .ch_radio .play {
    padding: 0 5%;
  }
}
.ch_radio .play .img {
  position: relative;
  margin: 0 auto 40px;
  width: 400px;
}
@media screen and (max-width: 768px) {
  .ch_radio .play .img {
    width: 200px;
    margin: 0 auto 7%;
  }
}
.ch_radio .play .img img {
  width: 100%;
}
.ch_radio .play .img .cat {
  position: absolute;
  right: 0;
  bottom: 0;
  font-size: 28px;
  padding: 3px 17px;
}
@media screen and (max-width: 768px) {
  .ch_radio .play .img .cat {
    font-size: 14px;
    padding: 0 3%;
  }
}
.ch_radio .play .ttl {
  font-size: 28px;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  .ch_radio .play .ttl {
    font-size: 16px;
  }
}
.ch_radio .play .name {
  color: #37afa3;
  font-size: 24px;
  line-height: 1.6;
  margin: 20px 0;
}
@media screen and (max-width: 768px) {
  .ch_radio .play .name {
    font-size: 13px;
    margin: 4% 0;
  }
}
.ch_radio .play .btm {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  color: #898989;
  font-size: 20px;
}
@media screen and (max-width: 768px) {
  .ch_radio .play .btm {
    font-size: 14px;
  }
}
.ch_radio .play .btm > * {
  width: 50%;
}
.ch_radio .play .btm .fav {
  text-align: right;
}
.ch_radio .play .btm .fav button {
  border: none;
  background: none;
  padding: 0;
  color: #898989;
  font-size: 20px;
}
@media screen and (max-width: 768px) {
  .ch_radio .play .btm .fav button {
    font-size: 10px;
  }
}
.ch_radio .play .btm .fav button i {
  color: #fdd000;
  margin-right: 0.5em;
}
@media screen and (max-width: 768px) {
  .ch_radio .play .btm .fav button i {
    font-size: 16px;
  }
}
.ch_radio .controller {
  margin: 50px 0;
}
.ch_radio .controller .radio_play{
  margin-top: 10px;
  color: #898989;
}
.ch_radio .controller .radio_play .play_start{
  float: left;
}
.ch_radio .controller .radio_play .end_start{
  float: right;
}
@media screen and (max-width: 768px) {
  .ch_radio .controller {
    margin: 5%;
  }
}
.ch_radio .controller .btn {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  margin-top: 50px;
}
@media screen and (max-width: 768px) {
  .ch_radio .controller .btn {
    margin-top: 10%;
  }
}
.ch_radio .controller .btn div {
  margin: 0 25px;
}
@media screen and (max-width: 768px) {
  .ch_radio .controller .btn div {
    margin: 0 10%;
  }
}
.ch_radio .controller .btn img {
  width: 50px;
}
@media screen and (max-width: 768px) {
  .ch_radio .controller .btn img {
    width: 30px;
  }
}
.ch_radio .tag {
  letter-spacing: 0.05em;
  color: #898989;
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .ch_radio .tag {
    margin: 10% 5% 5%;
  }
  .ch_radio .tag + .podcast {
    border-top: none;
  }
}
.ch_radio .tag .ttl {
  font-size: 24px;
}
@media screen and (max-width: 768px) {
  .ch_radio .tag .ttl {
    font-size: 14px;
  }
}
.ch_radio .tag .ttl i {
  font-size: 18px;
  margin-right: 0.5em;
}
@media screen and (max-width: 768px) {
  .ch_radio .tag .ttl i {
    font-size: 12px;
  }
}
.ch_radio .tag .list {
  font-size: 18px;
  line-height: 2;
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .ch_radio .tag .list {
    font-size: 14px;
    margin-top: 3%;
  }
}
.ch_radio .tag .list a {
  text-decoration: underline;
  color: #898989;
  margin-right: 1em;
}
.ch_radio .movie {
  background: white;
  margin-bottom: 90px;
}
.ch_radio .movie .video-container iframe{
  width: 100%;
  height: 500px;
}
@media screen and (max-width: 768px) {
  .ch_radio .movie {
    margin: 0 5%;
  }
  .ch_radio .movie .video-container iframe{
    height: 315px;
  }
}
.ch_radio .movie .img {
  display: block;
  position: relative;
}
.ch_radio .movie .img img {
  width: 100%;
}
.ch_radio .movie .img .arrow {
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  position: absolute;
  top: 50%;
  left: 50%;
}
.ch_radio .movie .detail {
  padding: 30px 50px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .ch_radio .movie .detail {
    padding: 4% 5%;
  }
}
.ch_radio .movie .detail .cha_cat {
  font-size: 24px;
}
@media screen and (max-width: 768px) {
  .ch_radio .movie .detail .cha_cat {
    font-size: 14px;
  }
}
.ch_radio .movie .detail .fav {
  position: absolute;
  right: 50px;
  top: 30px;
}
@media screen and (max-width: 768px) {
  .ch_radio .movie .detail .fav {
    right: 4%;
    top: 6%;
  }
}
.ch_radio .movie .detail .fav .btn {
  cursor: pointer;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
  border: none;
  background: none;
  padding: 0;
  color: #898989;
  font-size: 20px;
}
@media screen and (max-width: 768px) {
  .ch_radio .movie .detail .fav .btn {
    font-size: 10px;
  }
}
.ch_radio .movie .detail .fav .btn i {
  color: #fdd000;
  margin-right: 0.5em;
}
@media screen and (max-width: 768px) {
  .ch_radio .movie .detail .fav .btn i {
    font-size: 16px;
  }
}
.ch_radio .movie .detail .ttl {
  line-height: 1.7;
  font-size: 28px;
  margin: 25px 0 20px;
}
@media screen and (max-width: 768px) {
  .ch_radio .movie .detail .ttl {
    font-size: 18px;
    margin: 3% 0 4%;
  }
}
.ch_radio .movie .detail .cha_btm {
  padding-bottom: 25px;
}
@media screen and (max-width: 768px) {
  .ch_radio .movie .detail .cha_btm {
    padding-bottom: 5%;
  }
}
.ch_radio .movie .detail .cha_btm .date, .ch_radio .movie .detail .cha_btm .count {
  font-size: 20px;
}
@media screen and (max-width: 768px) {
  .ch_radio .movie .detail .cha_btm .date, .ch_radio .movie .detail .cha_btm .count {
    font-size: 14px;
  }
}
.ch_radio .movie .detail .txt {
  padding-top: 15px;
  border-top: 2px solid #cccccc;
  font-size: 20px;
  line-height: 2;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .ch_radio .movie .detail .txt {
    border-top-width: 1px;
    font-size: 14px;
    line-height: 1.8;
    padding-top: 4%;
  }
}

.ch_pers {
  padding-top: 150px;
}
@media screen and (max-width: 768px) {
  .ch_pers {
    padding-top: 20%;
  }
}
.ch_pers .container > .ttl {
  text-align: center;
  font-weight: bold;
  font-size: 32px;
}

@media screen and (max-width: 768px) {
  .ch_pers .container > .ttl {
    font-size: 18px;
  }
}
.ch_pers .container .list {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 80px;
}
@media screen and (max-width: 768px) {
  .ch_pers .container .list {
    margin-bottom: 15%;
  }
}
.ch_pers .container .list li {
  width: 33.33%;
  margin-top: 50px;
}
@media screen and (max-width: 768px) {
  .ch_pers .container .list li {
    width: 50%;
    margin-top: 10%;
  }
}
.ch_pers .container .list li a {
  text-align: center;
  display: block;
}
.ch_pers .container .list li a .img {
  width: 170px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .ch_pers .container .list li a .img {
    width: 80%;
  }
}
.ch_pers .container .list li a .img img {
  width: 100%;
}
.ch_pers .container .list li a .name {
  font-size: 22px;
  margin: 15px 0;
}
@media screen and (max-width: 768px) {
  .ch_pers .container .list li a .name {
    font-size: 14px;
    line-height: 1.8;
    margin: 4% 0;
  }
}
.ch_pers .container .list li a .name span {
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .ch_pers .container .list li a .name span {
    display: block;
  }
}
.ch_pers .container .list li a .link {
  font-size: 20px;
  color: #37afa3;
}
@media screen and (max-width: 768px) {
  .ch_pers .container .list li a .link {
    font-size: 12px;
  }
}
.ch_pers .container .list li a .link i {
  font-size: 16px;
  margin-left: 1em;
}
@media screen and (max-width: 768px) {
  .ch_pers .container .list li a .link i {
    font-size: 10px;
  }
}
.ch_pers .container .btn {
  display: block;
  margin: 0 auto;
  background: #35b597;
	color: #fff;
  text-align: center;
  width: 220px;
  height: 60px;
  line-height: 60px;
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  .ch_pers .container .btn {
    width: 150px;
    height: 40px;
    line-height: 40px;
    font-size: 12px;
  }
}
.ch_pers .container .btn i {
  font-size: 14px;
  margin-left: 1em;
}
@media screen and (max-width: 768px) {
  .ch_pers .container .btn i {
    font-size: 10px;
  }
}

@media screen and (min-width: 769px) {
  .ch_column {
    padding: 90px 0;
  }
}
@media screen and (max-width: 768px) {
  .ch_column {
    padding-top: 10%;
    overflow: hidden;
    /* margin-top: 15%; */
  }
}
.ch_column .container .sort {
  margin-top: -200px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  -ms-justify-content: flex-end;
  justify-content: flex-end;
  -ms-flex-pack: flex-end;
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .ch_column .container .sort {
    margin: 0 0 7%;
  }
}
.ch_column .container .sort .txt {
  cursor: pointer;
  text-align: center;
  border: 2px solid #898989;
  padding: 10px 20px;
  font-size: 20px;
  letter-spacing: 0.05em;
  color: white;
  background: #898989;
}
@media screen and (max-width: 768px) {
  .ch_column .container .sort .txt {
    border-width: 1px;
    font-size: 14px;
    padding: 2% 3%;
  }
}
.ch_column .container .sort .txt.active {
  color: #898989;
  background: none;
}
.ch_column .container > .ttl {
  letter-spacing: 0.05em;
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .ch_column .container > .ttl {
    margin-bottom: 10%;
    font-size: 18px;
  }
}
.ch_column .container > .ttl img {
  vertical-align: middle;
  width: 66px;
  margin-right: 30px;
}
@media screen and (max-width: 768px) {
  .ch_column .container > .ttl img {
    width: 40px;
    margin-right: 4%;
  }
}
.ch_column .container .list {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .ch_column .container .list {
    margin-bottom: 10%;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.ch_column .container .list li {
  width: 273px;
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .ch_column .container .list li {
    width: 48%;
    margin-bottom: 7%;
  }
}
.ch_column .container .list li:not(:nth-child(3n)) {
  margin-right: 30px;
}
@media screen and (max-width: 768px) {
  .ch_column .container .list li:not(:nth-child(3n)) {
    margin-right: 0;
  }
}
@media screen and (max-width: 768px) {
  .ch_column .container .list li:not(:nth-child(2n)) {
    margin-right: 4%;
  }
}
.ch_column .container .list li .img img {
  width: 100%;
  height: 168px;
  object-fit: cover;
}
.ch_column .container .list li .box {
  border-bottom: 2px solid #cac9bc;
  background: white;
  padding: 20px;
}
@media screen and (max-width: 768px) {
  .ch_column .container .list li .box {
    padding: 7%;
    height: 155px;
    position: relative;
  }
}
.ch_column .container .list li .box .ttl {
  height: 90px;
  font-weight: bold;
  font-size: 18px;
  line-height: 1.7;
  margin: 15px 0;
}
@media screen and (max-width: 768px) {
  .ch_column .container .list li .box .ttl {
    font-size: 14px;
    margin: 7% 0;
  }
}
@media screen and (max-width: 768px) {
  .ch_column .container .list li .box .cha_btm {
    position: absolute;
    bottom: 7%;
    left: 7%;
    width: 86%;
  }
}
.ch_column .container .btn {
  display: block;
  margin: 0 auto;
      background: #35b597;
    color: #fff;
  text-align: center;
  width: 220px;
  height: 60px;
  line-height: 60px;
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  .ch_column .container .btn {
    width: 150px;
    height: 40px;
    line-height: 40px;
    font-size: 12px;
  }
}
.ch_column .container .btn i {
  font-size: 14px;
  margin-left: 1em;
}
@media screen and (max-width: 768px) {
  .ch_column .container .btn i {
    font-size: 10px;
  }
}
.ch_column .container .more {
  color: #37afa3;
  text-align: center;
}
.ch_column .container .more .btn {
  cursor: pointer;
  margin: 0 auto 20px;
  color: #37afa3;
  border: 2px solid;
  font-size: 16px;
  width: 220px;
  height: 50px;
  line-height: 50px;
  background: none;
}
@media screen and (max-width: 768px) {
  .ch_column .container .more .btn {
    width: 120px;
    height: 25px;
    line-height: 25px;
    font-size: 12px;
    border-width: 1px;
    margin: 0 auto 2%;
  }
}
.ch_column .container .more i {
  font-size: 20px;
}
@media screen and (max-width: 768px) {
  .ch_column .container .more i {
    font-size: 12px;
  }
}

@media screen and (min-width: 769px) {
  .ch_movie {
    padding: 90px 0;
  }
}
@media screen and (max-width: 768px) {
  .ch_movie {
    padding-top: 10%;
    border-top: 1px solid #ccc;
    overflow: hidden;
    margin-top: 10%;
  }
}
.ch_movie .container > .ttl {
  letter-spacing: 0.05em;
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .ch_movie .container > .ttl {
    margin-bottom: 10%;
    font-size: 18px;
  }
}
.ch_movie .container > .ttl img {
  vertical-align: middle;
  width: 66px;
  margin-right: 30px;
}
@media screen and (max-width: 768px) {
  .ch_movie .container > .ttl img {
    width: 40px;
    margin-right: 4%;
  }
}
.ch_movie .container .slick, .ch_movie .container .list {
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .ch_movie .container .slick, .ch_movie .container .list {
    width: 90%;
  }
}
.ch_movie .container .slick .box, .ch_movie .container .list .box {
  border-bottom: 2px solid #cac9bc;
  background: white;
  margin: 0 20px;
}
@media screen and (max-width: 768px) {
  .ch_movie .container .slick .box, .ch_movie .container .list .box {
    margin: 0;
  }
}
.ch_movie .container .slick .box .img, .ch_movie .container .list .box .img, .ch_movie .container .list .box .video-container{
  position: relative;
}
.ch_movie .container .slick .box .img .arrow, .ch_movie .container .list .box .img .arrow, .ch_movie .container .list .box .video-container .arrow{
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  width: 58px;
}
@media screen and (max-width: 768px) {
  .ch_movie .container .slick .box .img .arrow, .ch_movie .container .list .box .img .arrow,.ch_movie .container .list .box .video-container .arrow {
    width: 45px;
  }
}
.ch_movie .container .slick .box .img img, .ch_movie .container .list .box .img img {
  width: 100%;
}
.ch_movie .container .slick .box .detail, .ch_movie .container .list .box .detail {
  padding: 30px;
}
@media screen and (max-width: 768px) {
  .ch_movie .container .slick .box .detail, .ch_movie .container .list .box .detail {
    padding: 5%;
  }
}
.ch_movie .container .slick .box .detail .txt, .ch_movie .container .list .box .detail .txt {
  font-size: 20px;
  line-height: 1.7;
  margin: 15px 0;
}
@media screen and (max-width: 768px) {
  .ch_movie .container .slick .box .detail .txt, .ch_movie .container .list .box .detail .txt {
    font-size: 14px;
    margin: 5% 0;
  }
}
.ch_movie .container .slick .slick-arrow, .ch_movie .container .list .slick-arrow {
  cursor: pointer;
  position: absolute;
  top: 40%;
  color: #898989;
  font-size: 30px;
}
@media screen and (max-width: 768px) {
  .ch_movie .container .slick .slick-arrow, .ch_movie .container .list .slick-arrow {
    font-size: 15px;
  }
}
.ch_movie .container .slick .slick-arrow.slider-prev, .ch_movie .container .list .slick-arrow.slider-prev {
  left: -50px;
}
@media screen and (max-width: 768px) {
  .ch_movie .container .slick .slick-arrow.slider-prev, .ch_movie .container .list .slick-arrow.slider-prev {
    left: -8%;
  }
}
.ch_movie .container .slick .slick-arrow.slider-next, .ch_movie .container .list .slick-arrow.slider-next {
  right: -50px;
}
@media screen and (max-width: 768px) {
  .ch_movie .container .slick .slick-arrow.slider-next, .ch_movie .container .list .slick-arrow.slider-next {
    right: -8%;
  }
}
.ch_movie .container .slick .slick-dots, .ch_movie .container .list .slick-dots {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  margin: 50px 0 70px;
}
@media screen and (max-width: 768px) {
  .ch_movie .container .slick .slick-dots, .ch_movie .container .list .slick-dots {
    margin: 7% 0 10%;
  }
}
.ch_movie .container .slick .slick-dots li, .ch_movie .container .list .slick-dots li {
  margin: 0 10px;
}
@media screen and (max-width: 768px) {
  .ch_movie .container .slick .slick-dots li, .ch_movie .container .list .slick-dots li {
    margin: 0 5px;
  }
}
.ch_movie .container .slick .slick-dots li button, .ch_movie .container .list .slick-dots li button {
  -moz-border-radius: 14px;
  -webkit-border-radius: 14px;
  border-radius: 14px;
  font-size: 0;
  padding: 0;
  background: #898989;
  border: none;
  width: 14px;
  height: 14px;
}
@media screen and (max-width: 768px) {
  .ch_movie .container .slick .slick-dots li button, .ch_movie .container .list .slick-dots li button {
    width: 8px;
    height: 8px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
  }
}
.ch_movie .container .slick .slick-dots li.slick-active button, .ch_movie .container .list .slick-dots li.slick-active button {
  background: #35b597;
}
.ch_movie .container .list {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .ch_movie .container .list {
    width: 100%;
  }
}
.ch_movie .container .list .box {
  width: 410px;
  margin: 0 0 50px;
}
@media screen and (max-width: 768px) {
  .ch_movie .container .list .box {
    width: 48%;
    margin: 0 0 10%;
  }
}
.ch_movie .container .list .box:not(:nth-child(2n)) {
  margin-right: 60px;
}
@media screen and (max-width: 768px) {
  .ch_movie .container .list .box:not(:nth-child(2n)) {
    margin-right: 4%;
  }
}
.ch_movie .container .btn {
  display: block;
  margin: 0 auto;
      background: #35b597;
    color: #fff;
  text-align: center;
  width: 220px;
  height: 60px;
  line-height: 60px;
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  .ch_movie .container .btn {
    width: 150px;
    height: 40px;
    line-height: 40px;
    font-size: 12px;
  }
}
.ch_movie .container .btn i {
  font-size: 14px;
  margin-left: 1em;
}
@media screen and (max-width: 768px) {
  .ch_movie .container .btn i {
    font-size: 10px;
  }
}
.ch_movie .container .more {
  color: #37afa3;
  text-align: center;
}
.ch_movie .container .more .btn {
  cursor: pointer;
  margin: 0 auto 20px;
  color: #37afa3;
  border: 2px solid;
  font-size: 16px;
  width: 220px;
  height: 50px;
  line-height: 50px;
  background: none;
}
@media screen and (max-width: 768px) {
  .ch_movie .container .more .btn {
    width: 120px;
    height: 25px;
    line-height: 25px;
    font-size: 12px;
    border-width: 1px;
    margin: 0 auto 2%;
  }
}
.ch_movie .container .more i {
  font-size: 20px;
}
@media screen and (max-width: 768px) {
  .ch_movie .container .more i {
    font-size: 12px;
  }
}
.ch_movie .container .video-container img {
  width: 100%;
}

.ch_partner {
  margin-top: 100px;
  padding-top: 100px;
}
@media screen and (max-width: 768px) {
  .ch_partner {
    margin-top: 0;
    padding-top: 15%;
  }
}
.ch_partner .container > .ttl {
  text-align: center;
  font-size: 32px;
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .ch_partner .container > .ttl {
    font-size: 18px;
    margin-bottom: 10%;
  }
}
.ch_partner .container .slick .box {
  background: white;
  padding: 30px;
  letter-spacing: 0.05em;
  margin: 0 20px;
}
@media screen and (max-width: 768px) {
  .ch_partner .container .slick .box {
    padding: 1.5%;
  }
}
.ch_partner .container .slick .box .img {
  width: 160px;
  margin: 0 auto;
}
.ch_partner .container .slick .box .img img {
  width: 100%;
}
.ch_partner .container .slick .box .ttl {
  text-align: center;
  margin: 15px 0;
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  .ch_partner .container .slick .box .ttl {
    font-size: 12px;
    margin: 7% 0 3%;
  }
}
.ch_partner .container .slick .box .name {
  text-align: center;
  font-size: 20px;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .ch_partner .container .slick .box .name {
    font-size: 16px;
    margin-bottom: 7%;
  }
}
.ch_partner .container .slick .box .txt {
  font-size: 16px;
  line-height: 1.8;
  margin-top: 10px;
}
@media screen and (max-width: 768px) {
  .ch_partner .container .slick .box .txt {
    font-size: 14px;
    margin-top: 0;
  }
}
.ch_partner .container .slick .box .txt span {
  color: #37afa3;
}
.ch_partner .container .slick .slick-arrow {
  cursor: pointer;
  position: absolute;
  top: 40%;
  color: #898989;
  font-size: 30px;
}
@media screen and (max-width: 768px) {
  .ch_partner .container .slick .slick-arrow {
    font-size: 15px;
  }
}
.ch_partner .container .slick .slick-arrow.slider-prev {
  left: -50px;
}
@media screen and (max-width: 768px) {
  .ch_partner .container .slick .slick-arrow.slider-prev {
    left: -2%;
  }
}
.ch_partner .container .slick .slick-arrow.slider-next {
  right: -50px;
}
@media screen and (max-width: 768px) {
  .ch_partner .container .slick .slick-arrow.slider-next {
    right: -2%;
  }
}

.ch_pickup {
  padding-top: 150px;
}
@media screen and (max-width: 768px) {
  .ch_pickup {
    padding-top: 20%;
  }
}
.ch_pickup .container > .ttl {
  text-align: center;
  font-size: 32px;
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .ch_pickup .container > .ttl {
    font-size: 18px;
  }
}
.ch_pickup .container > .top .box {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  background: white;
  border: 2px solid #a1cec9;
  margin-bottom: 40px;
  padding: 30px 0;
}
@media screen and (max-width: 768px) {
  .ch_pickup .container > .top .box {
    padding: 4% 0;
    margin-bottom: 0;
  }
}
.ch_pickup .container > .top .box .ttl {
  font-size: 32px;
}
@media screen and (max-width: 768px) {
  .ch_pickup .container > .top .box .ttl {
    font-size: 18px;
    width: 32%;
  }
}
@media screen and (max-width: 768px) {
  .ch_pickup .container > .top .box .img {
    width: 68%;
    text-align: right;
  }
}
.ch_pickup .container > .top .box img {
  width: 100px;
  margin-right: 70px;
}
@media screen and (max-width: 768px) {
  .ch_pickup .container > .top .box img {
    width: 50px;
    margin-right: 5%;
  }
}
.ch_pickup .container a {
  display: block;
  letter-spacing: 0.05em;
}
.ch_pickup .container a > .ttl {
  position: relative;
  background: #a1cec9;
  color: white;
  text-align: center;
  font-size: 24px;
  line-height: 1.7;
  padding: 40px 0;
}
@media screen and (max-width: 768px) {
  .ch_pickup .container a > .ttl {
    font-size: 14px;
    padding: 3% 0;
  }
}
.ch_pickup .container a > .ttl:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 15px 12.5px 0 12.5px;
  border-color: #a1cec9 transparent transparent transparent;
  display: block;
  position: absolute;
  bottom: -15px;
  left: 50%;
  margin-left: -12.5px;
}
@media screen and (max-width: 768px) {
  .ch_pickup .container a > .ttl:after {
    border-width: 7px 6px 0 6px;
    bottom: -7px;
    margin-left: -3px;
  }
}
.ch_pickup .container a > .box .ttl {
  color: #038e7c;
  font-size: 24px;
  width: 128px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .ch_pickup .container a > .box .ttl {
    width: 63%;
    font-size: 18px;
  }
}
.ch_pickup .container a > .box .ttl.ls {
  letter-spacing: -0.1em;
}
.ch_pickup .container .list {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 980px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .ch_pickup .container .list {
    width: 100%;
    margin-top: 5%;
  }
}
.ch_pickup .container .list li {
  background: white;
  border: 2px solid #a1cec9;
  width: 263px;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .ch_pickup .container .list li {
    width: 46%;
    margin-bottom: 5%;
  }
}
.ch_pickup .container .list li:not(:nth-child(3n)) {
  margin-right: 40px;
}
@media screen and (max-width: 768px) {
  .ch_pickup .container .list li:not(:nth-child(3n)) {
    margin-right: 0;
  }
}
@media screen and (max-width: 768px) {
  .ch_pickup .container .list li:not(:nth-child(2n)) {
    margin-right: 5%;
  }
}
.ch_pickup .container .list li a > .ttl {
  font-size: 18px;
  padding: 20px 0;
}
@media screen and (max-width: 768px) {
  .ch_pickup .container .list li a > .ttl {
    font-size: 14px;
    padding: 3% 0 5%;
  }
}
.ch_pickup .container .list li a > .box {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  padding: 30px 40px;
}
@media screen and (max-width: 768px) {
  .ch_pickup .container .list li a > .box {
    padding: 8% 0 8% 8%;
  }
}
.ch_pickup .container .list li a > .box .img {
  width: 80px;
}
@media screen and (max-width: 768px) {
  .ch_pickup .container .list li a > .box .img {
    width: 37%;
  }
}
.ch_pickup .container .list li a > .box .img img {
  width: 100%;
}

.ch_request {
  padding: 150px 0 80px;
}
@media screen and (max-width: 768px) {
  .ch_request {
    padding: 20% 0;
  }
}
.ch_request .container > .ttl {
  text-align: center;
  font-size: 32px;
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .ch_request .container > .ttl {
    font-size: 18px;
    margin-bottom: 7%;
  }
}
.ch_request .container .img {
  text-align: center;
}
@media screen and (max-width: 768px) {
  .ch_request .container .img {
    width: 80%;
    margin: 0 auto;
  }
}
.ch_request .container .txt {
  font-size: 20px;
  line-height: 2;
  margin: 30px 0 70px;
}
@media screen and (max-width: 768px) {
  .ch_request .container .txt {
    font-size: 14px;
    line-height: 1.8;
    margin: 7% 0;
  }
}
.ch_request .container .btn {
  display: block;
  margin: 0 auto;
  background: #35b597;
	    color: #fff;
  text-align: center;
  width: 220px;
  height: 60px;
  line-height: 60px;
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  .ch_request .container .btn {
    font-size: 14px;
    width: 150px;
    height: 30px;
    line-height: 30px;
  }
}

.ch_listener {
  padding: 150px 0 0;
}
@media screen and (max-width: 768px) {
  .ch_listener {
    padding: 15% 0;
  }
}
@media screen and (max-width: 768px) {
  .ch_listener .container {
    width: 100%;
  }
}
.ch_listener .container > .ttl {
  text-align: center;
  letter-spacing: 0.05em;
  font-size: 32px;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .ch_listener .container > .ttl {
    font-size: 18px;
    margin-bottom: 7%;
  }
}
.ch_listener .container .sort {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  -ms-justify-content: flex-end;
  justify-content: flex-end;
  -ms-flex-pack: flex-end;
  border-bottom: 2px solid #cccccc;
  padding-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .ch_listener .container .sort {
    border-bottom-width: 1px;
    padding: 0 5% 3%;
  }
}
.ch_listener .container .sort .txt {
  color: #898989;
  font-size: 20px;
}
@media screen and (max-width: 768px) {
  .ch_listener .container .sort .txt {
    font-size: 14px;
  }
}
@media screen and (max-width: 768px) {
  .ch_listener .container .entry {
    padding: 0 5%;
  }
}
.ch_listener .container .entry .ttl {
  display: inline-block;
  background: #fdd000;
  font-size: 20px;
  letter-spacing: 0.05em;
  padding: 15px 30px;
}
@media screen and (max-width: 768px) {
  .ch_listener .container .entry .ttl {
    font-size: 14px;
    padding: 2% 4%;
  }
}
.ch_listener .container .entry .box {
  background: white;
  padding: 30px;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .ch_listener .container .entry .box {
    padding: 4%;
    margin-bottom: 5%;
  }
}
.ch_listener .container .entry .box .input {
  position: relative;
  padding: 10px;
  border: 2px solid #898989;
}
@media screen and (max-width: 768px) {
  .ch_listener .container .entry .box .input {
    border-width: 1px;
    padding: 2%;
  }
}
.ch_listener .container .entry .box .input.name {
  width: 300px;
}
@media screen and (max-width: 768px) {
  .ch_listener .container .entry .box .input.name {
    width: 50%;
  }
}
.ch_listener .container .entry .box .input.name input {
  width: 100%;
}
.ch_listener .container .entry .box .input.comment {
  width: 630px;
  margin: 30px 0 20px;
}
@media screen and (max-width: 768px) {
  .ch_listener .container .entry .box .input.comment {
    width: 96%;
    margin: 4% 0 2%;
  }
}
.ch_listener .container .entry .box .input.comment input[type=text] {
  width: 85%;
}
.ch_listener .container .entry .box .input.comment input[type=submit] {
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
  position: absolute;
  right: 10px;
}
@media screen and (max-width: 768px) {
  .ch_listener .container .entry .box .input.comment input[type=submit] {
    right: 2%;
    top: 15%;
  }
}
.ch_listener .container .entry .box .input input {
  border: none;
  font-size: 18px;
  padding: 0;
  background: none;
}
@media screen and (max-width: 768px) {
  .ch_listener .container .entry .box .input input {
    font-size: 14px;
  }
}
.ch_listener .container .entry .box .cap {
  color: #898989;
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  .ch_listener .container .entry .box .cap {
    font-size: 10px;
  }
}
.ch_listener .container .entry .box .cap a {
  color: #37afa3;
  text-decoration: underline;
}
.ch_listener .container .list {
  margin-bottom: 80px;
}
@media screen and (max-width: 768px) {
  .ch_listener .container .list {
    margin-bottom: 7%;
  }
}
.ch_listener .container .list li {
  border-bottom: 2px solid #cccccc;
  padding: 50px 0;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .ch_listener .container .list li {
    border-bottom-width: 1px;
    padding: 5%;
  }
}
.ch_listener .container .list li .ttl {
  color: #37afa3;
  font-size: 24px;
}
@media screen and (max-width: 768px) {
  .ch_listener .container .list li .ttl {
    font-size: 14px;
  }
}
.ch_listener .container .list li .txt {
  font-size: 20px;
  line-height: 2;
  margin: 15px 0;
}
@media screen and (max-width: 768px) {
  .ch_listener .container .list li .txt {
    font-size: 14px;
    line-height: 1.8;
    margin: 4% 0;
  }
}
.ch_listener .container .list li .tag {
  text-align: right;
}
.ch_listener .container .list li .tag span {
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  background: #fdd000;
  color: white;
  font-size: 20px;
  padding: 7px 20px;
}
@media screen and (max-width: 768px) {
  .ch_listener .container .list li .tag span {
    font-size: 14px;
    padding: 0.5% 3%;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
  }
}
.ch_listener .container .more {
  color: #37afa3;
  text-align: center;
}
.ch_listener .container .more .btn {
  cursor: pointer;
  margin: 0 auto 20px;
  color: #37afa3;
  border: 2px solid;
  font-size: 16px;
  width: 220px;
  height: 50px;
  line-height: 50px;
}
@media screen and (max-width: 768px) {
  .ch_listener .container .more .btn {
    border-width: 1px;
    font-size: 12px;
    width: 120px;
    height: 25px;
    line-height: 25px;
    margin: 0 auto 2%;
  }
}
.ch_listener .container .more i {
  font-size: 20px;
}
@media screen and (max-width: 768px) {
  .ch_listener .container .more i {
    font-size: 12px;
  }
}

.ch_ranking {
  padding-top: 150px;
}
@media screen and (max-width: 768px) {
  .ch_ranking {
    padding-top: 15%;
  }
}
.ch_ranking .container > .ttl {
  text-align: center;
  letter-spacing: 0.05em;
  font-size: 32px;
  margin-bottom: 100px;
}
@media screen and (max-width: 768px) {
  .ch_ranking .container > .ttl {
    margin-bottom: 12%;
    font-size: 18px;
  }
}

.ranking_list {
  width: 640px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .ranking_list {
    width: 95%;
    padding-left: 5%;
  }
}
.ranking_list.column {
  width: 810px;
}
@media screen and (max-width: 768px) {
  .ranking_list.column {
    width: 95%;
  }
}
.ranking_list.column li .box .img {
  width: 230px;
}
@media screen and (max-width: 768px) {
  .ranking_list.column li .box .img {
    width: 30%;
  }
}
.ranking_list.column li .box .detail {
  width: 530px;
}
@media screen and (max-width: 768px) {
  .ranking_list.column li .box .detail {
    width: 65%;
  }
}
.ranking_list.column li .box .detail .ttl {
  font-size: 24px;
  font-weight: normal;
}
@media screen and (max-width: 768px) {
  .ranking_list.column li .box .detail .ttl {
    font-size: 13px;
  }
}
.ranking_list li {
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .ranking_list li {
    margin-bottom: 12%;
  }
}
.ranking_list li .box {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.ranking_list li .box .img {
  position: relative;
  width: 150px;
  margin-right: 50px;
}
@media screen and (max-width: 768px) {
  .ranking_list li .box .img {
    width: 30%;
    margin-right: 5%;
  }
}
.ranking_list li .box .img img {
  width: 100%;
}
.ranking_list li .box .img .fas {
  -moz-border-radius: 50px;
  -webkit-border-radius: 50px;
  border-radius: 50px;
  border: 2px solid white;
  background: white;
  color: #fdd000;
  font-size: 50px;
  position: absolute;
  z-index: 1;
  right: -30px;
  bottom: 0;
}
@media screen and (max-width: 768px) {
  .ranking_list li .box .img .fas {
    right: -5px;
    font-size: 30px;
  }
}
.ranking_list li .box .img .num {
  position: absolute;
  text-align: center;
  display: block;
  z-index: 1;
  color: white;
  font-weight: bold;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  top: -30px;
  left: -30px;
  width: 60px;
  height: 60px;
  line-height: 60px;
  font-size: 32px;
}
@media screen and (max-width: 768px) {
  .ranking_list li .box .img .num {
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 18px;
    top: -15px;
    left: -15px;
  }
}
.ranking_list li .box .img .num.c01 {
  background: #e1c43b;
}
.ranking_list li .box .img .num.c02 {
  background: #b2b2b2;
}
.ranking_list li .box .img .num.c03 {
  background: #b69b60;
}
.ranking_list li .box .img .num.c04,
.ranking_list li .box .img .num.c05 {
  background: #434343;
}
.ranking_list li .box .detail {
  letter-spacing: 0.05em;
  width: 440px;
}
@media screen and (max-width: 768px) {
  .ranking_list li .box .detail {
    width: 65%;
  }
}
.ranking_list li .box .detail .ttl {
  font-weight: bold;
  line-height: 1.4;
  font-size: 28px;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .ranking_list li .box .detail .ttl {
    font-size: 16px;
    margin-bottom: 4%;
  }
}
.ranking_list li .box .detail .name {
  color: #898989;
  font-size: 20px;
}
@media screen and (max-width: 768px) {
  .ranking_list li .box .detail .name {
    font-size: 14px;
  }
}
.ranking_list li .box .detail .date {
  color: #898989;
  font-size: 18px;
  margin-top: 10px;
}
@media screen and (max-width: 768px) {
  .ranking_list li .box .detail .date {
    font-size: 12px;
    margin-top: 3%;
  }
}

.ch_newradio {
  padding-top: 150px;
}
@media screen and (max-width: 768px) {
  .ch_newradio {
    padding-top: 15%;
  }
}
@media screen and (max-width: 768px) {
  .ch_newradio .container {
    width: 100%;
  }
}
.ch_newradio .container > .ttl {
  text-align: center;
  letter-spacing: 0.05em;
  font-size: 32px;
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .ch_newradio .container > .ttl {
    font-size: 18px;
    margin-bottom: 7%;
  }
}
.ch_newradio .container .more {
  color: #37afa3;
  text-align: center;
}
.ch_newradio .container .more .btn {
  cursor: pointer;
  margin: 0 auto 20px;
  color: #37afa3;
  border: 2px solid;
  font-size: 16px;
  width: 220px;
  height: 50px;
  line-height: 50px;
}
@media screen and (max-width: 768px) {
  .ch_newradio .container .more .btn {
    border-width: 1px;
    font-size: 12px;
    width: 120px;
    height: 25px;
    line-height: 25px;
    margin: 0 auto 2%;
  }
}
.ch_newradio .container .more i {
  font-size: 20px;
}
@media screen and (max-width: 768px) {
  .ch_newradio .container .more i {
    font-size: 12px;
  }
}

.new_list {
  border-top: 2px solid #cccccc;
  margin-bottom: 80px;
}
@media screen and (max-width: 768px) {
  .new_list {
    border-top-width: 1px;
    margin-bottom: 7%;
  }
}
.new_list li {
  border-bottom: 2px solid #cccccc;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .new_list li {
    border-bottom-width: 1px;
  }
}
.new_list li a {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  padding: 30px 0;
}
@media screen and (max-width: 768px) {
  .new_list li a {
    padding: 4% 5%;
  }
}
.new_list li a .img_wrap {
  width: 180px;
  margin-right: 50px;
}
@media screen and (max-width: 768px) {
  .new_list li a .img_wrap {
    width: 30%;
    margin-right: 4%;
  }
}
.new_list li a .img_wrap .img {
  position: relative;
}
.new_list li a .img_wrap .img .cat {
  position: absolute;
  right: 0;
  bottom: 0;
}
.new_list li a .img_wrap .name {
  color: #898989;
  text-align: center;
  font-size: 18px;
  margin-top: 15px;
}
@media screen and (max-width: 768px) {
  .new_list li a .img_wrap .name {
    font-size: 12px;
    line-height: 1.5;
  }
}
.new_list li a .detail {
  width: 650px;
}
@media screen and (max-width: 768px) {
  .new_list li a .detail {
    width: 66%;
  }
}
.new_list li a .detail .txt {
  line-height: 1.8;
  font-size: 20px;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .new_list li a .detail .txt {
    font-size: 12px;
    line-height: 1.5;
    margin-bottom: 4%;
  }
}
.new_list li a .detail .num {
  border-bottom: 3px solid #898989;
}
@media screen and (max-width: 768px) {
  .new_list li a .detail .num {
    border-bottom-width: 2px;
  }
}
.new_list li a .detail .num span {
  display: inline-block;
  background: #898989;
  color: white;
  font-size: 22px;
  padding: 4px 10px 2px;
}
@media screen and (max-width: 768px) {
  .new_list li a .detail .num span {
    font-size: 13px;
    padding: 0 2%;
  }
}
.new_list li a .detail .ttl {
  padding: 20px 0;
  font-size: 22px;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  .new_list li a .detail .ttl {
    font-size: 13px;
    padding: 2% 0;
  }
}
.new_list li a .detail .btm {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.new_list li a .detail .btm > * {
  width: 50%;
}
.new_list li a .detail .btm .date {
  color: #898989;
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  .new_list li a .detail .btm .date {
    font-size: 12px;
  }
}
.new_list li a .detail .btm .count {
  text-align: right;
  color: #37afa3;
  font-size: 18px;
}
@media screen and (max-width: 768px) {
  .new_list li a .detail .btm .count {
    font-size: 12px;
  }
}
.new_list li a .detail .btm .count img {
  vertical-align: middle;
  margin-right: 10px;
  width: 26px;
}
@media screen and (max-width: 768px) {
  .new_list li a .detail .btm .count img {
    width: 16px;
    margin-right: 2%;
  }
}

.ch_about {
  padding-top: 150px;
}
@media screen and (max-width: 768px) {
  .ch_about {
    padding-top: 15%;
  }
}
.ch_about .container .ttl {
  text-align: center;
  letter-spacing: 0.05em;
  font-size: 32px;
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .ch_about .container .ttl {
    font-size: 18px;
    margin-bottom: 7%;
  }
}
.ch_about .container .txt {
  font-size: 20px;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .ch_about .container .txt {
    font-size: 14px;
    line-height: 1.8;
  }
}

.ch_cat_ttl {
  padding-top: 140px;
}
@media screen and (max-width: 768px) {
  .ch_cat_ttl {
    padding-top: 15%;
  }
}
.ch_cat_ttl span {
  display: block;
  text-align: center;
  color: #898989;
  border: 2px solid;
  line-height: 1.8;
  margin: 0 auto;
  width: 580px;
  padding: 20px 0;
  font-size: 28px;
}
@media screen and (max-width: 768px) {
  .ch_cat_ttl span {
    width: 90%;
    padding: 5% 0;
    font-size: 16px;
  }
}

.ttl_keyword {
  background: #fdd000;
  color: white;
  text-align: center;
  padding: 25px 0;
  letter-spacing: 0.05em;
  font-size: 28px;
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .ttl_keyword {
    font-size: 16px;
    padding: 5% 0;
    margin-bottom: 10%;
  }
}

.ch_search {
  color: #898989;
  letter-spacing: 0.08em;
  font-size: 20px;
  margin-bottom: 80px;
}
@media screen and (max-width: 768px) {
  .ch_search {
    font-size: 16px;
    margin: 0 5% 10%;
  }
}

.search_check {
  background: #ffe675;
}

@media screen and (max-width: 768px) {
  .ch_product + .ch_movie {
    border-top: none;
        padding-top: 12%;
    margin-top: 12%;
  }
}
.ch_product .container {
      background: #fff;
    border: 1px #efefef solid;
  letter-spacing: 0.05em;
  width: 780px;
  padding: 40px 50px;
}
@media screen and (max-width: 768px) {
  .ch_product .container {
    width: 82%;
    padding: 4%;
  }
}
.ch_product .container > .ttl {
  color: #898989;
  border-bottom: 1px solid;
  padding-bottom: 10px;
  font-size: 24px;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .ch_product .container > .ttl {
    font-size: 14px;
    padding-bottom: 3%;
    margin-bottom: 5%;
  }
}
.ch_product .container .box {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  padding-bottom: 50px;
}
.ch_product .container .box:last-child{
  padding-bottom: 0px;
}
.ch_product .container .box .img {
  width: 160px;
  margin-right: 40px;
}
@media screen and (max-width: 768px) {
  .ch_product .container .box .img {
    width: 25%;
    margin-right: 5%;
  }
}
.ch_product .container .box .img img {
  width: 100%;
}
.ch_product .container .box .detail {
  width: 580px;
}
@media screen and (max-width: 768px) {
  .ch_product .container .box .detail {
    width: 70%;
  }
}
.ch_product .container .box .detail .ttl {
  line-height: 1.6;
  font-size: 22px;
}
@media screen and (max-width: 768px) {
  .ch_product .container .box .detail .ttl {
    font-size: 14px;
  }
}
.ch_product .container .box .detail .ttl span {
  display: block;
  color: #37afa3;
  font-size: 32px;
}
@media screen and (max-width: 768px) {
  .ch_product .container .box .detail .ttl span {
    font-size: 18px;
  }
}
.ch_product .container .box .detail .txt {
  margin: 0.5em 0 1em;
  line-height: 1.9;
  font-size: 20px;
}
@media screen and (max-width: 768px) {
  .ch_product .container .box .detail .txt {
    font-size: 14px;
    line-height: 1.8;
  }
}
.ch_product .container .box .detail .btn {
  display: block;
  background: #35b597;
    color: #fff;
  text-align: center;
  font-size: 16px;
  width: 230px;
  height: 50px;
  line-height: 50px;
}
@media screen and (max-width: 768px) {
  .ch_product .container .box .detail .btn {
    font-size: 14px;
    width: 116px;
    height: 30px;
    line-height: 30px;
  }
}
.ch_product .container .box .detail .btn i {
  margin-left: 1em;
}

.common_pager .container a.active {
  color: #37afa3;
}

.ch_kv {
  /* background: #898989; */
}
@media screen and (max-width: 768px) {
  .ch_kv .container {
    width: 100%;
  }
}

@media screen and (min-width: 769px) {
  .ch_kv .img {
    width: 880px;
    margin: 0 auto;
  }
  .ch_kv .img img {
    width: 100%;
  }
}
.ch_kv .img {
  text-align: center;
}

.ch_column_head .container {
  width: 880px;
}
@media screen and (max-width: 768px) {
  .ch_column_head .container {
    width: 90%;
  }
}
.ch_column_head .container .top {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  margin: 50px 0;
}
@media screen and (max-width: 768px) {
  .ch_column_head .container .top {
    margin: 4% 0;
  }
}
.ch_column_head .container .top > * {
  width: 50%;
}
.ch_column_head .container .top .box {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
.ch_column_head .container .top .box .txt {
  font-size: 24px;
  margin-left: 40px;
}
@media screen and (max-width: 768px) {
  .ch_column_head .container .top .box .txt {
    font-size: 14px;
    margin-left: 4%;
  }
}
.ch_column_head .container .top .fav {
  text-align: right;
}
.ch_column_head .container .top .fav button {
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
  border: none;
  background: none;
  padding: 0;
  color: #898989;
  font-size: 20px;
}
@media screen and (max-width: 768px) {
  .ch_column_head .container .top .fav button {
    font-size: 10px;
  }
}
.ch_column_head .container .top .fav button i {
  color: #fdd000;
  margin-right: 0.5em;
}
@media screen and (max-width: 768px) {
  .ch_column_head .container .top .fav button i {
    vertical-align: middle;
    font-size: 16px;
  }
}
.ch_column_head .container > .ttl {
  line-height: 1.7;
  font-size: 28px;
}
@media screen and (max-width: 768px) {
  .ch_column_head .container > .ttl {
    font-size: 18px;
  }
}
.ch_column_head .container > .date {
  margin: 1em 0;
  letter-spacing: 0.05em;
  color: #898989;
  font-size: 20px;
}
@media screen and (max-width: 768px) {
  .ch_column_head .container > .date {
    font-size: 14px;
  }
}

.ch_column_entry .container {
  width: 880px;
}
.ch_column_entry .container p img{
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .ch_column_entry .container {
    width: 90%;
  }
}
.ch_column_entry .container .tag {
  color: #898989;
  letter-spacing: 0.05em;
  font-size: 20px;
  margin-bottom: 50px;
}
.ch_column_entry .container .tag .list a{
  color: #898989;
  border-bottom: 1px solid;
  margin-right: 10px;
  line-height: 1.7;
}
.ch_column_entry .container .tag .list a:last-child{
  margin-right: 0;
}

@media screen and (max-width: 768px) {
  .ch_column_entry .container .tag {
    font-size: 14px;
    margin-bottom: 7%;
  }
}
.ch_column_entry .container .tag i {
  font-size: 18px;
  margin-right: 0.5em;
}
@media screen and (max-width: 768px) {
  .ch_column_entry .container .tag i {
    font-size: 12px;
  }
}
.ch_column_entry .container .btn01 {
  display: block;
  background: #fdd000;
  text-align: center;
  letter-spacing: 0.05em;
  font-size: 16px;
  width: 360px;
  height: 50px;
  line-height: 50px;
  margin: 30px auto;
}
@media screen and (max-width: 768px) {
  .ch_column_entry .container .btn01 {
    font-size: 12px;
    width: 200px;
    height: 30px;
    line-height: 30px;
    padding: 0 4%;
    margin: 4% auto;
  }
}
.ch_column_entry .container .btn01 i {
  margin-left: 1em;
}
.ch_column_entry .container .color_box2.font14,
.ch_column_entry .container p,
.ch_column_entry .container > .txt {
  font-size: 20px;
  /* line-height: 2; */
  line-height: 1.7;
  letter-spacing: 0.05em;
}
.ch_column_entry .container p a{
  color: #35b597;
}
.ch_column_entry .container > .txt a{
  color: #37afa3;
  border-bottom: 1px solid #37afa3;
}
.column_img_link {
	border-bottom: 0px !important;
}
.books {
    font-size: 14px;
    line-height: 1.6;
    border-bottom: none !important;
}
.gray {
	color: #666 !important;
	}
@media screen and (max-width: 768px) {
  .ch_column_entry .container .color_box2.font14,
  .ch_column_entry .container p,
  .ch_column_entry .container > .txt {
    font-size: 16px;
    line-height: 1.8;
	  padding-top: 3%;
  }
}
.ch_column_entry .container p span,
.ch_column_entry .container > .txt span {
  color: #37afa3;
}
.ch_column_entry .container strong,
.ch_column_entry .container > .txt strong {
  font-weight: bold;
}
.ch_column_entry .container > .ttl01 {
  color: #fff;
    background-color: #35b597;
    padding: 10px;
    line-height: 1.5;
    letter-spacing: 0.05em;
  font-size: 28px;
  margin: 90px 0 50px;
}
@media screen and (max-width: 768px) {
  .ch_column_entry .container > .ttl01 {
    font-size: 16px;
    margin: 15% 0 7%;
  }
}
.ch_column_entry .container > .ttl02 {
  border-left: 6px solid #37afa3;
  margin: 50px 0 40px;
}
.ch_column_entry .container .color_blue.fwb.font16.spmlr10,
.ch_column_entry .container .color_green.fwb.font16.spmlr10,
.ch_column_entry .container .color_orange.fwb.font16.spmlr10,
.ch_column_entry .container .color_pink.fwb.font16.spmlr10{
  border-left: 6px solid #37afa3;
  margin: 50px 0 40px;
  font-size: 28px;
  letter-spacing: 0.05em;
  line-height: 1.4;
  padding-left: 0.5em;
}
@media screen and (max-width: 768px) {
  .ch_column_entry .container > .ttl02 {
    border-left: 5px solid #37afa3;
    margin: 5% 0 3%;
  }
  .ch_column_entry .container .color_blue.fwb.font16.spmlr10,
  .ch_column_entry .container .color_green.fwb.font16.spmlr10,
  .ch_column_entry .container .color_orange.fwb.font16.spmlr10,
.ch_column_entry .container .color_pink.fwb.font16.spmlr10{
    font-size: 16px;
    border-left: 3px solid #37afa3;
    margin: 5% 0 3%;
  }
}
.ch_column_entry .container .title5,
.ch_column_entry .container .title4,
.ch_column_entry .container .title3,
.ch_column_entry .container .title8{
  color: #37afa3;
  line-height: 1.5;
  letter-spacing: 0.05em;
  font-size: 28px;
  margin: 90px 0 50px;
}
.ch_column_entry .container > .ttl02 span {
  font-size: 28px;
  letter-spacing: 0.05em;
  line-height: 1.4;
  margin-left: 0.5em;
}
@media screen and (max-width: 768px) {
  .ch_column_entry .container > .ttl02 span {
    margin-left: 3%;
    font-size: 16px;
  }
  .ch_column_entry .container .title5,
  .ch_column_entry .container .title4,
  .ch_column_entry .container .title3,
  .ch_column_entry .container .title8{
    font-size: 16px;
    margin: 15% 0 7%;
  }
}
.ch_column_entry .container > .img img {
  width: 100%;
}
.ch_column_entry .container > .link {
  display: block;
  color: #37afa3;
  font-size: 20px;
  letter-spacing: 0.05em;
  margin: 30px 0;
}
@media screen and (max-width: 768px) {
  .ch_column_entry .container > .link {
    font-size: 16px;
    margin: 5% 0;
  }
}
.ch_column_entry .container > .btn_product {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  background: #ffe673;
  margin: 80px auto;
  width: 390px;
  padding: 10px 30px;
}
@media screen and (max-width: 768px) {
  .ch_column_entry .container > .btn_product {
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    width: 92%;
    margin: 15% auto;
    padding: 3% 4%;
  }
}
.ch_column_entry .container > .btn_product .img {
  width: 38px;
  margin-right: 20px;
}
@media screen and (max-width: 768px) {
  .ch_column_entry .container > .btn_product .img {
    width: 13%;
    margin-right: 5%;
  }
}
.ch_column_entry .container > .btn_product .img img {
  width: 100%;
}
.ch_column_entry .container > .btn_product .detail {
  position: relative;
  width: 332px;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  .ch_column_entry .container > .btn_product .detail {
    width: 82%;
  }
}
.ch_column_entry .container > .btn_product .detail .txt {
  font-size: 14px;
}
.ch_column_entry .container > .btn_product .detail .ttl {
  font-size: 22px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .ch_column_entry .container > .btn_product .detail .ttl {
    font-size: 18px;
  }
}
.ch_column_entry .container > .btn_product .detail .fas {
  font-size: 18px;
  position: absolute;
  right: 0;
  top: 35%;
  z-index: 1;
}
.ch_column_entry .container > .img_list {
  margin-bottom: 80px;
}
@media screen and (max-width: 768px) {
  .ch_column_entry .container > .img_list {
    margin: 7% 0;
    display: block;
  }
}
.ch_column_entry .container > .img_list li {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .ch_column_entry .container > .img_list li {
    margin-bottom: 7%;
  }
}
.ch_column_entry .container > .img_list li:not(:nth-child(2n)) {
  margin-right: 4%;
}
@media screen and (max-width: 768px) {
  .ch_column_entry .container > .img_list li:not(:nth-child(2n)) {
    margin: 0 0 7%;
  }
  .ch_column_entry .container > .img_list li:not(:nth-child(2n)) .img {
    margin: 0 4% 0 0;
    order: 1;
  }
  .ch_column_entry .container > .img_list li:not(:nth-child(2n)) .txt {
    order: 2;
  }
}
.ch_column_entry .container > .img_list li .img {
  width: 250px;
  margin-right: 50px;
}
@media screen and (max-width: 768px) {
  .ch_column_entry .container > .img_list li .img {
    width: 50%;
    margin: 0 0 0 4%;
    order: 2;
  }
}
.ch_column_entry .container > .img_list li .img img {
  width: 100%;
}
.ch_column_entry .container > .img_list li .txt {
  width: 580px;
  font-size: 20px;
  letter-spacing: 0.05em;
  line-height: 1.9;
}
@media screen and (max-width: 768px) {
  .ch_column_entry .container > .img_list li .txt {
    width: 50%;
    font-size: 16px;
    line-height: 1.8;
    order: 1;
  }
}
.ch_column_entry .container .ttl03 {
  color: #37afa3;
  border-top: 2px solid;
  border-bottom: 2px solid;
  line-height: 1.6;
  padding: 10px 0;
  font-size: 24px;
  margin-bottom: 30px;
}

@media screen and (max-width: 768px) {
  .ch_column_entry .container .ttl03 {
    font-size: 16px;
    padding: 1.5% 0;
    margin-bottom: 7%;
  }
}
.ch_column_entry .container .ttl04 {
  background: #37afa3;
  color: white;
  font-size: 20px;
  line-height: 1.6;
  padding: 10px 30px;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .ch_column_entry .container .ttl04 {
    font-size: 16px;
    padding: 1.5% 4%;
    margin-bottom: 5%;
  }
}
.ch_column_entry .container .ttl05, .ch_column_entry .container .ttl06, .ch_column_entry .container .ttl07, .ch_column_entry .container .ttl08, .ch_column_entry .container .ttl09 {
  color: #37afa3;
  font-size: 20px;
  line-height: 1.7;
  padding: 0 0 0 30px;
  margin-bottom: 30px;
  background-repeat: no-repeat;
  background-size: auto 24px;
  background-position: 0 5px;
}
@media screen and (max-width: 768px) {
  .ch_column_entry .container .ttl05, .ch_column_entry .container .ttl06, .ch_column_entry .container .ttl07, .ch_column_entry .container .ttl08, .ch_column_entry .container .ttl09 {
    font-size: 16px;
    padding: 0 0 0 8%;
    margin-bottom: 7%;
    background-size: auto 18px;
  }
}
.ch_column_entry .container .ttl05 {
  background-image: url("../img/ch/ico01.png");
}
.ch_column_entry .container .ttl06 {
  background-image: url("../img/ch/ico02.png");
}
.ch_column_entry .container .ttl07 {
  background-image: url("../img/ch/ico03.png");
}
.ch_column_entry .container .ttl08 {
  background-image: url("../img/ch/ico04.png");
}
.ch_column_entry .container .ttl09 {
  background-image: url("../img/ch/ico05.png");
}
.ch_column_entry .container > .comment {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  margin: 50px 0;
}
@media screen and (max-width: 768px) {
  .ch_column_entry .container > .comment {
    margin: 15% 0;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    -ms-align-items: flex-start;
    align-items: flex-start;
  }
}
.ch_column_entry .container > .comment .img {
  width: 140px;
  margin-right: 40px;
}
@media screen and (max-width: 768px) {
  .ch_column_entry .container > .comment .img {
    width: 25%;
    margin-right: 7%;
  }
}
.ch_column_entry .container > .comment .img img {
  width: 100%;
}
.ch_column_entry .container > .comment .txt {
  position: relative;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  padding: 20px 40px;
  background: #fffddf;
  letter-spacing: 0.05em;
  line-height: 1.7;
  font-size: 18px;
  width: 700px;
}
@media screen and (max-width: 768px) {
  .ch_column_entry .container > .comment .txt {
    width: 68%;
    padding: 5%;
    font-size: 16px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
  }
}
.ch_column_entry .container > .comment .txt:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 25px 10px 0;
  border-color: transparent #fffddf transparent transparent;
  position: absolute;
  left: -25px;
  top: 50%;
  margin-top: -10px;
}
@media screen and (max-width: 768px) {
  .ch_column_entry .container > .comment .txt:before {
    margin-top: 0;
    top: 15%;
  }
}
.ch_column_entry .container > .menu {
  border: 2px solid #35b597;
  padding: 30px 80px;
  letter-spacing: 0.05em;
  margin: 100px 0;
}

@media screen and (max-width: 768px) {
  .ch_column_entry .container > .menu {
    border-width: 1px;
    padding: 3% 4% 4%;
    margin: 15% 0;
  }
}
.ch_column_entry .container > .menu > .ttl {
  text-align: center;
  border-bottom: 2px solid #37afa3;
  font-size: 24px;
  padding-bottom: 30px;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .ch_column_entry .container > .menu > .ttl {
    font-size: 16px;
    padding-bottom: 3%;
    margin-bottom: 5%;
    border-bottom-width: 1px;
  }
}
.ch_column_entry .container > .menu .list > li {
      padding-bottom: 3%;
    line-height: 1.5;
}
.ch_column_entry .container > .menu > .ttl a {
  color: #37afa3;
}
.ch_column_entry .container > .menu .list {
  line-height: 1.6;
}
.ch_column_entry .container > .menu .list a {
  display: block;
}
.ch_column_entry .container > .menu .list > li > a {
  font-size: 22px;
  margin-bottom: 15px;
}
@media screen and (max-width: 768px) {
  .ch_column_entry .container > .menu .list > li > a {
    font-size: 16px;
    margin-bottom: 0;
	      color: #404040;
  }
}
.ch_column_entry .container > .menu .list > li .sub01 {
  margin-left: 2em;
}
@media screen and (max-width: 768px) {
  .ch_column_entry .container > .menu .list > li .sub01 {
    margin-left: 1em;
  }
}
.ch_column_entry .container > .menu .list > li .sub01 > li > a {
  font-size: 20px;
  margin-bottom: 15px;
}
@media screen and (max-width: 768px) {
  .ch_column_entry .container > .menu .list > li .sub01 > li > a {
    font-size: 14px;
    margin-bottom: 0;
  }
}
.ch_column_entry .container > .menu .list > li .sub01 > li .sub02 {
  margin-left: 3em;
}
@media screen and (max-width: 768px) {
  .ch_column_entry .container > .menu .list > li .sub01 > li .sub02 {
    margin-left: 2em;
  }
}
.ch_column_entry .container > .menu .list > li .sub01 > li .sub02 > li {
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .ch_column_entry .container > .menu .list > li .sub01 > li .sub02 > li {
    margin-bottom: 0;
  }
}
.ch_column_entry .container > .menu .list > li .sub01 > li .sub02 > li a {
  font-size: 18px;
}
@media screen and (max-width: 768px) {
  .ch_column_entry .container > .menu .list > li .sub01 > li .sub02 > li a {
    font-size: 12px;
  }
}
.ch_column_entry .container > .point {
  background: #fdd000;
  letter-spacing: 0.05em;
  padding: 50px 70px;
  margin: 100px 0;
}
@media screen and (max-width: 768px) {
  .ch_column_entry .container > .point {
    padding: 5% 4%;
    margin: 15% 0;
  }
}
.ch_column_entry .container > .point .ttl {
  font-size: 24px;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .ch_column_entry .container > .point .ttl {
    font-size: 16px;
    margin-bottom: 4%;
  }
}
.ch_column_entry .container > .point .txt {
  font-size: 20px;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  .ch_column_entry .container > .point .txt {
    font-size: 14px;
  }
}
.ch_column_entry .container > .qa {
  border-top: 2px solid #37afa3;
  border-bottom: 2px solid #37afa3;
  padding: 50px 0;
  margin: 100px 0;
}
@media screen and (max-width: 768px) {
  .ch_column_entry .container > .qa {
    border-top-width: 1px;
    border-bottom-width: 1px;
    padding: 4% 0;
    margin: 15% 0;
  }
}
.ch_column_entry .container > .qa .box {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.ch_column_entry .container > .qa .box .ico {
  margin-right: 25px;
}
@media screen and (max-width: 768px) {
  .ch_column_entry .container > .qa .box .ico {
    margin-right: 3%;
    width: 6%;
  }
}
.ch_column_entry .container > .qa .box .ico span {
  color: white;
  display: block;
  text-align: center;
  width: 30px;
  height: 30px;
  line-height: 30px;
  font-size: 24px;
}
@media screen and (max-width: 768px) {
  .ch_column_entry .container > .qa .box .ico span {
    font-size: 16px;
    width: 20px;
    height: 20px;
    line-height: 20px;
  }
}
.ch_column_entry .container > .qa .box .txt {
  width: 825px;
}
@media screen and (max-width: 768px) {
  .ch_column_entry .container > .qa .box .txt {
    width: 91%;
  }
}
.ch_column_entry .container > .qa .box.q_box {
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .ch_column_entry .container > .qa .box.q_box {
    margin-bottom: 2%;
  }
}
.ch_column_entry .container > .qa .box.q_box .ico span {
  line-height: 25px;
  background: #37afa3;
}
@media screen and (max-width: 768px) {
  .ch_column_entry .container > .qa .box.q_box .ico span {
    line-height: 17px;
  }
}
.ch_column_entry .container > .qa .box.q_box .ttl {
  color: #37afa3;
  font-size: 24px;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  .ch_column_entry .container > .qa .box.q_box .ttl {
    font-size: 16px;
  }
}
.ch_column_entry .container > .qa .box.a_box .ico span {
  background: #898989;
}
.ch_column_entry .container > .qa .box.a_box .txt {
  color: #898989;
  font-size: 22px;
  line-height: 1.7;
}
@media screen and (max-width: 768px) {
  .ch_column_entry .container > .qa .box.a_box .txt {
    font-size: 16px;
  }
}
.ch_column_entry .container > .event {
  margin: 100px 0;
  background: #fffef1;
  padding: 50px 80px;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .ch_column_entry .container > .event {
    margin: 15% 0;
    padding: 6% 4%;
  }
}
.ch_column_entry .container > .event .ttl {
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  color: #37afa3;
}
@media screen and (max-width: 768px) {
  .ch_column_entry .container > .event .ttl {
    font-size: 18px;
  }
}
.ch_column_entry .container > .event table {
  width: 100%;
  margin: 30px 0;
}
@media screen and (max-width: 768px) {
  .ch_column_entry .container > .event table {
    margin: 5% 0;
  }
}
.ch_column_entry .container > .event table th {
  width: 20%;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .ch_column_entry .container > .event table th {
    width: 25%;
  }
}
.ch_column_entry .container > .event table td {
  width: 80%;
}
@media screen and (max-width: 768px) {
  .ch_column_entry .container > .event table td {
    width: 75%;
  }
}
.ch_column_entry .container > .event table th, .ch_column_entry .container > .event table td {
  padding: 10px 0;
  line-height: 1.8;
  font-size: 22px;
}
@media screen and (max-width: 768px) {
  .ch_column_entry .container > .event table th, .ch_column_entry .container > .event table td {
    font-size: 16px;
    padding: 1% 0;
    vertical-align: top;
  }
}
.ch_column_entry .container > .event iframe {
  width: 100%;
  height: 350px;
}
@media screen and (max-width: 768px) {
  .ch_column_entry .container > .event iframe {
    height: 210px;
  }
}
.ch_column_entry .container > .recommend {
  background: #ececec;
  padding: 50px 80px;
  margin: 100px 0;
}
@media screen and (max-width: 768px) {
  .ch_column_entry .container > .recommend {
    padding: 4% 4% 7%;
    margin: 15% 0;
  }
}
.ch_column_entry .container > .recommend > .ttl {
  color: #898989;
  border-bottom: 2px solid;
  font-size: 24px;
  letter-spacing: 0.05em;
  padding-bottom: 15px;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .ch_column_entry .container > .recommend > .ttl {
    border-bottom-width: 1px;
    font-size: 17px;
    padding-bottom: 2%;
    margin-bottom: 5%;
  }
}
.ch_column_entry .container > .recommend .box {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

@media screen and (max-width: 768px) {
  .ch_column_entry .container > .recommend .box {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
  }
}

.ch_column_entry .container > .recommend .box .img {
  width: 160px;
  margin-right: 50px;
}
@media screen and (max-width: 768px) {
  .ch_column_entry .container > .recommend .box .img {
    margin: 0 auto;
  }
}
.ch_column_entry .container > .recommend .box .img img {
  width: 100%;
}
.ch_column_entry .container > .recommend .box .detail {
  width: 550px;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .ch_column_entry .container > .recommend .box .detail {
    width: 95%;
    text-align: center;
  }
}
.ch_column_entry .container > .recommend .box .detail .ttl {
  font-size: 20px;
  line-height: 1.7;
}
@media screen and (max-width: 768px) {
  .ch_column_entry .container > .recommend .box .detail .ttl {
    font-size: 14px;
  }
}
.ch_column_entry .container > .recommend .box .detail .ttl span {
  display: block;
  color: #37afa3;
  font-size: 28px;
}
@media screen and (max-width: 768px) {
  .ch_column_entry .container > .recommend .box .detail .ttl span {
    font-size: 18px;
  }
}
.ch_column_entry .container > .recommend .box .detail .txt {
  font-size: 18px;
  line-height: 1.9;
  margin: 10px 0 20px;
}
@media screen and (max-width: 768px) {
  .ch_column_entry .container > .recommend .box .detail .txt {
    font-size: 16px;
    line-height: 1.8;
    margin: 3% 0;
  }
}
.ch_column_entry .container > .recommend .box .detail .btn {
  display: block;
  background: #35b597;
  text-align: center;
  width: 60%;
  border-radius: 10px;
  line-height: 50px;
  font-size: 25px;
  padding:5px;
}
@media screen and (max-width: 768px) {
  .ch_column_entry .container > .recommend .box .detail .btn {
    width: 80%;
    border-radius: 10px;
    line-height: 30px;
    font-size: 20px;
    margin: 0 auto;
    padding:10px;
  }
}
.ch_column_entry .container > .recommend .box .detail .btn i {
  font-size: 14px;
  margin-left: 1em;
}
@media screen and (max-width: 768px) {
  .ch_column_entry .container > .recommend .box .detail .btn i {
    vertical-align: middle;
    font-size: 10px;
    margin-left: 0.5em;
  }
}
.ch_column_entry .container > .writer {
  background: #f5f5f5;
  padding: 30px 80px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  margin: 50px 0;
}
@media screen and (max-width: 768px) {
  .ch_column_entry .container > .writer {
    text-align: center;
    display: block;
    padding: 5% 4%;
    margin: 15% 0;
  }
  .ch_column_entry .container > .writer > .ttl {
    font-size: 18px;
  }
}
.ch_column_entry .container > .writer .img {
  width: 140px;
  margin-right: 40px;
}
@media screen and (max-width: 768px) {
  .ch_column_entry .container > .writer .img {
    width: 120px;
    margin: 5% auto;
  }
}
.ch_column_entry .container > .writer .img img {
  width: 100%;
}
.ch_column_entry .container > .writer .detail {
  width: 540px;
}
@media screen and (max-width: 768px) {
  .ch_column_entry .container > .writer .detail {
    width: 100%;
  }
}
.ch_column_entry .container > .writer .detail .ttl {
  font-weight: bold;
  font-size: 18px;
  line-height: 1.5;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .ch_column_entry .container > .writer .detail .ttl {
    /* font-size: 14px;
    margin-bottom: 7%; */
  }
}
.ch_column_entry .container > .writer .detail .ttl span {
  display: block;
  color: #038e7c;
}
.ch_column_entry .container > .writer .detail .txt {
  font-size: 14px;
  line-height: 1.7;
}
@media screen and (max-width: 768px) {
  .ch_column_entry .container > .writer .detail .txt {
    text-align: left;
  }
}
.ch_column_entry .container > .writer .detail .btn {
  display: inline-block;
  background: #898989;
  color: white;
  font-size: 16px;
  padding: 10px 30px;
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .ch_column_entry .container > .writer .detail .btn {
    font-size: 14px;
    width: 157px;
    height: 30px;
    line-height: 30px;
    margin-top: 5%;
    padding: 0;
  }
}
.ch_column_entry .container > .writer .detail .btn i {
  font-size: 14px;
  margin-left: 1em;
}
@media screen and (max-width: 768px) {
  .ch_column_entry .container > .writer .detail .btn i {
    font-size: 10px;
  }
}
.ch_column_entry .container > .sns {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  margin: 100px 0;
}
@media screen and (max-width: 768px) {
  .ch_column_entry .container > .sns {
    display: block;
    margin: 15% 0 0;
  }
}
.ch_column_entry .container > .sns .ttl {
  font-size: 22px;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .ch_column_entry .container > .sns .ttl {
    text-align: center;
    margin-bottom: 5%;
    font-size: 18px;
  }
}
@media screen and (max-width: 768px) {
  .ch_column_entry .container > .sns .link {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
  }
}
.ch_column_entry .container > .sns a {
  margin: 0 20px;
}
@media screen and (max-width: 768px) {
  .ch_column_entry .container > .sns a {
    margin: 0 4%;
  }
}
.ch_column_entry .container > .sns a i {
  font-size: 60px;
}
@media screen and (max-width: 768px) {
  .ch_column_entry .container > .sns a i {
    font-size: 30px;
  }
}
.ch_column_entry .container > .sns a i.fa-facebook-square {
  color: #3b5998;
}
.ch_column_entry .container > .sns a i.fa-twitter {
  color: #1da1f2;
}
.ch_column_entry .container > .sns a i.fa-line {
  color: #1dcd00;
}
.ch_column_entry .container > .sns a i.fa-envelope {
  color: #35b597;
}

.template_entry {
  padding-bottom: 0;
  margin-bottom: 100px;
}
.template_entry.ch .container .form > .ttl {
  color: #37afa3;
  font-weight: bold;
}
.template_entry.ch .container .form > .txt {
  border-top-color: #37afa3;
  border-bottom-color: #37afa3;
}
.template_entry.ch .container .form .box .radio label input:checked + span {
  background: url("../img/common/radio02_on.png") no-repeat;
  background-size: 100%;
}
.template_entry.ch .container .form .box .radio label span {
  background: url("../img/common/radio02_off.png") no-repeat;
  background-size: 100%;
}
.template_entry.ch .container .form .submit .btn {
  color: #231815;
  background: #fdd000;
}

.ch_rec_tag {
  margin-top: 100px;
}
@media screen and (max-width: 768px) {
  .ch_rec_tag {
    margin-top: 15%;
  }
}
.ch_rec_tag .container {
  letter-spacing: 0.05em;
}
.ch_rec_tag .container .ttl {
  font-size: 24px;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .ch_rec_tag .container .ttl {
    font-size: 14px;
    margin-bottom: 4%;
  }
}
.ch_rec_tag .container .link a {
  line-height: 2.2;
  color: #9a9a9a;
  text-decoration: underline;
  margin-right: 1em;
  font-size: 18px;
}
@media screen and (max-width: 768px) {
  .ch_rec_tag .container .link a {
    font-size: 14px;
    line-height: 1.8;
  }
}

.ch_cat_list {
  padding: 100px 0 0;
}
@media screen and (max-width: 768px) {
  .ch_cat_list {
    padding: 15% 0 0;
  }
}
@media screen and (max-width: 768px) {
  .ch_cat_list .container {
    width: 100%;
  }
}
.ch_cat_list .container .ttl01 {
  text-align: center;
  font-size: 32px;
  letter-spacing: 0.05em;
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .ch_cat_list .container .ttl01 {
    font-size: 18px;
    margin-bottom: 7%;
  }
}
.ch_cat_list .container .ttl02 {
  border-top: 2px solid #cccccc;
  padding: 30px 0;
  color: #898989;
  font-size: 24px;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .ch_cat_list .container .ttl02 {
    border-top-width: 1px;
    font-size: 16px;
    padding: 10% 5% 5%;
  }
}
.ch_cat_list .container .box {
  padding-bottom: 100px;
}
.ch_cat_list .container .box:after {
  content: "";
  display: block;
  clear: both;
}
@media screen and (max-width: 768px) {
  .ch_cat_list .container .box {
    padding-bottom: 10%;
  }
}
@media screen and (max-width: 768px) {
  .ch_cat_list .container .box .list {
    padding: 0 5%;
  }
}
.ch_cat_list .container .box .list.rank {
  margin-top: 80px;
}
@media screen and (max-width: 768px) {
  .ch_cat_list .container .box .list.rank {
    margin-top: 10%;
  }
}
.ch_cat_list .container .box .list.rank li {
  margin-bottom: 70px;
}
@media screen and (max-width: 768px) {
  .ch_cat_list .container .box .list.rank li {
    margin-bottom: 10%;
  }
}
.ch_cat_list .container .box .list li {
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .ch_cat_list .container .box .list li {
    margin-bottom: 7%;
  }
}
.ch_cat_list .container .box .list li a {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.ch_cat_list .container .box .list li a .img {
  position: relative;
  width: 210px;
  margin-right: 50px;
}
@media screen and (max-width: 768px) {
  .ch_cat_list .container .box .list li a .img {
    width: 35%;
    margin-right: 5%;
  }
}
.ch_cat_list .container .box .list li a .img img {
  width: 100%;
}
.ch_cat_list .container .box .list li a .img .num {
  position: absolute;
  text-align: center;
  display: block;
  z-index: 1;
  color: white;
  font-weight: bold;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  top: -30px;
  left: -30px;
  width: 60px;
  height: 60px;
  line-height: 60px;
  font-size: 32px;
}
@media screen and (max-width: 768px) {
  .ch_cat_list .container .box .list li a .img .num {
    top: -15px;
    left: -15px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 18px;
  }
}
.ch_cat_list .container .box .list li a .img .num.c01 {
  background: #e1c43b;
}
.ch_cat_list .container .box .list li a .img .num.c02 {
  background: #b2b2b2;
}
.ch_cat_list .container .box .list li a .img .num.c03 {
  background: #b69b60;
}
.ch_cat_list .container .box .list li a .img .num.c04,
.ch_cat_list .container .box .list li a .img .num.c05 {
  background: #434343;
}
.ch_cat_list .container .box .list li a .detail {
  width: 620px;
}
@media screen and (max-width: 768px) {
  .ch_cat_list .container .box .list li a .detail {
    width: 60%;
  }
}
.ch_cat_list .container .box .list li a .detail .ttl {
  font-size: 24px;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  .ch_cat_list .container .box .list li a .detail .ttl {
    font-size: 14px;
  }
}
.ch_cat_list .container .box .list li a .detail .date {
  font-size: 18px;
  letter-spacing: 0.05em;
  color: #898989;
  margin-top: 10px;
}
@media screen and (max-width: 768px) {
  .ch_cat_list .container .box .list li a .detail .date {
    font-size: 12px;
    margin-top: 5%;
  }
}
.ch_cat_list .container .box .more {
  color: #37afa3;
  border: 2px solid;
  letter-spacing: 0.05em;
  font-size: 16px;
  text-align: center;
  width: 220px;
  height: 50px;
  line-height: 50px;
  float: right;
}
@media screen and (max-width: 768px) {
  .ch_cat_list .container .box .more {
    border-width: 1px;
    width: 120px;
    height: 25px;
    line-height: 25px;
    font-size: 12px;
    margin-right: 5%;
  }
}
.ch_cat_list .container .box .more i {
  font-size: 14px;
  margin-left: 1em;
}
@media screen and (max-width: 768px) {
  .ch_cat_list .container .box .more i {
    font-size: 10px;
  }
}

.ch_fixed {
  background: #eee;
  position: fixed;
  right: 0;
  bottom: 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  width: 520px;
}
@media screen and (max-width: 768px) {
  .ch_fixed {
    width: 100%;
  }
}
.ch_fixed a {
  font-weight: bold;
  font-size: 16px;
  width: 33.33%;
  padding: 17px 0;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .ch_fixed a {
    font-size: 11px;
    padding: 8px 0;
  }
}
.ch_fixed a:not(:last-child) {
  border-right: 1px solid #d2d2d2;
}
.ch_fixed a img {
  width: 34px;
  margin-top: 7px;
}
@media screen and (max-width: 768px) {
  .ch_fixed a img {
    width: 27px;
  }
}

.ch_ttl {
  background: #fdd000;
  text-align: center;
  color: white;
  font-size: 28px;
  letter-spacing: 0.05em;
  padding: 30px;
}
@media screen and (max-width: 768px) {
  .ch_ttl {
    font-size: 16px;
    padding: 4% 0;
  }
}

.ch_req_popup {
  position: fixed;
  z-index: 99999;
  top: 7%;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 768px) {
  .ch_req_popup {
    top: 3%;
  }
}
.ch_req_popup .container {
  background: white;
  padding: 50px;
  width: 880px;
  height: 80%;
  overflow-y: scroll;
}
@media screen and (max-width: 768px) {
  .ch_req_popup .container {
    width: 82%;
    height: 87%;
    padding: 6% 4%;
  }
}
.ch_req_popup .container .fa-times {
  cursor: pointer;
  color: #898989;
  font-size: 32px;
  position: absolute;
  top: 30px;
  right: 30px;
}
@media screen and (max-width: 768px) {
  .ch_req_popup .container .fa-times {
    font-size: 16px;
    top: 3%;
    right: 5%;
  }
}
.ch_req_popup .container > .ttl {
  text-align: center;
  font-weight: bold;
  font-size: 28px;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .ch_req_popup .container > .ttl {
    font-size: 18px;
    margin-bottom: 7%;
  }
}
.ch_req_popup .container > .txt {
  font-size: 18px;
  line-height: 2;
  letter-spacing: 0.02em;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .ch_req_popup .container > .txt {
    font-size: 16px;
    line-height: 1.7;
    margin-bottom: 3%;
  }
}
.ch_req_popup .container > .cap {
  font-size: 14px;
  line-height: 2;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .ch_req_popup .container > .cap {
    font-size: 12px;
    line-height: 1.5;
    margin-bottom: 7%;
  }
}
.ch_req_popup .container > .form .box {
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .ch_req_popup .container > .form .box {
    margin-top: 5%;
  }
}
.ch_req_popup .container > .form .box .ttl {
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  .ch_req_popup .container > .form .box .ttl {
    font-size: 15px;
  }
}
.ch_req_popup .container > .form .box .ttl span {
  color: #bc2221;
}
.ch_req_popup .container > .form .box .input {
  margin-top: 10px;
}
@media screen and (max-width: 768px) {
  .ch_req_popup .container > .form .box .input {
    margin-top: 3%;
  }
}
.ch_req_popup .container > .form .box .input input, .ch_req_popup .container > .form .box .input textarea {
  width: 100%;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
  font-size: 16px;
  border: 2px solid #c1c1c1;
  box-sizing: border-box;
  padding: 10px 15px;
}
@media screen and (max-width: 768px) {
  .ch_req_popup .container > .form .box .input input, .ch_req_popup .container > .form .box .input textarea {
    font-size: 15px;
    padding: 1% 2%;
  }
}
.ch_req_popup .container > .form .box .input textarea {
  height: 12em;
}
@media screen and (max-width: 768px) {
  .ch_req_popup .container > .form .box .input textarea {
    height: 8em;
  }
}
.ch_req_popup .container .agree {
  color: #898989;
  font-size: 16px;
  margin-top: 15px;
}
@media screen and (max-width: 768px) {
  .ch_req_popup .container .agree {
    font-size: 11px;
    margin-top: 3%;
  }
}
.ch_req_popup .container .agree a {
  text-decoration: underline;
  color: #038e7c;
}
.ch_req_popup .container .submit {
  text-align: center;
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .ch_req_popup .container .submit {
    margin-top: 10%;
  }
}
.ch_req_popup .container .submit input {
  color: white;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
  background: #fdd100;
  font-size: 16px;
  letter-spacing: 0.05em;
  width: 220px;
  height: 50px;
  line-height: 50px;
}
@media screen and (max-width: 768px) {
  .ch_req_popup .container .submit input {
    width: 150px;
    height: 30px;
    line-height: 30px;
  }
}
.ch_req_popup .container > .thanks {
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  text-align: center;
}
.ch_req_popup .container > .thanks .ttl {
  font-size: 24px;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .ch_req_popup .container > .thanks .ttl {
    font-size: 18px;
    margin-bottom: 5%;
  }
}
.ch_req_popup .container > .thanks .txt {
  color: #898989;
  font-size: 16px;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .ch_req_popup .container > .thanks .txt {
    font-size: 12px;
    line-height: 1.7;
  }
}
.ch_req_popup .container > .thanks .close {
  cursor: pointer;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
  background: #fdd100;
  font-size: 16px;
  letter-spacing: 0.05em;
  width: 220px;
  height: 50px;
  line-height: 50px;
  margin: 40px auto 0;
}
@media screen and (max-width: 768px) {
  .ch_req_popup .container > .thanks .close {
    width: 150px;
    height: 30px;
    line-height: 30px;
    margin: 5% auto 0;
  }
}
.comment-respond.form-submit,
.comment-form-cookies-consent {
  display: none;
}

.form-submit {
  display: none;
}

.bar_area {
  position: relative;
}
input[type="range"].song-slider {
  -webkit-appearance: none;
	appearance: none;
  background-color: #cccccc;
  height: 5px;

}
input[type="range"].song-slider::-webkit-slider-thumb{
  -webkit-appearance: none;
  appearance: none;
  width: 20px;
  height: 20px;
  border-radius: 10px;
  background-color: #898989;
}
#bright_bar {
  -webkit-appearance: none;
  background-color: #008ee0;
  border:0;
  height: 5px;
  max-width: 90%;
  width:0px;
  position: absolute;
  display: block;
  top: 0;
  left: 0;
}

.ttl_text {
  color: #898989 !important;
}
.cl-menu {
    color: #35b597;
    padding-right: 5px;
    font-size: 14px;
}

div.ch_column_entry > div.container aside {
	margin : 35px auto 0 auto;
	color : #999999;
	font-size : 10px;
}
div.ch_column_entry > div.container aside > ul {
	list-style : none;
}
div.ch_column_entry > div.container aside > ul > li {
	margin : 4px 0;
	padding-left : 1.5em;
	text-indent : -1.5em;
	line-height : 1.4;
}
div.ch_column_entry > div.container aside > ul > li::before {
	content : "※ ";
}
table {
  width: 1800px;
}

th, td {
  height: 40px;
  vertical-align: middle;
  padding: 0 10px;
  border: 1px solid #ccc;
  white-space: nowrap;
  text-align: center;
}
td{
  font-size: small;
  line-height: 15px;
}

.fixed01,
.fixed02 {
  position: sticky;
  top: 0;
  left: 0;
  color: #fff;
  background: #d7d7d7;
}

.fixed01{
  z-index: 2;
}
.fixed02{
  z-index: 1;
  color: black;
  font-size:smaller;
}

.p-box {
  display: flex;
  width: 100%;
  height: 100%;
  overflow-x: scroll;
  margin-top:30px;
}
 
.p-box div {
  width: 100%;
  margin: 5px;
  flex-shrink: 0;
}
.review{
  background-color:#aee1d6;
  line-height:40px;
  text-align:center;
  width:200px;
  margin:auto;
  border-bottom:4px solid #95b9b1;
  cursor:pointer;
}
.review:hover{
  opacity:0.6
}

/* 221223 column header周り追加 */
#columnLinkHeader {
  padding: 15px 0 10px;
}
#columnLinkHeader ul {
  display: inline-block;
  margin: 0 auto;
  width: fit-content;
  display: flex;
  border-bottom: 2px solid #5e5e5e;
  padding-bottom: 0.5rem;
  font-size: 16px;
}

#columnLinkHeader ul li {
  padding: 2px 1rem;
  border-right: 2px solid #5e5e5e;
}

#columnLinkHeader ul li:first-child {
  padding-left: 0 ;
}
#columnLinkHeader ul li:last-child {
  padding-right: 0 ;
  border-right: none;
}

@media screen and (max-width: 768px) {
  #columnLinkHeader {
    position: fixed;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    padding: 15px 0 5px;
    background-color: #fff;
    border-bottom: 2px solid #35b597;
  }
  #columnLinkHeader ul {
    font-size: 12px;
    border-bottom: none;
  }
}