@charset "UTF-8";
.accent_text {
  color: #ee7948;
}

/* cont_inner
--------------------------------------------------*/
.cont_inner {
  position: relative;
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 20px;
}
.cont_inner_top {
  padding: 60px 20px 0;
}
@media screen and (min-width: 601px) {
  .cont_inner_top .desc {
    text-align: center;
  }
  .cont_inner_top .desc p {
    line-height: 2;
  }
}
@media screen and (min-width: 769px) {
  .cont_inner_top {
    padding: 64px 20px 0;
  }
}
@media screen and (min-width: 1281px) {
  .cont_inner_top {
    padding: 84px 20px 0;
  }
  .cont_inner_top .desc p {
    line-height: 2.4;
  }
}
#section__cont .cont_title {
  margin-bottom: 30px;
  text-align: center;
}
#section__cont .cont_title h1 span,
#section__cont .cont_title h2 span {
  font-size: 1.4rem;
}
@media screen and (min-width: 601px) {
  #section__cont .cont_title h1 span,
  #section__cont .cont_title h2 span {
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 769px) {
  #section__cont .cont_title {
    margin-bottom: 40px;
  }
}
@media screen and (min-width: 1025px) {
  #section__cont .cont_title {
    margin-bottom: 60px;
  }
  #section__cont .cont_title h1
span, #section__cont .cont_title h2 span {
    font-size: 1.6rem;
  }
}

/* section__about
		 section__howto
--------------------------------------------------*/
.link_desc {
  position: relative;
  width: 100%;
}
.link_desc .link_bg {
  position: relative;
  width: 100%;
  height: 0;
  padding: 18%;
  background-size: 100% auto;
  background-repeat: no-repeat;
}
.link_desc .link_bg.about_bg {
  background-image: url("../imgs/front/about_bg.jpg");
}
.link_desc .link_bg.howto_bg {
  background-image: url("../imgs/front/howto_bg.jpg");
}
.link_title {
  text-align: center;
  color: #fff;
}
.link_title h2 {
  position: absolute;
  top: 50%;
  left: 50%;
  bottom: auto;
  right: auto;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  font-size: 1.8rem;
  font-weight: 400;
}
.link_title p {
  position: absolute;
  left: 50%;
  bottom: 3px;
  right: auto;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  font-size: 1.1rem;
}
@media screen and (min-width: 601px) {
  .link_title h2 {
    height: 140px;
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
  }
  .link_title p {
    bottom: 5px;
    font-size: 1.2rem;
  }
}
@media screen and (min-width: 1025px) {
  #section__about,
  #section__howto {
    padding-top: 20px;
  }
  .link_title h2 {
    height: 165px;
    font-size: 2.1rem;
  }
  .link_title p {
    bottom: 10px;
    font-size: 1.4rem;
  }
}
@media screen and (min-width: 1281px) {
  .link_title h2 {
    height: 190px;
    font-size: 2.5rem;
  }
  .link_title p {
    font-size: 1.6rem;
  }
}