@charset "utf-8";
/* CSS Document */


html {
	
}
#main {
  box-sizing: border-box;
  font-size: 1.8rem;
  color: #323743;
  line-height: 1.7;
  margin: 0 auto;
  background-color: #f5f5f5;
  /*width: 100%;*/
}

.bodyWrap {
  overflow-x: hidden;
}

.kv_wrap {
  position: relative;
}
.kv_text {
  position: absolute;
  bottom: 2px;
  right: 10px;
  text-align: right;
  color: #fff;
  font-size: 1.5rem;
}
.main_top h1 {
  margin: 0 auto;
  text-align: center;
}


.txt_box {
  /*background: url("../images/info_bg.png");*/
  padding: 20px 32px;
  z-index: 2;
}

.txt_box p {
  color: #fff;
}
.first_text {
  padding-bottom: 30px;
  border-bottom: 1px solid #fff;
  font-weight: bold;
  line-height: 1.2;
  max-width: 775px;
}
.first_text .small {
  font-size: 2.0rem;
}
.first_text .gold {
  color: #ba975d;
  font-size: 7.0rem;
}
.second_text {
  font-size: 2.0rem;
  padding-top: 40px;
  text-align: left;
  max-width: 775px;
}

.anc_area {
  margin: 0 auto;
  /*padding: 70px 0;*/
  padding: 20px 0;
}

.anc_area ul {
  display: flex;
  justify-content: center;
  gap: 30px;
  width: 100%;
}
.anc_area ul li {
  display: flex;
  justify-content: center;
  align-items: stretch;
  width: calc(80% / 3);
}

.anc_area ul li a {
  color: #fff;
  position: relative;
  padding: 10px 80px;
  border: 1px solid #041e42;
  font-size: 2.1rem;
  font-weight: bold;
  background-color: #041e42;
  border-radius: 40px;
  text-align: center;
  box-shadow: 3px 3px 5px 0px rgba(199, 199, 199, 1);
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  flex-direction: column;
}
.anc_area ul li:first-child a {
  line-height: 28px;
}

.anc_area ul li+li+li a {
  line-height: 28px;
}
.anc_area ul li a::after {
  position: absolute;
  content: "";
  /*background: url("../images/icon_arrow.png") no-repeat;*/
  border-right: 3px solid #fff;
  border-bottom: 3px solid #fff;
  transform: translateY(-50%) rotate(45deg);
  width: 15px;
  height: 15px;
  right: 60px;
  top: 45%;
}
.anc_area ul li a .small_text {
  font-size: 1.8rem;
}
.point_box {
  padding: 10px 0 50px;
  background-color: #fff;
  margin-bottom: 60px;
}
.point_h_wrap {
  text-align: center;
  margin-bottom: 20px;
}
.point_h_wrap p {
  font-size: 1.8rem;
  font-weight: 700;
}
.point_h_wrap p .red {
  color: #c80024;
}
h3 {
  margin: 0;
}
.point_head {
  font-size: 3.7rem;
  font-weight: bold;
  text-align: center;
  position: relative;
}
.point_head::first-letter {
  color: #c80024;
}
.point_head::after {
  position: absolute;
  bottom: -10px;
  left: 49%;
  transform: translateX(-49%);
  content: "";
  max-width: 469px;
  max-height: 26px;
  width: 100%;
  height: 100%;
  background: url("../images/point_bar.png") no-repeat;
}

.point_detail {
  max-width: 1120px;
  margin: 0 auto;
  position: relative;
  z-index: 5;
}

