/*@include layout-SP {
}
*/
@font-face {
  font-family: 'Barlow-Black';
  src: url("/assets/common/font/BarlowSemiCondensed-Black.woff") format("woff"); }

@font-face {
  font-family: 'Barlow-Light';
  src: url("/assets/common/font/BarlowSemiCondensed-Light.woff") format("woff"); }

@font-face {
  font-family: 'Barlow-Medium';
  src: url("/assets/common/font/BarlowSemiCondensed-Medium.woff") format("woff"); }

@font-face {
  font-family: 'Barlow-Regular';
  src: url("/assets/common/font/BarlowSemiCondensed-Regular.woff") format("woff"); }

@font-face {
  font-family: 'Barlow-SemiBold';
  src: url("/assets/common/font/BarlowSemiCondensed-SemiBold.woff") format("woff"); }

@font-face {
  font-family: 'Barlow-Thin';
  src: url("/assets/common/font/BarlowSemiCondensed-Thin.woff") format("woff"); }

@font-face {
  font-family: 'Roboto-Bold';
  src: url("/assets/common/font/RobotoSlab-Bold.woff") format("woff"); }

@font-face {
  font-family: 'Roboto-Regular';
  src: url("/assets/common/font/RobotoSlab-Regular.woff") format("woff"); }

@font-face {
  font-family: 'Roboto-Light';
  src: url("/assets/common/font/RobotoSlab-Light.woff") format("woff"); }

.cp-CardA {
  display: block;
  width: 450px;
  height: 440px;
  background-color: #fff;
  position: relative;
  overflow: hidden; }

@media screen and (max-width: 768px) {
  .cp-CardA {
    width: 68vw;
    height: 84vw; } }

.cp-CardA_Mask {
  width: 100%;
  height: 252px;
  overflow: hidden; }

@media screen and (max-width: 768px) {
  .cp-CardA_Mask {
    height: auto; } }

.cp-CardA_Image {
  display: block;
  margin-right: auto;
  width: 100%;
  height: auto; }

.cp-CardA_Cate {
  position: absolute;
  top: 212px;
  right: 35px;
  z-index: 1;
  width: 80px;
  height: 80px; }

@media screen and (max-width: 768px) {
  .cp-CardA_Cate {
    top: 29vw;
    right: 4vw;
    width: 22vw;
    height: 16vw; } }

.cp-CardA_Bg {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 80px;
  height: 80px;
  background-color: #4abef2;
  z-index: 1;
  border-radius: 10px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%; }

@media screen and (max-width: 768px) {
  .cp-CardA_Bg {
    top: -4px;
    left: 4px;
    width: 19vw;
    height: 19vw; } }

.cp-CardA_CateText {
  font-size: 1rem;
  position: absolute;
  z-index: 2;
  color: #fff;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  line-height: 1.2;
  text-align: center; }

@media screen and (max-width: 768px) {
  .cp-CardA_CateText {
    font-size: 2.4vw; } }

.cp-CardA_Block {
  padding: 25px 20px 25px 25px; }

@media screen and (max-width: 768px) {
  .cp-CardA_Block {
    padding: 4vw 3vw 4vw 4vw; } }

.cp-CardA_Date {
  color: #222222;
  font-size: 1.4rem;
  font-family: 'Roboto-Regular'; }

@media screen and (max-width: 768px) {
  .cp-CardA_Date {
    font-size: 3.4vw; } }

.cp-CardA_Title {
  color: #1069c9;
  font-size: 1.6rem;
  line-height: 1.4;
  font-weight: bold;
  margin-top: 10px; }

@media screen and (max-width: 768px) {
  .cp-CardA_Title {
    margin-top: 4%;
    font-size: 3.6vw;
    line-height: 5vw; } }

.cp-CardA_Text {
  color: #222222;
  font-size: 1.4rem;
  line-height: 1.5;
  margin-top: 15px;
  letter-spacing: -1px; }

@media screen and (max-width: 768px) {
  .cp-CardA_Text {
    margin-top: 4%;
    font-size: 2.8vw;
    line-height: 4.6vw; } }

