@charset "UTF-8";
a:hover {
  text-decoration: none;
}

/* ヘッダーナビ文字色 （ホバー時も）*/
.global_menu a {
  color: #222439 !important;
}

.global_menu a:hover {
  color: #063261 !important;
}

/* ヘッダーお問い合わせフォーム　背景色 */
/* #header_contact a{
	background-color:#EB2828 !important;
} */
/* フッター文字色（ホバー時も） */
#footer_top {
  color: #222439 !important;
}

#footer_menu a {
  color: #222439 !important;
}

/* MV下ブロックの画像表示 */
.image .mask {
  -o-object-fit: cover;
     object-fit: cover;
}

#index_news a {
  color: #222439 !important;
}

/* 固定ページのMV */
#main_image {
  /* MVタイトル消す */
}

#main_image #main_image_headline {
  display: none;
}

/* ▽ SP layout ========== */
@media only screen and (max-width: 639px) {
  #main_contents {
    padding: 15px 5px 30px !important;
  }
}

/* ========== end △ */
.wrapper {
  max-width: 1100px;
  margin: 0 auto;
  width: 100%;
  font-family: YuMincho, "Yu Mincho";
  line-height: 1.25;
}

/* ▽ SP layout ========== */
@media only screen and (max-width: 639px) {
  .wrapper {
    max-width: 599px;
  }
}

/* ========== end △ */
.br_pc {
  display: block;
}

/* ▽ SP layout ========== */
@media only screen and (max-width: 639px) {
  .br_pc {
    display: none;
  }
}

/* ========== end △ */
.br_sp {
  display: none;
}

/* ▽ SP layout ========== */
@media only screen and (max-width: 639px) {
  .br_sp {
    display: block;
  }
}

/* ========== end △ */
#main_contents {
  /*! destyle.css v3.0.0 | MIT License | https://github.com/nicolas-cusan/destyle.css */
  /* Reset box-model and set borders */
  /* ============================================ */
  /* Document */
  /* ============================================ */
  /**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
  /* Sections */
  /* ============================================ */
  /**
 * Remove the margin in all browsers.
 */
  /**
 * Render the `main` element consistently in IE.
 */
  /* Vertical rhythm */
  /* ============================================ */
  /* Headings */
  /* ============================================ */
  /* Lists (enumeration) */
  /* ============================================ */
  /* Lists (definition) */
  /* ============================================ */
  /* Grouping content */
  /* ============================================ */
  /**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
  /**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
  /* Text-level semantics */
  /* ============================================ */
  /**
 * Remove the gray background on active links in IE 10.
 */
  /**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
  /**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
  /**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
  /**
 * Add the correct font size in all browsers.
 */
  /**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
  /* Replaced content */
  /* ============================================ */
  /**
 * Prevent vertical alignment issues.
 */
  /* Forms */
  /* ============================================ */
  /**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */
  /**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */
  /**
 * Correct cursors for clickable elements.
 */
  /**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */
  /**
 * Remove padding
 */
  /**
 * Reset to invisible
 */
  /**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
  /**
 * Remove the default vertical scrollbar in IE 10+.
 */
  /**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
  /**
 * 1. Correct the outline style in Safari.
 */
  /**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
  /**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Fix font inheritance.
 */
  /**
 * Clickable labels
 */
  /* Interactive */
  /* ============================================ */
  /*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
  /*
 * Add the correct display in all browsers.
 */
  /*
 * Remove outline for editable content.
 */
  /* Tables */
  /* ============================================ */
  /**
1. Correct table border color inheritance in all Chrome and Safari.
*/
}

#main_contents *,
#main_contents ::before,
#main_contents ::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

#main_contents html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -webkit-tap-highlight-color: transparent;
  /* 3*/
}

#main_contents body {
  margin: 0;
}

#main_contents main {
  display: block;
}

#main_contents p,
#main_contents table,
#main_contents blockquote,
#main_contents address,
#main_contents pre,
#main_contents iframe,
#main_contents form,
#main_contents figure,
#main_contents dl {
  margin: 0;
}

#main_contents h1,
#main_contents h2,
#main_contents h3,
#main_contents h4,
#main_contents h5,
#main_contents h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

#main_contents ul,
#main_contents ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

#main_contents dt {
  font-weight: bold;
}

#main_contents dd {
  margin-left: 0;
}

#main_contents hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

#main_contents pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: inherit;
  /* 2 */
}

#main_contents address {
  font-style: inherit;
}

#main_contents a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

#main_contents abbr[title] {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */
}

#main_contents b,
#main_contents strong {
  font-weight: bolder;
}

#main_contents code,
#main_contents kbd,
#main_contents samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: inherit;
  /* 2 */
}

#main_contents small {
  font-size: 80%;
}

#main_contents sub,
#main_contents sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

#main_contents sub {
  bottom: -0.25em;
}

#main_contents sup {
  top: -0.5em;
}

#main_contents svg,
#main_contents img,
#main_contents embed,
#main_contents object,
#main_contents iframe {
  vertical-align: bottom;
}

#main_contents button,
#main_contents input,
#main_contents optgroup,
#main_contents select,
#main_contents textarea {
  -webkit-appearance: none;
  /* 1 */
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit;
  /* 2 */
}

#main_contents [type="checkbox"] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
       appearance: checkbox;
}

#main_contents [type="radio"] {
  -webkit-appearance: radio;
  -moz-appearance: radio;
       appearance: radio;
}

#main_contents button,
#main_contents [type="button"],
#main_contents [type="reset"],
#main_contents [type="submit"] {
  cursor: pointer;
}

#main_contents button:disabled,
#main_contents [type="button"]:disabled,
#main_contents [type="reset"]:disabled,
#main_contents [type="submit"]:disabled {
  cursor: default;
}

#main_contents :-moz-focusring {
  outline: auto;
}

#main_contents select:disabled {
  opacity: inherit;
}

#main_contents option {
  padding: 0;
}

#main_contents fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

#main_contents legend {
  padding: 0;
}

#main_contents progress {
  vertical-align: baseline;
}

#main_contents textarea {
  overflow: auto;
}

#main_contents [type="number"]::-webkit-inner-spin-button,
#main_contents [type="number"]::-webkit-outer-spin-button {
  height: auto;
}

#main_contents [type="search"] {
  outline-offset: -2px;
  /* 1 */
}

#main_contents [type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

#main_contents ::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

#main_contents label[for] {
  cursor: pointer;
}

#main_contents details {
  display: block;
}

#main_contents summary {
  display: list-item;
}

#main_contents [contenteditable]:focus {
  outline: auto;
}

#main_contents table {
  border-color: inherit;
  /* 1 */
}

#main_contents caption {
  text-align: left;
}

#main_contents td,
#main_contents th {
  vertical-align: top;
  padding: 0;
}

#main_contents th {
  text-align: left;
  font-weight: bold;
}

#main_contents #price_page .title_section {
  margin-top: 60px;
}

#main_contents #price_page .title_section .title_list {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  list-style: none;
  text-align: center;
  padding: 0;
}

/* ▽ SP layout ========== */
@media only screen and (max-width: 639px) {
  #main_contents #price_page .title_section .title_list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

/* ========== end △ */
#main_contents #price_page .title_section .title_list .list {
  width: 25%;
  height: 110px;
  background-color: #EB2828;
  margin: 0 15px;
  font-size: 22px;
  color: white;
  font-weight: 100;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  /*左右中央揃え*/
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  /*上下中央揃え*/
  position: relative;
}

/* ▽ SP layout ========== */
@media only screen and (max-width: 639px) {
  #main_contents #price_page .title_section .title_list .list {
    width: 46%;
    height: 70px;
    margin: 30px 3px 0;
    font-size: 16px;
  }
}

/* ========== end △ */
#main_contents #price_page .title_section .title_list .list::before {
  position: absolute;
  content: '01';
  color: #333;
  font-size: 50px;
  font-family: 'Times New Roman';
  left: 10px;
  top: -30px;
}

/* ▽ SP layout ========== */
@media only screen and (max-width: 639px) {
  #main_contents #price_page .title_section .title_list .list::before {
    top: -17px;
    left: 0px;
    font-size: 28px;
  }
}

/* ========== end △ */
#main_contents #price_page .title_section .title_list .list:nth-of-type(2)::before {
  content: '02';
}

#main_contents #price_page .title_section .title_list .list:nth-of-type(3)::before {
  content: '03';
}

#main_contents #price_page .title_section .title_list .list:nth-of-type(4)::before {
  content: '04';
}

#main_contents #price_page .title_section .title_list .list .page_link {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#main_contents #price_page .price_section {
  margin-top: 125px;
}

#main_contents #price_page .price_section .price_area {
  margin-top: 80px;
}

#main_contents #price_page .price_section .price_area .title {
  font-size: 28px;
  position: relative;
  padding: 20px 0 20px 60px;
  border-bottom: 3px solid #EB2828;
}

/* ▽ SP layout ========== */
@media only screen and (max-width: 639px) {
  #main_contents #price_page .price_section .price_area .title {
    font-size: 18px;
    font-weight: bold;
  }
}

/* ========== end △ */
#main_contents #price_page .price_section .price_area .title::before {
  position: absolute;
  content: '01';
  color: #EB2828;
  font-size: 50px;
  font-family: 'Times New Roman' !important;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

#main_contents #price_page .price_section .price_area .title.no2::before {
  content: '02';
}

#main_contents #price_page .price_section .price_area .title.no3::before {
  content: '03';
}

#main_contents #price_page .price_section .price_area .title.no4::before {
  content: '04';
}

#main_contents #price_page .price_section .price_area .lead {
  font-size: 22px;
  line-height: 2;
  margin-top: 30px;
  font-family: 'Hiragino Kaku Gothic ProN';
}

/* ▽ SP layout ========== */
@media only screen and (max-width: 639px) {
  #main_contents #price_page .price_section .price_area .lead {
    font-size: 18px;
    padding-right: 10px;
    padding-left: 10px;
  }
}

/* ========== end △ */
#main_contents #price_page .price_section .price_area .table_title {
  font-size: 26px;
  margin-top: 60px;
}

#main_contents #price_page .price_section .price_area .table_title::before {
  content: '●';
  color: #EB2828;
}

/* ▽ SP layout ========== */
@media only screen and (max-width: 639px) {
  #main_contents #price_page .price_section .price_area .table_title {
    font-size: 18px;
    position: relative;
    padding-left: 25px;
  }
  #main_contents #price_page .price_section .price_area .table_title::before {
    position: absolute;
    left: 0;
  }
}

/* ========== end △ */
#main_contents #price_page .price_section .price_area .price-img {
  display: none;
}

/* ▽ SP layout ========== */
@media only screen and (max-width: 639px) {
  #main_contents #price_page .price_section .price_area .price-img {
    display: block;
    width: 100%;
  }
}

/* ========== end △ */
#main_contents #price_page .price_section .price_area .price_table {
  width: 100%;
  font-size: 22px;
  margin-top: 25px;
  border-collapse: collapse;
  border: 1px solid black;
  font-family: 'Hiragino Kaku Gothic ProN';
}

/* ▽ SP layout ========== */
@media only screen and (max-width: 639px) {
  #main_contents #price_page .price_section .price_area .price_table {
    font-size: 18px;
    display: none;
  }
}

/* ========== end △ */
#main_contents #price_page .price_section .price_area .price_table th,
#main_contents #price_page .price_section .price_area .price_table td {
  border: 1px solid black;
  padding: 30px 0 30px 40px;
}

/* ▽ SP layout ========== */
@media only screen and (max-width: 639px) {
  #main_contents #price_page .price_section .price_area .price_table th,
  #main_contents #price_page .price_section .price_area .price_table td {
    padding: 20px 5px;
  }
}

/* ========== end △ */
#main_contents #price_page .price_section .price_area .price_table th {
  background-color: #D1CEC5;
  font-weight: normal;
  text-align: center;
}

#main_contents #price_page .price_section .price_area .price_table td {
  vertical-align: middle;
}

#main_contents #price_page .price_section .price_area .price_table td span {
  font-size: 16px;
}

#main_contents #price_page .price_section .price_area .price_table.col3 th,
#main_contents #price_page .price_section .price_area .price_table.col3 td {
  width: 33%;
}

#main_contents #price_page .price_section .price_area .price_table.col2 th,
#main_contents #price_page .price_section .price_area .price_table.col2 td {
  width: 50%;
}

#main_contents #price_page .price_section .price_area .ps_area {
  margin-top: 30px;
  font-size: 19px;
  line-height: 1.43;
  padding-left: 30px;
}

/* ▽ SP layout ========== */
@media only screen and (max-width: 639px) {
  #main_contents #price_page .price_section .price_area .ps_area {
    font-size: 16px;
    margin-top: 10px;
    padding-right: 10px;
    padding-left: 10px;
  }
}

/* ========== end △ */
#main_contents #price_page .price_section .price_area .ps_area .ps {
  font-family: "Hiragino Kaku Gothic ProN", "MS Pゴシック", sans-serif;
}

#main_contents #price_page .price_section .price_area .ps_area .ps::before {
  content: '※';
}

#main_contents #price_page .price_section .price_area .link_btn_area {
  margin-top: 80px;
  text-align: center;
}

#main_contents #price_page .price_section .price_area .link_btn_area .link_btn {
  display: inline-block;
  background-color: #000;
  color: #fff;
  -webkit-transition: .5s;
  transition: .5s;
  width: 400px;
  text-align: center;
  font-size: 1.7rem;
  padding: 20px;
  border-radius: 38px;
  position: relative;
}

#main_contents #price_page .price_section .price_area .link_btn_area .link_btn:hover {
  background-color: #EB2828;
}

/* ▽ SP layout ========== */
@media only screen and (max-width: 639px) {
  #main_contents #price_page .price_section .price_area .link_btn_area .link_btn {
    width: 315px;
    font-size: 22px;
    padding: 20px 0;
  }
}

/* ========== end △ */
#main_contents #price_page .price_section .price_area .link_btn_area.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#main_contents #price_page .price_section .price_area .link_btn_area.flex .link_btn {
  margin: 30px 30px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

#main_contents #price_page .price_section .price_area .link_btn_area.flex .big {
  display: inline-block;
  background-color: #000;
  color: #fff;
  -webkit-transition: .5s;
  transition: .5s;
  width: 400px;
  text-align: center;
  font-size: 1.7rem;
  padding: 20px;
  border-radius: 38px;
  position: relative;
  width: 860px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

#main_contents #price_page .price_section .price_area .link_btn_area.flex .big:hover {
  background-color: #EB2828;
}

/* ▽ SP layout ========== */
@media only screen and (max-width: 639px) {
  #main_contents #price_page .price_section .price_area .link_btn_area.flex .big {
    width: 315px;
    font-size: 22px;
    padding: 20px 0;
  }
}

/* ========== end △ */
/* ▽ SP layout ========== */
@media only screen and (max-width: 639px) {
  #main_contents #price_page .price_section .price_area .link_btn_area.flex .big {
    font-size: 20px;
  }
}

/* ========== end △ */
#main_contents #price_page .price_section .price_area .link_btn_area.flex .big .sp_br {
  display: none;
}

/* ▽ SP layout ========== */
@media only screen and (max-width: 639px) {
  #main_contents #price_page .price_section .price_area .link_btn_area.flex .big .sp_br {
    display: block;
  }
}

/* ========== end △ */
#main_contents {
  /*! destyle.css v3.0.0 | MIT License | https://github.com/nicolas-cusan/destyle.css */
  /* Reset box-model and set borders */
  /* ============================================ */
  /* Document */
  /* ============================================ */
  /**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
  /* Sections */
  /* ============================================ */
  /**
 * Remove the margin in all browsers.
 */
  /**
 * Render the `main` element consistently in IE.
 */
  /* Vertical rhythm */
  /* ============================================ */
  /* Headings */
  /* ============================================ */
  /* Lists (enumeration) */
  /* ============================================ */
  /* Lists (definition) */
  /* ============================================ */
  /* Grouping content */
  /* ============================================ */
  /**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
  /**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
  /* Text-level semantics */
  /* ============================================ */
  /**
 * Remove the gray background on active links in IE 10.
 */
  /**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
  /**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
  /**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
  /**
 * Add the correct font size in all browsers.
 */
  /**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
  /* Replaced content */
  /* ============================================ */
  /**
 * Prevent vertical alignment issues.
 */
  /* Forms */
  /* ============================================ */
  /**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */
  /**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */
  /**
 * Correct cursors for clickable elements.
 */
  /**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */
  /**
 * Remove padding
 */
  /**
 * Reset to invisible
 */
  /**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
  /**
 * Remove the default vertical scrollbar in IE 10+.
 */
  /**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
  /**
 * 1. Correct the outline style in Safari.
 */
  /**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
  /**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Fix font inheritance.
 */
  /**
 * Clickable labels
 */
  /* Interactive */
  /* ============================================ */
  /*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
  /*
 * Add the correct display in all browsers.
 */
  /*
 * Remove outline for editable content.
 */
  /* Tables */
  /* ============================================ */
  /**
1. Correct table border color inheritance in all Chrome and Safari.
*/
}

#main_contents *,
#main_contents ::before,
#main_contents ::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

#main_contents html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -webkit-tap-highlight-color: transparent;
  /* 3*/
}

#main_contents body {
  margin: 0;
}

#main_contents main {
  display: block;
}

#main_contents p,
#main_contents table,
#main_contents blockquote,
#main_contents address,
#main_contents pre,
#main_contents iframe,
#main_contents form,
#main_contents figure,
#main_contents dl {
  margin: 0;
}

#main_contents h1,
#main_contents h2,
#main_contents h3,
#main_contents h4,
#main_contents h5,
#main_contents h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

#main_contents ul,
#main_contents ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

#main_contents dt {
  font-weight: bold;
}

#main_contents dd {
  margin-left: 0;
}

#main_contents hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

#main_contents pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: inherit;
  /* 2 */
}

#main_contents address {
  font-style: inherit;
}

#main_contents a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

#main_contents abbr[title] {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */
}

#main_contents b,
#main_contents strong {
  font-weight: bolder;
}

#main_contents code,
#main_contents kbd,
#main_contents samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: inherit;
  /* 2 */
}

#main_contents small {
  font-size: 80%;
}

#main_contents sub,
#main_contents sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

#main_contents sub {
  bottom: -0.25em;
}

#main_contents sup {
  top: -0.5em;
}

#main_contents svg,
#main_contents img,
#main_contents embed,
#main_contents object,
#main_contents iframe {
  vertical-align: bottom;
}

#main_contents button,
#main_contents input,
#main_contents optgroup,
#main_contents select,
#main_contents textarea {
  -webkit-appearance: none;
  /* 1 */
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit;
  /* 2 */
}

#main_contents [type="checkbox"] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
       appearance: checkbox;
}

#main_contents [type="radio"] {
  -webkit-appearance: radio;
  -moz-appearance: radio;
       appearance: radio;
}

#main_contents button,
#main_contents [type="button"],
#main_contents [type="reset"],
#main_contents [type="submit"] {
  cursor: pointer;
}

#main_contents button:disabled,
#main_contents [type="button"]:disabled,
#main_contents [type="reset"]:disabled,
#main_contents [type="submit"]:disabled {
  cursor: default;
}

#main_contents :-moz-focusring {
  outline: auto;
}

#main_contents select:disabled {
  opacity: inherit;
}

#main_contents option {
  padding: 0;
}

#main_contents fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

#main_contents legend {
  padding: 0;
}

#main_contents progress {
  vertical-align: baseline;
}

#main_contents textarea {
  overflow: auto;
}

#main_contents [type="number"]::-webkit-inner-spin-button,
#main_contents [type="number"]::-webkit-outer-spin-button {
  height: auto;
}

#main_contents [type="search"] {
  outline-offset: -2px;
  /* 1 */
}

#main_contents [type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

#main_contents ::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

#main_contents label[for] {
  cursor: pointer;
}

#main_contents details {
  display: block;
}

#main_contents summary {
  display: list-item;
}

#main_contents [contenteditable]:focus {
  outline: auto;
}

#main_contents table {
  border-color: inherit;
  /* 1 */
}

#main_contents caption {
  text-align: left;
}

#main_contents td,
#main_contents th {
  vertical-align: top;
  padding: 0;
}

#main_contents th {
  text-align: left;
  font-weight: bold;
}

#main_contents #about_page .profile {
  margin-top: 60px;
}

#main_contents #about_page .profile .h3_title {
  width: 100%;
  font-size: 27px;
  background: -webkit-gradient(linear, left top, right top, color-stop(7%, #fff), to(#D1CEC5));
  background: linear-gradient(to right, #fff 7%, #D1CEC5);
  border-left: 70px solid black;
  height: 60px;
  line-height: 60px;
  padding-left: 30px;
  font-weight: lighter;
  position: relative;
}

/* ▽ SP layout ========== */
@media only screen and (max-width: 639px) {
  #main_contents #about_page .profile .h3_title {
    font-size: 17px;
    height: 60px;
    line-height: 60px;
    border-left: 30px solid black;
  }
}

/* ========== end △ */
#main_contents #about_page .profile .h3_title::before {
  content: '';
  position: absolute;
  width: 35px;
  height: 3px;
  background-color: #EB2828;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: -17px;
}

#main_contents #about_page .profile .info {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 20px;
}

/* ▽ SP layout ========== */
@media only screen and (max-width: 639px) {
  #main_contents #about_page .profile .info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-right: 10px;
    padding-left: 10px;
  }
}

/* ========== end △ */
#main_contents #about_page .profile .info dt {
  width: 140px;
  height: 35px;
  margin-top: 30px;
  text-align: center;
  font-size: 20px;
  background-color: #000;
  color: #fff;
  font-weight: normal;
  padding: 5px 0;
}

/* ▽ SP layout ========== */
@media only screen and (max-width: 639px) {
  #main_contents #about_page .profile .info dt {
    font-size: 17px;
    height: auto;
  }
}

/* ========== end △ */
#main_contents #about_page .profile .info dd {
  width: 840px;
  margin-top: 30px;
  font-size: 22px;
  margin-left: 50px;
  line-height: 1.9;
  font-family: 'Hiragino Kaku Gothic ProN';
  position: relative;
}

/* ▽ SP layout ========== */
@media only screen and (max-width: 639px) {
  #main_contents #about_page .profile .info dd {
    width: 100%;
    font-size: 16px;
    margin-top: 20px;
    margin-left: 0;
  }
}

/* ========== end △ */
#main_contents #about_page .profile .info dd.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

/* ▽ SP layout ========== */
@media only screen and (max-width: 639px) {
  #main_contents #about_page .profile .info dd.flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

/* ========== end △ */
#main_contents #about_page .profile .info dd span {
  margin-top: 40px;
}

/* ▽ SP layout ========== */
@media only screen and (max-width: 639px) {
  #main_contents #about_page .profile .info dd span {
    margin-top: 0;
  }
}

/* ========== end △ */
#main_contents #about_page .profile .info dd .mt0 {
  margin-top: 0;
}

#main_contents #about_page .profile .info dd .year {
  display: block;
  width: 140px;
}