.pt_ttl {
  color: #fff;
  font-size: 2.2rem;
  font-weight: bold;
  background:  linear-gradient(165deg, #c80024 0%, #c80024 80%, #041e42 20%, #041e42 100%);
  text-align: center;
  padding: 25px 0;
  border-radius: 28px 28px 0 0;
}
.point01, .point02, .point03, .point04 {
  box-shadow: 3px 3px 5px 0px rgba(199, 199, 199, 1);
  border-radius: 28px;
  margin-bottom: 40px;
}
.pt_wrap {
  display: flex;
  justify-content: space-evenly;
  background-color: #f5f5f5;
  align-items: center;
  border-radius: 0 0 28px 28px;
  padding: 25px 30px;
}
.pt01_1 {
  font-size: 1.7rem;
  /*width: 650px;*/
  width: 50%;
}
.pt01_1 .blue, .point04 .blue {
  color: #041e42;
  font-weight: bold;
  font-size: 1.7rem;
}
.pt01_1_1 {
  display: flex;
  flex-wrap: wrap;
  max-width: 530px;
  justify-content: space-between;
  align-items: center;
}
.pt_midText {
  font-size: 2.0rem;
  font-weight: bold;
 width: 100%;
  text-align: center; /* これでテキストが中央に */
}
.more p {
  color: #c80024;
}
.add ul li {
  color: #c80024;
  padding: 5px 20px;
  background-color: #fff;
  border-radius: 20px;
  border: solid 1px #c80024;
}
.add ul li:nth-of-type(n+2) {
  margin-top: 10px;
}
.txt_s {
  font-size: 1.3rem;
  margin-top: 25px;
}
  figcaption {
    font-size: 1.3rem;
    text-align: end;
    margin-right: 30px;
  }
.pt01_2 p {
  color: #041e42;
  padding: 20px 30px;
  background-color: #fff;
  max-width: 450px;
  width: 100%;
  font-size: 1.6rem;
  border: 1px solid #fff;
  border-radius: 20px;
}
.pt01_2 .blue_b {
  font-weight: bold;
}

.pt02_03_wrap {
  display: flex;
  /*justify-content: space-between;*/
  justify-content: center;
  margin-top: 40px;
}

.ttl_s {
  font-size: 1.8rem;
}
.point02 {
 /* width: 48%;*/
 width: 75%;
  background: #f5f5f5;
}
.point02 .pt_wrap {
  padding: 35px 45px;
}
.point ul {
  padding: 0;
}
.point03 {
  width: 48%;
  background: #f5f5f5;
}
.point03 .pt_wrap03 {
  align-items: center;
  border-radius: 0 0 28px 28px;
  padding: 50px 45px;
}
.point04 .pt_wrap {
  position: relative;
}
/*.point04 .pt_wrap::after {
  position: absolute;
  content: "";
  width: 131px;
  height: 106px;
  right: 30px;
  background: url("../images/icon_baseball.png") no-repeat;
}*/
.point04 .pt_wrap {
  justify-content: space-between;
}
.point04 .guide_info {
  margin-top: 20px;
  font-size: 1.7rem;
}

.schedule_box {
  padding: 50px 0;
  background-color: #fff;
  /*margin-bottom: 100px;*/
}

.course_box {
  padding: 35px 0 50px;
  display: flex;
}

.crs_item {
  max-width: 480px;
  background-color: #fff;
  border-radius: 20px;
  box-shadow: 0 1px 3px 1px rgba(0, 0, 0, .1);
}
.crs_card {
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.crs_card_body {
  padding: 30px 30px 20px;
}
.crs_card_iconBox {
  display: flex;
  align-items: center;
}
.crs_card_code {
  display: inline-block;
  padding: 3px 10px;
  /*border: 2px solid #041e42;*/
  background-color: #041e42;
  color: #fff;
  text-align: center;
  min-width: 90px;
  font-size: 2.0rem;
  line-height: 1.0;
}
.crs_card_title {
  margin-top: 16px;
  font-size: 2.6rem;
  font-weight: 700;
  transition: color .25s cubic-bezier(.4, 0, .2, 1) 0s;
}
.crs_card_sub {
  margin-top: 5px;
}
.crs_card_unit {
  margin-top: 10px;
  font-size: 1.6rem;
  color: #707070;
  text-align: right;
}
.crs_card_price {
  margin-top: 10px;
  font-size: 3.4rem;
  color: #d02335;
  font-weight: 700;
  line-height: 1.2;
  text-align: right;
}
.crs_h {
  color: #041e42;
  background: #ededed;
  padding: 20px 0;
  text-align: center;
  margin: 25px 0;
  font-size: 2.0rem;
  font-weight: 700;
  
}
.crs_h .red {
  color: #d02335;
}
.nocrs_wrap {
  margin: 330px 0;
}
.noCourse {
  padding: 50px;
  text-align: center;
  font-weight: bold;
}
.match_sc {
  margin: 30px auto 70px;
  max-width: 700px;
  width: 100%;
  /*margin-left: 70px;*/
  background-color: #fff;
  z-index: 1;
}
.hatch_sc_head_01, .hatch_sc_head_02 {
  font-size: 2.0rem;
  color: #041e42;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  position: relative;
  /*margin-bottom: 25px;*/
  padding: 15px 0;
  border: 1px solid #041e42;
}
.hatch_sc_head_01::before {
  position: absolute;
  content: "";
  top: 4%;
  left: 30%;
  width: 45px;
  height: 45px;
  background: url("../images/icon_dodgers.png") no-repeat;
  background-size: contain;
}
/*.hatch_sc_head_01::after {
  position: absolute;
  content: "";
  top: 4%;
  right: 2%;
  width: 45px;
  height: 45px;
  background: url("../images/icon_dodgers.png") no-repeat;
  background-size: contain;
}*/
.hatch_sc_head_02::before {
  position: absolute;
  content: "";
  top: 4%;
  left: 18%;
  width: 45px;
  height: 45px;
  background: url("../images/icon_dodgers.png") no-repeat;
  background-size: contain;
}

.p_small {
  font-size: 1.4rem;
}
.schedule_list {
  max-width: 700px;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  color: #041e42;
  align-items: center;
  /*justify-content: space-between;*/
  border: 1px solid #041e42;
  padding-right: 10px;
}
.s_1 {
  border-bottom: none;
}
.s_2 {
  border-top: none;
}
.s_2_1 {
  border-bottom: none;
}
.ribbon {
  background: url("../images/ribbon_bg.png") no-repeat;
  /*width: 140px;*/
  width: 22%;
  line-height: 2.0;
  color: #fff;
  font-weight: bold;
  padding-left: 5px;
  margin-right: 8px;
}
.date {
  margin-left: 12px;
  /*width: 150px;*/
  width: 22%;
}
.date .opgame {
  font-size: 1.4rem;
  line-height: 1.2;
  color: #d02335;
  font-weight: 700;
}
.date_p1 {
  margin-left: 2px;
  font-size: 1.6rem;
  line-height: 1.6;
}
.date_p1 span {
  color: #d02335;
  font-weight: 700;
}

.month_2  {
  line-height: 1.4;
}



/*.date_p2 {
  width: 90px;
  font-size: 1.6rem;
  line-height: 1;
  padding-top: 5px;
}*/


.team_name, .team_name_02 {
  margin: 0 25px 0 6px;
  /*width: 280px;*/
  width: 41%;
}
/*.team_name_02 {
  margin-right: 30px;
  width: 41%;
}*/
.team_name p, .team_name_02 p {
  font-weight: bold;
  line-height: 1;
}

.match_sc .blue_b, .match_sc .blue_b2 {
  color: #041e42;
  font-weight: bold;
}
.match_sc .blue_b2 {
  margin-top: 20px;
}
.notes {
  font-size: 1.4rem;
  text-align: center;
  margin-top: 15px;
}

.foot_logo {
  text-align: center;
  background-color: #041e41;
  }



/*.match_sc p {
  text-align: center;
}*/

/*.schedule_list ul li
.schedule_list ul li p {
  font-size: 1.6rem;
  position: relative;
}
.schedule_list ul li p::before {
  position: absolute;
  content: "";
  width: 46px;
  height: 46px;
  top: 0;
  right: 0;
  background: url("../images/ArizonaDiamondbacks2024_Primary.png") no-repeat;
}*/









/*タブ切り替え全体のスタイル*/
.tabs {
  margin-top: 50px;
  background-color: #fff;
  max-width: 1250px;
  width: 100%;
  margin: 0 auto;
}


/*タブのスタイル*/
.tab_item1 {
  width: calc(100%/4);
  text-align: center;
  display: block;
  float: left;
  transition: all 0.2s ease;
  padding: 15px 0;
  font-size: 2.0rem;
  line-height: 1.1;
  font-weight: bold;
  border-radius: 20px 20px 0 0;
  border-top: 2px solid #041e42;
  border-left: 2px solid #041e42;
  border-right: 2px solid #041e42;
  border-bottom: 20px solid #041e42;
}
.tab_item1 span {
  position: relative;
}
/*.tab_item1 span::after {
  position: absolute;
  content: '';
  width: 27px;
  height: 8px;
  top: 50%;
  transform: translateY(-50%);
  right: -50px;
}*/

.buttonbox{
    height: 65px;
}
.buttonbox input[type=radio] {
    position: absolute;
    -webkit-appearance: none;
    appearance: none;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    cursor: pointer;
    z-index: 2;
}
.buttonbox label {
    border-radius: 20px 20px 0 0;
    padding: 1rem;
    transition: .5s;
    position: relative;
}
.buttonbox .active{
  color: #ffffff;
  background: #041e42;
}
.buttonbox label.tab_item1.course_nav_tab input:checked + .tab_item1.course_nav_tab span {
  position: relative;
    
}
/*.tabs input:checked + .tab_item1.course_nav_tab span::after {
  position: absolute;
  content: '';
  width: 27px;
  height: 8px;
  top: 50%;
  transform: translateY(-50%);
  right: -50px;
}*/




/*ラジオボタンを全て消す*/
input[name="tab_item1"] {
  display: none;
}
/*タブ切り替えの中身のスタイル
.tab_content {
  display: none;
  clear: both;
  overflow: hidden;
}
.tab_content.active {
  display: block;
}*/

/*選択されているタブのコンテンツのみを表示*/
/*#tab_tokyo:checked ~ #content_tokyo, 
#tab_chubu:checked ~ #content_chubu, 
#tab_kansai:checked ~ #content_kansai, 
#tab_kyushu:checked ~ #content_kyushu {
  display: block;
}
*/




/*---------pulldown▼---------------*/

.area_button{
    text-align: center;
    margin: 40px 0;
    font-family: 游ゴシック体, YuGothic, 游ゴシック, Yu Gothic, ヒラギノ角ゴ Pro, Hiragino Kaku Gothic Pro, メイリオ, Meiryo, Osaka, Arial, ＭＳ Ｐゴシック, MS PGothic, sans-serif;
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 1.6;
    position: relative;
}
.area_button .contents_wrap{
    justify-content: center;
    flex-wrap: wrap;
}
.area_button__titbox__fukidashi{
    position: relative;
    display: inline-block;
    border-bottom: solid 1px #cc0d20;
    padding: 5px 0;
    color: #cc0d20;
    font-weight: bold;
    font-size: 18px;
}
.area_button__titbox__fukidashi:before,
.area_button__titbox__fukidashi:after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}
.area_button__titbox__fukidashi:before {
    border: solid 9px transparent;
    border-top: solid 14px #cc0d20;
}
.area_button__titbox__fukidashi:after {
    border: solid 11px transparent;
    border-top: solid 17px #fff;
    margin-top: -5px;
}
.area_button__titbox__tit{
    font-size: 2.4rem;
    color: #333333;
    margin: 15px 5px;;
}
.area_button__link{
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    margin: 0 auto;
    max-width: 760px;
}
.area_button__link li{
  width: 100%;
}
.area_button__link li a{
    text-align: center;
    position: relative;
    display: block;
    font-size: 17px;
    font-weight: bold;
    border: 2px solid #cc0d20;
    border-radius: 5px;
    padding: 10px 36px 9px 9px;
    width: 100%;
    color: #333333;
    box-shadow: 0 1px 1px 1px rgb(0 0 0 / 10%);
}
.area_button__link li a:before{
display: block;
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    background: #cc0d21;
    content: "";
    width: 27px;
}
.area_button__link li a:after{
    -webkit-transform: rotate(45deg);
    display: block;
    position: absolute;
    transform: rotate(45deg);
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    content: "";
    top: calc(50% - 4px);
    right: 10px;
    width: 8px;
    height: 8px;
}
.redtext{
  color:#cc0d21;
}
  .pagetop_btn a{
  position: fixed;
  display: block;
  width: 79px;
  height: 79px;
  background: url("../images/index_bt03_off.png")no-repeat;
  right: 50px;
  bottom: 20px;
  z-index: 99;
  }
.footerbg {
  width: 100%;
  padding-bottom: 120px;
  background-color: #45603a;
}
/*-------------------------------------------------------PConly----------------------------------------------------*/
@media screen and (min-width:768px) {
  .spOnly, .br-sp {
    display: none;
  }
  .kv_wrap {
    position: relative;
    z-index: 0;
    max-width: 1920px;
    max-height: 540px;
  }
  .kv_wrap::before {
    content: "";
    background: url("../images/kv_pc.jpg") no-repeat;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    filter: blur(3px);
    z-index: -1;
  }
  .title_pc {
    text-align: center;
    padding: 80px 0 55px;
    max-width: 1373px;
    margin: 0 auto;
  }
  .first_text {
    font-size: 3.0rem;
  }
    .tab_item1.course_nav_tab:hover {
  color: #fff;
  background: #041e42;
  opacity: 0.75;
}
  /*.info_wrap {
  display: flex;
  height: 100%;
  background-color: #0e2b54;
  position: relative;
}
.info_wrap::after {
  position: absolute;
  content: "";
  width: 334px;
  height: 100%;
  top: 0;
  right: 0;
  background: url("../images/info_bg02.jpg") no-repeat;
}
  .img_box p {
  position: relative;
}
.img_box p::after {
  position: absolute;
  content: "（C）Chuck Savage：ゲッティイメージズ提供";
  bottom: 5px;
  right: 8px;
  color: #fff;
  font-size: 1.4rem;
  
}*/
  .anc_area ul li a:hover {
    color: #041e42;
    background-color: #fff;
    border: 1px solid #041e42;
  }
  .anc_area ul li a:hover::after {
    border-right: 3px solid #041e42;
    border-bottom: 3px solid #041e42;
  }
  .point04 .guide_txt {
  width: 70%;
}
.point04 .guide_img {
  width: 25%;
}
  .more p {
  position: relative;
}
.more p::before, .more p::after {
  position: absolute;
}
.more p::before {
  content: "";
  width: 82px;
  height: 12px;
  top: -20px;
  right: -15px;
  background: url("../images/txt_line_01.png") no-repeat;
}
.more p::after {
  content: "";
  width: 82px;
  height: 12px;
  bottom: -20px;
  right: -15px;
  background: url("../images/txt_line_02.png") no-repeat;
}
  
  
  
  
.area_button__link li{
  max-width: 138px;
}
.area_button__link li a:hover{
  opacity: 0.7;
}
.-pagetop .-pagetop_btn {
  width: 86px;
  font-size: 0;
  line-height: 0;
  margin: auto;
  margin-right: 0;
  cursor: pointer;
  transition: .5s ease;
  pointer-events: auto;
}
.-pagetop_btn a {
  display: inline-block;
  width: 79px;
  height: 79px;
  background-image: url("../images/index_bt03_off.png");
  background-repeat: no-repeat;
}
.-pagetop .-pagetop_btn a:hover {
  background: url("../images/index_bt03_on.png") no-repeat;
}
 
  .point_box {
  position: relative;
}
.point_box::after {
  position: absolute;
  content: "";
  width: 117px;
  height: 507px;
  background: url("../images/point_bg.png") no-repeat;
  top: 25%;
  right: 0;
}
  
  .schedule_box {
  position: relative;
  padding: 50px 0 100px;
  
}
.schedule_box::after {
  position: absolute;
  content: "";
  width: 117px;
  height: 706px;
  background: url("../images/schedule_bg.png") no-repeat;
  top: 3%;
  right: 0;
}
.date_p1 {
  position: relative;
}
.date_p1::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 6%;
  left: -22px;
  background: url("../images/icon_ball.png") no-repeat;
}
/*.date_p2 {
  position: relative;
}
.date_p2::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 10px;
  left: -25px;
  background: url("../images/icon_ball.png") no-repeat;
}*/
  
.team_name p {
  padding: 15px 0;
}
  .team_name_02 p {
  padding: 12px 0;
}
.team_name p, .team_name_02 p {
  font-size: 1.6rem;
  background-color: #ededed;
  position: relative;
  /*margin-left: 40px;*/
}
.team_name p::before, .team_name p::after, .team_name_02 p::before, .team_name_02 p::after {
  position: absolute;
  content: "";
}
.team_name p::before {
  width: 0;
  height: 0;
  left: -40px;
  top: 1px;
  border: none;
  border-right: solid 40px #ededed;
  border-top: solid 45px transparent;
  z-index: 2;
}
.team_name p::after {
  width: 0;
  height: 0;
  right: -40px;
  top: 0px;
  border: none;
  border-left: solid 40px #ededed;
  border-bottom: solid 45px transparent;
  z-index: 2;
}
  .team_name_02 p::before {
  width: 0;
  height: 0;
  left: -40px;
  top: 1px;
  border: none;
  border-right: solid 40px #ededed;
  border-top: solid 60px transparent;
  z-index: 2;
}
.team_name_02 p::after {
  width: 0;
  height: 0;
  right: -40px;
  top: 0px;
  border: none;
  border-left: solid 40px #ededed;
  border-bottom: solid 60px transparent;
  z-index: 2;
}
.team_name_02 .place {
  font-weight: 500;
  font-size: 1.4rem;
  line-height: 1.5;
}
.team_icon, .team_icon_02 {
  margin-left: 10px;
  width: 6%;
}
.ann {
  width: 96%;
  font-size: 1.4rem;
  margin: 0 auto;
}
.co2 .team_name p, .co2 .team_name_02 p {
  background-color: #dbdbdb;
}
.co2 .team_name p::before, .co2 .team_name_02 p::before {
  border-right: solid 40px #dbdbdb;
}
.co2 .team_name p::after, .co2 .team_name_02 p::after {
  border-left: solid 40px #dbdbdb;
}
  .foot_logo {
    padding: 20px 0;
    position: relative;
  }
  .foot_logo img {
    width: 400px;
  }
}
.about {
  font-size: 2.0rem;
  font-weight: bold;
  width: 100%;
  background-color: #fff;
  text-align: center;
  padding: 20px;
}

