@charset "UTF-8";
/*
	Filename: access
	Version: 1.0.1
*/
.mb40 {
  display: block;
  margin-bottom: 40px;
}
.mb80 {
  margin-bottom: 80px;
}
.mb16 {
  margin-bottom: 16px !important;
}
#access {
  padding-bottom: 80px;
}
#access .wrap .access_title {
  padding: 40px 0;
}
#access h1 {
  margin-bottom: 32px;
}
#access h2.midasi_terminal {
  position: relative;
  margin-bottom: 40px;
  padding-left: 16px;
  font-size: 2.4rem;
  font-weight: 700;
}
#access h2.midasi_terminal::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 6px;
  height: 100%;
  background: #0F76B9;
  border-radius: 3px;
}
#access h2.midasi_center {
  position: relative;
  margin-bottom: 40px;
  padding-left: 16px;
  font-size: 24px;
  font-weight: 700;
}
#access h2.midasi_center::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 6px;
  height: 100%;
  background: #E67612;
  border-radius: 3px;
}
#access h3.midasi_02 {
  margin-bottom: 16px;
}
#access p {
  margin-bottom: 80px;
  font-size: 16px;
  line-height: 1.6;
}
#access ul {
  margin-bottom: 80px;
}
#access ul li {
  margin-left: 20px;
  list-style-type: disc;
  font-size: 16px;
  line-height: 1.6;
}
#access img {
  max-width: 100%;
  border-radius: 8px;
}
#access .flex {
  margin-bottom: 80px;
}
#access .access_l {
  width: 40%;
}
#access .access_l h4 {
  margin-bottom: 20px;
  padding: 16px 24px;
  background: #F5FBFF;
  border-radius: 8px;
  color: #0F76B9;
  text-align: center;
}
#access .access_l h4.midasi_04_center {
  background: #FFFAF5;
  color: #E67612;
}
#access .access_l h5 {
  margin-bottom: 12px;
}
#access .access_l p {
  margin-bottom: 20px;
  font-size: 14px;
  line-height: 1.6;
}
#access .access_l .link_btn {
  margin-bottom: 24px;
}
#access .access_l .blank.link_btn::after {
  width: 16px;
  height: 16px;
  background: url(../img/common/blank.svg) no-repeat center center;
  background-size: cover;
}
#access .access_r {
  width: 57%;
}
#access .access_r img {
  max-width: 100%;
}
#access .access_r iframe {
  height: 100%;
  border-radius: 8px;
}
#access .table_wrap {
  margin-bottom: 16px;
}
#access .wrap div:nth-of-type(3){
  margin-bottom: 64px;
}
@media screen and (max-width: 900px) {
  #access {
    padding-top: 74px;
  }
  #access .access_l {
    width: 100%;
  }
  #access .access_r iframe {
    height: 350px;
  }
  #access .access_r {
    width: 100%;
  }
}
@media screen and (max-width: 750px) {
  #access h1 {
    margin-bottom: 16px;
  }
  #access h2.midasi_terminal {
    margin-bottom: 24px;
    font-size: 16px;
  }
  #access h2.midasi_center {
    margin-bottom: 24px;
    font-size: 16px;
  }
  #access h3.midasi_02 {
    margin-bottom: 16px;
  }
  #access p {
    margin-bottom: 60px;
    font-size: 14px;
  }
  #access ul {
    margin-bottom: 60px;
  }
  #access ul li {
    font-size: 14px;
  }
  #access .flex {
    margin-bottom: 60px;
  }
  #access .access_l h4 {
    margin-bottom: 16px;
    font-size: 14px;
  }
  #access .access_l h5 {
    margin-bottom: 16px;
    font-size: 14px;
  }
  #access .access_l p {
    margin-bottom: 16px;
    font-size: 14px;
  }
  #access .access_l .link_btn {
    margin-bottom: 24px;
  }
  #access .table_wrap {
    margin-bottom: 16px;
  }
  #access .wrap div:nth-of-type(3){
    margin-bottom: 24px;
  }
}