/* ▽ SP layout ========== */
@media only screen and (max-width: 639px) {
  #main_contents #about_page .profile .info dd .year {
    width: 100%;
    margin-top: 20px;
  }
}

/* ========== end △ */
#main_contents #about_page .profile .info dd .text {
  display: block;
  width: 82%;
}

/* ▽ SP layout ========== */
@media only screen and (max-width: 639px) {
  #main_contents #about_page .profile .info dd .text {
    width: 100%;
  }
}

/* ========== end △ */
#main_contents #about_page .profile .img_area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  margin-top: 60px;
  margin-bottom: 20px;
}

/* ▽ SP layout ========== */
/* ========== end △ */
#main_contents #about_page .profile .img_area img {
  width: 30%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-box-shadow: 30px 30px 0 -20px #eb2828;
          box-shadow: 30px 30px 0 -20px #eb2828;
}

/* ▽ SP layout ========== */
@media only screen and (max-width: 639px) {
  #main_contents #about_page .profile .img_area img {
    width: 32%;
    margin: 0 auto;
    margin-top: 20px;
    -webkit-box-shadow: 10px 10px 0 -5px #eb2828;
            box-shadow: 10px 10px 0 -5px #eb2828;
  }
}

/* ========== end △ */
#main_contents #about_page .access {
  margin-top: 60px;
}

#main_contents #about_page .access .h3_title {
  width: 100%;
  font-size: 27px;
  background: -webkit-gradient(linear, left top, right top, color-stop(7%, #fff), to(#D1CEC5));
  background: linear-gradient(to right, #fff 7%, #D1CEC5);
  border-left: 70px solid black;
  height: 60px;
  line-height: 60px;
  padding-left: 30px;
  font-weight: lighter;
  position: relative;
}

/* ▽ SP layout ========== */
@media only screen and (max-width: 639px) {
  #main_contents #about_page .access .h3_title {
    font-size: 17px;
    height: 60px;
    line-height: 60px;
    border-left: 30px solid black;
  }
}

/* ========== end △ */
#main_contents #about_page .access .h3_title::before {
  content: '';
  position: absolute;
  width: 35px;
  height: 3px;
  background-color: #EB2828;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: -17px;
}

#main_contents #about_page .access .address {
  font-size: 22px;
  margin-top: 45px;
  line-height: 1.9;
  font-family: 'Hiragino Kaku Gothic ProN';
}

/* ▽ SP layout ========== */
@media only screen and (max-width: 639px) {
  #main_contents #about_page .access .address {
    font-size: 16px;
    padding-right: 10px;
    padding-left: 10px;
  }
}

/* ========== end △ */
#main_contents #about_page .access .address .br_sp {
  display: none;
}

/* ▽ SP layout ========== */
@media only screen and (max-width: 639px) {
  #main_contents #about_page .access .address .br_sp {
    display: block;
  }
}

/* ========== end △ */
#main_contents #about_page .access .map_area {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 55%;
  margin-top: 40px;
}

/* ▽ SP layout ========== */
@media only screen and (max-width: 639px) {
  #main_contents #about_page .access .map_area {
    padding-top: 100%;
  }
}

/* ========== end △ */
#main_contents #about_page .access .map_area iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#main_contents #about_page .service_area .h3_title {
  width: 100%;
  font-size: 27px;
  background: -webkit-gradient(linear, left top, right top, color-stop(7%, #fff), to(#D1CEC5));
  background: linear-gradient(to right, #fff 7%, #D1CEC5);
  border-left: 70px solid black;
  height: 60px;
  line-height: 60px;
  padding-left: 30px;
  font-weight: lighter;
  position: relative;
  margin-top: 50px;
}

/* ▽ SP layout ========== */
@media only screen and (max-width: 639px) {
  #main_contents #about_page .service_area .h3_title {
    font-size: 17px;
    height: 60px;
    line-height: 60px;
    border-left: 30px solid black;
  }
}

/* ========== end △ */
#main_contents #about_page .service_area .h3_title::before {
  content: '';
  position: absolute;
  width: 35px;
  height: 3px;
  background-color: #EB2828;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: -17px;
}

#main_contents #about_page .service_area .area {
  font-size: 22px;
  margin-top: 45px;
  line-height: 1.9;
  letter-spacing: 0.048em;
  font-family: 'Hiragino Kaku Gothic ProN';
}

/* ▽ SP layout ========== */
@media only screen and (max-width: 639px) {
  #main_contents #about_page .service_area .area {
    font-size: 16px;
    padding-right: 10px;
    padding-left: 10px;
  }
}

/* ========== end △ */
#main_contents {
  /*! destyle.css v3.0.0 | MIT License | https://github.com/nicolas-cusan/destyle.css */
  /* Reset box-model and set borders */
  /* ============================================ */
  /* Document */
  /* ============================================ */
  /**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
  /* Sections */
  /* ============================================ */
  /**
 * Remove the margin in all browsers.
 */
  /**
 * Render the `main` element consistently in IE.
 */
  /* Vertical rhythm */
  /* ============================================ */
  /* Headings */
  /* ============================================ */
  /* Lists (enumeration) */
  /* ============================================ */
  /* Lists (definition) */
  /* ============================================ */
  /* Grouping content */
  /* ============================================ */
  /**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
  /**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
  /* Text-level semantics */
  /* ============================================ */
  /**
 * Remove the gray background on active links in IE 10.
 */
  /**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
  /**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
  /**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
  /**
 * Add the correct font size in all browsers.
 */
  /**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
  /* Replaced content */
  /* ============================================ */
  /**
 * Prevent vertical alignment issues.
 */
  /* Forms */
  /* ============================================ */
  /**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */
  /**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */
  /**
 * Correct cursors for clickable elements.
 */
  /**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */
  /**
 * Remove padding
 */
  /**
 * Reset to invisible
 */
  /**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
  /**
 * Remove the default vertical scrollbar in IE 10+.
 */
  /**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
  /**
 * 1. Correct the outline style in Safari.
 */
  /**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
  /**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Fix font inheritance.
 */
  /**
 * Clickable labels
 */
  /* Interactive */
  /* ============================================ */
  /*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
  /*
 * Add the correct display in all browsers.
 */
  /*
 * Remove outline for editable content.
 */
  /* Tables */
  /* ============================================ */
  /**
1. Correct table border color inheritance in all Chrome and Safari.
*/
}

#main_contents *,
#main_contents ::before,
#main_contents ::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

#main_contents html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -webkit-tap-highlight-color: transparent;
  /* 3*/
}

#main_contents body {
  margin: 0;
}

#main_contents main {
  display: block;
}

#main_contents p,
#main_contents table,
#main_contents blockquote,
#main_contents address,
#main_contents pre,
#main_contents iframe,
#main_contents form,
#main_contents figure,
#main_contents dl {
  margin: 0;
}

#main_contents h1,
#main_contents h2,
#main_contents h3,
#main_contents h4,
#main_contents h5,
#main_contents h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

#main_contents ul,
#main_contents ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

#main_contents dt {
  font-weight: bold;
}

#main_contents dd {
  margin-left: 0;
}

#main_contents hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

#main_contents pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: inherit;
  /* 2 */
}

#main_contents address {
  font-style: inherit;
}

#main_contents a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

#main_contents abbr[title] {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */
}

#main_contents b,
#main_contents strong {
  font-weight: bolder;
}

#main_contents code,
#main_contents kbd,
#main_contents samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: inherit;
  /* 2 */
}

#main_contents small {
  font-size: 80%;
}

#main_contents sub,
#main_contents sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

#main_contents sub {
  bottom: -0.25em;
}

#main_contents sup {
  top: -0.5em;
}

#main_contents svg,
#main_contents img,
#main_contents embed,
#main_contents object,
#main_contents iframe {
  vertical-align: bottom;
}

#main_contents button,
#main_contents input,
#main_contents optgroup,
#main_contents select,
#main_contents textarea {
  -webkit-appearance: none;
  /* 1 */
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit;
  /* 2 */
}

#main_contents [type="checkbox"] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
       appearance: checkbox;
}

#main_contents [type="radio"] {
  -webkit-appearance: radio;
  -moz-appearance: radio;
       appearance: radio;
}

#main_contents button,
#main_contents [type="button"],
#main_contents [type="reset"],
#main_contents [type="submit"] {
  cursor: pointer;
}

#main_contents button:disabled,
#main_contents [type="button"]:disabled,
#main_contents [type="reset"]:disabled,
#main_contents [type="submit"]:disabled {
  cursor: default;
}

#main_contents :-moz-focusring {
  outline: auto;
}

#main_contents select:disabled {
  opacity: inherit;
}

#main_contents option {
  padding: 0;
}

#main_contents fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

#main_contents legend {
  padding: 0;
}

#main_contents progress {
  vertical-align: baseline;
}

#main_contents textarea {
  overflow: auto;
}

#main_contents [type="number"]::-webkit-inner-spin-button,
#main_contents [type="number"]::-webkit-outer-spin-button {
  height: auto;
}

#main_contents [type="search"] {
  outline-offset: -2px;
  /* 1 */
}

#main_contents [type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

#main_contents ::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

#main_contents label[for] {
  cursor: pointer;
}

#main_contents details {
  display: block;
}

#main_contents summary {
  display: list-item;
}

#main_contents [contenteditable]:focus {
  outline: auto;
}

#main_contents table {
  border-color: inherit;
  /* 1 */
}

#main_contents caption {
  text-align: left;
}

#main_contents td,
#main_contents th {
  vertical-align: top;
  padding: 0;
}

#main_contents th {
  text-align: left;
  font-weight: bold;
}

#main_contents #csr_page {
  width: 100%;
}

#main_contents #csr_page .sdgs {
  width: 100%;
  margin-top: 60px;
  background-color: #EDEDED;
  padding: 45px 0;
}

#main_contents #csr_page .sdgs .title_area {
  width: 95%;
  margin: 0 auto;
  border: solid 2px #EB2828;
  text-align: center;
  padding: 5px 10px;
  position: relative;
}

/* ▽ SP layout ========== */
@media only screen and (max-width: 639px) {
  #main_contents #csr_page .sdgs .title_area {
    width: 92%;
    padding: 5px 5px;
  }
}

/* ========== end △ */
#main_contents #csr_page .sdgs .title_area::before {
  content: '';
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: -22px;
  width: 35px;
  height: 2px;
  background-color: #EB2828;
}

/* ▽ SP layout ========== */
@media only screen and (max-width: 639px) {
  #main_contents #csr_page .sdgs .title_area::before {
    width: 18px;
    left: -10px;
  }
}

/* ========== end △ */
#main_contents #csr_page .sdgs .title_area::after {
  content: '';
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: -22px;
  width: 35px;
  height: 2px;
  background-color: #EB2828;
}

/* ▽ SP layout ========== */
@media only screen and (max-width: 639px) {
  #main_contents #csr_page .sdgs .title_area::after {
    width: 18px;
    right: -10px;
  }
}

/* ========== end △ */
#main_contents #csr_page .sdgs .title_area .h3_title {
  width: 100%;
  margin: 0 auto;
  background-color: #fff;
  font-size: 28px;
  padding: 10px 0;
}

/* ▽ SP layout ========== */
@media only screen and (max-width: 639px) {
  #main_contents #csr_page .sdgs .title_area .h3_title {
    font-size: 17px;
  }
}

/* ========== end △ */
#main_contents #csr_page .sdgs .title_area .lead {
  width: 100%;
  margin: 0 auto;
  background-color: #fff;
  font-size: 28px;
  padding: 10px 0;
}

/* ▽ SP layout ========== */
@media only screen and (max-width: 639px) {
  #main_contents #csr_page .sdgs .title_area .lead {
    font-size: 17px;
  }
}

/* ========== end △ */
#main_contents #csr_page .sdgs .title_area .br_sp {
  display: none;
}

/* ▽ SP layout ========== */
@media only screen and (max-width: 639px) {
  #main_contents #csr_page .sdgs .title_area .br_sp {
    display: block;
  }
}

/* ========== end △ */
#main_contents #csr_page .sdgs .contents_flex {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 40px;
}

/* ▽ SP layout ========== */
@media only screen and (max-width: 639px) {
  #main_contents #csr_page .sdgs .contents_flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

/* ========== end △ */
#main_contents #csr_page .sdgs .contents_flex .text {
  width: 45%;
  font-size: 22px;
  line-height: 1.9;
  letter-spacing: 0.048em;
  font-family: 'Hiragino Kaku Gothic ProN';
}

/* ▽ SP layout ========== */
@media only screen and (max-width: 639px) {
  #main_contents #csr_page .sdgs .contents_flex .text {
    width: 100%;
    font-size: 16px;
    padding-right: 10px;
    padding-left: 10px;
  }
}

/* ========== end △ */
/* ▽ SP layout ========== */
@media only screen and (max-width: 639px) {
  #main_contents #csr_page .sdgs .contents_flex .text {
    width: 100%;
    font-size: 16px;
    padding-left: 20px;
    letter-spacing: initial;
  }
}

/* ========== end △ */
#main_contents #csr_page .sdgs .contents_flex .img {
  width: 40%;
  margin-left: 86px;
  max-width: 450px;
}

/* ▽ SP layout ========== */
@media only screen and (max-width: 639px) {
  #main_contents #csr_page .sdgs .contents_flex .img {
    width: 100%;
    margin-left: 0;
    margin-top: 30px;
  }
}

/* ========== end △ */
#main_contents #csr_page .sdgs .contents_flex .img .sdgs_img {
  width: 100%;
}

#main_contents #csr_page .attempt {
  margin-top: 40px;
}

/* ▽ SP layout ========== */
@media only screen and (max-width: 639px) {
  #main_contents #csr_page .attempt {
    margin-top: 60px;
  }
}

/* ========== end △ */
#main_contents #csr_page .attempt .title_area {
  width: 65%;
  margin: 0 auto;
  font-size: 28px;
  text-align: center;
  background-color: #D1CEC5;
  padding: 15px 0;
  position: relative;
}

/* ▽ SP layout ========== */
@media only screen and (max-width: 639px) {
  #main_contents #csr_page .attempt .title_area {
    width: 100%;
    font-size: 18px;
  }
}

/* ========== end △ */
#main_contents #csr_page .attempt .title_area::before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -15px;
  border: 15px solid transparent;
  border-top: 15px solid #D1CEC5;
}

#main_contents #csr_page .attempt .contents_flex {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 40px;
}

/* ▽ SP layout ========== */
@media only screen and (max-width: 639px) {
  #main_contents #csr_page .attempt .contents_flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 0;
  }
}

/* ========== end △ */
#main_contents #csr_page .attempt .contents_flex .contents_block {
  width: 30%;
}

/* ▽ SP layout ========== */
@media only screen and (max-width: 639px) {
  #main_contents #csr_page .attempt .contents_flex .contents_block {
    width: 100%;
    margin-top: 30px;
    text-align: center;
  }
}

/* ========== end △ */
#main_contents #csr_page .attempt .contents_flex .contents_block .contents_title {
  font-size: 25px;
  text-align: center;
  padding: 15px 0;
  line-height: 1.44;
  border-bottom: 4px solid #EB2828;
  height: 100px;
}

/* ▽ SP layout ========== */
@media only screen and (max-width: 639px) {
  #main_contents #csr_page .attempt .contents_flex .contents_block .contents_title {
    font-size: 18px;
    line-height: initial;
    height: auto;
  }
}

/* ========== end △ */
#main_contents #csr_page .attempt .contents_flex .contents_block .contents_title.lh {
  line-height: 100px;
}

#main_contents #csr_page .attempt .contents_flex .contents_block .text {
  font-size: 25px;
  text-align: center;
  line-height: 1.9;
  letter-spacing: 0.048em;
  padding: 5px;
}

/* ▽ SP layout ========== */
@media only screen and (max-width: 639px) {
  #main_contents #csr_page .attempt .contents_flex .contents_block .text {
    font-size: 18px;
  }
}

/* ========== end △ */
#main_contents #csr_page .attempt .contents_flex .contents_block .contents_img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  margin-top: 45px;
}

/* ▽ SP layout ========== */
@media only screen and (max-width: 639px) {
  #main_contents #csr_page .attempt .contents_flex .contents_block .contents_img {
    width: 90%;
    margin-top: 10px;
  }
}

/* ========== end △ */
#main_contents {
  /*! destyle.css v3.0.0 | MIT License | https://github.com/nicolas-cusan/destyle.css */
  /* Reset box-model and set borders */
  /* ============================================ */
  /* Document */
  /* ============================================ */
  /**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
  /* Sections */
  /* ============================================ */
  /**
 * Remove the margin in all browsers.
 */
  /**
 * Render the `main` element consistently in IE.
 */
  /* Vertical rhythm */
  /* ============================================ */
  /* Headings */
  /* ============================================ */
  /* Lists (enumeration) */
  /* ============================================ */
  /* Lists (definition) */
  /* ============================================ */
  /* Grouping content */
  /* ============================================ */
  /**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
  /**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
  /* Text-level semantics */
  /* ============================================ */
  /**
 * Remove the gray background on active links in IE 10.
 */
  /**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
  /**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
  /**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
  /**
 * Add the correct font size in all browsers.
 */
  /**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
  /* Replaced content */
  /* ============================================ */
  /**
 * Prevent vertical alignment issues.
 */
  /* Forms */
  /* ============================================ */
  /**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */
  /**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */
  /**
 * Correct cursors for clickable elements.
 */
  /**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */
  /**
 * Remove padding
 */
  /**
 * Reset to invisible
 */
  /**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
  /**
 * Remove the default vertical scrollbar in IE 10+.
 */
  /**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
  /**
 * 1. Correct the outline style in Safari.
 */
  /**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
  /**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Fix font inheritance.
 */
  /**
 * Clickable labels
 */
  /* Interactive */
  /* ============================================ */
  /*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
  /*
 * Add the correct display in all browsers.
 */
  /*
 * Remove outline for editable content.
 */
  /* Tables */
  /* ============================================ */
  /**
1. Correct table border color inheritance in all Chrome and Safari.
*/
}

#main_contents *,
#main_contents ::before,
#main_contents ::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

#main_contents html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -webkit-tap-highlight-color: transparent;
  /* 3*/
}

#main_contents body {
  margin: 0;
}

#main_contents main {
  display: block;
}

#main_contents p,
#main_contents table,
#main_contents blockquote,
#main_contents address,
#main_contents pre,
#main_contents iframe,
#main_contents form,
#main_contents figure,
#main_contents dl {
  margin: 0;
}

#main_contents h1,
#main_contents h2,
#main_contents h3,
#main_contents h4,
#main_contents h5,
#main_contents h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

#main_contents ul,
#main_contents ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

#main_contents dt {
  font-weight: bold;
}

#main_contents dd {
  margin-left: 0;
}

#main_contents hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

#main_contents pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: inherit;
  /* 2 */
}

#main_contents address {
  font-style: inherit;
}

#main_contents a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

#main_contents abbr[title] {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */
}

#main_contents b,
#main_contents strong {
  font-weight: bolder;
}

#main_contents code,
#main_contents kbd,
#main_contents samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: inherit;
  /* 2 */
}

#main_contents small {
  font-size: 80%;
}

#main_contents sub,
#main_contents sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

#main_contents sub {
  bottom: -0.25em;
}

#main_contents sup {
  top: -0.5em;
}

#main_contents svg,
#main_contents img,
#main_contents embed,
#main_contents object,
#main_contents iframe {
  vertical-align: bottom;
}

#main_contents button,
#main_contents input,
#main_contents optgroup,
#main_contents select,
#main_contents textarea {
  -webkit-appearance: none;
  /* 1 */
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit;
  /* 2 */
}

#main_contents [type="checkbox"] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
       appearance: checkbox;
}

#main_contents [type="radio"] {
  -webkit-appearance: radio;
  -moz-appearance: radio;
       appearance: radio;
}

#main_contents button,
#main_contents [type="button"],
#main_contents [type="reset"],
#main_contents [type="submit"] {
  cursor: pointer;
}

#main_contents button:disabled,
#main_contents [type="button"]:disabled,
#main_contents [type="reset"]:disabled,
#main_contents [type="submit"]:disabled {
  cursor: default;
}

#main_contents :-moz-focusring {
  outline: auto;
}

#main_contents select:disabled {
  opacity: inherit;
}

#main_contents option {
  padding: 0;
}

#main_contents fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

#main_contents legend {
  padding: 0;
}

#main_contents progress {
  vertical-align: baseline;
}

#main_contents textarea {
  overflow: auto;
}

#main_contents [type="number"]::-webkit-inner-spin-button,
#main_contents [type="number"]::-webkit-outer-spin-button {
  height: auto;
}

#main_contents [type="search"] {
  outline-offset: -2px;
  /* 1 */
}

#main_contents [type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

#main_contents ::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

#main_contents label[for] {
  cursor: pointer;
}

#main_contents details {
  display: block;
}

#main_contents summary {
  display: list-item;
}

#main_contents [contenteditable]:focus {
  outline: auto;
}

#main_contents table {
  border-color: inherit;
  /* 1 */
}

#main_contents caption {
  text-align: left;
}

#main_contents td,
#main_contents th {
  vertical-align: top;
  padding: 0;
}

#main_contents th {
  text-align: left;
  font-weight: bold;
}

#main_contents #security_page {
  width: 100%;
  margin-top: 60px;
}

#main_contents #security_page .iso .h3_title {
  width: 100%;
  font-size: 27px;
  background: -webkit-gradient(linear, left top, right top, color-stop(7%, #fff), to(#D1CEC5));
  background: linear-gradient(to right, #fff 7%, #D1CEC5);
  border-left: 70px solid black;
  height: 60px;
  line-height: 60px;
  padding-left: 30px;
  font-weight: lighter;
  position: relative;
}

/* ▽ SP layout ========== */
@media only screen and (max-width: 639px) {
  #main_contents #security_page .iso .h3_title {
    font-size: 17px;
    height: 60px;
    line-height: 60px;
    border-left: 30px solid black;
  }
}

/* ========== end △ */
#main_contents #security_page .iso .h3_title::before {
  content: '';
  position: absolute;
  width: 35px;
  height: 3px;
  background-color: #EB2828;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: -17px;
}

/* ▽ SP layout ========== */
@media only screen and (max-width: 639px) {
  #main_contents #security_page .iso .h3_title {
    height: 60px;
    line-height: 30px;
  }
}

/* ========== end △ */
#main_contents #security_page .iso .contents_flex {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

/* ▽ SP layout ========== */
@media only screen and (max-width: 639px) {
  #main_contents #security_page .iso .contents_flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

/* ========== end △ */
#main_contents #security_page .iso .contents_flex .text {
  margin-top: 30px;
  width: 75%;
  font-size: 22px;
  line-height: 1.9;
  letter-spacing: 0.048em;
  font-family: 'Hiragino Kaku Gothic ProN';
}

/* ▽ SP layout ========== */
@media only screen and (max-width: 639px) {
  #main_contents #security_page .iso .contents_flex .text {
    width: 100%;
    font-size: 16px;
    padding-right: 10px;
    padding-left: 10px;
  }
}

