.cp-Heading1WithLocalNavi .local_nv_pc .local_nv .local_nv_ttl{
  width: 140px;
}
.cp-Heading1WithLocalNavi .local_nv_pc .local_nv .cnt_max{
  width: 100%;
}
.cp-Heading1WithLocalNavi .local_nv_pc .local_nv .local_menu{
  vertical-align: middle;
}
.cp-Heading1WithLocalNavi .local_nv_pc .local_nv .local_menu ul{
  display: flex;
}
.cp-Heading1WithLocalNavi .local_nv_pc .local_nv .local_menu ul li{
  margin-right: 53px;
  margin-bottom: 0;
  width: auto !important;
}
.cp-Heading1WithLocalNavi .local_nv_pc .local_nv .local_menu ul li:last-child{
  margin-right: 0;
}
@media (max-width: 640px){
  .cp-Heading1WithLocalNavi .local_nv_sp .local_nv .local_nv_ttl span{
    background-image: none;
  }
}

/*アクセシビリティ用*/
div:focus {
  outline: auto;
  outline: auto -webkit-focus-ring-color; /* for Chrome */
}

/*スライダー*/
.main_vi{
  opacity: 0;
  transition:opacity .8s;
  padding: 0;
  height: 470px;
  margin-bottom: 0;
  position: relative;
}
.main_vi_show{
  opacity: 1;
  height: auto;
}
.main-btStop{
  width: 21px;
  height: 21px;
  background-color: #fff;
  position: absolute;
  bottom: -40px;
  right: 0;
  border-radius: 50%;
  z-index: 8000;
  cursor: pointer;
}
@media (max-width: 640px){
  .main-btStop{
    bottom: -34px;
    right: 10px;
  }
}
.main-btStop span{
  display: flex;
  position: relative;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
.main-btStop span::before{
  content:"";
  width: 3px;
  height: 9px;
  background-color: #bcbdbc;
  margin-right: 3px;
}
.main-btStop span::after{
  content:"";
  width: 3px;
  height: 9px;
  background-color: #bcbdbc;
}
.main-btStop_on span::after{
  display: none;
}
.main-btStop_on span::before{
  content: "";
  border-left: 6px solid #bcbdbc;
  border-top: 4px solid #fff;
  border-bottom: 4px solid #fff;
  width: 0;
  height: 0;
  margin-left: 4px;
}

.slick-slider{
  padding: 0;
}
.slick-slide{
  margin-top:0;
}
.slick-dots > li:first-child:last-child {
  display: none;
}
@media (max-width: 640px){
  .slick-slide{
    margin-top: 0;
  }
}
.slick-dots li button:before{
  content:'';
  width:10px;
  height: 10px;
  border-radius: 5px;
  background-color: #ffffff;
  opacity: 1;
}
.slick-dots li.slick-active button:before{
  background-color: #a9abaa;
}
.slick-dots{
  bottom: -47px;
}
@media (max-width: 640px){
  .slick-dots{
    bottom: -40px;
  }
}

.slider li img{
  width: 100%;
}


/*メイン*/
#contents{
  padding-bottom: 0;
}
.main-wrap{
  background-color: #f2f2f2;
  padding-top: 25px;
  padding-bottom: 72px;
}
@media (max-width: 640px){
  .main-wrap{
    padding: 0;
    padding-bottom: 46px;
    margin-bottom: 40px;
  }
}
.event-search{
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 80px;
}
@media (max-width: 640px){
  .event-search{
    margin-bottom: 40px;
  }
}
.event-search h2{
  font-size: 28px;
  line-height: 1em;
  font-weight: bold;
  padding-top: 80px;
  padding-bottom: 40px;
  text-align: center;
  font-feature-settings: "palt";
  -webkit-font-feature-settings: "palt";
  -moz-font-feature-settings: "palt";
  letter-spacing: 0.08em;
}
@media (max-width: 640px){
  .event-search h2{
    font-size: 20px;
    padding-top: 0;
  }
}
.event-search .event-searchTabWrap{
  display: flex;
  justify-content: space-between;
  padding: 0;
  margin:0; 
}
@media (max-width: 640px){
  .event-search .event-searchTabWrap{
    display:none;
  }
}
.event-search .bt-more{
  text-align: right;
    padding-top: 16px;
}
@media (max-width: 640px){
  .event-search .bt-more{
    padding-right: 30px;
  }
}
.event-search .bt-more .ico_nml:first-child{
  margin-right: 30px;
}
@media (max-width: 640px){
  .event-search .bt-more .ico_nml:first-child{
    margin-right: 0;
  }
}
.event-searchTab{
  list-style: none;
  font-weight: bold;
  color:#464646;
  background-color: #f3f3f3;
  width: calc(100 / 3 * 100%);
  text-align: center;
  line-height: 62px;
  border-right: 1px solid #dcdcdc;
  box-sizing: border-box;
  cursor: pointer;
  transition: all .6s;
  font-size: 16px;
}
.event-searchTab[aria-selected="true"]{
  color: #fff;
}
.event-searchTab:hover{
  background-color: #cf142b;
  color:#fff;
  border-right: 1px solid #cf142b;
}
.event-searchTab:hover{
  color: #fff;
}
.event-searchTab:last-child{
  border:none;
}
.event-searchTab_on{
  background-color: #cf142b;
  color:#fff;
  border-right: 1px solid #cf142b;
}

