@charset "UTF-8";
/* CSS Document */
/* パソコンで見たときは"pc"のclassがついた画像が表示される */
.pc {
  display: block !important;
}

.sp {
  display: none !important;
}

/* スマートフォンで見たときは"sp"のclassがついた画像が表示される */
@media only screen and (max-width: 1000px) {
  .pc {
    display: none !important;
  }
  .sp {
    display: block !important;
  }
}

.Head_img {
  height: 250px;
  background: url("../images/bg_index02.jpg");
  color: #FFFFFF;
}

.Headtitle {
  padding-top: 90px;
}

.Headtitle h1 {
  font-size: 36px;
  font-weight: bold;
  font-family: "HiraKakuPro*";
  text-shadow: 0px 0px 10px #696969;
}

.Headsub {
  font-size: 20px;
  font-family: "ChalkboardSE Regular*";
  text-shadow: 0px 0px 15px #696969;
}

@media all and (max-width: 425px) {
  .Head_img {
    height: 170px;
  }
  .Headtitle {
    padding-top: 58px;
  }
  .Headtitle h1 {
    font-size: 25px;
  }
}

.MainNavi {
  margin: 32px auto 41px;
  font-size: 14px;
}

.rule-container {
  width: 100%;
  margin-top: 60px;
  padding-bottom: 70px;
}

.rule-contents {
  width: 74%;
}

.rule-box01 {
  margin-bottom: 70px;
}

.rule-title {
  font-size: 18px;
  font-size: 500;
  padding-bottom: 10px;
  border-bottom: 1px solid #e38a80;
}

.rule-title img {
  padding: 0px 7px;
  vertical-align: bottom;
}

.rule-text {
  font-size: 14px;
  padding-top: 15px;
  line-height: 30px;
}

@media only screen and (max-width: 1000px) {
  .rule-contents {
    width: 100%;
  }
}

@media all and (max-width: 768px) {
  .rule-text {
    font-size: 13px;
    line-height: 25px;
  }
}

.sideBer {
  width: 22%;
  background-color: #f5f4f3;
}

.sideBer01 a:hover {
  opacity: 0.6;
}

.sideBer-contents01 {
  width: 100%;
  height: 77px;
  font-size: 14px;
  background-color: #f5f4f3;
  display: block;
  position: relative;
  padding-left: 45px;
  padding-top: 28px;
  border-bottom: 1px solid #fff;
}

.sideBer-contents01:before {
  content: "";
  display: inline;
  width: 20px;
  height: 18px;
  background: url(../images/icon_01_2.png) no-repeat;
  position: absolute;
  left: 13px;
  top: 29px;
}

.sideBer-contents02 {
  width: 100%;
  height: 77px;
  font-size: 14px;
  background-color: #f5f4f3;
  display: block;
  position: relative;
  padding-left: 45px;
  padding-top: 19px;
  border-bottom: 1px solid #fff;
}

.sideBer-contents02:before {
  content: "";
  display: inline;
  width: 22px;
  height: 22px;
  background: url(../images/icon_02_2.png) no-repeat;
  position: absolute;
  left: 12px;
  top: 29px;
}

.sideBer-contents03 {
  width: 100%;
  height: 77px;
  font-size: 14px;
  background-color: #f5f4f3;
  display: block;
  position: relative;
  padding-left: 45px;
  padding-top: 19px;
  border-bottom: 1px solid #fff;
}

.sideBer-contents03:before {
  content: "";
  display: inline;
  width: 13px;
  height: 25px;
  background: url(../images/icon_03_2.png) no-repeat;
  position: absolute;
  left: 15.5px;
  top: 24px;
}

.sideBer-contents04 {
  width: 100%;
  height: 77px;
  font-size: 14px;
  background-color: #f5f4f3;
  display: block;
  position: relative;
  padding-left: 45px;
  padding-top: 28px;
  border-bottom: 1px solid #fff;
}

.sideBer-contents04:before {
  content: "";
  display: inline;
  width: 17px;
  height: 17px;
  background: url(../images/icon_04_2.png) no-repeat;
  position: absolute;
  left: 14px;
  top: 28.5px;
}

.sideBer-contents05 {
  width: 100%;
  height: 78px;
  font-size: 14px;
  background-color: #f5f4f3;
  display: block;
  position: relative;
  padding-left: 45px;
  padding-top: 9px;
  border-bottom: 1px solid #fff;
}

.sideBer-contents05:before {
  content: "";
  display: inline;
  width: 20px;
  height: 20px;
  background: url(../images/icon_05_2.png) no-repeat;
  position: absolute;
  left: 13px;
  top: 28px;
}

.sideBer-contents06 {
  width: 100%;
  height: 77px;
  font-size: 14px;
  background-color: #f5f4f3;
  display: block !important;
  position: relative;
  padding-left: 45px;
  padding-top: 19px;
  border-bottom: 1px solid #fff;
}

