/* media query */
@import url(https://fonts.googleapis.com/earlyaccess/notosansjapanese.css);
@import url(https://fonts.googleapis.com/earlyaccess/roundedmplus1c.css);
.fade_in {
  opacity: 0;
  transform: translate(0, 30px);
  -webkit-transform: translate(0, 30px);
}

.mv07 {
  transition: 1.5s;
  opacity: 1.0;
  transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
}

.w1000 {
  max-width: 1000px;
}

.nav ul .nav02 {
  background: #07A0EF;
  color: #fff;
}

.u_main {
  background: url(../images/main.png) no-repeat center center;
  background-size: cover;
}
@media all and (max-width: 600px) {
  .u_main {
    background: url(../images/main_sp.png) no-repeat top center;
    background-size: 100% auto;
  }
}

.contents {
  margin: 50px auto;
  max-width: 1000px;
}

.area_company .greeting {
  margin-bottom: 30px;
}
.area_company .greeting h2 {
  font-weight: bold;
  font-family: 'Rounded Mplus 1c';
  color: #fff;
  background: #07A0EF;
  padding: 10px 20px;
  box-sizing: border-box;
  font-size: 20px;
  margin-bottom: 20px;
  letter-spacing: 3px;
  border-radius: 50px;
}
.area_company .greeting dl {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.area_company .greeting dl dt {
  width: 300px;
}
@media all and (max-width: 600px) {
  .area_company .greeting dl dt {
    width: 100%;
    text-align: center;
  }
}
.area_company .greeting dl dd {
  width: calc(100% - 330px);
}
@media all and (max-width: 600px) {
  .area_company .greeting dl dd {
    width: 100%;
    margin-top: 15px;
  }
}
.area_company .greeting dl dd .title {
  border-bottom: 1px solid #07A0EF;
  padding-bottom: 5px;
  margin-bottom: 10px;
  font-weight: bold;
  font-size: 120%;
  font-family: 'Rounded Mplus 1c';
  color: #07A0EF;
}
.area_company .greeting dl dd p {
  text-indent: -1em;
  padding-left: 1em;
}
.area_company .greeting dl dd p.noindent {
  text-indent: 0;
  padding-left: 0;
}
.area_company .greeting dl dd ol {
  padding-left: 30px;
  margin: 10px 0;
  display: flex;
  flex-wrap: wrap;
}
.area_company .greeting dl dd ol li {
  padding: 3px 0;
  width: 300px;
}
.area_company table tr {
  border-bottom: 1px solid #ccc;
}
@media all and (max-width: 600px) {
  .area_company table tr {
    display: block;
    margin: 0 auto;
  }
}
.area_company table tr td {
  padding: 15px 0;
  position: relative;
}
@media all and (max-width: 600px) {
  .area_company table tr td {
    display: block;
    width: 100%;
    padding: 10px 0;
  }
}
.area_company table tr td iframe {
  width: 100%;
}
@media all and (max-width: 600px) {
  .area_company table tr td iframe {
    height: 250px;
  }
}
.area_company table tr td .btn_pdf {
  width: 180px;
  position: absolute;
  left: 270px;
  top: 15px;
  font-size: 0.8rem;
  color: #FC6060;
  border: 1px solid #FC6060;
  border-radius: 5px;
  text-align: center;
}
@media all and (max-width: 600px) {
  .area_company table tr td .btn_pdf {
    position: relative;
    left: 0;
    top: 0;
    margin: 3px 0 0 0;
  }
}
.area_company table tr td .btn_pdf a {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.area_company table tr td .btn_pdf:hover {
  background: #FC6060;
  color: #fff;
}
.area_company table tr .item {
  width: 230px;
  padding-left: 20px;
  background: url(../images/point01.png) no-repeat center left;
  font-weight: bold;
  vertical-align: middle;
  font-family: 'Rounded Mplus 1c';
  color: #07A0EF;
  font-size: 1rem;
}
@media all and (max-width: 600px) {
  .area_company table tr .item {
    padding: 5px 0 5px 20px;
    margin-top: 10px;
  }
}
