  .cont{
    display: none;
  }
  .wrap_selectBox {
    width: 50%;
    margin: 0 auto;
}
.title_selectBox {
    text-align: left;
    padding-bottom: .5em;
}
  .selectBox {
    width: 100%;
    padding: 5px;
    display: inline-block;
    border: 1px solid #999;
    vertical-align: middle;
    position: relative;
    text-align: left;
}
.selectBox:before {
    position: absolute;
    top: 44%;
    right: 0.65em;
    width: 0;
    height: 0;
    padding: 0;
    content: '';
    margin: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid #FFF;
    pointer-events: none;
    z-index: 1;
}


.selectBox:after {
    position: absolute;
    top: 3px;
    right: 3px;
    bottom: 3px;
    width: 1.8em;
    content: '';
    border-radius: 2px;
    background: #134791;
    z-index: 0;
}
.rule p {
    width: 780px;
    margin: 0 auto 24px;
    text-align: left;
}
.mov {
    width: 780px;
    margin: 0 auto;
}
a b {
    width: 50%;
    display: block;
    font-size: 18px;
    color: #FFF;
    font-weight: bold;
    -webkit-font-smoothing: antialiased;
    background: #042c64;
    text-align: center;
    margin: 0 auto;
    border-radius: 0px;
    text-decoration: none;
    padding: 10px 12px 9px;
}
h3 {
    width: 1016px;
    background-image: url("../_image/newsH3BG.png"), url("../_image/newsH3BG_BtmL.svg"), url("../_image/newsH3BG_BtmR.svg");
    background-repeat: no-repeat;
    background-position: center bottom 22px, left bottom, right bottom;
    background-size: 100% auto, 25px 22px, 25px 22px;
    margin: 0 0 0 -25px;
    padding: 4px 0 26px;
    font-size: 26px;
    color: #FFF;
    font-weight: bold;
    -webkit-font-smoothing: antialiased;
    text-shadow: 0px 0px 8px rgba(0, 0, 0, 1);
}
h3 strong {
    display: block;
    padding: 12px 0 12px;
    font-size: 26px;
    border-top: 1px solid rgba(255, 255, 255, 0.4);
    border-bottom: 1px solid rgba(255, 255, 255, 0.4);
}
.news h4 {
    width: 794px;
    background: none;
    background-image: url("../_image/newsH4BG.png");
    background-position: center bottom;
    margin: 40px auto 24px;
    padding: 8px 12px 6px;
    border-radius: 12px;
    font-size: 22px;
    color: #FFF;
    font-weight: bold;
    -webkit-font-smoothing: antialiased;
    text-shadow: 0px 0px 8px rgba(0, 0, 0, 1);
}
.rule i {
    display: inline-block;
    background: #ededed;
    margin: 12px auto 36px;
    padding: 12px;
    font-style: normal;
}

.searrchList {
  margin: 0 auto 48px;
}

.searrchList dl {
  display: table;
  flex-wrap: wrap;
  width: 794px;
    margin: 0 auto 1px;
    background: #FFF;
}
.searrchList dl dt {
  display: table-cell;
    background:#f2f2f2;
    width: 26%;
    font-size: 16px;
    margin: 0 auto 1px;
    padding: 10px 24px;
    border: none;
    text-align: center;
}
.searrchList dl dd {
  display: table-cell;
    text-align: left;
    vertical-align: middle;
    width: 70%;
    margin: 0 auto 1px;
    padding: 10px 12px 10px;
}

.searrchList dl dd a {
   display: inline-block;
   margin: 0;
   padding: 0 1em 0 0;
   color: #134791;
   text-decoration: underline;
}

.searrchList dl dd span {
  display: inline-block;
  margin: 0;
  padding: 0 1em 0 0;
 
}




dl.cnt {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
    margin: 0 auto;
    padding: 0;
    background: #FFF;
}

dl.cnt dt {
    background:none;
    width: 30%;
    font-size: 16px;
    margin: 0 ;
    padding: 6px 12px;
    font-weight: normal;
    border-bottom: 1px solid #eee;
}
dl.cnt dd {
    text-align: left;
    width: 70%;
    margin: 0 ;
    padding:  6px  12px;
    font-weight: normal;
    line-height: 1.8em;
    border-bottom: 1px solid #eee;

}





.more {
  display: inline-block;
  border: 1px solid #e4e4e4;
  background: #f2f2f2;
  padding: 1px 12px 1px 24px;
  font-size: 14px;
  margin-left: 10px;
  position: relative;
}
.more:before {
    content: "\25BC";
    color: #aaa;
    margin-right: .3em;
    font-size: .7em;
    display: block;
    position: absolute;
    top: 50%;
    left: 14px;
    transform: translate(-50%, -50%);
}
.more:hover {
    cursor: pointer;
}







.event_table {
  width: 720px;
  margin: 0 auto 24px;
}
.event_table th {
    background-image: url("../_image/newsH4BG.png");
    background-position: center bottom;
    margin: 0;
    padding: 8px 12px 6px;
    font-size: 15px;
    color: #FFF;
    font-weight: bold;
    -webkit-font-smoothing: antialiased;
    text-shadow: 0px 0px 8px rgba(0, 0, 0, 1);
}

.event_table td {
 border: 1px solid #ededed;
  padding: 12px;
}

.event_table td:nth-of-type(1) {
  background:#ddd;
  width: 20%;
  padding: 12px;
  vertical-align: middle;
}
.event_table td:nth-of-type(2) {
  text-align: left;
  padding: 0;
    padding: 12px;

}
.event_table td.day{
  padding: 0;
}

.event_table2 {
  width: 100%;
  margin: 0;
}