.search-themeWrap{
  display: none;
}
@media (max-width: 640px){
  .search-themeWrap{
    border: 4px solid #cf142b;
    border-top:none;
  }
  .searchmenu-forSP_open + .search-themeWrap{
    display: block;
  }
}
.search-industryWrap{
  display: none;
}
@media (max-width: 640px){
  .search-industryWrap{
    border: 4px solid #cf142b;
    border-top: none;
  }
  .searchmenu-forSP_open + .search-industryWrap{
    display: block;
  }
}
.search-block{
  border:4px solid #cf142b;
  padding: 50px 0;
}

@media (max-width: 640px){
  .search-prefWrap{
    border:4px solid #cf142b;
    border-top:none;
    display: none;
  }
  .searchmenu-forSP_open + .search-prefWrap{
    display: block;
  }
}
@media (max-width: 640px){
  .search-block{
    border:none;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding: 0;
  }
  .search-prefWrapInner{
    display: none;
  }
}
.search-prefWrapInnerSP{
  display: none;
}
@media (max-width: 640px){
  .search-prefWrapInnerSP{
    display: block;
  }
  .search-prefWrapInnerSP .slct_nml{
    position: relative;
    overflow: hidden;
    background: #ffffff;
    border: 1px solid #c9c9c9;
    border-radius: 4px;
    box-sizing: border-box;
  }
  .search-prefWrapInnerSP .slct_nml::before{
    content:"";
    position: absolute;
    top: 50%;
    right: 8px;
    width: 24px;
    height: 24px;
    margin-top: -12px;
    background: url(/-/Media/Ricoh/Sites/co_jp/event/img/select_icon.png) 0 0 no-repeat;
    background-size: contain;
  }
  .search-prefWrapInnerSP .slct_nml select{
    position: relative;
    display: block;
    width: 100%;
    top: 0;
    left: 0;
    background-color: transparent;
    padding: 12px;
  }
}
.selectPref{
  display: none;
}
.selectPref_show{
  display: block;
}
.btSubmit-wrap{
  text-align: right;
  width: calc(100% - 16px);
  margin-left: auto;
  margin-right: auto;
}
.btSubmit{
  font-size:14px;
  letter-spacing: 0.04em;
  display: inline-block;
  border-bottom: 2px solid #000;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 10px;
  background-color: #fff;
  font-feature-settings: "palt";
  -webkit-font-feature-settings: "palt";
  -moz-font-feature-settings: "palt";
}
.btSubmit:disabled{
  color:#333;
  text-decoration: none;
  opacity: .5;
  border-bottom: 2px solid #ccc;
}
.searchmenu-forSP{
  display: none;
}
@media (max-width: 640px){
  .searchmenu-forSP{
    display:block;
    background-color:#cf142b;
    font-size:16px;
    font-weight:bold;
    -webkit-font-smoothing: antialiased;
    color:#fff;
    line-height: 55px;
    background-size: 16px 16px;
    padding-left: 22px;
    margin-top: 4px;
    position: relative;
    width: 100%;
    text-align: left;
  }
  .searchmenu-forSP:before{
    content:"";
    position: absolute;
    height: 1px;
    width: 17px;
    background-color: #fff;
    top: 24px;
    right: 20px;
  }
  .searchmenu-forSP:after{
    content:"";
    position: absolute;
    height: 1px;
    width: 17px;
    background-color: #fff;
    transform: rotate(90deg);
    top: 24px;
    right: 20px;
    transition: transform .6s;
  }
  .searchmenu-forSP_open:after{
    transform: rotate(0deg);
  }
}

