h1,h2,h3 {
  margin-top: 0;
}
h3 {
  cursor: pointer;
}
.cont_header_inner img,
.cont_area_box {
  position: relative;
  z-index: 2;
}
.container_rainy {
  margin-left: auto;
  margin-right: auto;
  max-width: 950px;
  padding-bottom: 70px;
  overflow: hidden;
  position: relative;
}
.cont_header_inner {
  background-image: url("/resources/img/special/rainyservice/main_bg.png");
  background-repeat: no-repeat;
  text-align: center;
  padding-bottom: 5px;
}

.cont_header_inner img {
  display: inline-block;
  width: 100%;
  max-width: 837px;
}
.main_txt {
  margin-top: -2px;
}
.cont_wrap {
  background-color: #3c478f;
  text-align: center;
}
.cont_wrap > img {
  display: inline-block;
}
.wrap_img1 {
  margin-top: 6px;
}
.wrap_img2 {
  margin-top: 30px;
  width: 100%;
  max-width: 848px;
}
.cont_txt_left {
  float: left;
  width: 78%;
  margin-right: 39px;
}
.cont_txt_left p:first-child {
  font-size: 34px;
  color: #FFF;
  font-weight: 800;
  line-height: 48px;
}
.cont_txt_bold {
  color: #ffff00;
  font-size: 60px;
  vertical-align: middle;
}
.cont_txt_caution {
  font-size: 16px;
  color: #FFF;
  text-align: left;
}
.cont_txt {
  border: 5px solid #FFF;
  padding: 10px;
  margin: 25px 50px 5px;
  position: relative;
  z-index: 2;
  background-color: #3c478f;
}
.cont_txt_list {
  color: #FFF;
  text-align: left;
  font-size: 20px;
  margin: 5px 0 0 50px;
}
.kousui_url {
  margin: 30px auto;
}
.cont_area {
  background-image: url("/resources/img/special/rainyservice/cont_area_bg.png");
  background-repeat: no-repeat;
  text-align: center;
  padding: 0 50px 5px;
}

.cont_area_ttl {
  color: #FFF;
  font-size: 48px;
  text-align: center;
  padding-top: 40px;
}
.cont_area_box {
  border: 5px solid rgba(250, 250, 250, 0.4);
  background-color: #FFF;
  background-color: rgba(255, 255, 255, 0.3);
  padding: 10px
}
.cont_area_box > ul {
  margin: 0 !important;
  padding: 0 !important;
}
.cont_area_rute {
  font-size: 40px;
  font-weight: bold;
  text-align: left;
  position: relative;
}
.numbering {
  color: #FFF;
  font-size: 30px;
  font-weight: bold;
  padding: 6px 25px;
  border-radius: 5px;
  background-color: #00a43b;
  vertical-align: middle;
  margin-right: 10px;
}
ul.nomark ul {
  padding-left: 10px !important;
}
.cont_area_sapa {
  display: none;
  background-color: #FFF;
  border: 1px solid #7f7f7f;
  padding: 10px;
}
.cont_area_box > ul > li::after {
  content: "";
  background-image: url("/resources/img/special/rainyservice/icon.png");
  display: block;
  width: 28px;
  height: 19px;
  position: absolute;
  top: 21px;
  right: 7px;
}
.cont_area_list {
  padding-bottom: 3px;
  border-bottom: 1px dotted #cccccc;
}
.cont_area_list h4 {
  font-size: 24px;
  font-weight: 600;
  display: inline-block;
  margin: 0;
  padding: 0;
  vertical-align: top;
}
.cont_area_place {
  display: inline-block;
  color: #FFF;
  background-color: #00a43b;
  padding: 0 17px;
  font-size: 18px;
  vertical-align: top;
  margin-top: 5px;
}
.cont_area_place + p {
  display: block;
  font-size: 16px;
  margin-top: -25px !important;
}
.orange {
  color: #fe5502;
  font-size: 16px;
}
.cont_area_list a {
  color: #ffff00;
  font-size: 14px;
  width: 160px;
  text-align: center;
  position: relative;
  background-color: #666666;
  border-radius: 3px;
  display: block;
  float: right;
  margin-top: 20px;
}
.cont_area_list a::before {
  content: "";
  position: absolute;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  border-left: 7px solid #ffff00;
  top: 4px;
  left: 5px;
}

@media screen and ( max-width:985px) {
.cont_txt_left {
    float: none;
    width: 100%;
    margin-right: 0;
    text-align: left;
}
.cont_header_inner img {
    width: 95%;
}
.kousui_url {
    width: 90%;
    max-width: 379px;
}
}
@media screen and ( max-width:700px) {
.cont_area_ttl {
    font-size: 24px;
}
.wrap_img1 {
    width: 95%;
}
.wrap_img2 {
    width: 95%;
}
.cont_txt {
    border: 5px solid #FFF;
    padding: 10px;
    margin: 25px 10px 5px;
}
.cont_txt_left p:first-child {
    font-size: 20px;
    color: #FFF;
    font-weight: 800;
    line-height: 35px;
}
.cont_txt_bold {
    color: #ffff00;
    font-size: 46px;
    vertical-align: middle;
}
.cont_txt_list {
    color: #FFF;
    text-align: left;
    font-size: 20px;
    margin: 5px 5px 0 ;
}
.cont_area {
    padding: 0 3px 134px;
}
.numbering {
    font-size: 16px;
    padding: 3px 15px;
}
.cont_area_rute {
    font-size: 20px;
}
.cont_area_box > ul > li::after {
    top: 8px;
    right: -3px;
    width: 14px;
    height: 9px;
    background-size: cover;
}
.cont_area_place + p {
    display: block;
    font-size: 16px;
    margin-top: 0 !important; */
}
}