@media screen and (max-width:1535px) {
  h1 {
    margin: 0;
  }
  .first_text {
    font-size: 2.5rem;
    padding-bottom: 10px;
  }
  .first_text .gold {
    font-size: 5rem;
  }
  .second_text {
    font-size: 1.6rem;
    padding-top: 40px;
    text-align: left;
    max-width: 775px;
  }

}
@media screen and (max-width:1535px) {
  .point_box::after, .schedule_box::after {
    display: none;
  }
}

/*-------------------------------------------------------SPonly----------------------------------------------------*/
@media screen and (max-width:767px) {
  .pcOnly {
    display: none;
  }
  .spOnly {
    display: block;
  }
  .kv_wrap {
    position: relative;
    z-index: 0;
    /*max-width: 767px;*/
    margin: 0 auto;
  }
  .kv_wrap::before {
    content: "";
    background: url("../images/kv_sp.jpg") no-repeat;
    background-size: cover;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    filter: blur(3px);
    z-index: -1;
  }
  .kv_text {
    padding-bottom: 15px;
    line-height: 1.2;
    font-size: 1.0rem;
  }
  .title_sp {
    text-align: center;
    margin: 0 auto;
    padding: 25px 0;
  }
  .anc_area ul {
    display: flex;
    flex-wrap: wrap;
  }
  .txt_box {
    position: relative;
    padding: 26px 5px;
  }
  .txt_box::before {
    position: absolute;
    content: "";
    background: url("../images/lead_sp.jpg") no-repeat;
    filter: blur(8px);
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
  }
  .image_credit {
    text-align: right;
    font-size: 1.2rem;
    padding-top: 10px;
  }
  .bg_black::after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.5;
    z-index: -1;
  }
  .first_text {
    font-size: 2.4rem;
  }
  .first_text .small {
    font-size: 1.2rem;
  }
  .first_text .gold {
    font-size: 2.9rem;
  }
  .anc_area {
    /*padding: 30px 0;*/
    padding: 0;
  }
  .anc_area ul {
    text-align: center;
    gap: 0px;
  }
  .anc_area ul li {
    /*padding: 11px 12px;*/
    margin: auto;
    width: 85%;
  }
  .anc_area ul li a::after {
    top: 42%;
    right: 25px;
  }
  .anc_area ul li:first-child a {
    line-height: 22px;
  }
  .anc_area ul li+li+li a {
    line-height: 22px;
  }
  .anc_area ul li a {
    padding: 11px 55px 11px 45px;
    margin: 10px 0px;
    font-size: 1.3rem;
    /*width: 160px;*/
    width: 100%;
    display: block;
  }
  .anc_area ul li a .small_text {
    font-size: 1.2rem;
  }
  .point_h_wrap {
    text-align: center;
    margin-bottom: 40px;
  }
  .point_h_wrap .point_head{
    font-size: 2.4rem;
    position: relative;
  }
