/* ----------------------------------------------------
    mixin
---------------------------------------------------- */
/* Flexbox */
/* trantision */
/* tranceform */
/* ----------------------------------------------------
color set
---------------------------------------------------- */
/* ----------------------------------------------------
link
---------------------------------------------------- */
a {
  color: #000;
  text-decoration: none;
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
a:visited {
  text-decoration: none;
  color: #000;
}
a:hover {
  text-decoration: none;
  color: #db001c;
}
a:hover img {
  opacity: 0.6;
  filter: alpha(opacity=60);
  -ms-filter: "alpha( opacity=60 )";
  background: none !important;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
a:active {
  text-decoration: none;
  color: #db001c;
}

header .banner {
/*  -js-display: flex;
  display: -webkit-box;
  display: -webkit-flexbox;
  display: -webkit-flex;
  display: -moz-flexbox;
  display: -ms-flexbox;
  display: -o-flexbox;
  display: flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: space-between;
  justify-content: space-between;*/
  padding: 0;
  margin: 0 auto 0px auto;
  width: 1000px;
}

@media screen and (max-width: 1024px) {
header .banner  {
    display: none;
  }
}


/* ----------------------------------------------------
    slide
---------------------------------------------------- */
.slidebox {
  padding: 0;
  margin: 0 0 60px 0;
  box-sizing: border-box;
  background: url(../images/common/bg02.png);
  position: relative;
  z-index: 0;
}
.slidebox .sliderWrp {
  padding: 24px;
  margin: 0 auto;
  width: 1048px;
  box-sizing: border-box;
  position: relative;
  background: #fff;
}
.slidebox .sliderWrp .wmIcon {
  padding: 0;
  margin: 0;
  position: absolute;
  top: -50px;
  right: -54px;
  z-index: 1;
}
.slidebox .sliderWrp .wmIcon:hover img {
  opacity: 1;
}
.slidebox p {
  padding: 0;
  margin: 0;
  line-height: 0;
}
.slidebox .sliderBase {
  width: 100%;
  box-sizing: border-box;
  -js-display: flex;
  display: -webkit-box;
  display: -webkit-flexbox;
  display: -webkit-flex;
  display: -moz-flexbox;
  display: -ms-flexbox;
  display: -o-flexbox;
  display: flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: space-between;
  justify-content: space-between;
}
.slidebox .slidernot {
  padding: 0;
  margin: 0;
  width: 585px;
}
.slidebox .slidernot p {
  padding: 0;
  margin: 0;
}
.slidebox .slider {
  padding: 0;
  margin: 0;
  width: 585px;
  box-sizing: border-box;
}
.slidebox .sp_slider {
  display: none !important;
}
.slidebox .slider .slick-next, .slidebox .slider .slick-prev {
  display: none !important;
}

.view {
  padding: 0;
  margin: 0;
  height: 290px;
  box-sizing: border-box;
  overflow: hidden;
  position: relative;
  text-align: center;
  cursor: default;
}
.view img {
  display: block;
  position: relative;
}
.view h2 {
  padding: 0;
  margin: 0 0 14px 0;
  font-feature-settings: "palt";
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.25;
  color: #4d78d4;
  position: relative;
}
.view p {
  padding: 0;
  margin: 0 0 14px 0;
  font-size: 8px;
  font-size: 0.8rem;
  font-feature-settings: "palt";
  line-height: 1.5;
  color: #333;
  position: relative;
}
.view a.info {
  padding: 8px 16px 7px 16px;
  margin: 0;
  font-size: 8px;
  font-size: 0.8rem;
  line-height: 1.5;
  color: #fff;
  background: #4d78d4;
  display: inline-block;
  text-transform: uppercase;
}
.view a.info:hover {
  background: #ffc7e8;
}
.view .mask {
  -js-display: flex;
  display: -webkit-box;
  display: -webkit-flexbox;
  display: -webkit-flex;
  display: -moz-flexbox;
  display: -ms-flexbox;
  display: -o-flexbox;
  display: flexbox;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0 20px;
  box-sizing: border-box;
  width: 100%;
  height: 290px;
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
}

.view-tenth img {
  -webkit-transform: scaleY(1);
  -moz-transform: scaleY(1);
  -o-transform: scaleY(1);
  transform: scaleY(1);
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.view-tenth .mask {
  background: #f6f6f6;
  -webkit-transition: all 0.4s linear;
  -moz-transition: all 0.4s linear;
  -o-transition: all 0.4s linear;
  transition: all 0.4s linear;
  -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
}
.view-tenth h2 {
  background: transparent;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all 0.4s linear;
  -moz-transition: all 0.4s linear;
  -o-transition: all 0.4s linear;
  transition: all 0.4s linear;
  -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
}
.view-tenth p {
  -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all 0.4s linear;
  -moz-transition: all 0.4s linear;
  -o-transition: all 0.4s linear;
  transition: all 0.4s linear;
}
.view-tenth a.info {
  -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all 0.4s linear;
  -moz-transition: all 0.4s linear;
  -o-transition: all 0.4s linear;
  transition: all 0.4s linear;
}
.view-tenth:hover img {
  -webkit-transform: scale(10);
  -moz-transform: scale(10);
  -o-transform: scale(10);
  transform: scale(10);
  -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
}
.view-tenth:hover .mask {
  -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  opacity: 1;
}
.view-tenth:hover h2, .view-tenth:hover p, .view-tenth:hover a.info {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  opacity: 1;
}

@media screen and (max-width: 1024px) {
  .view {
    display: none;
  }
}
.sp_top_banner{
   display: none;
}
@media (max-width: 1024px) {
  .sp_top_banner{
    display: block; 
  }
.sp_top_banner img{
  margin-top: 64px;
  width: 100% !important;
  height: auto !important;
}
}
@media screen and (max-width: 1024px) {


.slidebox {
  margin-bottom: 0;
}
.slidebox .sliderWrp {
 /* margin-top: 64px;*/
  width: 100%;
}
.slidebox .sliderWrp .wmIcon {
  display: none;
}
.slidebox .slidernot {
  width: 100%;
}
.slidebox .slider {
  display: none !important;
}
.slidebox .sp_slider {
  display: none;
  width: 100% !important;
}
.slidebox .sp_slider img {
  width: 100% !important;
  height: auto !important;
}
.slidebox .sp_slider .slick-next, .slidebox .sp_slider .slick-prev {
  display: none !important;
}

.slidebox .sp_slider.slick-initialized {
    display: block;
}

}

@media screen and (max-width: 736px) {
.slidebox .sliderWrp {
  padding: 0;
}
.slidebox .sp_slider {
  margin: 10px auto !important;
  width: 96% !important;
}
.slidebox {
  margin-bottom: 50px;
}
}

/* ----------------------------------------------------
    sidenavi
---------------------------------------------------- */
#container_top .conr ul {
  margin-bottom: 40px;
}
#container_top .conr .sidenavi li.non {
  padding: 20px 0 18px 0;
  background: url(../images/common/icon_arrow_non02.png) right center no-repeat;
  color: #aaa;
}
#container_top .conr .twLink {
  padding: 0;
  margin: 16px 0 40px 0;
}
#container_top .conr .twLink h4.twTitle {
  padding: 0 0 4px 14px;
  margin: 0 0 10px 0;
  font-size: 9px;
  font-size: 0.9rem;
  line-height: 1.77778;
  font-weight: normal;
  border-bottom: 1px solid #e4e4e4;
}
#container_top .conr .twLink ul {
  margin: 0 !important;
}
#container_top .conr .twLink ul li {
  padding: 0 0 0 14px;
  margin: 0 0 4px 0;
  font-size: 9px;
  font-size: 0.9rem;
  line-height: 1.44444;
}
#container_top .conr .twLink ul li:last-child {
  margin-bottom: 0;
}
#container_top .conr .twLink ul li:before {
  content: url(../images/common/icon_arrow05.png);
  position: relative;
  top: 0;
  margin-right: 6px;
}