/* 雨粒 */

.rainy {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 0;
}
.rainy::before {
  content: "";
  display: inline-block;
  width: 48px;
  height: 55px;
  background-image: url("/resources/img/special/rainyservice/rainy1.png");
  background-size: contain;
  position: absolute;
  top: -100%;
  left: 20%;
  animation: rainy1 20s linear 3s infinite normal forwards;
}
.rainy::after {
  content: "";
  display: inline-block;
  width: 48px;
  height: 55px;
  background-image: url("/resources/img/special/rainyservice/rainy2.png");
  background-size: contain;
  position: absolute;
  top: -100%;
  left: 40%;
  animation: rainy2 20s linear 1.5s infinite normal forwards;
}
.rainy3,
.rainy5,
.rainy7,
.rainy9,
.rainy11 {
  content: "";
  display: inline-block;
  width: 48px;
  height: 55px;
  background-image: url("/resources/img/special/rainyservice/rainy2.png");
  background-size: contain;
  position: absolute;
}

.rainy4,
.rainy6,
.rainy8,
.rainy10,
.rainy12 {
  content: "";
  display: inline-block;
  width: 48px;
  height: 55px;
  background-image: url("/resources/img/special/rainyservice/rainy1.png");
  background-size: contain;
  position: absolute;
}
.rainy3 {
  top: -100%;
  left: 60%;
  animation: rainy3 20s linear 4s infinite normal forwards;
}
.rainy4 {
  top: -100%;
  left: 80%;
  animation: rainy4 20s linear 7s infinite normal forwards;
}
.rainy5 {
  top: -100%;
  left: 55%;
  animation: rainy5 20s linear infinite normal forwards;
}
.rainy6 {
  top: -100%;
  left: 60%;
  animation: rainy6 20s linear 8s infinite normal forwards;
}
.rainy7 {
  top: -100%;
  left: 22%;
  animation: rainy7 20s linear 5s infinite normal forwards;
}
.rainy8 {
  top: -100%;
  left: 33%;
  animation: rainy8 20s linear 11s infinite normal forwards;
}
.rainy9 {
  top: -100%;
  left: 44%;
  animation: rainy9 20s linear 12s infinite normal forwards;
}
.rainy10 {
  top: -100%;
  left: 77%;
  animation: rainy10 20s linear 6s infinite normal forwards;
}
.rainy11 {
  top: -100%;
  left: 11%;
  animation: rainy11 20s linear 9s infinite normal forwards;
}
.rainy12 {
  top: -100%;
  left: 90%;
  animation: rainy12 20s linear 10s infinite normal forwards;
}
@keyframes rainy1 {
  0% { top: -100%; }
  100% { top: 100%; }
}
@keyframes rainy2 {
  0% { top: -100%; }
  100% { top: 100%; }
}
@keyframes rainy3 {
  0% { top: -100%; }
  100% { top: 100%; }
}
@keyframes rainy4 {
  0% { top: -100%; }
  100% { top: 100%; }
}
@keyframes rainy5 {
  0% { top: -100%; }
  100% { top: 100%; }
}
@keyframes rainy6 {
  0% { top: -100%; }
  100% { top: 100%; }
}
@keyframes rainy7 {
  0% { top: -100%; }
  100% { top: 100%; }
}
@keyframes rainy8 {
  0% { top: -100%; }
  100% { top: 100%; }
}
@keyframes rainy9 {
  0% { top: -100%; }
  100% { top: 100%; }
}
@keyframes rainy10 {
  0% { top: -100%; }
  100% { top: 100%; }
}
@keyframes rainy11 {
  0% { top: -100%; }
  100% { top: 100%; }
}
@keyframes rainy12 {
  0% { top: -100%; }
  100% { top: 100%; }
}

/* 20200327追記 */
.attention_txt {
    border: solid 5px #FF0000;
    background-color: #fff;
    padding-bottom: 10px;
    margin: 0px 50px 5px;
    font-size: 22px;
    font-weight: bold;
}
#attention{
  padding-top: 30px;
}

@media screen and ( max-width:985px) {
  .attention_txt {
      font-size: 19px;
      padding:0 10px;
      padding-bottom:10px;
}
}

@media screen and ( max-width:700px) {
  .attention_txt {
      font-size: 14px;
}
.attention_txt{
    margin: 0 10px;
    padding:0 10px;
    padding-bottom:10px;
}
}
