@charset "UTF-8";
/**/
@media only screen and (max-width: 769px) {
  .pc {
    display: none !important;
  }
  .sp {
    display: block !important;
  }
}
.txtdate  img {
    width: 80%;
  }

.main_txt {
  font-size: 1.2em;
  line-height: 1.6em;
  margin-left: auto;
  margin-right: auto;
  margin-top: 15px;
  margin-bottom: 15px;
  color: #555;
  font-family: 'Kosugi', sans-serif;
}
/**/
.jms-contents {
  width: 98%;
}
.button-center {
  margin-left: 10%;
  margin-right: auto;
}
.round_button_black {
  width: 80%;
  border-radius: 100px;
  display: block;
  margin: 10px;
  box-sizing: border-box;
  background: #000;
  color: #fff;
  text-decoration: none;
  text-align: center;
}
.round_button {
  border-radius: 100px;
  width: 98%;
  margin: 10px;
  box-sizing: border-box;
  background: #c0272d;
  text-decoration: none;
  text-align: center;
}
.round_button_txt {
  font-size: 1.3em;
  line-height: 1.5em;
  color: #fff;
}

.flexbox {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-left: 10%;
  margin-right: 10%;
}


.title-box {
  width: 98%;
  display: flex;
  flex-flow: wrap;
  justify-content: center;
  margin-left: 13%;
  margin-right: 13%;
}
.title-left_sp {
  width: 98%;
  height: 4.2em;
}

.title-text_sp {
  text-align: left;
  font-size: 1.3em;
  line-height: 1.4em;
  color: #222;
  font-family: 'BIZ UDGothic', sans-serif;
}


.title-left_sp_02 {
  width: 98%;
  height: 1.85em;
}
.title-text_sp_02 {
  text-align: left;
  font-size: 1.3em;
  line-height: 1.4em;
  color: #222;
  font-family: 'BIZ UDGothic', sans-serif;
}

.sitem-gradient-02 {
  height: 260px;
  width: 100%;
  padding: 10px;
  background-image: linear-gradient(90deg, rgba(190, 37, 42, 1), rgba(94, 19, 22, 1));
}
.sitem-text-02 {
  font-size: 1.0em;
  line-height: 1.5em;
  text-align: left;
  color: #fff;
  font-family: 'BIZ UDGothic', sans-serif;
  margin: 5px;
}
.sitem-gradient-03 {
  height: 90px;
  width: 100%;
  padding: 10px;
  background-image: linear-gradient(90deg, rgba(190, 37, 42, 1), rgba(94, 19, 22, 1));
}
.sitem-gradient-auto {
  height: auto;
  width: 100%;
  padding: 10px;
  background-image: linear-gradient(90deg, rgba(190, 37, 42, 1), rgba(94, 19, 22, 1));
}
.title-s-left {
  width: 98%;
  float: left;
}
.title-s-right {
  width: 98%;
  float: left;
}
.sitem-text-03 {
  font-size: 1.0em;
  line-height: 1.5em;
  text-align: left;
  color: #fff;
  font-family: 'BIZ UDGothic', sans-serif;
  margin: 5px;
}
.sitem-attention-03 {
  margin-top: 10px;
  font-size: 0.7em;
  line-height: 1.0em;
  color: #fff;
  text-align: center;
  font-family: 'BIZ UDGothic', sans-serif;
}
.nichiji_area {
  width: 90%;
  margin-left: 5%;
  margin-right: 5%;
}

.midashi {
  position: relative;
  width: 80%;
  padding: 0.3em 0.3em;
  background: #c0272d;
  font-size: 1.2em;
  line-height: 1.0em;
  letter-spacing: 0.5em;
  color: #fff;
  font-family: 'BIZ UDGothic', sans-serif;
}

