@charset 'UTF-8';

/**
 * Wide FM Page Settings
 * ================================================================================
 * Table of Contents:
 *
 * Wide FM Page Settings
 *  - Common
 *  - Key Visual
 *  - About
 *  - Useful
 *  - Different
 * ================================================================================
 */



/**
 * ================================================================================
 * Wide FM Page Settings
 * ================================================================================
 */

/**
 * Common
 * -------------------------------
 */

body.page-contents-widefm .cmn-ttl-type1 {
  margin-bottom: 4.0rem;
  text-align: center;
}

body.page-contents-widefm .cmn-ttl-type1-inner {
  display: inline-block;
  position: relative;
  padding-bottom: 1.5rem;
}

body.page-contents-widefm .cmn-ttl-type1-inner > * {
  display: block;
}

body.page-contents-widefm .cmn-ttl-type1-label {
  font-size: 2.5rem;
  font-weight: 700;
}

body.page-contents-widefm .cmn-ttl-type1-bar {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 0.4rem;
  background-color: #4bc8d2;
}

body.page-contents-hires .cmn-txt-type1 {
  font-size: 1.5rem;
  font-weight: 300;
  line-height: 1.8;
}

@media all and (max-width: 767px) {
  body.page-contents-widefm .cmn-ttl-type1 {
    margin-bottom: 1.5rem;
  }

  body.page-contents-widefm .cmn-ttl-type1-inner {
    padding-bottom: 1.0rem;
  }

  body.page-contents-widefm .cmn-ttl-type1-label {
    font-size: 1.8rem;
  }

  body.page-contents-widefm .cmn-ttl-type1-bar {
    height: 0.3rem;
  }

  body.page-contents-hires .cmn-txt-type1 {
    font-size: 1.3rem;
  }
}


/**
 * Key Visual
 * -------------------------------
 */

body.page-contents-widefm .cmn-kv-type1 {
  background-image: url('/assets/pages/img/contents/widefm/kv_bg.jpg');
}


/**
 * About
 * -------------------------------
 */

body.page-contents-widefm .about {
  margin-top: 9.5rem;
}

body.page-contents-widefm .about .l-container {
  max-width: 118.0rem;
}

body.page-contents-widefm .about .cmn-txt-type1 > strong {
  display: block;
  margin-top: 3.0rem;
  font-size: 1.8rem;
  font-weight: 500;
}

body.page-contents-widefm .about-logo {
  margin-top: 6.5rem;
  text-align: center;
}

body.page-contents-widefm .about-logo img {
  width: 15.7rem;
}

body.page-contents-widefm .about-inner {
  margin-top: 11.5rem;
  padding-top: 5.5rem;
  padding-bottom: 5.5rem;
  background-color: #f2f4f5;
}

body.page-contents-widefm .about-list {
  align-items: flex-end;
  padding-left: 10.0rem;
  padding-right: 10.0rem;
  margin-left: -7.4rem;
}

body.page-contents-widefm .about-list-item {
  padding-left: 7.4rem;
}

@media all and (max-width: 767px) {
  body.page-contents-widefm .about {
    margin-top: 3.0rem;
  }

  body.page-contents-widefm .about .cmn-txt-type1 > strong {
    margin-top: 1.5rem;
    font-size: 1.4rem;
  }

  body.page-contents-widefm .about-logo {
    margin-top: 2.0rem;
  }

  body.page-contents-widefm .about-logo img {
    width: 10.0rem;
  }

  body.page-contents-widefm .about-inner {
    margin-top: 4.0rem;
    padding-top: 2.5rem;
    padding-bottom: 2.0rem;
  }

  body.page-contents-widefm .about-list {
    padding-left: 0;
    padding-right: 0;
    margin-left: 0;
  }

  body.page-contents-widefm .about-list-item {
    padding-top: 1.5rem;
    padding-left: 0;
  }

  body.page-contents-widefm .about-list-item:nth-of-type(1) {
    padding-top: 0;
  }
}


/**
 * Useful
 * -------------------------------
 */

body.page-contents-widefm .useful {
  margin-top: 10.0rem;
}

body.page-contents-widefm .useful .l-container {
  max-width: 118.0rem;
}

body.page-contents-widefm .cmn-ttl-type1 {
  margin-bottom: 8.5rem;
}

body.page-contents-widefm .useful-list-item {
  margin-top: 8.0rem;
}

body.page-contents-widefm .useful-list-item:nth-of-type(1) {
  margin-top: 0;
}

body.page-contents-widefm .useful-list-item-inner {
  display: flex;
  align-items: center;
  padding-left: 5.0rem;
  padding-right: 5.0rem;
}
body.page-contents-widefm .useful-list-item:nth-child(even) .useful-list-item-inner {
  flex-direction: row-reverse;
}

body.page-contents-widefm .useful-list-item-head {
  display: block;
  width: 50%;
}

