@charset "UTF-8";

.guide {
  margin: 60px 0 0;
}
.guide__nav {
  display: flex;
  justify-content: space-between;
  border-bottom: solid 2px #cd3138;
  padding: 0 10px;
  margin-top: 70px;
}
.guide__nav li {
  width: 33%;
  position: relative;
  height: 65px;
  z-index: 1;
}
.guide__nav li.current {
  border-bottom: none;
}
.guide__nav li a {
  display: block;
  color: #cd3138;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  background: #FFE3E3;
  box-sizing: border-box;
  border-bottom: solid 4px #fff;
  height: 65px;
  line-height: 65px;
}
.guide__nav li br {
  display: none;
}
.guide__nav li.current span {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  display: block;
  font-size: 24px;
  text-align: center;
  font-weight: bold;
  color: #fff;
  height: 65px;
  line-height: 65px;
  z-index: 2;
  background: #cd3138;
}
.guide__inner {
  margin: 0;
  padding: 30px 15px;
  display: block;
  min-height: 600px;
}
.guide__inner__image {
  width: 100%;
  height: 400px;
  overflow: hidden;
  position: relative;
  margin: 30px 0;
}
.guide__inner__image img {
  width: 100%;
  height: auto;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.guide__inner__image__title {
  position: absolute;
  top: 90px;
  left: 0;
  width: 100%;
  text-align: center;
}
.guide__inner__image__title img {
  width: auto;
  position: relative;
  left: 0;
  top: 0;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}
.guide__inner__lead {
  color: #434343;
  font-size: 18px;
  font-weight: bold;
  line-height: 2.5;
  border-bottom: solid 2px #ddd;
  padding: 0 0 2em;
}
.guide__inner h3 {
  background: none;
}
.guide__inner__title {
  border-bottom: solid 5px #cd3138;
  font-size: 32px;
  display: block;
  width: 100%;
  height: auto;
  margin: 90px 0;
  padding: 0 0 0.4em;
  background-color: none;
  text-align: center;
  position: relative;
}
.guide__inner__title:after {
  content: "";
  position: absolute;
  bottom: -80px;
  right: 10px;
}
.guide__inner__title--strength:after {
  background: url(../img/guide/img_about_title_strength_after.png) no-repeat 0 0;
  width: 164px;
  height: 218px;
}
.guide__inner__title--point:after {
  background: url(../img/guide/img_about_title_point_after.png) no-repeat 0 0;
  width: 189px;
  height: 213px;
}
.guide__inner__columns {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin: 40px 0;
  padding: 0 0 40px;
  line-height: 1.4;
}
.guide__inner__columns__text {
  width: 50%;
  color: #434343;
  font-size: 16px;
  font-weight: bold;
}
.guide__inner__columns__title {
  font-size: 36px;
  margin-top: 0;
}
.guide__inner__columns__image {
  width: 45%;
}
.guide__inner__columns__image img {
  width: 100%;
  height: auto;
}
.guide__inner__list {
  margin: 50px auto;
  width: 25em;
  font-size: 28px;
}
.guide__inner__list li {
  color: #6F0000;
  font-size: 28px;
  font-weight: bold;
  padding: 0 0 1em 1.3em;
  position: relative;
}
.guide__inner__list li:before {
  position: absolute;
  left: 0;
  content: "\f14a";
  font-family: icons;
  color: #cd3138;
}
.guide__inner__list li:last-child {
  background: url(../img/guide/img_about_arrow.jpg) no-repeat 50% 50%;
  height: 200px;
}
.guide__inner__list li:last-child:before {
  content: "";
}
.guide__inner__solve {
  text-align: center;
  border-bottom: solid 2px #ddd;
  padding: 0 0 30px;
}
.guide__inner__point {
  line-height: 1.4;
  color: #434343;
  font-size: 18px;
  counter-reset: section;
  font-weight: bold;
}
.guide__inner__point__title {
  font-size: 28px;
  color: #6F0000;
  margin: 90px 0 0;
  padding-left: 30px;
  counter-reset: number 0; 
}
.guide__inner__point__title:before {
  position: absolute;
  left: 0.5em;
  counter-increment: section;
  content: counters(section, ".") ".";
}
.guide__inner__point p {
  
  line-height: 1.8;
  padding-left: 30px;
}
.guide__inner__point p img {
  float: right;
  margin: 0 0 30px 30px;
  width: 300px;
  height: auto;
}
.guide__inner__support {
  border: solid 3px #cd3138;
  border-radius: 12px;
  margin: 80px 0 0;
  padding: 20px 0 20px 40px;
  background: url(../img/guide/img_about_okura.jpg) no-repeat 99% 100%;
  background-size: contain;
}
.guide__inner__support p {
  font-size: 24px;
  font-weight: bold;
  width: 60%;
  line-height: 1.8;
}
.guide__inner__support__link {
  display: block;
  text-align: right;
}
.guide__inner__support__link:before {
  content: "\f138";
  font-family: icons;
  margin-right: 0.3em;
}
.guide__service {
  padding: 0 0 80px;
}
.guide__service__title {
  font-size: 48px;
  color: #cd3138;
  text-align: center;
  padding: 30px 0;
}
.guide__service__box {
  border: solid 3px #cd3138;
  border-radius: 12px;
  padding: 20px 30px;
}
.guide__service__box__inner {
  border-left: solid 12px #e3e3e3;
  padding-left: 30px;
  color: #434343;
  margin: 20px 0;
}
.guide__service__box__inner h4 {
  font-size: 36px;
  margin: 0;
  padding: 0 0 0.2em;
}
.guide__service__box__inner p {
  font-weight: bold;
  line-height: 1.4;
  font-size: 16px;
}
.guide__service__box hr {
  width: auto;
  height: 0;
  margin: 0;
  padding: 0;
  border: 0;
  border-bottom: dotted 2px #ccc;
  background-color: #fff;
}
.guide__service__mypage {
  display: flex;
  justify-content: space-between;
}
.guide__service__mypage__left,
.guide__service__mypage__right  {
  width: 220px;
}
.guide__service__mypage__center  {
  width: 502px;
}
.guide__service__mypage__center img {
  border: solid 1px #ddd;
}
.guide__mypage__balloon  {
  margin: 30px 0 0;
  border-radius: 8px;
  border: solid 2px #e5c067;
  background: #fef9ee;
  padding: 12px 8px;
  font-size: 12px;
  line-height: 1.5;
}
.guide__mypage__balloon__title {
  font-size: 16px;
  margin: 0;
  padding: 0 0 0.5em;
  color: #ad8523;
}
.guide__mypage__balloon p {
  margin: 0;
  padding: 0 0 0.5em;
}

@media screen and (max-width: 1000px) {
  .guide__nav {
    display: flex;
    justify-content: space-between;
    border-bottom: solid 2px #cd3138;
    margin: 0 10px;
  }
  .guide__nav li {
    position: relative;
    height: 65px;
    z-index: 1;
  }
  .guide__nav li.current {
    border-bottom: none;
  }
  .guide__nav li a {
    font-size: 18px;
  }
  .guide__nav li.current span {
    font-size: 18px;
  }
  .guide__inner {
    margin: 0 10px;
    padding: 30px 20px;
  }
  .guide__inner__image {
    width: 100%;
    height: 300px;
    margin: 20px 0;
}
  .guide__inner__lead {
    font-size: 16px;
    line-height: 2; 
  }
  .guide__inner__image__title {
    top: 35%;
  }
  .guide__inner__image__title img {
    width: 85%;
  }

  .guide__inner__title img {
    width: 50%;
  }
  .guide__inner__title:after {
    background-size: cover;
    top: 0;
  }
  .guide__inner__title--strength:after {
    width: 82px;
    height: 109px;
  }
  .guide__inner__title--point:after {
    width: 95px;
    height: 106px;
  }
  .guide__inner__columns__title {
    font-size: 28px;
  }
  .guide__inner__list {
    width: auto;
  }
  .guide__inner__list li {
    font-size: 24px;
  }
  .guide__inner__list li:last-child {
    background: url(../img/guide/img_about_arrow.jpg) no-repeat 50% 50%;
    height: 100px;
    background-size: contain;
  }
  .guide__inner__solve img {
    width: 80%;
  }
  .guide__inner__point {
    font-size: 16px;
    font-weight: bold;
  }
  .guide__inner__point__title {
    font-size: 20px;
    margin: 70px 0 0;
    padding-left: 1em;
  }
  .guide__inner__point p {
    padding-left: 1.3em;
  }
  .guide__inner__point p img {
    width: 30%;
  }
  .guide__inner__support {
    border: solid 2px #cd3138;
    border-radius: 10px;
    margin: 60px 0 0;
    padding: 20px 0 20px 30px;
    background: url(../img/guide/img_about_okura.jpg) no-repeat 99% 100%;
    background-size: contain;
  }
  .guide__inner__support p {
    font-size: 18px;
    font-weight: bold;
    width: 60%;
    line-height: 1.5;
  }

  .guide__service__mypage__left {
    width: 24%;
  }
  .guide__service__mypage__center {
    width: 50%;
  }
  .guide__service__mypage__center img {
    width: 100%;
    height: auto;
    margin: 0 auto 5vw;
  }
  .guide__service__mypage__right {
    width: 24%;
  }
}
@media screen and (max-width: 768px) {
  .guide__nav li a {
    font-size: 2.5vw;
  }
  .guide__nav li.current span {
    font-size: 2.5vw;
  }
  
}
@media screen and (max-width: 480px) {

  .guide {
    margin: 0;
  }
  .guide__nav {
    width: auto;
    margin: 0;
    padding: 0 1.5625vw;
    flex-wrap: wrap;
    align-items: stretch;
  }
  .guide__nav li {
    width: 32.5%;
    height: auto;
    margin: 1.25vw 0 0;
    box-sizing: border-box;
    z-index: 2;
    position: relative;
  }
  .guide__nav li a {
    font-size: 3.75vw;
    height: auto;
    line-height: 1.2;
    padding: 0.4em 0;
    border-bottom: none;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    margin: auto;
    width: 100%;
    overflow: hidden;
  } 
  .guide__nav li br {
    display: block;
  }
  .guide__nav li.current span {
    position: relative;
    width: 100%;
    display: block;
    text-align: center;
    font-weight: bold;
    height: auto;
    line-height: 1.2;
    z-index: 1;
    padding: 0.4em 0;
    font-size: 3.75vw;
  }
  .guide__inner {
    margin: 0;
    padding: 0;
    border: none;
    padding: 2.5vw 0;
  }
  .guide__inner__image {
    width: 100%;
    height:  46.875vw;
    margin:  0 0 4.6875vw;
}
  .guide__inner h3 {
    font-size: 6.25vw;
  }
  .guide__inner h3:after {
    font-size: 5.625vw;
  }

  .guide__inner__lead {
    margin: 0 2.5vw;
  }
  .guide__inner__word {
    display: block;
  }
  .guide__inner__word h4 {
    display: block;
    border-top: solid 1px #ccc;
    margin: 0.4em 0 0;
    padding: 0.5em 0 0.2em;
    font-size: 5vw;
  }
  .guide__inner__word p {
    border: none;
    width: auto;
  }
  .guide__inner__word p a {
    border: none;
    text-align: left;
    margin: 0;
    padding: 0 0 0.3em;
    font-size: 4.375vw;
  }
  .guide__inner__word p a:hover {
    background: none;
    border: none;
    color: #2A5B80;
  }
  .guide__inner__title {
    width: auto;
    margin: 0 2.5vw;
    padding: 5vw 0;
  }
  .guide__inner__title img {
    width: 80%;
    
  }
  .guide__inner__title:after {
    content: none;
  }
  .guide__inner__columns {
    flex-flow: row wrap;
    margin: 5vw 0;
    padding: 0 2.5vw 5vw;
  }
  .guide__inner__columns__title {
    font-size: 6.25vw;
    margin-bottom: 0;
  }
  .guide__inner__columns__text {
    width: auto;
    order:1;
  }
  .guide__inner__columns__text p {
    font-weight: normal;
  }
  .guide__inner__columns__image {
    width: auto;
    margin: 0 5%;
    order:2;
  }
  .guide__inner__list {
    margin: 5vw;
    font-size: 6.25vw;
  }
  .guide__inner__list li {
    font-size: 4.6875vw;
    text-align: justify;
  }
  .guide__inner__point  {
    font-size: 3.75vw;
    padding: 0 5%;
    font-weight: normal;
  }
  .guide__inner__point__title {
    margin: 5vw 0 0;
  }
  .guide__inner__point p {
    padding-left: 0;

  }
  .guide__inner__point p img {
    width: 100%;
    height: auto;
    float: none;
    margin: 5vw 0 0;
  }
  .guide__inner__support {
    border: solid 2px #cd3138;
    border-radius: 10px;
    margin: 9.375vw 2.5vw 0;
    padding: 3.75vw;
    background: none;
  }
  .guide__inner__support p {
    width: auto;
    margin: 0;
    font-size: 3.75vw;
    text-align: justify;
  }
  .guide__service__box {
    margin: 0 2.5vw;
    padding: 5vw;
  }
  .guide__service__box__inner {
    margin: 5vw 0;
    padding-left: 2.5vw;
    border-left: solid 6px #e3e3e3;
  }
  .guide__service__box__inner h4 {
    font-size: 6.25vw;
  }
  .guide__service__box__inner p {
    font-size: 3.75vw;
  }

  .guide__service__mypage {
    flex-flow: row wrap;
    flex-wrap: wrap;
    padding: 0;
    margin: 0 2.5vw;
  }

  .guide__service__mypage__left {
    width: auto;
    order: 2;}
  .guide__service__mypage__center {
    width: auto;
    order: 1;
  }
  .guide__service__mypage__center img {
    width: 90%;
    height: auto;
    margin: 0 auto 5vw;
  }
  .guide__service__mypage__right {
    width: auto;
    order: 3;
  }
  .guide__mypage__balloon {
    margin: 2.5vw 0 0;
    font-size: 3.75vw;
  }
  .guide__mypage__balloon__title {
    font-size: 6.25vw;
  }

}