.search-pref2Column{
  display: flex;
  justify-content: space-between;
  max-width: calc(100% - 160px);
  margin-left: auto;
  margin-right: auto;
}
.search-pref2Column-title{
  padding-top: 9px;
  width: 170px;
  font-size: 15px;
  line-height: 21px;
}
.search-pref2Column-list{
  width: calc(100% - 170px);
}
.search-pref2Column:first-child{
  padding-bottom: 20px;
}
.search-pref2Column + .search-pref2Column{
  border-top: 1px solid #c9c9c9;
  padding-top: 20px;
}
.search-pref{
  max-width: 840px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  justify-content: space-between;
  padding: 9px 0;
}
.search-pref dt{
  width: 100px;
  font-size: 15px;
  line-height: 21px;
}
.search-pref__big dt{
  font-size: 15px;
  line-height: 21px;
}
.search-pref dt a{
  font-feature-settings: "palt";
  letter-spacing: 0.04em;
  text-decoration: underline;
}
.search-pref dd{
  width: calc(100% - 100px);
}
.search-pref dd a{
  display: inline-block;
  margin-right: 20px;
  text-decoration: underline;
  font-size: 15px;
  font-feature-settings: "palt";
  letter-spacing: 0.04em;
}
.search-pref dd a{
  text-decoration: underline;
}


.search-themeWrap ul{
  max-width: calc(100% - 160px);
  margin-left: auto;
  margin-right: auto;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  column-gap: 20px;
}
@media (max-width: 640px){
  .search-themeWrap ul{
    width: calc(100% - 40px);
    padding: 20px 0;
    display: block;
    max-width: none;
  }
}
.search-themeWrap ul li{
  padding: 9px 0;
  list-style: none;
  width: calc((100% - 60px)/4);
  margin-right: 0;
  font-size: 15px;
  font-feature-settings: "palt";
  -webkit-font-feature-settings: "palt";
  -moz-font-feature-settings: "palt";
  letter-spacing: 0.08em;
}
@media (max-width: 640px){
  .search-themeWrap ul li{
    padding: 7px 0;
    width: 100%;
    margin-right: 0;
    margin-top: 0;
    font-size: 14px;
  }
}
.search-themeWrap ul li:nth-child(3n){
  margin-right: 0;
}
@media (max-width: 640px){
  .search-themeWrap ul li:nth-child(3n){
    margin-right: 0;
  }
}
.search-themeWrap ul li a{
  text-decoration: underline;
}