/* ========== end △ */
/* ▽ SP layout ========== */
@media only screen and (max-width: 639px) {
  #main_contents #security_page .iso .contents_flex .text {
    width: 100%;
    font-size: 16px;
  }
  #main_contents #security_page .iso .contents_flex .text .br_pc {
    display: none;
  }
}

/* ========== end △ */
#main_contents #security_page .iso .contents_flex .iso_img {
  width: 330px;
  height: 100%;
  margin-top: 30px;
}

/* ▽ SP layout ========== */
@media only screen and (max-width: 639px) {
  #main_contents #security_page .iso .contents_flex .iso_img {
    width: 60%;
    margin: 40px auto 0;
    height: auto;
  }
}

/* ========== end △ */
#main_contents #security_page .audit {
  margin-top: 50px;
}

#main_contents #security_page .audit .h3_title {
  width: 100%;
  font-size: 27px;
  background: -webkit-gradient(linear, left top, right top, color-stop(7%, #fff), to(#D1CEC5));
  background: linear-gradient(to right, #fff 7%, #D1CEC5);
  border-left: 70px solid black;
  height: 60px;
  line-height: 60px;
  padding-left: 30px;
  font-weight: lighter;
  position: relative;
}

/* ▽ SP layout ========== */
@media only screen and (max-width: 639px) {
  #main_contents #security_page .audit .h3_title {
    font-size: 17px;
    height: 60px;
    line-height: 60px;
    border-left: 30px solid black;
  }
}

/* ========== end △ */
#main_contents #security_page .audit .h3_title::before {
  content: '';
  position: absolute;
  width: 35px;
  height: 3px;
  background-color: #EB2828;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: -17px;
}

#main_contents #security_page .audit .text {
  margin-top: 30px;
  width: 100%;
  font-size: 22px;
  line-height: 1.9;
  letter-spacing: 0.048em;
  font-family: 'Hiragino Kaku Gothic ProN';
}

/* ▽ SP layout ========== */
@media only screen and (max-width: 639px) {
  #main_contents #security_page .audit .text {
    width: 100%;
    font-size: 16px;
    padding-right: 10px;
    padding-left: 10px;
  }
}

/* ========== end △ */
/* ▽ SP layout ========== */
@media only screen and (max-width: 639px) {
  #main_contents #security_page .audit .text .br_pc {
    display: none;
  }
}

/* ========== end △ */
#main_contents #security_page .audit .img_area_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 35px;
}

/* ▽ SP layout ========== */
@media only screen and (max-width: 639px) {
  #main_contents #security_page .audit .img_area_flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 0;
  }
}

/* ========== end △ */
#main_contents #security_page .audit .img_area_flex .security_img {
  width: 48%;
}

/* ▽ SP layout ========== */
@media only screen and (max-width: 639px) {
  #main_contents #security_page .audit .img_area_flex .security_img {
    width: 100%;
    margin-top: 30px;
  }
}

/* ========== end △ */
#main_contents {
  /*! destyle.css v3.0.0 | MIT License | https://github.com/nicolas-cusan/destyle.css */
  /* Reset box-model and set borders */
  /* ============================================ */
  /* Document */
  /* ============================================ */
  /**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
  /* Sections */
  /* ============================================ */
  /**
 * Remove the margin in all browsers.
 */
  /**
 * Render the `main` element consistently in IE.
 */
  /* Vertical rhythm */
  /* ============================================ */
  /* Headings */
  /* ============================================ */
  /* Lists (enumeration) */
  /* ============================================ */
  /* Lists (definition) */
  /* ============================================ */
  /* Grouping content */
  /* ============================================ */
  /**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
  /**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
  /* Text-level semantics */
  /* ============================================ */
  /**
 * Remove the gray background on active links in IE 10.
 */
  /**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
  /**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
  /**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
  /**
 * Add the correct font size in all browsers.
 */
  /**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
  /* Replaced content */
  /* ============================================ */
  /**
 * Prevent vertical alignment issues.
 */
  /* Forms */
  /* ============================================ */
  /**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */
  /**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */
  /**
 * Correct cursors for clickable elements.
 */
  /**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */
  /**
 * Remove padding
 */
  /**
 * Reset to invisible
 */
  /**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
  /**
 * Remove the default vertical scrollbar in IE 10+.
 */
  /**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
  /**
 * 1. Correct the outline style in Safari.
 */
  /**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
  /**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Fix font inheritance.
 */
  /**
 * Clickable labels
 */
  /* Interactive */
  /* ============================================ */
  /*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
  /*
 * Add the correct display in all browsers.
 */
  /*
 * Remove outline for editable content.
 */
  /* Tables */
  /* ============================================ */
  /**
1. Correct table border color inheritance in all Chrome and Safari.
*/
}

#main_contents *,
#main_contents ::before,
#main_contents ::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

#main_contents html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -webkit-tap-highlight-color: transparent;
  /* 3*/
}

#main_contents body {
  margin: 0;
}

#main_contents main {
  display: block;
}

#main_contents p,
#main_contents table,
#main_contents blockquote,
#main_contents address,
#main_contents pre,
#main_contents iframe,
#main_contents form,
#main_contents figure,
#main_contents dl {
  margin: 0;
}

#main_contents h1,
#main_contents h2,
#main_contents h3,
#main_contents h4,
#main_contents h5,
#main_contents h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

#main_contents ul,
#main_contents ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

#main_contents dt {
  font-weight: bold;
}

#main_contents dd {
  margin-left: 0;
}

#main_contents hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

#main_contents pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: inherit;
  /* 2 */
}

#main_contents address {
  font-style: inherit;
}

#main_contents a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

#main_contents abbr[title] {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */
}

#main_contents b,
#main_contents strong {
  font-weight: bolder;
}

#main_contents code,
#main_contents kbd,
#main_contents samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: inherit;
  /* 2 */
}

#main_contents small {
  font-size: 80%;
}

#main_contents sub,
#main_contents sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

#main_contents sub {
  bottom: -0.25em;
}

#main_contents sup {
  top: -0.5em;
}

#main_contents svg,
#main_contents img,
#main_contents embed,
#main_contents object,
#main_contents iframe {
  vertical-align: bottom;
}

#main_contents button,
#main_contents input,
#main_contents optgroup,
#main_contents select,
#main_contents textarea {
  -webkit-appearance: none;
  /* 1 */
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit;
  /* 2 */
}

#main_contents [type="checkbox"] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
       appearance: checkbox;
}

#main_contents [type="radio"] {
  -webkit-appearance: radio;
  -moz-appearance: radio;
       appearance: radio;
}

#main_contents button,
#main_contents [type="button"],
#main_contents [type="reset"],
#main_contents [type="submit"] {
  cursor: pointer;
}

#main_contents button:disabled,
#main_contents [type="button"]:disabled,
#main_contents [type="reset"]:disabled,
#main_contents [type="submit"]:disabled {
  cursor: default;
}

#main_contents :-moz-focusring {
  outline: auto;
}

#main_contents select:disabled {
  opacity: inherit;
}

#main_contents option {
  padding: 0;
}

#main_contents fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

#main_contents legend {
  padding: 0;
}

#main_contents progress {
  vertical-align: baseline;
}

#main_contents textarea {
  overflow: auto;
}

#main_contents [type="number"]::-webkit-inner-spin-button,
#main_contents [type="number"]::-webkit-outer-spin-button {
  height: auto;
}

#main_contents [type="search"] {
  outline-offset: -2px;
  /* 1 */
}

#main_contents [type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

#main_contents ::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

#main_contents label[for] {
  cursor: pointer;
}

#main_contents details {
  display: block;
}

#main_contents summary {
  display: list-item;
}

#main_contents [contenteditable]:focus {
  outline: auto;
}

#main_contents table {
  border-color: inherit;
  /* 1 */
}

#main_contents caption {
  text-align: left;
}

#main_contents td,
#main_contents th {
  vertical-align: top;
  padding: 0;
}

#main_contents th {
  text-align: left;
  font-weight: bold;
}

#main_contents #advice_page {
  width: 100%;
  margin-top: 60px;
}

#main_contents #advice_page .advice_1 {
  width: 100%;
  margin-top: 60px;
  background-color: #EDEDED;
  padding: 45px 0;
}

#main_contents #advice_page .advice_1 .title_area {
  width: 95%;
  margin: 0 auto;
  border: solid 2px #EB2828;
  text-align: center;
  padding: 5px 10px;
  position: relative;
}

/* ▽ SP layout ========== */
@media only screen and (max-width: 639px) {
  #main_contents #advice_page .advice_1 .title_area {
    width: 92%;
    padding: 5px 5px;
  }
}

/* ========== end △ */
#main_contents #advice_page .advice_1 .title_area::before {
  content: '';
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: -22px;
  width: 35px;
  height: 2px;
  background-color: #EB2828;
}

/* ▽ SP layout ========== */
@media only screen and (max-width: 639px) {
  #main_contents #advice_page .advice_1 .title_area::before {
    width: 18px;
    left: -10px;
  }
}

/* ========== end △ */
#main_contents #advice_page .advice_1 .title_area::after {
  content: '';
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: -22px;
  width: 35px;
  height: 2px;
  background-color: #EB2828;
}

/* ▽ SP layout ========== */
@media only screen and (max-width: 639px) {
  #main_contents #advice_page .advice_1 .title_area::after {
    width: 18px;
    right: -10px;
  }
}

/* ========== end △ */
#main_contents #advice_page .advice_1 .title_area .h3_title {
  width: 100%;
  margin: 0 auto;
  background-color: #fff;
  font-size: 28px;
  padding: 10px 0;
}

/* ▽ SP layout ========== */
@media only screen and (max-width: 639px) {
  #main_contents #advice_page .advice_1 .title_area .h3_title {
    font-size: 17px;
  }
}

/* ========== end △ */
#main_contents #advice_page .advice_1 .title_area .lead {
  width: 100%;
  margin: 0 auto;
  background-color: #fff;
  font-size: 28px;
  padding: 10px 0;
}

/* ▽ SP layout ========== */
@media only screen and (max-width: 639px) {
  #main_contents #advice_page .advice_1 .title_area .lead {
    font-size: 17px;
  }
}

/* ========== end △ */
#main_contents #advice_page .advice_1 .lead {
  font-size: 22px;
  line-height: 1.9;
  letter-spacing: 0.048em;
  font-family: 'Hiragino Kaku Gothic ProN';
  padding: 50px 0 0 90px;
}

/* ▽ SP layout ========== */
@media only screen and (max-width: 639px) {
  #main_contents #advice_page .advice_1 .lead {
    width: 100%;
    font-size: 16px;
    padding-right: 10px;
    padding-left: 10px;
  }
}

/* ========== end △ */
/* ▽ SP layout ========== */
@media only screen and (max-width: 639px) {
  #main_contents #advice_page .advice_1 .lead {
    padding: 15px;
  }
}

/* ========== end △ */
#main_contents #advice_page .service_ex {
  margin-top: 50px;
}

#main_contents #advice_page .service_ex .h3_title {
  width: 100%;
  font-size: 27px;
  background: -webkit-gradient(linear, left top, right top, color-stop(7%, #fff), to(#D1CEC5));
  background: linear-gradient(to right, #fff 7%, #D1CEC5);
  border-left: 70px solid black;
  height: 60px;
  line-height: 60px;
  padding-left: 30px;
  font-weight: lighter;
  position: relative;
  margin-bottom: 45px;
}

/* ▽ SP layout ========== */
@media only screen and (max-width: 639px) {
  #main_contents #advice_page .service_ex .h3_title {
    font-size: 17px;
    height: 60px;
    line-height: 60px;
    border-left: 30px solid black;
  }
}

/* ========== end △ */
#main_contents #advice_page .service_ex .h3_title::before {
  content: '';
  position: absolute;
  width: 35px;
  height: 3px;
  background-color: #EB2828;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: -17px;
}

/* ▽ SP layout ========== */
@media only screen and (max-width: 639px) {
  #main_contents #advice_page .service_ex .h3_title {
    margin-bottom: 20px;
  }
}

/* ========== end △ */
#main_contents #advice_page .service_ex .service_list {
  display: inline-block;
  margin-left: 20px;
}

#main_contents #advice_page .service_ex .service_list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 10px;
}

#main_contents #advice_page .service_ex .service_list li .ex_icon {
  width: 75px;
  height: 75px;
}

#main_contents #advice_page .service_ex .service_list li .ex_text {
  font-size: 22px;
  line-height: 1.9;
  letter-spacing: 0.048em;
  font-family: 'Hiragino Kaku Gothic ProN';
  margin-left: 20px;
}

/* ▽ SP layout ========== */
@media only screen and (max-width: 639px) {
  #main_contents #advice_page .service_ex .service_list li .ex_text {
    width: 100%;
    font-size: 16px;
    padding-right: 10px;
    padding-left: 10px;
  }
}

/* ========== end △ */
#main_contents #advice_page .service_ex .service_list.ml {
  margin-left: 25px !important;
}

/* ▽ SP layout ========== */
@media only screen and (max-width: 639px) {
  #main_contents #advice_page .service_ex .service_list.ml {
    margin-left: 0 !important;
  }
}

/* ========== end △ */
#main_contents #advice_page .service_ex .list_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: 20px;
}

/* ▽ SP layout ========== */
@media only screen and (max-width: 639px) {
  #main_contents #advice_page .service_ex .list_flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

/* ========== end △ */
#main_contents #advice_page .service_ex .list_flex .service_list {
  margin-left: 0;
}

#main_contents #advice_page .advice_2 {
  margin-top: 40px;
  padding: 60px 0  60px 0;
  background-image: url(../img/service_2_bgi.png);
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: 100%;
}

/* ▽ SP layout ========== */
@media only screen and (max-width: 639px) {
  #main_contents #advice_page .advice_2 {
    padding: 15px;
    background-position: 95px 5px;
    background-size: 80%;
  }
}

/* ========== end △ */
#main_contents #advice_page .advice_2 .title {
  font-size: 22px;
  line-height: 1.9;
  letter-spacing: 0.048em;
  font-family: 'Hiragino Kaku Gothic ProN';
  font-size: 28px;
  padding-right: 80px;
  padding-bottom: 15px;
  border-bottom: solid 4px #EB2828;
  display: inline-block;
  font-family: YuMincho, "Yu Mincho";
}

/* ▽ SP layout ========== */
@media only screen and (max-width: 639px) {
  #main_contents #advice_page .advice_2 .title {
    width: 100%;
    font-size: 16px;
    padding-right: 10px;
    padding-left: 10px;
  }
}

/* ========== end △ */
/* ▽ SP layout ========== */
@media only screen and (max-width: 639px) {
  #main_contents #advice_page .advice_2 .title {
    padding-right: 0;
  }
}

/* ========== end △ */
#main_contents #advice_page .advice_2 .lead {
  font-size: 22px;
  line-height: 1.9;
  letter-spacing: 0.048em;
  font-family: 'Hiragino Kaku Gothic ProN';
  font-size: 20px;
  margin-top: 25px;
}

/* ▽ SP layout ========== */
@media only screen and (max-width: 639px) {
  #main_contents #advice_page .advice_2 .lead {
    width: 100%;
    font-size: 16px;
    padding-right: 10px;
    padding-left: 10px;
  }
}

/* ========== end △ */
/* ▽ SP layout ========== */
@media only screen and (max-width: 639px) {
  #main_contents #advice_page .advice_2 .lead {
    margin-top: 15px;
  }
}

/* ========== end △ */
/* ▽ SP layout ========== */
@media only screen and (max-width: 639px) {
  #main_contents #advice_page .advice_2 {
    background-position: 70px -5px;
  }
}

/* ========== end △ */
#main_contents #advice_page .advice_3 {
  margin-top: 45px;
}

#main_contents #advice_page .advice_3 .title_area {
  width: 65%;
  margin: 0 auto;
  font-size: 28px;
  text-align: center;
  background-color: #D1CEC5;
  padding: 15px 0;
  position: relative;
}

/* ▽ SP layout ========== */
@media only screen and (max-width: 639px) {
  #main_contents #advice_page .advice_3 .title_area {
    width: 100%;
    font-size: 18px;
  }
}

/* ========== end △ */
#main_contents #advice_page .advice_3 .title_area::before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -15px;
  border: 15px solid transparent;
  border-top: 15px solid #D1CEC5;
}

#main_contents #advice_page .advice_3 .title_area::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: -4px;
  left: -4px;
  border: solid 1px #EB2828;
}

#main_contents #advice_page .advice_3 .list {
  font-size: 22px;
  line-height: 1.9;
  letter-spacing: 0.048em;
  font-family: 'Hiragino Kaku Gothic ProN';
  padding: 30px 70px;
}

/* ▽ SP layout ========== */
@media only screen and (max-width: 639px) {
  #main_contents #advice_page .advice_3 .list {
    width: 100%;
    font-size: 16px;
    padding-right: 10px;
    padding-left: 10px;
  }
}

/* ========== end △ */
/* ▽ SP layout ========== */
@media only screen and (max-width: 639px) {
  #main_contents #advice_page .advice_3 .list {
    padding: 15px;
  }
}

/* ========== end △ */
#main_contents #advice_page .advice_3 .list li {
  padding-left: 40px;
  position: relative;
}

#main_contents #advice_page .advice_3 .list li::before {
  position: absolute;
  content: url(../img/check.png);
  left: -20px;
  top: -10%;
  -webkit-transform: scale(0.5);
          transform: scale(0.5);
}

/* ▽ SP layout ========== */
@media only screen and (max-width: 639px) {
  #main_contents #advice_page .advice_3 .list li::before {
    left: -15px;
    top: 5%;
  }
}

/* ========== end △ */
/* ▽ SP layout ========== */
@media only screen and (max-width: 639px) {
  #main_contents #advice_page .advice_3 .list li {
    padding-top: 10px;
  }
}

/* ========== end △ */
#main_contents #advice_page .advice_3 .img_area {
  text-align: center;
  width: 100%;
}

#main_contents #advice_page .advice_3 .img_area .arrow {
  width: 50px;
}

#main_contents #advice_page .advice_3 .img_area .contents {
  width: 100%;
  margin-top: 80px;
}

#main_contents #advice_page .advice_3 .catch {
  font-size: 22px;
  line-height: 1.9;
  letter-spacing: 0.048em;
  font-family: 'Hiragino Kaku Gothic ProN';
  margin-top: 30px;
  font-size: 28px;
  padding: 10px 0;
  text-align: center;
  color: #fff;
  background-color: #000;
  font-family: YuMincho, "Yu Mincho";
}

/* ▽ SP layout ========== */
@media only screen and (max-width: 639px) {
  #main_contents #advice_page .advice_3 .catch {
    width: 100%;
    font-size: 16px;
    padding-right: 10px;
    padding-left: 10px;
  }
}

/* ========== end △ */
#main_contents #advice_page .advice_4 .h3_title {
  width: 100%;
  font-size: 27px;
  background: -webkit-gradient(linear, left top, right top, color-stop(7%, #fff), to(#D1CEC5));
  background: linear-gradient(to right, #fff 7%, #D1CEC5);
  border-left: 70px solid black;
  height: 60px;
  line-height: 60px;
  padding-left: 30px;
  font-weight: lighter;
  position: relative;
  margin-top: 120px;
  margin-bottom: 45px;
}

/* ▽ SP layout ========== */
@media only screen and (max-width: 639px) {
  #main_contents #advice_page .advice_4 .h3_title {
    font-size: 17px;
    height: 60px;
    line-height: 60px;
    border-left: 30px solid black;
  }
}

/* ========== end △ */
#main_contents #advice_page .advice_4 .h3_title::before {
  content: '';
  position: absolute;
  width: 35px;
  height: 3px;
  background-color: #EB2828;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: -17px;
}

/* ▽ SP layout ========== */
@media only screen and (max-width: 639px) {
  #main_contents #advice_page .advice_4 .h3_title {
    height: 60px;
    line-height: 30px;
  }
}

/* ========== end △ */
#main_contents #advice_page .advice_4 .step_block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 30px;
  position: relative;
}

#main_contents #advice_page .advice_4 .step_block::before {
  content: "";
  position: absolute;
  top: 99%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  margin-left: -15px;
  border: 60px solid transparent;
  border-top: 30px solid #000;
}

/* ▽ SP layout ========== */
@media only screen and (max-width: 639px) {
  #main_contents #advice_page .advice_4 .step_block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    display: none;
  }
}

/* ========== end △ */
#main_contents #advice_page .advice_4 .step_block:nth-of-type(2n) .right_contents {
  background-color: #EDEDED;
}

#main_contents #advice_page .advice_4 .step_block:nth-child(6)::before {
  content: none;
}

#main_contents #advice_page .advice_4 .step_block .left_step {
  width: 11%;
  text-align: center;
  padding: 25px 30px;
  background: -webkit-gradient(linear, left top, left bottom, from(#000), to(rgba(84, 84, 84, 0.58)));
  background: linear-gradient(to bottom, #000, rgba(84, 84, 84, 0.58));
  border-radius: 10px 0 0 10px;
  color: #D1CEC5;
  font-family: 'Times New Roman';
  letter-spacing: 0.1em;
  white-space: nowrap;
}

/* ▽ SP layout ========== */
@media only screen and (max-width: 639px) {
  #main_contents #advice_page .advice_4 .step_block .left_step {
    width: 100%;
    padding: 10px;
    border-radius: 10px 10px 0 0;
  }
}

/* ========== end △ */
#main_contents #advice_page .advice_4 .step_block .left_step .step {
  font-size: 20px;
}

/* ▽ SP layout ========== */
@media only screen and (max-width: 639px) {
  #main_contents #advice_page .advice_4 .step_block .left_step .step {
    font-size: 14px;
  }
}

/* ========== end △ */
#main_contents #advice_page .advice_4 .step_block .left_step .no {
  font-size: 50px;
}

/* ▽ SP layout ========== */
@media only screen and (max-width: 639px) {
  #main_contents #advice_page .advice_4 .step_block .left_step .no {
    font-size: 24px;
  }
}

/* ========== end △ */
#main_contents #advice_page .advice_4 .step_block .right_contents {
  width: 89%;
  padding: 25px;
  background-color: #D5D5D5;
  border-radius: 0 10px 10px 0;
}

/* ▽ SP layout ========== */
@media only screen and (max-width: 639px) {
  #main_contents #advice_page .advice_4 .step_block .right_contents {
    width: 100%;
    padding: 10px;
    border-radius: 0 0 10px 10px;
  }
}

/* ========== end △ */
#main_contents #advice_page .advice_4 .step_block .right_contents .contents_title {
  color: #EB2828;
  font-size: 23px;
}

/* ▽ SP layout ========== */
@media only screen and (max-width: 639px) {
  #main_contents #advice_page .advice_4 .step_block .right_contents .contents_title {
    font-size: 17px;
    font-weight: bold;
  }
}

/* ========== end △ */
#main_contents #advice_page .advice_4 .step_block .right_contents .text {
  margin-top: 15px;
  font-size: 22px;
  line-height: 1.9;
  letter-spacing: 0.048em;
  font-family: 'Hiragino Kaku Gothic ProN';
}