.sideBer-contents06:before {
  content: "";
  display: inline;
  width: 22px;
  height: 22px;
  background: url(../images/icon_06_2.png) no-repeat;
  position: absolute;
  left: 11px;
  top: 29px;
}

.sideBer-contents06_2 {
  width: 100%;
  height: 78px;
  font-size: 14px;
  background-color: #f5f4f3;
  display: none !important;
  position: relative;
  padding-left: 45px;
  padding-top: 9px;
  border-bottom: 1px solid #fff;
}

.sideBer-contents06_2:before {
  content: "";
  display: inline;
  width: 20px;
  height: 20px;
  background: url(../images/icon_06_2.png) no-repeat;
  position: absolute;
  left: 13px;
  top: 28px;
}

.sideBer-contents07 {
  width: 100%;
  height: 77px;
  font-size: 14px;
  background-color: #f5f4f3;
  display: block;
  position: relative;
  padding-left: 45px;
  padding-top: 19px;
  border-bottom: 1px solid #fff;
}

.sideBer-contents07:before {
  content: "";
  display: inline;
  width: 24px;
  height: 18px;
  background: url(../images/icon_07_2.png) no-repeat;
  position: absolute;
  left: 11px;
  top: 29px;
}

.sideBer a:after {
  content: '';
  width: 6px;
  height: 6px;
  border: 0px;
  border-top: solid 2px #2c2c2c;
  border-right: solid 2px #2c2c2c;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  left: 90%;
  margin-top: -4px;
}

@media all and (max-width: 1200px) {
  .sideBer-contents06 {
    display: none !important;
  }
  .sideBer-contents06_2 {
    display: block !important;
  }
}

.Foot_img {
  height: 500px;
  background: url(../images/bg_index01.jpg);
  background-size: cover;
  margin-top: 30px;
}

.Foot_img a {
  color: #ffffff;
}

.textBox01 {
  padding-top: 85px;
}

.textBox01 h1 {
  font-size: 36px;
  font-family: "Jun201Pro Regular-83pv-RKSJ-H*";
  border-bottom: 1px solid #ffffff;
  display: inline;
}

.big {
  font-size: 50px;
}

.textBox02 {
  padding-top: 67px;
  font-size: 26px;
  font-family: "HiraKakuProN W6-83pv-RKSJ-H*";
}

.textBox03 {
  padding-top: 20px;
  font-size: 26px;
  font-family: "HiraKakuProN W6-83pv-RKSJ-H*";
}

.Foot_img p {
  margin-top: 60px;
}

.btn01 a:hover {
  color: #fff;
  background: rgba(229, 140, 128, 0.9);
  border-radius: 32px;
  opacity: 0.8;
}

@media all and (max-width: 500px) {
  .btn01 {
    width: 80%;
    margin-top: 30px;
  }
  .Foot_img {
    height: 550px;
  }
}

.headTitle01 {
  background-image: url("../images/bg_index01.jpg");
  background-position: center;
}

.headTitle01 .headTitleText01 span {
  padding: 0 0 3px 25px;
  background-image: url("../images/ico_index01.png");
  background-size: 16px;
}

@media screen and (max-width: 400px) {
  .headTitle01 .headTitleText01 span {
    padding-left: 20px;
    background-size: 14px;
  }
}

.ruleContents01 h3 {
  font-size: 18px;
  font-weight: bold;
  padding: 0 10px 5px 50px;
  border-bottom: 1px solid #e38a80;
  position: relative;
}

@media screen and (max-width: 767px) {
  .ruleContents01 h3 {
    font-size: 16px;
    padding: 0 10px 5px 40px;
  }
}

.ruleContents01 h3:before {
  content: '';
  width: 30px;
  height: 30px;
  margin-top: -15px;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  left: 10px;
}

@media screen and (max-width: 767px) {
  .ruleContents01 h3:before {
    width: 25px;
    height: 25px;
    margin-top: -12px;
    left: 8px;
  }
}

.ruleContents01:not(:last-child) {
  margin-bottom: 70px;
}

@media screen and (max-width: 767px) {
  .ruleContents01:not(:last-child) {
    margin-bottom: 50px;
  }
}

.ruleContents01 .incident {
  text-indent: -1em;
  padding-left: 1em;
}

.title01:before {
  background-image: url("../images/icon_01.png");
}

.title02:before {
  background-image: url("../images/icon_02.png");
}

.title03:before {
  background-image: url("../images/icon_03.png");
}

.title04:before {
  background-image: url("../images/icon_04.png");
}

.title05:before {
  background-image: url("../images/icon_05.png");
}

.title06:before {
  background-image: url("../images/icon_06.png");
}