.search-industryWrap ul{
  max-width: calc(100% - 160px);
  margin-left: auto;
  margin-right: auto;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  column-gap: 20px;
  padding: 0;
}
.search-industry-all{
  max-width: calc(100% - 160px);
  margin-left: auto;
  margin-right: auto;
  padding: 9px 0;
}
.c-container .search-industry-all a{
  text-decoration: underline;
}
@media (max-width: 640px){
  .search-industryWrap ul{
    max-width: none;
    width: calc(100% - 40px);
    padding: 0 0 20px 0;
  }
  .search-industry-all{
    max-width: none;
    padding-top: 20px;
    width: calc(100% - 40px);
  }
}
.search-industryWrap ul li{
  padding: 9px 0;
  list-style: none;
  width: calc((100% - 80px) / 5);
  font-size: 15px;
  font-feature-settings: "palt";
  -webkit-font-feature-settings: "palt";
  -moz-font-feature-settings: "palt"; 
  letter-spacing: 0.08em;
}
@media (max-width: 640px){
  .search-industryWrap ul li{
    width: calc(50% - 5px);
    margin-right: 10px;
    padding: 7px 0;
    margin-top: 0;
  }
}
.search-industryWrap ul li:nth-child(4n){
  margin-right: 0;
}
@media (max-width: 640px){
  .search-industryWrap ul li:nth-child(2n){
    margin-right: 0;
  }
}
.search-industryWrap ul li a{
  text-decoration: underline;
}



.eventList{
  background-color: #f3f3f3;
}
.eventList .bt-more{
  text-align: right;
  padding-right: 30px;
  padding-top: 16px;
  padding-bottom: 80px;
}
@media (max-width: 640px){
  .eventList .bt-more{
    padding-left: 0;
    padding-right: 0;
  }
}
.eventList .bt-more a{
  display: inline-block;
}
.eventList h2{
  font-size: 24px;
  line-height: 1em;
  font-weight: bold;
  padding-top: 80px;
  padding-bottom: 40px;
  text-align: center;
  font-feature-settings: "palt";
  -webkit-font-feature-settings: "palt";
  -moz-font-feature-settings: "palt"; 
  letter-spacing: 0.08em;
}
@media (max-width: 640px){
  .eventList h2{
    font-size: 18px;
  }
}
.eventList-inner{
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 640px){
  .eventList-inner{
    width: 100%;
  }
}
.seminar{
  display: flex;
  justify-content: space-between;
  width: calc(100% - 60px);
  margin-left: auto;
  margin-right: auto;
  padding: 40px 0;
  border-bottom: 1px solid #c9c9c9;
  opacity: 0;
  transition: all .8s;
}
@media (max-width: 640px){
  .seminar{
    display: block;
    width: 100%;
    padding: 36px 0 40px 0;
  }
}
.seminar_show{
  opacity: 1;
}
.seminar:first-child{
  border-top: 1px solid #c9c9c9;
}
.dateAndPlace{
  width: 200px;
}
@media (max-width: 640px){
  .dateAndPlace{
    width: 100%;
    position: relative;
  }
}
.date{
  font-size: 18px;
  font-weight: normal;
  margin-bottom: 4px;
  color:#666666;
  font-feature-settings: "palt";
  -webkit-font-feature-settings: "palt";
  -moz-font-feature-settings: "palt"; 
  letter-spacing: 0.04em;
}
@media (max-width: 640px){
  .date{
    font-size: 17px;
    width: calc(100% - 80px);
    color:#000;
    margin-bottom: 2px;
  }
}
.place{
  font-size: 17px;
  font-weight: bold;
  margin-bottom: 6px;
  color:#666;
  margin-bottom: 11px;
  font-feature-settings: "palt";
  -webkit-font-feature-settings: "palt";
  -moz-font-feature-settings: "palt"; 
  letter-spacing: 0.04em;
}
@media (max-width: 640px){
  .place{
    font-size: 16px;
    color:#000;
  }
}
.place-text{
  display: inline-block;
  padding-right: 0.5em;
}
.place span:nth-child(n+3) {
  display: none;
}

