@charset "UTF-8";
/* =================================
mixin
================================= */
/* =================================
base
================================= */
html > body {
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", meiryo, "ＭＳ Ｐゴシック", "MS PGothic", "ＭＳ ゴシック", "MS Gothic", sans-serif; }
  html > body .min {
    font-family: "游明朝体", "YuMincho", "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
    font-weight: 600; }

@media all and (-ms-high-contrast: none) {
  body {
    font-family: "メイリオ", Meiryo, "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif !important; } }

html {
  font-size: 62.5%; }

button {
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", meiryo, "ＭＳ Ｐゴシック", "MS PGothic", "ＭＳ ゴシック", "MS Gothic", sans-serif; }

@media all and (-ms-high-contrast: none) {
  button {
    font-family: "メイリオ", Meiryo, "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif !important; } }

a {
  text-decoration: none; }

#contents .path {
  height: auto;
  padding: 15px 0; }

#introduce_experience {
  width: auto;
  margin: 0 auto;
  padding-top: 10px;
  z-index: 1; }

#introduce_experience--type {
  width: auto;
  margin: 0 auto 40px;
  border-bottom: 1px solid #c7c5c2;
  padding-top: 10px; }

.contents-wrapper {
  width: 1100px;
  margin: 0 auto;
  position: relative; }

input[type=checkbox] {
  display: none !important; }

label {
  display: inline-block;
  padding: 5px 10px;
  text-decoration: none;
  cursor: pointer; }

input[type=checkbox]:checked + label {
  color: #de4c2f;
  font-weight: bold; }

html:first-child select {
  padding: 0.5em 0.5em; }

select {
  padding: 0.5em 0.5em; }

.read-btn {
  text-align: center;
  background: #463d3c;
  color: #FFF;
  border: 1px solid #463d3c;
  border-radius: 0 0 9px 9px;
  font-family: 'Spinnaker', sans-serif;
  font-size: 1rem;
  padding: 4px 0; }

.flexBox {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .flexBox--3col .flexBox__item {
    margin: 0 25px 25px 0;
    width: calc(33.3333333% - 25px * 2 / 3); }
    .flexBox--3col .flexBox__item:nth-child(3n+3) {
      margin-right: 0; }

.flexBox {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .flexBox--6col .flexBox__item {
    margin: 0 8px 0 0;
    width: calc(16.666666% - 8px * 5 / 6); }
    .flexBox--6col .flexBox__item:nth-child(6n) {
      margin-right: 0; }

.leftBorder__ttl {
  vertical-align: middle;
  line-height: 1.3;
  background: transparent;
  border-left: solid 5px #463d3c;
  padding-left: 14px; }
  .leftBorder__ttl--green {
    border-left: solid 4px #d1e0ba;
    font-size: 1.4rem;
    padding: 5px 0 5px 14px; }

.ornament-img_experience01 {
  top: -20px;
  left: 324px; }
  .ornament-img_experience01_recommended {
    top: -50px;
    left: 250px; }

.ornament-img_experience02 {
  top: -35px;
  right: 376px; }
  .ornament-img_experience02_recommended {
    top: -85px;
    right: 316px; }

.ornament-img_experience03 {
  top: 110px;
  left: 10px; }
  .ornament-img_experience03_recommended {
    top: 140px;
    left: -30px; }

.ornament-img_experience04 {
  top: 75px;
  right: 0; }
  .ornament-img_experience04_recommended {
    top: 40px;
    right: 10px; }

.ornament-img_experience05 {
  top: 375px;
  right: -60px; }
  .ornament-img_experience05_recommended {
    bottom: 0;
    right: -140px; }

.ornament-img_experience06 {
  bottom: 0px;
  left: 60px; }
  .ornament-img_experience06_recommended {
    bottom: 0;
    left: -50px; }

.ornament-img_experience07 {
  bottom: -80px;
  right: 100px; }
  .ornament-img_experience07_recommended {
    bottom: -40px;
    right: 200px; }

.headding {
  text-align: center; }
  .headding .sub-ttl {
    font-size: 1.4rem;
    font-weight: bold; }

.bg-gray .l-contents {
  text-align: center;
  max-width: 1280px;
  margin: 0 auto;
  padding: 40px 0 80px;
  background: #f7f7f7; }

.floatArea:after {
  content: "";
  display: block;
  clear: both; }

.is-left {
  float: left; }

.is-right {
  float: right; }

.type-icon {
  display: inline-block;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-position: top;
  background-size: 50px auto; }
  .type-icon--type-app-m {
    background-image: url("/introduce/images/type_app-m_img02.jpg"); }
  .type-icon--type-app-w {
    background-image: url("/introduce/images/type_app-w_img02.jpg"); }
  .type-icon--type-koso-m {
    background-image: url("/introduce/images/type_koso-m_img02.jpg"); }
  .type-icon--type-koso-w {
    background-image: url("/introduce/images/type_koso-w_img02.jpg"); }
  .type-icon--type-tanki-m {
    background-image: url("/introduce/images/type_tanki-m_img02.jpg"); }
  .type-icon--type-tanki-w {
    background-image: url("/introduce/images/type_tanki-w_img02.jpg"); }
  .type-icon--type-inexperienced-m {
    background-image: url("/introduce/images/type_inexperienced-m_img02.jpg"); }
  .type-icon--type-inexperienced-w {
    background-image: url("/introduce/images/type_inexperienced-w_img02.jpg"); }
  .type-icon--type-oyakoko-m {
    background-image: url("/introduce/images/type_oyakoko-m_img02.jpg"); }
  .type-icon--type-oyakoko-w {
    background-image: url("/introduce/images/type_oyakoko-w_img02.jpg"); }
  .type-icon--type-honki-m {
    background-image: url("/introduce/images/type_honki-m_img02.jpg"); }
  .type-icon--type-honki-w {
    background-image: url("/introduce/images/type_honki-w_img02.jpg"); }

.icon-link-area {
  display: block;
  text-align: right; }
  .icon-link-area--yes {
    text-align: left; }
  .icon-link-area--no {
    text-align: right; }
  .icon-link-area a:hover span {
    text-decoration: underline; }

.icon-link {
  font-size: 12px;
  color: #463d3c;
  margin-top: 8px;
  padding-left: 22px;
  text-align: right;
  display: inline-block; }
  .icon-link a {
    display: inline-block; }
  .icon-link span {
    position: relative;
    display: inline-block; }
    .icon-link span:before {
      content: "";
      position: absolute;
      display: inline-block;
      -ms-transform: translateY(-50%) translateX(0);
      transform: translateY(-50%) translateX(0);
      -webkit-transform: translateY(-50%) translateX(0);
      top: 50%;
      left: -22px;
      width: 14px;
      height: 14px;
      border-radius: 50%;
      background-color: #463d3c; }
    .icon-link span:after {
      content: "";
      position: absolute;
      -ms-transform: translateY(-50%) translateX(0);
      transform: translateY(-50%) translateX(0);
      -webkit-transform: translateY(-50%) translateX(0);
      top: 50%;
      left: -17px;
      width: 0;
      height: 0;
      border-left: 5px solid #fff;
      border-top: 3px solid transparent;
      border-bottom: 3px solid transparent; }

/* =================================
nav
================================= */
.introduce_nav {
  width: 1280px;
  margin: 0 auto 160px; }
  .introduce_nav--experience {
    width: 1095px;
    margin-top: 25px !important;
    margin-bottom: 140px;
    margin: 0 auto; }
    .introduce_nav--experience .nav_menu li {
      width: 20%; }
      .introduce_nav--experience .nav_menu li:after {
        height: 2px;
        bottom: -1px; }
    .introduce_nav--experience .nav_menu .current:after {
      height: 2px;
      bottom: -1px; }

/* =================================
content
================================= */
.mv-area {
  background: #f1f7e8; }
  .mv-area .contents-wrapper {
    width: 1100px;
    margin: 0 auto;
    position: relative; }
  .mv-area h2 {
    font-size: 2.8rem;
    letter-spacing: 1.4rem;
    color: #463d3c;
    position: absolute;
    left: 140px;
    top: 50%;
    -ms-transform: translateY(-50%) translateX(0);
    transform: translateY(-50%) translateX(0);
    -webkit-transform: translateY(-50%) translateX(0); }
  .mv-area .img {
    text-align: right; }
    .mv-area .img img {
      vertical-align: bottom; }

.msg {
  margin-top: 66px; }
  .msg .contents {
    padding: 0 140px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
  .msg .img {
    font-size: 0; }
  .msg .cont {
    margin-left: 46px; }
  .msg__ttl {
    color: #463d3c;
    font-size: 1.8rem;
    font-weight: bold; }
    .msg__ttl .orange {
      color: #de4c2f; }
    .msg__ttl_main {
      color: #748c50;
      font-size: 1.8rem; }
  .msg__txt {
    margin-top: 40px;
    font-size: 1.4rem;
    line-height: 2; }

.comment-area {
  margin-top: 40px;
  margin-bottom: 70px; }
  .comment-area .comment__txt {
    margin-top: 5px;
    text-align: center;
    font-size: 1.4rem;
    line-height: 2; }
  .comment-area .comment-list {
    width: 100%;
    margin: 40px 0 0 0;
    font-size: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: 180px; }
    .comment-area .comment-list a {
      display: inline-block;
      height: 100%;
      position: relative;
      overflow: visible;
      border: 1px solid #9dbf68;
      border-radius: 10px;
      -webkit-box-shadow: 3px 3px #adc08c;
      box-shadow: 3px 3px #adc08c; }
      .comment-area .comment-list a .btn {
        font-size: 12px;
        font-weight: bold;
        text-align: right;
        padding-right: 34px;
        margin-bottom: 8px;
        position: relative; }
        .comment-area .comment-list a .btn--woman {
          color: #e17777; }
        .comment-area .comment-list a .btn--man {
          color: #208abb; }
        .comment-area .comment-list a .btn:before {
          content: "";
          position: absolute;
          display: inline-block;
          -ms-transform: translateY(-50%) translateX(0);
          transform: translateY(-50%) translateX(0);
          -webkit-transform: translateY(-50%) translateX(0);
          top: 10px;
          right: 10px;
          width: 14px;
          height: 14px;
          border-radius: 50%;
          background-color: #748c50; }
        .comment-area .comment-list a .btn:after {
          content: "";
          position: absolute;
          top: 7px;
          right: 14px;
          width: 0;
          height: 0;
          border-left: 5px solid #fff;
          border-top: 3px solid transparent;
          border-bottom: 3px solid transparent; }
    .comment-area .comment-list__item {
      width: calc(25% - 1.8% * 3 / 4);
      display: inline-block;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      margin: 0 1.8% 0 0;
      display: none; }
      .comment-area .comment-list__item a {
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between; }
      .comment-area .comment-list__item:last-child {
        margin-right: 0; }
      .comment-area .comment-list__item .type-icon {
        position: absolute;
        top: -25px;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        border: 1px solid #bbb1b0; }
      .comment-area .comment-list__item .item__txt {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        vertical-align: middle;
        padding: 25px 15px 10px;
        height: 6em;
        color: #7ca145;
        font-size: 22px;
        font-weight: bold;
        font-style: oblique;
        line-height: 1.3; }
      .comment-area .comment-list__item:nth-child(4n-3) {
        background: url(/introduce/images/experience/bg_experience_ornament03.png) no-repeat;
        background-size: 52px;
        background-position-x: 80%;
        background-position-y: 80%; }
      .comment-area .comment-list__item:nth-child(4n-2) {
        background: url(/introduce/images/experience/bg_experience_ornament01.png) no-repeat;
        background-size: 110px;
        background-position-x: 80%;
        background-position-y: 40%; }
      .comment-area .comment-list__item:nth-child(4n-1) {
        background: url(/introduce/images/experience/bg_experience_ornament04_02.png) no-repeat;
        background-size: 100px;
        background-position-x: 100%;
        background-position-y: 20%; }
      .comment-area .comment-list__item:nth-child(4n) {
        background: url(/introduce/images/experience/bg_experience_ornament07.png) no-repeat;
        background-size: 90px;
        background-position-x: 90%;
        background-position-y: 80%; }
      .comment-area .comment-list__item:hover {
        opacity: 0.7; }

.tab {
  width: 1100px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #463d3c;
  font-weight: bold;
  line-height: 1; }
  .tab li {
    font-size: 1.6rem;
    width: 25%;
    margin-left: 7px;
    padding: 20px;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    opacity: 0.5;
    cursor: pointer;
    background: #f7f7f5; }
    .tab li span {
      position: relative;
      margin-left: 20px;
      display: inline-block; }
      .tab li span:before {
        content: "";
        position: absolute;
        top: -25%; }
    .tab li:first-child {
      margin-left: 0; }
      .tab li:first-child span:before {
        background: url(/introduce/images/experience/tab_type_icon01.png) no-repeat;
        left: -26px;
        width: 16px;
        height: 20px;
        background-size: 100%; }
    .tab li:nth-of-type(2) span:before {
      background: url(/introduce/images/experience/tab_real_icon01.png) no-repeat;
      left: -30px;
      width: 20px;
      height: 20px;
      background-size: 100%; }
    .tab li:nth-of-type(3) span:before {
      background: url(/introduce/images/experience/tab_conditions_icon01.png) no-repeat;
      left: -29px;
      width: 19px;
      height: 21px;
      background-size: 100%; }
    .tab li:last-child span:before {
      background: url(/introduce/images/experience/tab_question_icon01.png) no-repeat;
      left: -31px;
      width: 21px;
      height: 21px;
      background-size: 100%; }
    .tab li img {
      padding: 0 10px 3px 0; }
    .tab li.tab_current {
      opacity: 1;
      background: #f1f7e8; }
    .tab li a {
      color: #463d3c;
      display: block;
      width: 100%;
      height: 100%;
      overflow: visible;
      padding: 20px;
      -webkit-box-sizing: border-box;
      box-sizing: border-box; }
    .tab li:hover {
      opacity: 1;
      background: #f1f7e8; }
      .tab li:hover a {
        color: #463d3c; }

.select-area {
  font-weight: bold; }
  .select-area.select-area-top {
    margin-top: 80px; }
  .select-area .contents-wrapper {
    min-width: 1280px;
    padding: 40px 0;
    background: #f1f7e8; }
  .select-area .contents-inner {
    width: 1100px; }
  .select-area .search-type, .select-area .search-real, .select-area .search-conditions, .select-area .search-question {
    display: none; }
  .select-area .contents_current {
    display: block; }
  .select-area .type-list {
    margin-bottom: -25px; }
    .select-area .type-list a {
      display: block;
      height: 100%; }
    .select-area .type-list__item {
      height: 140px;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      font-size: 1.6rem; }
      .select-area .type-list__item--01 .type__txt:after {
        background-image: url(/introduce/images/top/top_type_bg01.png);
        left: -30px;
        width: 233px;
        height: 100px; }
      .select-area .type-list__item--02 .type__txt:after {
        background-image: url(/introduce/images/top/top_type_bg02.png);
        left: -20px;
        width: 201px;
        height: 83px; }
      .select-area .type-list__item--03 .type__txt:after {
        background-image: url(/introduce/images/top/top_type_bg03.png);
        left: -20px;
        width: 170px;
        height: 98px; }
      .select-area .type-list__item--04 .type__txt:after {
        background-image: url(/introduce/images/top/top_type_bg04.png);
        left: -30px;
        width: 181px;
        height: 93px; }
      .select-area .type-list__item--05 .type__txt:after {
        background-image: url(/introduce/images/top/top_type_bg05.png);
        left: -20px;
        width: 175px;
        height: 92px; }
      .select-area .type-list__item--06 .type__txt:after {
        background-image: url(/introduce/images/top/top_type_bg06.png);
        left: -20px;
        width: 211px;
        height: 101px; }
      .select-area .type-list__item .item__inner {
        display: inline-block;
        -webkit-justify-content: normal;
        -webkit-box-pack: normal;
        -ms-flex-pack: normal;
        justify-content: normal;
        -webkit-box-align: normal;
        -ms-flex-align: normal;
        align-items: normal;
        position: relative;
        width: 100%;
        height: 100%;
        z-index: 1;
        text-align: left;
        background: #FFF;
        color: #462d3c;
        border: 2px solid #a29e9d;
        -webkit-box-sizing: border-box;
        box-sizing: border-box; }
        .select-area .type-list__item .item__inner:hover {
          color: #de4c2f;
          border: 2px solid #de4c2f; }
          .select-area .type-list__item .item__inner:hover img {
            opacity: 1; }
        .select-area .type-list__item .item__inner:before {
          content: "";
          display: block;
          position: absolute;
          left: 50%;
          -webkit-transform: translateX(-50%);
          -ms-transform: translateX(-50%);
          transform: translateX(-50%);
          background-size: 100%;
          z-index: -1; }
        .select-area .type-list__item .item__inner .type__img {
          position: absolute;
          bottom: 0;
          left: 0; }
          .select-area .type-list__item .item__inner .type__img img {
            vertical-align: bottom; }
        .select-area .type-list__item .item__inner .type__txt {
          position: absolute;
          text-align: left;
          left: 155px;
          top: 50%;
          -ms-transform: translateY(-50%) translateX(0);
          transform: translateY(-50%) translateX(0);
          -webkit-transform: translateY(-50%) translateX(0); }
          .select-area .type-list__item .item__inner .type__txt:after {
            content: "";
            position: absolute;
            top: 50%;
            -ms-transform: translateY(-50%) translateX(0);
            transform: translateY(-50%) translateX(0);
            -webkit-transform: translateY(-50%) translateX(0);
            background-size: 100%;
            z-index: -1; }
          .select-area .type-list__item .item__inner .type__txt .txt--sub {
            font-size: 1.4rem;
            font-weight: normal;
            display: block; }
          .select-area .type-list__item .item__inner .type__txt .txt--main {
            margin-top: 5px;
            font-size: 2rem;
            font-weight: bold;
            display: block; }
  .select-area .real-list {
    margin-bottom: -25px; }
    .select-area .real-list a {
      display: block;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      height: 100%;
      width: 100%; }
      .select-area .real-list a:hover {
        color: #463d3c;
        background: #d1e0ba; }
    .select-area .real-list__item {
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      font-size: 1.6rem;
      border: 3px solid #d1e0ba;
      background: #FFF; }
      .select-area .real-list__item .item__inner {
        padding: 20px;
        text-align: center;
        width: 100%;
        -webkit-box-sizing: border-box;
        box-sizing: border-box; }
        .select-area .real-list__item .item__inner .yes-no-area {
          font-family: 'Spinnaker', sans-serif;
          font-size: 3.2rem;
          font-weight: normal;
          margin-top: 10px; }
          .select-area .real-list__item .item__inner .yes-no-area .line {
            font-size: 2.4rem;
            color: #c3c0bf;
            vertical-align: 0.2rem; }
          .select-area .real-list__item .item__inner .yes-no-area .yes {
            color: #cbae49; }
          .select-area .real-list__item .item__inner .yes-no-area .no {
            color: #7ca145; }
  .select-area .search-conditions {
    text-align: center; }
    .select-area .search-conditions .search-btn {
      padding: 10px 70px;
      font-size: 1.6rem;
      font-weight: 700;
      text-align: center;
      display: inline-block;
      background: #de4c2f;
      color: #FFF;
      border-radius: 25px; }
      .select-area .search-conditions .search-btn:hover {
        opacity: 0.7; }
  .select-area .conditions-list {
    margin-bottom: 30px; }
    .select-area .conditions-list__item {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-justify-content: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      width: 100%;
      vertical-align: middle;
      font-size: 1.6rem;
      color: #463d3c;
      border-bottom: 1px dashed #b3b0b0;
      padding-bottom: 15px;
      margin-bottom: 15px; }
      .select-area .conditions-list__item .leftBorder__ttl {
        width: calc(172 / 1100 * 100%); }
      .select-area .conditions-list__item:last-child {
        margin-bottom: 0; }
      .select-area .conditions-list__item .select-list__item {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        text-align: center;
        background: #FFF;
        border: 1px solid #d1e0ba; }
        .select-area .conditions-list__item .select-list__item label {
          width: 100%;
          -webkit-box-sizing: border-box;
          box-sizing: border-box;
          line-height: 1.3;
          padding: 10px; }
          .select-area .conditions-list__item .select-list__item label:hover {
            background: #d1e0ba; }
        .select-area .conditions-list__item .select-list__item input[type=checkbox]:checked + label {
          color: #463d3c;
          background: #d1e0ba; }
        .select-area .conditions-list__item .select-list__item span {
          display: block;
          font-size: 1.8rem; }
  .select-area .question-list {
    margin: 0; }
    .select-area .question-list__item {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: start;
      -ms-flex-align: start;
      align-items: flex-start;
      width: 100%;
      margin-bottom: 20px; }
      .select-area .question-list__item .leftBorder__ttl {
        color: #463d3c;
        font-size: 1.6rem;
        margin-top: 10px;
        width: calc(130 / 1100 * 100%); }
      .select-area .question-list__item .select-list {
        width: 100%;
        border: 1px solid #d1e0ba; }
        .select-area .question-list__item .select-list__item {
          font-size: 1.6rem;
          border-top: 1px solid #d1e0ba; }
          .select-area .question-list__item .select-list__item:first-child {
            border-top: none; }
          .select-area .question-list__item .select-list__item a {
            display: block;
            padding: 15px 15px 15px 20px;
            background: #FFF;
            overflow: visible;
            color: #463d3c; }
            .select-area .question-list__item .select-list__item a:hover {
              background: #d1e0ba; }
          .select-area .question-list__item .select-list__item span {
            position: relative;
            padding-left: 28px; }
            .select-area .question-list__item .select-list__item span:before {
              content: "";
              top: -6px;
              left: 0px;
              position: absolute;
              display: inline-block;
              width: 20px;
              height: 30px;
              background: url(/introduce/images/experience/question_img01.png) no-repeat;
              background-size: 100%; }

.profile {
  padding: 0 20px 20px;
  border-bottom: 1px dashed #a29e9d; }

.profile-info {
  margin-top: 23px;
  font-size: 0; }
  .profile-info__name, .profile-info__age {
    display: inline-block; }
  .profile-info .img-area, .profile-info .txt-area {
    display: inline-block; }
  .profile-info .img-area {
    margin-right: 20px;
    width: 71px; }
  .profile-info .txt-area {
    vertical-align: top;
    margin-top: 3px;
    font-size: 1.6rem;
    width: calc(100% - 100px); }
    .profile-info .txt-area .type {
      font-size: 1.5rem;
      font-weight: bold;
      margin-bottom: 8px;
      color: #463d3c;
      position: relative;
      z-index: 1; }
      .profile-info .txt-area .type:before {
        content: '';
        position: absolute;
        background-size: 134px 50px;
        width: 134px;
        height: 50px;
        top: -15px;
        left: -20px;
        z-index: -1; }
      .profile-info .txt-area .type--koso:before {
        background: url(/introduce/images/experience/type_koso_bg01.png) no-repeat; }
      .profile-info .txt-area .type--tanki:before {
        background: url(/introduce/images/experience/type_tanki_bg01.png) no-repeat; }
      .profile-info .txt-area .type--app:before {
        background: url(/introduce/images/experience/type_app_bg01.png) no-repeat; }
      .profile-info .txt-area .type--inexperienced:before {
        background: url(/introduce/images/experience/type_inexperienced_bg01.png) no-repeat; }
      .profile-info .txt-area .type--oyakoko:before {
        background: url(/introduce/images/experience/type_oyakoko_bg01.png) no-repeat; }
      .profile-info .txt-area .type--honki:before {
        background: url(/introduce/images/experience/type_honki_bg01.png) no-repeat; }
  .profile-info__name, .profile-info__age {
    color: #463d3c;
    font-weight: bold;
    font-size: 1.4rem; }
  .profile-info__name span {
    font-size: 2.3rem; }
  .profile-info__age span {
    font-size: 1.8rem; }
  .profile-info__other {
    color: #748c50;
    margin-top: 14px;
    font-size: 0; }
    .profile-info__other li {
      font-size: 1.2rem;
      color: #463d3c;
      display: inline-block;
      margin-right: 10px; }
      .profile-info__other li:last-child {
        display: block;
        margin-right: 0; }

.stories-list__item {
  vertical-align: top;
  font-size: 1.6rem;
  line-height: 1.53;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }
  .stories-list__item .c-image {
    margin-top: 0; }
  .stories-list__item--woman .copy {
    color: #e17777;
    font-weight: bold; }
  .stories-list__item--woman .number-list {
    background: #fcecee; }
  .stories-list__item--man .copy {
    color: #208abb;
    font-weight: bold; }
  .stories-list__item--man .number-list {
    background: #ecf5fc; }

.stories-list__inner {
  border: 1px solid #a29e9d;
  border-radius: 10px;
  position: relative;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  background: #FFF; }

.stories-list a {
  height: 100%;
  overflow: visible;
  display: block; }
  .stories-list a:hover {
    color: #463d3c;
    opacity: 0.8; }

.stories-list .tag-list {
  z-index: 2;
  position: absolute;
  margin: -1px 0 0 10px;
  font-size: 0; }
  .stories-list .tag-list__item {
    display: inline-block;
    vertical-align: top; }
    .stories-list .tag-list__item:nth-child(2) {
      margin-left: 6px; }
    .stories-list .tag-list__item img {
      height: auto; }
  .stories-list .tag-list__new {
    margin-right: 5px; }

.stories-list .post-date {
  color: #463d3c;
  position: absolute;
  right: 8px;
  top: 8px;
  text-align: right;
  font-size: 1.1rem; }

.stories-list .state {
  margin-top: 24px; }
  .stories-list .state .ttl {
    font-weight: bold;
    color: #463d3c;
    font-size: 1.2rem;
    padding: 1px;
    border-top: 1px solid #a29e9d;
    border-bottom: 1px solid #a29e9d; }
  .stories-list .state .state-list {
    margin-top: 10px;
    text-indent: -0.35em; }
    .stories-list .state .state-list li {
      font-size: 1.2rem;
      margin-top: 3px;
      color: #463d3c;
      padding-left: 1em; }
      .stories-list .state .state-list li:before {
        content: '・';
        display: inline-block; }

.stories-list .copy {
  padding: 24px; }
  .stories-list .copy strong,
  .stories-list .copy span {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, transparent), color-stop(0%, #fff2cf));
    background: -webkit-linear-gradient(transparent 50%, #fff2cf 0%);
    background: -o-linear-gradient(transparent 50%, #fff2cf 0%);
    background: linear-gradient(transparent 50%, #fff2cf 0%); }

.stories-list .number-list {
  padding: 20px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: auto;
  font-size: 1.3rem;
  font-weight: bold; }
  .stories-list .number-list__ttl {
    margin-bottom: 2px; }
  .stories-list .number-list .list_item {
    width: 33.33%;
    text-align: center;
    border-left: 1px dashed #463d3c; }
    .stories-list .number-list .list_item:first-child {
      border-left: none; }
    .stories-list .number-list .list_item .number-list__cont {
      color: #463d3c;
      position: relative;
      font-size: 1.4rem;
      display: inline-block; }
      .stories-list .number-list .list_item .number-list__cont .lg {
        font-size: 25px; }
    .stories-list .number-list .list_item--number .number-list__cont:before, .stories-list .number-list .list_item--contact .number-list__cont:before, .stories-list .number-list .list_item--period .number-list__cont:before {
      content: '';
      position: absolute;
      top: 9px; }
    .stories-list .number-list .list_item--number .number-list__cont {
      margin-left: 30px; }
      .stories-list .number-list .list_item--number .number-list__cont:before {
        background-image: url(/introduce/images/experience/stories-list_icon_number01.png);
        left: -30px;
        width: 23px;
        height: 19px; }
    .stories-list .number-list .list_item--contact .number-list__cont {
      margin-left: 27px; }
      .stories-list .number-list .list_item--contact .number-list__cont:before {
        position: absolute;
        background-image: url(/introduce/images/experience/stories-list_icon_contact01.png);
        left: -27px;
        width: 22px;
        height: 17px; }
    .stories-list .number-list .list_item--period .number-list__cont {
      margin-left: 28px; }
      .stories-list .number-list .list_item--period .number-list__cont:before {
        position: absolute;
        background-image: url(/introduce/images/experience/stories-list_icon_period01.png);
        left: -28px;
        width: 21px;
        height: 21px; }

.popular-stories {
  margin-top: 80px; }
  .popular-stories .contents-wrapper {
    padding: 0 7%; }
  .popular-stories .headding {
    position: relative;
    margin-bottom: 30px; }
    .popular-stories .headding .sub-ttl {
      position: absolute;
      left: 50%;
      -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      transform: translateX(-50%);
      bottom: 25px; }

.list-of-stories {
  margin-top: 115px; }
  .list-of-stories.list-of-stories-top .stories-list {
    margin-top: 26px; }
  .list-of-stories.list-of-stories-top .flexBox--3col {
    margin-bottom: 0; }
  .list-of-stories .contents-wrapper {
    width: 1100px; }
  .list-of-stories .headding {
    margin-top: -70px;
    margin-bottom: 60px; }
  .list-of-stories .flexBox--3col {
    margin-bottom: -45px; }
    .list-of-stories .flexBox--3col .flexBox__item {
      margin: 0 25px 50px 0; }
      .list-of-stories .flexBox--3col .flexBox__item:nth-child(3n+3) {
        margin-right: 0; }
  .list-of-stories .Sc-btn {
    width: 458px;
    font-size: 1.3rem;
    color: #463d3c;
    text-align: center;
    border-bottom: solid 1px #463d3c;
    border-top: solid 1px #463d3c;
    padding: 15px 0;
    margin-top: 60px; }

#contact-us .contents-wrapper {
  width: auto; }

/* =================================
一覧共通
================================= */
.search-tab-area .tab li {
  padding: 0; }

.type-msg .contents, .real-msg .contents {
  padding: 0; }

.other-search {
  margin-bottom: 20px; }
  .other-search .l-contents {
    width: 1280px;
    margin: 0 auto;
    border-top: 1px dashed #b3b0b0;
    padding-top: 20px; }

/* =================================
タイプ一覧
================================= */
.type-msg {
  margin-top: 0; }
  .type-msg__ttl {
    font-size: 1.6rem; }
    .type-msg__ttl--koso, .type-msg__ttl--tanki, .type-msg__ttl--app, .type-msg__ttl--inexperienced, .type-msg__ttl--oyakoko, .type-msg__ttl--honki {
      position: relative; }
      .type-msg__ttl--koso:after, .type-msg__ttl--tanki:after, .type-msg__ttl--app:after, .type-msg__ttl--inexperienced:after, .type-msg__ttl--oyakoko:after, .type-msg__ttl--honki:after {
        content: '';
        position: absolute;
        top: -25px;
        left: -10px;
        z-index: -1;
        width: 233px;
        height: 100px; }
    .type-msg__ttl--koso:after {
      background-image: url(/introduce/images/experience/type_koso_bg02.png); }
    .type-msg__ttl--tanki:after {
      background-image: url(/introduce/images/experience/type_tanki_bg02.png); }
    .type-msg__ttl--app:after {
      background-image: url(/introduce/images/experience/type_app_bg02.png); }
    .type-msg__ttl--inexperienced:after {
      background-image: url(/introduce/images/experience/type_inexperienced_bg02.png); }
    .type-msg__ttl--oyakoko:after {
      background-image: url(/introduce/images/experience/type_oyakoko_bg02.png); }
    .type-msg__ttl--honki:after {
      background-image: url(/introduce/images/experience/type_honki_bg02.png); }
    .type-msg__ttl span {
      font-size: 2.2rem; }
  .type-msg__txt {
    letter-spacing: 0.1em; }

.other-search {
  font-size: 0; }
  .other-search .leftBorder__ttl {
    vertical-align: top;
    display: inline-block; }
  .other-search .other-search-list {
    display: inline-block;
    margin: -10px 0 0 35px;
    width: 820px; }
    .other-search .other-search-list__item {
      vertical-align: top;
      display: inline-block;
      width: 100px;
      text-align: center;
      margin: 10px 10px 0 0;
      font-size: 1.3rem;
      font-weight: bold;
      line-height: 1.1; }
      .other-search .other-search-list__item--current {
        color: #463d3c;
        font-weight: bold;
        background: #d1e0ba; }
      .other-search .other-search-list__item:first-child {
        margin-left: 0; }
      .other-search .other-search-list__item a, .other-search .other-search-list__item label, .other-search .other-search-list__item span {
        padding: 8px 0 5px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-justify-content: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        width: auto;
        height: 100%;
        color: #463d3c;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        border: 1px solid #d1e0ba; }
      .other-search .other-search-list__item span {
        background: #d1e0ba; }
      .other-search .other-search-list__item:hover {
        background: #d1e0ba; }
    .other-search .other-search-list.noselect .other-search-list__item {
      background: #d1e0ba; }
      .other-search .other-search-list.noselect .other-search-list__item a {
        cursor: default; }

.attached .is-left, .attached .is-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.attached .search-results {
  color: #463d3c; }
  .attached .search-results .txt {
    line-height: 1; }
  .attached .search-results span {
    font-weight: bold; }
  .attached .search-results__number {
    color: #de4c2f;
    font-size: 2.6rem; }
  .attached .search-results__unit {
    font-size: 1.6rem;
    margin-right: 0.5rem; }

.attached .search-results__pager {
  margin-left: 30px; }
  .attached .search-results__pager .pager-list {
    font-size: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    .attached .search-results__pager .pager-list__item {
      width: 32px;
      height: 32px;
      display: inline-block;
      vertical-align: middle;
      text-align: center;
      margin-left: 10px;
      font-size: 1.6rem;
      line-height: 1; }
      .attached .search-results__pager .pager-list__item--omitted {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-justify-content: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center; }
      .attached .search-results__pager .pager-list__item:first-child {
        margin-left: 0; }
      .attached .search-results__pager .pager-list__item a {
        color: #463d3c;
        width: 100%;
        height: 100%;
        line-height: 32px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-justify-content: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        background: #e5e5e5;
        border-radius: 50%;
        text-align: center; }
      .attached .search-results__pager .pager-list__item span {
        vertical-align: middle; }
      .attached .search-results__pager .pager-list__item--current a {
        color: #FFF;
        background: #463d3c;
        font-weight: bold; }

.attached .alignment-sequence p, .attached .alignment-sequence select, .attached .display-number p, .attached .display-number select {
  color: #463d3c !important;
  display: inline-block; }

.attached .alignment-sequence select {
  width: 160px; }

.attached .display-number {
  margin-left: 30px; }
  .attached .display-number select {
    width: 80px; }

.list-of-stories-results .l-contents {
  padding-bottom: 50px; }

.list-of-stories-results .stories-list {
  margin-top: 26px; }
  .list-of-stories-results .stories-list__item {
    margin: 0 25px 50px 0; }

/* =================================
ホンネ一覧
================================= */
.real-msg {
  margin-top: 30px; }
  .real-msg__ttl {
    font-size: 2.4rem; }
  .real-msg .msg__copy {
    color: #748c50;
    padding-left: 20px;
    font-size: 1.4rem;
    font-weight: bold;
    position: relative;
    margin: 0 0 25px 20px; }
    .real-msg .msg__copy:before {
      content: "";
      top: -5px;
      left: -20px;
      position: absolute;
      display: inline-block;
      width: 240px;
      height: 46px;
      background-image: url(/introduce/images/experience/real_balloon_ttl-bg.png);
      background-size: 100%; }
  .real-msg .contents {
    -webkit-justify-content: normal;
    -webkit-box-pack: normal;
    -ms-flex-pack: normal;
    justify-content: normal; }
  .real-msg .cont {
    margin-left: 22px; }

.other-search--real .other-search-list {
  margin-bottom: -10px;
  width: 950px; }
  .other-search--real .other-search-list__item {
    width: calc(50% - 12px * 2 / 3);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0 12px 10px 0; }
    .other-search--real .other-search-list__item:nth-child(even) {
      margin-right: 0; }
    .other-search--real .other-search-list__item a {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      height: 100%;
      padding: 12px 0 8px; }
    .other-search--real .other-search-list__item span {
      display: inline-block;
      width: 100%;
      -webkit-justify-content: normal;
      -webkit-box-pack: normal;
      -ms-flex-pack: normal;
      justify-content: normal; }

.search-other-btn {
  margin-left: 10px;
  border-radius: 25px;
  background: #efefef;
  font-size: 1.3rem;
  line-height: 1.1;
  color: #463d3c;
  font-weight: bold; }
  .search-other-btn a {
    display: inline-block;
    height: 100%;
    text-align: center; }
    .search-other-btn a:hover {
      color: #463d3c;
      opacity: 0.8; }
  .search-other-btn span {
    padding: 10px 13px 5px 24px;
    display: inline-block;
    position: relative; }
    .search-other-btn span:before {
      content: "";
      display: block;
      position: absolute;
      left: 10px;
      top: 50%;
      width: 4px;
      height: 4px;
      border: 0px;
      border-top: solid 1px #463d3c;
      border-right: solid 1px #463d3c;
      -ms-transform: rotate(45deg) translateY(50%);
      -webkit-transform: rotate(45deg) translateY(50%);
      transform: rotate(45deg) translateY(50%); }
  .search-other-btn--return span:before {
    -ms-transform: rotate(-135deg) translateY(50%);
    -webkit-transform: rotate(-135deg) translateY(50%);
    transform: rotate(-135deg) translateY(50%); }

.question-cont .callout-box {
  margin-top: 30px;
  margin-bottom: 50px; }
  .question-cont .callout-box__item {
    width: 940px;
    background: #FFF;
    border-radius: 30px;
    padding: 30px 0 40px;
    margin-top: 16px;
    position: relative; }
    .question-cont .callout-box__item:last-child {
      margin-bottom: 0; }
    .question-cont .callout-box__item--no:after, .question-cont .callout-box__item--yes:after {
      content: "";
      position: absolute;
      display: block;
      width: 40px;
      height: 25px;
      background-repeat: no-repeat; }
    .question-cont .callout-box__item--no {
      border: 1px solid #7ca145; }
      .question-cont .callout-box__item--no .answer-heading__answer, .question-cont .callout-box__item--no .answer-heading__txt {
        color: #7ca145; }
      .question-cont .callout-box__item--no:after {
        content: "";
        display: block;
        left: 5%;
        bottom: -25px;
        background-image: url(/introduce/images/experience/parts_no.png);
        background-repeat: no-repeat; }
    .question-cont .callout-box__item--yes {
      border: 1px solid #cbae49; }
      .question-cont .callout-box__item--yes .answer-heading__answer, .question-cont .callout-box__item--yes .answer-heading__txt {
        color: #cbae49; }
      .question-cont .callout-box__item--yes:after {
        content: "";
        display: block;
        right: 5%;
        bottom: -25px;
        background-image: url(/introduce/images/experience/parts_yes.png);
        background-repeat: no-repeat; }
    .question-cont .callout-box__item .answer-heading {
      font-size: 0; }
      .question-cont .callout-box__item .answer-heading__answer, .question-cont .callout-box__item .answer-heading__txt {
        vertical-align: middle;
        display: inline-block;
        margin-bottom: 30px; }
      .question-cont .callout-box__item .answer-heading__answer {
        width: 20%;
        text-align: center;
        font-size: 8rem;
        font-family: 'Spinnaker', sans-serif;
        letter-spacing: -0.4rem;
        line-height: 1; }
        .question-cont .callout-box__item .answer-heading__answer span {
          margin-left: 1rem;
          display: inline-block; }
      .question-cont .callout-box__item .answer-heading__txt {
        width: 80%;
        font-size: 2rem;
        font-weight: bold; }
    .question-cont .callout-box__item .answer-contents {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      -webkit-box-sizing: border-box;
      box-sizing: border-box; }
      .question-cont .callout-box__item .answer-contents__txt {
        padding: 0 40px;
        width: 70%;
        font-size: 1.4rem;
        letter-spacing: 0.1rem;
        color: #463d3c;
        -webkit-box-sizing: border-box;
        box-sizing: border-box; }
      .question-cont .callout-box__item .answer-contents .profile {
        width: 30%;
        border-bottom: 0;
        border-left: 1px dashed #a29e9d;
        padding: 0 30px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box; }
        .question-cont .callout-box__item .answer-contents .profile .profile-info {
          margin-top: 0; }
          .question-cont .callout-box__item .answer-contents .profile .profile-info__name, .question-cont .callout-box__item .answer-contents .profile .profile-info__age {
            font-weight: bold;
            font-size: 1.3rem; }
            .question-cont .callout-box__item .answer-contents .profile .profile-info__name span, .question-cont .callout-box__item .answer-contents .profile .profile-info__age span {
              font-size: 1.6rem; }
          .question-cont .callout-box__item .answer-contents .profile .profile-info .profileArea {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center; }
            .question-cont .callout-box__item .answer-contents .profile .profile-info .profileArea--woman {
              color: #e17777; }
              .question-cont .callout-box__item .answer-contents .profile .profile-info .profileArea--woman .profile-info__name, .question-cont .callout-box__item .answer-contents .profile .profile-info .profileArea--woman .profile-info__age {
                color: #e17777; }
            .question-cont .callout-box__item .answer-contents .profile .profile-info .profileArea--man {
              color: #208abb; }
              .question-cont .callout-box__item .answer-contents .profile .profile-info .profileArea--man .profile-info__name, .question-cont .callout-box__item .answer-contents .profile .profile-info .profileArea--man .profile-info__age {
                color: #208abb; }
            .question-cont .callout-box__item .answer-contents .profile .profile-info .profileArea__txt {
              margin-left: 14px; }
              .question-cont .callout-box__item .answer-contents .profile .profile-info .profileArea__txt .type {
                font-weight: bold;
                font-size: 1.4rem; }

/* =================================
条件から探す
================================= */
.other-search--conditions .is-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.other-search--conditions .leftBorder__ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 110px; }

/* =================================
質問から探す
================================= */
.other-search--question .is-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.other-search--question .other-search-list {
  width: 760px; }
  .other-search--question .other-search-list__item {
    width: 100%;
    font-size: 1.6rem; }
    .other-search--question .other-search-list__item a {
      padding: 14px 14px 14px;
      -webkit-justify-content: start;
      -webkit-box-pack: start;
      -ms-flex-pack: start;
      justify-content: start; }

.other-search--question .leftBorder__ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.question-list {
  margin: 30px 0 50px; }
  .question-list__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    background: #FFF;
    border: 1px solid #bbb1b0;
    border-radius: 10px; }
    .question-list__inner .profile {
      margin: 30px 0;
      padding: 0 0 0 30px;
      width: 230px;
      color: #463d3c;
      border-bottom: none;
      border-right: 1px dashed #a29e9d;
      -webkit-box-sizing: border-box;
      box-sizing: border-box; }
    .question-list__inner .cont {
      padding: 30px;
      width: 870px;
      color: #463d3c; }
      .question-list__inner .cont h3 {
        font-size: 2rem; }
      .question-list__inner .cont .txt {
        margin-top: 22px;
        font-size: 1.4rem;
        letter-spacing: 0.1em; }
  .question-list__item {
    margin-top: 20px; }
    .question-list__item:first-child {
      margin-top: 0; }
    .question-list__item:last-child {
      margin-bottom: 0; }
    .question-list__item--man .cont h3 {
      color: #208abb; }
    .question-list__item--woman .cont h3 {
      color: #e17777; }
    .question-list__item .txt-area {
      display: block;
      margin-top: 20px;
      width: auto; }
    .question-list__item .profile-info {
      margin-top: 0; }
      .question-list__item .profile-info__name {
        font-size: 1.3rem; }
        .question-list__item .profile-info__name span {
          font-size: 1.6rem; }
      .question-list__item .profile-info__age {
        font-size: 1.3rem; }
        .question-list__item .profile-info__age span {
          font-size: 1.6rem; }
      .question-list__item .profile-info__other span {
        font-size: 1.3rem; }
      .question-list__item .profile-info .type {
        font-size: 1.4rem;
        font-weight: bold;
        margin-left: 12px; }
      .question-list__item .profile-info .profileArea {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center; }
        .question-list__item .profile-info .profileArea .type {
          width: 100px;
          z-index: 1; }
          .question-list__item .profile-info .profileArea .type--koso, .question-list__item .profile-info .profileArea .type--tanki, .question-list__item .profile-info .profileArea .type--app, .question-list__item .profile-info .profileArea .type--inexperienced, .question-list__item .profile-info .profileArea .type--oyakoko, .question-list__item .profile-info .profileArea .type--honki {
            position: relative; }
            .question-list__item .profile-info .profileArea .type--koso:after, .question-list__item .profile-info .profileArea .type--tanki:after, .question-list__item .profile-info .profileArea .type--app:after, .question-list__item .profile-info .profileArea .type--inexperienced:after, .question-list__item .profile-info .profileArea .type--oyakoko:after, .question-list__item .profile-info .profileArea .type--honki:after {
              content: '';
              position: absolute;
              top: 50%;
              -ms-transform: translateY(-50%) translateX(0);
              transform: translateY(-50%) translateX(0);
              -webkit-transform: translateY(-50%) translateX(0);
              left: -10px;
              z-index: -1;
              width: 97px;
              height: 36px;
              background-size: 100%; }
          .question-list__item .profile-info .profileArea .type--koso:after {
            background-image: url(/introduce/images/experience/type_koso_bg01.png); }
          .question-list__item .profile-info .profileArea .type--tanki:after {
            background-image: url(/introduce/images/experience/type_tanki_bg01.png); }
          .question-list__item .profile-info .profileArea .type--app:after {
            background-image: url(/introduce/images/experience/type_app_bg01.png); }
          .question-list__item .profile-info .profileArea .type--inexperienced:after {
            background-image: url(/introduce/images/experience/type_inexperienced_bg01.png); }
          .question-list__item .profile-info .profileArea .type--oyakoko:after {
            background-image: url(/introduce/images/experience/type_oyakoko_bg01.png); }
          .question-list__item .profile-info .profileArea .type--honki:after {
            background-image: url(/introduce/images/experience/type_honki_bg01.png); }
          .question-list__item .profile-info .profileArea .type span {
            font-size: 2.2rem; }

.not-found {
  font-weight: bold; }
  .not-found__ttl {
    margin-top: 35px;
    line-height: 0; }
  .not-found__txt {
    color: #463d3c;
    font-size: 1.6rem;
    line-height: 2;
    margin-top: 20px; }
  .not-found .return-btn {
    width: 240px;
    background: #463d3c;
    border-radius: 25px;
    margin: 45px auto 40px; }
    .not-found .return-btn a {
      display: block;
      padding: 10px 20px;
      color: #FFF;
      position: relative;
      font-size: 1.3rem;
      font-weight: bold; }
      .not-found .return-btn a:before {
        content: "";
        display: block;
        position: absolute;
        left: 20px;
        top: 50%;
        width: 4px;
        height: 4px;
        border: 0px;
        border-top: solid 1px #FFF;
        border-right: solid 1px #FFF;
        -ms-transform: rotate(-135deg) translateY(50%);
        -webkit-transform: rotate(-135deg) translateY(50%);
        transform: rotate(-135deg) translateY(50%); }