.point_h_wrap .point_head::after {
    position: absolute;
    top: 30px;
    left: 49%;
    content: "";
    /*max-width: 100%;
    max-height: 100%;*/
    width: 286px;
    height: 16px;
    background: url("../images/point_bar_sp.png") no-repeat;
    background-size: contain;
}
  .point_h_wrap p {
    font-size: 1.6rem;
    padding: 0 10px;
  }
  .point_box {
    padding: 10px 0px;
    margin-bottom: 0px;
  }
  .point_detail {
    padding: 0 10px;
  }
  .pt_ttl {
    font-size: 2.0rem;
    padding: 15px;
  }
  .txt_s {
    margin-top: 10px;
    line-height: 1.3;
  }
  figcaption {
    text-align: center;
    margin-right: 0px;
  }
  .add ul li {
    border-radius: 30px;
  }
  .pt_wrap {
    display: block;
    padding: 20px 10px;
  }
  .point02 .pt_wrap {
    padding: 10px;
  }
  .point03 .pt_wrap03 {
    padding: 20px 10px;
/*
     height: 100%;
    display: flex;
    align-items: center;  垂直中央 

*/
  }
  .point04 .pt_wrap {
    display: flex;
    flex-direction: column-reverse;
    padding: 10px;
  }
  .point04 .guide_info {
    margin-top: 10px;
  }
  .point04 .blue, .point04 .guide_info {
    font-size: 1.5rem;
  }
  .point04 .guide_img {
    width: 50%;
    margin-top: 10px;
  }
  .guide_txt {
    margin-top: 10px;
  }
  .pt_wrap ul li {
    font-size: 1.5rem;
  }
  .pt01_1 {
    width: 100%;
  }
  .pt01_1_1 {
    display: block;
    margin: auto;
  }
  .pt01_2 p {
    padding: 15px 11px;
    font-size: 1.4rem;
    margin: 0 auto 20px;
  }
  .pt01_2 .blue_b {
    text-align: center;
  }
  .more {
    text-align: center;
  }
  .more p {
    font-weight: bold;
    display: inline-block;
    position: relative;
  }
  .more p::before {
    position: absolute;
    left: -10px;
    top: 0;
    content: "";
    width: 1px;
    height: 100%;
    background: #C80024;
    border-radius: 3px;
    transform: rotate(-25deg);
  }
  .more p::after {
    position: absolute;
    content: "";
    right: -10px;
    top: 0;
    width: 1px;
    height: 100%;
    background: #C80024;
    border-radius: 3px;
    transform: rotate(25deg);
  }
  .pt02_03_wrap {
    display: block;
    }
  .point02, .point03 {
    width: 100%;
  }
  .ttl_s {
    font-size: 1.4rem;
  }
  .pt_wrap03 {
    font-size: 1.5rem;
  }
