@charset "UTF-8";
/*==================================================================*/
/* style css　*/
/*==================================================================*/
#wrapper * {
  box-sizing: border-box;
}

#topic_path {
  max-width: 1170px;
  width: 95%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 1em;
}

.mainvisual {
  max-width: 1600px;
  width: 100%;
  margin: 0 auto 7em;
}

.intro {
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
  max-width: 1100px;
  width: 95%;
  margin: 0 auto 6em;
}
.introDetail {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 37%;
  padding-top: 0;
}
.introDetail__title {
  margin-bottom: 1em;
  font-size: 2.1rem;
  line-height: 1.4;
}
.introDetail__title span {
  display: block;
}
.introDetail__read {
  font-size: 1.15rem;
  line-height: 1.8;
}
.intro__img {
  width: 60%;
  display: block;
}

.compare {
  padding: 6em 0 4em;
  background-image: url("../img/bg_compare.jpg");
  background-position: 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-color: transparent;
}
.compareIn {
  max-width: 1100px;
  width: 95%;
  margin: 0 auto 2em;
}
.compare__title {
  margin-bottom: 1.8em;
  font-size: 2rem;
  text-align: center;
}
.compare__title--normal {
  color: #00318c;
}
.compare__title--and {
  color: #535353;
}
.compare__title--bk {
  color: #a00000;
}
.compare__title figure {
  padding-top: .3em;
}
.compare__articles {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.compareArticle {
  width: 48%;
  max-width: 525px;
  margin-bottom: 4em;
}
.compareArticle__img {
  margin-bottom: 2em;
}
.compareArticle__title {
  margin-bottom: 0.5em;
  padding-left: .8em;
  font-size: 1rem;
  border-left: 4px solid #ff6802;
}
.compareArticle__read {
  font-size: 1rem;
}

.structure {
  margin-bottom: 5em;
  padding: 7em 0 4em;
  background-image: url("../img/bg_structure.jpg");
  background-position: 50% 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-color: transparent;
}
.structureIn {
  max-width: 1100px;
  width: 95%;
  margin: 0 auto 2em;
  text-align: center;
}
.structure__sub {
  display: inline-block;
  margin-bottom: 0.5em;
  padding: .2em 1.5em;
  border: 1px solid #000;
  font-size: 1.2rem;
  font-weight: bold;
}
.structure__title {
  margin-bottom: .81em;
  font-size: 2.8rem;
}
.structure__read {
  margin-bottom: 4em;
  font-size: 1rem;
  line-height: 2;
}
.structure__read span {
  display: block;
}
.structureImgs {
  display: flex;
  justify-content: center;
}
.structureImgs__img {
  margin: 0 1em;
}

.lineup {
  max-width: 1100px;
  width: 95%;
  margin: 0 auto 2em;
}
.lineup__title {
  margin-bottom: 1em;
  font-size: 2.8rem;
  text-align: center;
}
.lineupList__title {
  margin-bottom: 2em;
  padding: 1em;
  background-color: #333;
  color: #fff;
  font-size: 1.2rem;
}
.lineupItem {
  display: flex;
  justify-content: space-between;
  margin-bottom: 6em;
}
.lineupItem__img {
  max-width: 440px;
  width: 42%;
}
.lineupItem__img img {
  width: auto;
  height: auto;
  border: 1px solid #ddd;
}
.lineupItemImgs {
  max-width: 440px;
  width: 42%;
}
.lineupItemImgs__img {
  margin-bottom: 1.5em;
}
.lineupItemImgs__img img {
  width: auto;
  height: auto;
  border: 1px solid #ddd;
}
.lineupItem__Detail {
  width: 55%;
}
.lineupItem__title {
  margin-bottom: 0.2em;
  font-size: 1.6rem;
}
.lineupItem__sub {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 2em;
  font-size: 0.8rem;
  color: #555;
}
.lineupItem__attr:not(:last-of-type) {
  position: relative;
  margin-right: .5em;
  padding-right: .9em;
}
.lineupItem__attr:not(:last-of-type):after {
  position: absolute;
  content: "|";
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.lineupItem__read {
  margin-bottom: 2em;
  font-size: 1rem;
  line-height: 1.8;
}
.lineupItem__btn {
  display: inline-block;
}
.lineupItem__btn a {
  display: block;
  padding: .8em 3em;
  background-color: #ff6600;
  color: #fff;
  font-size: 1.15rem;
  transition: .15s all ease;
  text-decoration: none;
}
.lineupItem__btn a:hover {
  filter: saturate(300%);
}

/*===========================================================================*/
/*  media quary:767px  */
/*===========================================================================*/
@media screen and (max-width: 767px) {
  #topic_path {
    display: none;
  }

  #wrapper {
    padding-top: 0;
  }

  .mainvisual {
    margin: 0 auto 3em;
  }

  .intro {
    flex-wrap: wrap;
    margin: 0 auto 3em;
  }
  .introDetail {
    width: 100%;
    margin-bottom: 2em;
    padding-top: 0;
  }
  .introDetail__title {
    font-size: 1.1rem;
  }
  .introDetail__title span {
    display: inline;
  }
  .introDetail__read {
    font-size: .95rem;
  }
  .intro__img {
    width: 100%;
    text-align: center;
  }

  .compare {
    padding: 3em 0 0;
  }
  .compare__title {
    margin-bottom: 1.8em;
    font-size: 1.4rem;
    line-height: 1;
  }
  .compare__title--normal {
    display: block;
  }
  .compare__title--and {
    display: block;
  }
  .compare__title--bk {
    display: block;
  }
  .compare__title figure {
    padding-top: .8em;
  }
  .compare__title figure img {
    max-width: 300px;
  }
  .compareIn {
    margin-bottom: 0;
  }
  .compareArticle {
    width: 100%;
    margin: 0 auto 4em;
  }
  .compareArticle__img {
    margin-bottom: 1.5em;
  }
  .compareArticle__title {
    padding-left: 0;
    border: none;
    text-align: center;
  }
  .compareArticle__read {
    padding-left: 0;
    line-height: 1.6;
  }

  .structure {
    margin-bottom: 4em;
    padding: 4em 0 1em;
  }
  .structure__sub {
    padding: .5em 1.5em;
    font-size: 1rem;
  }
  .structure__title {
    margin-bottom: .8em;
    font-size: 1.5rem;
  }
  .structure__title span {
    display: block;
  }
  .structure__read {
    margin-bottom: 3em;
    padding: 0 0.5em;
    font-size: .95rem;
    line-height: 1.7;
    text-align: left;
  }
  .structure__read span {
    display: inline;
  }
  .structure__read span:after {
    content: "";
    display: block;
  }
  .structureImgs {
    flex-wrap: wrap;
  }
  .structureImgs__img {
    margin: 0 auto 2em;
  }

  .lineup {
    margin-bottom: 5em;
  }
  .lineup__title {
    font-size: 1.8rem;
  }
  .lineupList__title {
    margin-bottom: 1em;
    padding: 1em .5em;
    font-size: .95rem;
  }
  .lineupItem {
    flex-wrap: wrap;
    margin-bottom: 3em;
    padding: 0 1em;
  }
  .lineupItem__img {
    width: 100%;
    margin: 0 auto 1em;
  }
  .lineupItem__img img {
    width: auto;
    height: auto;
    border: 1px solid #ddd;
  }
  .lineupItemImgs {
    width: 100%;
  }
  .lineupItem__Detail {
    width: 100%;
  }
  .lineupItem__title {
    font-size: 1.15rem;
  }
  .lineupItem__sub {
    font-size: 0.75rem;
  }
  .lineupItem__read {
    margin-bottom: 1em;
    font-size: .95rem;
    line-height: 1.6;
  }
  .lineupItem__btn {
    display: block;
  }
  .lineupItem__btn a {
    position: relative;
    font-size: 1rem;
    background-color: transparent;
    border: 3px solid #ff6600;
    color: #ff6600;
    font-weight: bold;
    text-align: center;
  }
  .lineupItem__btn a:before {
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    content: "\f105";
    font-family: FontAwesome;
    color: #ff6600;
  }
  .lineupItem__btn a:active {
    filter: saturate(300%);
  }
}