.place.place-group__show span:nth-child(n+3) {
  display: inline-block;
}
.place span.ic-last {
  display: inline-block;
  padding: 0;
  color: #00c;
  text-decoration: none;
  position: relative;
  cursor: pointer;
}
.place span.ic-last button{
  font-size: 17px;
  background-color: transparent;
  padding: 0;
  color: #00ff;
  font-weight: bold;
  cursor: pointer;
}
.place.place-group__show span.ic-last {
  display: none;
}
.status{
  font-size: 15px;
  color:#cf142b;
  font-weight: bold;
  border:3px solid #cf142b;
  padding: 3px 8px;
  display: inline-block;
  box-sizing: border-box;
}
@media (max-width: 640px){
  .status{
    font-size: 14px;
    position: absolute;
    right: 0;
    top: 0;
    background-color: #fff;
    padding: 2px 6px;
  }
}
.status_pre{
  color:#c1c1c1;
  border:3px solid #c1c1c1;
  box-sizing: border-box;
}
.status_end{
  color:#c1c1c1;
  border:3px solid #c1c1c1;
  box-sizing: border-box;
}
.seminar-detail{
  width: calc(100% - 220px);
}
@media (max-width: 640px){
  .seminar-detail{
    width: 100%;
  }
}
.eventList .seminar-title{
  font-size:22px;
  line-height: 1.4em;
  text-align: left;
  padding: 1px;
  margin: 0;
  letter-spacing: 0.04em;
  font-feature-settings: "palt";
  -webkit-font-feature-settings: "palt";
  -moz-font-feature-settings: "palt";
}
@media (max-width: 640px){
  .eventList .seminar-title{
    font-size:18px;
    line-height: 24px;
  }
}
.seminar-lead{
  font-size:16px;
  margin-top: 14px;
  margin-bottom: 10px;
  font-weight: normal;
  color:#000;
  letter-spacing: 0.04em;
  font-feature-settings: "palt";
  -webkit-font-feature-settings: "palt";
  -moz-font-feature-settings: "palt";
}


@media (max-width: 640px){
  .seminar-lead{
    font-size:15px;
    margin-top: 6px;
  }
}
.eventList .seminar-title + .seminar-lead{
  padding-top: 8px;
}
.icon-group {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  padding-left: 0;
  padding-top: 0;
  width: 100%;
}
.seminar-lead + .icon-group {
  padding-top: 8px;
}
.eventList-inner .icon-group li {
  font-size: 14px;
  list-style: none;
  font-feature-settings: 'palt';
  -webkit-font-feature-settings: "palt";
  -moz-font-feature-settings: "palt";
  letter-spacing: 0.08em;
  line-height: 17px;
  margin-top: 0;
}
.icon-group li:nth-child(n+6) {
  display: none;
}
.icon-group li.ic-last:nth-child(-n+6) {
  display: none;
}
.icon-group.icon-group__show li:nth-child(n+6) {
  display: block;
}
.icon-group li.ic-last {
  display: block;
  padding: 0;
}
.icon-group li.ic-last button{
  color: #00c;
  transition: .4s;
  text-decoration: none;
  position: relative;
  font-size: 14px;
  cursor: pointer;
  background-color: transparent;
}
.icon-group.icon-group__show li.ic-last {
  display: none;
}
.icon-group li a {
  padding: 4px 8px 4px 0;
  transition: .4s;
  text-decoration: none;
}