.event_table2 td {
  border: none;
  background: #FFF;

}

.event_table2 td:nth-of-type(1) {
  background:#f2f2f2;
  width: 20%;
  border-bottom:  1px solid #fff;
  padding: 12px;
  vertical-align: middle;

}
.event_table2 td:nth-of-type(2) {
  text-align: left;
  padding: 0;
  border-bottom:  1px solid #ededed;
  padding: 12px;

}


.event_table2 tr.none {

}
.event_table2 tr.none:last-child td {
    border: none;
}


.infoTxt {
    width: 920px;
    background: #ededed;
    margin: 0 auto 24px;
    padding: 12px 36px;
    font-size: 15px;
    line-height: 1.8;
    text-align: left;
    border-radius: 16px;
  }
  /*引用内見出し*/
  .infoTxt b {
    display: block;
    font-size: 18px;
    text-align: center;
    color: #f04447;
    font-weight: bold;
    -webkit-font-smoothing: antialiased;
  }
    /*引用内見出し*/
    .infoTxt em {
        color: #f04447;
       font-style: normal;
      }










/*-------------------------------------------------------SP用ページ用設定*/
@media screen and (max-width: 667px) {

.wrap_selectBox{
	width:80%;
}
  .selectBox {
    width: 100%;
    padding: 5px;
    display: inline-block;
    border: 1px solid #999;
    vertical-align: middle;
    position: relative;
    text-align: left;
    margin-bottom:24px;
}
  article{
    width: 98%;
    margin: 0 auto;
  }
.rule p {
    width: 96%;
    margin: 0 auto 24px;
    text-align: left;
}
.mov {
    width: 96%;
    margin: 0 auto;
}

h3 {
  width:calc(100% + 20px);
  background-image: url("../_image/newsH3BG.png"), url("../_image/newsH3BG_BtmL.svg"), url("../_image/newsH3BG_BtmR.svg");
  background-repeat: no-repeat;
  background-position: center bottom 9px, left bottom, right bottom;
  background-size: 100% auto, 10px auto, 10px auto;
  margin: 0 0 0 -10px;
  padding: 2px 10px 12px;
  font-size: 18px;
  color: #FFF;
  font-weight: bold;
  -webkit-font-smoothing: antialiased;
  text-shadow: 0px 0px 8px rgba(0, 0, 0, 1);
}

h3 strong {
  display: block;
  padding: 12px;
  font-size: 18px;
  border-top: 1px solid rgba(255, 255, 255, 0.4);
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
}
.news h4 {
    width: 96%;
    background: none;
    background-image: url("../_image/newsH4BG.png");
    background-position: center bottom;
    margin: 20px auto 12px;
    padding: 8px 12px 6px;
    border-radius: 12px;
    font-size: 18px;
    color: #FFF;
    font-weight: bold;
    -webkit-font-smoothing: antialiased;
    text-shadow: 0px 0px 8px rgba(0, 0, 0, 1);
}
a b {
    width: 80%;
    display: block;
    font-size: 15px;
    color: #FFF;
    font-weight: bold;
    -webkit-font-smoothing: antialiased;
    background: #042c64;
    text-align: center;
    margin: 0 auto;
    border-radius: 0px;
    text-decoration: none;
    padding: 10px 12px 9px;
}

.searrchList {
  margin: 0 auto 24px;
}
.searrchList dl {
  display: table;
  width: 98%;
    margin: 0 auto 1px;
    background: #FFF;
    height: auto;
    min-height: 1em;
}
.searrchList dl dt {
  display: table-cell;

    background:#f2f2f2;
    width: 30%;
    font-size: 16px;
    margin: 0 0 1px;
    padding: 10px 24px;
    border: none;
    vertical-align: middle;
    text-align: center;

}
.searrchList dl dd {
    display: table-cell;
    width: 70%;
    margin: 0 auto 1px;
    padding: 10px 12px 10px;
    text-align: left;


}

.searrchList dl dd a {
   display: inline-block;
   margin: 0;
   padding: 0 1em 0 0;
   color: #134791;
   text-decoration: underline;
}


.event_table {
  width: 98%;
  margin: 0 auto 12px;
}
.event_table th {
    background-image: url("../_image/newsH4BG.png");
    background-position: center bottom;
    margin: 0;
    padding: 8px 12px 6px;
    font-size: 14px;
    color: #FFF;
    font-weight: bold;
    -webkit-font-smoothing: antialiased;
    text-shadow: 0px 0px 8px rgba(0, 0, 0, 1);
}

.event_table td {
 border: 1px solid #ededed;
  padding: 12px;
}

.event_table td:nth-of-type(1) {
  background:#f2f2f2;
  width: 30%;
  padding: 12px;
  vertical-align: middle;

}
.event_table td:nth-of-type(2) {
  text-align: left;
  padding: 0;
    padding: 12px;

}
.event_table td.day{
  padding: 0;
}

.event_table2 {
  width: 100%;
  margin: 0;
}

.event_table2 td {
  border: none;
  background: #FFF;

}

.event_table2 td:nth-of-type(1) {
  background:#f2f2f2;
  width: 30%;
  border-bottom:  1px solid #ededed;
  padding: 12px;
  vertical-align: middle;

}
.event_table2 td:nth-of-type(2) {
  text-align: left;
  padding: 0;
  border-bottom:  1px solid #ededed;
  padding: 12px;

}


.event_table2 tr.none {

}
.event_table2 tr.none td {

  border:none;

}

    .infoTxt {
        width: 96%;
        background: #ededed;
        margin: 12px auto 30px;
        padding: 12px 12px;
        font-size: 14px;
        line-height: 1.8;
        text-align: left;
        border-radius: 16px;
      }

}