/* ▽ SP layout ========== */
@media only screen and (max-width: 639px) {
  #main_contents #advice_page .advice_4 .step_block .right_contents .text {
    width: 100%;
    font-size: 16px;
    padding-right: 10px;
    padding-left: 10px;
  }
}

/* ========== end △ */
#main_contents #advice_page .advice_4 .step_sp {
  display: none;
}

/* ▽ SP layout ========== */
@media only screen and (max-width: 639px) {
  #main_contents #advice_page .advice_4 .step_sp {
    display: block;
    width: 95%;
    max-width: 380px;
    margin: 0 auto;
  }
}

/* ========== end △ */
#main_contents {
  /*! destyle.css v3.0.0 | MIT License | https://github.com/nicolas-cusan/destyle.css */
  /* Reset box-model and set borders */
  /* ============================================ */
  /* Document */
  /* ============================================ */
  /**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
  /* Sections */
  /* ============================================ */
  /**
 * Remove the margin in all browsers.
 */
  /**
 * Render the `main` element consistently in IE.
 */
  /* Vertical rhythm */
  /* ============================================ */
  /* Headings */
  /* ============================================ */
  /* Lists (enumeration) */
  /* ============================================ */
  /* Lists (definition) */
  /* ============================================ */
  /* Grouping content */
  /* ============================================ */
  /**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
  /**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
  /* Text-level semantics */
  /* ============================================ */
  /**
 * Remove the gray background on active links in IE 10.
 */
  /**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
  /**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
  /**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
  /**
 * Add the correct font size in all browsers.
 */
  /**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
  /* Replaced content */
  /* ============================================ */
  /**
 * Prevent vertical alignment issues.
 */
  /* Forms */
  /* ============================================ */
  /**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */
  /**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */
  /**
 * Correct cursors for clickable elements.
 */
  /**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */
  /**
 * Remove padding
 */
  /**
 * Reset to invisible
 */
  /**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
  /**
 * Remove the default vertical scrollbar in IE 10+.
 */
  /**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
  /**
 * 1. Correct the outline style in Safari.
 */
  /**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
  /**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Fix font inheritance.
 */
  /**
 * Clickable labels
 */
  /* Interactive */
  /* ============================================ */
  /*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
  /*
 * Add the correct display in all browsers.
 */
  /*
 * Remove outline for editable content.
 */
  /* Tables */
  /* ============================================ */
  /**
1. Correct table border color inheritance in all Chrome and Safari.
*/
}

#main_contents *,
#main_contents ::before,
#main_contents ::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

#main_contents html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -webkit-tap-highlight-color: transparent;
  /* 3*/
}

#main_contents body {
  margin: 0;
}

#main_contents main {
  display: block;
}

#main_contents p,
#main_contents table,
#main_contents blockquote,
#main_contents address,
#main_contents pre,
#main_contents iframe,
#main_contents form,
#main_contents figure,
#main_contents dl {
  margin: 0;
}

#main_contents h1,
#main_contents h2,
#main_contents h3,
#main_contents h4,
#main_contents h5,
#main_contents h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

#main_contents ul,
#main_contents ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

#main_contents dt {
  font-weight: bold;
}

#main_contents dd {
  margin-left: 0;
}

#main_contents hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

#main_contents pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: inherit;
  /* 2 */
}

#main_contents address {
  font-style: inherit;
}

#main_contents a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

#main_contents abbr[title] {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */
}

#main_contents b,
#main_contents strong {
  font-weight: bolder;
}

#main_contents code,
#main_contents kbd,
#main_contents samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: inherit;
  /* 2 */
}

#main_contents small {
  font-size: 80%;
}

#main_contents sub,
#main_contents sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

#main_contents sub {
  bottom: -0.25em;
}

#main_contents sup {
  top: -0.5em;
}

#main_contents svg,
#main_contents img,
#main_contents embed,
#main_contents object,
#main_contents iframe {
  vertical-align: bottom;
}

#main_contents button,
#main_contents input,
#main_contents optgroup,
#main_contents select,
#main_contents textarea {
  -webkit-appearance: none;
  /* 1 */
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit;
  /* 2 */
}

#main_contents [type="checkbox"] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
       appearance: checkbox;
}

#main_contents [type="radio"] {
  -webkit-appearance: radio;
  -moz-appearance: radio;
       appearance: radio;
}

#main_contents button,
#main_contents [type="button"],
#main_contents [type="reset"],
#main_contents [type="submit"] {
  cursor: pointer;
}

#main_contents button:disabled,
#main_contents [type="button"]:disabled,
#main_contents [type="reset"]:disabled,
#main_contents [type="submit"]:disabled {
  cursor: default;
}

#main_contents :-moz-focusring {
  outline: auto;
}

#main_contents select:disabled {
  opacity: inherit;
}

#main_contents option {
  padding: 0;
}

#main_contents fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

#main_contents legend {
  padding: 0;
}

#main_contents progress {
  vertical-align: baseline;
}

#main_contents textarea {
  overflow: auto;
}

#main_contents [type="number"]::-webkit-inner-spin-button,
#main_contents [type="number"]::-webkit-outer-spin-button {
  height: auto;
}

#main_contents [type="search"] {
  outline-offset: -2px;
  /* 1 */
}

#main_contents [type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

#main_contents ::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

#main_contents label[for] {
  cursor: pointer;
}

#main_contents details {
  display: block;
}

#main_contents summary {
  display: list-item;
}

#main_contents [contenteditable]:focus {
  outline: auto;
}

#main_contents table {
  border-color: inherit;
  /* 1 */
}

#main_contents caption {
  text-align: left;
}

#main_contents td,
#main_contents th {
  vertical-align: top;
  padding: 0;
}

#main_contents th {
  text-align: left;
  font-weight: bold;
}

#main_contents #consul_page {
  width: 100%;
  margin-top: 60px;
}

#main_contents #consul_page .consul_1 {
  margin-top: 40px;
  padding: 60px 0  60px 0;
  background-image: url(../img/service_2_bgi.png);
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: 100%;
  background-image: url(../img/consul_advice_1_bgi.png);
}

/* ▽ SP layout ========== */
@media only screen and (max-width: 639px) {
  #main_contents #consul_page .consul_1 {
    padding: 15px;
    background-position: 95px 5px;
    background-size: 80%;
  }
}

/* ========== end △ */
#main_contents #consul_page .consul_1 .title {
  font-size: 22px;
  line-height: 1.9;
  letter-spacing: 0.048em;
  font-family: 'Hiragino Kaku Gothic ProN';
  font-size: 28px;
  padding-right: 80px;
  padding-bottom: 15px;
  border-bottom: solid 4px #EB2828;
  display: inline-block;
  font-family: YuMincho, "Yu Mincho";
}

/* ▽ SP layout ========== */
@media only screen and (max-width: 639px) {
  #main_contents #consul_page .consul_1 .title {
    width: 100%;
    font-size: 16px;
    padding-right: 10px;
    padding-left: 10px;
  }
}

/* ========== end △ */
/* ▽ SP layout ========== */
@media only screen and (max-width: 639px) {
  #main_contents #consul_page .consul_1 .title {
    padding-right: 0;
  }
}

/* ========== end △ */
#main_contents #consul_page .consul_1 .lead {
  font-size: 22px;
  line-height: 1.9;
  letter-spacing: 0.048em;
  font-family: 'Hiragino Kaku Gothic ProN';
  font-size: 20px;
  margin-top: 25px;
}

/* ▽ SP layout ========== */
@media only screen and (max-width: 639px) {
  #main_contents #consul_page .consul_1 .lead {
    width: 100%;
    font-size: 16px;
    padding-right: 10px;
    padding-left: 10px;
  }
}

/* ========== end △ */
/* ▽ SP layout ========== */
@media only screen and (max-width: 639px) {
  #main_contents #consul_page .consul_1 .lead {
    margin-top: 15px;
  }
}

/* ========== end △ */
#main_contents #consul_page .contents_img {
  text-align: center;
}

#main_contents #consul_page .contents_img .service_1_img {
  margin-top: 10px;
  width: 90%;
}

#main_contents #consul_page .consul_2 .h3_title {
  width: 100%;
  font-size: 27px;
  background: -webkit-gradient(linear, left top, right top, color-stop(7%, #fff), to(#D1CEC5));
  background: linear-gradient(to right, #fff 7%, #D1CEC5);
  border-left: 70px solid black;
  height: 60px;
  line-height: 60px;
  padding-left: 30px;
  font-weight: lighter;
  position: relative;
  margin-top: 80px;
}

/* ▽ SP layout ========== */
@media only screen and (max-width: 639px) {
  #main_contents #consul_page .consul_2 .h3_title {
    font-size: 17px;
    height: 60px;
    line-height: 60px;
    border-left: 30px solid black;
  }
}

/* ========== end △ */
#main_contents #consul_page .consul_2 .h3_title::before {
  content: '';
  position: absolute;
  width: 35px;
  height: 3px;
  background-color: #EB2828;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: -17px;
}

/* ▽ SP layout ========== */
@media only screen and (max-width: 639px) {
  #main_contents #consul_page .consul_2 .h3_title {
    height: 60px;
    line-height: 30px;
  }
}

/* ========== end △ */
#main_contents #consul_page .consul_2 .lead {
  font-size: 22px;
  line-height: 1.9;
  letter-spacing: 0.048em;
  font-family: 'Hiragino Kaku Gothic ProN';
  margin-top: 30px;
}

/* ▽ SP layout ========== */
@media only screen and (max-width: 639px) {
  #main_contents #consul_page .consul_2 .lead {
    width: 100%;
    font-size: 16px;
    padding-right: 10px;
    padding-left: 10px;
  }
}

/* ========== end △ */
#main_contents #consul_page .consul_2 .flow {
  width: 65%;
  margin: 0 auto;
  font-size: 28px;
  text-align: center;
  background-color: #D1CEC5;
  padding: 15px 0;
  position: relative;
  background-color: #EDEDED;
  width: 100%;
  font-size: 22px;
  line-height: 1.9;
  letter-spacing: 0.048em;
  font-family: 'Hiragino Kaku Gothic ProN';
  margin-top: 30px;
}

/* ▽ SP layout ========== */
@media only screen and (max-width: 639px) {
  #main_contents #consul_page .consul_2 .flow {
    width: 100%;
    font-size: 18px;
  }
}

/* ========== end △ */
#main_contents #consul_page .consul_2 .flow::before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -15px;
  border: 15px solid transparent;
  border-top: 15px solid #D1CEC5;
}

#main_contents #consul_page .consul_2 .flow::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: -4px;
  left: -4px;
  border: solid 1px #EB2828;
}

/* ▽ SP layout ========== */
@media only screen and (max-width: 639px) {
  #main_contents #consul_page .consul_2 .flow {
    width: 100%;
    font-size: 16px;
    padding-right: 10px;
    padding-left: 10px;
  }
}

/* ========== end △ */
#main_contents #consul_page .consul_2 .flow::before {
  border-top: 15px solid #EDEDED;
}

#main_contents #consul_page .consul_2 .flow::after {
  content: none;
}

#main_contents #consul_page .consul_2 .flow_area {
  width: 100%;
  margin-top: 20px;
}

#main_contents #consul_page .consul_2 .flow_area img {
  width: 100%;
}

#main_contents #consul_page .consul_3 .h3_title {
  width: 100%;
  font-size: 27px;
  background: -webkit-gradient(linear, left top, right top, color-stop(7%, #fff), to(#D1CEC5));
  background: linear-gradient(to right, #fff 7%, #D1CEC5);
  border-left: 70px solid black;
  height: 60px;
  line-height: 60px;
  padding-left: 30px;
  font-weight: lighter;
  position: relative;
  margin-top: 50px;
}

/* ▽ SP layout ========== */
@media only screen and (max-width: 639px) {
  #main_contents #consul_page .consul_3 .h3_title {
    font-size: 17px;
    height: 60px;
    line-height: 60px;
    border-left: 30px solid black;
  }
}

/* ========== end △ */
#main_contents #consul_page .consul_3 .h3_title::before {
  content: '';
  position: absolute;
  width: 35px;
  height: 3px;
  background-color: #EB2828;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: -17px;
}

/* ▽ SP layout ========== */
@media only screen and (max-width: 639px) {
  #main_contents #consul_page .consul_3 .h3_title {
    height: 60px;
    line-height: 30px;
  }
}

/* ========== end △ */
#main_contents #consul_page .consul_3 .lead {
  font-size: 22px;
  line-height: 1.9;
  letter-spacing: 0.048em;
  font-family: 'Hiragino Kaku Gothic ProN';
  margin-top: 30px;
}

/* ▽ SP layout ========== */
@media only screen and (max-width: 639px) {
  #main_contents #consul_page .consul_3 .lead {
    width: 100%;
    font-size: 16px;
    padding-right: 10px;
    padding-left: 10px;
  }
}

/* ========== end △ */
#main_contents #consul_page .consul_3 .list {
  font-size: 22px;
  line-height: 1.9;
  letter-spacing: 0.048em;
  font-family: 'Hiragino Kaku Gothic ProN';
  width: 100%;
  margin-top: 40px;
  padding: 25px  80px;
  background-color: #EDEDED;
}

/* ▽ SP layout ========== */
@media only screen and (max-width: 639px) {
  #main_contents #consul_page .consul_3 .list {
    width: 100%;
    font-size: 16px;
    padding-right: 10px;
    padding-left: 10px;
  }
}

/* ========== end △ */
/* ▽ SP layout ========== */
@media only screen and (max-width: 639px) {
  #main_contents #consul_page .consul_3 .list {
    padding: 15px;
  }
}

/* ========== end △ */
#main_contents #consul_page .consul_3 .list li {
  padding-left: 25px;
  position: relative;
}

#main_contents #consul_page .consul_3 .list li::before {
  content: '●';
  position: absolute;
  color: #EB2828;
  left: 0;
}

#main_contents #consul_page .consul_4 .h3_title {
  width: 100%;
  font-size: 27px;
  background: -webkit-gradient(linear, left top, right top, color-stop(7%, #fff), to(#D1CEC5));
  background: linear-gradient(to right, #fff 7%, #D1CEC5);
  border-left: 70px solid black;
  height: 60px;
  line-height: 60px;
  padding-left: 30px;
  font-weight: lighter;
  position: relative;
  margin-top: 50px;
}

/* ▽ SP layout ========== */
@media only screen and (max-width: 639px) {
  #main_contents #consul_page .consul_4 .h3_title {
    font-size: 17px;
    height: 60px;
    line-height: 60px;
    border-left: 30px solid black;
  }
}

/* ========== end △ */
#main_contents #consul_page .consul_4 .h3_title::before {
  content: '';
  position: absolute;
  width: 35px;
  height: 3px;
  background-color: #EB2828;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: -17px;
}

#main_contents #consul_page .consul_4 .text {
  font-size: 22px;
  line-height: 1.9;
  letter-spacing: 0.048em;
  font-family: 'Hiragino Kaku Gothic ProN';
  margin-top: 35px;
}

/* ▽ SP layout ========== */
@media only screen and (max-width: 639px) {
  #main_contents #consul_page .consul_4 .text {
    width: 100%;
    font-size: 16px;
    padding-right: 10px;
    padding-left: 10px;
  }
}

/* ========== end △ */
#main_contents #consul_page .consul_4 .text span {
  color: #EB2828;
}

#main_contents {
  /*! destyle.css v3.0.0 | MIT License | https://github.com/nicolas-cusan/destyle.css */
  /* Reset box-model and set borders */
  /* ============================================ */
  /* Document */
  /* ============================================ */
  /**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
  /* Sections */
  /* ============================================ */
  /**
 * Remove the margin in all browsers.
 */
  /**
 * Render the `main` element consistently in IE.
 */
  /* Vertical rhythm */
  /* ============================================ */
  /* Headings */
  /* ============================================ */
  /* Lists (enumeration) */
  /* ============================================ */
  /* Lists (definition) */
  /* ============================================ */
  /* Grouping content */
  /* ============================================ */
  /**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
  /**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
  /* Text-level semantics */
  /* ============================================ */
  /**
 * Remove the gray background on active links in IE 10.
 */
  /**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
  /**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
  /**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
  /**
 * Add the correct font size in all browsers.
 */
  /**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
  /* Replaced content */
  /* ============================================ */
  /**
 * Prevent vertical alignment issues.
 */
  /* Forms */
  /* ============================================ */
  /**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */
  /**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */
  /**
 * Correct cursors for clickable elements.
 */
  /**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */
  /**
 * Remove padding
 */
  /**
 * Reset to invisible
 */
  /**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
  /**
 * Remove the default vertical scrollbar in IE 10+.
 */
  /**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
  /**
 * 1. Correct the outline style in Safari.
 */
  /**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
  /**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Fix font inheritance.
 */
  /**
 * Clickable labels
 */
  /* Interactive */
  /* ============================================ */
  /*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
  /*
 * Add the correct display in all browsers.
 */
  /*
 * Remove outline for editable content.
 */
  /* Tables */
  /* ============================================ */
  /**
1. Correct table border color inheritance in all Chrome and Safari.
*/
}

#main_contents *,
#main_contents ::before,
#main_contents ::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

#main_contents html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -webkit-tap-highlight-color: transparent;
  /* 3*/
}

#main_contents body {
  margin: 0;
}

#main_contents main {
  display: block;
}

#main_contents p,
#main_contents table,
#main_contents blockquote,
#main_contents address,
#main_contents pre,
#main_contents iframe,
#main_contents form,
#main_contents figure,
#main_contents dl {
  margin: 0;
}

#main_contents h1,
#main_contents h2,
#main_contents h3,
#main_contents h4,
#main_contents h5,
#main_contents h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

#main_contents ul,
#main_contents ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

#main_contents dt {
  font-weight: bold;
}

#main_contents dd {
  margin-left: 0;
}

#main_contents hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

#main_contents pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: inherit;
  /* 2 */
}

#main_contents address {
  font-style: inherit;
}

#main_contents a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

#main_contents abbr[title] {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */
}

#main_contents b,
#main_contents strong {
  font-weight: bolder;
}

#main_contents code,
#main_contents kbd,
#main_contents samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: inherit;
  /* 2 */
}

#main_contents small {
  font-size: 80%;
}

#main_contents sub,
#main_contents sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

#main_contents sub {
  bottom: -0.25em;
}

#main_contents sup {
  top: -0.5em;
}

#main_contents svg,
#main_contents img,
#main_contents embed,
#main_contents object,
#main_contents iframe {
  vertical-align: bottom;
}

#main_contents button,
#main_contents input,
#main_contents optgroup,
#main_contents select,
#main_contents textarea {
  -webkit-appearance: none;
  /* 1 */
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit;
  /* 2 */
}

#main_contents [type="checkbox"] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
       appearance: checkbox;
}

#main_contents [type="radio"] {
  -webkit-appearance: radio;
  -moz-appearance: radio;
       appearance: radio;
}

#main_contents button,
#main_contents [type="button"],
#main_contents [type="reset"],
#main_contents [type="submit"] {
  cursor: pointer;
}

#main_contents button:disabled,
#main_contents [type="button"]:disabled,
#main_contents [type="reset"]:disabled,
#main_contents [type="submit"]:disabled {
  cursor: default;
}

#main_contents :-moz-focusring {
  outline: auto;
}

#main_contents select:disabled {
  opacity: inherit;
}

#main_contents option {
  padding: 0;
}

#main_contents fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

#main_contents legend {
  padding: 0;
}

#main_contents progress {
  vertical-align: baseline;
}

#main_contents textarea {
  overflow: auto;
}

#main_contents [type="number"]::-webkit-inner-spin-button,
#main_contents [type="number"]::-webkit-outer-spin-button {
  height: auto;
}

#main_contents [type="search"] {
  outline-offset: -2px;
  /* 1 */
}

#main_contents [type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

#main_contents ::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

#main_contents label[for] {
  cursor: pointer;
}

#main_contents details {
  display: block;
}

#main_contents summary {
  display: list-item;
}

#main_contents [contenteditable]:focus {
  outline: auto;
}

#main_contents table {
  border-color: inherit;
  /* 1 */
}

#main_contents caption {
  text-align: left;
}

#main_contents td,
#main_contents th {
  vertical-align: top;
  padding: 0;
}

#main_contents th {
  text-align: left;
  font-weight: bold;
}

#main_contents #outsourcing_page {
  width: 100%;
  margin-top: 60px;
}

#main_contents #outsourcing_page .out_1 {
  margin-top: 40px;
  padding: 60px 0  60px 0;
  background-image: url(../img/service_2_bgi.png);
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: 100%;
  background-image: url(../img/out_1_bgi.png);
  background-position: 0px 50px;
}

/* ▽ SP layout ========== */
@media only screen and (max-width: 639px) {
  #main_contents #outsourcing_page .out_1 {
    padding: 15px;
    background-position: 95px 5px;
    background-size: 80%;
  }
}

/* ========== end △ */
#main_contents #outsourcing_page .out_1 .title {
  font-size: 22px;
  line-height: 1.9;
  letter-spacing: 0.048em;
  font-family: 'Hiragino Kaku Gothic ProN';
  font-size: 28px;
  padding-right: 80px;
  padding-bottom: 15px;
  border-bottom: solid 4px #EB2828;
  display: inline-block;
  font-family: YuMincho, "Yu Mincho";
}

/* ▽ SP layout ========== */
@media only screen and (max-width: 639px) {
  #main_contents #outsourcing_page .out_1 .title {
    width: 100%;
    font-size: 16px;
    padding-right: 10px;
    padding-left: 10px;
  }
}

/* ========== end △ */
/* ▽ SP layout ========== */
@media only screen and (max-width: 639px) {
  #main_contents #outsourcing_page .out_1 .title {
    padding-right: 0;
  }
}

/* ========== end △ */
#main_contents #outsourcing_page .out_1 .lead {
  font-size: 22px;
  line-height: 1.9;
  letter-spacing: 0.048em;
  font-family: 'Hiragino Kaku Gothic ProN';
  font-size: 20px;
  margin-top: 25px;
}

/* ▽ SP layout ========== */
@media only screen and (max-width: 639px) {
  #main_contents #outsourcing_page .out_1 .lead {
    width: 100%;
    font-size: 16px;
    padding-right: 10px;
    padding-left: 10px;
  }
}

/* ========== end △ */
/* ▽ SP layout ========== */
@media only screen and (max-width: 639px) {
  #main_contents #outsourcing_page .out_1 .lead {
    margin-top: 15px;
  }
}

/* ========== end △ */
/* ▽ SP layout ========== */
@media only screen and (max-width: 639px) {
  #main_contents #outsourcing_page .out_1 {
    background-position: 75px -12px;
  }
}