.cp-asideA {
  padding-bottom: 80px;
  width: 337px; }

@media screen and (max-width: 768px) {
  .cp-asideA {
    padding-bottom: 0;
    width: 100%; } }

.cp-asideA_Ttl {
  padding-top: 45px;
  padding-left: 105px;
  border-top: 1px solid #4c4c4c;
  font-family: "Barlow-SemiBold";
  font-size: 1.8rem;
  letter-spacing: 0.15em; }

@media screen and (max-width: 768px) {
  .cp-asideA_Ttl {
    padding-top: calc(35vw / 750 * 100);
    padding-left: 0;
    font-size: calc(24vw / 750 * 100);
    text-align: center; } }

.cp-asideA_SubTtl {
  display: table;
  margin-bottom: 20px;
  margin-left: 105px;
  padding-right: 20px;
  background: url("/assets/common/img/ico_more_open.png") right center no-repeat;
  background-size: 17px;
  cursor: pointer; }

@media screen and (max-width: 768px) {
  .cp-asideA_SubTtl {
    margin-right: auto;
    margin-bottom: calc(30vw / 750 * 100);
    margin-left: auto;
    padding-right: calc(30vw / 750 * 100);
    background-size: calc(26vw / 750 * 100) calc(22vw / 750 * 100); } }

.cp-asideA_SubTtl.close {
  background: url("/assets/common/img/ico_more_close.png") right center no-repeat;
  background-size: 17px; }

.cp-asideA_SubTtl.open + .cp-asideA_List {
  max-height: 100vh;
  -webkit-transition: all linear 0.5s;
  -o-transition: all linear 0.5s;
  transition: all linear 0.5s; }

.cp-asideA_SubTtlIn {
  letter-spacing: 0.15em; }

.cp-asideA_SubTtlIn:nth-of-type(1) {
  font-family: "Barlow-Regular";
  font-size: 1.8rem; }

@media screen and (max-width: 768px) {
  .cp-asideA_SubTtlIn:nth-of-type(1) {
    font-size: calc(26vw / 750 * 100); } }

.cp-asideA_SubTtlIn:nth-of-type(2) {
  font-size: 1.6rem; }

@media screen and (max-width: 768px) {
  .cp-asideA_SubTtlIn:nth-of-type(2) {
    font-size: calc(24vw / 750 * 100); } }

.cp-asideA_List {
  overflow: hidden;
  margin-bottom: 20px;
  margin-left: 105px; }

@media screen and (max-width: 768px) {
  .cp-asideA_List {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 0;
    margin-left: 0; } }

.cp-asideA_List.toggle {
  margin-bottom: 0;
  max-height: 0;
  -webkit-transition: all linear 0.5s;
  -o-transition: all linear 0.5s;
  transition: all linear 0.5s; }

@media screen and (max-width: 768px) {
  .cp-asideA_List-category .cp-asideA_ListIn {
    width: calc(265vw / 750 * 100); } }

@media screen and (max-width: 768px) {
  .cp-asideA_List-archive .main_asideListIn {
    width: calc(176vw / 750 * 100); } }

.cp-asideA_SubTtl.active + .main_asideList.toggle {
  max-height: 100vh;
  -webkit-transition: all linear 0.5s;
  -o-transition: all linear 0.5s;
  transition: all linear 0.5s; }

.cp-asideA_ItemLink {
  display: block;
  color: #222222;
  font-size: 1.3rem;
  position: relative;
  margin-bottom: 20px;
  padding-left: 20px;
  top: 0; }

@media screen and (max-width: 768px) {
  .cp-asideA_ItemLink {
    margin-bottom: calc(25vw / 750 * 100);
    padding-left: calc(30vw / 750 * 100);
    font-size: calc(18vw / 750 * 100); } }

.cp-asideA_ItemLink:before {
  content: '';
  position: absolute;
  background-image: url("/assets/common/img/pc-menu_side_ten.png");
  width: 20px;
  height: 1px;
  background-repeat: no-repeat;
  background-size: contain;
  left: 0px;
  top: calc(50% - 1px); }

