@charset "UTF-8";
/*width*/
/*height*/
/*center*/
/*color*/
/*color*/
/*font size*/
/* mixinCSS Document */
/* animation */
/* keyframes */
/*----------common----------*/
/*alt*/
/*hover*/
/*----------title----------*/
/*----------table----------*/
/*----------button----------*/
/*----------common----------*/
/* wayCSS Document */
/*---------------
□□□layout□□□
---------------*/
#way #article:before {
  content: "";
  background-color: #f8276c;
  width: 100%;
  height: 75px;
  border-bottom: 15px solid #fd1546;
  position: absolute;
  top: 64px;
  left: 0;
  z-index: 1;
}
#way #content {
  padding-bottom: 20px;
  position: relative;
}
#way #content .chara {
  position: absolute;
  top: -130px;
  right: 5px;
  z-index: 30;
}
#way #content .h2_tit {
  padding-bottom: 20px;
  text-align: center;
}
#way #content .step {
  padding-bottom: 60px;
}
#way #content .step .h3_tit {
  height: 95px;
}
#way #content .step .box {
  background: url(../../way/images/bg_step.gif) repeat 0 0;
  padding: 20px;
  position: relative;
  border-top: 3px solid #f8276c;
  border-bottom: 3px solid #f8276c;
}
#way #content .step .box:after {
  content: "";
  margin-left: -30px;
  width: 0;
  height: 0;
  display: block;
  border-style: solid;
  border-width: 35px 30px 0 30px;
  border-color: #f8276c transparent transparent transparent;
  position: absolute;
  bottom: -35px;
  left: 50%;
}
#way #content .step .box .list {
  margin-left: 1.8em;
}
#way #content .step .box .list li {
  list-style: disc;
}
#way #content .btn_hint {
  padding: 10px 0;
  text-align: center;
}

/*---------------
□□□font□□□
---------------*/
#way #content .step .box p, #way #content .step .box li {
  line-height: 1.6em;
}

@media only screen and (max-width: 680px) {
  #way #content .step .box p, #way #content .step .box li {
    font-size: 14px;
  }
}