.area_button__link {
  margin: 0 10px 0;
}
  .area_button__link li a {
    padding: 10px 36px 9px 9px;
    margin-bottom: 5px;
    font-size: 1.8rem;
    font-weight: bold;
  }
.area_menu {
  padding: 10px 0;
}
.area_menu ul {
  flex-wrap: nowrap;
}
.area_menu ul li:first-child {
    margin-left: 0;
}

.area_menu ul li:nth-child(n+2) {
    margin-left: 8px;
}

.area_menu ul li a {
    padding: 0;
}
  .select_txt {
    font-size: 1.4rem;
  }
  .select_inner h3 {
    font-size: 1.4rem;
  }
  .tab_content {
    margin: 0 10px;
  }
  .tab_item1 {
    padding: 20px 10px;
    font-size: 1.6rem;
  }
  .noCourse {
    font-size: 1.5rem;
  }
  .course_box {
    display: block;
    padding: 25px 10px;
  }
  .crs_item {
    margin: auto;
  }
  .crs_card_code {
    font-size: 1.5rem;
  }
  .crs_card_body {
    padding: 20px 9px;
  }
  .crs_card_title {
    font-size: 1.9rem;
    margin-top: 15px;
    line-height: 1.42;
  }
  .crs_card_unit {
    font-size: 1.1rem;
    margin-top: 5px;
  }
  .crs_card_price {
    font-size: 2.5rem;
    margin-top: 0;
  }
  .crs_card_img_caption {
    font-size: 1.4rem;
  }
  .crs_h {
    font-size: 1.5rem;
      padding: 10px 0;
  }
  .match_sc {
    margin: 30px auto 60px;
  }
  .hatch_sc_head_01, .hatch_sc_head_02 {
    /*margin-top: 100px;*/
    position: relative;
  }
  .hatch_sc_head_01, .hatch_sc_head_02 {
    font-size: 1.6rem;
  }
  .hatch_sc_head_01::before {
    top: 10%;
    left: 12%;
    width: 40px;
    height: 40px;
  }
  .hatch_sc_head_02::before {
    top: 20%;
    left: 4%;
    width: 40px;
    height: 40px;
  }
  .schedule_list {
    flex-wrap: wrap;
    padding: 6px 0 2px;
  }
  .ribbon {
    font-size: 1.5rem;
    width: 45%;
  }
  .date {
    width: 45%;
  }
  .date_p1 {
  position: relative;
}
.date_p1::before {
  position: absolute;
  content: "";
  width: 18px;
  height: 18px;
  top: 2px;
  left: -25px;
  background: url("../images/icon_ball_sp.png") no-repeat;
  background-size: contain;
  image-rendering: auto;
}
  .team_name, .team_name_02 {
    width: 295px;
    height: 41px;
    margin: 0;
  }
  .ann {
    font-size: 1.5rem;
  }
  .co1 .team_name p, .co1 .team_name_02 p {
    font-size: 1.5rem;
    padding: 5px 10px;
    background: url("../images/team_name_sp_bg01.png") no-repeat right;
  }
  .co2 .team_name p, .co2 .team_name_02 p {
    font-size: 1.5rem;
    padding: 5px 0 5px 5px;
    background: url("../images/team_name_sp_bg02.png") no-repeat right;
  }
  .team_name p::after, .team_name_02 p::after {
    display: none;
  }
  .team_icon {
    text-align: right;
    margin-left: 5px;
  }
  .place {
    font-size: 1.3rem;
  }
  .notes {
    font-size: 1.3rem;
    text-align: left;
  }
  
  .s_2 {
    padding: 0;
  }
  .point01, .point02, .point03, .point04 {
    margin-bottom: 40px;
  }
  .foot_logo {
    padding: 15px 0;
  }
  .foot_logo img {
  width: 184px;
}
    .buttonbox label {
    border-radius: 10px 10px 0 0;
    padding: 10px 0;
}
.about {
  font-size: 1.6rem;
}
}
@media screen and (max-width:340px) {
  .ribbon {
    width: 48%;
  }
  .date {
    width: 42%;
  }
  .tab_item1 {
    font-size: 1.4rem;
  }
}