.training {
  padding-bottom: 80px;
}
@media (max-width: 640px){
  .training {
    padding-bottom: 40px;
  }
}
.training h2{
  font-size: 26px;
  line-height: 1em;
  font-weight: bold;
  padding-top: 80px;
  padding-bottom: 40px;
  text-align: center;
  font-feature-settings: "palt";
  -webkit-font-feature-settings: "palt";
  -moz-font-feature-settings: "palt";
  letter-spacing: 0.08em;
}
@media (max-width: 640px){
  .training h2{
    font-size: 20px;
    padding-top: 40px;
  }
}
.training-inner{
  display: flex;
  justify-content: space-between;
  width: 1008px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 640px){
  .training-inner{
    display: block;
    width: calc(100% - 60px);
    margin-left: auto;
    margin-right: auto;
  }
}
.training-block{
  width: calc(50% - 15px);
}
@media (max-width: 640px){
  .training-block{
    width: 100%;
    margin-bottom: 30px;
  }
  .training-block:last-child{
    margin-bottom: 0;
  }
}
.training-block p{
  margin-top: 0;
  font-feature-settings: "palt";
  -webkit-font-feature-settings: "palt";
  -moz-font-feature-settings: "palt";
  letter-spacing: 0.08em;
  margin-bottom: 20px;
}
.training-block ul{
  padding: 0;
  margin: 0;
}
.training-block ul li{
  list-style: none;
  font-feature-settings: "palt";
  -webkit-font-feature-settings: "palt";
  -moz-font-feature-settings: "palt";
  letter-spacing: 0.08em;
}
@media (max-width: 640px){
  .training-block ul li{
    letter-spacing: 0.04em;
  }
}
.training-block ul li .ico_nml{
  background-position:-6px;
  padding-left: 18px;
}
@media (max-width: 640px){
  .training-block ul li .ico_nml{
    padding-left: 15px;
    background-position: -6px -2px;
  }
}


.report {
  padding-bottom: 80px;
  background-color: #f3f3f3;
}
@media (max-width: 640px){
  .report {
    padding-bottom: 40px;
  }
}

.report h2{
  font-size: 26px;
  line-height: 1em;
  font-weight: bold;
  padding-top: 80px;
  padding-bottom: 40px;
  text-align: center;
  font-feature-settings: "palt";
  -webkit-font-feature-settings: "palt";
  -moz-font-feature-settings: "palt";
  letter-spacing: 0.08em;
}
@media (max-width: 640px){
  .report h2{
    font-size: 20px;
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.report h3{
  margin-top: 16px;
  font-size: 22px;
  font-weight: bold;
}
.reportArchive__item{
  font-size: 16px;
  line-height: 22px;
  margin-top: 8px;
}
@media (max-width: 640px){
  #report .bt-more{
    max-width: none;
    width: calc(100% - 40px);
    padding-top: 12px;
  }
}

  #report .bt-more{
    max-width: 1009px;
    margin-left: auto;
    margin-right: auto;
    text-align: right;
    padding-top: 8px;
  }
.report-inner{
  display: flex;
  justify-content: flex-start;
  width: 1009px;
  margin-left: auto;
  margin-right: auto;
  flex-wrap: wrap;
  padding: 0;
}
@media (max-width: 640px){
  .report-inner{
    display: block;
    width: calc(100% - 40px);
  }
}
.report-inner li{
  margin: 0;
  padding: 0;
  margin-right: 2px;
  margin-bottom: 2px;
  width: 335px;
  list-style: none;
  position: relative;
}
@media (max-width: 640px){
  .report-inner li{
    width: 100%;
    margin-bottom: 20px;
  }
  .report-inner li:last-child{
    margin-bottom: 0;
  }
}
.report-inner li img{
  width: 100%;
  vertical-align: top;
}
.report-inner li:nth-child(3n){
  margin-right: 0;
}
.report-inner li p{
  font-size: 16px;
  line-height: 24px;
  position: absolute;
  bottom: 0;
  padding: 22px 24px;
  background-color:rgba(0,0,0,0.7);
  color:#fff;
  font-weight: bold;
  font-feature-settings: "palt";
  -webkit-font-feature-settings: "palt";
  -moz-font-feature-settings: "palt";
  letter-spacing: 0.04em;
  width: calc(100% - 48px);
  margin: 0;
  -webkit-font-smoothing: antialiased;
}
.report-inner li p:before{
  content:"";
  position: absolute;
  width: 7px;
  height: 12px;
  background-image: url("/-/Media/Ricoh/Sites/co_jp/event/img/arrow.svg");
  background-size: contain;
  background-repeat: no-repeat;
  right: 24px;
  bottom: 36px;
}