body.page-contents-widefm .useful-list-item-body {
  width: 50%;
}

body.page-contents-widefm .useful-list-item:nth-child(odd) .useful-list-item-body {
  padding-left: 2.0rem;
  padding-right: 7.0rem;
}
body.page-contents-widefm .useful-list-item:nth-child(even) .useful-list-item-body {
  padding-left: 7.0rem;
  padding-right: 2.0rem;
}

body.page-contents-widefm .useful-list-item-ttl > span {
  display: block;
}

body.page-contents-widefm .useful-list-item-ttl-no img {
  width: auto;
  height: 4.2rem;
}

body.page-contents-widefm .useful-list-item-ttl-bar {
  height: 0.1rem;
  margin-top: 2.5rem;
}
body.page-contents-widefm .useful-list1 .useful-list-item-ttl-bar {
  background-color: #ff5994;
}
body.page-contents-widefm .useful-list2 .useful-list-item-ttl-bar {
  background-color: #4bc8d2;
}
body.page-contents-widefm .useful-list3 .useful-list-item-ttl-bar {
  background-color: #9b95f0;
}

body.page-contents-widefm .useful-list-item-ttl-label {
  margin-top: 4.5rem;
  font-size: 3.0rem;
  font-weight: 700;
  line-height: 1.4;
}

body.page-contents-widefm .useful-list-item-comments {
  margin-top: 3.0rem;
}

@media all and (max-width: 767px) {
  body.page-contents-widefm .useful {
    margin-top: 5.0rem;
  }

  body.page-contents-widefm .cmn-ttl-type1 {
    margin-bottom: 3.5rem;
  }

  body.page-contents-widefm .useful-list-item {
    margin-top: 3.5rem;
  }

  body.page-contents-widefm .useful-list-item-inner {
    display: block;
    padding-left: 0;
    padding-right: 0;
  }

  body.page-contents-widefm .useful-list-item-head {
    width: 100%;
    margin-top: 3.0rem;
    padding-left: 2.0rem;
    padding-right: 2.0rem;
  }

  body.page-contents-widefm .useful-list-item-body {
    width: 100%;
  }

  body.page-contents-widefm .useful-list-item:nth-child(odd) .useful-list-item-body,
  body.page-contents-widefm .useful-list-item:nth-child(even) .useful-list-item-body {
    padding-left: 0;
    padding-right: 0;
  }

  body.page-contents-widefm .useful-list-item-ttl-no img {
    height: 2.5rem;
  }

  body.page-contents-widefm .useful-list-item-ttl-bar {
    height: 0.1rem;
    margin-top: 1.0rem;
  }

  body.page-contents-widefm .useful-list-item-ttl-label {
    margin-top: 1.5rem;
    font-size: 2.0rem;
  }

  body.page-contents-widefm .useful-list-item-comments {
    margin-top: 1.5rem;
  }
}


/**
 * Different
 * -------------------------------
 */

body.page-contents-widefm .different {
  margin-top: 17.0rem;
}

body.page-contents-widefm .different .l-container {
  max-width: 118.0rem;
}

body.page-contents-widefm .different .cmn-ttl-type1 {
  margin-bottom: 0;
  padding-bottom: 12.5rem;
}

body.page-contents-widefm .different-list {
  margin-top: -10.0rem;
  margin-left: -4.2rem;
}

body.page-contents-widefm .different-list-item {
  padding-top: 10.0rem;
  padding-left: 4.2rem;
}

body.page-contents-widefm .different-list-item-head {
  display: block;
  padding: 0.5rem 2.0rem;
  border-radius: 0.5rem;
  background-color: #4bc8d2;
  color: #fff;
  font-size: 2.0rem;
  font-weight: bold;
  line-height: 1.4;
}

body.page-contents-widefm .different-list-item-body {
  margin-top: 1.2rem;
}

body.page-contents-widefm .different-list-item-body .cmn-txt-type1 {
  margin-top: 2.0rem;
}

@media all and (max-width: 767px) {
  body.page-contents-widefm .different {
    margin-top: 8.0rem;
  }

  body.page-contents-widefm .different .cmn-ttl-type1 {
    padding-bottom: 4.5rem;
  }

  body.page-contents-widefm .different-list {
    margin-top: -3.5rem;
    margin-left: 0;
  }

  body.page-contents-widefm .different-list-item {
    padding-top: 3.5rem;
    padding-left: 0;
  }

  body.page-contents-widefm .different-list-item-head {
    padding: 0.3rem 1.0rem;
    border-radius: 0.3rem;
    font-size: 1.5rem;
  }

  body.page-contents-widefm .different-list-item-body {
    margin-top: 0.6rem;
  }

  body.page-contents-widefm .different-list-item-body .cmn-txt-type1 {
    margin-top: 1.0rem;
  }
}
