
/*-------------------------------------------------------------------------
  Module Important Area
--------------------------------------------------------------------------*/
.important {
  position: relative;
  margin-bottom: 40px;
  padding: 10px 20px 20px;
  background-color: #ffdfdf;
  border: solid 1px #F99;
  font-size: 16px;
  line-height: 24px;
}
.important h3 {
  border-bottom: solid 2px #F00;
  padding: 0.5em 0.75em 0.5em;
  margin: 0 0 1em;
  font-size: 20px;
  font-weight: bold;
  color: #F00;
}
.important .title {
  border-bottom: solid 2px #F00;
  padding: 0.5em 0.75em 0.5em;
  margin: 0 0 1em;
  font-size: 20px;
  font-weight: bold;
  color: #F00;
}
.important .important_inner {
  padding: 0 14px;
}
.important .important_inner p {
  margin-bottom: 5px;
}
.important a {
  margin-bottom: 0.5em;
  padding-left: 0.2em;
  background-image: none;
  color: #116CB0;
  text-decoration: underline;
}
.important a:hover {
  text-decoration: none;
}
.important .align-rit {
  text-align: right;
  line-height: 20px;
}
.important a.link {
  display: inline-block;
  position: relative;
  padding-left: 1em;
  /*background: transparent url(/images/arrow_02.png) no-repeat 0 0.2em;*/
}
.important a.link:before {
  content: "";
  display: block;
  width: 8px;
  height: 15px;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -7.5px;
  background: url(/images/arrow_02.png) no-repeat 0 0;
  background-size: contain;
}

.important .important_inner .list_normal li {
  text-indent: 0;
}
.important .important_inner .list_caution li {
  text-indent: 0;
}

/*-------------------------------------------------------------------------
  Module Infomation Area
--------------------------------------------------------------------------*/
.infomation {
  position: relative;
  margin-bottom: 4em;
  padding: 0.5em 1.5em 1em;
  background-color: #fff;
  border: solid 1px #116CB0;
  font-size: 16px;
}
.infomation h3 {
  border-bottom: solid 2px #116CB0;
  padding: 0.5em 0.75em 0.5em;
  margin: 0 0 1em;
  font-size: 20px;
  font-weight: bold;
  color: #116CB0;
}
.infomation p {
  padding: 0 14px;
}
.infomation .align-rit {
  text-align: right;
  line-height: 20px;
}
.infomation a {
  color: #116CB0;
  text-decoration: underline;
}
.infomation a:hover {
  text-decoration: none;
}
.infomation table {
  border-color:#116CB0 !important;
}
.infomation tbody {
  border-color:#116CB0 !important;
}


/*-------------------------------------------------------------------------
  SP Important
--------------------------------------------------------------------------*/
@media screen and (max-width: 640px){

  .important {
    margin-bottom: 10%;
    padding: 3%;
    font-size: 14px;
    line-height: 1.6;
  }
  .important h3 {
    padding: 2% 4%;
    margin-bottom: 3%;
    font-size: 16px;
  }
  .important .title {
    padding: 2% 4%;
    margin-bottom: 3%;
    font-size: 16px;
  }
  .important .important_inner {
    padding: 0 2%;
}

  .infomation {
    margin-bottom: 10%;
    padding: 3%;
  }
  .infomation h3 {
    padding: 2% 4%;
    margin-bottom: 3%;
    font-size: 16px;
  }
  .infomation p {
    padding: 0 2%;
    font-size: 14px;
    line-height: 1.6;
  }
  .important a.link:before {
    content:"";
    display: block;
    width:8px;
    height:8px;
    background: none;
    border-top:1px solid #116cb0;
    border-right:1px solid #116cb0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    right:0;
    top:0.5em;
    margin-top: 0;
  }

}