/* ========== end △ */
#main_contents #outsourcing_page .out_2 .h3_title {
  width: 100%;
  font-size: 27px;
  background: -webkit-gradient(linear, left top, right top, color-stop(7%, #fff), to(#D1CEC5));
  background: linear-gradient(to right, #fff 7%, #D1CEC5);
  border-left: 70px solid black;
  height: 60px;
  line-height: 60px;
  padding-left: 30px;
  font-weight: lighter;
  position: relative;
  margin-top: 80px;
}

/* ▽ SP layout ========== */
@media only screen and (max-width: 639px) {
  #main_contents #outsourcing_page .out_2 .h3_title {
    font-size: 17px;
    height: 60px;
    line-height: 60px;
    border-left: 30px solid black;
  }
}

/* ========== end △ */
#main_contents #outsourcing_page .out_2 .h3_title::before {
  content: '';
  position: absolute;
  width: 35px;
  height: 3px;
  background-color: #EB2828;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: -17px;
}

/* ▽ SP layout ========== */
@media only screen and (max-width: 639px) {
  #main_contents #outsourcing_page .out_2 .h3_title {
    height: 60px;
    line-height: 30px;
  }
}

/* ========== end △ */
#main_contents #outsourcing_page .out_2 .lead {
  font-size: 22px;
  line-height: 1.9;
  letter-spacing: 0.048em;
  font-family: 'Hiragino Kaku Gothic ProN';
  margin-top: 30px;
}

/* ▽ SP layout ========== */
@media only screen and (max-width: 639px) {
  #main_contents #outsourcing_page .out_2 .lead {
    width: 100%;
    font-size: 16px;
    padding-right: 10px;
    padding-left: 10px;
  }
}

/* ========== end △ */
#main_contents #outsourcing_page .out_2 .list {
  font-size: 22px;
  line-height: 1.9;
  letter-spacing: 0.048em;
  font-family: 'Hiragino Kaku Gothic ProN';
  width: 100%;
  margin-top: 40px;
  padding: 25px  80px;
  background-color: #EDEDED;
  margin-top: 30px;
}

/* ▽ SP layout ========== */
@media only screen and (max-width: 639px) {
  #main_contents #outsourcing_page .out_2 .list {
    width: 100%;
    font-size: 16px;
    padding-right: 10px;
    padding-left: 10px;
  }
}

/* ========== end △ */
/* ▽ SP layout ========== */
@media only screen and (max-width: 639px) {
  #main_contents #outsourcing_page .out_2 .list {
    padding: 15px;
  }
}

/* ========== end △ */
#main_contents #outsourcing_page .out_2 .list li {
  padding-left: 25px;
  position: relative;
}

#main_contents #outsourcing_page .out_2 .list li::before {
  content: '●';
  position: absolute;
  color: #EB2828;
  left: 0;
}

/* ▽ SP layout ========== */
@media only screen and (max-width: 639px) {
  #main_contents #outsourcing_page .out_2 .list {
    padding: 10px;
  }
}

/* ========== end △ */
#main_contents #outsourcing_page .out_2 .contents_img {
  width: 100%;
  margin-top: 50px;
}

#main_contents #outsourcing_page .out_3 .h3_title {
  width: 100%;
  font-size: 27px;
  background: -webkit-gradient(linear, left top, right top, color-stop(7%, #fff), to(#D1CEC5));
  background: linear-gradient(to right, #fff 7%, #D1CEC5);
  border-left: 70px solid black;
  height: 60px;
  line-height: 60px;
  padding-left: 30px;
  font-weight: lighter;
  position: relative;
  margin-top: 80px;
}

/* ▽ SP layout ========== */
@media only screen and (max-width: 639px) {
  #main_contents #outsourcing_page .out_3 .h3_title {
    font-size: 17px;
    height: 60px;
    line-height: 60px;
    border-left: 30px solid black;
  }
}

/* ========== end △ */
#main_contents #outsourcing_page .out_3 .h3_title::before {
  content: '';
  position: absolute;
  width: 35px;
  height: 3px;
  background-color: #EB2828;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: -17px;
}

#main_contents #outsourcing_page .out_3 .lead {
  font-size: 22px;
  line-height: 1.9;
  letter-spacing: 0.048em;
  font-family: 'Hiragino Kaku Gothic ProN';
  margin-top: 30px;
}

/* ▽ SP layout ========== */
@media only screen and (max-width: 639px) {
  #main_contents #outsourcing_page .out_3 .lead {
    width: 100%;
    font-size: 16px;
    padding-right: 10px;
    padding-left: 10px;
  }
}

/* ========== end △ */
#main_contents #outsourcing_page .out_3 .list {
  font-size: 22px;
  line-height: 1.9;
  letter-spacing: 0.048em;
  font-family: 'Hiragino Kaku Gothic ProN';
  width: 100%;
  margin-top: 40px;
  padding: 25px  80px;
  background-color: #EDEDED;
  margin-top: 30px;
}

/* ▽ SP layout ========== */
@media only screen and (max-width: 639px) {
  #main_contents #outsourcing_page .out_3 .list {
    width: 100%;
    font-size: 16px;
    padding-right: 10px;
    padding-left: 10px;
  }
}

/* ========== end △ */
/* ▽ SP layout ========== */
@media only screen and (max-width: 639px) {
  #main_contents #outsourcing_page .out_3 .list {
    padding: 15px;
  }
}

/* ========== end △ */
#main_contents #outsourcing_page .out_3 .list li {
  padding-left: 25px;
  position: relative;
}

#main_contents #outsourcing_page .out_3 .list li::before {
  content: '●';
  position: absolute;
  color: #EB2828;
  left: 0;
}

/* ▽ SP layout ========== */
@media only screen and (max-width: 639px) {
  #main_contents #outsourcing_page .out_3 .list {
    padding: 10px;
  }
}

/* ========== end △ */
#main_contents #outsourcing_page .out_3 .contents_img {
  width: 100%;
  margin-top: 50px;
}

#main_contents {
  /*! destyle.css v3.0.0 | MIT License | https://github.com/nicolas-cusan/destyle.css */
  /* Reset box-model and set borders */
  /* ============================================ */
  /* Document */
  /* ============================================ */
  /**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
  /* Sections */
  /* ============================================ */
  /**
 * Remove the margin in all browsers.
 */
  /**
 * Render the `main` element consistently in IE.
 */
  /* Vertical rhythm */
  /* ============================================ */
  /* Headings */
  /* ============================================ */
  /* Lists (enumeration) */
  /* ============================================ */
  /* Lists (definition) */
  /* ============================================ */
  /* Grouping content */
  /* ============================================ */
  /**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
  /**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
  /* Text-level semantics */
  /* ============================================ */
  /**
 * Remove the gray background on active links in IE 10.
 */
  /**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
  /**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
  /**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
  /**
 * Add the correct font size in all browsers.
 */
  /**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
  /* Replaced content */
  /* ============================================ */
  /**
 * Prevent vertical alignment issues.
 */
  /* Forms */
  /* ============================================ */
  /**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */
  /**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */
  /**
 * Correct cursors for clickable elements.
 */
  /**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */
  /**
 * Remove padding
 */
  /**
 * Reset to invisible
 */
  /**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
  /**
 * Remove the default vertical scrollbar in IE 10+.
 */
  /**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
  /**
 * 1. Correct the outline style in Safari.
 */
  /**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
  /**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Fix font inheritance.
 */
  /**
 * Clickable labels
 */
  /* Interactive */
  /* ============================================ */
  /*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
  /*
 * Add the correct display in all browsers.
 */
  /*
 * Remove outline for editable content.
 */
  /* Tables */
  /* ============================================ */
  /**
1. Correct table border color inheritance in all Chrome and Safari.
*/
}

#main_contents *,
#main_contents ::before,
#main_contents ::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

#main_contents html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -webkit-tap-highlight-color: transparent;
  /* 3*/
}

#main_contents body {
  margin: 0;
}

#main_contents main {
  display: block;
}

#main_contents p,
#main_contents table,
#main_contents blockquote,
#main_contents address,
#main_contents pre,
#main_contents iframe,
#main_contents form,
#main_contents figure,
#main_contents dl {
  margin: 0;
}

#main_contents h1,
#main_contents h2,
#main_contents h3,
#main_contents h4,
#main_contents h5,
#main_contents h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

#main_contents ul,
#main_contents ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

#main_contents dt {
  font-weight: bold;
}

#main_contents dd {
  margin-left: 0;
}

#main_contents hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

#main_contents pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: inherit;
  /* 2 */
}

#main_contents address {
  font-style: inherit;
}

#main_contents a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

#main_contents abbr[title] {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */
}

#main_contents b,
#main_contents strong {
  font-weight: bolder;
}

#main_contents code,
#main_contents kbd,
#main_contents samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: inherit;
  /* 2 */
}

#main_contents small {
  font-size: 80%;
}

#main_contents sub,
#main_contents sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

#main_contents sub {
  bottom: -0.25em;
}

#main_contents sup {
  top: -0.5em;
}

#main_contents svg,
#main_contents img,
#main_contents embed,
#main_contents object,
#main_contents iframe {
  vertical-align: bottom;
}

#main_contents button,
#main_contents input,
#main_contents optgroup,
#main_contents select,
#main_contents textarea {
  -webkit-appearance: none;
  /* 1 */
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit;
  /* 2 */
}

#main_contents [type="checkbox"] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
       appearance: checkbox;
}

#main_contents [type="radio"] {
  -webkit-appearance: radio;
  -moz-appearance: radio;
       appearance: radio;
}

#main_contents button,
#main_contents [type="button"],
#main_contents [type="reset"],
#main_contents [type="submit"] {
  cursor: pointer;
}

#main_contents button:disabled,
#main_contents [type="button"]:disabled,
#main_contents [type="reset"]:disabled,
#main_contents [type="submit"]:disabled {
  cursor: default;
}

#main_contents :-moz-focusring {
  outline: auto;
}

#main_contents select:disabled {
  opacity: inherit;
}

#main_contents option {
  padding: 0;
}

#main_contents fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

#main_contents legend {
  padding: 0;
}

#main_contents progress {
  vertical-align: baseline;
}

#main_contents textarea {
  overflow: auto;
}

#main_contents [type="number"]::-webkit-inner-spin-button,
#main_contents [type="number"]::-webkit-outer-spin-button {
  height: auto;
}

#main_contents [type="search"] {
  outline-offset: -2px;
  /* 1 */
}

#main_contents [type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

#main_contents ::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

#main_contents label[for] {
  cursor: pointer;
}

#main_contents details {
  display: block;
}

#main_contents summary {
  display: list-item;
}

#main_contents [contenteditable]:focus {
  outline: auto;
}

#main_contents table {
  border-color: inherit;
  /* 1 */
}

#main_contents caption {
  text-align: left;
}

#main_contents td,
#main_contents th {
  vertical-align: top;
  padding: 0;
}

#main_contents th {
  text-align: left;
  font-weight: bold;
}

#main_contents #audit_page {
  width: 100%;
  margin-top: 60px;
}

#main_contents #audit_page .audit_1 {
  margin-top: 40px;
  padding: 60px 0  60px 0;
  background-image: url(../img/service_2_bgi.png);
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: 100%;
  background-image: url(../img/audit_1_bgi.png);
  background-size: 30%;
}

/* ▽ SP layout ========== */
@media only screen and (max-width: 639px) {
  #main_contents #audit_page .audit_1 {
    padding: 15px;
    background-position: 95px 5px;
    background-size: 80%;
  }
}

/* ========== end △ */
#main_contents #audit_page .audit_1 .title {
  font-size: 22px;
  line-height: 1.9;
  letter-spacing: 0.048em;
  font-family: 'Hiragino Kaku Gothic ProN';
  font-size: 28px;
  padding-right: 80px;
  padding-bottom: 15px;
  border-bottom: solid 4px #EB2828;
  display: inline-block;
  font-family: YuMincho, "Yu Mincho";
}

/* ▽ SP layout ========== */
@media only screen and (max-width: 639px) {
  #main_contents #audit_page .audit_1 .title {
    width: 100%;
    font-size: 16px;
    padding-right: 10px;
    padding-left: 10px;
  }
}

/* ========== end △ */
/* ▽ SP layout ========== */
@media only screen and (max-width: 639px) {
  #main_contents #audit_page .audit_1 .title {
    padding-right: 0;
  }
}

/* ========== end △ */
#main_contents #audit_page .audit_1 .lead {
  font-size: 22px;
  line-height: 1.9;
  letter-spacing: 0.048em;
  font-family: 'Hiragino Kaku Gothic ProN';
  font-size: 20px;
  margin-top: 25px;
}

/* ▽ SP layout ========== */
@media only screen and (max-width: 639px) {
  #main_contents #audit_page .audit_1 .lead {
    width: 100%;
    font-size: 16px;
    padding-right: 10px;
    padding-left: 10px;
  }
}

/* ========== end △ */
/* ▽ SP layout ========== */
@media only screen and (max-width: 639px) {
  #main_contents #audit_page .audit_1 .lead {
    margin-top: 15px;
  }
}

/* ========== end △ */
/* ▽ SP layout ========== */
@media only screen and (max-width: 639px) {
  #main_contents #audit_page .audit_1 {
    background-size: 30%;
    background-position: 100% -12%;
  }
}

/* ========== end △ */
#main_contents #audit_page .audit_2 .h3_title {
  width: 100%;
  font-size: 27px;
  background: -webkit-gradient(linear, left top, right top, color-stop(7%, #fff), to(#D1CEC5));
  background: linear-gradient(to right, #fff 7%, #D1CEC5);
  border-left: 70px solid black;
  height: 60px;
  line-height: 60px;
  padding-left: 30px;
  font-weight: lighter;
  position: relative;
  margin-top: 80px;
}

/* ▽ SP layout ========== */
@media only screen and (max-width: 639px) {
  #main_contents #audit_page .audit_2 .h3_title {
    font-size: 17px;
    height: 60px;
    line-height: 60px;
    border-left: 30px solid black;
  }
}

/* ========== end △ */
#main_contents #audit_page .audit_2 .h3_title::before {
  content: '';
  position: absolute;
  width: 35px;
  height: 3px;
  background-color: #EB2828;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: -17px;
}

#main_contents #audit_page .audit_2 .lead {
  font-size: 22px;
  line-height: 1.9;
  letter-spacing: 0.048em;
  font-family: 'Hiragino Kaku Gothic ProN';
  margin-top: 30px;
}

/* ▽ SP layout ========== */
@media only screen and (max-width: 639px) {
  #main_contents #audit_page .audit_2 .lead {
    width: 100%;
    font-size: 16px;
    padding-right: 10px;
    padding-left: 10px;
  }
}

/* ========== end △ */
#main_contents #audit_page .audit_2 .list {
  font-size: 22px;
  line-height: 1.9;
  letter-spacing: 0.048em;
  font-family: 'Hiragino Kaku Gothic ProN';
  width: 100%;
  margin-top: 40px;
  padding: 25px  80px;
  background-color: #EDEDED;
  margin-top: 30px;
}

/* ▽ SP layout ========== */
@media only screen and (max-width: 639px) {
  #main_contents #audit_page .audit_2 .list {
    width: 100%;
    font-size: 16px;
    padding-right: 10px;
    padding-left: 10px;
  }
}

/* ========== end △ */
/* ▽ SP layout ========== */
@media only screen and (max-width: 639px) {
  #main_contents #audit_page .audit_2 .list {
    padding: 15px;
  }
}

/* ========== end △ */
#main_contents #audit_page .audit_2 .list li {
  padding-left: 25px;
  position: relative;
}

#main_contents #audit_page .audit_2 .list li::before {
  content: '●';
  position: absolute;
  color: #EB2828;
  left: 0;
}

#main_contents #audit_page .audit_2 .contents_img {
  width: 100%;
  margin-top: 50px;
}

#main_contents #audit_page .audit_3 .h3_title {
  width: 100%;
  font-size: 27px;
  background: -webkit-gradient(linear, left top, right top, color-stop(7%, #fff), to(#D1CEC5));
  background: linear-gradient(to right, #fff 7%, #D1CEC5);
  border-left: 70px solid black;
  height: 60px;
  line-height: 60px;
  padding-left: 30px;
  font-weight: lighter;
  position: relative;
  margin-top: 80px;
}

/* ▽ SP layout ========== */
@media only screen and (max-width: 639px) {
  #main_contents #audit_page .audit_3 .h3_title {
    font-size: 17px;
    height: 60px;
    line-height: 60px;
    border-left: 30px solid black;
  }
}

/* ========== end △ */
#main_contents #audit_page .audit_3 .h3_title::before {
  content: '';
  position: absolute;
  width: 35px;
  height: 3px;
  background-color: #EB2828;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: -17px;
}

#main_contents #audit_page .audit_3 .lead_area {
  width: 95%;
  margin: 0 auto;
  border: solid 2px #EB2828;
  text-align: center;
  padding: 5px 10px;
  position: relative;
  margin-top: 80px;
}

/* ▽ SP layout ========== */
@media only screen and (max-width: 639px) {
  #main_contents #audit_page .audit_3 .lead_area {
    width: 92%;
    padding: 5px 5px;
  }
}

/* ========== end △ */
#main_contents #audit_page .audit_3 .lead_area::before {
  content: '';
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: -22px;
  width: 35px;
  height: 2px;
  background-color: #EB2828;
}

/* ▽ SP layout ========== */
@media only screen and (max-width: 639px) {
  #main_contents #audit_page .audit_3 .lead_area::before {
    width: 18px;
    left: -10px;
  }
}

/* ========== end △ */
#main_contents #audit_page .audit_3 .lead_area::after {
  content: '';
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: -22px;
  width: 35px;
  height: 2px;
  background-color: #EB2828;
}

/* ▽ SP layout ========== */
@media only screen and (max-width: 639px) {
  #main_contents #audit_page .audit_3 .lead_area::after {
    width: 18px;
    right: -10px;
  }
}

/* ========== end △ */
#main_contents #audit_page .audit_3 .lead_area .h3_title {
  width: 100%;
  margin: 0 auto;
  background-color: #fff;
  font-size: 28px;
  padding: 10px 0;
}

/* ▽ SP layout ========== */
@media only screen and (max-width: 639px) {
  #main_contents #audit_page .audit_3 .lead_area .h3_title {
    font-size: 17px;
  }
}

/* ========== end △ */
#main_contents #audit_page .audit_3 .lead_area .lead {
  width: 100%;
  margin: 0 auto;
  background-color: #fff;
  font-size: 28px;
  padding: 10px 0;
}

/* ▽ SP layout ========== */
@media only screen and (max-width: 639px) {
  #main_contents #audit_page .audit_3 .lead_area .lead {
    font-size: 17px;
  }
}

/* ========== end △ */
/* ▽ SP layout ========== */
@media only screen and (max-width: 639px) {
  #main_contents #audit_page .audit_3 .lead_area {
    margin-top: 30px;
  }
}

/* ========== end △ */
#main_contents #audit_page .audit_3 .text {
  font-size: 22px;
  line-height: 1.9;
  letter-spacing: 0.048em;
  font-family: 'Hiragino Kaku Gothic ProN';
  margin-top: 55px;
}

/* ▽ SP layout ========== */
@media only screen and (max-width: 639px) {
  #main_contents #audit_page .audit_3 .text {
    width: 100%;
    font-size: 16px;
    padding-right: 10px;
    padding-left: 10px;
  }
}

/* ========== end △ */
/* ▽ SP layout ========== */
@media only screen and (max-width: 639px) {
  #main_contents #audit_page .audit_3 .text {
    margin-top: 30px;
  }
}

/* ========== end △ */
#main_contents #audit_page .audit_3 .list {
  font-size: 22px;
  line-height: 1.9;
  letter-spacing: 0.048em;
  font-family: 'Hiragino Kaku Gothic ProN';
  width: 100%;
  margin-top: 40px;
  padding: 25px  80px;
  background-color: #EDEDED;
  margin-top: 30px;
}

/* ▽ SP layout ========== */
@media only screen and (max-width: 639px) {
  #main_contents #audit_page .audit_3 .list {
    width: 100%;
    font-size: 16px;
    padding-right: 10px;
    padding-left: 10px;
  }
}

/* ========== end △ */
/* ▽ SP layout ========== */
@media only screen and (max-width: 639px) {
  #main_contents #audit_page .audit_3 .list {
    padding: 15px;
  }
}

/* ========== end △ */
#main_contents #audit_page .audit_3 .list li {
  padding-left: 25px;
  position: relative;
}

#main_contents #audit_page .audit_3 .list li::before {
  content: '●';
  position: absolute;
  color: #EB2828;
  left: 0;
}

/* ▽ SP layout ========== */
@media only screen and (max-width: 639px) {
  #main_contents #audit_page .audit_3 .list {
    padding: 10px;
  }
}

/* ========== end △ */
#main_contents #audit_page .audit_3 .contents_img {
  width: 100%;
  margin-top: 50px;
}

#main_contents {
  /*! destyle.css v3.0.0 | MIT License | https://github.com/nicolas-cusan/destyle.css */
  /* Reset box-model and set borders */
  /* ============================================ */
  /* Document */
  /* ============================================ */
  /**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
  /* Sections */
  /* ============================================ */
  /**
 * Remove the margin in all browsers.
 */
  /**
 * Render the `main` element consistently in IE.
 */
  /* Vertical rhythm */
  /* ============================================ */
  /* Headings */
  /* ============================================ */
  /* Lists (enumeration) */
  /* ============================================ */
  /* Lists (definition) */
  /* ============================================ */
  /* Grouping content */
  /* ============================================ */
  /**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
  /**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
  /* Text-level semantics */
  /* ============================================ */
  /**
 * Remove the gray background on active links in IE 10.
 */
  /**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
  /**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
  /**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
  /**
 * Add the correct font size in all browsers.
 */
  /**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
  /* Replaced content */
  /* ============================================ */
  /**
 * Prevent vertical alignment issues.
 */
  /* Forms */
  /* ============================================ */
  /**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */
  /**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */
  /**
 * Correct cursors for clickable elements.
 */
  /**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */
  /**
 * Remove padding
 */
  /**
 * Reset to invisible
 */
  /**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
  /**
 * Remove the default vertical scrollbar in IE 10+.
 */
  /**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
  /**
 * 1. Correct the outline style in Safari.
 */
  /**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
  /**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Fix font inheritance.
 */
  /**
 * Clickable labels
 */
  /* Interactive */
  /* ============================================ */
  /*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
  /*
 * Add the correct display in all browsers.
 */
  /*
 * Remove outline for editable content.
 */
  /* Tables */
  /* ============================================ */
  /**
1. Correct table border color inheritance in all Chrome and Safari.
*/
}

#main_contents *,
#main_contents ::before,
#main_contents ::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

#main_contents html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -webkit-tap-highlight-color: transparent;
  /* 3*/
}

#main_contents body {
  margin: 0;
}

#main_contents main {
  display: block;
}

#main_contents p,
#main_contents table,
#main_contents blockquote,
#main_contents address,
#main_contents pre,
#main_contents iframe,
#main_contents form,
#main_contents figure,
#main_contents dl {
  margin: 0;
}

#main_contents h1,
#main_contents h2,
#main_contents h3,
#main_contents h4,
#main_contents h5,
#main_contents h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

#main_contents ul,
#main_contents ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