.title07:before {
  background-image: url("../images/icon_07.png");
}

.title08:before {
  background-image: url("../images/icon_08.png");
}

.title09:before {
  background-image: url("../images/icon_09.png");
}

.title10:before {
  background-image: url("../images/icon_10.png");
}

.title11:before {
  background-image: url("../images/icon_11.png");
}

.title12:before {
  background-image: url("../images/icon_12.png");
}

.title13:before {
  background-image: url("../images/icon_13.png");
}

.title14:before {
  background-image: url("../images/icon_14.png");
}

.title15:before {
  background-image: url("../images/icon_15.png");
}

.title16:before {
  background-image: url("../images/icon_16.png");
}

.title17:before {
  background-image: url("../images/icon_17.png");
}

.title18:before {
  background-image: url("../images/icon_18.png");
}

.title19:before {
  background-image: url("../images/icon_19.png");
}

.title20:before {
  background-image: url("../images/icon_20.png");
}

.title21:before {
  background-image: url("../images/icon_21.png");
}

.title22:before {
  background-image: url("../images/icon_22.png");
}

.title23:before {
  background-image: url("../images/icon_23.png");
}

.title24:before {
  background-image: url("../images/icon_24.png");
}

.title25:before {
  background-image: url("../images/icon_25.png");
}

.title26:before {
  background-image: url("../images/icon_26.png");
}

.content15 .textBox01,
.content20 .textBox01 {
  padding-top: 0;
  margin: 15px 0 30px;
}

@media screen and (max-width: 767px) {
  .content15 .textBox01,
  .content20 .textBox01 {
    margin: 10px 0 15px;
  }
}

.content15 .textBox01 .headText01,
.content20 .textBox01 .headText01 {
  font-weight: 600;
}

.leftContent01 {
  width: 700px;
}

@media screen and (max-width: 1200px) {
  .leftContent01 {
    width: 70%;
  }
}

@media screen and (max-width: 767px) {
  .leftContent01 {
    width: 100%;
    margin-top: 30px;
    float: none;
  }
}

.sideBer01 {
  max-width: 270px;
  width: 100%;
}

@media screen and (max-width: 1200px) {
  .sideBer01 {
    width: 27%;
  }
}

.sideBer01 a {
  font-size: 13px;
  padding: 20px 25px 20px 45px;
  background-color: #f5f4f3;
  border-bottom: 1px solid #fff;
  display: block;
  position: relative;
}

.sideBer01 a:before {
  content: '';
  width: 25px;
  height: 25px;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  left: 4%;
  margin-top: -10px;
}

.sideBer01 a:after {
  content: "\f105";
  font-family: FontAwesome;
  font-size: 16px;
  font-weight: bold;
  color: #e38a80;
  height: 23px;
  margin: auto 0;
  position: absolute;
  top: 0;
  right: 6%;
  bottom: 0;
}

@media screen and (max-width: 767px) {
  .sideBer01 a:after {
    right: 20px;
  }
}

.item01:before {
  background-image: url("../images/icon_01.png");
}

.item02:before {
  background-image: url("../images/icon_02.png");
}

.item03:before {
  background-image: url("../images/icon_03.png");
}

.item04:before {
  background-image: url("../images/icon_04.png");
}

.item05:before {
  background-image: url("../images/icon_05.png");
}

.item06:before {
  background-image: url("../images/icon_06.png");
}

.item07:before {
  background-image: url("../images/icon_07.png");
}

.item08:before {
  background-image: url("../images/icon_08.png");
}

.item09:before {
  background-image: url("../images/icon_09.png");
}

.item10:before {
  background-image: url("../images/icon_10.png");
}

.item11:before {
  background-image: url("../images/icon_11.png");
}

.item12:before {
  background-image: url("../images/icon_12.png");
}

.item13:before {
  background-image: url("../images/icon_13.png");
}

.item14:before {
  background-image: url("../images/icon_14.png");
}

.item15:before {
  background-image: url("../images/icon_15.png");
}

.item16:before {
  background-image: url("../images/icon_16.png");
}

.item17:before {
  background-image: url("../images/icon_17.png");
}

.item18:before {
  background-image: url("../images/icon_18.png");
}

.item19:before {
  background-image: url("../images/icon_19.png");
}

.item20:before {
  background-image: url("../images/icon_20.png");
}

.item21:before {
  background-image: url("../images/icon_21.png");
}

.item22:before {
  background-image: url("../images/icon_22.png");
}

.item23:before {
  background-image: url("../images/icon_23.png");
}

.item24:before {
  background-image: url("../images/icon_24.png");
}

.item25:before {
  background-image: url("../images/icon_25.png");
}

.item26:before {
  background-image: url("../images/icon_26.png");
}

.breadcrumb {
  margin-bottom: 75px;
}