@media screen and (max-width: 768px) {
  .cp-asideA_ItemLink:before {
    width: calc(20vw / 750 * 100);
    height: calc(2vw / 750 * 100);
    background-image: url("/assets/common/img/sp-menu_side_ten.png"); } }

@media screen and (max-width: 768px) {
  .cp-asideA_List-archive .cp-asideA_ListIn {
    width: calc(195vw / 750 * 100); } }

.pagination-container {
  clear: both;
  width: 100%;
  text-align: center; }

.pagination-container .pagination li {
  display: inline-block;
  margin: 0 4px; }

@media only screen and (max-width: 767px) {
  .pagination-container .pagination li {
    margin: 0; } }

.pagination-container .pagination li a, .pagination-container .pagination li span {
  display: block;
  width: auto;
  text-align: center;
  font-size: 1.3rem;
  margin-left: 0;
  position: relative;
  padding: 17px; }

@media only screen and (max-width: 767px) {
  .pagination-container .pagination li a, .pagination-container .pagination li span {
    width: auto;
    padding: 8px;
    font-size: 1rem; } }

.pagination-container .pagination li a {
  color: #000000;
  background-color: #f6f6f6; }

@media only screen and (max-width: 767px) {
  .pagination-container .pagination li a {
    width: auto;
    padding: 8px;
    font-size: 1rem; } }

.pagination-container .pagination li a:hover {
  background: #e8f409; }

.pagination-container .pagination li span {
  color: #ccc;
  border: 1px solid #efefef; }

@media only screen and (max-width: 767px) {
  .pagination-container .pagination li span {
    width: auto;
    padding: 8px;
    font-size: 1rem; } }

.pagination-container .pagination li:first-child a, .pagination-container .pagination li:first-child span {
  display: block;
  width: 60px;
  text-indent: -9999px;
  content: " ";
  background: #f6f6f6 url(/assets/common/img/btn_ya_b_sml_left.png) no-repeat center center;
  background-size: 35px auto;
  border: none; }

@media only screen and (max-width: 767px) {
  .pagination-container .pagination li:first-child a, .pagination-container .pagination li:first-child span {
    width: 30px;
    background: #f6f6f6 url(/assets/common/img/btn_ya_b_sml_left.png) no-repeat center center;
    background-size: 17.5px auto; } }

.pagination-container .pagination li:first-child a:hover {
  background-color: #e8f409; }

.pagination-container .pagination li:first-child span {
  opacity: 0.6; }

.pagination-container .pagination li:last-child a, .pagination-container .pagination li:last-child span {
  display: block;
  width: 60px;
  text-indent: -9999px;
  content: " ";
  background: #f6f6f6 url(/assets/common/img/btn_ya_b_sml.png) no-repeat center center;
  background-size: 35px auto;
  border: none; }

@media only screen and (max-width: 767px) {
  .pagination-container .pagination li:last-child a, .pagination-container .pagination li:last-child span {
    width: 30px;
    background: #f6f6f6 url(/assets/common/img/btn_ya_b_sml.png) no-repeat center center;
    background-size: 17.5px auto; } }

.pagination-container .pagination li:last-child a:hover {
  background-color: #e8f409; }

.pagination-container .pagination li:last-child span {
  opacity: 0.6; }

.pagination-container .pagination li.active a, .pagination-container .pagination li.active span {
  background: #e8f409;
  border: none;
  color: #000000; }

.cp-conShare_Ttl {
  text-align: center; }

.cp-conShare_TtlIn {
  font-size: 1.8rem;
  letter-spacing: 0.15em; }

@media screen and (max-width: 768px) {
  .cp-conShare_TtlIn {
    font-size: calc(24vw / 750 * 100); } }

.cp-conShare_List {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 85px; }

@media screen and (max-width: 768px) {
  .cp-conShare_List {
    margin-bottom: calc(120vw / 750 * 100); } }

.cp-conShare_Item {
  margin-right: 30px;
  margin-left: 30px; }

@media screen and (max-width: 768px) {
  .cp-conShare_Item {
    margin-right: calc(45vw / 750 * 100);
    margin-left: calc(45vw / 750 * 100); } }

.cp-conShare_ItemLinkImg {
  width: 43px; }

@media screen and (max-width: 768px) {
  .cp-conShare_ItemLinkImg {
    width: calc(66vw / 750 * 100); } }

/*===============================================
 eventnews_news eventnews_news_detail
===============================================*/
.otherContents ul {
  text-align: center; }

/*===============================================
 eventnews_news
===============================================*/
.eventnews_news .conTtl {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  margin-right: auto;
  margin-left: auto;
  width: 1140px;
  font-size: 2rem;
  letter-spacing: 0.05em;
  line-height: 1; }

@media screen and (max-width: 768px) {
  .eventnews_news .conTtl {
    margin-bottom: calc(80vw / 750 * 100); } }

.eventnews_news .main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-right: auto;
  margin-top: 75px;
  margin-bottom: 120px;
  margin-left: auto;
  padding: 0;
  width: 1140px; }

@media screen and (max-width: 768px) {
  .eventnews_news .main {
    margin-top: calc(75vw / 750 * 100);
    margin-bottom: calc(50vw / 750 * 100);
    width: calc(650vw / 750 * 100); } }

.eventnews_news .main_list {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-bottom: 90px;
  width: 750px; }

@media screen and (max-width: 768px) {
  .eventnews_news .main_list {
    padding-bottom: calc(40vw / 750 * 100);
    width: 100%; } }

.eventnews_news .cp-asideA {
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3; }

@media screen and (max-width: 768px) {
  .eventnews_news .cp-asideA {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4; } }

.eventnews_news .cp-CardA_Bg {
  background-color: #49c89a; }

.eventnews_news .pagination-container {
  -webkit-box-ordinal-group: 5;
  -ms-flex-order: 4;
  order: 4; }

@media screen and (max-width: 768px) {
  .eventnews_news .pagination-container {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    margin-bottom: calc(50vw / 750 * 100); } }

.eventnews_news .main_item {
  margin-bottom: 30px;
  width: 360px;
  background: #f6f6f6; }

@media screen and (max-width: 768px) {
  .eventnews_news .main_item {
    margin-bottom: calc(60vw / 750 * 100);
    width: 100%; } }

.eventnews_news .main_item:nth-of-type(2n) {
  margin-left: 30px; }

@media screen and (max-width: 768px) {
  .eventnews_news .main_item:nth-of-type(2n) {
    margin-left: 0; } }

.eventnews_news .main_itemImgBox {
  height: 202px; }

@media screen and (max-width: 768px) {
  .eventnews_news .main_itemImgBox {
    height: calc(365vw / 750 * 100); } }

@media screen and (max-width: 768px) {
  .eventnews_news .main_itemDef {
    padding-top: 3vw; } }

.eventnews_news .main_itemDefTtl {
  margin-bottom: 20px; }

@media screen and (max-width: 768px) {
  .eventnews_news .main_itemDefTtl {
    margin-bottom: calc(20vw / 750 * 100); } }

.eventnews_news .main_itemTxt {
  top: 175px; }

@media screen and (max-width: 768px) {
  .eventnews_news .main_itemTxt {
    top: calc(320vw / 750 * 100); } }

.eventnews_news .main_itemTxt::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 80px;
  height: 80px;
  background-color: #4fc79b;
  z-index: 1;
  border-radius: 10px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%; }

@media screen and (max-width: 768px) {
  .eventnews_news .main_itemTxt::after {
    width: 16vw;
    height: 16vw; } }

.eventnews_news .main_itemDefTime {
  font-size: 1.6rem; }

@media screen and (max-width: 768px) {
  .eventnews_news .main_itemDefTime {
    font-size: 3.6vw; } }

.eventnews_news .main_itemDefDesc {
  font-size: 1.4rem;
  letter-spacing: 0.05em;
  line-height: 1.71429; }

@media screen and (max-width: 768px) {
  .eventnews_news .main_itemDefDesc {
    font-size: calc(24vw / 750 * 100);
    letter-spacing: 0;
    line-height: 1.66667; } }

.eventnews_news .cp-CardA_Date {
  font-size: 1.6rem; }

@media screen and (max-width: 768px) {
  .eventnews_news .cp-CardA_Date {
    font-size: 3.6vw; } }

.eventnews_news .cp-CardA_Cate {
  position: absolute;
  top: 160px;
  right: 35px;
  z-index: 1;
  width: 80px;
  height: 80px; }

@media screen and (max-width: 768px) {
  .eventnews_news .cp-CardA_Cate {
    top: 40vw;
    right: 6vw;
    width: 16vw;
    height: 16vw; } }

.eventnews_news .cp-CardA_Cate::after {
  width: 80px;
  height: 80px; }

@media screen and (max-width: 768px) {
  .eventnews_news .cp-CardA_Cate::after {
    width: 16vw;
    height: 16vw; } }

/*===============================================
 eventnews_news_detail
===============================================*/
.eventnews_news_detail .conTtl {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  margin-right: auto;
  margin-left: auto;
  width: 1140px;
  font-size: 2rem;
  letter-spacing: 0.05em;
  line-height: 1; }

@media screen and (max-width: 768px) {
  .eventnews_news_detail .conTtl {
    margin-bottom: calc(80vw / 750 * 100); } }

.eventnews_news_detail .main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-right: auto;
  margin-top: 75px;
  margin-bottom: 0;
  margin-left: auto;
  padding: 0;
  width: 1140px; }

@media screen and (max-width: 768px) {
  .eventnews_news_detail .main {
    margin-top: calc(75vw / 750 * 100);
    margin-bottom: calc(50vw / 750 * 100);
    width: calc(690vw / 750 * 100); } }

.eventnews_news_detail .main_con {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
  position: relative;
  z-index: 2;
  padding-bottom: 70px;
  width: 750px; }

@media screen and (max-width: 768px) {
  .eventnews_news_detail .main_con {
    padding-bottom: calc(40vw / 750 * 100);
    width: 100%; } }

.eventnews_news_detail .cp-asideA {
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3; }

.eventnews_news_detail .main_conTxt {
  top: 0; }

@media screen and (max-width: 768px) {
  .eventnews_news_detail .main_conTxt {
    width: 16vw;
    height: 16vw; } }

.eventnews_news_detail .main_conTxt::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 80px;
  height: 80px;
  background-color: #4fc79b;
  z-index: 1;
  border-radius: 10px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%; }

@media screen and (max-width: 768px) {
  .eventnews_news_detail .main_conTxt::after {
    width: 16vw;
    height: 16vw; } }

.eventnews_news_detail .main_conTime {
  margin-bottom: 10px;
  font-family: "Roboto-Regular";
  font-size: 1.2rem;
  letter-spacing: 0.1em; }

@media screen and (max-width: 768px) {
  .eventnews_news_detail .main_conTime {
    margin-bottom: calc(15vw / 750 * 100);
    padding-left: calc(20vw / 750 * 100);
    font-size: calc(20vw / 750 * 100); } }

.eventnews_news_detail .main_conTtl {
  margin-bottom: 35px;
  width: 600px;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.38889;
  color: #0066cc; }

@media screen and (max-width: 768px) {
  .eventnews_news_detail .main_conTtl {
    margin-bottom: calc(50vw / 750 * 100);
    padding-left: calc(20vw / 750 * 100);
    width: calc(480vw / 750 * 100);
    font-size: calc(28vw / 750 * 100);
    line-height: 1.28571; } }

.eventnews_news_detail .main_conIn:nth-of-type(1) {
  margin-bottom: 60px;
  padding-top: 25px;
  padding-right: 25px;
  padding-left: 25px;
  background-color: #f6f6f6; }

@media screen and (max-width: 768px) {
  .eventnews_news_detail .main_conIn:nth-of-type(1) {
    margin-bottom: calc(50vw / 750 * 100);
    padding-top: calc(20vw / 750 * 100);
    padding-right: calc(20vw / 750 * 100);
    padding-left: calc(20vw / 750 * 100); } }

.eventnews_news_detail .main_conInImg {
  display: block;
  margin-bottom: 30px; }

@media screen and (max-width: 768px) {
  .eventnews_news_detail .main_conInImg {
    margin-bottom: calc(45vw / 750 * 100); } }

.eventnews_news_detail .main_conInWrite {
  padding-bottom: 30px;
  font-size: 1.4rem;
  line-height: 1.71429; }

@media screen and (max-width: 768px) {
  .eventnews_news_detail .main_conInWrite {
    font-size: calc(24vw / 750 * 100);
    line-height: 1.66667; } }

.eventnews_news_detail .main_conInWrite strong {
  font-weight: bold; }

.eventnews_news_detail .main_conInWrite strong * {
  font-weight: bold; }

.eventnews_news_detail .main_conInWrite em {
  font-style: italic; }

.eventnews_news_detail .main_conInWrite a {
  text-decoration: underline;
  color: #0066cc; }

.eventnews_news_detail .main_conInWrite a:link {
  text-decoration: underline;
  color: #0066cc; }

.eventnews_news_detail .main_conInWrite a:hover {
  text-decoration: none;
  color: #0066cc; }

.eventnews_news_detail .main_conIn:nth-of-type(2) {
  margin-right: auto;
  margin-left: auto;
  width: 750px; }

@media screen and (max-width: 768px) {
  .eventnews_news_detail .main_conIn:nth-of-type(2) {
    width: calc(590vw / 750 * 100); } }

.eventnews_news_detail .main_conIn:nth-of-type(2) .main_conListBox {
  position: relative;
  z-index: 1; }

.eventnews_news_detail .main_conIn:nth-of-type(2) .main_conList {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: calc(46vw / 750 * 100); }

@media screen and (max-width: 768px) {
  .eventnews_news_detail .main_conIn:nth-of-type(2) .main_conList {
    width: 100%; } }

.eventnews_news_detail .main_conIn:nth-of-type(2) .main_conItem {
  width: 275px; }

@media screen and (max-width: 768px) {
  .eventnews_news_detail .main_conIn:nth-of-type(2) .main_conItem {
    width: calc(275vw / 750 * 100); } }

.eventnews_news_detail .main_conIn:nth-of-type(2) .main_conItemLink:hover {
  opacity: 0.8;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s; }

.eventnews_news_detail .main_conIn:nth-of-type(2) .main_conItemLinkImgBox {
  display: block;
  width: 275px;
  height: 155px; }

@media screen and (max-width: 768px) {
  .eventnews_news_detail .main_conIn:nth-of-type(2) .main_conItemLinkImgBox {
    position: relative;
    z-index: 1;
    overflow: hidden;
    display: block;
    width: calc(275vw / 750 * 100);
    height: calc(155vw / 750 * 100); } }

@media screen and (max-width: 768px) {
  .eventnews_news_detail .main_conIn:nth-of-type(2) .main_colInItemLink {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%; } }

.eventnews_news_detail .main_conIn:nth-of-type(2) .main_conItemLinkImg {
  -o-object-fit: cover;
  object-fit: cover;
  font-family: 'object-fit: cover;';
  width: 100%;
  height: 100%;
  vertical-align: bottom; }

@media screen and (max-width: 768px) {
  .eventnews_news_detail .main_conIn:nth-of-type(2) .main_conItemLinkImg {
    position: absolute;
    top: 0;
    left: 0;
    display: table;
    max-width: 100%;
    width: 100%;
    height: 100%; } }

.eventnews_news_detail .main_conIn:nth-of-type(2) .main_conItemLinkTxtBox {
  display: block;
  padding-top: 10px;
  padding-right: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
  min-height: 60px;
  background-color: #f6f6f6; }

@media screen and (max-width: 768px) {
  .eventnews_news_detail .main_conIn:nth-of-type(2) .main_conItemLinkTxtBox {
    padding-top: calc(20vw / 750 * 100);
    padding-right: calc(20vw / 750 * 100);
    padding-bottom: calc(20vw / 750 * 100);
    padding-left: calc(20vw / 750 * 100);
    min-height: calc(120vw / 750 * 100); } }

.eventnews_news_detail .main_conIn:nth-of-type(2) .main_conItemLinkTime {
  display: block;
  font-size: 1.2rem;
  letter-spacing: 0.1em; }

@media screen and (max-width: 768px) {
  .eventnews_news_detail .main_conIn:nth-of-type(2) .main_conItemLinkTime {
    font-size: calc(20vw / 750 * 100); } }

.eventnews_news_detail .main_conIn:nth-of-type(2) .main_conItemLinkTxt {
  display: block;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.375;
  color: #0066cc; }

@media screen and (max-width: 768px) {
  .eventnews_news_detail .main_conIn:nth-of-type(2) .main_conItemLinkTxt {
    font-size: calc(24vw / 750 * 100); } }

.eventnews_news_detail .main_conIn:nth-of-type(2) .main_conArrow {
  position: absolute;
  bottom: 0;
  margin-bottom: 96px;
  width: 11px;
  height: 18px; }

@media screen and (max-width: 768px) {
  .eventnews_news_detail .main_conIn:nth-of-type(2) .main_conArrow {
    margin-bottom: calc(290vw / 750 * 100);
    width: calc(20vw / 750 * 100);
    height: calc(36vw / 750 * 100); } }

.eventnews_news_detail .main_conIn:nth-of-type(2) .main_conArrow:nth-of-type(1) {
  left: 0;
  margin-left: -22px; }

@media screen and (max-width: 768px) {
  .eventnews_news_detail .main_conIn:nth-of-type(2) .main_conArrow:nth-of-type(1) {
    margin-left: calc(-50vw / 750 * 100); } }

.eventnews_news_detail .main_conIn:nth-of-type(2) .main_conArrow:nth-of-type(2) {
  right: 0;
  margin-right: -22px; }

@media screen and (max-width: 768px) {
  .eventnews_news_detail .main_conIn:nth-of-type(2) .main_conArrow:nth-of-type(2) {
    margin-right: calc(-50vw / 750 * 100); } }

.eventnews_news_detail .main_conIn:nth-of-type(2) .main_conBtn {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  margin-top: 80px;
  width: 184px; }

@media screen and (max-width: 768px) {
  .eventnews_news_detail .main_conIn:nth-of-type(2) .main_conBtn {
    position: relative;
    margin-top: 0;
    margin-bottom: calc(55vw / 750 * 100);
    width: calc(370vw / 750 * 100); } }

.eventnews_news_detail .main_conIn:nth-of-type(2) .main_conBtnLink {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 30px;
  height: 54px;
  background-color: #e8f409;
  font-size: 1.4rem;
  letter-spacing: 0.15em; }

@media screen and (max-width: 768px) {
  .eventnews_news_detail .main_conIn:nth-of-type(2) .main_conBtnLink {
    padding-left: calc(55vw / 750 * 100);
    height: calc(108vw / 750 * 100);
    font-size: calc(28vw / 750 * 100); } }

.eventnews_news_detail .main_conIn:nth-of-type(2) .main_conBtnLink:hover {
  background-color: #7deda9;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s; }

.eventnews_news_detail .main_conIn:nth-of-type(2) .main_conBtnLink::after {
  content: '';
  position: absolute;
  z-index: 2;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  margin-right: 14px;
  width: 33px;
  height: 17px;
  background: url("/assets/common/img/btn_ya_back_b.png") right center no-repeat;
  background-size: contain; }

@media screen and (max-width: 768px) {
  .eventnews_news_detail .main_conIn:nth-of-type(2) .main_conBtnLink::after {
    margin-right: calc(28vw / 750 * 100);
    width: calc(68vw / 750 * 100);
    height: calc(34vw / 750 * 100); } }

.eventnews_news_detail .cp-CardA_Bg {
  background-color: #49c89a; }