#main_contents dt {
  font-weight: bold;
}

#main_contents dd {
  margin-left: 0;
}

#main_contents hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

#main_contents pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: inherit;
  /* 2 */
}

#main_contents address {
  font-style: inherit;
}

#main_contents a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

#main_contents abbr[title] {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */
}

#main_contents b,
#main_contents strong {
  font-weight: bolder;
}

#main_contents code,
#main_contents kbd,
#main_contents samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: inherit;
  /* 2 */
}

#main_contents small {
  font-size: 80%;
}

#main_contents sub,
#main_contents sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

#main_contents sub {
  bottom: -0.25em;
}

#main_contents sup {
  top: -0.5em;
}

#main_contents svg,
#main_contents img,
#main_contents embed,
#main_contents object,
#main_contents iframe {
  vertical-align: bottom;
}

#main_contents button,
#main_contents input,
#main_contents optgroup,
#main_contents select,
#main_contents textarea {
  -webkit-appearance: none;
  /* 1 */
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit;
  /* 2 */
}

#main_contents [type="checkbox"] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
       appearance: checkbox;
}

#main_contents [type="radio"] {
  -webkit-appearance: radio;
  -moz-appearance: radio;
       appearance: radio;
}

#main_contents button,
#main_contents [type="button"],
#main_contents [type="reset"],
#main_contents [type="submit"] {
  cursor: pointer;
}

#main_contents button:disabled,
#main_contents [type="button"]:disabled,
#main_contents [type="reset"]:disabled,
#main_contents [type="submit"]:disabled {
  cursor: default;
}

#main_contents :-moz-focusring {
  outline: auto;
}

#main_contents select:disabled {
  opacity: inherit;
}

#main_contents option {
  padding: 0;
}

#main_contents fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

#main_contents legend {
  padding: 0;
}

#main_contents progress {
  vertical-align: baseline;
}

#main_contents textarea {
  overflow: auto;
}

#main_contents [type="number"]::-webkit-inner-spin-button,
#main_contents [type="number"]::-webkit-outer-spin-button {
  height: auto;
}

#main_contents [type="search"] {
  outline-offset: -2px;
  /* 1 */
}

#main_contents [type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

#main_contents ::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

#main_contents label[for] {
  cursor: pointer;
}

#main_contents details {
  display: block;
}

#main_contents summary {
  display: list-item;
}

#main_contents [contenteditable]:focus {
  outline: auto;
}

#main_contents table {
  border-color: inherit;
  /* 1 */
}

#main_contents caption {
  text-align: left;
}

#main_contents td,
#main_contents th {
  vertical-align: top;
  padding: 0;
}

#main_contents th {
  text-align: left;
  font-weight: bold;
}

#main_contents #office_page {
  width: 100%;
  margin-top: 60px;
}

#main_contents #office_page .office_1 .h3_title {
  width: 100%;
  font-size: 27px;
  background: -webkit-gradient(linear, left top, right top, color-stop(7%, #fff), to(#D1CEC5));
  background: linear-gradient(to right, #fff 7%, #D1CEC5);
  border-left: 70px solid black;
  height: 60px;
  line-height: 60px;
  padding-left: 30px;
  font-weight: lighter;
  position: relative;
  margin-top: 80px;
}

/* ▽ SP layout ========== */
@media only screen and (max-width: 639px) {
  #main_contents #office_page .office_1 .h3_title {
    font-size: 17px;
    height: 60px;
    line-height: 60px;
    border-left: 30px solid black;
  }
}

/* ========== end △ */
#main_contents #office_page .office_1 .h3_title::before {
  content: '';
  position: absolute;
  width: 35px;
  height: 3px;
  background-color: #EB2828;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: -17px;
}

#main_contents #office_page .office_1 .text {
  font-size: 22px;
  line-height: 1.9;
  letter-spacing: 0.048em;
  font-family: 'Hiragino Kaku Gothic ProN';
  margin-top: 55px;
  letter-spacing: 0.03em;
}

/* ▽ SP layout ========== */
@media only screen and (max-width: 639px) {
  #main_contents #office_page .office_1 .text {
    width: 100%;
    font-size: 16px;
    padding-right: 10px;
    padding-left: 10px;
  }
}

/* ========== end △ */
#main_contents #office_page .office_1 .name_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  margin-top: 65px;
}

/* ▽ SP layout ========== */
@media only screen and (max-width: 639px) {
  #main_contents #office_page .office_1 .name_flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

/* ========== end △ */
#main_contents #office_page .office_1 .name_flex .name {
  font-size: 21px;
  line-height: 2.14;
}

/* ▽ SP layout ========== */
@media only screen and (max-width: 639px) {
  #main_contents #office_page .office_1 .name_flex .name {
    font-size: 16px;
    padding: 10px;
  }
}

/* ========== end △ */
#main_contents #office_page .office_2 {
  width: 100%;
  margin-top: 60px;
  background-color: #EDEDED;
  padding: 45px 0 100px;
}

/* ▽ SP layout ========== */
@media only screen and (max-width: 639px) {
  #main_contents #office_page .office_2 {
    padding-bottom: 50px;
  }
}

/* ========== end △ */
#main_contents #office_page .office_2 .title_area {
  width: 95%;
  margin: 0 auto;
  border: solid 2px #EB2828;
  text-align: center;
  padding: 5px 10px;
  position: relative;
}

/* ▽ SP layout ========== */
@media only screen and (max-width: 639px) {
  #main_contents #office_page .office_2 .title_area {
    width: 92%;
    padding: 5px 5px;
  }
}

/* ========== end △ */
#main_contents #office_page .office_2 .title_area::before {
  content: '';
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: -22px;
  width: 35px;
  height: 2px;
  background-color: #EB2828;
}

/* ▽ SP layout ========== */
@media only screen and (max-width: 639px) {
  #main_contents #office_page .office_2 .title_area::before {
    width: 18px;
    left: -10px;
  }
}

/* ========== end △ */
#main_contents #office_page .office_2 .title_area::after {
  content: '';
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: -22px;
  width: 35px;
  height: 2px;
  background-color: #EB2828;
}

/* ▽ SP layout ========== */
@media only screen and (max-width: 639px) {
  #main_contents #office_page .office_2 .title_area::after {
    width: 18px;
    right: -10px;
  }
}

/* ========== end △ */
#main_contents #office_page .office_2 .title_area .h3_title {
  width: 100%;
  margin: 0 auto;
  background-color: #fff;
  font-size: 28px;
  padding: 10px 0;
}

/* ▽ SP layout ========== */
@media only screen and (max-width: 639px) {
  #main_contents #office_page .office_2 .title_area .h3_title {
    font-size: 17px;
  }
}

/* ========== end △ */
#main_contents #office_page .office_2 .title_area .lead {
  width: 100%;
  margin: 0 auto;
  background-color: #fff;
  font-size: 28px;
  padding: 10px 0;
}

/* ▽ SP layout ========== */
@media only screen and (max-width: 639px) {
  #main_contents #office_page .office_2 .title_area .lead {
    font-size: 17px;
  }
}

/* ========== end △ */
#main_contents #office_page .office_2 .contents_position {
  width: 95%;
  height: 420px;
  margin: 0 auto;
  position: relative;
  margin-top: 50px;
}

/* ▽ TAB layout ========== */
@media only screen and (max-width: 1023px) {
  #main_contents #office_page .office_2 .contents_position {
    position: static;
    height: auto;
  }
}

/* ========== end △ */
#main_contents #office_page .office_2 .contents_position .text_block {
  position: absolute;
  left: 0;
  top: 25%;
  background-color: #fff;
  padding: 45px 35px 30px 20px;
  z-index: 5;
}

/* ▽ TAB layout ========== */
@media only screen and (max-width: 1023px) {
  #main_contents #office_page .office_2 .contents_position .text_block {
    position: static;
    width: 100%;
  }
}

/* ========== end △ */
/* ▽ SP layout ========== */
@media only screen and (max-width: 639px) {
  #main_contents #office_page .office_2 .contents_position .text_block {
    padding: 20px;
  }
}

/* ========== end △ */
#main_contents #office_page .office_2 .contents_position .text_block .title {
  font-size: 27px;
  border-bottom: solid 3px #EB2828;
  padding-left: 80px;
  padding-bottom: 15px;
  position: relative;
}

/* ▽ SP layout ========== */
@media only screen and (max-width: 639px) {
  #main_contents #office_page .office_2 .contents_position .text_block .title {
    font-size: 16px;
    padding-bottom: 10px;
  }
}

/* ========== end △ */
#main_contents #office_page .office_2 .contents_position .text_block .title::before {
  content: '01';
  position: absolute;
  left: 0;
  top: -15px;
  font-size: 50px;
  font-family: 'Times New Roman';
  color: #EB2828;
}

/* ▽ SP layout ========== */
@media only screen and (max-width: 639px) {
  #main_contents #office_page .office_2 .contents_position .text_block .title::before {
    left: 24px;
    top: 0;
    font-size: 34px;
  }
}

/* ========== end △ */
#main_contents #office_page .office_2 .contents_position .text_block .title.no2::before {
  content: '02';
}

#main_contents #office_page .office_2 .contents_position .text_block .title.no3::before {
  content: '03';
}

/* ▽ SP layout ========== */
@media only screen and (max-width: 639px) {
  #main_contents #office_page .office_2 .contents_position .text_block .title.no3::before {
    left: 24px;
    top: -12px;
  }
}

/* ========== end △ */
#main_contents #office_page .office_2 .contents_position .text_block .text {
  font-size: 22px;
  line-height: 1.9;
  letter-spacing: 0.048em;
  font-family: 'Hiragino Kaku Gothic ProN';
  padding: 25px;
}

/* ▽ SP layout ========== */
@media only screen and (max-width: 639px) {
  #main_contents #office_page .office_2 .contents_position .text_block .text {
    width: 100%;
    font-size: 16px;
    padding-right: 10px;
    padding-left: 10px;
  }
}

/* ========== end △ */
/* ▽ SP layout ========== */
@media only screen and (max-width: 639px) {
  #main_contents #office_page .office_2 .contents_position .text_block .text {
    padding: 5px;
  }
}

/* ========== end △ */
#main_contents #office_page .office_2 .contents_position .contents_img {
  width: 60%;
  position: absolute;
  right: 0;
  top: 5%;
}

/* ▽ TAB layout ========== */
@media only screen and (max-width: 1023px) {
  #main_contents #office_page .office_2 .contents_position .contents_img {
    position: static;
    width: 100%;
    height: 300px;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

/* ========== end △ */
/* ▽ SP layout ========== */
@media only screen and (max-width: 639px) {
  #main_contents #office_page .office_2 .contents_position .contents_img {
    height: auto;
  }
}

/* ========== end △ */
#main_contents #office_page .office_2 .contents_position.img_left .text_block {
  left: initial;
  right: 0;
}

#main_contents #office_page .office_2 .contents_position.img_left .contents_img {
  right: initial;
  left: 0;
}

#main_contents #office_page .page_link_area {
  margin-top: 100px;
  margin-bottom: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

/* ▽ SP layout ========== */
@media only screen and (max-width: 639px) {
  #main_contents #office_page .page_link_area {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 50px;
  }
}

/* ========== end △ */
#main_contents #office_page .page_link_area .btn_link {
  width: 31%;
  max-width: 350px;
  display: inline-block;
}

/* ▽ SP layout ========== */
@media only screen and (max-width: 639px) {
  #main_contents #office_page .page_link_area .btn_link {
    width: 100%;
    margin-top: 30px;
  }
}

/* ========== end △ */
#main_contents #office_page .page_link_area .btn_link .btn_box {
  width: 100%;
  position: relative;
  background: url(../img/page_link_company.png) no-repeat center;
  background-size: cover;
  -webkit-box-shadow: 10px 10px #D1CEC5;
          box-shadow: 10px 10px #D1CEC5;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

#main_contents #office_page .page_link_area .btn_link .btn_box.csr {
  background: url(../img/page_link_csr.png) no-repeat center;
  background-size: cover;
}

#main_contents #office_page .page_link_area .btn_link .btn_box.security {
  background: url(../img/page_link_security.png) no-repeat center;
  background-size: cover;
}

#main_contents #office_page .page_link_area .btn_link .btn_box::before {
  content: '';
  /* ↓暗いオーバーレイを半透明で配置 */
  background-color: rgba(0, 0, 0, 0.3);
  /* ↓全体を覆うように配置 */
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
}

#main_contents #office_page .page_link_area .btn_link .btn_box:hover {
  -webkit-transform: translate(3px, 5px);
          transform: translate(3px, 5px);
  -webkit-box-shadow: 3px 3px #D1CEC5;
          box-shadow: 3px 3px #D1CEC5;
}

#main_contents #office_page .page_link_area .btn_link .btn_box p {
  position: -webkit-sticky;
  position: sticky;
  text-align: center;
  padding: 80px 0;
  font-size: 28px;
  color: #fff;
  letter-spacing: 0.1em;
}

#main_contents #office_page .page_link_area .btn_link .btn_box p span {
  display: block;
  padding-top: 5px;
}

#main_contents {
  /*! destyle.css v3.0.0 | MIT License | https://github.com/nicolas-cusan/destyle.css */
  /* Reset box-model and set borders */
  /* ============================================ */
  /* Document */
  /* ============================================ */
  /**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
  /* Sections */
  /* ============================================ */
  /**
 * Remove the margin in all browsers.
 */
  /**
 * Render the `main` element consistently in IE.
 */
  /* Vertical rhythm */
  /* ============================================ */
  /* Headings */
  /* ============================================ */
  /* Lists (enumeration) */
  /* ============================================ */
  /* Lists (definition) */
  /* ============================================ */
  /* Grouping content */
  /* ============================================ */
  /**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
  /**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
  /* Text-level semantics */
  /* ============================================ */
  /**
 * Remove the gray background on active links in IE 10.
 */
  /**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
  /**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
  /**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
  /**
 * Add the correct font size in all browsers.
 */
  /**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
  /* Replaced content */
  /* ============================================ */
  /**
 * Prevent vertical alignment issues.
 */
  /* Forms */
  /* ============================================ */
  /**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */
  /**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */
  /**
 * Correct cursors for clickable elements.
 */
  /**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */
  /**
 * Remove padding
 */
  /**
 * Reset to invisible
 */
  /**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
  /**
 * Remove the default vertical scrollbar in IE 10+.
 */
  /**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
  /**
 * 1. Correct the outline style in Safari.
 */
  /**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
  /**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Fix font inheritance.
 */
  /**
 * Clickable labels
 */
  /* Interactive */
  /* ============================================ */
  /*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
  /*
 * Add the correct display in all browsers.
 */
  /*
 * Remove outline for editable content.
 */
  /* Tables */
  /* ============================================ */
  /**
1. Correct table border color inheritance in all Chrome and Safari.
*/
}

#main_contents *,
#main_contents ::before,
#main_contents ::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

#main_contents html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -webkit-tap-highlight-color: transparent;
  /* 3*/
}

#main_contents body {
  margin: 0;
}

#main_contents main {
  display: block;
}

#main_contents p,
#main_contents table,
#main_contents blockquote,
#main_contents address,
#main_contents pre,
#main_contents iframe,
#main_contents form,
#main_contents figure,
#main_contents dl {
  margin: 0;
}

#main_contents h1,
#main_contents h2,
#main_contents h3,
#main_contents h4,
#main_contents h5,
#main_contents h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

#main_contents ul,
#main_contents ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

#main_contents dt {
  font-weight: bold;
}

#main_contents dd {
  margin-left: 0;
}

#main_contents hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

#main_contents pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: inherit;
  /* 2 */
}

#main_contents address {
  font-style: inherit;
}

#main_contents a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

#main_contents abbr[title] {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */
}

#main_contents b,
#main_contents strong {
  font-weight: bolder;
}

#main_contents code,
#main_contents kbd,
#main_contents samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: inherit;
  /* 2 */
}

#main_contents small {
  font-size: 80%;
}

#main_contents sub,
#main_contents sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

#main_contents sub {
  bottom: -0.25em;
}

#main_contents sup {
  top: -0.5em;
}

#main_contents svg,
#main_contents img,
#main_contents embed,
#main_contents object,
#main_contents iframe {
  vertical-align: bottom;
}

#main_contents button,
#main_contents input,
#main_contents optgroup,
#main_contents select,
#main_contents textarea {
  -webkit-appearance: none;
  /* 1 */
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit;
  /* 2 */
}

#main_contents [type="checkbox"] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
       appearance: checkbox;
}

#main_contents [type="radio"] {
  -webkit-appearance: radio;
  -moz-appearance: radio;
       appearance: radio;
}

#main_contents button,
#main_contents [type="button"],
#main_contents [type="reset"],
#main_contents [type="submit"] {
  cursor: pointer;
}

#main_contents button:disabled,
#main_contents [type="button"]:disabled,
#main_contents [type="reset"]:disabled,
#main_contents [type="submit"]:disabled {
  cursor: default;
}

#main_contents :-moz-focusring {
  outline: auto;
}

#main_contents select:disabled {
  opacity: inherit;
}

#main_contents option {
  padding: 0;
}

#main_contents fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

#main_contents legend {
  padding: 0;
}

#main_contents progress {
  vertical-align: baseline;
}

#main_contents textarea {
  overflow: auto;
}

#main_contents [type="number"]::-webkit-inner-spin-button,
#main_contents [type="number"]::-webkit-outer-spin-button {
  height: auto;
}

#main_contents [type="search"] {
  outline-offset: -2px;
  /* 1 */
}

#main_contents [type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

#main_contents ::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

#main_contents label[for] {
  cursor: pointer;
}

#main_contents details {
  display: block;
}

#main_contents summary {
  display: list-item;
}

#main_contents [contenteditable]:focus {
  outline: auto;
}

#main_contents table {
  border-color: inherit;
  /* 1 */
}

#main_contents caption {
  text-align: left;
}

#main_contents td,
#main_contents th {
  vertical-align: top;
  padding: 0;
}

#main_contents th {
  text-align: left;
  font-weight: bold;
}

#main_contents #recruit_page {
  width: 100%;
  margin-top: 60px;
}

#main_contents #recruit_page .top_title {
  width: 100%;
  margin-top: 60px;
  background-color: #EDEDED;
  padding: 45px 0;
}

/* ▽ SP layout ========== */
@media only screen and (max-width: 639px) {
  #main_contents #recruit_page .top_title {
    padding-bottom: 50px;
  }
}

/* ========== end △ */
#main_contents #recruit_page .top_title .title_area {
  width: 95%;
  margin: 0 auto;
  border: solid 2px #EB2828;
  text-align: center;
  padding: 5px 10px;
  position: relative;
}

/* ▽ SP layout ========== */
@media only screen and (max-width: 639px) {
  #main_contents #recruit_page .top_title .title_area {
    width: 92%;
    padding: 5px 5px;
  }
}

/* ========== end △ */
#main_contents #recruit_page .top_title .title_area::before {
  content: '';
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: -22px;
  width: 35px;
  height: 2px;
  background-color: #EB2828;
}

/* ▽ SP layout ========== */
@media only screen and (max-width: 639px) {
  #main_contents #recruit_page .top_title .title_area::before {
    width: 18px;
    left: -10px;
  }
}

/* ========== end △ */
#main_contents #recruit_page .top_title .title_area::after {
  content: '';
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: -22px;
  width: 35px;
  height: 2px;
  background-color: #EB2828;
}

/* ▽ SP layout ========== */
@media only screen and (max-width: 639px) {
  #main_contents #recruit_page .top_title .title_area::after {
    width: 18px;
    right: -10px;
  }
}

/* ========== end △ */
#main_contents #recruit_page .top_title .title_area .h3_title {
  width: 100%;
  margin: 0 auto;
  background-color: #fff;
  font-size: 28px;
  padding: 10px 0;
}

/* ▽ SP layout ========== */
@media only screen and (max-width: 639px) {
  #main_contents #recruit_page .top_title .title_area .h3_title {
    font-size: 17px;
  }
}

/* ========== end △ */
#main_contents #recruit_page .top_title .title_area .lead {
  width: 100%;
  margin: 0 auto;
  background-color: #fff;
  font-size: 28px;
  padding: 10px 0;
}

/* ▽ SP layout ========== */
@media only screen and (max-width: 639px) {
  #main_contents #recruit_page .top_title .title_area .lead {
    font-size: 17px;
  }
}

/* ========== end △ */
#main_contents #recruit_page .top_title .lead {
  font-size: 21px;
  font-family: YuMincho, "Yu Mincho";
  letter-spacing: 0.1em;
  line-height: 2.28;
  padding: 20px 25px;
}

/* ▽ SP layout ========== */
@media only screen and (max-width: 639px) {
  #main_contents #recruit_page .top_title .lead {
    font-size: 16px;
  }
}

/* ========== end △ */
#main_contents #recruit_page .top_title .link_btn_area {
  text-align: center;
  margin-top: 35px;
}

#main_contents #recruit_page .top_title .link_btn_area .link_btn {
  display: inline-block;
  background-color: #000;
  color: #fff;
  -webkit-transition: .5s;
  transition: .5s;
  width: 400px;
  text-align: center;
  font-size: 1.7rem;
  padding: 20px;
  border-radius: 38px;
  position: relative;
}

#main_contents #recruit_page .top_title .link_btn_area .link_btn:hover {
  background-color: #EB2828;
}

/* ▽ SP layout ========== */
@media only screen and (max-width: 639px) {
  #main_contents #recruit_page .top_title .link_btn_area .link_btn {
    width: 315px;
    font-size: 22px;
    padding: 20px 0;
  }
}

/* ========== end △ */
#main_contents #recruit_page .person {
  margin-top: 60px;
}

#main_contents #recruit_page .person .h3_title {
  width: 100%;
  font-size: 27px;
  background: -webkit-gradient(linear, left top, right top, color-stop(7%, #fff), to(#D1CEC5));
  background: linear-gradient(to right, #fff 7%, #D1CEC5);
  border-left: 70px solid black;
  height: 60px;
  line-height: 60px;
  padding-left: 30px;
  font-weight: lighter;
  position: relative;
}

/* ▽ SP layout ========== */
@media only screen and (max-width: 639px) {
  #main_contents #recruit_page .person .h3_title {
    font-size: 17px;
    height: 60px;
    line-height: 60px;
    border-left: 30px solid black;
  }
}

/* ========== end △ */
#main_contents #recruit_page .person .h3_title::before {
  content: '';
  position: absolute;
  width: 35px;
  height: 3px;
  background-color: #EB2828;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: -17px;
}

#main_contents #recruit_page .person .contents_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 35px;
  margin-left: 20px;
}

/* ▽ SP layout ========== */
@media only screen and (max-width: 639px) {
  #main_contents #recruit_page .person .contents_flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-left: 0;
    padding: 0 15px;
  }
}

/* ========== end △ */
#main_contents #recruit_page .person .contents_flex .list_img {
  width: 140px;
  height: 100%;
}

/* ▽ SP layout ========== */
@media only screen and (max-width: 639px) {
  #main_contents #recruit_page .person .contents_flex .list_img {
    width: 110px;
  }
}

