@charset "UTF-8";

.download_cont {
  width: 95%;
  max-width: 1200px;
  margin: 0 auto;
}
.dd_maintxt {
  font-size: 35px;
  color: #54215b;
  font-weight: bold;
  line-height: 1em;
  letter-spacing: 0.1em;
}
#download .dd_maintxt span {
  display: block;
  font-size: 20px;
  color: #adba21;
  letter-spacing: 0.05em;
}
.dd_box {
  display: flex;
  align-items: center;
  border: 1px solid #000;
  margin: 30px 0 50px;
  padding: 20px;
}
.dd_subtxt01 {
  width: 45%;
  font-size: 20px;
  text-align: center;
  letter-spacing: 0.1em;
}
.dd_subtxt01 span {
  display: block;
  font-size: 15px;
}

.dd_subtxt02 {
  width: 100%;
  font-size: 15px;
  padding: 0 50px;
  letter-spacing: 0.05em;
  border-left: 1px solid #000;
}

.dd_subtxt02 span {
  display: block;
}

.dd_pack_cont {
  display: flex;
  justify-content: space-between;
 gap: 20px;
  
}

.dd_pack_box {
  background-color: #f5f1df;
  padding: 4% 1% 3%;
width: stretch;
}

.dd_icon {
  width: 23%;
  display: block;
margin: auto 
  }

.dd_icontxt {
  font-size: 27px;
  line-height: 1.2em;
  letter-spacing: 0.1em;
    text-align: center;
  margin-top:20px;
}

.dd_icontxt span {
  display: block;
  font-size: 15px;
  letter-spacing: 0.05em;
}

.dd_link a {
      display: block;
    width: 90%;
    margin: 0 auto;
    text-align: center;
    color: #fff;
    border-radius: 50px;
    padding: 15px 5px;
    font-size: 16px;
    text-decoration: none;
    margin-top: 20px;
    position: relative;
    transition: 0.6s;
    line-height: 1.3em;
    letter-spacing: 0.05em;
    background-color: #54215b;
}

.dd_link span {
  display: block;
  font-size: 14px;
}
.dd_eng{
font-size:14px;
	margin-top:1rem;
}

.dd_link a:after {
  content: "";
  display: block;
  background-image: url("/common/upload_data/aiwininternationalschoolcojp/image/g_arrow.png");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 10px;
  width: 20px;
  height: 20px;
  z-index: 100;
  border: 2px solid #adba21;
  border-radius: 50%;
  transition: 0.6s;
}

.dd_link a:hover {
  background-color: #adba21;
  transition: 0.6s;
  color: white;
}

.dd_link a:hover:after {
  transition: 0.6s;
  border: 2px solid #fff;
  border-radius: 50%;
}

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

  .download_cont {
    padding: 30px 5%;
  }


.dd_pack_cont {
  display: block;
}

.dd_pack_box {
  width: 80%;
box-shadow: 5px 5px 5px rgba(0,0,0,0.1); 
margin: 0 auto;
  margin-bottom: 40px;
}
  .dd_box {
  display: block;
  margin: 20px 0 30px;
  padding: 10px;
}
.dd_subtxt01 {
  width: 100%;
  font-size: 20px;
  padding: 10px;
  border-right: 0;
  border-bottom: 1px solid #000;
}

.dd_subtxt02 {
  width: 100%;
  font-size: 12px;
  padding: 20px;
  border: 0px;
}
}