.hide {
  display: none !important;
}

.topLineBottom {
  padding-bottom: 10px;
}

.topUl {
  display: block;
  list-style-type: disc;
}

.topUlBtnArea {
  border-radius: 5px;
  background: #ffffff;
  padding: 10px;  
}

.topUlArea {
  border-radius: 5px;
  background: #ffffff;
  padding-top: 10px;
  padding-right: 10px; 
  padding-bottom: 0px; 
  padding-left: 10px; 
}

.topUltextBox {
    border-radius: 5px;
    background: #ffffff;
    padding: 10px;
    border: solid #64a5dc 1px;
    margin-bottom: 10px;
}

.topUlSpanFont {
   font-weight: bold;
}

.topUlSpanFontRight {
  float: right;
}

.drawDown {
    border: 4px solid #c2c0c0;
    width: 20px;
    height: 20px;
    border-left-color: transparent;
    border-top-color: transparent;
    transform: rotate(45deg);
    margin: 0 auto;
    margin-top:-5px;
}

.drawUp {
    border: 4px solid #c2c0c0;
    width: 20px;
    height: 20px;
    border-left-color: transparent;
    border-top-color: transparent;
    transform: rotate(-135deg);
    margin: 0 auto;
    margin-top: 5px;
}

.modal-box-01 {
  padding: 0.8em 10px 0.5em;
  margin-bottom: 0.5em;
  background-color: #F2F2F2;
}

.modal-box-02 {
  padding: 5px;
  background-color: #FFFFFF;
}

.modal-box-03 {
  padding: 0.8em 10px 1em;
  background-color: #E5F5FF;
}

.modal-box-04 {
  position: relative;
  margin: 0 90px;
  padding: 0.6em 0;
  text-align: center;
  font-size: 1.8rem;
  background-color: #fff;
  border: solid 3px #64a5dc;
  -webkit-border-radius: 8px;
          border-radius: 8px;
}

.modal-box-05 {
  position: relative;
  margin: 4em 90px 0;
}

.modal-box-05::before {
  position: absolute;
  top: -45px;
  left: -webkit-calc(50% - 50px);
  left: calc(50% - 50px);
  display: block;
  width: 0;
  height: 0;
  content: "";
  border-color: #17a2b8 transparent transparent transparent;
  border-style: solid;
  border-width: 38px 50px 0 50px;
}

.modal-box-06 {
  margin: 1.2em 150px;
  text-align: center;
  line-height: 1.2;
}

.modal-box-06 > span {
  font-size: 1.2rem;
}

.modal-list-01 {
  width: 100%;
  margin-bottom: 0.5em;
}

.modal-list-01 > li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.modal-list-01 > li > div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex: 1;
  min-height: 50px;
  margin: 2px;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  border: solid 2px #002060;
  -webkit-border-radius: 8px;
          border-radius: 8px;
}

.modal-list-01 > li > div > span {
  text-align: center;
  font-size: 1.4rem;
}

.modal-btn-01 {
  width: 100%;
  margin-bottom: 0;
  font-weight: bold;
  font-size: 2.6rem;
}

.modal-btn-01 > button {
  position: relative;
  display: inline-block;
  width: 100%;
  padding: 0.5em 35px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  background-color: #00B0F0;
  -webkit-border-radius: 8px;
          border-radius: 8px;
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
          box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}

.modal-btn-01 > button:not(:disabled):hover,
.modal-btn-01 > button:not(:disabled):focus,
.modal-btn-01 > button:not(:disabled):active {
  text-decoration: underline;
  opacity: .8;
}

.modal-btn-01.icn-01 > button::before {
  position: absolute;
  top: -webkit-calc(50% - 12.5px);
  top: calc(50% - 12.5px);
  left: 9px;
  display: block;
  width: 25px;
  height: 25px;
  content: "";
  background: url("/fire/images/common/icn-04-e6e414f9ba856831d861032284ae1b8d.png");
  background-size: 25px 25px;
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

.cross-icn-01 {
  position: relative;
  padding-left: 25px;
  margin-top: 0;
  margin-bottom: 0.5em;
}

.cross-icn-01::before, .cross-icn-01::after {
  position: absolute;
  top: 7.5px;
  left: 0;
  display: block;
  width: 20px;
  height: 5px;
  content: "";
  background: #ff0000;
}

.cross-icn-01::before {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}

.cross-icn-01::after {
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.round-icn-01 {
  position: relative;
  padding-left: 25px;
  margin-top: 0;
  margin-bottom: 1em;
}

.round-icn-01::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: "";
  border: solid 5px #64a5dc;
  -webkit-border-radius: 50%;
          border-radius: 50%;
}

.no-before {
  margin-top: 0 !important;
}

.no-before::before {
  content: none !important;
}

.modal-margin-top-01 {
  margin-top: 0.4em !important;
}

.modal-margin-bottom-01 {
  margin-bottom: 0 !important;
}

.modal-padding-bottom-01 {
  padding-bottom: 0 !important;
}

.modal-padding-bottom-02 {
  padding-bottom: 0.2em !important;
}

.modal-padding-01 {
  padding: 0 10px !important;
}

.modal-padding-02 {
  padding: 1.6em 0 !important;
}

.modal-padding-04 {
  padding: 0.8em 20px !important;
}

.link-line-height-01 a::before {
  top: 5px !important;
}

.desktop-mode { 
  display: block;
}

.mobile-mode {
  display: none;
}

@media only screen and (max-width: 660px) {
  .modal-box-04 {
    margin: 0 20px;
    font-size: 1.6rem;
  }
  
  .modal-box-05 {
    margin: 4em 20px 0;
  }
  
  .modal-box-06 {
    margin: 1.2em 20px;
  }
  
  .modal-list-02 {
    grid-template-columns: repeat(2, 1fr);
  }
  
  .modal-list-02 > div:nth-child(7) {
    grid-column: 1 / -1;
  }
  
  .modal-btn-01 {
    font-size: 2rem;
  }
  
  .modal-btn-01 > button {
    padding: 0.6em 35px;
  }
  
  .modal-padding-03 {
    padding: 0 10px !important;
  }
  
  .desktop-mode { 
    display: none;
  }

  .mobile-mode {
    display: block;
  }
}
