@charset "UTF-8";

/* /information/
-------------------*/
#area01 {
width: 90%;
max-width: 1200px;
margin: 0 auto;
}
#area01 ul {
display: flex;
justify-content: space-between;
flex-wrap: wrap;
}
#area01 ul li {
width: 24%;
}
 #footer {
    background: #fff !important;
}
#footer #copyright{
display: none;
}
.acInr {
width: 90%;
max-width: 1200px;
margin: 0 auto;
padding: 120px 0;
}
.acHead {
border-bottom: 1px solid #cbc7c5;
padding-bottom: 20px;
font-size: 30px;
font-size: 3.0rem;
font-weight: 200;
font-family: 'Noto Serif JP', serif;
margin-bottom: 40px;
}
.acHead i {
color: #b07121;
margin-right: 10px;
font-size: 34px;
font-size: 3.4rem;
}

.acHead02 {
font-size: 21px;
font-size: 2.1rem;
border-bottom: 1px solid #dddddd;
padding-bottom: 20px;
margin-bottom: 20px;
font-weight: normal;
}
.acHead02:before {
content: "●";
margin-right: 3px;
}
.acImg {
margin-bottom: 60px;
}
#access02{
background: #f5f1ef;
}
.acInr .gold {
font-size: 21px;
font-size: 2.1rem;
color: #b07121;
margin-bottom: 30px;
font-weight: bold;
}
.acInr .txt {
font-size: 16px;
font-size: 1.6rem;
}

.stepList ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.stepList ul li {
  width: 24%;
  position: relative;
  margin-bottom: 40px;
}
.stepList ul li span {
  display: block;
  font-size: 18px;
  font-size: 1.8rem;
  text-align: center;
  font-weight: bold;
  padding: 20px 0;
}
.stepList ul li:after {
  content: '';
  width: 8px;
  height: 8px;
  border-top: solid 2px #000;
  border-right: solid 2px #000;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
top: 35%;
right: -4%;
}

.stepList ul li:last-child:after {
  display: none;
}
#access03 .acInr {
    padding: 120px 0 60px;
}


/* for pc resize
-------------------------------------------------------------------------------------*/

@media only screen and (max-width: 1300px) {
.stepList ul li span {
    font-size: 15px;
    font-size: 1.5rem;
}
}
@media only screen and (max-width: 1080px) {
.scrollTxt {
display: none;
}
.acInr {
    padding: 80px 0;
}
.stepList ul li span {
    font-size: 16px;
    font-size: 1.6rem;
}

}


/* for sp
-------------------------------------------------------------------------------------*/
@media only screen and (max-width: 900px) {
#area01 ul li {
    width: 49%;
    margin-bottom: 10px;
}
.scrollTxt {
    display: block;
    margin-bottom: 10px;
    margin-top: 20px;
}
.acHead {
    font-size: 24px;
    font-size: 2.4rem;
}
.acHead i {
    font-size: 28px;
    font-size: 2.8rem;
}
.acHead02 {
    font-size: 18px;
    font-size: 1.8rem;
}
.acImg {
overflow-x: scroll;
overflow-y: hidden;
}
.acImg img {
width: 1000px!important;
}
.stepList {
    padding-top: 20px;
}
.stepList {
overflow-x: scroll;
overflow-y: hidden;
}
.stepList ul li {
    margin-bottom: 0;
}
.stepList ul {
width: 1000px;
}
.stepList ul li span {
    font-size: 12px;
    font-size: 1.2rem;
    padding: 10px 0;
}

#access02 .scrollTxt {
display: none;
}

}

@media only screen and (max-width: 480px) {
#area01 ul li {
    margin-bottom: 5px;
}
.acInr {
    padding: 50px 0;
}
.acHead {
    font-size: 20px;
    font-size: 2.0rem;
    letter-spacing: 0;
}
.acImg img {
    width: 700px!important;
}

.acInr .txt {
line-height: 1.4;
    font-size: 14px;
    font-size: 1.4rem;
}
.acInr .gold {
    font-size: 18px;
    font-size: 1.8rem;
    margin-bottom: 20px;
}




#access02 .scrollTxt {
    display: block;
    margin-bottom: 10px;
    margin-top: 20px;
}
#access03 .acInr {
    padding: 50px 0;
}

#access03 .acImg {
    margin-bottom: 0;
}



























}