/**イベントレポート**/
.reportArchives{
  width: 1009px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 640px){
  .reportArchives{
    display: block;
    width: calc(100% - 40px);
  }
}
.reportArchives__inner{
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  column-gap: 30px;
}
@media (max-width: 640px){
  .reportArchives__inner{
    display: block;
  }
}
.reportArchives__box{
  width: calc(50% - 15px);
}
@media (max-width: 640px){
  .reportArchives__box{
    width: 100%;
  }
  .reportArchives__box + .reportArchives__box{
    padding-top: 16px;
  }
}
.reportArchive__items{
  padding: 0;
  margin: 0;
}
.reportArchive__item{
  list-style: none;
}
.reportArchive__item a{
  margin-left: -6px;
}



@media (max-width: 640px) {
  .main_vi_device .main_vi_dvc_btn a.iconNewWin:after {
    background:url(/-/Media/Ricoh/Common/cmn_v1/img/icon_l_newwindow_03.png) 0 0 no-repeat;
    background-size: contain;
  }
}


/*トップスライダー用*/
.c-container .swiper{
  max-width: 1440px;
  margin: 0 auto;
  padding-bottom: 48px;
}
@media (max-width: 640px) {
  .c-container .swiper{
    max-width: 295px;
    overflow: visible;
  }
  .c-container .e-slideBox--none .swiper{
    width: calc(100vw - 32px);
    max-width: calc(100vw - 32px);
    padding-bottom: 0;
  }
}
.c-container .swiper-button-prev::after,
.c-container .swiper-button-next::after{
  opacity: 0;
}
.c-container .e-slideBox{
  width: 100%;
  position: relative;
  overflow: hidden;
}
@media (max-width: 640px) {
  .c-container .e-slideBox{
    padding-top: 48px;
      padding-bottom: 0;
      background-color: #f5f5f5;
  }
}
.c-container .e-slideBox::after {
  position: absolute;
  top: 48px;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  display: block;
  content: "";
  background-color: #f5f5f5;
}
@media (max-width: 640px) {
  .c-container .e-slideBox::after {
    display: none;
  }
}
@media (max-width: 640px) {
  .c-container .c-slider-a__item{
    padding-right: 0px;
    padding-left: 0px;
  }
}
.c-container .swiper-pagination{
  position: relative;
  bottom: 0;
  text-align: left;
}
@media (max-width: 640px) {
  .c-container .swiper-pagination{
    text-align: center;
  }
}
@media (max-width: 640px) {
  .c-container .swiper-button-next,
  .c-container .swiper-button-prev{
    top: 23vw;
  }
  .c-container .swiper-button-next{
    right: -25px;
  }
  .c-container .swiper-button-prev{
    left: -25px;
  }
}
.e-slideBox--none .swiper-button-next,
.e-slideBox--none .swiper-button-prev{
  display: none;
}
.c-container .swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,
.c-container .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{
  margin: 0 15px 0 0;
}
.c-container .swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal,
.c-container .swiper-pagination-custom, .swiper-pagination-fraction{
  bottom:0;
}
.c-container .swiper-pagination-bullet{
  background-color: #666;
}
.c-container .swiper-pagination-bullet-active{
  background-color: #cf122e;
  transform: scale(1.5, 1.5);
}
@media screen and (min-width: 1100.02px) {
  .c-image-outside-box-b__main {
    padding-top: 48px;
  }
}