@media (max-width: 479px) {
	.anc_area ul li:nth-of-type(n+3) {
    /*margin-top: 30px;*/
  }
}

@media screen and (min-width:640px) and (max-width:767px) {
  .anc_area ul li:nth-of-type(n+3) {
    margin-top: 0px;
  }
}

@media screen and (min-width:480px) and (max-width:639px) {
  .anc_area ul li:nth-of-type(4) {
    margin-top: 30px;
  }
}


/*-----------pulldown▼---------------*/


/*------pagetop▼---------------*/
.-pagetop img{
  box-shadow: 0 1px 1px 1px rgb(0 0 0 / 10%);
  border-radius: 0;
}
.-pagetop {
  display: inline-block;
  width: 100%;
  position: sticky;
  bottom: 0px;
  left: 0;
  right: 0px;
  margin: auto;
  z-index: 30;
  opacity: 0;
  pointer-events: none;
}
.-pagetop.-show {
  opacity: 1;
  padding-top: 12px;
  z-index: 99;
}
.-pagetop.-transition500 {
  transition: .5s ease;
}
/*-----------pagetop▲---------------*/


.timeAnnotation {
  margin-bottom: 7px;
  line-height: 1;
	font-size: 1.6rem;
}
.course > p {
	position: relative;
	max-width: 1215px;
	margin: 50px auto 0;
	text-align: center;
	z-index: 2;
}
@media (max-width: 767.98px) {
	.timeAnnotation {
		font-size: 1rem;
		letter-spacing: -0.5px;
	}
	.course > p {
		width: 90%;
		margin: 40px auto 0;
		font-size: 1.4rem;
		
	}
}






/*courseArea
===============================*/
.corseArea {
  padding: 70px 0 0;
  
}
.corseArea h2 {
  margin: 0 auto;
  color: #0e1d40;
  font-size: 2.7rem;
  line-height: 1.4;
  text-align: center;
}
.corseArea h2 p:nth-of-type(n+2) {
  display: inline-block;
  border-bottom: 5px solid #009944;
}
.corseArea h2 p.tit_logo {
  margin-bottom: 20px;
}
.corseArea h2 p span.smallTit {
  display: block;
  font-size: 2.0rem;
}
.corseArea_Inner {
  /*position: relative;*/
  background-color: #fafafa;
}
/*.corseArea_Inner div img {
  padding: 0 20px;
}*/



@media screen and (min-width:768px) {
  .corseArea_Inner {
  /*position: relative;*/
  margin-top: 40px;
  padding: 50px 0 120px;
  display: flex;
  justify-content: center;
  align-items: center;
}
  
  
/*.corseArea_Inner::before {
  position: absolute;
  content: "";
  width: 262px;
  height: 414px;
  background: url("/med/kansai/feature/abroad/evaair/img/img_01_pc.png") no-repeat;
  background-size: 262px 414px;
  left: 0;
  bottom: 0;
}
.corseArea_Inner::after {
  position: absolute;
  content: "";
  width: 262px;
  height: 414px;
  background: url("/med/kansai/feature/abroad/evaair/img/img_02_pc.png") no-repeat;
  background-size: 262px 414px;
  right: 0;
  bottom: 0;
}
*/
  
.img_01 {
  padding: 0 20px 0 50px;
}
.img_02 {
  padding: 0 50px 0 20px;
}
  
  
}
/*==発地選択==*/
/*==コースカセット==*/
.courseList {
  /*max-width: 1200px;*/
  /*margin: 70px auto 0;*/
  padding: 0 20px;
}
@media screen and (min-width:768px) { 
    .courseList {
    /*width: 63%;*/
  }
    .courseList li .titWrap .crs_tit01 {
    font-size: 2.2rem;
    margin: 12px 0 0;
  }
}
.courseList li {
  padding: 20px 0 10px;
  border-bottom: 2px solid #041e42;
  display: flex;
  justify-content: space-between;
  align-items: end;
}
.courseList li+li {
  margin-top: 20px;
}
.courseList li .titWrap {
  width: 60%;
}
.courseList li .titWrap .crs_num01 {
  display: inline-block;
  font-size: 2.0rem;
  color: #fff;
  background-color: #041e42;
  padding: 2px 12px 0;
}

.courseList li .titWrap .crs_tit01 a {
  color: #333;
  font-size: 2.4rem;
}
.courseList li .titWrap .crs_tit01 a:hover {
  color: #cc0d21;
}
.courseList li .priceWrap {
  text-align: end;
  margin-top: 10px;
  align-content: center;
  width: 38%;
}
.courseList li .priceWrap .crs_txt01 {
  font-size: 1.5rem;
  font-weight: 500;
  color: #323232;
}
.courseList li .priceWrap .crs_price01 {
  font-size: 3.2rem;
  color: #cc0d21;
  font-weight: 700;
}
.crs_ann {
  margin-top: 5px;
  font-weight: 700;
}
@media screen and (max-width:767.98px) {
  .crs_ann {
    font-size: 1.5rem;
  }
}

  @media screen and (min-width:768px) and (max-width:1280px) {
  .bg_area .moveBg .bg_area_bg02 {
      top: 280px;
      right: 30px;
      width: 400px;
      height: 115px;
      background-size: contain;
  }
  .corseArea_Inner::after {
      width: 97px;
      height: 115px;
      background-size: contain;
  }
}

  @media screen and (min-width:1281px) and (max-width:1600px) {
  .bg_area .moveBg .bg_area_bg02 {
      top: 280px;
      right: 25px;
      width: 270px;
      height: 76px;
      background-size: contain;
  }
  .corseArea_Inner::after {
      width: 90px;
      height: 107px;
      background-size: contain;
  }
}

