/*---------------------------
index
----------------------------*/
#application {
  text-align: left;
  padding: 133px 32px 0px;
}
@media screen and (max-width: 640px) {
  #application { /*sp*/
    padding: 80px 32px 0px;
  }
}
#application .inner > .title {
  font-size: 1.4em;
  margin-bottom: 1.5em;
  text-align: center;
}
#application .inner .supply {
  border: 1px solid #ccc;
  width: 100%;
  margin: auto;
  margin-bottom: 1em;
  padding: 1em 3em;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (max-width: 640px) {
  #application .inner .supply { /*sp*/
    padding: 1em;
  }
}
#application .inner .supply .txt {
  width: 80%;
  padding-top: 1em;
}
@media screen and (max-width: 640px) {
  #application .inner .supply .txt { /*sp*/
    width: 70%;
    padding-top: 0;
    font-size: 0.8rem;
  }
  #application .inner .supply .txt br {
    display: none;
  }
}
#application .inner .supply .img {
  width: 15%;
}
@media screen and (max-width: 640px) {
  #application .inner .supply .img { /*sp*/
    width: 25%;
  }
}
#application .inner .apply {
  background: #fff;
  width: 100%;
  margin-bottom: 20px;
  border: 1px solid #ccc;
  padding: 20px 20px 0px 20px;
  box-sizing: border-box;
}
@media only screen and (min-width: 641px) and (max-width: 768px) {
  #application .inner .apply {
    /*tablet*/
    width: 100%;
    padding: 5%;
  }
}
@media screen and (max-width: 640px) {
  #application .inner .apply {
    /*sp*/
    width: 100%;
    padding: 3%;
  }
}
#application .inner .apply .apple_title {
  font-size: 1.2em;
  font-weight: bold;
  margin-bottom: 15px;
  text-align: center;
}
@media screen and (max-width: 640px) {
  #application .inner .apply .apple_title {
    /*sp*/
    font-size: 1em;
    text-align: center;
  }
}
#application .inner .apply h3 {
  font-size: 1.2em;
  margin-bottom: 1em;
}
@media screen and (max-width: 640px) {
  #application .inner .apply h3 { /*sp*/
    font-size: 1em;
    text-align: center;
  }
}
#application .inner .apply .row {
  width: 100%;
  border: 1px solid #ccc;
  padding: 2em;
  margin-bottom: 1em;
}
@media screen and (max-width: 640px) {
  #application .inner .apply .row { /*sp*/
    padding: 1em;
  }
}
#application .inner .apply .row .app {
  width: 100%;
  margin-bottom: 2em;
}
#application .inner .apply .row .app .txt {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#application .inner .apply .row .app .txt a {
  display: block;
  width: 49%;
  padding: 1em;
  border-radius: 5px;
  text-decoration: none;
  margin-right: 2%;
  color: #fff;
  text-align: center;
  background: url(../img/common/icon_arrow.svg) no-repeat 10px center #3AD2BD;
  background-size: 20px auto;
}
#application .inner .apply .row .app .txt a:hover {
  background-color: #12bfa8;
}
#application .inner .apply .row .app .txt a:nth-of-type(2) {
  margin-right: 0;
}
@media screen and (max-width: 640px) {
  #application .inner .apply .row .app .txt a {
    /*sp*/
    width: 100%;
    margin-right: 0;
    margin-bottom: 10px;
    float: none;
  }
  #application .inner .apply .row .app .txt a:nth-of-type(3) {
    width: 100%;
    float: none;
  }
}
#application .inner .apply .row .app .txt.col2 a {
  width: 48%;
}
@media screen and (max-width: 640px) {
  #application .inner .apply .row .app .txt.col2 a { /*sp*/
    width: 100%;
  }
}
#application .inner .apply .row .app .txt.col1 a {
  width: 48%;
}
@media screen and (max-width: 640px) {
  #application .inner .apply .row .app .txt.col1 a { /*sp*/
    width: 100%;
  }
}
#application .inner .apply .row .agree_txt {
  margin-bottom: 1em;
  color: #F60000;
}
#application .inner .apply .row .check {
  width: 100%;
  border: 1px solid #ccc;
  margin-bottom: 1em;
  padding: 1em;
  text-align: left;
}
#application .inner .apply .row .check span {
  padding-left: 5%;
  margin-top: -1.5em;
  margin-right: 0px;
  text-align: left;
  display: block;
}
@media screen and (max-width: 640px) {
  #application .inner .apply .row .check span {
    /*sp*/
    padding-left: 10%;
    font-size: 0.9rem;
  }
}
#application .inner .apply .btn {
  padding: 2em;
  text-align: center;
}
@media screen and (max-width: 640px) {
  #application .inner .apply .btn { /*sp*/
    padding: 0;
    padding-top: 1em;
  }
}
#application .inner .apply .btn input[type=button] {
  width: 30%;
  height: 70px;
  margin-right: 1em;
  padding: 1.5em 1em;
  border: 1px solid #c2c2c2;
  border-radius: 5px;
  box-shadow: inset 1px 2px 0 rgba(255, 255, 255, 0.5), inset 1px -2px 0 rgba(0, 0, 0, 0.5);
}
@media screen and (max-width: 640px) {
  #application .inner .apply .btn input[type=button] { /*sp*/
    height: auto;
    width: 100%;
    margin-right: 0;
    margin-bottom: 0.5em;
  }
}
#application .inner .apply .btn input[type=submit] {
  width: 50%;
  height: 70px;
  padding: 0.8em 1em 1.5em 1em;
  color: #000;
  background-color: #FEF01C;
  background-image: url(../img/common/btn_txt_arrow.svg);
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
  border: 1px solid #bab67d;
  border-radius: 5px;
  box-shadow: inset 1px 2px 0 rgba(255, 255, 255, 0.5), inset 1px -2px 0 rgba(0, 0, 0, 0.5);
  font-weight: bold;
  font-size: 1.4em;
}
@media screen and (max-width: 640px) {
  #application .inner .apply .btn input[type=submit] { /*sp*/
    height: auto;
    width: 100%;
  }
}

@media only screen and (min-width: 641px) and (max-width: 768px) {
  #note .inner { /*tablet*/
    max-width: 92%;
  }
}
@media screen and (max-width: 640px) {
  #note .inner { /*sp*/
    max-width: 90%;
  }
}
#note .inner h2 {
  font-size: 1.4rem;
  text-decoration: underline;
  font-weight: bold;
  margin-bottom: 2rem;
}
@media only screen and (min-width: 641px) and (max-width: 768px) {
  #note .inner h2 { /*tablet*/
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 640px) {
  #note .inner h2 { /*sp*/
    font-size: 1.2rem;
  }
}
#note .inner h3 {
  font-size: 1.2rem;
  margin-bottom: 0.5rem;
}
@media only screen and (min-width: 641px) and (max-width: 768px) {
  #note .inner h3 { /*tablet*/
    font-size: 1.1rem;
  }
}
@media screen and (max-width: 640px) {
  #note .inner h3 { /*sp*/
    font-size: 1.1rem;
  }
}
#note .inner .txt {
  font-size: 1.2rem;
  margin-bottom: 3rem;
  text-align: left;
  line-height: 1.6rem;
}
@media only screen and (min-width: 641px) and (max-width: 768px) {
  #note .inner .txt { /*tablet*/
    font-size: 1rem;
  }
}
@media screen and (max-width: 640px) {
  #note .inner .txt { /*sp*/
    font-size: 1rem;
  }
}
#note .inner .txt.center {
  text-align: center;
}
#note .inner .txt.contact strong {
  margin-bottom: 0.8rem;
  display: block;
}