@charset "UTF-8";
body {
  font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", sans-serif;
  color: #000;
  overflow-x: hidden;
}

@media screen and (max-width: 280px) { /*Galaxy Fold*/
  body {
    font-size: 14px;
  }
}
article {
  width: 100%;
}
section {
  position: relative;
}
.active {
  opacity: 1;
}
a {
  transition: .3s;
}
a:link, a:visited {
  color: #0000FF;
  font-weight: 700;
  text-decoration: underline;
}
a:hover {
  opacity: 0.7;
}
.textLeft {
  text-align: left;
  line-height: 1.4;
}
.textCenter {
  text-align: center;
  line-height: 1.4;
}
.textRight {
  text-align: right;
  line-height: 1.4;
}
.red {
  color: #E60012;
}
dt {
  font-weight: normal;
}
strong {
  font-weight: bold;
}
.slick-track {
  display: flex;
}
.slick-slide {
  height: auto !important;
}
/*
SP
==================================================== */
@media screen and (max-width: 759.9px) {
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
  #container {
    position: relative;
    z-index: 1;
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
   font-feature-settings: "palt";
   font-size: 2.4vw;
  }
  .main_kv {
    width: 100%;
    padding: 0;
    margin: 0 auto 10px auto;
  }
  .main_kv img {
    width: 100%;
  }
  /*navigation*/
  #topNavi {
    width: 100%;
    text-align: center;
    padding: 5px 0;
    box-sizing: border-box;
    background-color: #FFFBC7;
    margin: 0 0 20px;
  }
  #topNavi ul.topNavi_list {
    width: 100%;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding: 2px 10px;
    box-sizing: border-box;
  }
  #topNavi ul.topNavi_list li {
    width: 33.3%;
    color: #FFF;
    border-left: 1px dotted #000;
    font-size: 2vw;
  }
  #topNavi ul.topNavi_list li:nth-child(3),#topNavi ul.topNavi_list li:nth-child(5){
    border-right: 1px dotted #000;
  }
  #topNavi ul.topNavi_list li a{
    color: #000;
    padding: 10px 0;
    width: 100%;
    display: block;
    text-decoration: none;
    font-weight: 500;
  }

  .sec_wrap{
    width:100%;
    padding: 0 20px;
    box-sizing: border-box;
  }
  
  .sec_01{
    max-width: 930px;
    width: 100%;
    margin: 0 auto 30px auto;
    padding: 20px 10px;
    box-sizing: border-box;
    border: 2px solid #FFF100;
    font-size: 1.8vw;
    font-weight: 400;
    line-height: 1.5em;
  }
  .sec_01_box01{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0 0 10px 0;
  }
  .sec_01_box01{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .sec_01_box01 div:first-child{
    width: 60%;
    padding: 0 0 0 0;
    box-sizing: border-box;
  }
  .sec_01_box01 .sec01_img01{
    width: 38%;
    margin: 5vw 0 0 0;
  }
  .sec_01_box01 .sec01_img01 img{
    width: 100%;
  }

  .sec_01_box02{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .sec_01_box02 p{
    width:100%;
    padding: 0 0 10px 0;
    box-sizing: border-box;
  }
  .sec_01_box02 span{
    font-weight: 700;
    text-decoration: underline;
  }

  .sec_01_box02 .sec01_img02{
    width: 50%;
    margin: 0 auto;
  }
  .sec_01_box01 .sec01_img01 img,.sec_01_box02 .sec01_img02 img{
    width: 100%;
  }
  .sec_01_ttl{
    font-size: 2.4vw;
    font-weight: 700;
    margin: 0 0 10px 0;
    display: inline-block;
  }
  .sec_01_ttl span{
   background: linear-gradient(transparent 70%, #FFF100 70%);
   padding: 0 0 2px 0;
 }

  .sec_02{
    width: 100%;
    margin: 0 auto 30px auto;
    padding: 10px 15px;
    box-sizing: border-box;
    border-top: 6px solid #FFF100;
    border-bottom: 6px solid #FFF100;
    font-size: 2.6vw;
    font-weight: 700;
    line-height: 1.5em;
    background: url("../images/sec_02_back.png");
    display: flex;
    flex-wrap: wrap;
  }
  .sec_02 .sec_02_cts{
    width: 100%;
    margin: 0 0 10px 0;
  }
  .sec_02 .sec_02_cts table{
    margin: 0 0 10px 0;
  }
  .sec_02 .sec_02_cts table th{
	text-align-last: justify;
	text-justify: inter-ideograph;
  }
  .sec_02 .sec_02_cts p{
    font-weight: 500;
  }

  .sec_02 .sec_02_slider{
    width: 100%;
  }
  .sec_02 .sec_02_slider img{
    width: 100%;
  }

  .sec_03,.sec_04,.sec_05,.sec_06,.sec_07,.sec_08{
    width: 100%;
    margin: 0 auto 30px auto;
  }
  
  
  
  h2.h2_ttl{
    margin: 0 0 10px 0;
    background:url("../images/h2_bk_01.png") left 4px center no-repeat,url("../images/h2_bk_02.png") right 4px center no-repeat,#FFF100;
    border-radius: 10px;
    font-size: 3.8vw;
    font-weight: 700;
    text-align: center;
    padding: 10px 0;
  }
  h3.h3_ttl{
    margin: 0 0 10px 0;
    padding: 0 0 5px 0;
    font-size: 2.8vw;
    font-weight: 500;
    line-height: 1.5em;
  }
  h3.h3_ttl span{
    border-bottom: 5px solid #FFF100;
    display: inline-block;
  }
  .img_cause{
    margin: 0 0 5px 0;
  }
  .img_cause img{
    width: 100%;
  }

  .sec_03 p,.sec_04 p,.sec_05 p{
    margin: 0;
    font-size: 2.6vw;
    line-height: 1.5em;
  }
  .sec_03 ul.guideList,.sec_04 ul.guideList,.sec_05 ul.guideList{
    margin: 0;
    font-size: 2.6vw;
    line-height: 1.5em;
  }
  .sec_03 ul.guideList li,.sec_04 ul.guideList li,.sec_05 ul.guideList li{
    padding: 0!important;
  }
  .sec_07 h2{
    font-size: 3.8vw;
    color: #0068B7;
    font-weight: 700;
    text-align: center;
    border: 3px solid #0068B7;
    margin: 0 0 10px 0;
    border-radius: 10px;
    padding: 15px 0;
  }
  .sec_07 p.att{
    font-size: 2.6vw;
    color: #FFF;
    font-weight:500;
    text-align: center;
    margin: 0 0 20px 0;
    padding: 2px 0;
    background: #E60012;
  }
  .sec_07 ul.coupon{
    width: 100%;
  }
  .sec_07 ul.coupon li{
    width: 60%;
    margin: 0 auto 10px auto;
  }
  .sec_07 ul.coupon li .area{
    color: #0068B7;
    font-size: 3vw;
    margin: 0 0 5px 0;
    font-weight: 500;
  }
  .sec_07 ul.coupon li .coupon_cts{
    width: 100%;
    padding: 10px;
    box-sizing: border-box;
    border: 1px solid #666666;
  }
  .sec_07 ul.coupon li .coupon_cts .img_box img{
    width: 100%;
  }
  .sec_07 ul.coupon li .coupon_cts h3{
    font-size: 3vw;
    font-weight: 700;
    padding: 10px 0;
   text-align: center;
 }
  .sec_07 ul.coupon li .coupon_cts h4{
    margin: 0 0 10px 0;
  }
  .sec_07 ul.coupon li .coupon_cts h4 img{
    width: 100%;
  }
  .sec_07 ul.coupon li .coupon_cts p{
    font-size: 2.8vw;
    font-weight: 400;
    margin: 0 0 10px 0;
  }
  .sec_07 ul.coupon li .coupon_cts a{
    display: block;
    font-size: 3vw;
    color: #FFF;
    text-decoration: none;
    background: #88ABDA;
    border-radius: 10px;
    width: 100%;
    padding: 15px;
    box-sizing: border-box;
    text-align: center;
  }

   .tabiwa_campaign {
    width: 95%;
    margin: 0 auto 0 auto;
    box-sizing: border-box;
    border: 3px solid #F15A24;
  }
  .tabiwa_campaign h4 {
    color: #FFF;
    background: #F15A24;
    font-size: 3.8vw;
    text-align: center;
    padding: 10px 0;
    font-weight: 900;
  }

  
  .tabiwa_campaign .campaign_cts {
    width: 100%;
    padding: 10px;
    box-sizing: border-box;
  }
  .tabiwa_campaign .campaign_cts img {
    width: 100%;
    margin: 0 0 10px 0;
  }
  .tabiwa_campaign .campaign_cts p {
    width: 100%;
    margin: 0 0 10px 0;
    font-size: 2.8vw;
    line-height: 1.4em;
  }
  .tabiwa_campaign .campaign_btn a {
    width: 100%;
    display: block;
    color: #F15A24;
    font-size: 3vw;
    text-align: center;
    padding: 10px 0;
    background: url("../images/arow_02.svg") left 20px center no-repeat;
    border-radius: 10px;
    margin: 0 auto;
    border: 3px solid #F15A24;
    font-weight: 900;
    text-decoration: none;
  }

  
  .Application_cts{
    margin: 60px 0 0 0;
  }
  .Application_cts h4{
    font-weight: 700;
    font-size: 3.8vw;
    margin: 0 auto 15px auto;
    text-align: center;
    position: relative;
    display: inline-block;
    padding: 0 1.5em;
    left: 50%;
    transform: translateX(-50%);
  }
  .Application_cts h4:before{
    content: "＼ ";
    display: block;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
  }
  .Application_cts h4:after{
    content: " ／";
    display: block;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

  
  .Application_cts .Application_btn{
    margin: 0 0 20px 0;
  }
  .Application_cts .Application_btn .btn{
    width: 80%;
    margin: 0 auto 10px auto;
    background: #1D2088;
    border-radius: 10px;
    padding: 5px;
  }
  .Application_cts .Application_btn .btn_digtalticket{
    width: 100%;
    background: #7F1084;
    border-radius: 10px;
    padding: 5px;
    margin: 0 0 20px 0;
  }

  .Application_cts .Application_btn .btn a,.Application_cts .Application_btn .btn_digtalticket a{
    border-radius: 10px;
    width: 100%;
    display: block;
    color: #FFF;
    font-size: 3.4vw;
    font-weight: 900;
    text-decoration: none;
    text-align: center;
    border: 1px solid #FFF;
    padding: 15px 0;
    line-height: 1.5em;
  }
  .Application_cts h5{
    font-weight: 700;
    font-size: 2.7vw;
    margin: 0 0 5px 0;
  }


  .slide-dots {
    width: 100%;
    position: absolute;
    padding: 0;
    margin: 0;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    bottom:0px;
  }
  .slide-dots li {
    display: inline-block;
    margin: 0 5px !important;
    padding: 0 !important;
  }
  .slide-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 10px;
    height: 10px;
    padding: 0;
    cursor: pointer;
    border-radius: 100%;
    box-sizing: border-box;
    outline: none;
    background: #FFF;
  }
  .slide-dots li button:hover {
    background: #B4B4B4;
  }
  .slide-dots li button:focus {
    background: #B4B4B4;
  }
  .slide-dots li.slick-active button {
    background: #B4B4B4;
  }
  .prev-arrow {
    left: -8px;
    top: 50%;
    transform: translateY(-50%);
    background: url("../images/prev-arrow.png") no-repeat;
    width: 25px;
    height: 50px;
    position: absolute;
    cursor: pointer;
    z-index: 20;
    background-size: cover;
  }
  .next-arrow {
    right: -8px;
    top: 50%;
    transform: translateY(-50%);
    background: url("../images/next-arrow.png") no-repeat;
    width: 25px;
    height: 50px;
    position: absolute;
    cursor: pointer;
    z-index: 20;
    background-size: cover;
  }
  /*list横並び*/
  .itemList2, .itemList3, .itemList4 {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
  }
  .itemList2 > div, .itemList3 > div, .itemList4 > div {
    width: 100%;
    height: auto;
    align-self: stretch;
    padding: 10px;
  }
  .itemList2, .itemList3, .itemList4 > div img {
    width: 100%;
    height: auto;
  }
  /*注意事項*/
  .subttl {
    border-left: 6px solid #000;
    font-weight: bold;
    padding-left: 6px;
    margin: 5% 0 2%;
  }
  ul.guideList {
    line-height: 1.4;
    margin-top: 2%;
  }
  ul.guideList li {
    line-height: 1.4;
    padding-bottom: 8px;
    text-indent: -1em;
    margin-left: 1em;
    text-align: left;
  }
  ul.guideList li:last-child {
    padding-bottom: 0;
  }
  ul.guideList li:before {
    content: '・';
  }
  ul.guideList li.kome {
    line-height: 1.4;
    padding-bottom: 8px;
    text-indent: -1em;
    margin-left: 1em;
  }
  ul.guideList li.kome:before {
    content: '※';
  }
  ul.guideList li.kome1 {
    line-height: 1.4;
    padding-bottom: 8px;
    text-indent: -3.6em;
    margin-left: 3.6em;
  }
  ul.guideList li.kome1:before {
    content: '（※1）';
  }
  ul.guideList li.kome2 {
    line-height: 1.4;
    padding-bottom: 8px;
    text-indent: -3.6em;
    margin-left: 3.6em;
  }
  ul.guideList li.kome2:before {
    content: '（※2）';
  }
  ul.guideList li.kome3 {
    line-height: 1.4;
    padding-bottom: 8px;
    text-indent: -3.6em;
    margin-left: 3.6em;
  }
  ul.guideList li.kome3:before {
    content: '（※3）';
  }
  ul.guideList li span {
    color: #F00;
  }
  /*footer*/
  #footer {
    background-color: #F0F5FA;
  }
  #footer .inner {
    width: 96%;
    margin: 0 auto;
    padding: 2% 2%;
  }
  #footer .inner ul {
    font-size: 11px;
    line-height: 1.4;
    text-align: left;
  }
  #footer .inner ul li {
    display: inline-block;
    width: 46%;
    padding: 2% 0;
  }
  #footer .inner ul li:last-child {
    border-right: none;
  }
  #footer .copy {
    background-color: #0952a4;
    color: #FFFFFF;
    font-size: 9px;
    text-align: center;
    padding: 2% 0;
  }
  /*pagetop*/
  #pagetop {
    display: none;
    position: fixed;
    right: 10px;
    bottom: 10px;
    z-index: 100;
  }
  #pagetop a {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    width: 3em;
    height: 3em;
    background-color: rgba(255, 255, 255, .5);
    border: solid 1px #152a8c;
    border-radius: 50vh;
  }
  #pagetop a::after {
    content: '';
    width: 7px;
    height: 7px;
    border-style: solid;
    border-width: 0 6px 9px 6px;
    border-color: transparent transparent #152a8c transparent;
  }
  /*news*/
  #newsImportant {
    margin: 5px;
    display: flex;
    font-size: 11px;
  }
  #newsImportant dt {
    width: 72px;
    height: fit-content;
    background: #e62d2d;
    color: #FFF;
    text-align: center;
    border-radius: 3px;
    margin-top: 2px;
    padding: 3px 0;
  }
  #newsImportant dd {
    width: 100%;
    padding: 0 10px;
  }
  #newsImportant li {
    padding: 5px 3px 5px 12px;
    position: relative;
    font-size: 1.1em;
    font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", sans-serif;
  }
  #newsImportant li:nth-of-type(n+2) {
    border-top: 1px dotted #ccc;
  }
  #newsImportant li:before {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 6px solid #555555;
    border-right: 0;
    position: absolute;
    top: 7px;
    left: 0;
  }
}
/*
PC
==================================================== */
@media screen and (min-width: 760px), print {
  .pc {
    display: block;
  }
  .sp {
    display: none;
  }
  #container {
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
    font-feature-settings: "palt";
  font-size: 16px;
  }
  .main_kv {
    max-width: 930px;
    padding: 0;
    margin: 0 auto 15px auto;
  }
  .main_kv img {
    width: 100%;
  }
  /*navigation*/
  #topNavi {
    width: 100%;
    text-align: center;
    padding: 5px 0;
    box-sizing: border-box;
    background-color: #FFFBC7;
    margin: 0 0 30px;
  }
  #topNavi ul.topNavi_list {
    max-width: 930px;
    width: 100%;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding: 2px 0;
  }
  #topNavi ul.topNavi_list li {
    width: 33.3%;
    color: #FFF;
    border-left: 1px dotted #000;
  }
  #topNavi ul.topNavi_list li:nth-child(3),#topNavi ul.topNavi_list li:nth-child(5){
    border-right: 1px dotted #000;
  }
  #topNavi ul.topNavi_list li a{
    color: #000;
    padding: 10px 0;
    width: 100%;
    display: block;
    text-decoration: none;
    font-weight: 500;
  }

  .sec_wrap{
    width:100%;
    padding: 0 20px;
    box-sizing: border-box;
  }
  
  .sec_01{
    max-width: 930px;
    width: 100%;
    margin: 0 auto 70px auto;
    padding: 10px 15px;
    box-sizing: border-box;
    border: 2px solid #FFF100;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5em;
  }
  .sec_01_box01{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0 0 15px 0;
  }
  .sec_01_box01{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .sec_01_box01 div:first-child{
    width: calc(100% - 210px);
    padding: 0 0 0 0;
    box-sizing: border-box;
  }
  .sec_01_box01 .sec01_img01{
    width: 210px;
  }

  .sec_01_box02{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .sec_01_box02 p{
    width:calc(100% - 300px);
    padding: 0 10px 0 0;
    box-sizing: border-box;
  }
  .sec_01_box02 span{
    font-weight: 700;
    text-decoration: underline;
  }

  .sec_01_box02 .sec01_img02{
    width: 300px;
  }
  .sec_01_box01 .sec01_img01 img,.sec_01_box02 .sec01_img02 img{
    width: 100%;
  }
  .sec_01_ttl{
    font-size: 16px;
    font-weight: 700;
    margin: 0 0 10px 0;
    display: inline-block;
  }
  .sec_01_ttl span{
   background: linear-gradient(transparent 70%, #FFF100 70%);
   padding: 0 0 2px 0;
 }

  .sec_02{
    max-width: 930px;
    width: 100%;
    margin: 0 auto 70px auto;
    padding: 20px 15px;
    box-sizing: border-box;
    border-top: 6px solid #FFF100;
    border-bottom: 6px solid #FFF100;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.5em;
    background: url("../images/sec_02_back.png");
    display: flex;
    flex-wrap: wrap;
  }
  .sec_02 .sec_02_cts{
    width: calc(100% - 430px);
  }
  .sec_02 .sec_02_cts table{
    margin: 0 0 20px 0;
  }
  .sec_02 .sec_02_cts table th{
	text-align-last: justify;
	text-justify: inter-ideograph;
  }
  .sec_02 .sec_02_cts p{
    font-weight: 500;
  }

  .sec_02 .sec_02_slider{
    width: 430px;
  }
  .sec_02 .sec_02_slider img{
    width: 430px;
  }

  .sec_03,.sec_04,.sec_05,.sec_06,.sec_07,.sec_08{
    max-width: 930px;
    width: 100%;
    margin: 0 auto 70px auto;
  }
  
  
  
  h2.h2_ttl{
    margin: 0 0 30px 0;
    background:url("../images/h2_bk_01.png") left 4px center no-repeat,url("../images/h2_bk_02.png") right 4px center no-repeat,#FFF100;
    border-radius: 10px;
    font-size: 27px;
    font-weight: 700;
    text-align: center;
    padding: 17px 0;
  }
  h2.h2_ttl span:after{
    content: "　"
  }

  
  h3.h3_ttl{
    margin: 0 0 10px 0;
    padding: 0 0 5px 0;
    font-size: 17px;
    font-weight: 500;
  }
  h3.h3_ttl span{
    border-bottom: 5px solid #FFF100;
  }
  .img_cause{
    margin: 0 0 5px 0;
  }
  .img_cause img{
    width: 100%;
  }

  .sec_03 p,.sec_04 p,.sec_05 p{
    margin: 0;
    font-size: 16px;
  }
  .sec_03 ul.guideList,.sec_04 ul.guideList,.sec_05 ul.guideList{
    margin: 0;
    font-size: 16px;
    line-height: 1.5em;
  }
  .sec_03 ul.guideList li,.sec_04 ul.guideList li,.sec_05 ul.guideList li{
    padding: 0!important;
  }
  .sec_07 h2{
    font-size: 32px;
    color: #0068B7;
    font-weight: 700;
    text-align: center;
    border: 3px solid #0068B7;
    margin: 0 0 20px 0;
    border-radius: 10px;
    padding: 15px 0;
  }
  .sec_07 p.att{
    font-size: 16px;
    color: #FFF;
    font-weight:500;
    text-align: center;
    margin: 0 0 30px 0;
    padding: 2px 0;
    background: #E60012;
  }
  .sec_07 ul.coupon{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .sec_07 ul.coupon li{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 32%;
  }
  .sec_07 ul.coupon li .area{
    color: #0068B7;
    font-size: 19px;
    margin: 0 0 5px 0;
    font-weight: 500;
  }
  .sec_07 ul.coupon li .coupon_cts{
    width: 100%;
    padding: 10px;
    box-sizing: border-box;
    border: 1px solid #666666;
  }
  .sec_07 ul.coupon li .coupon_cts .img_box img{
    width: 100%;
  }
  .sec_07 ul.coupon li .coupon_cts h3{
    font-size: 22px;
    font-weight: 700;
    height: 80px;
    position: relative;
  }
  .sec_07 ul.coupon li .coupon_cts h3 span{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 100%;
    text-align: center;
  }
  .sec_07 ul.coupon li .coupon_cts h4{
    margin: 0 0 10px 0;
  }
  .sec_07 ul.coupon li .coupon_cts h4 img{
    width: 100%;
  }
  .sec_07 ul.coupon li .coupon_cts p{
    font-size: 16px;
    font-weight: 400;
    margin: 0 0 10px 0;
  }
  .sec_07 ul.coupon li .coupon_cts a{
    display: block;
    font-size: 18px;
    color: #FFF;
    text-decoration: none;
    background: #88ABDA;
    border-radius: 10px;
    width: 100%;
    padding: 15px;
    box-sizing: border-box;
    text-align: center;
  }

   .tabiwa_campaign {
    width: 95%;
    margin: 0 auto 0 auto;
    box-sizing: border-box;
    border: 3px solid #F15A24;
  }
  .tabiwa_campaign h4 {
    color: #FFF;
    background: #F15A24;
    font-size: 32px;
    text-align: center;
    padding: 10px 0;
    font-weight: 900;
  }

  
  .tabiwa_campaign .campaign_cts {
    width: 100%;
    padding: 30px 140px;
    box-sizing: border-box;
  }
  .tabiwa_campaign .campaign_cts img {
    width: 100%;
    margin: 0 0 20px 0;
  }
  .tabiwa_campaign .campaign_cts p {
    width: 100%;
    margin: 0 0 30px 0;
    font-size: 19px;
    line-height: 1.4em;
  }
  .tabiwa_campaign .campaign_btn a {
    width: 100%;
    display: block;
    color: #F15A24;
    font-size: 24px;
    text-align: center;
    padding: 10px 0;
    background: url("../images/arow_02.svg") left 20px center no-repeat;
    border-radius: 10px;
    margin: 0 auto;
    border: 3px solid #F15A24;
    font-weight: 900;
    text-decoration: none;
  }

  
  .Application_cts{
    margin: 60px 0 0 0;
  }
  .Application_cts h4{
    font-weight: 700;
    font-size: 24px;
    margin: 0 auto 25px auto;
    text-align: center;
    position: relative;
    display: inline-block;
    padding: 0 1.5em;
    left: 50%;
    transform: translateX(-50%);
  }
  .Application_cts h4:before{
    content: "＼ ";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
  }
  .Application_cts h4:after{
    content: " ／";
    display: block;
    position: absolute;
    right: 0;
    top: 0;
}

  
  .Application_cts .Application_btn{
    display:flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0 0 20px 0;
  }
  .Application_cts .Application_btn .btn{
    width: 45%;
    margin: 0 2.5%;
    background: #1D2088;
    border-radius: 10px;
    padding: 5px;
  }
  .Application_cts .Application_btn .btn_digtalticket{
    width: 94%;
    background: #7F1084;
    border-radius: 10px;
    padding: 5px;
    margin: 0 0 45px 0;
  }

  .Application_cts .Application_btn .btn a,.Application_cts .Application_btn .btn_digtalticket a{
    border-radius: 10px;
    width: 100%;
    display: block;
    color: #FFF;
    font-size: 24px;
    font-weight: 900;
    text-decoration: none;
    text-align: center;
    border: 1px solid #FFF;
    padding: 16px 0;
  }
  .Application_cts h5{
    font-weight: 700;
    font-size: 16px;
    margin: 0 0 5px 0;
  }

  

  .slide-dots {
    width: 100%;
    position: absolute;
    padding: 0;
    margin: 0;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    bottom: 0;
  }
  .slide-dots li {
    display: inline-block;
    margin: 0 5px !important;
    padding: 0 !important;
  }
  .slide-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 10px;
    height: 10px;
    padding: 0;
    cursor: pointer;
    border-radius: 100%;
    box-sizing: border-box;
    outline: none;
    background: #FFF;
  }
  .slide-dots li button:hover {
    background: #B4B4B4;
  }
  .slide-dots li button:focus {
    background: #B4B4B4;
  }
  .slide-dots li.slick-active button {
    background: #B4B4B4;
  }
  .prev-arrow {
    left: 0px;
    top: 50%;
    transform: translateY(-50%);
    background: url("../images/prev-arrow.png") no-repeat;
    width: 35px;
    height: 70px;
    position: absolute;
    cursor: pointer;
    z-index: 20;
    background-size: cover;
  }
  .next-arrow {
    right: 0px;
    top: 50%;
    transform: translateY(-50%);
    background: url("../images/next-arrow.png") no-repeat;
    width: 35px;
    height: 70px;
    position: absolute;
    cursor: pointer;
    z-index: 20;
    background-size: cover;
  }
  /*list横並び*/
  .itemList2, .itemList3, .itemList4 {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
  }
  .itemList2 > div {
    width: 50%;
    height: auto;
    align-self: stretch;
    padding: 10px;
  }
  .itemList3 > div {
    width: 33.33333%;
    height: auto;
    align-self: stretch;
    padding: 10px;
  }
  .itemList4 > div {
    width: 25%;
    height: auto;
    align-self: stretch;
    padding: 10px;
  }
  .itemList2, .itemList3, .itemList4 > div img {
    width: 100%;
    height: auto;
  }
  /*注意事項*/
  .subttl {
    border-left: 6px solid #000;
    font-weight: bold;
    padding-left: 6px;
    margin: 14px 0 6px;
  }
  ul.guideList {
    padding: 0;
    margin-top: 8px;
    line-height: 1.4;
  }
  ul.guideList li {
    list-style: none;
    line-height: 1.4;
    padding-bottom: 8px;
    text-indent: -1em;
    margin-left: 1em;
    text-align: left;
  }
  ul.guideList li:last-child {
    padding-bottom: 0;
  }
  ul.guideList li:before {
    content: '●';
  }
  ul.guideList li.kome {
    list-style: none;
    line-height: 1.4;
    padding-bottom: 8px;
    text-indent: -1em;
    margin-left: 1em;
  }
  ul.guideList li.kome:before {
    content: '※';
  }
  ul.guideList li.kome1 {
    list-style: none;
    line-height: 1.4;
    padding-bottom: 8px;
    text-indent: -1.8em;
    margin-left: 1.8em;
  }
  ul.guideList li.kome1:before {
    content: '※1 ';
  }
  ul.guideList li.kome2 {
    list-style: none;
    line-height: 1.4;
    padding-bottom: 8px;
    text-indent: -1.8em;
    margin-left: 1.8em;
  }
  ul.guideList li.kome2:before {
    content: '※2 ';
  }
  ul.guideList li.kome3 {
    list-style: none;
    line-height: 1.4;
    padding-bottom: 8px;
    text-indent: -2.6em;
    margin-left: 2.6em;
  }
  ul.guideList li.kome3:before {
    content: '※3 ';
  }
  ul.guideList li span {
    color: #F00;
  }
  ul.guideList li.red {
    color: #F00;
  }
  /*footer*/
  #footer {
    background-color: #F0F5FA;
  }
  #footer .inner {
    width: 990px;
    margin: 0 auto;
    padding: 20px 0;
  }
  #footer .inner ul {
    font-size: 13px;
    line-height: 1.4;
    text-align: center;
  }
  #footer .inner ul li {
    display: inline-block;
    padding: 0 6px;
    border-right: 1px solid #CCC;
  }
  #footer .inner ul li:last-child {
    border-right: none;
  }
  #footer .copy {
    background-color: #0952a4;
    color: #FFFFFF;
    font-size: 12px;
    text-align: center;
    padding: 10px 0;
  }
  /*pagetop*/
  #pagetop {
    display: none;
    position: fixed;
    right: 50px;
    bottom: 50px;
    cursor: pointer;
    z-index: 100;
  }
  #pagetop a {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    width: 80px;
    height: 80px;
    background-color: rgba(255, 255, 255, .5);
    border: solid 1px #152a8c;
    border-radius: 50vh;
  }
  #pagetop a::after {
    content: '';
    width: 7px;
    height: 7px;
    border-style: solid;
    border-width: 0 6px 9px 6px;
    border-color: transparent transparent #152a8c transparent;
  }
  #pagetop a:hover {
    background-color: #152a8c;
  }
  #pagetop a:hover::after {
    border-width: 0 6px 9px 6px;
    border-color: transparent transparent #fff transparent;
  }
  /*news*/
  #newsImportant {
    width: 100%;
    max-width: 970px;
    margin: 5px auto;
    display: flex;
    font-size: 12px;
    padding: 8px;
  }
  #newsImportant dt {
    width: 72px;
    height: fit-content;
    background: #e62d2d;
    color: #FFF;
    text-align: center;
    border-radius: 3px;
    margin-top: 1px;
    padding: 3px 0;
  }
  #newsImportant dd {
    width: 100%;
    padding: 0 10px;
  }
  #newsImportant li {
    padding: 3px 3px 3px 12px;
    position: relative;
    font-size: 13px;
    font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", sans-serif;
  }
  #newsImportant li:nth-of-type(n+2) {
    border-top: 1px dotted #ccc;
  }
  #newsImportant li:before {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 6px solid #555555;
    border-right: 0;
    position: absolute;
    top: 7px;
    left: 0;
  }
}