@media all and (-ms-high-contrast: none) {
  #container_top .conr .sidenavi li.non {
    padding: 20px 0 15px 0;
  }
  #container_top .conr .twLink h4.twTitle {
    padding-bottom: 0;
  }
}
@media screen and (max-width: 1024px) {
  #container_top .conr .sidenavi li.non {
    padding-left: 13px;
    background: url(../images/common/icon_arrow_non02.png) 94% center no-repeat;
  }
  #container_top .conr .twLink {
    margin: 10px auto 0 auto;
    width: 90%;
  }
  #container_top .conr .twLink h4.twTitle {
    display: none;
    padding: 0;
    margin: 0 0 10px 0;
    font-size: 10px;
    font-size: 1rem;
    line-height: 1.5;
    font-weight: bold;
    color: #3b94d9;
    border: 0;
  }
  #container_top .conr .twLink ul {
    -js-display: flex;
    display: -webkit-box;
    display: -webkit-flexbox;
    display: -webkit-flex;
    display: -moz-flexbox;
    display: -ms-flexbox;
    display: -o-flexbox;
    display: flexbox;
    display: flex;
  }
  #container_top .conr .twLink ul li {
    padding: 0;
    margin: 0 20px 0 0;
    font-size: 10px;
    font-size: 1rem;
    line-height: 1.5;
  }
  #container_top .conr .twLink ul li a {
    border-bottom: 1px solid #e4e4e4;
  }
  #container_top .conr .twLink ul li a:hover {
    border-bottom: 1px solid #db001c;
  }
  #container_top .conr .twLink ul li:before {
    top: -1px;
  }
}
@media screen and (max-width: 768px) {
  #container_top .conr .sidenavi li.non {
    padding-left: 16px;
  }
  #container_top .conr .twbox {
    margin: 0 auto;
    box-sizing: border-box;
    width: 90%;
  }
}
@media screen and (max-width: 736px) {
  #container_top .conr .sidenavi li.non {
    background: url(../images/common/icon_arrow_non02.png) 93% center no-repeat #f6f6f6;
  }
  /*
  #container_top .conr .twbox .twitter-timeline {
    width: 100%;
    box-sizing: border-box;
  }
  */
  #container_top .conr .twbox .twitter-timeline {
    margin: 0 auto;
    width: 400px !important;
    box-sizing: border-box;
  }
}
@media screen and (max-width: 400px) {
  #container_top .conr .twbox .twitter-timeline {
    width: 375px !important;
  }
}
@media screen and (max-width: 375px) {
  #container_top .conr .twbox .twitter-timeline {
    width: 320px !important;
  }
}
@media screen and (max-width: 320px) {
  #container_top .conr .twbox {
    width: 100%;
  }
  #container_top .conr .twbox .twitter-timeline {
    width: 300px !important;
  }
}
/* ----------------------------------------------------
    container_top
---------------------------------------------------- */
#container_top {
  padding: 0;
  margin: 0 auto;
  width: 1000px;
  -js-display: flex;
  display: -webkit-box;
  display: -webkit-flexbox;
  display: -webkit-flex;
  display: -moz-flexbox;
  display: -ms-flexbox;
  display: -o-flexbox;
  display: flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: space-between;
  justify-content: space-between;
}
#container_top section {
  margin-top: 70px;
}