/* ========== end △ */
#main_contents #recruit_page .person .contents_flex .list {
  font-size: 22px;
  line-height: 1.9;
  letter-spacing: 0.048em;
  font-family: 'Hiragino Kaku Gothic ProN';
  padding: 10px 0;
  margin-left: 30px;
}

/* ▽ SP layout ========== */
@media only screen and (max-width: 639px) {
  #main_contents #recruit_page .person .contents_flex .list {
    width: 100%;
    font-size: 16px;
    padding-right: 10px;
    padding-left: 10px;
  }
}

/* ========== end △ */
/* ▽ SP layout ========== */
@media only screen and (max-width: 639px) {
  #main_contents #recruit_page .person .contents_flex .list {
    padding: 15px;
    margin: 0;
  }
}

/* ========== end △ */
#main_contents #recruit_page .person .contents_flex .list li {
  padding-left: 25px;
  position: relative;
}

#main_contents #recruit_page .person .contents_flex .list li::before {
  content: '●';
  position: absolute;
  color: #EB2828;
  left: 0;
}

#main_contents #recruit_page .person .btn_area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 80px 0 100px 0;
}

/* ▽ SP layout ========== */
@media only screen and (max-width: 639px) {
  #main_contents #recruit_page .person .btn_area {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 40px 0;
  }
}

/* ========== end △ */
#main_contents #recruit_page .person .btn_area .btn_link {
  width: 400px;
  border: 1px solid #707070;
  border-radius: 6px;
  margin-right: 15px;
  margin-left: 15px;
  font-family: YuMincho, "Yu Mincho";
  font-size: 24px;
  padding: 20px 0;
  -webkit-box-shadow: 10px 10px #D1CEC5;
          box-shadow: 10px 10px #D1CEC5;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

/* ▽ SP layout ========== */
@media only screen and (max-width: 639px) {
  #main_contents #recruit_page .person .btn_area .btn_link {
    width: 290px;
    max-width: 300px;
    font-size: 17px;
    margin: 20px auto;
    padding: 20px 0;
  }
}

/* ========== end △ */
#main_contents #recruit_page .person .btn_area .btn_link:hover {
  -webkit-transform: translate(3px, 5px);
          transform: translate(3px, 5px);
  -webkit-box-shadow: 3px 3px #D1CEC5;
          box-shadow: 3px 3px #D1CEC5;
}

#main_contents #recruit_page .person .btn_area .btn_link .btn_box {
  padding-left: 20px;
  position: relative;
}

#main_contents #recruit_page .person .btn_area .btn_link .btn_box::before {
  content: url(../img/btn_decoration.png);
  position: absolute;
  -webkit-transform: scale(0.4);
          transform: scale(0.4);
  right: -14px;
  top: -137%;
}

/* ▽ SP layout ========== */
@media only screen and (max-width: 639px) {
  #main_contents #recruit_page .person .btn_area .btn_link .btn_box::before {
    -webkit-transform: scale(0.3);
            transform: scale(0.3);
    right: -28px;
    top: -216%;
  }
}

/* ========== end △ */
#main_contents #recruit_page .job_description {
  margin-top: 60px;
}

#main_contents #recruit_page .job_description .h3_title {
  width: 100%;
  font-size: 27px;
  background: -webkit-gradient(linear, left top, right top, color-stop(7%, #fff), to(#D1CEC5));
  background: linear-gradient(to right, #fff 7%, #D1CEC5);
  border-left: 70px solid black;
  height: 60px;
  line-height: 60px;
  padding-left: 30px;
  font-weight: lighter;
  position: relative;
}

/* ▽ SP layout ========== */
@media only screen and (max-width: 639px) {
  #main_contents #recruit_page .job_description .h3_title {
    font-size: 17px;
    height: 60px;
    line-height: 60px;
    border-left: 30px solid black;
  }
}

/* ========== end △ */
#main_contents #recruit_page .job_description .h3_title::before {
  content: '';
  position: absolute;
  width: 35px;
  height: 3px;
  background-color: #EB2828;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: -17px;
}

#main_contents #recruit_page .job_description .contents_block {
  margin-top: 50px;
}

#main_contents #recruit_page .job_description .contents_block .title {
  font-size: 24px;
  padding: 10px 0 10px 10px;
  border-bottom: 3px solid #EB2828;
}

/* ▽ SP layout ========== */
@media only screen and (max-width: 639px) {
  #main_contents #recruit_page .job_description .contents_block .title {
    font-size: 16px;
  }
}

/* ========== end △ */
#main_contents #recruit_page .job_description .contents_block .contents_sp {
  display: none;
}

/* ▽ SP layout ========== */
@media only screen and (max-width: 639px) {
  #main_contents #recruit_page .job_description .contents_block .contents_sp {
    display: block;
    width: 100%;
    margin-top: 40px;
  }
}

/* ========== end △ */
#main_contents #recruit_page .job_description .contents_block .info_list {
  width: 100%;
  font-size: 18px;
  font-family: 'Hiragino Kaku Gothic ProN';
  margin: 25px auto 50px auto;
  border-collapse: collapse;
  line-height: 2;
}

/* ▽ SP layout ========== */
@media only screen and (max-width: 639px) {
  #main_contents #recruit_page .job_description .contents_block .info_list {
    display: none;
  }
}

/* ========== end △ */
#main_contents #recruit_page .job_description .contents_block .info_list tr th {
  width: 25%;
  text-align: center;
  padding: 15px 10px;
  background-color: #D6D6D6;
  border: #000 solid 1px;
  font-weight: normal;
  vertical-align: middle;
}

/* ▽ SP layout ========== */
@media only screen and (max-width: 639px) {
  #main_contents #recruit_page .job_description .contents_block .info_list tr th {
    padding: 10px;
    font-size: 15px;
    letter-spacing: 0.3em;
  }
}

/* ========== end △ */
#main_contents #recruit_page .job_description .contents_block .info_list tr th.pd {
  padding: 10px 5px;
}

#main_contents #recruit_page .job_description .contents_block .info_list tr td {
  width: 75%;
  text-align: start;
  padding: 15px 10px 15px 30px;
  background-color: #fff;
  border: #000 solid 1px;
}

/* ▽ SP layout ========== */
@media only screen and (max-width: 639px) {
  #main_contents #recruit_page .job_description .contents_block .info_list tr td {
    padding: 10px;
    font-size: 15px;
    vertical-align: middle;
  }
}

/* ========== end △ */
#main_contents #recruit_page .job_description .contents_block .info_list tr td .list {
  list-style-type: disc;
  padding-left: 15px;
}

#main_contents #recruit_page .job_description .contents_block .info_list tr td .list.discnone {
  list-style-type: none;
}

#main_contents #recruit_page .job_description .contents_block .btn_area {
  text-align: center;
}

#main_contents #recruit_page .job_description .contents_block .btn_area .contact_btn {
  display: inline-block;
  background-color: #000;
  color: #fff;
  -webkit-transition: .5s;
  transition: .5s;
  width: 400px;
  text-align: center;
  font-size: 1.7rem;
  padding: 20px;
  border-radius: 38px;
  position: relative;
  margin: 25px 0;
}

#main_contents #recruit_page .job_description .contents_block .btn_area .contact_btn:hover {
  background-color: #EB2828;
}

/* ▽ SP layout ========== */
@media only screen and (max-width: 639px) {
  #main_contents #recruit_page .job_description .contents_block .btn_area .contact_btn {
    width: 315px;
    font-size: 22px;
    padding: 20px 0;
  }
}

/* ========== end △ */
#main_contents {
  /*! destyle.css v3.0.0 | MIT License | https://github.com/nicolas-cusan/destyle.css */
  /* Reset box-model and set borders */
  /* ============================================ */
  /* Document */
  /* ============================================ */
  /**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
  /* Sections */
  /* ============================================ */
  /**
 * Remove the margin in all browsers.
 */
  /**
 * Render the `main` element consistently in IE.
 */
  /* Vertical rhythm */
  /* ============================================ */
  /* Headings */
  /* ============================================ */
  /* Lists (enumeration) */
  /* ============================================ */
  /* Lists (definition) */
  /* ============================================ */
  /* Grouping content */
  /* ============================================ */
  /**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
  /**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
  /* Text-level semantics */
  /* ============================================ */
  /**
 * Remove the gray background on active links in IE 10.
 */
  /**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
  /**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
  /**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
  /**
 * Add the correct font size in all browsers.
 */
  /**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
  /* Replaced content */
  /* ============================================ */
  /**
 * Prevent vertical alignment issues.
 */
  /* Forms */
  /* ============================================ */
  /**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */
  /**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */
  /**
 * Correct cursors for clickable elements.
 */
  /**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */
  /**
 * Remove padding
 */
  /**
 * Reset to invisible
 */
  /**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
  /**
 * Remove the default vertical scrollbar in IE 10+.
 */
  /**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
  /**
 * 1. Correct the outline style in Safari.
 */
  /**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
  /**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Fix font inheritance.
 */
  /**
 * Clickable labels
 */
  /* Interactive */
  /* ============================================ */
  /*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
  /*
 * Add the correct display in all browsers.
 */
  /*
 * Remove outline for editable content.
 */
  /* Tables */
  /* ============================================ */
  /**
1. Correct table border color inheritance in all Chrome and Safari.
*/
}

#main_contents *,
#main_contents ::before,
#main_contents ::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

#main_contents html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -webkit-tap-highlight-color: transparent;
  /* 3*/
}

#main_contents body {
  margin: 0;
}

#main_contents main {
  display: block;
}

#main_contents p,
#main_contents table,
#main_contents blockquote,
#main_contents address,
#main_contents pre,
#main_contents iframe,
#main_contents form,
#main_contents figure,
#main_contents dl {
  margin: 0;
}

#main_contents h1,
#main_contents h2,
#main_contents h3,
#main_contents h4,
#main_contents h5,
#main_contents h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

#main_contents ul,
#main_contents ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

#main_contents dt {
  font-weight: bold;
}

#main_contents dd {
  margin-left: 0;
}

#main_contents hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

#main_contents pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: inherit;
  /* 2 */
}

#main_contents address {
  font-style: inherit;
}

#main_contents a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

#main_contents abbr[title] {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */
}

#main_contents b,
#main_contents strong {
  font-weight: bolder;
}

#main_contents code,
#main_contents kbd,
#main_contents samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: inherit;
  /* 2 */
}

#main_contents small {
  font-size: 80%;
}

#main_contents sub,
#main_contents sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

#main_contents sub {
  bottom: -0.25em;
}

#main_contents sup {
  top: -0.5em;
}

#main_contents svg,
#main_contents img,
#main_contents embed,
#main_contents object,
#main_contents iframe {
  vertical-align: bottom;
}

#main_contents button,
#main_contents input,
#main_contents optgroup,
#main_contents select,
#main_contents textarea {
  -webkit-appearance: none;
  /* 1 */
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit;
  /* 2 */
}

#main_contents [type="checkbox"] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
       appearance: checkbox;
}

#main_contents [type="radio"] {
  -webkit-appearance: radio;
  -moz-appearance: radio;
       appearance: radio;
}

#main_contents button,
#main_contents [type="button"],
#main_contents [type="reset"],
#main_contents [type="submit"] {
  cursor: pointer;
}

#main_contents button:disabled,
#main_contents [type="button"]:disabled,
#main_contents [type="reset"]:disabled,
#main_contents [type="submit"]:disabled {
  cursor: default;
}

#main_contents :-moz-focusring {
  outline: auto;
}

#main_contents select:disabled {
  opacity: inherit;
}

#main_contents option {
  padding: 0;
}

#main_contents fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

#main_contents legend {
  padding: 0;
}

#main_contents progress {
  vertical-align: baseline;
}

#main_contents textarea {
  overflow: auto;
}

#main_contents [type="number"]::-webkit-inner-spin-button,
#main_contents [type="number"]::-webkit-outer-spin-button {
  height: auto;
}

#main_contents [type="search"] {
  outline-offset: -2px;
  /* 1 */
}

#main_contents [type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

#main_contents ::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

#main_contents label[for] {
  cursor: pointer;
}

#main_contents details {
  display: block;
}

#main_contents summary {
  display: list-item;
}

#main_contents [contenteditable]:focus {
  outline: auto;
}

#main_contents table {
  border-color: inherit;
  /* 1 */
}

#main_contents caption {
  text-align: left;
}

#main_contents td,
#main_contents th {
  vertical-align: top;
  padding: 0;
}

#main_contents th {
  text-align: left;
  font-weight: bold;
}

#main_contents #subsidy_page {
  width: 100%;
  margin-top: 60px;
}

#main_contents #subsidy_page .top_contents_area .h3_title {
  width: 100%;
  font-size: 27px;
  background: -webkit-gradient(linear, left top, right top, color-stop(7%, #fff), to(#D1CEC5));
  background: linear-gradient(to right, #fff 7%, #D1CEC5);
  border-left: 70px solid black;
  height: 60px;
  line-height: 60px;
  padding-left: 30px;
  font-weight: lighter;
  position: relative;
}

/* ▽ SP layout ========== */
@media only screen and (max-width: 639px) {
  #main_contents #subsidy_page .top_contents_area .h3_title {
    font-size: 17px;
    height: 60px;
    line-height: 60px;
    border-left: 30px solid black;
  }
}

/* ========== end △ */
#main_contents #subsidy_page .top_contents_area .h3_title::before {
  content: '';
  position: absolute;
  width: 35px;
  height: 3px;
  background-color: #EB2828;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: -17px;
}

#main_contents #subsidy_page .top_contents_area .text {
  font-size: 22px;
  line-height: 1.9;
  letter-spacing: 0.048em;
  font-family: 'Hiragino Kaku Gothic ProN';
  margin-top: 30px;
}

/* ▽ SP layout ========== */
@media only screen and (max-width: 639px) {
  #main_contents #subsidy_page .top_contents_area .text {
    width: 100%;
    font-size: 16px;
    padding-right: 10px;
    padding-left: 10px;
  }
}

/* ========== end △ */
#main_contents #subsidy_page .top_contents_area .list {
  font-size: 22px;
  line-height: 1.9;
  letter-spacing: 0.048em;
  font-family: 'Hiragino Kaku Gothic ProN';
  background-color: #EDEDED;
  padding: 20px 30px;
  margin-top: 20px;
}

/* ▽ SP layout ========== */
@media only screen and (max-width: 639px) {
  #main_contents #subsidy_page .top_contents_area .list {
    width: 100%;
    font-size: 16px;
    padding-right: 10px;
    padding-left: 10px;
  }
}

/* ========== end △ */
#main_contents #subsidy_page .top_contents_area .list li {
  padding-left: 20px;
  position: relative;
}

#main_contents #subsidy_page .top_contents_area .list li::before {
  content: '①';
  position: absolute;
  left: 0;
}

#main_contents #subsidy_page .top_contents_area .list li.no2::before {
  content: '②';
}

#main_contents #subsidy_page .requirements .title_area {
  width: 95%;
  margin: 0 auto;
  border: solid 2px #EB2828;
  text-align: center;
  padding: 5px 10px;
  position: relative;
  width: 65%;
  margin-top: 60px;
}

/* ▽ SP layout ========== */
@media only screen and (max-width: 639px) {
  #main_contents #subsidy_page .requirements .title_area {
    width: 92%;
    padding: 5px 5px;
  }
}

/* ========== end △ */
#main_contents #subsidy_page .requirements .title_area::before {
  content: '';
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: -22px;
  width: 35px;
  height: 2px;
  background-color: #EB2828;
}

/* ▽ SP layout ========== */
@media only screen and (max-width: 639px) {
  #main_contents #subsidy_page .requirements .title_area::before {
    width: 18px;
    left: -10px;
  }
}

/* ========== end △ */
#main_contents #subsidy_page .requirements .title_area::after {
  content: '';
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: -22px;
  width: 35px;
  height: 2px;
  background-color: #EB2828;
}

/* ▽ SP layout ========== */
@media only screen and (max-width: 639px) {
  #main_contents #subsidy_page .requirements .title_area::after {
    width: 18px;
    right: -10px;
  }
}

/* ========== end △ */
#main_contents #subsidy_page .requirements .title_area .h3_title {
  width: 100%;
  margin: 0 auto;
  background-color: #fff;
  font-size: 28px;
  padding: 10px 0;
}

/* ▽ SP layout ========== */
@media only screen and (max-width: 639px) {
  #main_contents #subsidy_page .requirements .title_area .h3_title {
    font-size: 17px;
  }
}

/* ========== end △ */
#main_contents #subsidy_page .requirements .title_area .lead {
  width: 100%;
  margin: 0 auto;
  background-color: #fff;
  font-size: 28px;
  padding: 10px 0;
}

/* ▽ SP layout ========== */
@media only screen and (max-width: 639px) {
  #main_contents #subsidy_page .requirements .title_area .lead {
    font-size: 17px;
  }
}

/* ========== end △ */
#main_contents #subsidy_page .requirements .lead {
  font-size: 22px;
  line-height: 1.9;
  letter-spacing: 0.048em;
  font-family: 'Hiragino Kaku Gothic ProN';
  margin-top: 40px;
  text-align: center;
}

/* ▽ SP layout ========== */
@media only screen and (max-width: 639px) {
  #main_contents #subsidy_page .requirements .lead {
    width: 100%;
    font-size: 16px;
    padding-right: 10px;
    padding-left: 10px;
  }
}

/* ========== end △ */
#main_contents #subsidy_page .requirements .contents_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  margin-top: 60px;
}

/* ▽ SP layout ========== */
@media only screen and (max-width: 639px) {
  #main_contents #subsidy_page .requirements .contents_flex {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

/* ========== end △ */
#main_contents #subsidy_page .requirements .contents_flex .contents_box {
  width: 18%;
  min-width: 180px;
  background-color: #D1CEC5;
  text-align: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

/* ▽ SP layout ========== */
@media only screen and (max-width: 639px) {
  #main_contents #subsidy_page .requirements .contents_flex .contents_box {
    width: 49%;
    min-width: initial;
    margin: 5px 0;
  }
}

/* ========== end △ */
#main_contents #subsidy_page .requirements .contents_flex .contents_box .link {
  width: 100%;
  height: 100%;
  padding: 10px 5px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#main_contents #subsidy_page .requirements .contents_flex .contents_box .link .number {
  font-size: 70px;
  color: #EB2828;
  font-family: 'Times New Roman';
}

#main_contents #subsidy_page .requirements .contents_flex .contents_box .link .text {
  font-size: 18px;
  font-family: YuMincho, "Yu Mincho";
  letter-spacing: 0.03em;
  line-height: 1.8;
}

/* ▽ SP layout ========== */
@media only screen and (max-width: 639px) {
  #main_contents #subsidy_page .requirements .contents_flex .contents_box .link .text {
    font-size: 16px;
  }
}

/* ========== end △ */
#main_contents #subsidy_page .requirements .contents_flex .contents_box .link .icon {
  width: 80px;
  margin-top: 20px;
}

#main_contents #subsidy_page .requirements .contents_area {
  margin-top: 80px;
}

#main_contents #subsidy_page .requirements .contents_area .contents_block {
  margin-top: 40px;
}

#main_contents #subsidy_page .requirements .contents_area .contents_block .title {
  font-size: 28px;
  position: relative;
  padding: 20px 0 20px 80px;
  border-bottom: 3px solid #D1CEC5;
}

/* ▽ SP layout ========== */
@media only screen and (max-width: 639px) {
  #main_contents #subsidy_page .requirements .contents_area .contents_block .title {
    font-size: 18px;
  }
}

/* ========== end △ */
#main_contents #subsidy_page .requirements .contents_area .contents_block .title::before {
  content: '01';
  position: absolute;
  font-family: 'Times New Roman';
  font-size: 50px;
  color: #D1CEC5;
  left: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

#main_contents #subsidy_page .requirements .contents_area .contents_block .title.no2::before {
  content: '02';
}

#main_contents #subsidy_page .requirements .contents_area .contents_block .title.no3::before {
  content: '03';
}

#main_contents #subsidy_page .requirements .contents_area .contents_block .title.no4::before {
  content: '04';
}

#main_contents #subsidy_page .requirements .contents_area .contents_block .title.no5::before {
  content: '05';
}

#main_contents #subsidy_page .requirements .contents_area .contents_block .text {
  font-size: 22px;
  line-height: 1.9;
  letter-spacing: 0.048em;
  font-family: 'Hiragino Kaku Gothic ProN';
  margin-top: 30px;
  padding-left: 30px;
}

/* ▽ SP layout ========== */
@media only screen and (max-width: 639px) {
  #main_contents #subsidy_page .requirements .contents_area .contents_block .text {
    width: 100%;
    font-size: 16px;
    padding-right: 10px;
    padding-left: 10px;
  }
}

/* ========== end △ */
#main_contents #subsidy_page .requirements .contents_area .contents_block .text.list {
  list-style-type: disc;
  margin-left: 30px;
}

/* ▽ SP layout ========== */
@media only screen and (max-width: 639px) {
  #main_contents #subsidy_page .requirements .contents_area .contents_block .text.list {
    margin-left: 15px;
  }
}

/* ========== end △ */
#main_contents {
  /*! destyle.css v3.0.0 | MIT License | https://github.com/nicolas-cusan/destyle.css */
  /* Reset box-model and set borders */
  /* ============================================ */
  /* Document */
  /* ============================================ */
  /**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
  /* Sections */
  /* ============================================ */
  /**
 * Remove the margin in all browsers.
 */
  /**
 * Render the `main` element consistently in IE.
 */
  /* Vertical rhythm */
  /* ============================================ */
  /* Headings */
  /* ============================================ */
  /* Lists (enumeration) */
  /* ============================================ */
  /* Lists (definition) */
  /* ============================================ */
  /* Grouping content */
  /* ============================================ */
  /**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
  /**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
  /* Text-level semantics */
  /* ============================================ */
  /**
 * Remove the gray background on active links in IE 10.
 */
  /**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
  /**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
  /**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
  /**
 * Add the correct font size in all browsers.
 */
  /**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
  /* Replaced content */
  /* ============================================ */
  /**
 * Prevent vertical alignment issues.
 */
  /* Forms */
  /* ============================================ */
  /**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */
  /**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */
  /**
 * Correct cursors for clickable elements.
 */
  /**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */
  /**
 * Remove padding
 */
  /**
 * Reset to invisible
 */
  /**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
  /**
 * Remove the default vertical scrollbar in IE 10+.
 */
  /**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
  /**
 * 1. Correct the outline style in Safari.
 */
  /**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
  /**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Fix font inheritance.
 */
  /**
 * Clickable labels
 */
  /* Interactive */
  /* ============================================ */
  /*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
  /*
 * Add the correct display in all browsers.
 */
  /*
 * Remove outline for editable content.
 */
  /* Tables */
  /* ============================================ */
  /**
1. Correct table border color inheritance in all Chrome and Safari.
*/
}

#main_contents *,
#main_contents ::before,
#main_contents ::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

