@charset "Shift_JIS";

.ma{
  margin: 0 auto;
}

@media screen and (min-width: 768px) {
  .hidden-pc{
    display: none;
  }
  .hidden-spn{
    display: block;
  }
  .btnArea{
    display: flex;
    justify-content: center;
    gap: 20px;
  }
}

.heading06-01 {
    margin-top: 40px;
    font-size: 18px;
    font-size: 1.8rem;
}

.table_inner{
  position: relative;
  overflow: auto;
}
.table_inner .txtLink{
  position: absolute;
  width: 5%;
  height: 20px;
}
.table_inner .txtLink:hover{
  background-color: #fff;
  opacity: 0.4;
}
.table_inner .txtLink01{
  top: 42.2%;
  left: 56.5%;
}
.table_inner .txtLink02{
  top: 79.2%;
  left: 38.5%;
}
.table_inner .txtLink03{
  top: 66.4%;
  left: 76%;
}
.table_inner .txtLink04{
  top: 81%;
  left: 76%;
}

.pdf a{
  position: relative;
  padding-right: 20px;
}
.pdf a[href$=".pdf"]:after, .pdf a[href*=".pdf#"]:after{
  position: absolute;
  top: 50%;
  right: 0;
  display: block;
  width: 18px;
  height: 18px;
  margin-top: -9px;
  background: url(/content/dam/smcc/jp/ja/cmncd/cmn/img/cmn_ic03.png) no-repeat 0 0;
  content: "";
}
.bnr_reader a {
  width: 158px;
  margin-left: auto;
  display: block;
}
.bnr_reader span {
  width: 158px;
  margin: 6px 0 0 auto;
  display: block;
  font-size: 1rem;
  line-height: 1.3;
  text-align: left;
}
.bnr_reader {
margin-top: 30px;
overflow: hidden;
}

.mobileTelLink a{
  color: #444444;
  text-decoration: none;
}
.box01 {
	margin-top: 60px;
}
.box01 .largeText{
	font-size: 20px !important;
	font-weight: bold;
}
.box01 p {
	margin: 0 0 3px 0;
}

.btnLink02{
  margin: 20px 0 !important;
}

.btnArea p>a{
  width: 360px !important;
}


@media screen and (max-width: 767px) {
  .hidden-pc{
    display: block;
  }
  .hidden-spn{
    display: none;
  }
  section {
      margin-bottom: 30px;
  }
  .table_inner .txtLink{
    position: absolute;
    width: 40px;
    height: 18px
  }
  .table_inner .mw700{
    max-width: 700px!important;
  }
  .table_inner .txtLink01{
    top: 400px;
    left: 420px;
  }
  .table_inner .txtLink02{
    top: 752px;
    left: 286px;
  }
  .table_inner .txtLink03{
    top: 630px;
    left: 568px;
  }
  .table_inner .txtLink04{
    top: 768px;
    left: 568px;
  }
  .box01 {
		margin-top: 30px;
	}
  .btnArea p{
    text-align: center;
  }
  .btnArea p>a{
    font-size:18px;
    width: 100% !important;
  }
}