@media screen and (max-width: 1024px) {
  #container_top {
    width: 96%;
    padding-top: 40px;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.conl .pickupbox {
  padding: 0;
  margin: 0;
}
.conl .pickupbox dl {
  padding: 0;
  margin: 0;
  font-size: 9.6px;
  font-size: 0.96rem;
  line-height: 1.66667;
}
.conl .pickupbox dl dt {
  padding: 0;
  margin: 0;
  float: left;
  clear: both;
  width: 160px;
}
.conl .pickupbox dl dd {
  padding: 0;
  margin: 0 0 6px 160px;
}
.conl .pickupbox dl dd a {
  border-bottom: 1px solid #e4e4e4;
}
.conl .pickupbox dl dd a:hover {
  border-bottom: 1px solid #db001c;
}
.conl .pickupbox dl:last-child dd {
  margin-bottom: 0;
}
.conl .pickupbox span.category {
  padding: 2px 10px 1px 10px;
  margin: 0 13px 0 0;
  font-size: 8px;
  font-size: 0.8rem;
  line-height: 1.25;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  display: inline-block;
  background: #777;
  color: #fff;
}

/* IE pickupbox */
@media all and (-ms-high-contrast: none) {
  .conl .pickupbox span.category {
    padding: 5px 10px 1px 10px;
    font-size: 8px;
    font-size: 0.8rem;
    line-height: 1.25;
  }
}
@media screen and (max-width: 736px) {
  .conl .pickupbox {
    padding: 0;
    margin: 0;
  }
  .conl .pickupbox dl dt {
    float: none;
    width: 100%;
  }
  .conl .pickupbox dl dd {
    margin: 0 0 20px 0;
  }
}
/* pickupbox.end */
.akahatabox {
  border-top: 1px solid #e4e4e4;
  margin-top: 40px !important;
  margin-bottom: 30px;
}
.akahatabox h2 {
  padding: 0;
  margin: 0 20px 0 0;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1;
  font-family: "Yu Mincho", "YuMincho", serif;
  display: inline-block;
  float: left;
}
.akahatabox h2:before {
  content: "";
  display: block;
  border-top: 3px solid #db001c;
  margin-top: -1px;
  padding-top: 10px;
}
.akahatabox p.more {
  padding: 9px 0 0 0;
  margin: 0;
  font-size: 9px;
  font-size: 0.9rem;
  line-height: 1.77778;
  display: block;
}
.akahatabox p.more a:after {
  content: url(../images/common/icon_arrow01.png);
  position: relative;
  top: 1px;
  margin-left: 8px;
}
.akahatabox p.more .data {
  display: inline-block;
  margin-left: 20px;
}
.akahatabox ul {
  margin-top: 50px;
  clear: both;
  -js-display: flex;
  display: -webkit-box;
  display: -webkit-flexbox;
  display: -webkit-flex;
  display: -moz-flexbox;
  display: -ms-flexbox;
  display: -o-flexbox;
  display: flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.akahatabox ul li:first-child {
  border-bottom: 1px solid #e4e4e4;
  width: 100%;
  box-sizing: border-box;
}
.akahatabox ul li:first-child p {
  padding: 0;
  margin: 0;
}
.akahatabox ul li:first-child p.title {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.57143;
  margin-bottom: 12px;
}
.akahatabox ul li:first-child p.text {
  font-size: 9.6px;
  font-size: 0.96rem;
  line-height: 1.5625;
}
.akahatabox ul li:first-child div:first-child {
  width: 67.226%;
  float: left;
}
.akahatabox ul li:first-child div:nth-child(2) {
  width: 27.591%;
  height: 156px;
  float: right;
  box-sizing: border-box;
  text-align: center;
  line-height: 0;
}
.akahatabox ul li:first-child div:nth-child(2) img {
  width: auto;
  height: 100%;
}
.akahatabox ul li:first-child a {
  padding: 0 0 24px 0;
  margin: 0;
  display: block;
  overflow: hidden;
}
.akahatabox ul li:first-child a:hover {
  background: #ededed;
}
.akahatabox ul li:not(:first-child) {
  width: 48%;
  box-sizing: border-box;
  font-size: 11.4px;
  font-size: 1.14rem;
  line-height: 1.66667;
  -js-display: flex;
  display: -webkit-box;
  display: -webkit-flexbox;
  display: -webkit-flex;
  display: -moz-flexbox;
  display: -ms-flexbox;
  display: -o-flexbox;
  display: flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-feature-settings: "palt";
  border-bottom: 1px solid #e4e4e4;
}
.akahatabox ul li:not(:first-child) a {
  padding: 24px 40px 24px 0;
  margin: 0;
  width: 100%;
  min-height: 60px;
  box-sizing: border-box;
  display: block;
  background: url(../images/common/icon_arrow03.png) 98% center no-repeat;
}
.akahatabox ul li:not(:first-child) a:hover {
  background: url(../images/common/icon_arrow03.png) 98% center no-repeat #f6f6f6;
}
.akahatabox ul li:not(:first-child):nth-last-child(-n+2) {
  border: 0;
}
.akahatabox ul .noimg div:first-child {
  width: 100% !important;
  float: none;
  box-sizing: border-box;
}

@media screen and (max-width: 736px) {
  .akahatabox {
    border-top: 0;
    margin-bottom: 20px;
  }
  .akahatabox h2 {
    margin: 0;
    display: block;
    float: none;
    text-align: center;
  }
  .akahatabox h2:before {
    border-top: 3px solid #db001c;
    width: 160px;
    margin: -1px auto 0 auto;
  }
  .akahatabox p.more {
    margin: 0 0 20px 0;
    text-align: center;
  }
  .akahatabox p.more .data {
    display: block;
    margin-left: 0;
  }
  .akahatabox ul {
    -js-display: flex;
    display: -webkit-box;
    display: -webkit-flexbox;
    display: -webkit-flex;
    display: -moz-flexbox;
    display: -ms-flexbox;
    display: -o-flexbox;
    display: flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: space-between;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 20px;
  }
  .akahatabox ul li:first-child p.title {
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 1.61538;
    margin-bottom: 0;
  }
  .akahatabox ul li:first-child p.text {
    display: none;
  }
  .akahatabox ul li:first-child div:first-child {
    width: 64%;
  }
  .akahatabox ul li:first-child div:nth-child(2) {
    width: 33%;
    height: auto;
  }
  .akahatabox ul li:first-child div:nth-child(2) img {
    width: 100%;
    height: auto;
  }
  .akahatabox ul li:not(:first-child) {
    width: 100%;
    display: block;
  }
  .akahatabox ul li:not(:first-child) a {
    padding: 20px 20px 20px 0;
    min-height: auto;
    min-height: initial;
    background: url(../images/common/icon_arrow03.png) 99% center no-repeat;
  }
  .akahatabox ul li:not(:first-child) a:hover {
    background: url(../images/common/icon_arrow03.png) 99% center no-repeat #f6f6f6;
  }
  .akahatabox ul li:not(:first-child):nth-child(odd) a {
    background: url(../images/common/icon_arrow03.png) 99% center no-repeat;
  }
  .akahatabox ul li:not(:first-child):nth-child(odd) a:hover {
    background: url(../images/common/icon_arrow03.png) 99% center no-repeat #f6f6f6;
  }
  .akahatabox ul li:not(:first-child):nth-last-child(-n+2) a {
    border-bottom: 1px solid #e4e4e4;
  }
}
@media screen and (max-width: 320px) {
  .conl .akahatabox ul li:first-child p.title {
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1.41667;
  }
  .conl .akahatabox ul li:first-child div:nth-child(2) {
    height: auto;
  }
  .conl .akahatabox ul li:not(:first-child) {
    font-size: 10px;
    font-size: 1rem;
    line-height: 1.7;
  }
  .conl .akahatabox ul li:not(:first-child) a {
    padding: 16px 16px 16px 0;
  }
}
/* akahatabox.end */
.akahata_navi ul {
  -js-display: flex;
  display: -webkit-box;
  display: -webkit-flexbox;
  display: -webkit-flex;
  display: -moz-flexbox;
  display: -ms-flexbox;
  display: -o-flexbox;
  display: flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: space-between;
  justify-content: space-between;
}
.akahata_navi ul.listnavi {
  font-size: 9px;
  font-size: 0.9rem;
  line-height: 1.11111;
  margin-bottom: 50px;
}
.akahata_navi ul.listnavi li {
  width: 31.6%;
  box-sizing: border-box;
}
.akahata_navi ul.listnavi li a {
  padding: 13px 14px 11px 14px;
  margin: 0;
  display: block;
  background: url(../images/common/icon_arrow03.png) 94% center no-repeat #ededed;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
.akahata_navi ul.listnavi li a:hover {
  background: url(../images/common/icon_arrow03.png) 94% center no-repeat #ededed;
}
.akahata_navi ul.appnavi {
  font-size: 9.6px;
  font-size: 0.96rem;
  line-height: 1.66667;
}
.akahata_navi ul.appnavi li {
  width: 31.6%;
  box-sizing: border-box;
}
.akahata_navi ul.appnavi li:nth-child(2) {
  font-feature-settings: "palt";
}
.akahata_navi ul.appnavi li a {
  padding: 12px 18px 8px 18px;
  margin: 0;
  display: block;
  background: url(../images/common/icon_arrow01.png) 196px center no-repeat;
  border: 2px solid #e4e4e4;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  font-weight: bold;
}
.akahata_navi ul.appnavi li a:hover {
  background: url(../images/common/icon_arrow04.png) 196px center no-repeat #db001c;
  color: #fff;
  border: 2px solid #db001c;
}

/* IE akahata_navi */
@media all and (-ms-high-contrast: none) {
  .akahata_navi ul.listnavi li a {
    padding: 14px 14px 9px 14px;
  }
  .akahata_navi ul.appnavi li a {
    padding: 13px 18px 7px 18px;
  }
}
@media screen and (max-width: 736px) {
  .akahata_navi ul {
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .akahata_navi ul.listnavi {
    margin-bottom: 50px;
  }
  .akahata_navi ul.listnavi li {
    width: 49%;
    margin-bottom: 10px;
  }
  .akahata_navi ul.listnavi li a {
    background: url(../images/common/icon_arrow03.png) 93% center no-repeat #ededed;
  }
  .akahata_navi ul.listnavi li a:hover {
    background: url(../images/common/icon_arrow03.png) 93% center no-repeat #ededed;
  }
  .akahata_navi ul.appnavi li {
    width: 100%;
    margin-bottom: 10px;
  }
  .akahata_navi ul.appnavi li:last-child {
    margin-bottom: 0;
  }
  .akahata_navi ul.appnavi li a {
    background: url(../images/common/icon_arrow01.png) 93% center no-repeat;
  }
  .akahata_navi ul.appnavi li a:hover {
    background: url(../images/common/icon_arrow04.png) 93% center no-repeat #db001c;
  }
}
/* akahata_navi.end */
.specialbox {
  margin-top: 50px !important;
}

.specialbox a {
  padding: 36px 24px 34px 30px;
  margin: 0;
  background: url(../images/common/bg.png);
  -js-display: flex;
  display: -webkit-box;
  display: -webkit-flexbox;
  display: -webkit-flex;
  display: -moz-flexbox;
  display: -ms-flexbox;
  display: -o-flexbox;
  display: flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: space-between;
  justify-content: space-between;
}
.specialbox a h2 {
  padding: 0;
  margin: 0;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1.06667;
  font-family: "Yu Mincho", "YuMincho", serif;
  -js-display: flex;
  display: -webkit-box;
  display: -webkit-flexbox;
  display: -webkit-flex;
  display: -moz-flexbox;
  display: -ms-flexbox;
  display: -o-flexbox;
  display: flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.specialbox a div {
  padding: 0 0 0 34px;
  margin: 0;
  font-size: 10px;
  font-size: 1.0rem;
  line-height: 1.77778;
  border-left: 1px solid #9c9c9c;
  width: 57%;
}
.specialbox a div span {
  display: block;
}
}

/* IE */
@media all and (-ms-high-contrast: none) {
  .specialbox a {
    padding: 36px 24px 32px 30px;
  }
  .specialbox a h2 {
    padding-top: 3px;
  }
}
@media screen and (max-width: 736px) {
.specialbox a {
  padding: 30px 30px 28px 30px;
  display: block;
}
.specialbox a h2 {
  margin: 0 0 10px 0;
}
.specialbox a div {
  padding: 0;
  border: 0;
  width: 100%;
}
.specialbox a div span {
  display: inline;
}
}
@media screen and (max-width: 320px) {
.specialbox a h2 {
  font-size: 14px;
  font-size: 1.4rem;
}
}
@media screen and (max-width: 320px) {
.specialbox a {
  padding: 26px 26px 24px 26px;
}
.specialbox a h2 {
  font-size: 13px;
  font-size: 1.3rem;
}
}


/* ----------------------------------------------------
    tokoton
---------------------------------------------------- */
.livebox {
  padding: 0;
  margin: 130px auto 0 auto;
  width: 1000px;
  border-top: 1px solid #e4e4e4;
}
.livebox h2 {
  padding: 0;
  margin: 0 20px 30px 0;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1;
  font-family: "Yu Mincho", "YuMincho", serif;
  display: inline-block;
}
.livebox h2:before {
  content: "";
  display: block;
  border-top: 3px solid #db001c;
  margin-top: -1px;
  padding-top: 10px;
}
.livebox .scheduleBox {
  margin-top: 30px;
  -js-display: flex;
  display: -webkit-box;
  display: -webkit-flexbox;
  display: -webkit-flex;
  display: -moz-flexbox;
  display: -ms-flexbox;
  display: -o-flexbox;
  display: flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: space-between;
  justify-content: space-between;
}
.livebox .scheduleBox p {
  padding: 0;
  margin: 0;
  font-feature-settings: "palt";
}
.livebox .scheduleBox .liveList {
  padding-right: 20px;
  border-right: 1px solid #e4e4e4;
  -js-display: flex;
  display: -webkit-box;
  display: -webkit-flexbox;
  display: -webkit-flex;
  display: -moz-flexbox;
  display: -ms-flexbox;
  display: -o-flexbox;
  display: flexbox;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-between;
  -ms-flex-pack: space-between;
  justify-content: space-between;
}
.livebox .scheduleBox .liveList .listbox:not(:first-child) {
  padding: 20px 0;
  margin: 20px 0 30px 0;
  border-top: 1px solid #e4e4e4;
  border-bottom: 1px solid #e4e4e4;
}
.livebox .scheduleBox .liveList .listbox:last-child {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #e4e4e4;
}
.livebox .scheduleBox .liveList .name {
  padding: 5px 10px;
  margin: 0 16px 0 0;
  font-size: 11px;
  font-size: 1.1rem;
  line-height: 1.45455;
  display: inline-block;
  background: #ededed;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
}
.livebox .scheduleBox .liveList .date {
  padding: 6px 0 0 0;
  margin: 0;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1.26667;
  display: inline-block;
}
.livebox .scheduleBox .liveList .program {
  padding: 0;
  margin: 10px 0 0 0;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.35714;
}
.livebox .scheduleBox .liveList .moreBtn a {
  padding: 12px 20px 10px 20px;
  margin: 0;
  width: 260px;
  -webkit-align-self: flex-end;
  align-self: flex-end;
  box-sizing: border-box;
  border: 1px solid #e4e4e4;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  display: block;
  background: url(../images/common/icon_arrow01.png) 92% center no-repeat;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
.livebox .scheduleBox .liveList .moreBtn a:hover {
  color: #fff;
  background: url(../images/common/icon_arrow04.png) 92% center no-repeat #db001c;
}
.livebox .scheduleBox .liveNavi {
  padding: 0 0 0 40px;
  -js-display: flex;
  display: -webkit-box;
  display: -webkit-flexbox;
  display: -webkit-flex;
  display: -moz-flexbox;
  display: -ms-flexbox;
  display: -o-flexbox;
  display: flexbox;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-between;
  -ms-flex-pack: space-between;
  justify-content: space-between;
}
.livebox .scheduleBox .listbox .sub {
  display: none;
}
.livebox .scheduleBox .nextlive {
  padding: 0;
  margin: 0 30px 0 0;
  -js-display: flex;
  display: -webkit-box;
  display: -webkit-flexbox;
  display: -webkit-flex;
  display: -moz-flexbox;
  display: -ms-flexbox;
  display: -o-flexbox;
  display: flexbox;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-between;
  -ms-flex-pack: space-between;
  justify-content: space-between;
}
.livebox .scheduleBox .nextlive .program {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.25;
}
.livebox .scheduleBox .nextlive .data {
  padding: 0;
  margin: 10px 0 0 0;
  display: block;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.35714;
}
.livebox .scheduleBox .nextlive .moreBtn a {
  padding: 19px 20px 17px 20px;
  margin: 0;
  width: 260px;
  -webkit-align-self: flex-end;
  align-self: flex-end;
  box-sizing: border-box;
  border: 1px solid #e4e4e4;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  display: block;
  background: url(../images/common/icon_arrow01.png) 92% center no-repeat;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
.livebox .scheduleBox .nextlive .moreBtn a:hover {
  color: #fff;
  background: url(../images/common/icon_arrow04.png) 92% center no-repeat #db001c;
}
.livebox .scheduleBox .tokoton {
  padding: 0;
  margin: 0;
  width: 470px;
}
.livebox .scheduleBox .tokoton img {
  width: 100%;
  height: auto;
}
.livebox .scheduleBox .tokoton .spver {
  display: none;
}
.livebox .scheduleBox .tokoton ul {
  margin-top: 20px;
  -js-display: flex;
  display: -webkit-box;
  display: -webkit-flexbox;
  display: -webkit-flex;
  display: -moz-flexbox;
  display: -ms-flexbox;
  display: -o-flexbox;
  display: flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: space-between;
  justify-content: space-between;
}
.livebox .scheduleBox .tokoton ul li {
  width: 48%;
  box-sizing: border-box;
  border: 1px solid #e4e4e4;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
.livebox .scheduleBox .tokoton ul li a {
  padding: 12px 20px 10px 20px;
  margin: 0;
  display: block;
  background: url(../images/common/icon_arrow01.png) 92% center no-repeat;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
.livebox .scheduleBox .tokoton ul li a:hover {
  color: #fff;
  background: url(../images/common/icon_arrow04.png) 92% center no-repeat #db001c;
}

@media all and (-ms-high-contrast: none) {
  .livebox .scheduleBox .nextlive .moreBtn a {
    padding: 14px 20px 5px 20px;
  }
  .livebox .scheduleBox .tokoton ul li a {
    padding: 14px 20px 5px 20px;
  }
}
@media screen and (max-width: 1024px) {
  .livebox {
    width: 96%;
  }
  .livebox .scheduleBox .tokoton {
    width: 100%;
    box-sizing: border-box;
  }
}
@media screen and (max-width: 768px) {
  .livebox .scheduleBox {
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .livebox .scheduleBox .liveList {
    width: 100%;
    padding-right: 0;
    border-right: 0;
  }
  .livebox .scheduleBox .liveList .listbox {
    padding: 0 0 30px 0;
  }
  .livebox .scheduleBox .liveList .moreBtn a {
    margin: 0 auto 40px auto;
  }
  .livebox .scheduleBox .liveNavi {
    padding: 0;
  }
  .livebox .scheduleBox .nextlive {
    padding: 0;
    margin: 0 0 40px 0;
    width: 100%;
  }
  .livebox .scheduleBox .nextlive .moreBtn a {
    margin-top: 20px;
    width: 100%;
    background: url(../images/common/icon_arrow01.png) 96% center no-repeat;
  }
  .livebox .scheduleBox .nextlive .moreBtn a:hover {
    background: url(../images/common/icon_arrow04.png) 96% center no-repeat #db001c;
  }
  .livebox .scheduleBox .tokoton {
    padding: 0;
    margin: 0;
    border: 0;
  }
}
@media screen and (max-width: 736px) {
  .livebox {
    border-top: 0;
  }
  .livebox h2 {
    margin: 0;
    display: block;
    float: none;
    text-align: center;
  }
  .livebox h2:before {
    border-top: 3px solid #db001c;
    width: 160px;
    margin: -1px auto 0 auto;
  }
  .livebox .scheduleBox {
    margin-top: 20px;
  }
  .livebox .scheduleBox .nextlive .program {
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 1.26667;
  }
  .livebox .scheduleBox .nextlive .data {
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 1.38462;
  }
  .livebox .scheduleBox .tokoton .pcver {
    display: none;
  }
  .livebox .scheduleBox .tokoton .spver {
    display: block;
    text-align: center;
  }
  .livebox .scheduleBox .tokoton .spver img {
    width: 80%;
    height: auto;
  }
}
@media screen and (max-width: 414px) {
  .livebox .scheduleBox .tokoton .spver {
    padding: 0 16px;
  }
  .livebox .scheduleBox .tokoton ul {
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .livebox .scheduleBox .tokoton ul li {
    margin-bottom: 10px;
    width: 100%;
  }
}
/* livebox.end */
/* ----------------------------------------------------
    sp_slider
---------------------------------------------------- */


@media screen and (max-width: 1024px) {
  .sp_bnrbox {
    display: block;
    margin-bottom: 48px;
  }
  .sp_bnrbox p {
    padding: 0;
    margin: 0;
  }
  .sp_bnrbox p:not(:first-child) {
    margin-top: 20px;
  }
  .sp_bnrbox img {
    width: 100%;
  }
}
/* sp_slidebox.end */
/* ----------------------------------------------------
    container_middle / container_bottom
---------------------------------------------------- */
#container_middle,
#container_bottom {
  padding: 0;
  margin: 0;
}

@media screen and (max-width: 768px) {
  #container_middle,
  #container_bottom {
    margin-bottom: 100px;
  }
}
/* container_middle.end */
.jcpmovie, .download {
  width: 1000px;
  border-top: 1px solid #e4e4e4;
}
.jcpmovie h2, .download h2 {
  padding: 0;
  margin: 0 20px 30px 0;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1;
  font-family: "Yu Mincho", "YuMincho", serif;
  display: inline-block;
  float: left;
}
.jcpmovie h2:before, .download h2:before {
  content: "";
  display: block;
  border-top: 3px solid #db001c;
  margin-top: -1px;
  padding-top: 10px;
}
.jcpmovie p.more, .download p.more {
  padding: 9px 0 0 0;
  margin: 0;
  font-size: 9px;
  font-size: 0.9rem;
  line-height: 1.77778;
  display: block;
}
.jcpmovie p.more a:after, .download p.more a:after {
  content: url(../images/common/icon_arrow01.png);
  position: relative;
  top: 1px;
  margin-left: 8px;
}

@media screen and (max-width: 1024px) {
  .jcpmovie, .download {
    width: 96%;
  }
}
@media screen and (max-width: 736px) {
  .jcpmovie, .download {
    border-top: 0;
  }
  .jcpmovie h2, .download h2 {
    margin: 0;
    display: block;
    float: none;
    text-align: center;
  }
  .jcpmovie h2:before, .download h2:before {
    border-top: 3px solid #db001c;
    width: 160px;
    margin: -1px auto 0 auto;
  }
  .jcpmovie p.more, .download p.more {
    margin: 0 0 20px 0;
    text-align: center;
  }
}
.jcpmovie {
  margin: 70px auto 0 auto;
}
.jcpmovie .variable_width {
  margin: 50px auto 40px auto;
  width: 1000px;
}
.jcpmovie .variable_width .movie, .jcpmovie .variable_width .movieFixed {
  padding: 0;
  margin: 0 15px;
  width: 260px;
  background: #fff;
  border: 1px solid #e4e4e4;
  text-align: left;
  position: relative;
  word-wrap: break-word;
}
.jcpmovie .variable_width .moreBox {
  margin: 0 20px;
  width: 260px;
  text-align: center;
  box-sizing: border-box;
}
.jcpmovie .variable_width .moreBox .yticon {
  padding: 0;
  margin: 0;
  display: inline-block;
}
.jcpmovie .variable_width .moreBox .yticon img {
  width: 180px;
  height: auto;
}
.jcpmovie .variable_width .moreBox .moreBox_title {
  margin-top: 20px;
  font-size: 10px;
  font-size: 1rem;
  line-height: 1.5;
}
.jcpmovie .variable_width .moreBox a {
  padding: 100px 12px 12px 12px;
  display: block;
  box-sizing: border-box;
  height: 320px;
}
.jcpmovie .variable_width .moreBox a:hover img {
  opacity: 1;
}
.jcpmovie .variable_width .movie a,
.jcpmovie .variable_width .movieFixed a {
  padding: 12px;
  margin: 0;
  height: 320px;
  box-sizing: border-box;
  display: block;
}
.jcpmovie .variable_width .movie a:hover img,
.jcpmovie .variable_width .movieFixed a:hover img {
  opacity: 1;
}
.jcpmovie .variable_width .thumbnail, .jcpmovie .variable_width .thumbnailFixed {
  padding: 0;
  margin: 0;
}
.jcpmovie .variable_width .thumbnail img, .jcpmovie .variable_width .thumbnailFixed img {
  width: 100%;
  height: auto;
}
.jcpmovie .variable_width .movie_title,
.jcpmovie .variable_width .movieFixed_title {
  padding: 14px 0 20px 0;
  margin: 0;
  font-size: 10px;
  font-size: 1rem;
  line-height: 1.6;
}
.jcpmovie .variable_width .read,
.jcpmovie .variable_width .readFixed {
  padding: 0 16px 16px 0;
  margin: 0;
  font-size: 9px;
  font-size: 0.9rem;
  line-height: 1.66667;
  position: absolute;
  bottom: 0;
}
.jcpmovie .variable_width .slick-dots {
  display: none !important;
}
.jcpmovie .variable_width .slick-next,
.jcpmovie .variable_width .slick-prev {
  top: 114%;
}
.jcpmovie .variable_width .slick-next:before,
.jcpmovie .variable_width .slick-prev:before {
  content: none;
}
.jcpmovie .variable_width .slick-next {
  background: url(../images/sitetop/icon_next.png) center no-repeat #db001c;
  display: block;
  width: 18px;
  height: 86px;
  top: 50%;
  right: -40px;
}
.jcpmovie .variable_width .slick-prev {
  background: url(../images/sitetop/icon_prev.png) center no-repeat #db001c;
  display: block;
  width: 18px;
  height: 86px;
  top: 50%;
  left: -40px;
}

@media screen and (max-width: 1024px) {
  .jcpmovie .variable_width {
    width: 86%;
  }
}
@media screen and (max-width: 768px) {
  .jcpmovie {
    position: relative;
    z-index: 0;
  }
}
@media screen and (max-width: 736px) {
  .jcpmovie {
    margin-top: 70px;
  }
  .jcpmovie .variable_width {
    padding: 0 20px;
    margin-top: 30px;
    box-sizing: border-box;
  }
  .jcpmovie .variable_width .slick-next {
    right: -20px;
  }
  .jcpmovie .variable_width .slick-prev {
    left: -20px;
  }
}
@media screen and (max-width: 320px) {
  .jcpmovie .variable_width {
    padding: 0 10px;
  }
  .jcpmovie .variable_width .movie, .jcpmovie .variable_width .movieFixed, .jcpmovie .variable_width .moreBox {
    width: 240px;
    margin: 0 20px 0 0;
  }
  .jcpmovie .variable_width .slick-next {
    right: -16px;
  }
  .jcpmovie .variable_width .slick-prev {
    left: -16px;
  }
}
.download {
  margin: 110px auto 120px auto;
}
.download ul {
  -js-display: flex;
  display: -webkit-box;
  display: -webkit-flexbox;
  display: -webkit-flex;
  display: -moz-flexbox;
  display: -ms-flexbox;
  display: -o-flexbox;
  display: flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: space-between;
  justify-content: space-between;
  width: 100%;
  text-align: center;
}
.download ul li {
  -js-display: flex;
  display: -webkit-box;
  display: -webkit-flexbox;
  display: -webkit-flex;
  display: -moz-flexbox;
  display: -ms-flexbox;
  display: -o-flexbox;
  display: flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.download ul li img {
  width: 200px;
  height: auto;
}
.download ul li a img {
  padding: 10px 36px;
  border: 1px solid #ededed;
}
.download ul li a:hover img {
  opacity: 1;
}
.download ul .category {
  font-size: 8px;
  font-size: 0.8rem;
  line-height: 2;
}

@media screen and (max-width: 768px) {
  .download ul li {
    width: 30%;
  }
  .download ul li img {
    width: 100%;
    box-sizing: border-box;
  }
}
@media screen and (max-width: 736px) {
  .download ul li a img {
    padding: 10px;
  }
}
@media screen and (max-width: 320px) {
  .download .more {
    margin-bottom: 20px;
    position: relative;
    z-index: 0;
  }
  .download ul {
    -webkit-justify-content: space-between;
    -ms-flex-pack: space-between;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .download ul li {
    margin: 0 0 20px 0;
    width: 48%;
  }
  .download ul img {
    width: 100%;
    box-sizing: border-box;
  }
}

/* ----------------------------------------------------
add jcpwebmagazine
---------------------------------------------------- */
.jcpwebmagazine {
  margin: 100px auto;
  width: 1000px;
  border-top: 1px solid #e4e4e4;
}
.jcpwebmagazine h2 {
  padding: 0;
  margin: 0 20px 30px 0;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1;
  font-family: "Yu Mincho", "YuMincho", serif;
  display: inline-block;
  float: left;
}
.jcpwebmagazine h2:before {
  content: "";
  display: block;
  border-top: 3px solid #db001c;
  margin-top: -1px;
  padding-top: 10px;
}
.jcpwebmagazine p.more {
  padding: 9px 0 0 0;
  margin: 0;
  font-size: 9px;
  font-size: 0.9rem;
  line-height: 1.77778;
  display: block;
}
.jcpwebmagazine p.more a:after {
  content: url(../images/common/icon_arrow01.png);
  position: relative;
  top: 1px;
  margin-left: 8px;
}

.jcpwebmagazine .magazineList {
  margin-top: 40px;
  -js-display: flex;
  display: -webkit-box;
  display: -webkit-flexbox;
  display: -webkit-flex;
  display: -moz-flexbox;
  display: -ms-flexbox;
  display: -o-flexbox;
  display: flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: space-between;
  justify-content: space-between;
}
.jcpwebmagazine .magazineList li {
  width: 32%;
}
.jcpwebmagazine .magazineList img {
  width: 100%;
  height: auto;
}

@media screen and (max-width: 1024px) {
.jcpwebmagazine {
  width: 96%;
}
}
@media screen and (max-width: 736px) {
  .jcpwebmagazine {
    border-top: 0;
    display: none;
  }
  .jcpwebmagazine h2 {
    margin: 0;
    display: block;
    float: none;
    text-align: center;
  }
  .jcpwebmagazine h2:before {
    border-top: 3px solid #db001c;
    width: 160px;
    margin: -1px auto 0 auto;
  }
  .jcpwebmagazine p.more {
    margin: 0 0 20px 0;
    text-align: center;
  }
  .jcpwebmagazine .magazineList {
    display: block;
  }
  .jcpwebmagazine .magazineList li {
    margin-bottom: 10px;
    width: 100%;
  }
}

/* ----------------------------------------------------
add sp_jcpwm
---------------------------------------------------- */
.sp_jcpwm {
  display: none;
}
@media screen and (max-width: 736px) {
.sp_jcpwm {
  padding: 16px 26px 26px 26px;
  margin: 0 auto 50px auto;
  box-sizing: border-box;
  width: 96%;
  display: block;
  background: #f4f0eb;
  border-radius: 16px;
  color: white;
  text-align: center;
  position: relative;
}
.sp_jcpwm h3 {
  padding: 0;
  margin: 0 0 12px 0;
  font-size: 26px;
  line-height: 1.8rem;
  color: #603813;
  font-family: "Yu Mincho", "YuMincho", serif;
}
.sp_jcpwm h3 span {
  font-size: 17px;
  display: block;
  font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "Yu Gothic", sans-serif;
}
.sp_jcpwm ul {
  padding: 0;
  margin: 0;
}
.sp_jcpwm ul li {
  padding: 0;
  margin: 0;
}
.sp_jcpwm ul li:not(first-chid) {
  margin-top: 12px;
}
.sp_jcpwm ul li:nth-child(n+2) {
  display: none;
}
.sp_jcpwm img {
  width: 100%;
  height: auto;
}
.sp_jcpwm #moreBtn {
  cursor: pointer;
  position: absolute;
  left: 46%;
  bottom: -45px;
}
.sp_jcpwm #moreBtn img {
  width: 35px;
  height: auto;
}
.sp_jcpwm p.listbtn {
  display: none;
}
.sp_jcpwm p.listbtn a {
  padding: 14px 0;
  margin: 20px 0;
  display: block;
  text-align: center;
  color: #db001c;
  font-weight: bold;
  background: white;
  border-radius: 6px;
}
}
@media screen and (max-width: 320px) {
.sp_jcpwm {
  padding: 16px 20px 20px 20px;
  margin-bottom: 40px;
}
.sp_jcpwm h3 {
  font-size: 24px;
  line-height: 1.5rem;
}
.sp_jcpwm h3 span {
  font-size: 16px;
}
.sp_jcpwm ul li:not(first-chid) {
  margin-top: 6px;
}
.sp_jcpwm p.listbtn a {
  padding: 12px 0;
  margin: 16px 0;
  font-size: 16px;
}
}

/* ----------------------------------------------------
add youtubebtn
---------------------------------------------------- */
.youtubebtn {
  padding: 0;
  margin: 50px auto 0 auto;
  width: 1000px;
}
.youtubebtn ul {
  font-size: 9px;
  font-size: 0.9rem;
  line-height: 1.11111;
  margin-bottom: 50px;
  display: flex;
  justify-content: space-between;
}
.youtubebtn ul li {
  width: 24%;
  margin: 0 10px;
  box-sizing: border-box;
}
.youtubebtn ul li:first-child {
	margin-left: 0;
}
.youtubebtn ul li:last-child {
	margin-right: 0;
}

.youtubebtn ul li a {
  padding: 13px 14px 11px 14px;
  margin: 0;
  display: block;
  background: url(../images/common/icon_arrow03.png) 94% center no-repeat #ededed;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
.youtubebtn ul li a:hover {
  background: url(../images/common/icon_arrow03.png) 94% center no-repeat #ededed;
}

/* IE akahata_navi */
@media all and (-ms-high-contrast: none) {
  .youtubebtn ul li a {
    padding: 14px 14px 9px 14px;
  }
}
@media screen and (max-width: 768px) {
.youtubebtn {
  width: 96%;
}
.youtubebtn ul {
  flex-wrap: wrap;
}
.youtubebtn ul:after {
	content: "";
	display: block;
	width: 32%;
}
.youtubebtn ul li {
	width: 32%;
  margin: 0 0 10px 0;
}

}
@media screen and (max-width: 736px) {
.youtubebtn ul {
  margin-bottom: 50px;
}
.youtubebtn ul:after {
	content: none;
}
.youtubebtn ul li {
  width: 100%;
}
.youtubebtn ul li a {
  background: url(../images/common/icon_arrow03.png) 93% center no-repeat #ededed;
}
.youtubebtn ul li a:hover {
  background: url(../images/common/icon_arrow03.png) 93% center no-repeat #ededed;
}
}

/*-----------------------------追加　募金のボタン---------*/
.bg-hide a{background:none !important;border: 1px solid #CCCCCC;}
.bg-hide a:hover{border: 1px solid #ffffff;}



/* ------------------------------------------------------
add 2019.06.10
------------------------------------------------------ */
.senkyo2019 {
  padding: 0;
  margin: 0;
  line-height: 0;
  background: #eed44c;
  text-align: center;
  width: 100%;
}
.senkyo2019 .inner {
  margin: 0 auto;
  width: 1048px;
  box-sizing: border-box;
}
.senkyo2019 .inner img {
  width: 100%;
  height: auto;
}

@media (max-width: 1024px) {
.senkyo2019 {
  margin-top: 64px;
}
.senkyo2019 .inner {
  width: 100%;
}

}