.c-container .e-slideBox .c-button-a{
  display: flex !important;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 1100.02px) {
  .c-container .c-button-a{
    display: flex;
  }
}
.c-container .c-block-c:last-child{
  padding-bottom: 40px;
}
/*
.c-slider-a {
  position: relative;
  overflow: hidden
}

.c-slider-a__item {
  margin: 0 auto
}

.c-slider-a__controller {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1440px;
  margin: 0 auto;
  pointer-events: none
}

.c-slider-a__next,
.c-slider-a__prev {
  display: block;
  font-size: 0;
  pointer-events: auto;
  cursor: pointer;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path fill="%23cf142b" d="M6.99813,21.015a1.24936,1.24936,0,0,0,1.77,0l8.31-8.31a.99587.99587,0,0,0,0-1.41l-8.31-8.31a1.25158,1.25158,0,0,0-1.77,1.77l7.24,7.25-7.25,7.25A1.24639,1.24639,0,0,0,6.99813,21.015Z"/></svg>');
  background-repeat: no-repeat;
  background-position: center;
  transition: ease .3s
}

.c-slider-a__next .bxsld_next,
.c-slider-a__next .bxsld_prev,
.c-slider-a__prev .bxsld_next,
.c-slider-a__prev .bxsld_prev {
  display: block;
  width: 100%;
  height: 100%;
  background-image: none
}

.c-slider-a__next:hover,
.c-slider-a__prev:hover {
  opacity: .7
}

.c-slider-a__prev {
  left: 0;
  transform: rotate(180deg)
}

.c-slider-a__next {
  right: 0
}

.c-slider-a__pager {
  box-sizing: border-box;
  margin: auto;
  margin-top: 20px;
  font-size: 0
}

.c-slider-a__pager .bxsld_pager {
  display: flex
}

.c-slider-a__pager .bxsld_pager-link {
  box-sizing: border-box;
  float: none;
  width: 10px;
  height: 10px;
  padding: 0;
  margin: 0;
  cursor: pointer;
  background-color: #666;
  border-radius: 9999px;
  transition-duration: .3s;
  transition-property: transform
}

.c-slider-a__pager .bxsld_pager-link.active,
.c-slider-a__pager .bxsld_pager-link.active:hover {
  background-color: #cf122e;
  transform: scale(1.5, 1.5)
}

.c-slider-a__pager .bxsld_pager-link:hover {
  background: #666
}

.c-slider-a .bxsld_wrapper .bxsld_next,
.c-slider-a .bxsld_wrapper .bxsld_prev {
  background: 0 0
}

.c-slider-a__sub-title {
  display: block;
  font-size: 18px;
  font-weight: 600
}

.c-slider-a__date {
  display: block;
  font-size: 14px;
  font-weight: 300
}

@media screen and (min-width:640.02px),
print {
  .c-slider-a .c-image-outside-box-b__main {
    padding-top: 48px
  }
  .c-slider-a__item {
    max-width: 1360px;
    padding: 0 40px
  }

  .c-slider-a__next,
  .c-slider-a__prev {
    width: 40px;
    height: 40px;
    background-size: 36px
  }
}

@media screen and (min-width:640.02px) and (max-width:1100px),
print {
  .c-slider-a__controller {
    bottom: auto;
    height: 47.2vw
  }
}

@media screen and (min-width:1100.02px) {
  .c-slider-a {
    padding-bottom: 48px
  }

  .c-slider-a::after {
    position: absolute;
    top: 48px;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    display: block;
    content: "";
    background-color: #f5f5f5
  }

  .c-slider-a__controller {
    bottom: 48px
  }

  .c-slider-a__pager {
    max-width: 1440px;
    padding: 0 40px
  }

  .c-slider-a__pager .bxsld_pager-item:not(:first-child) {
    margin-left: 15px
  }
}

@media screen and (max-width:640px) {
  .c-slider-a {
    margin: 0 auto
  }

  .c-slider-a__item {
    box-sizing: border-box;
    padding-right: 12px;
    padding-left: 12px
  }

  .c-slider-a__controller {
    bottom: auto;
    width: 89.8666666667vw;
    height: 47.2vw
  }

  .c-slider-a__next,
  .c-slider-a__prev {
    width: 20px;
    height: 20px;
    background-size: 16px
  }
}

@media screen and (max-width:1100px),
print {
  .c-slider-a {
    padding-top: 48px;
    padding-bottom: 48px;
    background-color: #f5f5f5
  }

  .c-slider-a__pager .bxsld_pager {
    justify-content: center;
    width: 100%
  }

  .c-slider-a__pager .bxsld_pager-item:not(:first-child) {
    margin-left: 10px
  }
}
  */