#main_contents html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -webkit-tap-highlight-color: transparent;
  /* 3*/
}

#main_contents body {
  margin: 0;
}

#main_contents main {
  display: block;
}

#main_contents p,
#main_contents table,
#main_contents blockquote,
#main_contents address,
#main_contents pre,
#main_contents iframe,
#main_contents form,
#main_contents figure,
#main_contents dl {
  margin: 0;
}

#main_contents h1,
#main_contents h2,
#main_contents h3,
#main_contents h4,
#main_contents h5,
#main_contents h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

#main_contents ul,
#main_contents ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

#main_contents dt {
  font-weight: bold;
}

#main_contents dd {
  margin-left: 0;
}

#main_contents hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

#main_contents pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: inherit;
  /* 2 */
}

#main_contents address {
  font-style: inherit;
}

#main_contents a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

#main_contents abbr[title] {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */
}

#main_contents b,
#main_contents strong {
  font-weight: bolder;
}

#main_contents code,
#main_contents kbd,
#main_contents samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: inherit;
  /* 2 */
}

#main_contents small {
  font-size: 80%;
}

#main_contents sub,
#main_contents sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

#main_contents sub {
  bottom: -0.25em;
}

#main_contents sup {
  top: -0.5em;
}

#main_contents svg,
#main_contents img,
#main_contents embed,
#main_contents object,
#main_contents iframe {
  vertical-align: bottom;
}

#main_contents button,
#main_contents input,
#main_contents optgroup,
#main_contents select,
#main_contents textarea {
  -webkit-appearance: none;
  /* 1 */
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit;
  /* 2 */
}

#main_contents [type="checkbox"] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
       appearance: checkbox;
}

#main_contents [type="radio"] {
  -webkit-appearance: radio;
  -moz-appearance: radio;
       appearance: radio;
}

#main_contents button,
#main_contents [type="button"],
#main_contents [type="reset"],
#main_contents [type="submit"] {
  cursor: pointer;
}

#main_contents button:disabled,
#main_contents [type="button"]:disabled,
#main_contents [type="reset"]:disabled,
#main_contents [type="submit"]:disabled {
  cursor: default;
}

#main_contents :-moz-focusring {
  outline: auto;
}

#main_contents select:disabled {
  opacity: inherit;
}

#main_contents option {
  padding: 0;
}

#main_contents fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

#main_contents legend {
  padding: 0;
}

#main_contents progress {
  vertical-align: baseline;
}

#main_contents textarea {
  overflow: auto;
}

#main_contents [type="number"]::-webkit-inner-spin-button,
#main_contents [type="number"]::-webkit-outer-spin-button {
  height: auto;
}

#main_contents [type="search"] {
  outline-offset: -2px;
  /* 1 */
}

#main_contents [type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

#main_contents ::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

#main_contents label[for] {
  cursor: pointer;
}

#main_contents details {
  display: block;
}

#main_contents summary {
  display: list-item;
}

#main_contents [contenteditable]:focus {
  outline: auto;
}

#main_contents table {
  border-color: inherit;
  /* 1 */
}

#main_contents caption {
  text-align: left;
}

#main_contents td,
#main_contents th {
  vertical-align: top;
  padding: 0;
}

#main_contents th {
  text-align: left;
  font-weight: bold;
}

#main_contents #introduction_page {
  width: 100%;
  margin-top: 60px;
}

#main_contents #introduction_page .intro_1 {
  margin-top: 40px;
  padding: 60px 0  60px 0;
  background-image: url(../img/service_2_bgi.png);
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: 100%;
}

/* ▽ SP layout ========== */
@media only screen and (max-width: 639px) {
  #main_contents #introduction_page .intro_1 {
    padding: 15px;
    background-position: 95px 5px;
    background-size: 80%;
  }
}

/* ========== end △ */
#main_contents #introduction_page .intro_1 .title {
  font-size: 22px;
  line-height: 1.9;
  letter-spacing: 0.048em;
  font-family: 'Hiragino Kaku Gothic ProN';
  font-size: 28px;
  padding-right: 80px;
  padding-bottom: 15px;
  border-bottom: solid 4px #EB2828;
  display: inline-block;
  font-family: YuMincho, "Yu Mincho";
}

/* ▽ SP layout ========== */
@media only screen and (max-width: 639px) {
  #main_contents #introduction_page .intro_1 .title {
    width: 100%;
    font-size: 16px;
    padding-right: 10px;
    padding-left: 10px;
  }
}

/* ========== end △ */
/* ▽ SP layout ========== */
@media only screen and (max-width: 639px) {
  #main_contents #introduction_page .intro_1 .title {
    padding-right: 0;
  }
}

/* ========== end △ */
#main_contents #introduction_page .intro_1 .lead {
  font-size: 22px;
  line-height: 1.9;
  letter-spacing: 0.048em;
  font-family: 'Hiragino Kaku Gothic ProN';
  font-size: 20px;
  margin-top: 25px;
}

/* ▽ SP layout ========== */
@media only screen and (max-width: 639px) {
  #main_contents #introduction_page .intro_1 .lead {
    width: 100%;
    font-size: 16px;
    padding-right: 10px;
    padding-left: 10px;
  }
}

/* ========== end △ */
/* ▽ SP layout ========== */
@media only screen and (max-width: 639px) {
  #main_contents #introduction_page .intro_1 .lead {
    margin-top: 15px;
  }
}

/* ========== end △ */
/* ▽ SP layout ========== */
@media only screen and (max-width: 639px) {
  #main_contents #introduction_page .intro_1 {
    background-position: 60px 0px;
  }
}

/* ========== end △ */
#main_contents #introduction_page .intro_2 {
  margin-top: 45px;
}

#main_contents #introduction_page .intro_2 .title_area {
  width: 65%;
  margin: 0 auto;
  font-size: 28px;
  text-align: center;
  background-color: #D1CEC5;
  padding: 15px 0;
  position: relative;
}

/* ▽ SP layout ========== */
@media only screen and (max-width: 639px) {
  #main_contents #introduction_page .intro_2 .title_area {
    width: 100%;
    font-size: 18px;
  }
}

/* ========== end △ */
#main_contents #introduction_page .intro_2 .title_area::before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -15px;
  border: 15px solid transparent;
  border-top: 15px solid #D1CEC5;
}

#main_contents #introduction_page .intro_2 .title_area::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: -4px;
  left: -4px;
  border: solid 1px #EB2828;
}

#main_contents #introduction_page .intro_2 .list {
  font-size: 22px;
  line-height: 1.9;
  letter-spacing: 0.048em;
  font-family: 'Hiragino Kaku Gothic ProN';
  padding: 30px 70px;
}

/* ▽ SP layout ========== */
@media only screen and (max-width: 639px) {
  #main_contents #introduction_page .intro_2 .list {
    width: 100%;
    font-size: 16px;
    padding-right: 10px;
    padding-left: 10px;
  }
}

/* ========== end △ */
/* ▽ SP layout ========== */
@media only screen and (max-width: 639px) {
  #main_contents #introduction_page .intro_2 .list {
    padding: 15px;
  }
}

/* ========== end △ */
#main_contents #introduction_page .intro_2 .list li {
  padding-left: 40px;
  position: relative;
}

#main_contents #introduction_page .intro_2 .list li::before {
  position: absolute;
  content: url(../img/check.png);
  left: -20px;
  top: -10%;
  -webkit-transform: scale(0.5);
          transform: scale(0.5);
}

/* ▽ SP layout ========== */
@media only screen and (max-width: 639px) {
  #main_contents #introduction_page .intro_2 .list li::before {
    left: -15px;
    top: 5%;
  }
}

/* ========== end △ */
/* ▽ SP layout ========== */
@media only screen and (max-width: 639px) {
  #main_contents #introduction_page .intro_2 .list li {
    padding-top: 10px;
  }
}

/* ========== end △ */
#main_contents #introduction_page .intro_2 .img_area {
  text-align: center;
  width: 100%;
}

#main_contents #introduction_page .intro_2 .img_area .arrow {
  width: 50px;
}

#main_contents #introduction_page .intro_2 .img_area .contents {
  width: 100%;
  max-width: 700px;
  margin-top: 80px;
}

#main_contents #introduction_page .intro_2 .catch {
  font-size: 22px;
  line-height: 1.9;
  letter-spacing: 0.048em;
  font-family: 'Hiragino Kaku Gothic ProN';
  margin-top: 30px;
  font-size: 28px;
  padding: 10px 0;
  text-align: center;
  color: #fff;
  background-color: #000;
  font-family: YuMincho, "Yu Mincho";
}

/* ▽ SP layout ========== */
@media only screen and (max-width: 639px) {
  #main_contents #introduction_page .intro_2 .catch {
    width: 100%;
    font-size: 16px;
    padding-right: 10px;
    padding-left: 10px;
  }
}

/* ========== end △ */
#main_contents #introduction_page .intro_2 .text {
  font-size: 22px;
  line-height: 1.9;
  letter-spacing: 0.048em;
  font-family: 'Hiragino Kaku Gothic ProN';
  margin-top: 50px;
}

/* ▽ SP layout ========== */
@media only screen and (max-width: 639px) {
  #main_contents #introduction_page .intro_2 .text {
    width: 100%;
    font-size: 16px;
    padding-right: 10px;
    padding-left: 10px;
  }
}

/* ========== end △ */
#main_contents {
  /*! destyle.css v3.0.0 | MIT License | https://github.com/nicolas-cusan/destyle.css */
  /* Reset box-model and set borders */
  /* ============================================ */
  /* Document */
  /* ============================================ */
  /**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
  /* Sections */
  /* ============================================ */
  /**
 * Remove the margin in all browsers.
 */
  /**
 * Render the `main` element consistently in IE.
 */
  /* Vertical rhythm */
  /* ============================================ */
  /* Headings */
  /* ============================================ */
  /* Lists (enumeration) */
  /* ============================================ */
  /* Lists (definition) */
  /* ============================================ */
  /* Grouping content */
  /* ============================================ */
  /**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
  /**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
  /* Text-level semantics */
  /* ============================================ */
  /**
 * Remove the gray background on active links in IE 10.
 */
  /**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
  /**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
  /**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
  /**
 * Add the correct font size in all browsers.
 */
  /**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
  /* Replaced content */
  /* ============================================ */
  /**
 * Prevent vertical alignment issues.
 */
  /* Forms */
  /* ============================================ */
  /**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */
  /**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */
  /**
 * Correct cursors for clickable elements.
 */
  /**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */
  /**
 * Remove padding
 */
  /**
 * Reset to invisible
 */
  /**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
  /**
 * Remove the default vertical scrollbar in IE 10+.
 */
  /**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
  /**
 * 1. Correct the outline style in Safari.
 */
  /**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
  /**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Fix font inheritance.
 */
  /**
 * Clickable labels
 */
  /* Interactive */
  /* ============================================ */
  /*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
  /*
 * Add the correct display in all browsers.
 */
  /*
 * Remove outline for editable content.
 */
  /* Tables */
  /* ============================================ */
  /**
1. Correct table border color inheritance in all Chrome and Safari.
*/
}

#main_contents *,
#main_contents ::before,
#main_contents ::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

#main_contents html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -webkit-tap-highlight-color: transparent;
  /* 3*/
}

#main_contents body {
  margin: 0;
}

#main_contents main {
  display: block;
}

#main_contents p,
#main_contents table,
#main_contents blockquote,
#main_contents address,
#main_contents pre,
#main_contents iframe,
#main_contents form,
#main_contents figure,
#main_contents dl {
  margin: 0;
}

#main_contents h1,
#main_contents h2,
#main_contents h3,
#main_contents h4,
#main_contents h5,
#main_contents h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

#main_contents ul,
#main_contents ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

#main_contents dt {
  font-weight: bold;
}

#main_contents dd {
  margin-left: 0;
}

#main_contents hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

#main_contents pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: inherit;
  /* 2 */
}

#main_contents address {
  font-style: inherit;
}

#main_contents a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

#main_contents abbr[title] {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */
}

#main_contents b,
#main_contents strong {
  font-weight: bolder;
}

#main_contents code,
#main_contents kbd,
#main_contents samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: inherit;
  /* 2 */
}

#main_contents small {
  font-size: 80%;
}

#main_contents sub,
#main_contents sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

#main_contents sub {
  bottom: -0.25em;
}

#main_contents sup {
  top: -0.5em;
}

#main_contents svg,
#main_contents img,
#main_contents embed,
#main_contents object,
#main_contents iframe {
  vertical-align: bottom;
}

#main_contents button,
#main_contents input,
#main_contents optgroup,
#main_contents select,
#main_contents textarea {
  -webkit-appearance: none;
  /* 1 */
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit;
  /* 2 */
}

#main_contents [type="checkbox"] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
       appearance: checkbox;
}

#main_contents [type="radio"] {
  -webkit-appearance: radio;
  -moz-appearance: radio;
       appearance: radio;
}

#main_contents button,
#main_contents [type="button"],
#main_contents [type="reset"],
#main_contents [type="submit"] {
  cursor: pointer;
}

#main_contents button:disabled,
#main_contents [type="button"]:disabled,
#main_contents [type="reset"]:disabled,
#main_contents [type="submit"]:disabled {
  cursor: default;
}

#main_contents :-moz-focusring {
  outline: auto;
}

#main_contents select:disabled {
  opacity: inherit;
}

#main_contents option {
  padding: 0;
}

#main_contents fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

#main_contents legend {
  padding: 0;
}

#main_contents progress {
  vertical-align: baseline;
}

#main_contents textarea {
  overflow: auto;
}

#main_contents [type="number"]::-webkit-inner-spin-button,
#main_contents [type="number"]::-webkit-outer-spin-button {
  height: auto;
}

#main_contents [type="search"] {
  outline-offset: -2px;
  /* 1 */
}

#main_contents [type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

#main_contents ::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

#main_contents label[for] {
  cursor: pointer;
}

#main_contents details {
  display: block;
}

#main_contents summary {
  display: list-item;
}

#main_contents [contenteditable]:focus {
  outline: auto;
}

#main_contents table {
  border-color: inherit;
  /* 1 */
}

#main_contents caption {
  text-align: left;
}

#main_contents td,
#main_contents th {
  vertical-align: top;
  padding: 0;
}

#main_contents th {
  text-align: left;
  font-weight: bold;
}

#main_contents #aboutwork_page {
  width: 100%;
  margin-top: 60px;
}

#main_contents #aboutwork_page .oneday .h3_title {
  width: 100%;
  font-size: 27px;
  background: -webkit-gradient(linear, left top, right top, color-stop(7%, #fff), to(#D1CEC5));
  background: linear-gradient(to right, #fff 7%, #D1CEC5);
  border-left: 70px solid black;
  height: 60px;
  line-height: 60px;
  padding-left: 30px;
  font-weight: lighter;
  position: relative;
}

/* ▽ SP layout ========== */
@media only screen and (max-width: 639px) {
  #main_contents #aboutwork_page .oneday .h3_title {
    font-size: 17px;
    height: 60px;
    line-height: 60px;
    border-left: 30px solid black;
  }
}

/* ========== end △ */
#main_contents #aboutwork_page .oneday .h3_title::before {
  content: '';
  position: absolute;
  width: 35px;
  height: 3px;
  background-color: #EB2828;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: -17px;
}

#main_contents #aboutwork_page .oneday .flow_area {
  width: 100%;
  margin-top: 60px;
}

/* ▽ SP layout ========== */
@media only screen and (max-width: 639px) {
  #main_contents #aboutwork_page .oneday .flow_area {
    display: none;
  }
}

/* ========== end △ */
#main_contents #aboutwork_page .oneday .flow_area .contents_img {
  width: 100%;
}

#main_contents #aboutwork_page .oneday .flow_area_sp {
  display: none;
}

/* ▽ SP layout ========== */
@media only screen and (max-width: 639px) {
  #main_contents #aboutwork_page .oneday .flow_area_sp {
    display: block;
    /*タブ切り替え全体のスタイル*/
    /*タブのスタイル*/
    /*ラジオボタンを全て消す*/
    /*タブ切り替えの中身のスタイル*/
    /*選択されているタブのコンテンツのみを表示*/
    /*選択されているタブのスタイルを変える*/
  }
  #main_contents #aboutwork_page .oneday .flow_area_sp .tabs {
    padding-bottom: 40px;
    width: 100%;
    margin: 50px auto 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  #main_contents #aboutwork_page .oneday .flow_area_sp .tab_item {
    width: 48%;
    height: 50px;
    background-color: #fff;
    border: solid 1px #EB2828;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border-radius: 10px;
    line-height: 50px;
    font-size: 16px;
    text-align: center;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    position: relative;
    display: inline-block;
    white-space: nowrap;
  }
  #main_contents #aboutwork_page .oneday .flow_area_sp .tab_item::before {
    content: "";
    position: absolute;
    bottom: -24px;
    left: 50%;
    margin-left: -15px;
    border: 12px solid transparent;
    border-top: 12px solid #FFF;
    z-index: 2;
  }
  #main_contents #aboutwork_page .oneday .flow_area_sp .tab_item::after {
    content: "";
    position: absolute;
    bottom: -28px;
    left: 50%;
    margin-left: -17px;
    border: 14px solid transparent;
    border-top: 14px solid #EB2828;
    z-index: 1;
  }
  #main_contents #aboutwork_page .oneday .flow_area_sp input[name="tab_item"] {
    display: none;
  }
  #main_contents #aboutwork_page .oneday .flow_area_sp .tab_content {
    display: none;
    padding: 10px;
    padding-top: 60px;
    clear: both;
    overflow: hidden;
  }
  #main_contents #aboutwork_page .oneday .flow_area_sp #tab1:checked ~ #tab1_content,
  #main_contents #aboutwork_page .oneday .flow_area_sp #tab2:checked ~ #tab2_content {
    display: block;
  }
  #main_contents #aboutwork_page .oneday .flow_area_sp .tabs input:checked + .tab_item {
    background-color: #EB2828;
    color: #fff;
  }
  #main_contents #aboutwork_page .oneday .flow_area_sp .tabs input:checked + .tab_item::before {
    border-top: 12px solid #EB2828;
  }
}

/* ========== end △ */
#main_contents #aboutwork_page .oneday .flow_area_sp .tab_img {
  width: 100%;
}

#main_contents #aboutwork_page .careerflow {
  margin-top: 90px;
}

/* ▽ SP layout ========== */
@media only screen and (max-width: 639px) {
  #main_contents #aboutwork_page .careerflow {
    margin-top: 40px;
  }
}

/* ========== end △ */
#main_contents #aboutwork_page .careerflow .h3_title {
  width: 100%;
  font-size: 27px;
  background: -webkit-gradient(linear, left top, right top, color-stop(7%, #fff), to(#D1CEC5));
  background: linear-gradient(to right, #fff 7%, #D1CEC5);
  border-left: 70px solid black;
  height: 60px;
  line-height: 60px;
  padding-left: 30px;
  font-weight: lighter;
  position: relative;
}

/* ▽ SP layout ========== */
@media only screen and (max-width: 639px) {
  #main_contents #aboutwork_page .careerflow .h3_title {
    font-size: 17px;
    height: 60px;
    line-height: 60px;
    border-left: 30px solid black;
  }
}

/* ========== end △ */
#main_contents #aboutwork_page .careerflow .h3_title::before {
  content: '';
  position: absolute;
  width: 35px;
  height: 3px;
  background-color: #EB2828;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: -17px;
}

#main_contents #aboutwork_page .careerflow .flow_area {
  width: 100%;
  margin-top: 60px;
}

/* ▽ SP layout ========== */
@media only screen and (max-width: 639px) {
  #main_contents #aboutwork_page .careerflow .flow_area {
    margin-top: 40px;
  }
}

/* ========== end △ */
#main_contents #aboutwork_page .careerflow .flow_area .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 30px;
}

#main_contents #aboutwork_page .careerflow .flow_area .row .year_area {
  width: 28%;
  min-width: 165px;
  background-color: #D1CEC5;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}

/* ▽ SP layout ========== */
@media only screen and (max-width: 639px) {
  #main_contents #aboutwork_page .careerflow .flow_area .row .year_area {
    min-width: 75px;
  }
}

/* ========== end △ */
#main_contents #aboutwork_page .careerflow .flow_area .row .year_area::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 0;
  border-left: 82px solid transparent;
  border-right: 82px solid transparent;
  border-top: 30px solid #D1CEC5;
  bottom: -30px;
  z-index: 3;
}

/* ▽ SP layout ========== */
@media only screen and (max-width: 639px) {
  #main_contents #aboutwork_page .careerflow .flow_area .row .year_area::before {
    border-left: 38px solid transparent;
    border-right: 38px solid transparent;
  }
}

/* ========== end △ */
#main_contents #aboutwork_page .careerflow .flow_area .row .year_area::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 0;
  border-left: 82px solid transparent;
  border-right: 82px solid transparent;
  border-top: 30px solid #fff;
  bottom: -60px;
  z-index: 2;
}

/* ▽ SP layout ========== */
@media only screen and (max-width: 639px) {
  #main_contents #aboutwork_page .careerflow .flow_area .row .year_area::after {
    border-left: 38px solid transparent;
    border-right: 38px solid transparent;
  }
}

/* ========== end △ */
#main_contents #aboutwork_page .careerflow .flow_area .row .year_area .year {
  font-size: 24px;
  font-weight: bold;
}

/* ▽ SP layout ========== */
@media only screen and (max-width: 639px) {
  #main_contents #aboutwork_page .careerflow .flow_area .row .year_area .year {
    font-size: 17px;
  }
}

/* ========== end △ */
#main_contents #aboutwork_page .careerflow .flow_area .row .year_area .year.fz20 {
  font-size: 20px;
}

/* ▽ SP layout ========== */
@media only screen and (max-width: 639px) {
  #main_contents #aboutwork_page .careerflow .flow_area .row .year_area .year.fz20 {
    font-size: 17px;
  }
}

/* ========== end △ */
#main_contents #aboutwork_page .careerflow .flow_area .row .contents_area {
  font-size: 22px;
  line-height: 1.9;
  letter-spacing: 0.048em;
  font-family: 'Hiragino Kaku Gothic ProN';
  margin-left: 20px;
  padding-right: 65px;
}

/* ▽ SP layout ========== */
@media only screen and (max-width: 639px) {
  #main_contents #aboutwork_page .careerflow .flow_area .row .contents_area {
    width: 100%;
    font-size: 16px;
    padding-right: 10px;
    padding-left: 10px;
  }
}

/* ========== end △ */
/* ▽ SP layout ========== */
@media only screen and (max-width: 639px) {
  #main_contents #aboutwork_page .careerflow .flow_area .row .contents_area {
    margin-left: 10px;
    padding-left: 0;
  }
}

/* ========== end △ */
#main_contents #aboutwork_page .careerflow .flow_area .row .contents_area .title {
  font-weight: bold;
  display: inline-block;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, rgba(235, 40, 40, 0.56)));
  background: linear-gradient(transparent 60%, rgba(235, 40, 40, 0.56) 60%);
  line-height: 1.2;
}
/*# sourceMappingURL=style.css.map */