@charset "UTF-8";
/******** coror ********/
/********* parts *******/
/********************************************/
/********* パンくず **********/
.breadcrumbs {
  width: 980px;
  margin: 0 auto 50px;
}
.breadcrumbs ul li {
  float: left;
  font-size: 12px;
  line-height: 1;
}
.breadcrumbs ul li:not(:last-child) {
  background: url("../img/common/arrow_panlist.png") no-repeat right center;
  -webkit-background-size: 5px;
  -o-background-size: 5px;
  background-size: 5px;
  padding-right: 13px;
  margin-right: 5px;
}
.breadcrumbs ul li a {
  color: #000;
  vertical-align: baseline;
}

@media all and (-ms-high-contrast: none) {
  /* IE11 */
  *::-ms-backdrop, .breadcrumbs ul li {
    font-family: Verdana, "ヒラギノ角ゴ Pro", Hiragino Kaku Gothic Pro, "メイリオ", Meiryo, sans-serif;
    font-size: 10px;
  }
}
/*********** in_layout **************/
.contentswrap {
  width: 980px;
  margin: auto;
  padding-bottom: 100px;
}

.main_column {
  float: left;
  width: 700px;
}

.sub_column {
  float: right;
  width: 240px;
}

/********* pageTitle **************/
.page_title {
  background: url("../img/common/bg_title.png") center top;
  height: 160px;
  position: relative;
  margin-bottom: 20px;
  overflow: hidden;
}
.page_title .title {
  width: 980px;
  top: 50%;
  left: 50%;
  margin: -24px 0 0 -490px;
  position: absolute;
}
.page_title .title img {
  height: 48px;
  width: auto;
}

.page_title .btn_back {
  position: absolute;
  left: 50%;
  bottom: 0;
  margin-left: 260px;
}
.page_title .btn_back:hover {
  -webkit-animation: rumble 0.2s linear infinite;
  -moz-animation: rumble 0.2s linear infinite;
  -o-animation: rumble 0.2s linear infinite;
  animation: rumble 0.2s linear infinite;
}

.cate_title {
  font-size: 23px;
  font-weight: bold;
  width: 100%;
  margin-bottom: 40px;
  overflow: hidden;
  text-align: center;
}
.cate_title .line {
  display: none;
}
.cate_title .title {
  padding: 0 15px;
  white-space: nowrap;
  line-height: 1.2;
  display: inline-block;
  position: relative;
}
.cate_title .title:before {
  content: '';
  display: block;
  position: absolute;
  width: 490px;
  height: 6px;
  background: #ffec01;
  top: 50%;
  margin-top: -6px;
  left: -490px;
}
.cate_title .title:after {
  content: '';
  display: block;
  position: absolute;
  width: 490px;
  height: 6px;
  background: #ffec01;
  top: 50%;
  margin-top: -6px;
  right: -490px;
}

/************ pagenavi ************/
.page_tab li {
  float: left;
  position: relative;
}
.page_tab li a {
  color: #aaaaaa;
  font-weight: bold;
  text-align: center;
  height: 45px;
  line-height: 1.2;
  padding-bottom: 6px;
  display: table-cell;
  vertical-align: middle;
}
.page_tab li a .line {
  position: absolute;
  width: 100%;
  height: 6px;
  bottom: 0;
  left: 0;
  background: #ababab;
}
.page_tab li a:hover {
  text-decoration: none;
}
.page_tab li.current a {
  color: #e60012;
}
.page_tab li.current a .line {
  background: #e60012;
}
.page_tab li.current a .line:before {
  content: "";
  position: absolute;
  bottom: -8px;
  left: 50%;
  margin-left: -9px;
  display: block;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 9px 9px 0px 9px;
  border-color: #e60012 transparent transparent transparent;
  z-index: 0;
}

.page_navi li {
  display: inline-block;
  height: 20px;
  margin-bottom: 8px;
}
.page_navi li a {
  background: url("/assets/img/common/arrow_jump.png") no-repeat left center;
  -webkit-background-size: 17px;
  -o-background-size: 17px;
  background-size: 17px;
  padding-left: 25px;
  height: 20px;
  line-height: 20px;
  font-size: 12px;
  color: #000;
  display: block;
}
.page_navi li:not(:last-child) {
  margin-right: 16px;
}

@media all and (-ms-high-contrast: none) {
  /* IE11 */
  *::-ms-backdrop, .page_navi ul li {
    font-family: Verdana, "ヒラギノ角ゴ Pro", Hiragino Kaku Gothic Pro, "メイリオ", Meiryo, sans-serif;
  }
  *::-ms-backdrop a, .page_navi ul li a {
    font-size: 10px;
  }
}
/********* pager **************/
.contents_pager {
  text-align: center;
  position: relative;
}
.contents_pager .prev, .contents_pager .next {
  background: url("../img/common/slick_prev.png") no-repeat left center;
  -webkit-background-size: 17px;
  -o-background-size: 17px;
  background-size: 17px;
  position: absolute;
  top: 50%;
  margin-top: -17px;
}
.contents_pager .prev a, .contents_pager .next a {
  color: #e60012;
  padding: 10px 0 10px 30px;
  font-size: 14px;
  display: block;
}
.contents_pager .prev {
  left: 50px;
}
.contents_pager .next {
  background: url("../img/common/slick_next.png") no-repeat right center;
  -webkit-background-size: 17px;
  -o-background-size: 17px;
  background-size: 17px;
  right: 50px;
}
.contents_pager .next a {
  padding: 10px 30px 10px 0;
}
.contents_pager li {
  width: 36px;
  height: 36px;
  border: 2px solid #aaaaaa;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  font-size: 14px;
  line-height: 36px;
  text-align: center;
  display: inline-block;
}
.contents_pager li a {
  display: block;
  width: 100%;
  height: 100%;
  color: #aaaaaa;
}
.contents_pager li.current {
  color: #e60012;
  border-color: #e60012;
}
.contents_pager li:not(:last-child) {
  margin-right: 30px;
}

@media all and (-ms-high-contrast: none) {
  /* IE11 */
  *::-ms-backdrop, .contents_pager {
    font-family: Verdana, "ヒラギノ角ゴ Pro", Hiragino Kaku Gothic Pro, "メイリオ", Meiryo, sans-serif;
  }
  *::-ms-backdrop a, .contents_pager a {
    font-size: 10px;
  }
}






.ruletext {
  font-weight: bold;
  color: #e02117;
  margin-bottom: 50px;
}

.ruleBox {
  padding: 40px;
  background-color: #fff;
  border: 1px solid #cdcdcd;
}

.ruleBox ul {
  border-bottom: 1px dotted #cdcdcd;
  padding-bottom: 40px;
  margin-bottom: 40px;

}

.ruleBox li {
  line-height: 24px;
  list-style-type: disc;
  margin-left: 24px;
  padding-bottom: 10px;
}


.ruleTtl_01 {
  list-style-type: none;
  margin: 20px 0;
}










