@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Ubuntu");
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline; }

html {
  line-height: 1; }

ol, ul {
  list-style: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle; }

q, blockquote {
  quotes: none; }
  q:before, q:after, blockquote:before, blockquote:after {
    content: "";
    content: none; }

a img {
  border: none; }

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block; }

.nice-select {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  background-color: #fff;
  border-radius: 5px;
  border: solid 1px #e8e8e8;
  box-sizing: border-box;
  clear: both;
  cursor: pointer;
  display: block;
  float: left;
  font-family: inherit;
  font-size: 14px;
  font-weight: normal;
  height: 42px;
  line-height: 40px;
  outline: none;
  padding-left: 18px;
  padding-right: 30px;
  position: relative;
  text-align: left !important;
  transition: all 0.2s ease-in-out;
  user-select: none;
  white-space: nowrap;
  width: auto; }
  .nice-select:hover {
    border-color: #dbdbdb; }
  .nice-select:active, .nice-select.open, .nice-select:focus {
    border-color: #999; }
  .nice-select:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 8px 4px 0 4px;
    border-color: #919191 transparent transparent transparent;
    margin-top: -4px;
    pointer-events: none;
    position: absolute;
    right: 12px;
    top: 50%;
    transition: all 0.15s ease-in-out; }
  .nice-select.open:after {
    transform: rotate(-180deg); }
  .nice-select.open .list {
    opacity: 1;
    pointer-events: auto;
    transform: scale(1) translateY(0); }
  .nice-select.disabled {
    border-color: #ededed;
    color: #999;
    pointer-events: none; }
    .nice-select.disabled:after {
      border-color: #cccccc; }
  .nice-select.wide {
    width: 100%; }
    .nice-select.wide .list {
      left: 0 !important;
      right: 0 !important; }
  .nice-select.right {
    float: right; }
    .nice-select.right .list {
      left: auto;
      right: 0; }
  .nice-select.small {
    font-size: 12px;
    height: 36px;
    line-height: 34px; }
    .nice-select.small:after {
      height: 4px;
      width: 4px; }
    .nice-select.small .option {
      line-height: 34px;
      min-height: 34px; }
  .nice-select .list {
    width: 100%;
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 0 0 0 1px rgba(68, 68, 68, 0.11);
    box-sizing: border-box;
    margin-top: 4px;
    opacity: 0;
    overflow: hidden;
    padding: 0;
    pointer-events: none;
    position: absolute;
    top: 100%;
    left: 0;
    transform-origin: 50% 0;
    transform: scale(0.75) translateY(-21px);
    transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
    z-index: 9; }
    .nice-select .list:hover .option:not(:hover) {
      background-color: transparent !important; }
  .nice-select .option {
    cursor: pointer;
    font-weight: 400;
    line-height: 40px;
    list-style: none;
    min-height: 40px;
    outline: none;
    padding-left: 18px;
    padding-right: 29px;
    text-align: left;
    transition: all 0.2s; }
    .nice-select .option:hover, .nice-select .option.focus, .nice-select .option.selected.focus {
      background-color: #f6f6f6; }
    .nice-select .option.selected {
      font-weight: bold; }
    .nice-select .option.disabled {
      background-color: transparent;
      color: #999;
      cursor: default; }

.no-csspointerevents .nice-select .list {
  display: none; }

.no-csspointerevents .nice-select.open .list {
  display: block; }

.hidden {
  display: none; }

.inner {
  width: 1024px;
  margin-left: auto;
  margin-right: auto; }
  @media screen and (max-width: 1051px) {
    .inner {
      width: auto; } }

@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 100; }

@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 200; }

@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 300; }

@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 400; }

@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Bold");
  font-weight: bold; }

/* base
----------------------------------------------------*/
html {
  font-size: 62.5%;
  -webkit-font-smoothing: antialiased; }

