@charset "UTF-8";
.pc .contentfix960N2014 .headerN2015 .hdCateOuter,
.pc .contentfix960N2014 .headerN2015 .lowInfoOuter {
  margin-bottom: 0 !important; }

.pc .contentfix960N2014 .mainArea {
  margin: 0 !important;
  width: 100%;
  overflow: hidden; }

.feature_footer_wrap {
  display: none; }

#contents {
  background-color: #F9F9F9;
  color: #30201A;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.5;
  padding-bottom: 80px; }
  #contents .mb8 {
    margin-bottom: 8px; }
  #contents .mr8 {
    margin-right: 8px; }
  #contents .mb16 {
    margin-bottom: 16px; }
  #contents .mr16 {
    margin-right: 16px; }
  #contents .mb24 {
    margin-bottom: 24px; }
  #contents .mr24 {
    margin-right: 24px; }
  #contents .mb40 {
    margin-bottom: 40px; }
  #contents .mr40 {
    margin-right: 40px; }
  #contents .mb80 {
    margin-bottom: 80px; }
  #contents .mr80 {
    margin-right: 80px; }
  #contents .heading {
    font-weight: 600;
    line-height: 1.25; }
    #contents .heading.-typeA {
      font-size: 40px;
      color: #FFFFFF; }
    #contents .heading.-typeB {
      font-size: 28px; }
    #contents .heading.-typeC {
      font-size: 22px; }
    #contents .heading.-typeD {
      font-size: 18px; }
  #contents .text.-small {
    font-size: 12px; }
  #contents .text.-medium {
    font-size: 16px; }
  #contents .text.-white {
    color: #FFFFFF; }
  #contents .textLink {
    color: #183D9F; }
    #contents .textLink:hover {
      color: #FF8D00; }
    #contents .textLink.-hasIcon {
      display: flex;
      align-items: center; }
  #contents .img {
    max-width: 100%;
    height: auto;
    border-radius: 4px; }
  #contents .box {
    padding: 24px;
    border-radius: 4px;
    background-color: #FFFFFF; }
  #contents .list-item {
    position: relative;
    padding-left: 14px; }
    #contents .list-item:before {
      content: '・';
      position: absolute;
      top: 0;
      left: 0; }
  #contents .button {
    color: #30201A;
    text-align: center;
    font-weight: 600;
    width: 284px;
    padding: 16px;
    display: block;
    margin-right: auto;
    margin-left: auto;
    border-radius: 4px;
    background-color: #FFFFFF;
    border: 1px solid #6E635F; }
    #contents .button:hover {
      text-decoration: none;
      opacity: 0.7; }
  #contents .label {
    white-space: nowrap;
    padding: 2px 8px;
    border-radius: 2px;
    font-size: 12px;
    font-weight: 600;
    color: #FFFFFF; }
    #contents .label.-orange {
      background-color: #F06100; }
    #contents .label.-blue {
      background-color: #183D9F; }
  #contents .colBox {
    display: flex;
    align-items: center;
    justify-content: space-between; }
  #contents .mainVisual {
    position: relative;
    width: 930px;
    margin: 0 auto;
    padding: 60px 70px; }
    #contents .mainVisual:before {
      content: '';
      position: absolute;
      width: 100vw;
      height: 100%;
      top: 0;
      left: 0;
      border-radius: 0px 0px 0px 100px;
      background: linear-gradient(90deg, #4173C4 0%, #23A4D9 100%); }
    #contents .mainVisual-contents {
      position: relative;
      z-index: 1;
      max-width: 570px; }
    #contents .mainVisual-img {
      position: absolute;
      top: 0;
      right: -157px; }
  #contents .container {
    max-width: 976px;
    margin: 0 auto;
    padding: 0 24px; }
  #contents .boxList-item {
    display: flex;
    align-items: center;
    padding: 24px;
    border-radius: 4px;
    border: 1px solid #D5D5D5;
    background-color: #FFFFFF; }
    #contents .boxList-item :first-child {
      margin-right: 24px; }
    #contents .boxList-item + .boxList-item {
      margin-top: 16px; }
  #contents .bgBorder {
    display: block;
    height: 20px;
    background: linear-gradient(90deg, #4173C4 0%, #23A4D9 100%); }
  #contents .breadcrumb {
    max-width: 1064px;
    padding: 0 24px;
    margin: 0 auto;
    font-size: 12px; }
    #contents .breadcrumb * {
      display: inline; }
    #contents .breadcrumb-item:not(:first-child):before {
      content: '';
      margin: 0 10px;
      display: inline-block;
      width: 8px;
      height: 8px;
      border-top: 1px solid #30201a;
      border-right: 1px solid #30201a;
      transform: rotate(45deg) skew(-15deg, -15deg); }
