@charset "UTF-8";

#methodBlc .list li.mail {
  display: block;
  padding: 40px 35px;
}

#methodBlc .list li.mail::before {
  display: none;
}

#methodBlc .list li.mail .txt {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  flex-direction: column;
}

#methodBlc .list li.mail .txt .txt01 {
  position: relative;
  margin-bottom: 20px;
  padding-left: 80px;
  box-sizing: border-box;
}

#methodBlc .list li.mail .txt .txt01::before {
  font-family: "Font Awesome 5 Free";
  content: '\f658';
  color: #1c75c7;
  font-weight: 900;
  font-size: 55px;
  margin: auto 0;
  display: flex;
  align-items: center;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 10px;
  z-index: 1;
}

#methodBlc .list li.mail .txt>.toggle {
  width: 100%;
  max-width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

#methodBlc .list li.mail .txt>.list {
  width: 100%;
}

#methodBlc .list li.mail .txt>.toggle .mail-li {
  width: calc((100% - 35px) / 2);
  margin-right: 35px;
  margin-top: 10px;
  padding: 10px;
  background-color: #f2f2f2;
  box-sizing: border-box;
  border: 1px solid #efefef;
}

#methodBlc .list li.mail .txt>.toggle .mail-li:nth-child(2n+2),
#methodBlc .list li.mail .txt>.toggle .mail-li:last-child {
  margin-right: 0;
}

#methodBlc .list li.mail .txt>.toggle .mail-li:nth-child(-n+2) {
  margin-top: 0;
}

@media screen and (max-width:1000px) {

  #methodBlc .list li.mail .txt>.list {
    width: 100%;
    margin-top: 1rem;
  }

  #methodBlc .list li.mail .num {
    font-size: 170%;
  }

  #methodBlc .list li.mail .txt .txt01 {
    padding: 0;
  }

  #methodBlc .list li.mail .txt .txt01::before {
    font-size: 45px;
    margin: auto;
    justify-content: center;
    top: -70px;
    bottom: auto;
    left: 0;
    right: 0;
  }
}

@media screen and (max-width:767px) {
  #methodBlc .list li.mail {
    padding: 40px 20px;
  }

  #methodBlc .list li.mail .txt>.toggle .mail-li {
    width: calc((100% - 25px) / 2);
    margin-right: 25px;
  }
}

@media screen and (max-width:640px) {
  #methodBlc .list li.mail .num {
    font-size: 120%;
  }

  #methodBlc .list li.mail .txt .txt01 {
    font-size: 100%;
    margin-bottom: 0;
  }

  #methodBlc .list li.mail .txt>.toggle {
    display: none;
  }

  #methodBlc .list li.mail .txt>.toggle {
    margin-top: 20px;
  }

  #methodBlc .list li.mail .txt>.toggle .mail-li {
    width: 100%;
    margin-right: 0;
    margin-top: 10px !important;
  }

  #methodBlc .list li.mail .txt>.toggle .mail-li:first-child {
    margin-top: 0 !important;
  }

}


@media screen and (max-width:480px) {
  #methodBlc .list li.mail::before {
    font-size: 35px;
  }

  #methodBlc .list li.mail .txt .txt01::before {
    font-size: 32px;
    top: -50px;
  }
}

/* --------------------------------

mail-list

-----------------------------------*/

@media screen and (min-width:1201px) {
  .mail-list .mail-li>a:hover {
    color: #0f7cd9;
  }
}

.mail-list {
  max-width: 390px;
  width: 100%;
  display: block;
  box-sizing: border-box;
}

.mail-list .mail-li>a {
  font-size: 120%;
  font-weight: 500;
  text-decoration: none;
  border: 1px solid #dcdcdc;
  padding: 18px 18px 18px 48px;
  background: rgb(239, 239, 239);
  background: linear-gradient(0deg, rgba(239, 239, 239, 1) 40%, rgba(255, 255, 255, 1) 100%);
  display: block;
  position: relative;
  transition: all 0.3s ease-in-out;
  box-sizing: border-box;
  text-align: left;
}

.mail-list .mail-li>a::before {
  content: "";
  background-image: url(../img/common/icon-right-arrow.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  left: 20px;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 10px;
  height: 10px;
}

@media screen and (max-width:767px) {
  .mail-list .mail-li>a {
    font-size: 100%;
  }
}

@media screen and (max-width:640px) {
  .mail-list .mail-li>a {
    font-size: 100%;
  }
}