body {
  font-size: 14px;
  font-size: 1.4rem;
  font-family: sans-serif;
  line-height: 1.5;
  color: #333;
  background: #f5f5f5;
  font-family: "Yu Gothic", YuGothic, sans-serif; }
  body.home {
    background: #fff; }
  body.single {
    background: #eae9ea; }

img {
  vertical-align: top; }

a {
  text-decoration: none;
  color: #368ba4; }
  @media screen and (min-width: 1051px) {
    a:hover {
      text-decoration: underline; } }

.pc {
  display: inline; }
  .pcbr {
    display: block; }
  @media screen and (max-width: 1051px) {
    .pc {
      display: none; } }

.sp {
  display: none; }
  @media screen and (max-width: 1051px) {
    .sp {
      display: inline; }
      .spbr {
        display: block; } }

@media screen and (max-width: 1051px) {
  .container {
    padding: 55px 0 0 0; } }

/* module
----------------------------------------------------*/
input[type="text"] {
  padding: 10px 15px;
  box-sizing: border-box;
  border: 1px solid #9b9b9b;
  border-radius: 4px;
  line-height: 1; }
  input[type="text"]:focus {
    outline: none;
    border-color: #5092e0; }

.link {
  display: inline-block;
  font-weight: bold;
  line-height: 1; }

.link-arrow {
  margin: 0 25px 0 0; }
  @media screen and (max-width: 1051px) {
    .link-arrow {
      margin: 0; } }
  .link-arrow:after {
    padding: 0 0 0 25px;
    content: "\f105";
    font-family: "FontAwesome";
    line-height: 1;
    font-weight: normal; }
    @media screen and (max-width: 1051px) {
      .link-arrow:after {
        padding: 0 0 0 15px; } }

.btn-wrap {
  text-align: center; }

.btn {
  position: relative;
  display: inline-block;
  padding: 0;
  border: none;
  background: none;
  box-sizing: border-box;
  text-align: center;
  font-weight: bold;
  -webkit-appearance: none;
  color: #fff; }
  .btn:before {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-family: "FontAwesome";
    line-height: 1;
    font-weight: normal; }

@media screen and (min-width: 1051px) {
  button.btn,
  a.btn {
    cursor: pointer;
    -webkit-transition: opacity 0.25s ease-out;
    -webkit-transition-delay: 0s;
    -moz-transition: opacity 0.25s ease-out 0s;
    -o-transition: opacity 0.25s ease-out 0s;
    transition: opacity 0.25s ease-out 0s; }
    button.btn:hover,
    a.btn:hover {
      text-decoration: none;
      opacity: 0.6; } }

.btn-white {
  background: #fff;
  color: #368ba4; }

.btn-clip,
.btn-clip-side {
  background: #eef3ea;
  color: #6da52f; }
  .btn-clip.clipped,
  .btn-clip-side.clipped {
    background: #6da52f;
    color: #fff; }

.btn-red {
  background-image: linear-gradient(to right, #ba0000 0%, #e10000 100%); }

.btn-blue {
  background-image: linear-gradient(to right, #0d6b83 0%, #22827a 100%); }

.btn-yellow {
  background: #f5a623; }

.btn-orange {
  background: #f2a432; }

.btn-bd-white {
  border: 1px solid #fff; }

.btn-light {
  background-image: linear-gradient(to right, #2a91c8 0%, #44b2cd 100%); }

.btn-transparent {
  color: #868686;
  background-image: transparent; }

.btn-transparent_white {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.2); }

.btn-twitter {
  background-image: linear-gradient(180deg, #20e2ff 0%, #26d8ff 45%, #2ccbff 100%); }
  .btn-twitter:before {
    content: "\f099";
    left: 15px;
    font-size: 20px;
    font-size: 2rem; }
  .btn-twitter.btn-flat {
    background: #0c7abf; }
    .btn-twitter.btn-flat:before {
      font-size: 14px;
      font-size: 1.4rem; }

.btn-facebook {
  background-image: linear-gradient(180deg, #4a42cc 0%, #233091 100%); }
  .btn-facebook:before {
    content: "\f230";
    left: 15px;
    font-size: 20px;
    font-size: 2rem; }
  .btn-facebook.btn-flat {
    background: #3b5998; }
    .btn-facebook.btn-flat:before {
      font-size: 14px;
      font-size: 1.4rem; }

.btn-more {
  background-color: #cadde3;
  color: #368ba4; }
  .btn-more:before {
    content: "\f103";
    right: 10px;
    font-size: 12px;
    font-size: 1.2rem; }

.btn-less {
  background-color: #cadde3;
  color: #368ba4; }
  .btn-less:before {
    content: "\f102";
    right: 10px;
    font-size: 12px;
    font-size: 1.2rem; }

.btn-registration:before {
  content: "\f007";
  left: 15px; }

.btn-glass {
  padding-left: 20px; }
  .btn-glass:before {
    content: "\f002";
    left: 25px; }

.btn-arrow:before {
  content: "\f105";
  right: 15px; }

.btn-clip:before {
  position: static;
  display: block;
  margin: 0 0 2px 0;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: normal;
  content: "\f0c6";
  transform: none; }

.btn-clip-side:before {
  content: "\f0c6";
  left: 15px; }

.btn-clip-icon:before {
  content: "\f0c6";
  left: 15px; }

.btn-plus:before {
  content: "\f196";
  left: 15px; }

.btn-star:before {
  content: "\f005";
  left: 20px; }

.btn-close:before {
  content: "\f00d";
  right: 15px; }

.btn-back:before {
  content: "\f060";
  left: 15px; }

.btn-next:before {
  content: "\f061";
  right: 15px; }

.btn-search:before {
  content: "\f002";
  left: 15px; }

.btn-badge:after {
  display: block;
  content: '';
  position: absolute;
  top: -5px;
  right: -5px;
  background-color: #F5A623;
  width: 10px;
  height: 10px;
  border-radius: 5px; }

.overlay {
  visibility: hidden;
  opacity: 0;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 200;
  width: 100%;
  height: 100%;
  background: rgba(50, 50, 50, 0.9);
  transition: 0.5s all ease; }
  .modal-open .overlay {
    visibility: visible;
    opacity: 1; }

.modal {
  visibility: hidden;
  opacity: 0;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 210;
  width: 100%;
  height: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch; }
  .modal.modal-open {
    visibility: visible;
    opacity: 1; }

.modal_inner {
  position: absolute;
  display: block;
  left: 50%;
  top: 100px;
  transform: translateX(-50%);
  width: 768px;
  margin: 0 auto;
  background: #fff;
  box-shadow: 0 2px 14px rgba(0, 0, 0, 0.9);
  transition: 0.5s all ease; }
  @media screen and (max-width: 1051px) {
    .modal_inner {
      position: absolute;
      display: block;
      left: 0;
      top: 0;
      width: calc(100% - 30px);
      margin: 15px 15px 0;
      transform: none; } }
  .modal_inner:after {
    content: "";
    position: absolute;
    display: block;
    left: 0;
    bottom: -100px;
    width: 1px;
    height: 100px;
    opacity: 0; }
    @media screen and (max-width: 1051px) {
      .modal_inner:after {
        bottom: -15px;
        height: 15px; } }

.modal_header {
  position: relative;
  height: 60px;
  padding: 20px;
  box-sizing: border-box;
  background-image: linear-gradient(180deg, #5a8894 0%, #3f8ca0 100%);
  font-size: 18px;
  font-size: 1.8rem; }
  @media screen and (max-width: 1051px) {
    .modal_header {
      font-size: 16px;
      font-size: 1.6rem; } }

.modal_title {
  font-weight: bold;
  color: #fff;
  line-height: 1; }
  .modal_title i {
    margin: 0 20px 0 0;
    font-weight: normal; }
    @media screen and (max-width: 1051px) {
      .modal_title i {
        margin: 0 10px 0 0; } }

.modal_close {
  position: absolute;
  display: block;
  right: 20px;
  top: 10px;
  padding: 10px;
  color: #fff;
  line-height: 1; }
  @media screen and (max-width: 1051px) {
    .modal_close {
      right: 10px; } }
  @media screen and (min-width: 1051px) {
    .modal_close:hover {
      opacity: 0.75; } }

.modal_body {
  padding: 35px 50px 20px; }
  @media screen and (max-width: 1051px) {
    .modal_body {
      padding: 30px 30px 15px; } }

.modal-save ul {
  margin: 15px 0 0 0;
  border-top: 1px solid #d8d8d8; }
  @media screen and (max-width: 1051px) {
    .modal-save ul {
      margin: 0; } }
  .modal-save ul li {
    display: table;
    table-layout: fixed;
    width: 100%;
    border-bottom: 1px solid #d8d8d8; }
    @media screen and (max-width: 1051px) {
      .modal-save ul li {
        display: block; }
        .modal-save ul li:last-of-type {
          border: none; } }

.modal-save .save_txt {
  display: table-cell;
  padding: 20px 0;
  vertical-align: middle; }
  @media screen and (max-width: 1051px) {
    .modal-save .save_txt {
      display: block;
      padding: 20px 0 0 0; } }

.modal-save .save_name {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
  color: #39393a; }
  @media screen and (max-width: 1051px) {
    .modal-save .save_name {
      font-size: 16px;
      font-size: 1.6rem; } }
  .modal-save .save_name input[type="text"] {
    width: 235px;
    height: 35px;
    line-height: 35px;
    font-size: 14px;
    font-size: 1.4rem; }
    @media screen and (max-width: 1051px) {
      .modal-save .save_name input[type="text"] {
        width: 100%; } }

.modal-save .save_condition {
  margin: 5px 0 0 0;
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: bold;
  color: #898989;
  line-height: 1.5; }

.modal-save .save_btn {
  display: table-cell;
  width: 200px;
  padding: 20px 0;
  text-align: right;
  vertical-align: middle;
  font-size: 0; }
  @media screen and (max-width: 1051px) {
    .modal-save .save_btn {
      width: auto;
      overflow: hidden;
      *zoom: 1;
      display: block;
      padding: 20px 0;
      text-align: left; } }
  .modal-save .save_btn .btn {
    height: 32px;
    line-height: 32px;
    margin: 0 0 0 10px;
    font-size: 14px;
    font-size: 1.4rem; }
    @media screen and (max-width: 1051px) {
      .modal-save .save_btn .btn {
        margin: 0; } }
    .modal-save .save_btn .btn.save_btn_del {
      width: 70px; }
      @media screen and (max-width: 1051px) {
        .modal-save .save_btn .btn.save_btn_del {
          float: left;
          width: 22%; } }
    .modal-save .save_btn .btn.save_btn_search {
      width: 110px; }
      @media screen and (max-width: 1051px) {
        .modal-save .save_btn .btn.save_btn_search {
          float: right;
          width: 73%; } }
    .modal-save .save_btn .btn.save_btn_save {
      width: 170px; }
      @media screen and (max-width: 1051px) {
        .modal-save .save_btn .btn.save_btn_save {
          width: 100%;
          margin-top: -10px; } }

.modal-save .save_btn_close {
  width: 200px;
  height: 50px;
  margin: 30px 0 10px 0;
  line-height: 50px;
  font-size: 14px;
  font-size: 1.4rem; }
  @media screen and (max-width: 1051px) {
    .modal-save .save_btn_close {
      width: 100%;
      margin: 10px 0 20px; } }

.modal-search fieldset {
  margin: 0 0 25px 0;
  padding: 0 0 25px 0;
  border-bottom: 1px solid #d8d8d8;
  font-size: 0; }
  @media screen and (max-width: 1051px) {
    .modal-search fieldset {
      margin: 0 0 15px 0;
      padding: 0; }
      .modal-search fieldset:last-of-type {
        margin: 0 0 10px 0;
        border: none; } }
  .modal-search fieldset dl {
    text-align: right; }
    @media screen and (max-width: 1051px) {
      .modal-search fieldset dl {
        text-align: left; } }
  .modal-search fieldset dt {
    display: inline-block;
    vertical-align: middle;
    margin: 0 0 0 20px;
    font-size: 13px;
    font-size: 1.3rem;
    font-weight: bold;
    color: #393939; }
    @media screen and (max-width: 1051px) {
      .modal-search fieldset dt {
        clear: left;
        float: left;
        display: block;
        height: 47px;
        margin: 0 0 15px 0;
        line-height: 47px; }
        .modal-search fieldset dt.txt {
          float: none;
          height: auto;
          margin: 0 0 10px 0;
          line-height: 1; } }
  .modal-search fieldset dd {
    display: inline-block;
    vertical-align: middle;
    margin: 0 0 0 15px;
    /*  ------    */
    /*  ------    */ }
    @media screen and (max-width: 1051px) {
      .modal-search fieldset dd {
        float: right;
        display: block;
        margin: 0 0 15px 0; }
        .modal-search fieldset dd.txt {
          float: none; } }
    .modal-search fieldset dd .select2-selection {
      font-size: 13px;
      font-size: 1.3rem; }
      .modal-search fieldset dd .select2-selection:hover {
        -webkit-box-shadow: 0px 0px 3px #4A90E2;
        -moz-box-shadow: 0px 0px 3px #4A90E2;
        box-shadow: 0px 0px 3px #4A90E2; }
    .modal-search fieldset dd .selection:focus {
      outline: 0; }
    .modal-search fieldset dd .select2-selection__arrow {
      height: 47px !important;
      right: 5px; }
    .modal-search fieldset dd .select2-selection__rendered {
      box-sizing: border-box; }
    .modal-search fieldset dd .select2-container {
      text-align: left; }
      .modal-search fieldset dd .select2-container.select2-container--open {
        border-color: #4A90E2;
        -webkit-box-shadow: 0px 0px 3px #4A90E2;
        -moz-box-shadow: 0px 0px 3px #4A90E2;
        box-shadow: 0px 0px 3px #4A90E2; }
      .modal-search fieldset dd .select2-container:focus {
        outline: 0; }
    .modal-search fieldset dd .select2-selection__rendered,
    .modal-search fieldset dd .select2-selection {
      width: 100%;
      height: 47px !important;
      line-height: 47px !important;
      vertical-align: middle; }
      .modal-search fieldset dd .select2-selection__rendered:focus,
      .modal-search fieldset dd .select2-selection:focus {
        outline: 0; }
      @media screen and (max-width: 1051px) {
        .modal-search fieldset dd .select2-selection__rendered,
        .modal-search fieldset dd .select2-selection {
          height: 47px;
          line-height: 47px;
          padding-left: 5px; } }
    .modal-search fieldset dd.search_bar_form__age .select2-container {
      width: 253px; }
    @media screen and (max-width: 1051px) {
      .modal-search fieldset dd.search_bar_form__age {
        width: 50%; }
        .modal-search fieldset dd.search_bar_form__age .select2-container {
          width: 100%; } }
    .modal-search fieldset dd.search_bar_form__category .select2-container, .modal-search fieldset dd.search_bar_form__industry .select2-container, .modal-search fieldset dd.search_bar_form__place .select2-container {
      width: 156px; }
    @media screen and (max-width: 1051px) {
      .modal-search fieldset dd.search_bar_form__category, .modal-search fieldset dd.search_bar_form__industry, .modal-search fieldset dd.search_bar_form__place {
        width: 50%; }
        .modal-search fieldset dd.search_bar_form__category .select2-container, .modal-search fieldset dd.search_bar_form__industry .select2-container, .modal-search fieldset dd.search_bar_form__place .select2-container {
          width: 100%; } }
    .modal-search fieldset dd input[type="text"] {
      width: 250px;
      padding: 14px;
      box-sizing: border-box;
      border: 1px solid #d4d4d4;
      font-size: 14px;
      font-size: 1.4rem; }
      @media screen and (max-width: 1051px) {
        .modal-search fieldset dd input[type="text"] {
          width: 100%; } }
  .modal-search fieldset .label-wrap {
    margin: 0 0 -10px -10px; }
    @media screen and (max-width: 1051px) {
      .modal-search fieldset .label-wrap {
        margin: 0;
        padding: 0 0 10px 0; } }
  .modal-search fieldset label {
    display: inline-block;
    width: calc(33.33% - 10px);
    margin: 0 0 10px 10px;
    padding: 14px;
    box-sizing: border-box;
    border: 1px solid #d4d4d4;
    border-radius: 4px;
    font-size: 14px;
    font-size: 1.4rem; }
    @media screen and (max-width: 1051px) {
      .modal-search fieldset label {
        width: 100%;
        margin: 0 0 10px 0; } }
    .modal-search fieldset label input[type="checkbox"] {
      margin: 0 10px 0 0; }

.modal-search legend {
  margin: 0 0 15px 0;
  line-height: 1;
  color: #39393a;
  font-size: 13px;
  font-size: 1.3rem;
  font-weight: bold; }

.modal-search .btn-wrap {
  font-size: 0; }

.modal-search .btn {
  width: 215px;
  height: 35px;
  margin: 0 5px;
  line-height: 35px;
  font-size: 13px;
  font-size: 1.3rem; }
  @media screen and (max-width: 1051px) {
    .modal-search .btn {
      width: 100%;
      margin: 0 0 15px 0; } }

.tabs {
  text-align: center;
  font-size: 0; }
  .tabs li {
    display: inline-block;
    margin: 0 10px; }
    @media screen and (max-width: 1051px) {
      .tabs li {
        margin: 0;
        padding: 0 5px;
        box-sizing: border-box; } }
    .tabs li a {
      position: relative;
      display: block;
      width: 100%;
      background-image: linear-gradient(to right, #ba0000 0%, #e10000 100%);
      font-size: 16px;
      font-size: 1.6rem;
      font-weight: bold;
      color: #fff;
      text-decoration: none;
      -webkit-transition: opacity 0.25s ease-out;
      -webkit-transition-delay: 0s;
      -moz-transition: opacity 0.25s ease-out 0s;
      -o-transition: opacity 0.25s ease-out 0s;
      transition: opacity 0.25s ease-out 0s; }
      @media screen and (max-width: 1051px) {
        .tabs li a {
          font-size: 13px;
          font-size: 1.3rem; } }
      .tabs li a:before {
        content: "\f107";
        position: absolute;
        top: 50%;
        right: 15px;
        transform: translateY(-50%);
        font-family: "FontAwesome";
        line-height: 1;
        font-size: 14px;
        font-size: 1.4rem; }
        @media screen and (max-width: 1051px) {
          .tabs li a:before {
            right: 8px; } }
      @media screen and (min-width: 1051px) {
        .tabs li a:hover {
          opacity: 0.75; } }
    .tabs li.active a {
      color: #4a4a4a; }
      @media screen and (min-width: 1051px) {
        .tabs li.active a:hover {
          opacity: 1; } }
      .tabs li.active a:after {
        content: "";
        position: absolute;
        display: block;
        left: 0;
        top: 0;
        width: 100%;
        height: 4px;
        background-image: linear-gradient(to right, #ba0000 0%, #e10000 100%); }

.tab_inner ~ .tab_inner {
  display: none; }

.card {
  border-radius: 1px;
  background: #fff;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.13); }
  @media screen and (max-width: 1051px) {
    .card {
      position: relative;
      overflow: hidden;
      *zoom: 1;
      padding: 13px 20px 13px 13px;
      box-shadow: none;
      border-radius: 0;
      border-bottom: 1px solid #eae9ea; }
      .card:after {
        position: absolute;
        display: block;
        right: 10px;
        top: 50%;
        transform: translateY(-50%);
        content: "\f105";
        font-family: "FontAwesome";
        line-height: 1;
        font-weight: normal;
        color: #368ba4; } }
  .card.card-wide {
    display: table;
    border: 1px solid #d8d8d8; }
    @media screen and (max-width: 1051px) {
      .card.card-wide {
        display: block;
        padding: 0;
        border: none;
        box-shadow: 0 0 5px rgba(0, 0, 0, 0.13); }
        .card.card-wide:after {
          display: none; } }
  .card.card-flat {
    margin: 15px 0 0;
    box-shadow: none;
    border-bottom: 1px solid #d8d8d8; }
    @media screen and (max-width: 1051px) {
      .card.card-flat {
        margin: 0;
        border-bottom: 1px solid #eae9ea; } }

.card_img {
  position: relative;
  display: block;
  box-sizing: border-box;
  overflow: hidden;
  width: 240px;
  padding-top: 80%;
  cursor: pointer;
  background-color: #e7e7e7; }
  .card_img img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transition: opacity 0.25s ease-out;
    -webkit-transition-delay: 0s;
    -moz-transition: opacity 0.25s ease-out 0s;
    -o-transition: opacity 0.25s ease-out 0s;
    transition: opacity 0.25s ease-out 0s;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: auto;
    height: 120%; }
  @media screen and (min-width: 1051px) {
    .card_img:hover img {
      opacity: .5; } }
  @media screen and (max-width: 1051px) {
    .card_img {
      float: left;
      width: auto;
      padding-top: 0; }
      .card_img img {
        display: none; } }
  .card_img:after {
    position: absolute;
    display: block;
    left: 0;
    top: 0;
    content: "";
    z-index: 2;
    width: 100%;
    height: 100%;
    border: 1px solid #d8d8d8;
    box-sizing: border-box; }
    @media screen and (max-width: 1051px) {
      .card_img:after {
        display: none; } }
  .card-wide .card_img {
    display: table-cell;
    width: 250px;
    padding-top: 0; }
    .card-wide .card_img img {
      width: 120%;
      height: auto; }
    .card-wide .card_img:before {
      display: block;
      content: "";
      width: 1px;
      height: 100%;
      min-height: 177px; }
    @media screen and (max-width: 1051px) {
      .card-wide .card_img {
        float: none;
        display: none;
        width: auto;
        padding-top: 75%; }
        .card-wide .card_img img {
          display: inline; }
        .card-wide .card_img:before {
          display: none; } }
    .card-wide .card_img:after {
      left: auto;
      right: 0;
      width: 1px;
      border: none;
      border-right: 1px solid #d8d8d8; }
  .card-flat .card_img {
    width: auto;
    height: 200px;
    padding-top: 0; }
    @media screen and (max-width: 1051px) {
      .card-flat .card_img {
        height: auto; } }

.card_icon {
  position: absolute;
  display: block;
  left: 0;
  top: 0;
  z-index: 3;
  font-size: 0; }
  @media screen and (max-width: 1051px) {
    .card_icon {
      position: static; } }
  @media screen and (max-width: 1051px) {
    .card-wide .card_icon {
      position: absolute; } }

.icon {
  display: inline-block;
  vertical-align: top;
  padding: 0 6px;
  height: 20px;
  line-height: 20px;
  color: #fff; }

.icon-new {
  background: #f5a623;
  font-family: 'Ubuntu', sans-serif;
  font-weight: bold;
  font-size: 10px;
  font-size: 1rem; }

.icon-recommended {
  background: #276ddc;
  font-weight: bold;
  font-size: 10px;
  font-size: 1rem; }
  @media screen and (max-width: 1051px) {
    .icon-recommended {
      font-size: 11px;
      font-size: 1.1rem; } }

.card-wide .card_inner {
  display: table-cell;
  padding: 15px 15px 10px 15px;
  vertical-align: top; }
  @media screen and (max-width: 1051px) {
    .card-wide .card_inner {
      display: block; } }

.card_txt {
  padding: 15px 15px 18px; }
  @media screen and (max-width: 1051px) {
    .card_txt {
      padding: 0; } }
  .card-wide .card_txt {
    padding: 0; }
  .card-flat .card_txt {
    padding-bottom: 10px; }
    @media screen and (max-width: 1051px) {
      .card-flat .card_txt {
        padding-bottom: 0; } }

.card_txt_category {
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  width: 100%;
  padding: 8px 15px;
  background-color: rgba(0, 0, 0, 0.8);
  line-height: 1.3;
  font-size: 11px;
  font-size: 1.1rem;
  color: #fff;
  box-sizing: border-box; }
  @media screen and (max-width: 1051px) {
    .card_txt_category {
      position: relative;
      left: auto;
      bottom: auto;
      padding: 5px 0 0;
      color: #ad6627;
      background-color: transparent;
      font-size: 11px;
      font-size: 1.1rem; } }
  .card-wide .card_txt_category {
    position: relative;
    left: auto;
    bottom: auto;
    padding: 0;
    color: #ad6627;
    background-color: transparent; }
    @media screen and (max-width: 1051px) {
      .card-wide .card_txt_category {
        float: none;
        text-align: left;
        line-height: 1; } }

.card_txt_title {
  margin: 0 0 15px 0;
  font-size: 14px;
  font-size: 1.4rem;
  color: #000;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 0.02em; }
  @media screen and (max-width: 1051px) {
    .card_txt_title {
      clear: both;
      margin: 0;
      padding: 5px 0 8px; } }
  .card-wide .card_txt_title {
    margin: 0 0 5px; }
    .card-wide .card_txt_title a {
      height: auto;
      max-height: auto; }
    @media screen and (max-width: 1051px) {
      .card-wide .card_txt_title {
        margin: 4px 0 5px;
        line-height: 1.25;
        font-size: 16px;
        font-size: 1.6rem; } }
  .card_txt_title a {
    color: #3a3a3a;
    display: block;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    width: 100%;
    height: 3.0em;
    max-height: 3.0em;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-transition: color 0.15s ease-out;
    -webkit-transition-delay: 0s;
    -moz-transition: color 0.15s ease-out 0s;
    -o-transition: color 0.15s ease-out 0s;
    transition: color 0.15s ease-out 0s; }
    @media screen and (max-width: 1051px) {
      .card_txt_title a {
        height: auto;
        max-height: initial;
        max-height: auto; } }
    .card_txt_title a:hover {
      color: #4eafc8;
      text-decoration: none; }

.card_txt_position {
  line-height: 1;
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: bold;
  color: #9b9b9b; }

.card_txt_meta {
  overflow: hidden;
  margin: 10px 0 0 0;
  font-size: 0;
  color: #9b9b9b; }
  @media screen and (max-width: 1051px) {
    .card_txt_meta {
      margin: 5px 0 0 0; } }
  .card_txt_meta li {
    display: block;
    margin: 0 10px 0 0;
    font-size: 12px;
    font-size: 1.2rem; }
    .card_txt_meta li:before {
      margin: 0 5px 0 0;
      font-family: "FontAwesome"; }
  .card-wide .card_txt_meta {
    margin: 5px 0; }
    .card-wide .card_txt_meta li {
      float: left;
      margin: 0;
      width: 50%; }

.meta-annual:before {
  content: "年収"; }

.meta-place:before {
  content: "\f041"; }

.card_txt_icons {
  width: 100%;
  font-size: 0; }

.icon-small {
  width: calc(25% - 6px);
  margin: 0 8px 8px 0;
  padding: 0 5px;
  box-sizing: border-box;
  border-radius: 2px;
  line-height: 18px;
  text-align: center;
  font-size: 12px;
  font-size: 1.2rem; }
  @media screen and (max-width: 1051px) {
    .icon-small {
      width: calc(50% - 4px);
      height: 24px;
      margin: 0 4px 4px 0;
      padding: 0 2px;
      line-height: 24px;
      font-size: 12px;
      font-size: 1.2rem; } }
  .icon-small:nth-of-type(4n) {
    margin-right: 0; }

.icon-gray {
  background: #808080; }

.card_btns {
  padding: 5px;
  border-radius: 1px;
  background: #d6d6d6;
  font-size: 0; }
  @media screen and (max-width: 1051px) {
    .card_btns {
      display: none; } }
  .card_btns .btn {
    display: inline-block;
    vertical-align: top; }
  .card-wide .card_btns {
    padding: 0;
    border-radius: 0;
    background: none; }
    @media screen and (max-width: 1051px) {
      .card-wide .card_btns {
        display: block;
        margin-top: 5px; } }
  .card-flat .card_btns {
    padding: 0 15px 15px;
    border-radius: 0;
    background: none; }

.card_btn-detail {
  width: 168px;
  height: 40px;
  margin: 0 5px 0 0;
  line-height: 40px;
  font-size: 14px;
  font-size: 1.4rem; }
  .card-wide .card_btn-detail {
    width: 265px;
    height: 35px;
    margin-right: 10px;
    line-height: 35px; }
    @media screen and (max-width: 1051px) {
      .card-wide .card_btn-detail {
        width: 73%;
        height: 40px;
        margin-right: 4%;
        line-height: 40px; } }
  .card-flat .card_btn-detail {
    width: 182px;
    margin-right: 10px; }

.card_btn-clip {
  width: 57px;
  height: 40px;
  padding: 7px 0 0 0;
  border-radius: 2px;
  background-color: #eef3ea;
  font-size: 8px;
  font-size: 0.8rem;
  color: #5c9824;
  text-align: center; }
  @media screen and (max-width: 1051px) {
    .card_btn-clip:before {
      position: static;
      display: block;
      margin: 0 0 2px 0;
      font-size: 14px;
      font-size: 1.4rem;
      font-weight: normal;
      content: "\f0c6";
      transform: none; } }
  .card-wide .card_btn-clip {
    width: 109px;
    height: 35px;
    padding: 0 0 0 15px;
    border-radius: 0;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 35px; }
    @media screen and (max-width: 1051px) {
      .card-wide .card_btn-clip {
        width: 23%;
        height: 40px;
        padding: 7px 0 0 0;
        border-radius: 2px;
        font-size: 8px;
        font-size: 0.8rem;
        text-align: center;
        line-height: 1.5; } }
  .card-flat .card_btn-clip {
    width: 70px; }

.card_more {
  display: none; }
  @media screen and (max-width: 1051px) {
    .card_more {
      display: block;
      height: 40px;
      margin: -1px 0 0 0;
      line-height: 40px;
      font-size: 13px;
      font-size: 1.3rem;
      color: #368ba4; } }

.pagination {
  position: relative;
  margin: 30px 0 0 0;
  font-size: 0;
  text-align: center; }
  @media screen and (max-width: 1051px) {
    .pagination {
      width: 100%;
      margin-top: 20px;
      padding: 0 0 55px 0;
      text-align: justify;
      text-justify: distribute-all-lines; }
      .pagination:after {
        content: "";
        display: inline-block;
        width: 100%;
        line-height: 0;
        height: 0; } }
  .pagination a, .pagination span {
    display: inline-block;
    width: 40px;
    height: 40px;
    margin: 0 10px;
    border-radius: 2px;
    line-height: 40px;
    font-size: 15px;
    font-size: 1.5rem;
    text-align: center;
    vertical-align: middle; }
    @media screen and (max-width: 1051px) {
      .pagination a, .pagination span {
        margin: 0; } }
  .pagination a {
    background: #368ba4;
    color: #fff;
    -webkit-transition: opacity 0.25s ease-out;
    -webkit-transition-delay: 0s;
    -moz-transition: opacity 0.25s ease-out 0s;
    -o-transition: opacity 0.25s ease-out 0s;
    transition: opacity 0.25s ease-out 0s; }
    @media screen and (min-width: 1051px) {
      .pagination a:hover {
        opacity: .5;
        text-decoration: none; } }
  .pagination .current {
    background: #868686;
    color: #fff; }
  .pagination .ellipsis {
    margin: 0 -12px;
    color: #39393a; }
    @media screen and (max-width: 1051px) {
      .pagination .ellipsis {
        display: none; } }
  .pagination .prev {
    position: absolute;
    display: block;
    left: 0;
    top: 0;
    margin: 0; }
    @media screen and (max-width: 1051px) {
      .pagination .prev {
        top: auto;
        bottom: 0; } }
  .pagination .next {
    position: absolute;
    display: block;
    right: 0;
    top: 0;
    margin: 0; }
    @media screen and (max-width: 1051px) {
      .pagination .next {
        top: auto;
        bottom: 0; } }

.sec_title {
  margin: 0 0 15px 0;
  line-height: 1;
  font-size: 25px;
  font-size: 2.5rem;
  font-weight: bold;
  text-align: center; }
  @media screen and (max-width: 1051px) {
    .sec_title {
      font-size: 18px;
      font-size: 1.8rem; } }

.sec_lead {
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 1;
  color: #fff; }

/* header
----------------------------------------------------*/
.header {
  position: relative;
  display: table;
  width: 100%;
  height: 80px;
  background-image: linear-gradient(to right, #0d6b83 0%, #22827a 100%); }
  @media screen and (max-width: 1051px) {
    .header {
      position: fixed;
      left: 0;
      top: 0;
      z-index: 5;
      width: 100%;
      display: block;
      height: 55px; } }
  .home .header {
    background: none; }
    @media screen and (max-width: 1051px) {
      .home .header:before {
        content: "";
        position: absolute;
        display: block;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background-image: linear-gradient(to right, #0d6b83 0%, #22827a 100%);
        opacity: 0;
        transition: 0.5s all ease; } }
  @media screen and (max-width: 1051px) {
    .home.scrolled .header:before {
      opacity: 1; } }

.header_logo {
  display: table-cell;
  width: 180px;
  padding: 25px 0 25px 26px;
  vertical-align: top;
  text-align: left; }
  .header_logo img {
    width: 180px; }
  @media screen and (max-width: 1051px) {
    .header_logo {
      position: absolute;
      display: block;
      left: 15px;
      top: 13px;
      z-index: 101;
      width: 140px;
      padding: 0; }
      .header_logo img {
        width: 100%;
        height: auto; } }

.header_clip {
  display: table-cell;
  width: 110px;
  padding: 25px 10px 25px 10px;
  vertical-align: middle;
  text-align: right; }
  @media screen and (max-width: 1051px) {
    .header_clip {
      position: absolute;
      display: block;
      right: 54px;
      top: 13px;
      z-index: 101;
      width: auto;
      padding: 0; } }
  .header_clip .btn {
    width: 110px;
    height: 30px;
    padding: 0 0 0 20px;
    line-height: 30px;
    font-size: 12px;
    font-size: 1.2rem; }
    @media screen and (max-width: 1051px) {
      .header_clip .btn {
        width: auto;
        height: auto;
        width: 28px;
        height: 28px;
        padding: 0;
        line-height: 28px;
        font-size: 12px;
        font-size: 1.2rem; }
        .header_clip .btn:before {
          position: static;
          transform: none;
          font-size: 16px;
          font-size: 1.6rem;
          color: #fff; }
        .header_clip .btn span {
          display: none; } }

.header_btn {
  display: table-cell;
  width: 120px;
  padding: 25px 33px 25px 10px;
  vertical-align: middle;
  text-align: right; }
  @media screen and (max-width: 1051px) {
    .header_btn {
      position: absolute;
      display: block;
      right: 54px;
      top: 13px;
      z-index: 101;
      width: auto;
      padding: 0; } }
  .header_btn .btn {
    width: 120px;
    height: 30px;
    padding: 0 0 0 20px;
    line-height: 30px;
    font-size: 12px;
    font-size: 1.2rem; }
    @media screen and (max-width: 1051px) {
      .header_btn .btn {
        display: none;
        width: auto;
        height: auto;
        background: none;
        padding: 0;
        line-height: 23px;
        font-size: 20px;
        font-size: 2rem; }
        .header_btn .btn:before {
          position: static;
          transform: none;
          font-size: 20px;
          font-size: 2rem;
          color: #fff; }
        .header_btn .btn span {
          display: none; } }

.neader_nav {
  display: table-cell;
  text-align: center;
  vertical-align: middle; }
  @media screen and (max-width: 1051px) {
    .neader_nav {
      position: fixed;
      left: 0;
      top: 0;
      z-index: 100;
      display: block;
      width: 100%;
      height: 100%;
      padding: 50px 0 0 0;
      box-sizing: border-box;
      background: #105261;
      opacity: 0;
      visibility: hidden;
      transition: 0.4s all ease; }
      .menu-open .neader_nav {
        visibility: visible;
        opacity: 1; } }
  .neader_nav ul {
    font-size: 0; }
    @media screen and (max-width: 1051px) {
      .neader_nav ul {
        border-top: 1px solid rgba(255, 255, 255, 0.1); } }
    .neader_nav ul li {
      display: inline-block;
      font-size: 13px;
      font-size: 1.3rem;
      font-weight: bold; }
      @media screen and (max-width: 1051px) {
        .neader_nav ul li {
          display: block;
          border-bottom: 1px solid rgba(255, 255, 255, 0.1);
          font-size: 14px;
          font-size: 1.4rem;
          line-height: 1; } }
      .neader_nav ul li.onlysp {
        display: none; }
        @media screen and (max-width: 1051px) {
          .neader_nav ul li.onlysp {
            display: block; } }
      .neader_nav ul li a {
        display: inline-block;
        text-align: center;
        color: #fff;
        padding: 0 15px;
        -webkit-transition: opacity 0.25s ease-out;
        -webkit-transition-delay: 0s;
        -moz-transition: opacity 0.25s ease-out 0s;
        -o-transition: opacity 0.25s ease-out 0s;
        transition: opacity 0.25s ease-out 0s; }
        .neader_nav ul li a.active, .neader_nav ul li a:hover {
          opacity: 0.5;
          text-decoration: none; }
        @media screen and (max-width: 1051px) {
          .neader_nav ul li a {
            position: relative;
            display: block;
            width: auto;
            padding: 18px 15px;
            text-align: left;
            letter-spacing: 1px; }
            .neader_nav ul li a.active {
              opacity: 1;
              background-color: #fff;
              color: #368ba4; }
            .neader_nav ul li a:before {
              content: "\f105";
              position: absolute;
              top: 50%;
              right: 15px;
              transform: translateY(-50%);
              font-family: "FontAwesome";
              line-height: 1;
              font-weight: normal; }
            .neader_nav ul li a:hover {
              opacity: 1; } }

.neader_nav_btn {
  display: none; }
  @media screen and (max-width: 1051px) {
    .neader_nav_btn {
      display: block;
      margin: 20px 15px 0; }
      .neader_nav_btn .btn {
        width: 100%;
        height: 50px;
        padding: 0 0 0 20px;
        line-height: 50px;
        font-size: 13px;
        font-size: 1.3rem; }
        .neader_nav_btn .btn:before {
          left: 25px; } }

#menu_btn {
  display: none; }
  @media screen and (max-width: 1051px) {
    #menu_btn {
      position: absolute;
      display: block;
      right: 15px;
      top: 15px;
      z-index: 101;
      width: 24px;
      height: 24px; }
      #menu_btn span {
        position: absolute;
        display: inline-block;
        left: 0;
        width: 24px;
        height: 3px;
        border-radius: 2px;
        background: #fff;
        transition: all .4s;
        box-sizing: border-box; }
        #menu_btn span:nth-of-type(1) {
          top: 2px; }
        #menu_btn span:nth-of-type(2) {
          top: 10px; }
        #menu_btn span:nth-of-type(3) {
          top: 18px; }
      .menu-open #menu_btn span:nth-of-type(1) {
        transform: translateY(8px) rotate(-45deg); }
      .menu-open #menu_btn span:nth-of-type(2) {
        left: 50%;
        opacity: 0;
        animation: bar_dis .8s forwards; }
      .menu-open #menu_btn span:nth-of-type(3) {
        transform: translateY(-8px) rotate(45deg); } }

@keyframes bar_dis {
  100% {
    height: 0; } }

/* footer
----------------------------------------------------*/
.footer {
  position: relative;
  background: #f5f5f5; }

.pagetop_wrapper {
  width: 1024px;
  margin: 0 auto;
  padding: 30px 0;
  text-align: right; }
  @media screen and (max-width: 1051px) {
    .pagetop_wrapper {
      width: auto;
      padding: 20px 15px; } }

.pagetop {
  position: relative;
  display: inline-block;
  width: 55px;
  height: 55px;
  background-image: linear-gradient(180deg, #5a8894 0%, #3f8ca0 100%);
  color: #fff;
  text-decoration: none;
  text-align: center;
  line-height: 55px;
  -webkit-transition: opacity 0.25s ease-out;
  -webkit-transition-delay: 0s;
  -moz-transition: opacity 0.25s ease-out 0s;
  -o-transition: opacity 0.25s ease-out 0s;
  transition: opacity 0.25s ease-out 0s; }
  @media screen and (min-width: 1051px) {
    .pagetop:hover {
      opacity: .5; } }
  @media screen and (max-width: 1051px) {
    .pagetop {
      width: 40px;
      height: 40px;
      line-height: 40px; } }
  .pagetop i {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -2px;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font-size: 24px;
    font-size: 2.4rem; }
  @media screen and (min-width: 1051px) {
    .pagetop:hover {
      opacity: 0.75; } }

.banners {
  padding: 40px 0;
  background: #f5f5f5;
  border-top: 1px solid #e9e9e9;
  text-align: center;
  font-size: 0; }
  @media screen and (max-width: 1051px) {
    .banners {
      padding: 20px 15px 0; } }
  .banners li {
    display: inline-block;
    margin: 0 7px; }
    @media screen and (max-width: 1051px) {
      .banners li {
        display: block;
        margin: 0 0 20px 0; } }
    .banners li a {
      position: relative;
      display: block;
      width: 246px;
      height: 80px;
      border: 1px solid #dedede;
      background: #fff; }
      @media screen and (max-width: 1051px) {
        .banners li a {
          width: auto; } }
      @media screen and (min-width: 1051px) {
        .banners li a:hover img {
          opacity: 0.5; } }
      .banners li a img {
        position: absolute;
        display: block;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        -webkit-transition: opacity 0.25s ease-out;
        -webkit-transition-delay: 0s;
        -moz-transition: opacity 0.25s ease-out 0s;
        -o-transition: opacity 0.25s ease-out 0s;
        transition: opacity 0.25s ease-out 0s; }

.crumbs {
  height: 55px;
  background: #333; }
  @media screen and (max-width: 1051px) {
    .crumbs {
      height: 40px; } }
  .crumbs ol {
    width: 1024px;
    margin-left: auto;
    margin-right: auto;
    line-height: 55px;
    font-size: 0; }
    @media screen and (max-width: 1051px) {
      .crumbs ol {
        width: auto; } }
    @media screen and (max-width: 1051px) {
      .crumbs ol {
        padding: 0 15px;
        line-height: 40px;
        overflow-x: scroll;
        white-space: nowrap; } }
    .crumbs ol li {
      display: inline-block;
      font-size: 14px;
      font-size: 1.4rem;
      color: #fff; }
      @media screen and (max-width: 1051px) {
        .crumbs ol li {
          font-size: 10px;
          font-size: 1rem; } }
      .crumbs ol li a {
        color: #fff; }
      .crumbs ol li:after {
        padding: 0 12px;
        content: ">"; }
        @media screen and (max-width: 1051px) {
          .crumbs ol li:after {
            padding: 0 6px; } }
      .crumbs ol li:last-child:after {
        display: none; }

.footer_menu {
  padding: 55px 0 45px;
  background: #383838; }
  @media screen and (max-width: 1051px) {
    .footer_menu {
      padding: 20px 15px 1px; } }

.footer_menu_inner {
  width: 1024px;
  margin-left: auto;
  margin-right: auto;
  display: table; }
  @media screen and (max-width: 1051px) {
    .footer_menu_inner {
      width: auto; } }
  @media screen and (max-width: 1051px) {
    .footer_menu_inner {
      display: block; } }
  .footer_menu_inner > ul {
    display: table-cell;
    width: 340px;
    text-align: left;
    vertical-align: top; }
    @media screen and (max-width: 1051px) {
      .footer_menu_inner > ul {
        display: block;
        width: auto; } }
    .footer_menu_inner > ul a {
      color: #949494;
      -webkit-transition: color 0.25s ease-out;
      -webkit-transition-delay: 0s;
      -moz-transition: color 0.25s ease-out 0s;
      -o-transition: color 0.25s ease-out 0s;
      transition: color 0.25s ease-out 0s; }
      @media screen and (min-width: 1051px) {
        .footer_menu_inner > ul a:hover {
          color: #fff;
          text-decoration: none; } }

.footer_menu-txt {
  font-size: 13px;
  font-size: 1.3rem; }
  @media screen and (max-width: 1051px) {
    .footer_menu-txt {
      float: left;
      width: 50% !important;
      vertical-align: top;
      font-size: 11px;
      font-size: 1.1rem; } }
  .footer_menu-txt > li {
    margin: 0 0 25px 0;
    font-weight: bold;
    line-height: 1; }
    @media screen and (max-width: 1051px) {
      .footer_menu-txt > li {
        margin: 0 0 30px 0; } }
  .footer_menu-txt ul {
    margin: 20px 0 0 0; }
    @media screen and (max-width: 1051px) {
      .footer_menu-txt ul {
        margin: 30px 0 0 0; } }
    .footer_menu-txt ul li {
      margin: 15px 0 0 0;
      font-weight: normal;
      line-height: 1; }
      @media screen and (max-width: 1051px) {
        .footer_menu-txt ul li {
          font-size: 10px;
          font-size: 1rem; } }

@media screen and (max-width: 1051px) {
  .footer_menu-btn {
    clear: both;
    padding: 20px 0 0 0; } }

.footer_menu-btn li {
  margin: 0 0 15px 0;
  font-size: 14px;
  font-size: 1.4rem; }
  @media screen and (max-width: 1051px) {
    .footer_menu-btn li {
      margin: 0 0 20px 0;
      font-size: 13px;
      font-size: 1.3rem; } }
  .footer_menu-btn li a {
    width: 100%;
    height: 55px;
    line-height: 55px;
    color: #fff;
    -webkit-transition: opacity 0.25s ease-out;
    -webkit-transition-delay: 0s;
    -moz-transition: opacity 0.25s ease-out 0s;
    -o-transition: opacity 0.25s ease-out 0s;
    transition: opacity 0.25s ease-out 0s; }
    @media screen and (min-width: 1051px) {
      .footer_menu-btn li a:hover {
        opacity: .5; } }
    @media screen and (max-width: 1051px) {
      .footer_menu-btn li a {
        height: 40px;
        line-height: 40px; } }
  .footer_menu-btn li.half {
    float: left;
    width: 160px;
    margin: 0 20px 20px 0;
    font-size: 13px;
    font-size: 1.3rem; }
    @media screen and (max-width: 1051px) {
      .footer_menu-btn li.half {
        width: calc(50% - 10px); } }
  @media screen and (max-width: 1051px) and (max-width: 1051px) {
    .footer_menu-btn li.half .btn:before {
      left: 50%;
      transform: translate(-50%, -50%); } }
    .footer_menu-btn li.half + .half {
      margin-right: 0; }
    .footer_menu-btn li.half a {
      padding-left: 20px; }

.copyright {
  height: 55px;
  padding: 20px 15px;
  box-sizing: border-box;
  border-top: 1px solid #fff;
  background-image: linear-gradient(180deg, #5a8894 0%, #3f8ca0 100%);
  line-height: 1.3;
  text-align: center;
  color: #fff;
  font-family: 'Ubuntu', sans-serif;
  font-size: 12px;
  font-size: 1.2rem;
  letter-spacing: 0.05em; }
  @media screen and (max-width: 1051px) {
    .copyright {
      height: auto;
      padding: 23px 15px; } }

/* visual
----------------------------------------------------*/
.visual {
  width: 100%;
  height: 550px;
  margin: -80px 0 0 0;
  padding: 150px 0 0 0;
  box-sizing: border-box;
  background: url(../images/visual.jpg) no-repeat center center;
  background-size: cover;
  text-align: center; }
  @media screen and (max-width: 1051px) {
    .visual {
      margin-top: -55px;
      padding-top: 38px; } }
  @media screen and (max-width: 1051px) and (max-width: 1051px) {
    .visual .sec_lead {
      line-height: 1.5;
      font-weight: bold; } }

.visual_lead {
  margin: 0 0 20px 0;
  font-size: 36px;
  font-size: 3.6rem;
  line-height: 1;
  font-weight: bold;
  color: #fff;
  letter-spacing: 0.1em; }
  @media screen and (max-width: 1051px) {
    .visual_lead {
      margin: 30px 0 20px 0;
      font-size: 18px;
      font-size: 1.8rem;
      letter-spacing: 0; } }

.visual_form {
  display: inline-block;
  margin: 28px 0 18px 0;
  border: 3px solid rgba(0, 0, 0, 0.5);
  font-size: 0;
  /*  ------    */
  /*  ------    */ }
  @media screen and (max-width: 1051px) {
    .visual_form {
      display: block;
      margin: 20px 10px 10px;
      padding: 5px;
      box-sizing: border-box;
      border: none;
      background: rgba(0, 0, 0, 0.5); } }
  .visual_form .select2-selection {
    font-size: 13px;
    font-size: 1.3rem; }
    .visual_form .select2-selection:hover {
      -webkit-box-shadow: 0px 0px 3px #4A90E2;
      -moz-box-shadow: 0px 0px 3px #4A90E2;
      box-shadow: 0px 0px 3px #4A90E2; }
  .visual_form .selection:focus {
    outline: 0; }
  .visual_form .select2-selection__arrow {
    height: 50px !important;
    right: 5px; }
    @media screen and (max-width: 1051px) {
      .visual_form .select2-selection__arrow {
        height: 40px !important; } }
  .visual_form .select2-selection__rendered {
    box-sizing: border-box; }
  .visual_form .select2-container {
    text-align: left; }
    .visual_form .select2-container.select2-container--open {
      border-color: #4A90E2;
      -webkit-box-shadow: 0px 0px 3px #4A90E2;
      -moz-box-shadow: 0px 0px 3px #4A90E2;
      box-shadow: 0px 0px 3px #4A90E2; }
    .visual_form .select2-container:focus {
      outline: 0; }
  .visual_form .select2-selection__rendered,
  .visual_form .select2-selection {
    width: 100%;
    height: 50px !important;
    line-height: 50px !important;
    vertical-align: middle; }
    .visual_form .select2-selection__rendered:focus,
    .visual_form .select2-selection:focus {
      outline: 0; }
    @media screen and (max-width: 1051px) {
      .visual_form .select2-selection__rendered,
      .visual_form .select2-selection {
        height: 40px !important;
        line-height: 40px !important;
        padding-left: 5px;
        font-size: 14px;
        font-size: 1.4rem; } }
  .visual_form .select2-container--default .select2-selection--single {
    border-radius: 0;
    border: 0; }
    @media screen and (max-width: 1051px) {
      .visual_form .select2-container--default .select2-selection--single {
        border-radius: 4px; } }
  .visual_form .select2-container {
    width: 254px;
    margin: 0 1px 0 0; }
  @media screen and (max-width: 1051px) {
    .visual_form .select2-container {
      width: 100%;
      margin: 0 0 5px 0; } }
  .visual_form .btn {
    width: 254px;
    height: 50px;
    line-height: 50px;
    font-size: 16px;
    font-size: 1.6rem;
    vertical-align: top; }
    @media screen and (max-width: 1051px) {
      .visual_form .btn {
        width: 100%;
        height: 40px;
        line-height: 40px;
        font-size: 13px;
        font-size: 1.3rem; } }

.visual_keywords {
  font-size: 0;
  font-weight: bold; }
  @media screen and (max-width: 1051px) {
    .visual_keywords {
      display: table;
      width: calc(100% - 20px);
      margin: 0 10px; } }
  .visual_keywords dt {
    display: inline-block;
    font-size: 13px;
    font-size: 1.3rem;
    color: #fff; }
    @media screen and (max-width: 1051px) {
      .visual_keywords dt {
        display: none; } }
  .visual_keywords dd {
    display: inline-block;
    padding: 0 12px;
    font-size: 13px;
    font-size: 1.3rem; }
    @media screen and (max-width: 1051px) {
      .visual_keywords dd {
        display: table-cell;
        padding: 0;
        font-size: 13px;
        font-size: 1.3rem;
        text-align: center; }
        .visual_keywords dd:nth-of-type(n+4) {
          display: none; } }
    .visual_keywords dd a {
      color: #fff;
      text-decoration: underline;
      -webkit-transition: opacity 0.25s ease-out;
      -webkit-transition-delay: 0s;
      -moz-transition: opacity 0.25s ease-out 0s;
      -o-transition: opacity 0.25s ease-out 0s;
      transition: opacity 0.25s ease-out 0s; }
      .visual_keywords dd a.active, .visual_keywords dd a:hover {
        opacity: 0.5;
        text-decoration: none; }
      @media screen and (min-width: 1051px) {
        .visual_keywords dd a:hover {
          text-decoration: none; } }

.visual_first {
  width: 400px;
  height: 90px;
  margin: 35px auto 0;
  padding: 12px 0 0 0;
  box-sizing: border-box;
  border-radius: 4px;
  background: rgba(255, 255, 255, 0.8); }
  @media screen and (max-width: 1051px) {
    .visual_first {
      width: auto;
      height: auto;
      margin: 20px 10px 0;
      padding-bottom: 10px;
      border-radius: 0; } }

.visual_first_lead {
  font-size: 13px;
  font-size: 1.3rem;
  font-weight: bold;
  color: #2c7893; }

.visual_first_nav {
  margin: 8px 0 0 0;
  font-size: 0; }
  @media screen and (max-width: 1051px) {
    .visual_first_nav {
      margin: 8px 5px 0; } }
  .visual_first_nav li {
    display: inline-block;
    margin: 0 4px;
    vertical-align: top; }
    @media screen and (max-width: 1051px) {
      .visual_first_nav li {
        width: 50%;
        margin: 0;
        padding: 0 5px;
        box-sizing: border-box; } }
    .visual_first_nav li .btn {
      width: 180px;
      height: 33px;
      border-radius: 2px;
      line-height: 33px;
      font-size: 13px;
      font-size: 1.3rem; }
      @media screen and (max-width: 1051px) {
        .visual_first_nav li .btn {
          width: 100%;
          height: 40px;
          line-height: 40px;
          font-size: 10px;
          font-size: 1rem; } }

/* index_list
----------------------------------------------------*/
.index_list {
  position: relative;
  padding: 30px 0 55px 0;
  background-color: #f7f7f7; }
  @media screen and (max-width: 1051px) {
    .index_list {
      padding: 0;
      background: #fff; } }
  .index_list .tabs {
    position: absolute;
    display: block;
    left: 0;
    top: -55px;
    width: 100%; }
    @media screen and (max-width: 1051px) {
      .index_list .tabs {
        top: -60px;
        width: calc(100% - 10px);
        margin: 0 5px; } }
    .index_list .tabs li {
      width: 375px; }
      @media screen and (max-width: 1051px) {
        .index_list .tabs li {
          width: 50%; } }
      .index_list .tabs li a {
        height: 55px;
        line-height: 55px; }
        @media screen and (max-width: 1051px) {
          .index_list .tabs li a {
            height: 50px;
            line-height: 50px; } }
      .index_list .tabs li.active a {
        background: #f7f7f7; }
        @media screen and (max-width: 1051px) {
          .index_list .tabs li.active a {
            background: #fff; } }
  .index_list > section {
    *zoom: 1;
    width: 1044px;
    margin: 0 auto; }
    .index_list > section:after {
      content: "\0020";
      display: block;
      height: 0;
      clear: both;
      overflow: hidden;
      visibility: hidden; }
    @media screen and (max-width: 1051px) {
      .index_list > section {
        width: auto; } }
  .index_list .card {
    float: left;
    width: 240px;
    margin: 0 10px 25px; }
    @media screen and (max-width: 1051px) {
      .index_list .card {
        float: none;
        width: auto;
        margin: 0; }
        .index_list .card:nth-of-type(n+5) {
          display: none; } }

.index_list_more {
  width: 512px;
  height: 55px;
  margin-top: 25px;
  line-height: 55px;
  font-size: 16px;
  font-size: 1.6rem; }
  @media screen and (max-width: 1051px) {
    .index_list_more {
      width: calc(100% - 30px);
      height: 40px;
      margin: 15px;
      line-height: 40px;
      font-size: 13px;
      font-size: 1.3rem; } }

/* flow
----------------------------------------------------*/
.flow {
  padding: 55px 0;
  background-image: linear-gradient(180deg, #5a8894 0%, #3f8ca0 100%);
  color: #fff;
  text-align: center; }
  @media screen and (max-width: 1051px) {
    .flow {
      padding: 45px 0 20px; } }

.flow_list {
  width: 1024px;
  margin: 55px auto 0;
  font-size: 0; }
  @media screen and (max-width: 1051px) {
    .flow_list {
      width: auto;
      margin: 40px 0 0 0; } }

.flow_box {
  position: relative;
  display: inline-block;
  width: 274px;
  margin: 0 50px;
  vertical-align: top; }
  @media screen and (max-width: 1051px) {
    .flow_box {
      display: block;
      width: auto;
      margin: 0 15px 30px; } }
  .flow_box:first-child {
    margin-left: 0; }
    @media screen and (max-width: 1051px) {
      .flow_box:first-child {
        margin-left: 15px; } }
  .flow_box:last-child {
    margin-right: 0; }
    @media screen and (max-width: 1051px) {
      .flow_box:last-child {
        margin: 0 15px; } }

.flow_img {
  margin: 0 0 65px 0; }
  @media screen and (max-width: 1051px) {
    .flow_img {
      margin: 0 0 15px 0; }
      .flow_img img {
        width: 160px;
        height: auto; } }

.flow_title {
  position: absolute;
  display: block;
  left: 50%;
  top: 300px;
  transform: translateX(-50%);
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1;
  text-align: left;
  white-space: nowrap; }
  @media screen and (max-width: 1051px) {
    .flow_title {
      position: static;
      margin: 0 0 10px 0;
      transform: none;
      font-size: 14px;
      font-size: 1.4rem;
      text-align: center; } }

.flow_txt {
  margin: 0 0 40px 0;
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 1.6; }
  @media screen and (max-width: 1051px) {
    .flow_txt {
      height: auto !important;
      margin: 0 0 20px;
      line-height: 1.5;
      text-align: left; } }

.flow_btn {
  width: 270px;
  height: 55px;
  line-height: 55px;
  font-size: 16px;
  font-size: 1.6rem; }
  @media screen and (max-width: 1051px) {
    .flow_btn {
      width: 100%;
      height: 40px;
      line-height: 40px;
      font-size: 13px;
      font-size: 1.3rem; } }

/* flow
----------------------------------------------------*/
.news {
  padding: 70px 0 0 0;
  background: #f5f5f5; }
  @media screen and (max-width: 1051px) {
    .news {
      padding: 35px 15px 0; } }

.news_inner {
  position: relative;
  width: 1024px;
  margin-left: auto;
  margin-right: auto;
  padding: 40px 0 0 0;
  background: #fff; }
  @media screen and (max-width: 1051px) {
    .news_inner {
      width: auto; } }
  @media screen and (max-width: 1051px) {
    .news_inner {
      padding: 30px 0 0 0; } }

.news_list {
  margin: 40px 0 0 0;
  border-top: 1px solid #e2e2e2; }
  .news_list.mt0 {
    margin: 0 0 0 0; }
  @media screen and (max-width: 1051px) {
    .news_list {
      margin: 30px 0 0 0; } }
  .news_list li {
    padding: 16px 35px 16px 16px;
    border-bottom: 1px solid #e2e2e2;
    line-height: 1.6;
    font-weight: bold;
    color: #737373; }
    @media screen and (max-width: 1051px) {
      .news_list li {
        font-size: 13px;
        font-size: 1.3rem; } }
    .news_list li span {
      display: block;
      font-size: 12px;
      font-size: 1.2rem; }
    .news_list li a {
      position: relative;
      display: block;
      margin: -16px -35px -16px -16px;
      padding: 16px 35px 16px 16px;
      background-color: #f8fdff;
      -webkit-transition: background-color 0.25s ease-out, color 0.25s ease-out;
      -webkit-transition-delay: 0s, 0s;
      -moz-transition: background-color 0.25s ease-out 0s, color 0.25s ease-out 0s;
      -o-transition: background-color 0.25s ease-out 0s, color 0.25s ease-out 0s;
      transition: background-color 0.25s ease-out 0s, color 0.25s ease-out 0s; }
      @media screen and (min-width: 1051px) {
        .news_list li a:hover {
          text-decoration: none;
          background-color: #5a8894;
          color: #fff; } }
      .news_list li a:before {
        content: "\f105";
        position: absolute;
        top: 50%;
        right: 25px;
        transform: translateY(-50%);
        font-family: "FontAwesome";
        line-height: 1;
        font-weight: normal; }
        @media screen and (max-width: 1051px) {
          .news_list li a:before {
            right: 15px; } }

.news_all {
  position: absolute;
  display: block;
  right: 0;
  top: 50px;
  -webkit-transition: opacity 0.25s ease-out;
  -webkit-transition-delay: 0s;
  -moz-transition: opacity 0.25s ease-out 0s;
  -o-transition: opacity 0.25s ease-out 0s;
  transition: opacity 0.25s ease-out 0s; }
  @media screen and (min-width: 1051px) {
    .news_all:hover {
      opacity: .5;
      text-decoration: none; } }
  @media screen and (max-width: 1051px) {
    .news_all {
      position: static;
      padding: 13px 15px 13px 13px;
      text-align: right;
      font-size: 13px;
      font-size: 1.3rem; } }

/* search_bar
----------------------------------------------------*/
.search_bar {
  height: 67px;
  background: #4a4a4a; }
  @media screen and (max-width: 1051px) {
    .search_bar {
      display: none; } }

.search_bar_form {
  position: relative;
  width: 1024px;
  margin-left: auto;
  margin-right: auto;
  line-height: 67px;
  font-size: 0; }
  @media screen and (max-width: 1051px) {
    .search_bar_form {
      width: auto; } }
  .search_bar_form dl {
    display: inline-block; }
  .search_bar_form dt {
    display: inline-block;
    vertical-align: middle;
    margin: 0 30px 0 0;
    font-size: 13px;
    font-size: 1.3rem;
    font-weight: bold;
    color: #bfbfbf; }
  .search_bar_form dd {
    display: inline-block;
    vertical-align: middle;
    margin: 0 30px 0 0;
    /*  ------    */
    /*  ------    */ }
    .search_bar_form dd .select2-selection {
      font-size: 13px;
      font-size: 1.3rem; }
      .search_bar_form dd .select2-selection:hover {
        -webkit-box-shadow: 0px 0px 3px #4A90E2;
        -moz-box-shadow: 0px 0px 3px #4A90E2;
        box-shadow: 0px 0px 3px #4A90E2; }
    .search_bar_form dd .selection:focus {
      outline: 0; }
    .search_bar_form dd .select2-selection__arrow {
      height: 35px !important;
      right: 5px; }
    .search_bar_form dd .select2-selection__rendered {
      box-sizing: border-box; }
    .search_bar_form dd .select2-container.select2-container--open {
      border-color: #4A90E2;
      -webkit-box-shadow: 0px 0px 3px #4A90E2;
      -moz-box-shadow: 0px 0px 3px #4A90E2;
      box-shadow: 0px 0px 3px #4A90E2; }
    .search_bar_form dd .select2-container:focus {
      outline: 0; }
    .search_bar_form dd .select2-selection__rendered,
    .search_bar_form dd .select2-selection {
      width: 100%;
      height: 35px !important;
      line-height: 35px !important;
      vertical-align: middle; }
      .search_bar_form dd .select2-selection__rendered:focus,
      .search_bar_form dd .select2-selection:focus {
        outline: 0; }
      @media screen and (max-width: 1051px) {
        .search_bar_form dd .select2-selection__rendered,
        .search_bar_form dd .select2-selection {
          height: 35px;
          line-height: 35px;
          padding-left: 5px; } }
    .search_bar_form dd.search_bar_form__category .select2-container {
      width: 200px; }
    .search_bar_form dd.search_bar_form__industry .select2-container {
      width: 180px; }
    .search_bar_form dd.search_bar_form__place .select2-container {
      width: 100px; }

.search_bar_more {
  position: absolute;
  display: block;
  right: 146px;
  top: 16px;
  width: 116px;
  height: 35px;
  padding-left: 15px;
  line-height: 35px;
  font-size: 13px;
  font-size: 1.3rem;
  vertical-align: middle; }

.search_bar_btn {
  position: absolute;
  display: block;
  right: 0;
  top: 16px;
  width: 116px;
  height: 35px;
  line-height: 35px;
  font-size: 16px;
  font-size: 1.6rem;
  vertical-align: middle; }

.search_wrapper {
  width: 1024px;
  margin-left: auto;
  margin-right: auto;
  *zoom: 1;
  margin-bottom: 90px; }
  @media screen and (max-width: 1051px) {
    .search_wrapper {
      width: auto; } }
  .search_wrapper:after {
    content: "\0020";
    display: block;
    height: 0;
    clear: both;
    overflow: hidden;
    visibility: hidden; }
  @media screen and (max-width: 1051px) {
    .search_wrapper {
      margin-bottom: 0; } }

.search_header {
  display: table;
  width: 100%;
  margin: 40px 0 25px 0;
  padding: 20px 0 0 0;
  border-top: 1px solid #000; }
  @media screen and (max-width: 1051px) {
    .search_header {
      display: block;
      width: auto;
      margin: 0 15px 15px;
      padding: 0;
      border: none; } }

.search_title {
  display: table-cell;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
  vertical-align: middle; }
  @media screen and (max-width: 1051px) {
    .search_title {
      font-size: 16px;
      font-size: 1.6rem;
      display: block;
      margin: 0 0 5px 0; }
      .search_title span {
        display: none; } }

.search_sort {
  display: table-cell;
  text-align: right;
  vertical-align: middle;
  font-size: 0; }
  @media screen and (max-width: 1051px) {
    .search_sort {
      display: table;
      width: 100%; } }
  .search_sort dt {
    display: inline-block;
    font-size: 13px;
    font-size: 1.3rem;
    color: #959595;
    vertical-align: middle; }
    @media screen and (max-width: 1051px) {
      .search_sort dt {
        display: table-cell;
        text-align: left;
        font-size: 13px;
        font-size: 1.3rem; } }
    .search_sort dt:before {
      content: "\f161";
      margin: 0 5px 0 0;
      font-family: "FontAwesome"; }
  .search_sort dd {
    display: inline-block;
    margin: 0 0 0 20px;
    vertical-align: middle;
    /*  ------    */
    /*  ------    */ }
    @media screen and (max-width: 1051px) {
      .search_sort dd {
        display: table-cell;
        margin: 0;
        text-align: right; } }
    .search_sort dd .select2-selection {
      font-size: 13px;
      font-size: 1.3rem; }
      .search_sort dd .select2-selection:hover {
        -webkit-box-shadow: 0px 0px 3px #4A90E2;
        -moz-box-shadow: 0px 0px 3px #4A90E2;
        box-shadow: 0px 0px 3px #4A90E2; }
    .search_sort dd .selection:focus {
      outline: 0; }
    .search_sort dd .select2-selection__arrow {
      height: 47px !important;
      right: 5px; }
    .search_sort dd .select2-selection__rendered {
      box-sizing: border-box; }
    .search_sort dd .select2-container {
      text-align: left; }
      .search_sort dd .select2-container.select2-container--open {
        border-color: #4A90E2;
        -webkit-box-shadow: 0px 0px 3px #4A90E2;
        -moz-box-shadow: 0px 0px 3px #4A90E2;
        box-shadow: 0px 0px 3px #4A90E2; }
      .search_sort dd .select2-container:focus {
        outline: 0; }
    .search_sort dd .select2-selection__rendered,
    .search_sort dd .select2-selection {
      width: 100%;
      height: 47px !important;
      line-height: 47px !important;
      vertical-align: middle; }
      .search_sort dd .select2-selection__rendered:focus,
      .search_sort dd .select2-selection:focus {
        outline: 0; }
      @media screen and (max-width: 1051px) {
        .search_sort dd .select2-selection__rendered,
        .search_sort dd .select2-selection {
          height: 47px;
          line-height: 47px;
          padding-left: 5px; } }
    .search_sort dd.search_bar_form__age .select2-container {
      width: 253px; }
    @media screen and (max-width: 1051px) {
      .search_sort dd.search_bar_form__age {
        width: 50%; }
        .search_sort dd.search_bar_form__age .select2-container {
          width: 100%; } }
    .search_sort dd .select2-container {
      width: 156px; }
    @media screen and (max-width: 1051px) {
      .search_sort dd {
        width: 50%; }
        .search_sort dd .select2-container {
          width: 100%; } }

.search_condition {
  float: right;
  width: 292px;
  margin: 0 0 55px 0;
  padding: 25px;
  box-sizing: border-box;
  background: #4a4a4a; }
  @media screen and (max-width: 1051px) {
    .search_condition {
      float: none;
      width: auto;
      margin: 0 0 25px 0;
      padding: 20px 15px 15px; } }
  .search_condition .btn-wrap {
    font-size: 0; }

.search_condition_title {
  font-weight: bold;
  color: #fff;
  line-height: 1; }
  .search_condition_title:before {
    content: "\f002";
    margin: 0 14px 0 0;
    font-family: "FontAwesome";
    font-weight: normal; }

.search_condition_detail {
  margin: 25px 0 15px;
  padding: 10px;
  background: #fff;
  color: #368ba4;
  line-height: 1.3;
  font-weight: bold; }
  @media screen and (max-width: 1051px) {
    .search_condition_detail {
      margin-top: 20px;
      padding: 15px;
      font-size: 12px;
      font-size: 1.2rem; } }

.search_condition_btn {
  display: none;
  width: 100%;
  height: 40px;
  line-height: 40px;
  font-size: 13px;
  font-size: 1.3rem; }
  @media screen and (max-width: 1051px) {
    .search_condition_btn {
      display: inline-block;
      width: calc(50% - 5px);
      margin: 0 10px 0 0;
      padding-left: 10px; } }
  .search_condition_btn + .search_condition_btn {
    display: inline-block; }
    @media screen and (max-width: 1051px) {
      .search_condition_btn + .search_condition_btn {
        margin: 0;
        padding: 0; } }

.search_list {
  float: left;
  width: 666px; }
  @media screen and (max-width: 1051px) {
    .search_list {
      float: none;
      width: auto;
      margin: 0 15px; } }
  .search_list .card {
    margin: 0 0 30px 0; }
    @media screen and (max-width: 1051px) {
      .search_list .card {
        margin: 0 0 20px 0; } }

.search_list_result--none {
  text-align: center;
  padding: 30px;
  margin-bottom: 300px;
  border-radius: 1px;
  font-size: 13px;
  font-size: 1.3rem;
  font-weight: bold;
  line-height: 1.75;
  color: #c0c0c0;
  background-color: #fff;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.13); }
  .search_list_result--none span {
    display: block;
    color: #22827a;
    font-size: 15px;
    font-size: 1.5rem; }
    .search_list_result--none span br {
      display: none; }
  @media screen and (max-width: 1051px) {
    .search_list_result--none {
      margin-bottom: 0;
      line-height: 1.5; }
      .search_list_result--none span {
        padding-bottom: .5em; }
        .search_list_result--none span br {
          display: inline; } }

.search_pickup {
  float: right;
  width: 292px;
  background: #fff; }
  @media screen and (max-width: 1051px) {
    .search_pickup {
      float: none;
      width: auto;
      margin: 15px 0 0 0;
      padding: 15px;
      background: #9b9b9b; } }

@media screen and (max-width: 1051px) {
  .search_pickup_inner {
    background: #fff;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.13); } }

@media screen and (min-width: 1051px) {
  .search_pickup_list {
    display: block !important; } }

.search_pickup_title {
  padding: 20px 20px 10px;
  border-top: 2px solid #368ba4;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold; }
  @media screen and (max-width: 1051px) {
    .search_pickup_title {
      position: relative;
      border-top: 0;
      padding: 0;
      line-height: 40px;
      background: #4a90e2;
      color: #fff;
      text-align: center;
      font-size: 13px;
      font-size: 1.3rem; }
      .search_pickup_title:after {
        position: absolute;
        display: block;
        right: 15px;
        top: 50%;
        transform: translateY(-50%);
        content: "\f103";
        font-family: "FontAwesome";
        line-height: 1;
        font-weight: normal; }
      .search_pickup_title.opened:after {
        content: "\f102"; } }

.search_pickup_btn {
  display: none; }
  @media screen and (max-width: 1051px) {
    .search_pickup_btn {
      display: inline-block;
      width: 100%;
      height: 40px;
      line-height: 40px; } }

/* single
----------------------------------------------------*/
.single_header {
  background: #fff; }

.single_header_title {
  width: 1024px;
  margin-left: auto;
  margin-right: auto;
  display: table;
  height: 90px; }
  @media screen and (max-width: 1051px) {
    .single_header_title {
      width: auto; } }
  @media screen and (max-width: 1051px) {
    .single_header_title {
      display: block;
      height: auto; } }

.single_title {
  display: table-cell;
  font-size: 20px;
  font-size: 2rem;
  font-weight: bold;
  vertical-align: middle;
  padding: 20px 0; }
  @media screen and (max-width: 1051px) {
    .single_title {
      display: block;
      padding: 15px; } }

.single_clip {
  display: table-cell;
  width: 200px;
  padding: 24px;
  vertical-align: top; }
  @media screen and (max-width: 1051px) {
    .single_clip {
      display: block;
      width: auto;
      padding: 10px 15px 20px; } }
  .single_clip .btn {
    width: 100%;
    height: 40px;
    line-height: 40px; }

.single_header_tags {
  height: 80px;
  padding: 25px 0 0 0;
  box-sizing: border-box;
  border-top: 1px solid #d8d8d8; }
  @media screen and (max-width: 1051px) {
    .single_header_tags {
      height: auto;
      padding: 20px 0 0 15px; } }
  .single_header_tags dl {
    font-size: 0; }
    @media screen and (max-width: 1051px) {
      .single_header_tags dl {
        overflow: hidden;
        *zoom: 1; } }
    .single_header_tags dl dt {
      display: inline-block;
      margin: 0 20px 0 0;
      font-size: 12px;
      font-size: 1.2rem;
      vertical-align: middle;
      line-height: 24px; }
      @media screen and (max-width: 1051px) {
        .single_header_tags dl dt {
          display: block;
          margin: 0 0 20px 0;
          font-weight: bold;
          line-height: 1; } }
    .single_header_tags dl dd {
      display: inline-block;
      width: auto;
      margin: 0 10px 0 0;
      padding: 0 10px;
      border-radius: 4px;
      box-sizing: border-box;
      background: #b7b7b7;
      font-size: 12px;
      font-size: 1.2rem;
      font-weight: bold;
      line-height: 24px;
      text-align: center;
      vertical-align: middle;
      color: #fff; }
      @media screen and (max-width: 1051px) {
        .single_header_tags dl dd {
          float: left;
          display: block;
          width: calc(50% - 15px);
          margin: 0 15px 10px 0;
          line-height: 20px; } }
    .single_header_tags dl.single_header_tags_id {
      margin: 0 0 20px 0; }
      .single_header_tags dl.single_header_tags_id dt {
        margin: 0; }
        @media screen and (max-width: 1051px) {
          .single_header_tags dl.single_header_tags_id dt {
            display: inline;
            margin: 0;
            font-weight: bold;
            line-height: 1; } }
      .single_header_tags dl.single_header_tags_id dd {
        display: inline-block;
        padding: 0;
        border-radius: 0;
        background: transparent;
        color: #000;
        font-weight: normal; }
        @media screen and (max-width: 1051px) {
          .single_header_tags dl.single_header_tags_id dd {
            float: none;
            display: inline;
            width: auto;
            margin: 0 0 10px 0;
            line-height: 20px; } }

.single_header_tags_wrap {
  width: 1024px;
  margin-left: auto;
  margin-right: auto; }
  @media screen and (max-width: 1051px) {
    .single_header_tags_wrap {
      width: auto; } }
  @media screen and (max-width: 1051px) {
    .single_header_tags_wrap {
      width: auto;
      margin: 0; } }

.single_header_tags_id {
  float: right;
  width: 224px;
  text-align: right; }
  @media screen and (max-width: 1051px) {
    .single_header_tags_id {
      float: none;
      width: auto;
      text-align: left; } }

.single_header_tags_list {
  float: left; }
  @media screen and (max-width: 1051px) {
    .single_header_tags_list {
      float: none;
      width: auto; } }

.single_wrapper {
  width: 1024px;
  margin-left: auto;
  margin-right: auto;
  padding: 20px 0 0 0; }
  @media screen and (max-width: 1051px) {
    .single_wrapper {
      width: auto; } }
  @media screen and (max-width: 1051px) {
    .single_wrapper {
      margin: 0 0 -10px 0;
      padding: 20px 15px 0; } }

.single_share {
  margin: 0 0 20px 0;
  text-align: right;
  font-size: 0; }
  .single_share .btn {
    width: 200px;
    height: 40px;
    margin: 0 0 0 15px;
    line-height: 40px;
    font-size: 13px;
    font-size: 1.3rem; }
    @media screen and (max-width: 1051px) {
      .single_share .btn {
        width: calc(50% - 10px);
        height: 30px;
        line-height: 30px;
        margin: 0 20px 0 0;
        padding: 0 0 0 15px; }
        .single_share .btn + .btn {
          margin: 0; } }

.single_sec {
  margin: 0 0 40px 0; }
  @media screen and (max-width: 1051px) {
    .single_sec {
      margin: 0 0 30px 0; } }

.single_sec_title {
  margin: 0 0 20px 0;
  color: #646464;
  font-size: 20px;
  font-size: 2rem;
  font-weight: bold;
  letter-spacing: 3px;
  line-height: 1; }
  @media screen and (max-width: 1051px) {
    .single_sec_title {
      font-size: 15px;
      font-size: 1.5rem;
      letter-spacing: 2px; } }

.single_sec_inner {
  position: relative;
  overflow: hidden;
  *zoom: 1;
  background: #fff; }
  .single_sec_inner:after {
    position: absolute;
    display: block;
    left: 0;
    bottom: 0;
    content: "";
    width: 100%;
    border-bottom: 1px solid #f5f5f5; }

.single_card {
  padding: 30px 30px 0;
  border-bottom: 1px solid #d8d8d8; }
  @media screen and (max-width: 1051px) {
    .single_card {
      padding: 30px 25px 1px; } }
  .single_card h3 {
    margin: 0 0 15px 0;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: bold;
    line-height: 1; }
  .single_card p {
    padding: 0 0 30px 0;
    line-height: 2;
    letter-spacing: 0.02em; }
    .single_card p.sub {
      margin: -25px 0 0 0;
      font-size: 12px;
      font-size: 1.2rem;
      color: #4a4a4a; }

.single_card-half {
  float: left;
  width: 50%;
  margin-left: -1px;
  border-left: 1px solid #eae9ea;
  box-sizing: border-box; }
  @media screen and (max-width: 1051px) {
    .single_card-half {
      float: none;
      width: auto;
      height: auto !important;
      margin: 0;
      border-left: none; } }

.single_card-blue {
  background: #f5faff; }

.single_sec-btns {
  overflow: hidden;
  *zoom: 1;
  margin: 60px 0 100px;
  padding: 30px 10px 20px 30px;
  background: #d4d4d4;
  font-size: 0; }
  @media screen and (max-width: 1051px) {
    .single_sec-btns {
      margin: 15px 0 35px;
      padding: 15px 15px 20px; }
      .single_sec-btns.sp {
        display: block; } }
  .single_sec-btns li {
    float: left;
    margin: 0 20px 0 0;
    font-size: 14px;
    font-size: 1.4rem;
    vertical-align: top;
    text-align: center; }
    @media screen and (max-width: 1051px) {
      .single_sec-btns li {
        float: none;
        margin: 0 0 20px 0; }
        .single_sec-btns li:last-of-type {
          margin: -5px 0 0 0; } }
  .single_sec-btns .btn {
    width: 360px;
    height: 55px;
    margin: 0 0 10px 0;
    line-height: 55px;
    font-size: 16px;
    font-size: 1.6rem; }
    @media screen and (max-width: 1051px) {
      .single_sec-btns .btn {
        width: 100%; } }
  .single_sec-btns .btn-clip-side {
    width: 200px;
    font-size: 14px;
    font-size: 1.4rem; }
    @media screen and (max-width: 1051px) {
      .single_sec-btns .btn-clip-side {
        width: 100%;
        height: 40px;
        margin: 0;
        line-height: 40px; } }

.single_other {
  background: #9caeac; }

.single_other_inner {
  padding: 45px 0 40px;
  border-bottom: 1px solid #bcc6c5; }
  @media screen and (max-width: 1051px) {
    .single_other_inner {
      padding: 30px 15px 20px; } }

.single_other_list {
  *zoom: 1;
  width: 1044px;
  margin: 0 auto; }
  .single_other_list:after {
    content: "\0020";
    display: block;
    height: 0;
    clear: both;
    overflow: hidden;
    visibility: hidden; }
  @media screen and (max-width: 1051px) {
    .single_other_list {
      width: auto; } }
  .single_other_list .card {
    float: left;
    width: 240px;
    margin: 0 10px 25px; }
    @media screen and (max-width: 1051px) {
      .single_other_list .card {
        float: none;
        width: auto;
        margin: 0; }
        .single_other_list .card:nth-of-type(n+5) {
          display: none; } }

.single_other_title {
  margin: 0 10px 40px;
  color: #fff;
  font-size: 20px;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 2px; }
  @media screen and (max-width: 1051px) {
    .single_other_title {
      margin: 0 0 40px 0;
      font-size: 16px;
      font-size: 1.6rem; } }

.single_footer {
  padding: 25px 0 15px;
  background: #fff; }
  @media screen and (max-width: 1051px) {
    .single_footer {
      margin: 30px 0 0 0;
      padding: 0; } }
  .single_footer dl {
    width: 1024px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 15px;
    font-size: 0; }
    @media screen and (max-width: 1051px) {
      .single_footer dl {
        width: auto; } }
    @media screen and (max-width: 1051px) {
      .single_footer dl {
        margin: 0;
        padding: 20px 15px 10px;
        border-bottom: 1px solid #9b9b9b; }
        .single_footer dl:last-of-type {
          border: none; } }
  .single_footer dt {
    display: inline-block;
    border-right: 1px solid #666;
    width: 80px;
    font-size: 12px;
    font-size: 1.2rem;
    vertical-align: middle;
    line-height: 1; }
    @media screen and (max-width: 1051px) {
      .single_footer dt {
        display: block;
        margin: 0 0 10px 0;
        border: none;
        width: auto; } }
  .single_footer dd {
    display: inline-block;
    margin: 0 0 0 30px;
    font-size: 12px;
    font-size: 1.2rem;
    vertical-align: middle; }
    @media screen and (max-width: 1051px) {
      .single_footer dd {
        width: 50%;
        margin: 0 0 10px 0; } }
  .single_footer a {
    -webkit-transition: opacity 0.25s ease-out;
    -webkit-transition-delay: 0s;
    -moz-transition: opacity 0.25s ease-out 0s;
    -o-transition: opacity 0.25s ease-out 0s;
    transition: opacity 0.25s ease-out 0s; }
    @media screen and (min-width: 1051px) {
      .single_footer a:hover {
        opacity: .5;
        text-decoration: underline; } }

/* static
----------------------------------------------------*/
.static_wrapper {
  width: 1024px;
  margin-left: auto;
  margin-right: auto;
  *zoom: 1;
  padding-top: 40px;
  margin-bottom: 20px; }
  @media screen and (max-width: 1051px) {
    .static_wrapper {
      width: auto; } }
  .static_wrapper:after {
    content: "\0020";
    display: block;
    height: 0;
    clear: both;
    overflow: hidden;
    visibility: hidden; }
  .static_wrapper.mb0 {
    margin-bottom: 0; }
  .static_wrapper.pt0 {
    padding-top: 0; }
  @media screen and (max-width: 1051px) {
    .static_wrapper {
      padding-top: 20px;
      margin-bottom: 0; } }

.static_lead {
  margin: 0 0 40px; }
  @media screen and (max-width: 1051px) {
    .static_lead {
      margin: 0 15px 15px; } }

@media screen and (max-width: 1051px) {
  .static_main {
    margin: 0 20px; } }

.static_section {
  background-color: #ffffff;
  margin-bottom: 40px; }
  @media screen and (max-width: 1051px) {
    .static_section {
      margin-bottom: 20px; } }
  .static_section > div {
    padding: 35px;
    border-top: 1px solid #c9deda; }
    @media screen and (max-width: 1051px) {
      .static_section > div {
        padding: 20px; } }
    .static_section > div:first-child {
      border-top: 0; }
  .static_section p {
    margin-top: 25px;
    line-height: 1.75; }
    @media screen and (max-width: 1051px) {
      .static_section p {
        margin-top: 15px; } }
  .static_section .mt0 {
    margin-top: 0; }
  .static_section .text_notice {
    color: #368BA4; }
  .static_section .text_small {
    font-size: 12px;
    font-size: 1.2rem; }
    @media screen and (max-width: 1051px) {
      .static_section .text_small {
        font-size: 10px;
        font-size: 1rem; } }
  .static_section .text_medium {
    font-size: 18px;
    font-size: 1.8rem; }
    @media screen and (max-width: 1051px) {
      .static_section .text_medium {
        font-size: 16px;
        font-size: 1.6rem; } }
  .static_section .text_large {
    font-size: 26px;
    font-size: 2.6rem;
    letter-spacing: .05em; }
    @media screen and (max-width: 1051px) {
      .static_section .text_large {
        font-size: 14px;
        font-size: 1.4rem; } }

.static_section-title {
  display: inline-block;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
  color: #368BA4;
  padding-bottom: 15px;
  border-bottom: 1px solid #368BA4; }
  @media screen and (max-width: 1051px) {
    .static_section-title {
      font-size: 16px;
      font-size: 1.6rem;
      line-height: 1.25;
      padding-bottom: 15px; } }

.static_section-subtitle {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
  color: #368BA4;
  margin-top: 25px; }
  .static_section-subtitle i {
    margin-right: 0.5em; }
  @media screen and (max-width: 1051px) {
    .static_section-subtitle {
      font-size: 14px;
      font-size: 1.4rem;
      margin-top: 20px; } }

.static_section-link {
  text-align: center; }
  .static_section-link > * {
    display: inline-block;
    width: 33.33%;
    height: 40px;
    line-height: 40px; }
    @media screen and (max-width: 1051px) {
      .static_section-link > * {
        width: 100%; } }

.static_section-map {
  position: relative;
  width: 100%;
  height: 500px;
  padding: 0 !important; }
  .static_section-map iframe {
    width: 100%;
    height: 100%;
    vertical-align: bottom; }

.static_section-map_link {
  display: none;
  padding-top: 10px; }
  .static_section-map_link .btn {
    display: block;
    width: 100%;
    height: 40px;
    line-height: 40px; }
  @media screen and (max-width: 1051px) {
    .static_section-map_link {
      display: block; } }

.news_index {
  float: left;
  width: 666px; }
  .news_index .news_list {
    margin-top: 0;
    background-color: #ffffff; }
  @media screen and (max-width: 1051px) {
    .news_index {
      float: none;
      width: auto;
      margin: 0 15px; } }

.news_single {
  background-color: #ffffff; }

.news_single-head {
  padding: 35px;
  border-bottom: 1px solid #e2e2e2; }
  @media screen and (max-width: 1051px) {
    .news_single-head {
      padding: 25px; } }
  .news_single-head span {
    display: block;
    padding-bottom: 5px;
    font-size: 14px;
    font-size: 1.4rem;
    color: #868686; }
    @media screen and (max-width: 1051px) {
      .news_single-head span {
        font-size: 12px;
        font-size: 1.2rem; } }
  .news_single-head h3 {
    font-size: 30px;
    font-size: 3rem;
    font-weight: bold;
    line-height: 1.25; }
    @media screen and (max-width: 1051px) {
      .news_single-head h3 {
        font-size: 22px;
        font-size: 2.2rem; } }

.news_single-body {
  padding: 35px; }
  @media screen and (max-width: 1051px) {
    .news_single-body {
      padding: 25px; } }

.news_single-foot {
  overflow: hidden;
  *zoom: 1;
  padding: 35px;
  border-top: 1px solid #e2e2e2; }
  .news_single-foot > .btn {
    padding-left: 40px; }
    @media screen and (max-width: 1051px) {
      .news_single-foot > .btn {
        display: block;
        width: 100%;
        padding: 15px 25px;
        border-bottom: 1px solid #e2e2e2; } }
  @media screen and (max-width: 1051px) {
    .news_single-foot {
      padding: 0; } }

.news_single-sns {
  float: right;
  letter-spacing: -.4em; }
  @media screen and (max-width: 1051px) {
    .news_single-sns {
      overflow: hidden;
      *zoom: 1;
      float: none;
      margin-left: 5%; } }
  .news_single-sns li {
    display: inline-block;
    letter-spacing: normal;
    margin-left: 10px;
    box-sizing: border-box; }
    @media screen and (max-width: 1051px) {
      .news_single-sns li {
        float: left;
        width: 50%;
        margin: 15px 0;
        padding-right: 5%; } }
  .news_single-sns .btn {
    width: 125px;
    height: 24px;
    padding-left: 20px;
    margin: 0 0 0 15px;
    line-height: 24px;
    font-size: 11px;
    font-size: 1.1rem;
    font-size: 1.3rem; }
    @media screen and (max-width: 1051px) {
      .news_single-sns .btn {
        width: 100%;
        height: 40px;
        line-height: 40px;
        margin: 0; } }

/* faq
----------------------------------------------------*/
.faq_list span {
  width: 2em;
  color: #62929E;
  font-weight: bold;
  padding-left: 35px; }
  @media screen and (max-width: 1051px) {
    .faq_list span {
      width: 1em;
      padding-left: 15px; } }

.faq_list p {
  width: auto;
  padding-right: 35px; }
  @media screen and (max-width: 1051px) {
    .faq_list p {
      padding-left: 15px; } }

.faq_list-q {
  position: relative;
  background-color: #ffffff;
  border-bottom: 1px solid #D8D8D8;
  cursor: pointer;
  display: table;
  width: 100%;
  position: relative;
  overflow: hidden;
  *zoom: 1; }
  .faq_list-q > * {
    display: table-cell;
    table-layout: fixed;
    vertical-align: top;
    padding-top: 35px;
    padding-bottom: 35px; }
    @media screen and (max-width: 1051px) {
      .faq_list-q > * {
        padding-top: 15px;
        padding-bottom: 15px; } }
  .faq_list-q:hover {
    background-color: #faffff; }
  .faq_list-q p {
    font-size: 18px;
    font-size: 1.8rem; }
    .faq_list-q p:before {
      position: absolute;
      top: 50%;
      right: 35px;
      transform: translateY(-50%);
      font-family: "FontAwesome";
      line-height: 1;
      font-weight: normal;
      content: "\f106"; }
      @media screen and (max-width: 1051px) {
        .faq_list-q p:before {
          right: 15px; } }
    @media screen and (max-width: 1051px) {
      .faq_list-q p {
        font-size: 14px;
        font-size: 1.4rem; } }
  .faq_list-q.opened p:before {
    content: "\f107"; }
  .faq_list-q span {
    font-size: 18px;
    font-size: 1.8rem; }
    @media screen and (max-width: 1051px) {
      .faq_list-q span {
        font-size: 12px;
        font-size: 1.2rem; } }

.faq_list-a {
  display: none;
  background-color: #EDF4F6; }
  .faq_list-a > * {
    display: table;
    width: 100%;
    position: relative;
    overflow: hidden;
    *zoom: 1; }
    .faq_list-a > * > * {
      display: table-cell;
      table-layout: fixed;
      vertical-align: top;
      padding-top: 35px;
      padding-bottom: 35px; }
      @media screen and (max-width: 1051px) {
        .faq_list-a > * > * {
          padding-top: 15px;
          padding-bottom: 15px; } }
  .faq_list-a p {
    font-size: 14px;
    font-size: 1.4rem; }
    @media screen and (max-width: 1051px) {
      .faq_list-a p {
        font-size: 12px;
        font-size: 1.2rem; } }
  .faq_list-a span {
    font-size: 14px;
    font-size: 1.4rem; }
    @media screen and (max-width: 1051px) {
      .faq_list-a span {
        font-size: 12px;
        font-size: 1.2rem; } }

/* introduction
----------------------------------------------------*/
.intro_tab {
  *zoom: 1;
  margin-left: -10px; }
  .intro_tab:after {
    content: "\0020";
    display: block;
    height: 0;
    clear: both;
    overflow: hidden;
    visibility: hidden; }
  @media screen and (max-width: 1051px) {
    .intro_tab {
      margin: 0 5px; } }
  .intro_tab > * {
    float: left;
    display: inline-block;
    width: 33.33%;
    padding: 0 10px;
    box-sizing: border-box;
    font-size: 16px;
    font-size: 1.6rem; }
    @media screen and (max-width: 1051px) {
      .intro_tab > * {
        padding: 0 5px;
        font-size: 12px;
        font-size: 1.2rem; } }
    .intro_tab > * > * {
      display: block;
      text-align: center;
      height: 60px;
      line-height: 60px;
      border-top: 1px solid #D8D8D8;
      border-right: 1px solid #D8D8D8;
      border-left: 1px solid #D8D8D8;
      background-color: #fff;
      box-sizing: border-box;
      cursor: pointer; }
      .intro_tab > * > * br {
        display: none; }
      @media screen and (max-width: 1051px) {
        .intro_tab > * > * {
          padding-top: 20px;
          line-height: 1.25em; }
          .intro_tab > * > * br {
            display: inline-block; } }
    @media screen and (max-width: 1051px) {
      .intro_tab > *:nth-last-child(1) > * {
        padding-top: 15px; } }
    .intro_tab > *.active > * {
      color: #fff;
      background-image: linear-gradient(-90deg, #0D6B83 0%, #22827A 100%); }

.intro_section {
  *zoom: 1;
  padding: 50px 0;
  margin-bottom: 90px;
  background-color: #ffffff; }
  .intro_section:after {
    content: "\0020";
    display: block;
    height: 0;
    clear: both;
    overflow: hidden;
    visibility: hidden; }
  @media screen and (max-width: 1051px) {
    .intro_section {
      padding: 20px 15px 0;
      margin-bottom: 0; } }
  .intro_section .static_wrapper {
    display: none;
    padding-top: 0;
    margin-bottom: 0; }
    .intro_section .static_wrapper.active {
      display: block; }

.intro_section-left {
  float: left;
  width: 50%;
  margin-bottom: 50px; }
  @media screen and (max-width: 1051px) {
    .intro_section-left {
      float: none;
      width: 100%;
      margin-bottom: 20px; } }
  .intro_section-left > * {
    margin-right: 50px; }
    @media screen and (max-width: 1051px) {
      .intro_section-left > * {
        margin-right: 0; } }

.intro_section-right {
  float: right;
  width: 50%;
  margin-bottom: 50px; }
  @media screen and (max-width: 1051px) {
    .intro_section-right {
      float: none;
      width: 100%;
      margin-bottom: 20px; } }

.intro_section-center {
  clear: both; }

.intro_section-fig img {
  width: 100%;
  border: 1px solid #efefef; }

.intro_section-title {
  padding-bottom: 30px;
  font-size: 28px;
  font-size: 2.8rem;
  color: #1F7E7B;
  font-weight: bold; }
  @media screen and (max-width: 1051px) {
    .intro_section-title {
      font-size: 20px;
      font-size: 2rem;
      padding-bottom: 15px; } }

.intro_section-text {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 2; }
  @media screen and (max-width: 1051px) {
    .intro_section-text {
      font-size: 12px;
      font-size: 1.2rem; } }

.intro_section-merit {
  padding: 20px;
  border: 1px solid #FF8A2C;
  border-radius: 4px; }

.intro_section-merit-title {
  margin: -20px -20px 20px;
  padding: 15px 25px;
  border-bottom: 1px solid #feefef;
  font-size: 16px;
  font-size: 1.6rem;
  color: #fff;
  line-height: 1.5;
  font-weight: bold;
  background-color: #FF8A2C; }

.intro_section-merit-list {
  list-style-type: decimal;
  margin-bottom: -1em; }
  .intro_section-merit-list > * {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.5;
    margin-left: 1.5em;
    margin-bottom: 1em; }

.intro_section-link {
  *zoom: 1;
  margin: 40px 0 0; }
  .intro_section-link:after {
    content: "\0020";
    display: block;
    height: 0;
    clear: both;
    overflow: hidden;
    visibility: hidden; }
  .intro_section-link > * {
    margin-left: -50px; }
    .intro_section-link > * > * {
      float: left;
      display: inline-block;
      width: 50%;
      padding-left: 50px;
      box-sizing: border-box; }
      .intro_section-link > * > * > * {
        width: 100%;
        height: 55px;
        line-height: 55px; }
  @media screen and (max-width: 1051px) {
    .intro_section-link {
      margin: 0; }
      .intro_section-link > * {
        margin-left: 0;
        padding-bottom: 15px; }
        .intro_section-link > * > * {
          float: none;
          width: 100%;
          padding-left: 0;
          padding-top: 15px; }
          .intro_section-link > * > * > * {
            width: 100%;
            height: 55px;
            line-height: 55px; } }

/* flow
----------------------------------------------------*/
.flow_tab {
  position: relative;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.13); }
  .flow_tab .static_section {
    margin-bottom: 0; }
  .flow_tab:before, .flow_tab:after {
    display: none;
    position: absolute;
    bottom: -68px;
    content: '';
    background-image: url(../images/img-flow_arrow.png);
    background-size: 100% auto;
    background-repeat: no-repeat;
    width: 11px;
    height: 53px; }
    @media screen and (max-width: 1051px) {
      .flow_tab:before, .flow_tab:after {
        bottom: -34px;
        width: 6px;
        height: 26px; } }
  .flow_tab.arrow_01 {
    margin-bottom: 80px; }
    .flow_tab.arrow_01:before {
      display: block;
      left: 50%;
      margin-left: -5px; }
    .flow_tab.arrow_01:after {
      display: none; }
    @media screen and (max-width: 1051px) {
      .flow_tab.arrow_01 {
        margin-bottom: 40px; }
        .flow_tab.arrow_01:before {
          margin-left: -3px; } }
  .flow_tab.arrow_02 {
    margin-bottom: 80px; }
    .flow_tab.arrow_02:before {
      display: block;
      left: 25%;
      margin-left: -5px; }
    .flow_tab.arrow_02:after {
      display: block;
      right: 25%;
      margin-right: -5px; }
    @media screen and (max-width: 1051px) {
      .flow_tab.arrow_02 {
        margin-bottom: 40px; }
        .flow_tab.arrow_02:before {
          margin-left: -3px; }
        .flow_tab.arrow_02:after {
          margin-right: -3px; } }
  @media screen and (max-width: 1051px) {
    .flow_tab {
      margin: 0 15px; } }

.flow_tab-btn ul {
  display: table;
  width: 100%; }
  .flow_tab-btn ul li {
    display: table-cell;
    table-layout: fixed;
    width: 50%; }
    .flow_tab-btn ul li span {
      display: block;
      height: 80px;
      line-height: 80px;
      border-top: 2px solid #F0F0F0;
      border-right: 1px solid #D8D8D8;
      border-bottom: 1px solid #D8D8D8;
      background-color: #F0F0F0;
      text-align: center;
      font-size: 16px;
      font-size: 1.6rem;
      font-weight: bold;
      cursor: pointer;
      -webkit-transition: background-color 0.25s ease-out, border-color 0.25s ease-out;
      -webkit-transition-delay: 0s, 0s;
      -moz-transition: background-color 0.25s ease-out 0s, border-color 0.25s ease-out 0s;
      -o-transition: background-color 0.25s ease-out 0s, border-color 0.25s ease-out 0s;
      transition: background-color 0.25s ease-out 0s, border-color 0.25s ease-out 0s; }
      @media screen and (max-width: 1051px) {
        .flow_tab-btn ul li span {
          font-size: 11px;
          font-size: 1.1rem;
          height: 60px;
          line-height: 60px; } }
    .flow_tab-btn ul li:nth-last-child(1) span {
      border-right: 0; }
    .flow_tab-btn ul li:hover span {
      background-color: #FFFFFF;
      border-top-color: #368BA4; }
    .flow_tab-btn ul li.active span {
      background-color: #FFFFFF;
      border-top: 2px solid #368BA4;
      border-bottom: 1px solid #FFFFFF; }

.flow_tab-content {
  display: none; }
  .flow_tab-content.active {
    display: block; }

/* industry
----------------------------------------------------*/
.industry_wrapper {
  background-color: #fff;
  margin-bottom: 20px; }

.industry_visual {
  background-color: #b5b5b5;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center; }
  .industry_visual .static_wrapper {
    position: relative;
    padding: 0;
    margin: 0 auto;
    height: 363px; }
    @media screen and (max-width: 1051px) {
      .industry_visual .static_wrapper {
        text-align: center; } }
  .industry_visual.industry_visual_01 {
    background-image: url(../images/bg-industry01.png); }
    @media screen and (max-width: 1051px) {
      .industry_visual.industry_visual_01 {
        background-image: url(../images/bg-industry01_sp.png); } }
  .industry_visual.industry_visual_02 {
    background-image: url(../images/bg-industry02.png); }
    @media screen and (max-width: 1051px) {
      .industry_visual.industry_visual_02 {
        background-image: url(../images/bg-industry02_sp.png); } }
  .industry_visual.industry_visual_03 {
    background-image: url(../images/bg-industry03.png); }
    @media screen and (max-width: 1051px) {
      .industry_visual.industry_visual_03 {
        background-image: url(../images/bg-industry03_sp.png); } }
  .industry_visual.industry_visual_04 {
    background-image: url(../images/bg-industry04.png); }
    @media screen and (max-width: 1051px) {
      .industry_visual.industry_visual_04 {
        background-image: url(../images/bg-industry04_sp.png); } }

.industry_name {
  width: 33.33%;
  padding-top: 120px;
  font-size: 30px;
  font-size: 3rem;
  font-weight: bold;
  color: #fff; }
  .industry_name > * {
    display: block;
    margin-top: 15px;
    padding-top: 15px;
    border-top: 1px solid #fff;
    font-size: 13px;
    font-size: 1.3rem;
    font-weight: normal; }
  .industry_visual__left .industry_name {
    float: left;
    text-align: left; }
  .industry_visual__right .industry_name {
    float: right;
    text-align: right; }
  @media screen and (max-width: 1051px) {
    .industry_name {
      display: inline-block;
      width: auto;
      padding-top: 5%;
      margin: 0 auto;
      font-size: 22px;
      font-size: 2.2rem; }
      .industry_name > * {
        margin-top: 10px;
        padding-top: 10px; }
      .industry_visual__left .industry_name,
      .industry_visual__right .industry_name {
        float: none;
        text-align: center; } }

.industry_lead {
  position: absolute;
  top: 50%;
  width: 40%;
  margin-top: -82px;
  background-color: rgba(255, 255, 255, 0.5); }
  .industry_lead > * {
    position: relative;
    width: 100%;
    height: 164px; }
    @media screen and (max-width: 1051px) {
      .industry_lead > * {
        height: auto; } }
    .industry_lead > * span {
      display: block;
      position: absolute;
      top: 50%;
      right: 0;
      left: 0;
      margin: auto;
      -webkit-transform: translate(0, -50%);
      -moz-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
      -o-transform: translate(0, -50%);
      transform: translate(0, -50%);
      line-height: 2;
      margin: 0 30px; }
      @media screen and (max-width: 1051px) {
        .industry_lead > * span {
          position: relative;
          top: auto;
          right: 0;
          left: 0;
          margin: 15px;
          font-size: 13px;
          font-size: 1.3rem;
          text-align: left;
          line-height: 1.75;
          -webkit-transform: translate(0, 0);
          -moz-transform: translate(0, 0);
          -ms-transform: translate(0, 0);
          -o-transform: translate(0, 0);
          transform: translate(0, 0); } }
  .industry_visual__left .industry_lead {
    right: 0; }
  .industry_visual__right .industry_lead {
    left: 0; }
  @media screen and (max-width: 1051px) {
    .industry_lead {
      top: auto;
      bottom: 0;
      left: 0;
      right: 0;
      width: auto; } }

.industry_commentary {
  padding-top: 30px; }
  @media screen and (max-width: 1051px) {
    .industry_commentary {
      padding-top: 0; } }
  .industry_commentary .static_wrapper {
    padding-top: 0; }
    @media screen and (max-width: 1051px) {
      .industry_commentary .static_wrapper {
        padding-top: 15px; } }
  .industry_commentary .static_section-link {
    padding: 0 0 40px; }
    @media screen and (max-width: 1051px) {
      .industry_commentary .static_section-link {
        padding: 0 15px 15px; } }
    .industry_commentary .static_section-link .btn {
      height: 55px;
      line-height: 55px; }
      @media screen and (max-width: 1051px) {
        .industry_commentary .static_section-link .btn {
          height: 40px;
          line-height: 40px; } }

.industry_list {
  overflow: hidden;
  *zoom: 1;
  margin-left: -40px; }
  .industry_list > * {
    padding-left: 40px;
    display: inline-block;
    float: left;
    box-sizing: border-box; }
  .industry_list.industry_list__line2 > * {
    width: 50%; }
  .industry_list.industry_list__line3 > * {
    width: 33.33%; }
  @media screen and (max-width: 1051px) {
    .industry_list {
      margin: 0 15px; }
      .industry_list.industry_list__line2 > *, .industry_list.industry_list__line3 > * {
        width: 100%;
        padding: 0; } }

.industry_subtitle {
  margin-bottom: 20px;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold; }
  @media screen and (max-width: 1051px) {
    .industry_subtitle {
      font-size: 16px;
      font-size: 1.6rem;
      margin-bottom: 5px; } }

.industry_commentary_text {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.75;
  padding-bottom: 40px; }
  @media screen and (max-width: 1051px) {
    .industry_commentary_text {
      font-size: 13px;
      font-size: 1.3rem;
      margin-bottom: 20px;
      padding-bottom: 0; } }

/* advice
----------------------------------------------------*/
.advice_section {
  padding-top: 300px;
  padding-bottom: 80px;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed; }
  .advice_section.advice_section__01 {
    background-image: url(../images/bg-advice01.png); }
  .advice_section.advice_section__02 {
    background-image: url(../images/bg-advice02.png); }
  @media screen and (max-width: 1051px) {
    .advice_section {
      padding-top: 200px;
      padding-bottom: 40px; } }

.advice_wrapper {
  width: 1024px;
  margin-left: auto;
  margin-right: auto;
  padding: 50px;
  box-sizing: border-box;
  background-color: rgba(255, 255, 255, 0.97);
  -webkit-box-shadow: 0 0 10px #888;
  -moz-box-shadow: 0 0 10px #888;
  box-shadow: 0 0 10px #888; }
  @media screen and (max-width: 1051px) {
    .advice_wrapper {
      width: auto; } }
  @media screen and (max-width: 1051px) {
    .advice_wrapper {
      padding: 20px 20px 40px; } }

.advice_headding {
  padding-bottom: 70px;
  text-align: center; }
  @media screen and (max-width: 1051px) {
    .advice_headding {
      padding-bottom: 35px; } }

.advice_body.advice_body__float {
  overflow: hidden;
  margin-left: -20px; }
  .advice_body.advice_body__float > * {
    width: 50%;
    float: left;
    padding: 4px 20px 0;
    box-sizing: border-box; }
    .advice_body.advice_body__float > *:nth-child(2) {
      border-left: 1px solid #979797; }

.advice_title {
  font-size: 30px;
  font-size: 3rem;
  color: #368BA4;
  font-weight: bold;
  padding-bottom: 25px; }
  @media screen and (max-width: 1051px) {
    .advice_title {
      font-size: 20px;
      font-size: 2rem;
      padding-bottom: 15px; } }

.advice_lead {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.5; }
  @media screen and (max-width: 1051px) {
    .advice_lead {
      font-size: 14px;
      font-size: 1.4rem; } }

.advice_list {
  border-top: 1px solid #979797;
  border-bottom: 1px solid #979797;
  padding-top: 3px; }

.advice_subtitle {
  font-size: 22px;
  font-size: 2.2rem;
  font-weight: bold;
  border-top: 1px solid #979797;
  color: #4A90E2; }
  .advice_subtitle span {
    display: block;
    padding: 20px 0; }
  @media screen and (max-width: 1051px) {
    .advice_subtitle span {
      font-size: 16px;
      font-size: 1.6rem;
      text-align: center;
      padding: 10px 0; } }
  .advice_list__red .advice_subtitle {
    color: #D62424; }

.advice_article {
  border-top: 1px solid #979797; }

.advice_article-title {
  font-size: 20px;
  font-size: 2rem;
  padding-top: 40px;
  padding-bottom: 20px;
  color: #4A90E2;
  line-height: 30px;
  font-weight: bold; }
  @media screen and (max-width: 1051px) {
    .advice_article-title {
      padding-top: 20px;
      padding-bottom: 10px;
      font-size: 16px;
      font-size: 1.6rem; } }
  .advice_list__red .advice_article-title {
    color: #D62424; }

.advice_article-text {
  padding-bottom: 40px;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 2; }
  @media screen and (max-width: 1051px) {
    .advice_article-text {
      font-size: 12px;
      font-size: 1.2rem; } }
  .advice_article-text b {
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: bold;
    color: #4A90E2; }
    @media screen and (max-width: 1051px) {
      .advice_article-text b {
        font-size: 13px;
        font-size: 1.3rem; } }
    .advice_list__red .advice_article-text b {
      color: #D62424; }

/* form
----------------------------------------------------*/
.form-progress_bar {
  width: 100%; }
  .form-progress_bar.progress_bar__short ul li {
    width: 100%; }
  .form-progress_bar ul {
    overflow: hidden;
    *zoom: 1; }
    .form-progress_bar ul li {
      float: left;
      position: relative;
      display: inline-block;
      width: 14.28%;
      height: 4px;
      box-sizing: border-box;
      border-right: 2px solid #f5f5f5;
      background-color: #D8D8D8;
      vertical-align: top; }
      .form-progress_bar ul li:before {
        content: '';
        display: block;
        width: 0;
        height: 4px;
        -webkit-transition: width 0.5s ease-out;
        -webkit-transition-delay: 0s;
        -moz-transition: width 0.5s ease-out 0s;
        -o-transition: width 0.5s ease-out 0s;
        transition: width 0.5s ease-out 0s; }
      .form-progress_bar ul li.past:before {
        width: 100%; }
      .form-progress_bar ul li:nth-child(1):before {
        background-image: linear-gradient(90deg, #4591a4 0%, #419aa0 100%); }
      .form-progress_bar ul li:nth-child(2):before {
        background-image: linear-gradient(90deg, #419aa0 0%, #3ca39c 100%); }
      .form-progress_bar ul li:nth-child(3):before {
        background-image: linear-gradient(90deg, #3ca39c 0%, #48ac81 100%); }
      .form-progress_bar ul li:nth-child(4):before {
        background-image: linear-gradient(90deg, #48ac81 0%, #55b465 100%); }
      .form-progress_bar ul li:nth-child(5):before {
        background-image: linear-gradient(90deg, #55b465 0%, #62bd48 100%); }
      .form-progress_bar ul li:nth-child(6):before {
        background-image: linear-gradient(90deg, #62bd48 0%, #75af3d 100%); }
      .form-progress_bar ul li:nth-child(7) {
        border-right: 0; }
        .form-progress_bar ul li:nth-child(7):before {
          background-image: linear-gradient(90deg, #75af3d 0%, #88a131 100%); }

.form-notice {
  padding: 20px;
  margin-bottom: 20px;
  background: #FFFFF6;
  border: 1px solid #E9D7B4;
  font-size: 13px;
  font-size: 1.3rem; }
  @media screen and (max-width: 1051px) {
    .form-notice {
      margin: 0 20px 20px; } }

.form-notice-title {
  color: #DF8B00;
  font-weight: bold;
  margin-bottom: 8px; }
  .form-notice-title i {
    margin-right: 0.5em; }

.form-notice-text {
  margin-bottom: 20px;
  line-height: 1.75; }

.form-notice-list {
  list-style-type: disc;
  margin-left: 20px;
  line-height: 1.5; }
  .form-notice-list > * {
    margin-top: 5px; }

.form-notice-caution {
  margin-bottom: 20px;
  font-size: 14px;
  font-size: 1.4rem;
  color: #B50A13; }
  @media screen and (max-width: 1051px) {
    .form-notice-caution {
      margin: 0 20px 20px; } }

.form-group {
  position: relative;
  overflow: hidden;
  -webkit-transition: all 0.5s ease-out;
  -webkit-transition-delay: 0s;
  -moz-transition: all 0.5s ease-out 0s;
  -o-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s; }
  @media screen and (max-width: 1051px) {
    .form-group {
      margin: 0 20px 20px; } }
  .form-group > * {
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transition: all 0.5s ease-out;
    -webkit-transition-delay: 0s;
    -moz-transition: all 0.5s ease-out 0s;
    -o-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
    -webkit-transform: translateX(120%);
    -moz-transform: translateX(120%);
    -ms-transform: translateX(120%);
    -o-transform: translateX(120%);
    transform: translateX(120%);
    opacity: 0; }
    .modal-form .form-group > * {
      position: relative;
      top: auto;
      left: auto;
      opacity: 1;
      -webkit-transform: translateX(0);
      -moz-transform: translateX(0);
      -ms-transform: translateX(0);
      -o-transform: translateX(0);
      transform: translateX(0); }
    .form-group > *.current {
      -webkit-transform: translateX(0);
      -moz-transform: translateX(0);
      -ms-transform: translateX(0);
      -o-transform: translateX(0);
      transform: translateX(0);
      opacity: 1; }
      .form-group > *.current.back {
        -webkit-transform: translateX(-120%);
        -moz-transform: translateX(-120%);
        -ms-transform: translateX(-120%);
        -o-transform: translateX(-120%);
        transform: translateX(-120%);
        opacity: 0; }
    .form-group > *.back {
      -webkit-transform: translateX(-120%);
      -moz-transform: translateX(-120%);
      -ms-transform: translateX(-120%);
      -o-transform: translateX(-120%);
      transform: translateX(-120%);
      opacity: 0; }

.form-section {
  max-width: 1024px;
  min-width: 100%;
  padding: 35px 35px 10px;
  margin-bottom: 40px;
  background-color: #fff;
  box-sizing: border-box; }
  .modal .form-section {
    margin-bottom: 0; }
  @media screen and (max-width: 1051px) {
    .form-section {
      padding: 15px; } }

.form-headding {
  text-align: center; }

.form-title {
  position: relative;
  margin-bottom: 30px;
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: bold;
  color: #4A4A4A; }
  .form-title br {
    display: none; }
  @media screen and (max-width: 1051px) {
    .form-title {
      font-size: 16px;
      font-size: 1.6rem;
      margin-bottom: 10px; }
      .form-title br {
        display: inline; } }

.form-title-num {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  font-size: 12px;
  font-size: 1.2rem;
  color: #78BDAE; }
  @media screen and (max-width: 1051px) {
    .form-title-num {
      display: block;
      position: relative;
      top: auto;
      right: auto;
      padding-top: 3px;
      transform: translateY(0);
      font-size: 10px;
      font-size: 1rem; } }

.form-rule {
  text-align: left;
  height: 300px;
  overflow-y: scroll;
  padding: 20px 30px;
  background: #FFFFFF;
  border: 1px solid #979797; }
  @media screen and (max-width: 1051px) {
    .form-rule {
      height: 150px;
      margin-top: 15px;
      margin-bottom: 15px;
      padding: 15px; } }
  .form-rule ol li {
    margin-left: .75em;
    padding-bottom: 20px; }
    .form-rule ol li b {
      display: block;
      font-weight: bold;
      margin-bottom: 5px;
      text-indent: -.75em; }

.form-text_note {
  margin-bottom: 10px; }
  .form-text_note b {
    color: #368BA4; }
  @media screen and (max-width: 1051px) {
    .form-text_note {
      margin-bottom: 8px; } }

.form-text_attention {
  background-color: #f7f7f7;
  margin-top: 30px;
  margin-bottom: 30px;
  padding: 15px;
  border-radius: 4px; }
  @media screen and (max-width: 1051px) {
    .form-text_attention {
      margin-top: 5px;
      margin-bottom: 15px;
      font-size: 11px;
      font-size: 1.1rem; } }

.form-input {
  position: relative;
  display: block;
  width: 100%;
  border-top: 1px solid #dedede;
  box-sizing: border-box; }
  .form-input.form-input__noborder {
    border-top: 0;
    border-bottom: 0; }
  .form-input.form-input__enter {
    text-align: center; }
    .form-input.form-input__enter .form-input-body {
      width: auto;
      text-align: left; }
  .form-input input[type='text'] {
    width: 100%;
    padding: 0;
    border: none;
    -webkit-appearance: none;
    font-size: 14px;
    font-size: 1.4rem; }
  .form-input input[type='checkbox'],
  .form-input input[type='radio'] {
    margin: 0 .5em 0 0; }
  .form-input textarea {
    width: 100%;
    max-width: 100%;
    height: 130px;
    display: inline-block; }
  .form-input label {
    width: 100%;
    display: inline-block; }
    @media screen and (max-width: 1051px) {
      .form-input label {
        font-size: 13px;
        font-size: 1.3rem; } }
    .form-input label.input_file {
      overflow: hidden;
      *zoom: 1;
      padding: 0;
      border: 0; }
      .form-input label.input_file > * {
        float: left; }
      .form-input label.input_file input[type='text'] {
        width: 75%;
        border-right: 0;
        border-radius: 4px 0 0 4px; }
        @media screen and (max-width: 1051px) {
          .form-input label.input_file input[type='text'] {
            width: 100%;
            border-right: 1px solid #d4d4d4;
            border-radius: 4px 4px 0 0; } }
      .form-input label.input_file span {
        position: relative;
        display: block;
        width: 25%;
        padding: 14px;
        border: 1px solid #0d6b83;
        border-radius: 0 4px 4px 0;
        box-sizing: border-box;
        font-size: 14px;
        font-size: 1.4rem;
        line-height: 1.25;
        background-image: linear-gradient(to right, #0d6b83 0%, #22827a 100%);
        text-align: center;
        color: #fff;
        font-weight: bold;
        cursor: pointer; }
        .form-input label.input_file span:before {
          content: "\f15b";
          position: absolute;
          top: 50%;
          left: 15px;
          transform: translateY(-50%);
          font-family: "FontAwesome"; }
        @media screen and (max-width: 1051px) {
          .form-input label.input_file span {
            width: 100%;
            border-right: 1px solid #d4d4d4;
            border-radius: 0 0 4px 4px; } }
        .form-input label.input_file span:hover {
          text-decoration: none;
          opacity: 0.75; }
  .form-input textarea,
  .form-input input[type='text'],
  .form-input label {
    padding: 16px;
    border-width: 1px;
    border-style: solid;
    border-radius: 4px;
    box-sizing: border-box;
    border-color: #d4d4d4; }
    .form-input textarea:hover,
    .form-input input[type='text']:hover,
    .form-input label:hover {
      -webkit-box-shadow: 0px 0px 3px #4A90E2;
      -moz-box-shadow: 0px 0px 3px #4A90E2;
      box-shadow: 0px 0px 3px #4A90E2; }
    @media screen and (max-width: 1051px) {
      .form-input textarea,
      .form-input input[type='text'],
      .form-input label {
        padding: 16px 8px; } }
  .form-input button {
    width: 100%;
    padding: 16px;
    font-size: 14px;
    font-size: 1.4rem; }
  .form-input .select2-selection:hover {
    -webkit-box-shadow: 0px 0px 3px #4A90E2;
    -moz-box-shadow: 0px 0px 3px #4A90E2;
    box-shadow: 0px 0px 3px #4A90E2; }
  .form-input .selection:focus {
    outline: 0; }
  .form-input .select2-selection__arrow {
    height: 51px !important;
    right: 5px; }
  .form-input .select2-selection__rendered {
    box-sizing: border-box; }
  .form-input .select2-container {
    width: 100% !important; }
    .form-input .select2-container.select2-container--open {
      border-color: #4A90E2;
      -webkit-box-shadow: 0px 0px 3px #4A90E2;
      -moz-box-shadow: 0px 0px 3px #4A90E2;
      box-shadow: 0px 0px 3px #4A90E2; }
    .form-input .select2-container:focus {
      outline: 0; }
  .form-input .select2-selection__rendered,
  .form-input .select2-selection {
    width: 100%;
    height: 51px !important;
    line-height: 51px !important;
    vertical-align: middle; }
    .form-input .select2-selection__rendered:focus,
    .form-input .select2-selection:focus {
      outline: 0; }
    @media screen and (max-width: 1051px) {
      .form-input .select2-selection__rendered,
      .form-input .select2-selection {
        height: 35px;
        line-height: 35px;
        padding-left: 5px; } }
  .form-input.error textarea,
  .form-input.error input[type='text'],
  .form-input.error label {
    border-color: #D0021B; }
    .form-input.error textarea.check_except,
    .form-input.error input[type='text'].check_except,
    .form-input.error label.check_except {
      border-color: #d4d4d4; }
  .form-input.error .select2-container--default .select2-selection--single {
    border-color: #D0021B; }
  .form-input.error .input_wrap__no_valid .select2-container--default .select2-selection--single {
    border-color: #d4d4d4; }
  .form-input.clear textarea,
  .form-input.clear input[type='text'],
  .form-input.clear label {
    border-color: #6DA52F; }
    .form-input.clear textarea.check_except,
    .form-input.clear input[type='text'].check_except,
    .form-input.clear label.check_except {
      border-color: #d4d4d4; }
  .form-input.clear .select2-container--default .select2-selection--single {
    border-color: #6DA52F; }

.form-input-label {
  display: inline-block;
  width: 16.66%;
  padding: 33px 0 20px;
  font-size: 14px;
  font-size: 1.4rem;
  vertical-align: top; }
  .modal .form-input-label {
    width: 100%;
    padding-bottom: 0; }
  .form-input-label b {
    margin-left: 0.15em;
    color: #B50A13; }
  @media screen and (max-width: 1051px) {
    .form-input-label {
      display: block;
      width: 100%;
      padding: 8px 0 8px;
      font-size: 13px;
      font-size: 1.3rem; }
      .modal .form-input-label {
        width: 100%;
        padding: 8px 0 8px; } }

.form-input-body {
  *zoom: 1;
  display: inline-block;
  width: 80%;
  padding: 20px 10px 5px 0;
  vertical-align: top; }
  .form-input-body:after {
    content: "\0020";
    display: block;
    height: 0;
    clear: both;
    overflow: hidden;
    visibility: hidden; }
  .form-input-body.form-input-body__nocolum {
    width: 97.5%; }
    @media screen and (max-width: 1051px) {
      .form-input-body.form-input-body__nocolum {
        width: auto;
        margin-top: 10px; } }
  .modal .form-input-body {
    width: 100%;
    padding-bottom: 0; }
  @media screen and (max-width: 1051px) {
    .form-input-body {
      display: block;
      width: auto;
      margin-right: -10px;
      padding: 0 0 5px 0; } }

.form-input-valid {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  display: inline-block;
  width: 4%;
  padding: 20px 0;
  vertical-align: top;
  text-align: center; }
  .modal-form .form-input-valid {
    top: 45px;
    right: 10px; }
  @media screen and (max-width: 1051px) {
    .form-input-valid {
      top: 5px;
      right: 12px;
      padding: 0;
      transform: translateY(0); }
      .modal-form .form-input-valid {
        top: 5px;
        right: 12px; } }
  .form-input-valid:before {
    display: inline-block;
    font-size: 18px;
    font-size: 1.8rem;
    font-family: "FontAwesome"; }
  .error .form-input-valid:before {
    content: "\f06a";
    color: #D0021B; }
  .clear .form-input-valid:before {
    content: "\f058";
    color: #6DA52F; }

.form-input-balloon {
  position: absolute;
  top: 0;
  right: 0;
  transform: translate(0, -50%);
  padding: 8px 15px 8px 8px;
  background-color: #D0021B;
  border-radius: 4px;
  display: none; }
  @media screen and (max-width: 1051px) {
    .form-input-balloon {
      top: -10px;
      transform: translate(0, -100%); } }
  .form-input-balloon > * {
    position: relative;
    display: block;
    color: #fff;
    font-size: 10px;
    font-size: 1rem;
    font-weight: bold;
    line-height: 1.25;
    margin-bottom: -5px;
    list-style-type: disc; }
    .form-input-balloon > * > * {
      list-style-type: disc;
      padding-bottom: 5px;
      margin-left: 20px; }
    .form-input-balloon > *:before {
      position: absolute;
      bottom: -13px;
      right: 5px;
      display: block;
      content: '';
      width: 0;
      height: 0;
      padding-bottom: 0;
      border-style: solid;
      border-width: 10px 5px 0 5px;
      border-color: #D0021B transparent transparent transparent; }

.input_wrap {
  float: left;
  position: relative;
  display: inline-block;
  width: 100%;
  box-sizing: border-box;
  padding-right: 10px;
  margin-bottom: 15px; }
  .input_wrap > * {
    vertical-align: middle; }
  .input_wrap > b {
    display: inline-block;
    padding: 12px 15px;
    border: 1px solid transparent; }
    @media screen and (max-width: 1051px) {
      .input_wrap > b {
        padding: 8px 0 0; } }
  .input_wrap.focus textarea,
  .input_wrap.focus input[type='text'],
  .input_wrap.focus label {
    border-color: #4A90E2;
    -webkit-box-shadow: 0px 0px 3px #4A90E2;
    -moz-box-shadow: 0px 0px 3px #4A90E2;
    box-shadow: 0px 0px 3px #4A90E2; }
  .input_wrap.wrap__c2 {
    width: 50%; }
  .input_wrap.wrap__c3 {
    width: 33.33%; }
  .input_wrap.wrap__c4 {
    width: 25%; }
  .input_wrap.wrap__c5 {
    width: 20%; }
  .input_wrap.wrap__c6 {
    width: 16.66%; }
  .input_wrap.wrap__c7 {
    width: 14.28%; }
  .input_wrap.wrap__c8 {
    width: 12.5%; }
  .input_wrap.wrap__c8_diff {
    width: 87.5%; }
  .input_wrap.wrap__c9 {
    width: 11.11%; }
  .input_wrap.wrap__c9_diff {
    width: 88.89%; }
  .input_wrap.wrap__auto {
    width: auto; }
  @media screen and (max-width: 1051px) {
    .input_wrap {
      margin-bottom: 5px; }
      .input_wrap.wrap__c1_sp {
        width: 100%; }
      .input_wrap.wrap__c2_sp {
        width: 50%; }
      .input_wrap.wrap__c3_sp {
        width: 33.33%; }
      .input_wrap.wrap__c3-5_sp {
        width: 28.5%; }
      .input_wrap.wrap__c4_sp {
        width: 25%; }
      .input_wrap.wrap__c5_sp {
        width: 20%; }
      .input_wrap.wrap__c6_sp {
        width: 16.66%; }
      .input_wrap.wrap__c6_diff_sp {
        width: 83.34%; }
      .input_wrap.wrap__c7_sp {
        width: 14.28%; }
      .input_wrap.wrap__c7_diff_sp {
        width: 85.72%; }
      .input_wrap.wrap__c8_sp {
        width: 12.5%; }
      .input_wrap.wrap__c8_diff_sp {
        width: 87.5%; }
      .input_wrap.wrap__c9_sp {
        width: 11.11%; } }

.form-pagenation {
  width: 1024px;
  margin-left: auto;
  margin-right: auto;
  *zoom: 1;
  margin-top: 30px; }
  @media screen and (max-width: 1051px) {
    .form-pagenation {
      width: auto; } }
  .form-pagenation:after {
    content: "\0020";
    display: block;
    height: 0;
    clear: both;
    overflow: hidden;
    visibility: hidden; }
  @media screen and (max-width: 1051px) {
    .form-pagenation {
      margin: 20px 20px 0; } }

.form-pagenation-list {
  overflow: hidden;
  *zoom: 1;
  position: relative;
  height: 55px; }
  @media screen and (max-width: 1051px) {
    .form-pagenation-list {
      margin-bottom: -20px;
      height: auto; } }
  .form-pagenation-list > * {
    width: 20%; }
    .form-pagenation-list > *:nth-child(1) {
      position: absolute;
      top: 0;
      right: 0; }
    .form-pagenation-list > *:nth-child(2) {
      float: left; }
    @media screen and (max-width: 1051px) {
      .form-pagenation-list > * {
        width: 100%;
        margin-bottom: 20px; }
        .form-pagenation-list > *:nth-child(1) {
          position: relative;
          top: auto;
          right: auto; }
        .form-pagenation-list > *:nth-child(2) {
          float: none; } }
    .form-pagenation-list > * .btn {
      display: block;
      height: 55px;
      line-height: 55px; }

.form-input_group {
  margin-bottom: 15px;
  border: 1px solid #dcdada;
  border-radius: 10px; }
  .form-confirm-body .form-input_group {
    margin-top: 15px; }
  .form-input_group .form-input {
    padding-left: 15px;
    padding-right: 15px; }

.form-input_group-head {
  position: relative;
  padding: 15px;
  background: #ECECEC;
  border-radius: 10px;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold; }
  .form-input_group-head:before {
    content: "\f107";
    position: absolute;
    top: 50%;
    right: 15px;
    transform: translateY(-50%);
    font-size: 16px;
    font-size: 1.6rem;
    font-family: "FontAwesome"; }
  .opened .form-input_group-head {
    border-radius: 10px 10px 0 0; }
    .opened .form-input_group-head:before {
      content: "\f106"; }

.form-input_group-body {
  display: none; }
  .form-confirm-body .form-input_group-body {
    padding-bottom: 20px; }

.select2-container--default .select2-selection--single {
  border-color: #d4d4d4; }

/* form - confirm
----------------------------------------------------*/
.form-confirm-msg {
  text-align: center;
  padding-bottom: 50px; }
  @media screen and (max-width: 1051px) {
    .form-confirm-msg {
      padding-bottom: 25px; } }

.form-confirm-msg-title {
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: bold;
  padding-bottom: 10px; }
  @media screen and (max-width: 1051px) {
    .form-confirm-msg-title {
      font-size: 16px;
      font-size: 1.6rem;
      padding-bottom: 10px; } }

.form-confirm {
  max-width: 768px;
  margin: 0 auto 40px;
  background-color: #fff;
  box-sizing: border-box;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); }
  @media screen and (max-width: 1051px) {
    .form-confirm {
      max-width: 100%;
      margin: 0 15px; } }

.form-confirm-headding {
  position: relative;
  padding: 30px;
  border-bottom: 1px solid #BEBEBE; }
  @media screen and (max-width: 1051px) {
    .form-confirm-headding {
      padding: 15px; } }

.form-confirm-title {
  font-size: 18px;
  font-size: 1.8rem; }
  @media screen and (max-width: 1051px) {
    .form-confirm-title {
      font-size: 16px;
      font-size: 1.6rem; } }

.form-confirm-btn {
  position: absolute;
  top: 50%;
  right: 30px;
  padding: 4px 8px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 12px;
  font-size: 1.2rem;
  -webkit-transition: color 0.25s ease-out, background-color 0.25s ease-out;
  -webkit-transition-delay: 0s, 0s;
  -moz-transition: color 0.25s ease-out 0s, background-color 0.25s ease-out 0s;
  -o-transition: color 0.25s ease-out 0s, background-color 0.25s ease-out 0s;
  transition: color 0.25s ease-out 0s, background-color 0.25s ease-out 0s;
  color: #368BA4;
  border: 1px solid #368BA4;
  cursor: pointer; }
  @media screen and (min-width: 1051px) {
    .form-confirm-btn:hover {
      background-color: #368BA4;
      color: #fff;
      text-decoration: none; } }
  .form-confirm-btn i {
    margin-right: .5em; }

.form-confirm-body {
  margin-bottom: 40px;
  padding: 10px 20px 30px; }
  @media screen and (max-width: 1051px) {
    .form-confirm-body {
      padding: 5px 20px 15px; } }

.confirm-line {
  position: relative;
  display: block;
  width: 100%;
  border-bottom: 1px solid #F4F4F4;
  box-sizing: border-box; }
  .form-input_group-body .confirm-line {
    width: auto;
    margin: 0 15px; }

.confirm-line-label {
  display: inline-block;
  width: 25%;
  padding: 15px 0 15px 0;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: bold;
  vertical-align: top;
  box-sizing: border-box;
  color: #616161; }
  .confirm-line-label b {
    margin-left: 0.15em;
    color: #B50A13; }
  @media screen and (max-width: 1051px) {
    .confirm-line-label {
      display: block;
      width: 100%;
      padding: 8px 0 8px;
      font-size: 13px;
      font-size: 1.3rem; } }

.confirm-line-body {
  *zoom: 1;
  display: inline-block;
  width: 70%;
  padding: 15px 10px 15px;
  vertical-align: top;
  box-sizing: border-box;
  word-break: break-all;
  white-space: normal; }
  .confirm-line-body:after {
    content: "\0020";
    display: block;
    height: 0;
    clear: both;
    overflow: hidden;
    visibility: hidden; }
  .confirm-line-body ul li {
    display: inline; }
    .confirm-line-body ul li:after {
      content: '/';
      display: inline;
      margin: 0 .25em; }
    .confirm-line-body ul li:nth-last-child(1):after {
      display: none; }
  @media screen and (max-width: 1051px) {
    .confirm-line-body {
      display: block;
      width: auto;
      margin-right: -10px;
      padding: 0 0 5px 0; } }

.modal-form .btn-wrap {
  margin: 0 30px;
  padding-top: 30px;
  padding-bottom: 30px;
  border-top: 1px solid #dedede; }
  @media screen and (max-width: 1051px) {
    .modal-form .btn-wrap {
      margin: 0 10px;
      padding-bottom: 10px; } }
  .modal-form .btn-wrap .btn {
    font-size: 16px;
    font-size: 1.6rem;
    width: 33.33%;
    height: 55px;
    line-height: 55px; }
    @media screen and (max-width: 1051px) {
      .modal-form .btn-wrap .btn {
        font-size: 13px;
        font-size: 1.3rem;
        width: 100%;
        height: 45px;
        line-height: 45px; } }

.form-confirm-wrapper .btn-wrap {
  margin: 0 15px; }
  .form-confirm-wrapper .btn-wrap .btn {
    font-size: 16px;
    font-size: 1.6rem;
    width: 33.33%;
    height: 55px;
    line-height: 55px; }
    @media screen and (max-width: 1051px) {
      .form-confirm-wrapper .btn-wrap .btn {
        font-size: 13px;
        font-size: 1.3rem;
        width: 100%;
        height: 45px;
        line-height: 45px; } }

/* form - complete
----------------------------------------------------*/
.complete_msg {
  text-align: center;
  margin-bottom: 0; }

.complete_msg-title {
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: bold;
  padding-bottom: 20px;
  border-bottom: 1px solid #BEBEBE; }
  @media screen and (max-width: 1051px) {
    .complete_msg-title {
      font-size: 16px;
      font-size: 1.6rem;
      padding-bottom: 10px; } }

.complete_after {
  width: 1024px;
  margin-left: auto;
  margin-right: auto;
  *zoom: 1;
  padding-top: 20px;
  margin-bottom: 20px; }
  @media screen and (max-width: 1051px) {
    .complete_after {
      width: auto; } }
  .complete_after:after {
    content: "\0020";
    display: block;
    height: 0;
    clear: both;
    overflow: hidden;
    visibility: hidden; }
  @media screen and (max-width: 1051px) {
    .complete_after {
      padding-top: 20px;
      margin-bottom: 0; } }
  .complete_after > * {
    position: relative;
    width: 100%;
    background-color: #fff; }
  .complete_after .btn-wrap {
    width: auto;
    padding: 20px 0;
    margin: 0 15px;
    background-color: transparent; }
    .complete_after .btn-wrap .btn {
      font-size: 16px;
      font-size: 1.6rem;
      width: 33.33%;
      height: 55px;
      line-height: 55px; }
      @media screen and (max-width: 1051px) {
        .complete_after .btn-wrap .btn {
          font-size: 13px;
          font-size: 1.3rem;
          width: 100%;
          height: 45px;
          line-height: 45px; } }

.complete_after-fig {
  position: absolute;
  top: 0;
  left: 0;
  width: 60%;
  height: 100%; }
  .complete_after-fig .inner {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    background-image: url(../images/bg-complete.png);
    background-size: cover;
    background-position: center; }
    .complete_after-fig .inner:before {
      content: '';
      display: block;
      width: 100%;
      padding-top: 50%; }
  @media screen and (max-width: 1051px) {
    .complete_after-fig {
      position: relative;
      top: auto;
      left: auto;
      width: 100%;
      height: 100%; }
      .complete_after-fig:before {
        content: '';
        display: block;
        width: 100%;
        height: 50%; } }

.complete_after-text {
  position: relative;
  width: 40%;
  margin: 0 0 0 auto;
  box-sizing: border-box; }
  @media screen and (max-width: 1051px) {
    .complete_after-text {
      text-align: center;
      width: 100%;
      padding: 0 20px; } }
  .complete_after-text .inner {
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    padding: 0 30px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    box-sizing: border-box; }
    @media screen and (max-width: 1051px) {
      .complete_after-text .inner {
        position: relative;
        left: auto;
        top: auto;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
        padding: 20px 0; } }
  .complete_after-text:before {
    content: '';
    display: block;
    width: 100%;
    padding-top: 75%; }
    @media screen and (max-width: 1051px) {
      .complete_after-text:before {
        display: none; } }

.complete_after-text-title {
  font-size: 20px;
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 25px;
  color: #868686; }
  @media screen and (max-width: 1051px) {
    .complete_after-text-title {
      font-size: 16px;
      font-size: 1.6rem;
      margin-bottom: 12px; } }

.complete_after-text-lead {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.75;
  letter-spacing: 0.02em; }
  @media screen and (max-width: 1051px) {
    .complete_after-text-lead {
      font-size: 12px;
      font-size: 1.2rem; } }

/* 404
----------------------------------------------------*/
.notfound-shoulder {
  margin-bottom: 30px;
  line-height: 1;
  font-size: 60px;
  font-size: 6rem;
  font-weight: bold;
  color: #b8b8b8; }
  @media screen and (max-width: 1051px) {
    .notfound-shoulder {
      font-size: 37px;
      font-size: 3.7rem; } }

.notfound-shoulder span {
  display: block;
  margin-top: 5px;
  font-size: 17px;
  font-size: 1.7rem; }
  @media screen and (max-width: 1051px) {
    .notfound-shoulder span {
      font-size: 10px;
      font-size: 1rem; } }

.notfound-title {
  margin-bottom: 15px;
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: bold;
  color: #2a6d82; }
  @media screen and (max-width: 1051px) {
    .notfound-title {
      font-size: 18px;
      font-size: 1.8rem; } }

.notfound-wrapper {
  position: relative;
  background-color: #f5f5f5;
  height: 550px; }
  @media screen and (max-width: 1051px) {
    .notfound-wrapper {
      height: 360px; } }

.notfound-inner {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 100%;
  margin: 0 auto;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  box-sizing: border-box;
  text-align: center; }
  @media screen and (max-width: 1051px) {
    .notfound-inner {
      max-width: auto;
      max-width: inherit; } }
  .notfound-inner .btn-wrap {
    padding-top: 30px; }
    @media screen and (max-width: 1051px) {
      .notfound-inner .btn-wrap {
        margin: 0 15px; } }
    .notfound-inner .btn-wrap .btn {
      font-size: 16px;
      font-size: 1.6rem;
      width: 33.33%;
      height: 55px;
      line-height: 55px; }
      @media screen and (max-width: 1051px) {
        .notfound-inner .btn-wrap .btn {
          width: 100%; } }

@media screen and (max-width: 1051px) {
  .notfound-text {
    font-size: 14px;
    font-size: 1.4rem;
    text-align: left;
    margin: 0 15px; }
    .notfound-text br {
      display: none; } }

/* text
----------------------------------------------------*/
.layout-notice {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
  text-align: left; }

.notice {
  border: 1px solid #f00;
  max-width: 1044px;
  margin: 0 auto 20px;
  padding: 40px;
  text-align: center; }
  @media screen and (max-width: 1051px) {
    .notice {
      padding: 20px;
      margin: 10px; } }
  .notice .detail {
    width: calc((100% - 40px) / 2);
    text-align: left; }
    @media screen and (max-width: 1051px) {
      .notice .detail {
        width: 100%; } }
    @media screen and (max-width: 1051px) {
      .notice .detail:first-child {
        margin-bottom: 20px; } }
  .notice_point {
    color: #f00;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: bold;
    margin-bottom: 20px;
    text-align: center; }
  .notice .emphasis {
    font-size: 20px;
    font-size: 2rem; }
  .notice .emphasis_added {
    font-weight: bold; }
  .notice .interval {
    margin-bottom: 10px; }
  .notice .remarks {
    background: #fff;
    padding: 15px 20px; }
  .notice .text-small {
    font-size: 12px;
    font-size: 1.2rem; }