@media screen and (max-width:767.98px) {
  .corseArea {
    padding: 0;
  }
  .corseArea h2 {
    font-size: 2.4rem;
    line-height: 1.4;
  }
  .corseArea h2 p.tit_logo {
    margin: 20px auto 23px;
  }
  .corseArea h2 p span.smallTit {
    font-size: 1.8rem;
  }
  .corseArea h2 p:nth-of-type(n+2) {
    font-size: 2.4rem;
    border-bottom: 4px solid #009944;
}
  .corseArea_Inner {
    position: relative;
    background-color: #fafafa;
    margin-top: 60px;
    padding: 30px 10px 10px;
  }
}

/*=============================*/

@media screen and (max-width:767.98px) {
/*==発地選択==*/
  .courseList {
    width: 100%;
    margin: 32px 0 0;
  }
  .courseList li {
    flex-direction: column;
    justify-content: none;
    align-items: none;
  }
  .courseList li+li {
    margin-top: 16px;
  }
  .courseList li .titWrap {
    width: 100%;
  }
  .courseList li .titWrap .crs_num01 {
    font-size: 1.5rem;
    padding: 2px 8px 0;
  }
    .courseList li .titWrap .crs_tit01{
        line-height: 1.2;
    }
  .courseList li .titWrap .crs_tit01 a {
    font-size: 1.9rem;
    margin: 10px 0 0;
      
  }
  .courseList li .priceWrap {
    align-content: center;
    width: 100%;
  }
  .courseList li .priceWrap .crs_txt01 {
    font-size: 1.2rem;
  }
  .courseList li .priceWrap .crs_price01 {
    font-size: 2.4rem;
  }
}
@media screen and (max-width:767.98px) {
  .sp_img_wrap {
    margin: 50px 33px 40px;
  }
}
.modal_contentsWrap {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column; 
    padding: 20px;
}
.titTxt {
    font-weight: bold;
    line-height: 1.3;
    font-size: 3.0rem;
    color: #1d5c98;
    text-align: center;
    margin: 7px;
}
.titTxt span {
    color: #ff0000;
}
.subTxt{
    font-size: 1.5rem;
}
  ul.release_schedule {
    margin: 10px;
}
  .noteTxt  {
  font-size: 1.3rem;
}
.release_schedule {
   background-color: #f2f2f2;
   border-radius: 15px;
   padding: 8px 60px;
   color: #1a5c7b;
}
@media screen and (max-width:767.98px) {
  .titTxt {
    font-size: 2.2rem;
}
.release_schedule {
   padding: 0;
  
}
.modal_contentsWrap {
    padding: 5px;
}
 ul.release_schedule {
    margin: 5px;
   padding: 10px;
   font-size: 1.4rem;
}
.subTxt{
    font-size: 1.5rem;
   text-align: center;
}
.noteTxt{
    font-size: 1.2rem;
   text-align: center;
}

}

.accordion {
  position: relative;
}
.accordionTitle {
  cursor: pointer;
}
.accordion_item{
	position: relative;
}

.accordionContent {
  display: none;
}
.accordionContent p:last-of-type{
  margin-bottom: 0;
}
/* 矢印 */
.accordionTitle {
  position: relative;
}
.accordionTitle::before,
.accordionTitle::after {
  content: "";
  display: block;
  position: absolute;
  width: 2rem;
  height: 0.3rem;
  background-color: #041e42;
  top: 50%;
  right: 2%;
  bottom: 0;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}
.accordionTitle::after {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
.accordionTitle.open::after {
  transform: rotate(0deg);
}
.red {
  color: #d92121;
  padding: 12px 0  30px!important;
}
@media (min-width: 768px) {
.accordionTitle:hover {
    background: #001e4038;
  }
}
@media screen and (min-width:768px) {
.courseList .noCourse {
  padding: 100px 0 40px;
  }
}
/*modal window
=======================*/
.modal__bg {
  position: fixed;
  z-index: 10000;
  top: 0;
  left: 0;
  width: 200%;
  height: 200%;
  background: rgba(0, 0, 0, 0.5);
  opacity: 0; /* 初期状態で非表示 */
  visibility: hidden; /* 初期状態で非表示 */
  transition: opacity .6s ease, visibility .6s ease;
}
.modal__bg.is-active {
  opacity: 1; /* 非表示を解除 */
  visibility: visible; /* 非表示を解除 */
}
.modal__inner {
  position: fixed;
  z-index: 10001;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
  padding: 0 10px;
  opacity: 0; /* 初期状態で非表示 */
  visibility: hidden; /* 初期状態で非表示 */
  transition: opacity .6s ease, visibility .6s ease;
}
.modal__inner.is-active {
  opacity: 1; /* 非表示を解除 */
  visibility: visible; /* 非表示を解除 */
}
.modal-card {
  padding: 10px 50px;
  background: #fff;
  border-radius: 20px;
  filter: drop-shadow(0 0 10px rgba(0 ,0, 0, 0.4));
  position: absolute;
  z-index: 1;
  transform: translate3d(0, 48px, 0);
  opacity: 0; /* 初期状態で非表示 */
  visibility: hidden; /* 初期状態で非表示 */
  transition: opacity .6s ease, visibility .6s ease, transform .3s ease-in-out;
  overflow: hidden;
  border: 3px solid #1d5c98;

}
.triangle_decoration_01::before {
  content: "";
  position: absolute;
  top: -75px;
  left: -75px;
  border: 70px solid transparent;
  border-left: 70px solid #a8a8a8;
  transform: rotate(-135deg);
  z-index: 5;
}
.triangle_decoration_02::before {
  content: "";
  position: absolute;
  bottom: -75px;
  right: -75px;
  border: 70px solid transparent;
  border-left: 70px solid #a8a8a8;
  transform: rotate(45deg);
}
.modal-card.is-active {
  position: relative;
  z-index: 2;
  opacity: 1; /* 非表示を解除 */
  visibility: visible; /* 非表示を解除 */
  transform: translate3d(0, 0, 0);
}
.modal-card__heading {
  margin: 0 80px 0 0;
  padding-left: 10px;
  font-size: 2.5rem;
  line-height: 1.6;
  font-weight: bold;
  color: #535353;
  border-bottom: 2px solid #535353;
}
.modal-card__text {
  margin: 0;
  font-size: 1.6rem;
  line-height: 1.6;
  color: #444;
}
.modal-card__close {
  width: 40px;
  height: 40px;
  position: absolute;
  top: 16px;
  right: 13px;
  cursor: pointer;
  transition: .5s;
}
.modal-card__close::before,
.modal-card__close::after {
  content: "";
  height: 2px;
  background: #1d5c98;
  position: absolute;
  display: inline-block;
  top: 50%;
  left: 50%;
  width: 40px;
}
.modal-card__close::before {
  transform: translate(-50%, -50%) rotate(45deg);
}
.modal-card__close::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.modal-card__close::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.modal-card_contents{
  max-width: 980px;
  margin: 0 auto;
  padding: 50px 0;
}

@media screen and (min-width:768px) {
  .modal-card__close:hover {
        transform: rotate(180deg);
        transition: .5s;
    }
  .modal-card_contents{
    max-width: 980px;
    margin: 0 auto;
    padding: 50px 0;
    text-align: center;
  }
}

@media screen and (max-width:767.98px) {
  .modal-card {
    width: 100%;
    min-height: auto;
    max-height: 480px;
    overflow-y: auto;
    padding: 10px;
    border: 2px solid #1d5c98;
  }
  .modal-card__heading {
    margin: 12px 60px 0 0;
    font-size: 2rem;
  }
  .triangle_decoration_01,
  .triangle_decoration_02 {
    position: sticky;
  }
  .triangle_decoration_01 {
    top: 0;
  }
  .triangle_decoration_02 {
    bottom: -22px;
  }
  .triangle_decoration_01::before {
    top: -46px;
    left: -46px;
    border: 35px solid transparent;
    border-left: 35px solid #a8a8a8;
  }
  .triangle_decoration_02::before {
    display: none;
  }
  .modal-card_contents{
    padding: 50px 0 0;
  }
}
/*=====================*/
/*exlinkArea
=======================*/
.exlinkArea {
  padding: 20px 0;
  text-align: center;
  background-color: #fff;
}
.exlinkArea .exlinkArea_wrap {
  max-width: 1160px;
  margin: 0 auto;
}
.exlinkArea a {
  font-size: 2.8rem;
  padding: 20px 0;
  width: 65%;
  margin: 20px;
  font-weight: 700;
  color: #fff;
  display: inline-block;
  background-color: #c80024;
  transition: .4s;
  position: relative;
  border: 5px solid #fff;
  border-radius: 60px;
  box-shadow: 2px 5px 5px gray;
}
.exlinkArea a.nolink_txt {
  box-shadow: none;
  background-color: #CECECE;
}
.exlinkArea a::before {
  position: absolute;
  content: '';
  top: 48%;
  right: 50px;
  width: 15px;
  height: 15px;
  border-right: 3px solid #fff;
  border-bottom: 3px solid #fff;
  transform: translateY(-48%) rotate(-45deg);
  }
.exlinkArea .ann_txt {
  font-size: 2.0rem;
  margin-top: 10px;
  font-weight: 600;
}
.exlinkArea a.nolink_txt::before {
  display: none;
}
@media (min-width: 768px) {
  .exlinkArea a.nolink_txt {
    pointer-events: none; 
    cursor: default;
  }
  .exlinkArea a:hover {
    transition: .4s;
    color: #041e42;
    background-color: #fff;
    border: 5px solid #041e42;
    box-shadow: none;
  }
  .exlinkArea a:hover::before {
    border-right: 3px solid #041e42;
    border-bottom: 3px solid #041e42;
  }
}

@media screen and (max-width:767.98px) {
  .exlinkArea a.nolink_txt {
    pointer-events: none; 
    padding: 10px 30px 10px 30px;
  }
  .exlinkArea a {
    width: 85%;
    font-size: 1.6rem;
    padding: 10px 30px 10px 15px;
    border: 3px solid #fff;
  }
  .exlinkArea a::before {
    right: 20px;
    width: 10px;
    height: 10px;
  }
  .exlinkArea .ann_txt {
    font-size: 1.4rem;
  }
}
@media screen and (max-width:350px) {
  .exlinkArea a {
    font-size: 1.5rem;
    padding: 10px 15px 10px 0px;
  }
  .exlinkArea a::before {
    right: 10px;
  }
}


/*=====================*/

/*bn_text-link
=======================*/
.bn_text-link {
  text-align: center;
  padding-top: 40px;
  color: #041e42;
}
.bn_text-link a {
  position: relative;
  color: #041e42;
  border-bottom: 1px solid #041e42;
}
.bn_text-link a:hover{
  color: #c80024;
  border-bottom: 1px solid #c80024;
}
.bn_text-link a:before {
  content: '';
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 26px;
  height: 1px;
  background-color: #041e42;
  -webkit-transform: rotate(60deg);
  transform: rotate(60deg);
  left:-976%;
  pointer-events: none;
}
.bn_text-link a:after {
  content: '';
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 26px;
  height: 1px;
  background-color: #041e42;
  -webkit-transform: rotate(-60deg);
  transform: rotate(-60deg);
  right: -230%;
  pointer-events: none;
}

@media screen and (max-width:767.98px) {
  .bn_text-link {
    font-size: 1.3rem;
    padding: top: 40px;
  }
  .bn_text-link a:hover{
    color: inherit;
    border-bottom-color: inherit;
    text-decoration: none;
    pointer-events: auto;
  }
  .bn_text-link a:before {
  top: 0%;
  width: 50px;
  height: 1px;
  left:-260%;
  pointer-events: none;
  }
.bn_text-link a:after {
  top: 0%;
  width: 50px;
  height: 1px;
  right: -430%;
  pointer-events: none;
  }
}

/*=====================*/

/*bn_box
=======================*/
.bn_box {
  margin: 10px 0 30px;
  text-align: center;
}
@media print, screen and (min-width: 768px) {
  .bn_box_img img:hover {
    opacity: 0.7;
  }
}

@media screen and (max-width:767.98px) {
  .bn_box {
    margin: 10px 5px 40px;
    width: 97%;
  }
}
/*=====================*/