@charset "UTF-8";
/*                reset
======================================================= */
body, h1, h2, h3, h4, h5, table, th, td, ul, li, ol, dl, dt, dd, form, p, table, th, td {
  margin: 0px;
  padding: 0px;
  font-weight: normal;
  border-top-style: none;
  border-right-style: none;
  border-bottom-style: none;
  border-left-style: none;
  list-style-type: none;
  font-size: 100%; }

body {
  color: #222222;
  background-color: #ffffff;
  font-family: "Noto Sans Japanese", serif;
  font-family: "Noto Sans", "Noto Sans CJK JP", sans-serif;
  line-height: 1.3;
  font-size: 14px;
  -webkit-text-size-adjust: none; }

dt, dd, li, th, td, p {
  line-height: 1.5; }

/* for IE6 */
* html body {
  font-size: 100%; }

a {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-touch-callout: none; }
  a img {
    border-top-style: none;
    border-right-style: none;
    border-bottom-style: none;
    border-left-style: none;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s; }

img {
  display: block;
  vertical-align: bottom;
  max-width: 100%;
  height: auto;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

input, textArea, select, button {
  background: none;
  margin: 0px;
  outline: none;
  padding: 0px;
  font-weight: normal;
  border-top-style: none;
  border-right-style: none;
  border-bottom-style: none;
  border-left-style: none;
  list-style-type: none;
  font-size: 14px; }

button {
  cursor: pointer; }

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-overflow-scrolling: touch; }

@font-face {
  font-family: 'FontAwesome';
  src: url("../fonts/fontawesome-webfont.eot?v=4.6.3");
  src: url("../fonts/fontawesome-webfont.eot?#iefix&v=4.6.3") format("embedded-opentype"), url("../fonts/fontawesome-webfont.woff2?v=4.6.3") format("woff2"), url("../fonts/fontawesome-webfont.woff?v=4.6.3") format("woff"), url("../fonts/fontawesome-webfont.ttf?v=4.6.3") format("truetype"), url("../fonts/fontawesome-webfont.svg?v=4.6.3#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal; }

/*                link
  ======================================================= */
a:link {
  color: #222222;
  text-decoration: none; }

a:visited {
  color: #222222; }

@media only screen and (min-width: 1025px) {
  a:hover {
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s; }
    a:hover img {
      -webkit-transition: 0.5s;
      -o-transition: 0.5s;
      transition: 0.5s;
      opacity: .8; } }

/*                common
  ======================================================= */
.clear:after {
  content: '';
  display: block;
  clear: both; }

.clear_both {
  clear: both; }

.hidden {
  overflow: hidden; }

/*                leyout
======================================================= */
#wrapper {
  overflow: hidden; }
  #wrapper.active {
    overflow: hidden; }

.main_width {
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: 1168px; }
  @media only screen and (max-width: 1200px) {
    .main_width {
      padding: 0 40px; } }
  @media only screen and (max-width: 850px) {
    .main_width {
      padding: 0 30px; } }
  @media only screen and (max-width: 640px) {
    .main_width {
      padding: 0 20px; } }
  .main_width.s_pd {
    padding: 0 60px; }
    @media only screen and (max-width: 1200px) {
      .main_width.s_pd {
        padding: 0 50px; } }
    @media only screen and (max-width: 1024px) {
      .main_width.s_pd {
        padding: 0 40px; } }
    @media only screen and (max-width: 640px) {
      .main_width.s_pd {
        padding: 0 20px; } }

/*                テキスト装飾
======================================================= */
.underline {
  text-decoration: underline; }

.yu {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  font-weight: 500; }

.mintyo {
  font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif; }

.osw {
  font-family: 'Oswald',sans-serif; }

/*                table
======================================================= */
table {
  width: 100%;
  border-collapse: separate;
  border-collapse: collapse;
  border-spacing: 0; }

table tr td,
table tr th {
  text-align: left;
  padding: 0px; }

.ie7 table tr th,
.ie7 table tr td {
  position: relative; }

/* 擬似テーブル */
.table {
  display: table;
  width: 100%; }
  .table .table_cell {
    display: table-cell;
    vertical-align: top; }

/*                pageTop
======================================================= */
.page_top {
  position: fixed;
  right: 15px;
  bottom: 25px;
  z-index: 2000;
  display: none; }
  @media only screen and (max-width: 850px) {
    .page_top {
      bottom: 20px; } }
  @media only screen and (max-width: 640px) {
    .page_top {
      bottom: 10px; } }
  .page_top a {
    display: block; }
    .page_top a img {
      width: 70px;
      height: 70px; }
      @media only screen and (max-width: 850px) {
        .page_top a img {
          width: 52px;
          height: 52px; } }
      @media only screen and (max-width: 480px) {
        .page_top a img {
          width: 48px;
          height: 48px; } }

/*                カラム
======================================================= */
.row {
  margin-left: -14px;
  margin-right: -14px;
  overflow: hidden;
  margin-bottom: -14px; }
  @media only screen and (max-width: 1024px) {
    .row {
      margin-left: -8px;
      margin-right: -8px; } }
  @media only screen and (max-width: 768px) {
    .row {
      margin-left: -5px;
      margin-right: -5px; } }
  .row img {
    width: 100%; }
  .row .col1, .row .col2, .row .col3, .row .col4, .row .col5, .row .col6, .row .col7, .row .col8, .row .col9, .row .col10, .row .col11, .row .col12 {
    float: left;
    min-height: 1px;
    padding-left: 14px;
    padding-right: 14px;
    margin-bottom: 14px; }
    @media only screen and (max-width: 1024px) {
      .row .col1, .row .col2, .row .col3, .row .col4, .row .col5, .row .col6, .row .col7, .row .col8, .row .col9, .row .col10, .row .col11, .row .col12 {
        padding-left: 8px;
        padding-right: 8px; } }
    @media only screen and (max-width: 768px) {
      .row .col1, .row .col2, .row .col3, .row .col4, .row .col5, .row .col6, .row .col7, .row .col8, .row .col9, .row .col10, .row .col11, .row .col12 {
        padding-left: 5px;
        padding-right: 5px; } }
  .row .tab1, .row .tab2, .row .tab6 {
    float: left;
    min-height: 1px;
    padding-left: 14px;
    padding-right: 14px; }
    @media only screen and (max-width: 1024px) {
      .row .tab1, .row .tab2, .row .tab6 {
        padding-left: 8px;
        padding-right: 8px; } }
    @media only screen and (max-width: 768px) {
      .row .tab1, .row .tab2, .row .tab6 {
        padding-left: 5px;
        padding-right: 5px; } }

.square {
  overflow: hidden; }
  .square .col1, .square .col2, .square .col3, .square .col4, .square .col5, .square .col6, .square .col7, .square .col8, .square .col9, .square .col10, .square .col11, .square .col12 {
    float: left;
    min-height: 1px;
    padding: 0;
    margin-bottom: 0; }

.col12 {
  width: 100%; }

.col11 {
  width: 91.66666667%; }

.col10 {
  width: 83.33333333%; }

.col9 {
  width: 75%; }

.col8 {
  width: 66.66666667%; }

.col7 {
  width: 58.33333333%; }

.col6 {
  width: 50%; }

.col5 {
  width: 41.66666667%; }

.col4 {
  width: 33.33333333%; }

.col3 {
  width: 25%; }

.col2 {
  width: 16.66666667%; }

.col1 {
  width: 8.33333333%; }

@media only screen and (max-width: 1024px) {
  .pc1024Col12 {
    width: 100%; }
  .pc1024Col6 {
    width: 50%; }
  .pc1024Col3 {
    width: 25%; }
  .pc1024Col2 {
    width: 16.66666667%; } }

@media only screen and (max-width: 768px) {
  .tab12 {
    width: 100%; }
  .tab6 {
    width: 50%; }
  .tab4 {
    width: 33.33333333%; } }

@media only screen and (max-width: 767px) {
  .sp12 {
    width: 100%; }
  .sp6 {
    width: 50%; } }

@media only screen and (max-width: 480px) {
  .sps12 {
    width: 100%; }
  .sps6 {
    width: 50%; } }

/*                iframeのレスポン化
======================================================= */
.frame_respon .fb_iframe_widget,
.frame_respon .fb_iframe_widget span,
.frame_respon .fb_iframe_widget iframe[style] {
  width: 100%important; }

/*                ヘッダー・サイド・フッター
======================================================= */
/*                header
======================================================= */
#header {
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 3000;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0); }
  #header .header_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 18px 30px 15px; }
    @media only screen and (max-width: 1024px) {
      #header .header_wrap {
        padding: 10px 15px 10px; } }
    #header .header_wrap .hd_left {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: top;
      -ms-flex-align: top;
      align-items: top; }
    @media only screen and (max-width: 1024px) {
      #header .header_wrap .logo a img {
        width: 150px; } }
    @media only screen and (max-width: 640px) {
      #header .header_wrap .logo a img {
        width: 130px; } }
    @media only screen and (max-width: 480px) {
      #header .header_wrap .logo a img {
        width: 100px; } }
    #header .header_wrap .logo a:hover img {
      opacity: 1; }
    #header .header_wrap .txt {
      width: 72px;
      margin-left: 15px; }
      @media only screen and (max-width: 1024px) {
        #header .header_wrap .txt {
          width: 46px;
          margin-left: 8px; } }
      @media only screen and (max-width: 480px) {
        #header .header_wrap .txt {
          width: 36px; } }
      #header .header_wrap .txt img {
        -webkit-transition: 0.5s;
        -o-transition: 0.5s;
        transition: 0.5s; }
        #header .header_wrap .txt img.white {
          display: block; }
        #header .header_wrap .txt img.black {
          display: none; }
    #header .header_wrap .hd_right {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
      flex-direction: column-reverse;
      /* 最初のspanをマイナス45度に */ }
      @media only screen and (max-width: 1024px) {
        #header .header_wrap .hd_right {
          position: relative; } }
      #header .header_wrap .hd_right .contact_set {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        margin-bottom: 10px; }
        @media only screen and (max-width: 1024px) {
          #header .header_wrap .hd_right .contact_set {
            display: block;
            margin-bottom: 0; } }
        #header .header_wrap .hd_right .contact_set .tel_set {
          margin-right: 15px; }
          @media only screen and (max-width: 1024px) {
            #header .header_wrap .hd_right .contact_set .tel_set {
              display: none; } }
          #header .header_wrap .hd_right .contact_set .tel_set .tel img {
            width: 176px;
            height: auto; }
            #header .header_wrap .hd_right .contact_set .tel_set .tel img.white {
              display: block; }
            #header .header_wrap .hd_right .contact_set .tel_set .tel img.black {
              display: none; }
          #header .header_wrap .hd_right .contact_set .tel_set p.tel_time {
            color: #fff;
            font-size: 78.6%;
            letter-spacing: 1px;
            margin-top: 7px; }
        #header .header_wrap .hd_right .contact_set .request_btn {
          position: relative;
          margin-top: -5px; }
          @media only screen and (max-width: 1024px) {
            #header .header_wrap .hd_right .contact_set .request_btn {
              margin-right: 56px;
              margin-top: 0; } }
          @media only screen and (max-width: 640px) {
            #header .header_wrap .hd_right .contact_set .request_btn {
              margin-right: 52px; } }
          @media only screen and (max-width: 480px) {
            #header .header_wrap .hd_right .contact_set .request_btn {
              margin-right: 48px;
              margin-top: 0; } }
      @media only screen and (max-width: 1024px) {
        #header .header_wrap .hd_right #gnavi {
          background: #fff;
          color: #000;
          text-align: center;
          -webkit-transform: translateY(-100%);
          -ms-transform: translateY(-100%);
          transform: translateY(-100%);
          -webkit-transition: all 0.6s;
          -o-transition: all 0.6s;
          transition: all 0.6s;
          overflow: hidden;
          width: 100%;
          position: fixed;
          z-index: -1;
          top: 0;
          left: 0;
          padding-top: 72px;
          height: auto;
          overflow-y: auto; } }
  @media only screen and (max-width: 1024px) and (max-width: 640px) {
    #header .header_wrap .hd_right #gnavi {
      padding-top: 68px; } }
  @media only screen and (max-width: 1024px) and (max-width: 480px) {
    #header .header_wrap .hd_right #gnavi {
      padding-top: 60px; } }
      @media only screen and (max-width: 1024px) {
          #header .header_wrap .hd_right #gnavi.active {
            -webkit-transform: translateY(0%);
            -ms-transform: translateY(0%);
            transform: translateY(0%); } }
      @media only screen and (max-width: 1024px) {
        #header .header_wrap .hd_right #gnavi ul {
          background: #fff;
          border-top: 1px #534c47 solid;
          margin: 0 auto;
          width: 100.1%;
          height: 100%;
          overflow: hidden; }
          #header .header_wrap .hd_right #gnavi ul.flex {
            -ms-flex-wrap: wrap;
            flex-wrap: wrap; } }
      @media only screen and (min-width: 1025px) {
        #header .header_wrap .hd_right #gnavi ul li + li {
          margin-left: 25px; } }
      @media only screen and (max-width: 1024px) {
        #header .header_wrap .hd_right #gnavi ul li {
          list-style-type: none;
          padding: 0;
          width: 50%;
          border-right: 1px #dbdbdb solid;
          border-bottom: 1px #dbdbdb solid; } }
      @media only screen and (max-width: 640px) {
        #header .header_wrap .hd_right #gnavi ul li {
          width: 100%;
          border-right: none; } }
      #header .header_wrap .hd_right #gnavi ul li.ap1024 {
        display: none; }
        @media only screen and (max-width: 1024px) {
          #header .header_wrap .hd_right #gnavi ul li.ap1024 {
            display: block; } }
        @media only screen and (max-width: 640px) {
          #header .header_wrap .hd_right #gnavi ul li.ap1024 {
            display: none; } }
      #header .header_wrap .hd_right #gnavi ul li a {
        color: #fff;
        display: block;
        font-size: 128.6%;
        position: relative;
        z-index: 0; }
        @media only screen and (min-width: 1025px) {
          #header .header_wrap .hd_right #gnavi ul li a:after {
            content: "";
            display: block;
            border-bottom: solid 3px #fe3104;
            bottom: -5px;
            position: absolute;
            left: 0;
            -o-transition: all .4s ease;
            transition: all .4s ease;
            -webkit-transition: all .4s ease;
            width: 0; } }
        @media only screen and (min-width: 1025px) {
          #header .header_wrap .hd_right #gnavi ul li a:hover:after {
            width: 100%; } }
        @media only screen and (max-width: 1024px) {
          #header .header_wrap .hd_right #gnavi ul li a {
            background-color: #fff;
            display: block;
            color: #000;
            font-size: 114.3%;
            text-align: left;
            height: auto;
            position: relative;
            padding: 17px 35px 17px 20px; }
            #header .header_wrap .hd_right #gnavi ul li a:hover {
              background-color: #fff; }
            #header .header_wrap .hd_right #gnavi ul li a:before {
              font-family: FontAwesome, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Arial, sans-serif;
              font-size: inherit;
              text-rendering: auto;
              -webkit-font-smoothing: antialiased;
              -moz-osx-font-smoothing: grayscale;
              content: "\f107";
              display: block;
              color: #e8340c;
              font-size: 20px;
              position: absolute;
              top: 50%;
              right: 20px;
              margin-top: -14px; } }
        @media only screen and (max-width: 400px) {
          #header .header_wrap .hd_right #gnavi ul li a {
            font-size: 92.9%; }
            #header .header_wrap .hd_right #gnavi ul li a:before {
              right: 12px; } }
      #header .header_wrap .hd_right #sp_menu_btn {
        display: none;
        cursor: pointer; }
        @media only screen and (max-width: 1024px) {
          #header .header_wrap .hd_right #sp_menu_btn {
            display: block;
            position: absolute;
            top: -3px;
            right: -4px;
            width: 48px;
            height: 51px;
            cursor: default;
            z-index: 3;
            text-align: center; } }
  @media only screen and (max-width: 1024px) and (max-width: 480px) {
    #header .header_wrap .hd_right #sp_menu_btn {
      top: -8px;
      width: 44px; } }
        @media only screen and (max-width: 1024px) {
            #header .header_wrap .hd_right #sp_menu_btn span {
              display: block;
              position: absolute;
              /* .navToggleに対して */
              width: 38px;
              border-bottom: solid 3px #fff;
              -webkit-transition: .35s ease-in-out;
              -moz-transition: .35s ease-in-out;
              -o-transition: .35s ease-in-out;
              transition: .35s ease-in-out;
              left: 6px; } }
    @media only screen and (max-width: 1024px) and (max-width: 400px) {
      #header .header_wrap .hd_right #sp_menu_btn span {
        width: 34px; } }
        @media only screen and (max-width: 1024px) {
              #header .header_wrap .hd_right #sp_menu_btn span.border01 {
                top: 14px; }
              #header .header_wrap .hd_right #sp_menu_btn span.border02 {
                top: 26px; }
              #header .header_wrap .hd_right #sp_menu_btn span.border03 {
                top: 38px; }
            #header .header_wrap .hd_right #sp_menu_btn.active span.border01 {
              top: 26px;
              left: 6px;
              border-color: #222222;
              -webkit-transform: rotate(-45deg);
              -moz-transform: rotate(-45deg);
              -ms-transform: rotate(-45deg);
              transform: rotate(-45deg); }
            #header .header_wrap .hd_right #sp_menu_btn.active span.border02,
            #header .header_wrap .hd_right #sp_menu_btn.active span.border03 {
              top: 26px;
              border-color: #222222;
              -webkit-transform: rotate(45deg);
              -moz-transform: rotate(45deg);
              -ms-transform: rotate(45deg);
              transform: rotate(45deg); } }
  #header.move {
    opacity: 0;
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%); }
  #header.active {
    position: fixed; }
  #header.fixed {
    /*スクロール時のheaderタグ*/
    background-color: #fff;
    -webkit-box-shadow: 0px 0px 15px -1px #101112;
    box-shadow: 0px 0px 15px -1px #101112;
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); }
    #header.fixed .header_wrap {
      background-color: #fff; }
      #header.fixed .header_wrap .hd_left .logo a img {
        width: 150px; }
        @media only screen and (max-width: 1024px) {
          #header.fixed .header_wrap .hd_left .logo a img {
            width: 150px; } }
        @media only screen and (max-width: 640px) {
          #header.fixed .header_wrap .hd_left .logo a img {
            width: 130px; } }
        @media only screen and (max-width: 480px) {
          #header.fixed .header_wrap .hd_left .logo a img {
            width: 100px; } }
      #header.fixed .header_wrap .hd_left .txt {
        width: auto;
        -webkit-transition: 0.5s;
        -o-transition: 0.5s;
        transition: 0.5s; }
        #header.fixed .header_wrap .hd_left .txt img {
          height: auto; }
          #header.fixed .header_wrap .hd_left .txt img.white {
            display: none; }
          #header.fixed .header_wrap .hd_left .txt img.black.sp {
            display: none; }
            @media only screen and (max-width: 1024px) {
              #header.fixed .header_wrap .hd_left .txt img.black.sp {
                display: block;
                width: 52px; } }
  @media only screen and (max-width: 1024px) and (max-width: 1024px) {
    #header.fixed .header_wrap .hd_left .txt img.black.sp {
      width: 46px;
      margin-left: 4px; } }
  @media only screen and (max-width: 1024px) and (max-width: 480px) {
    #header.fixed .header_wrap .hd_left .txt img.black.sp {
      width: 36px;
      margin-left: 2px; } }
          #header.fixed .header_wrap .hd_left .txt img.black.pc {
            display: block;
            width: 100%; }
            @media only screen and (max-width: 1024px) {
              #header.fixed .header_wrap .hd_left .txt img.black.pc {
                display: none; } }
      #header.fixed .header_wrap .hd_right {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center; }
        @media only screen and (max-width: 1200px) {
          #header.fixed .header_wrap .hd_right {
            -webkit-box-orient: vertical;
            -webkit-box-direction: reverse;
            -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
            -webkit-box-align: end;
            -ms-flex-align: end;
            align-items: flex-end; } }
        #header.fixed .header_wrap .hd_right .contact_set {
          margin-bottom: 0; }
          @media only screen and (max-width: 1200px) {
            #header.fixed .header_wrap .hd_right .contact_set {
              margin-bottom: 10px; } }
          @media only screen and (max-width: 1024px) {
            #header.fixed .header_wrap .hd_right .contact_set {
              margin-bottom: 0; } }
        #header.fixed .header_wrap .hd_right .tel_set .tel img {
          -webkit-transition: 0.5s;
          -o-transition: 0.5s;
          transition: 0.5s; }
          #header.fixed .header_wrap .hd_right .tel_set .tel img.white {
            display: none; }
          #header.fixed .header_wrap .hd_right .tel_set .tel img.black {
            display: block; }
        #header.fixed .header_wrap .hd_right .tel_set p.tel_time {
          color: #222222; }
        #header.fixed .header_wrap .hd_right #gnavi {
          margin-right: 30px; }
          @media only screen and (max-width: 1200px) {
            #header.fixed .header_wrap .hd_right #gnavi {
              margin-right: 0;
              margin-bottom: 2px; } }
          #header.fixed .header_wrap .hd_right #gnavi ul li a {
            color: #222222;
            font-size: 100%;
            font-weight: bold; }
        #header.fixed .header_wrap .hd_right #sp_menu_btn span {
          border-color: #222222; }

/*                footer
======================================================= */
#footer {
  position: relative;
  z-index: 2000; }
  #footer .f_txt {
    background-color: #000;
    height: 200px;
    padding: 58px 0 50px; }
    @media only screen and (max-width: 640px) {
      #footer .f_txt {
        height: auto;
        padding: 9% 0 10%; } }
  #footer .f_logo {
    text-align: center;
    width: 174px;
    margin: 0 auto 30px; }
    @media only screen and (max-width: 640px) {
      #footer .f_logo {
        width: 144px;
        margin: 0 auto 20px; } }
    @media only screen and (max-width: 400px) {
      #footer .f_logo {
        width: 126px;
        margin: 0 auto 15px; } }
  #footer p.copy {
    color: #fff;
    font-size: 78.6%;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    text-align: center; }
    @media only screen and (max-width: 640px) {
      #footer p.copy {
        font-size: 71.4%; } }

/*                コンテンツ
======================================================= */
/*      共通     */
br.ap950,
br.ap850,
br.ap600,
br.ap480,
br.ap350 {
  display: none; }

@media only screen and (max-width: 950px) {
  br.ap950 {
    display: block; }
  br.no950 {
    display: none; } }

@media only screen and (max-width: 850px) {
  br.ap850 {
    display: block; }
  br.no850 {
    display: none; } }

@media only screen and (max-width: 600px) {
  br.ap600 {
    display: block; } }

@media only screen and (max-width: 480px) {
  br.no480 {
    display: none; }
  br.ap480 {
    display: block; } }

@media only screen and (max-width: 400px) {
  br.no400 {
    display: none; } }

@media only screen and (max-width: 350px) {
  br.no350 {
    display: none; }
  br.ap350 {
    display: block; } }

.t_red {
  color: #e8340c; }

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.txt_none {
  display: none; }

.bg_white {
  background-color: #fff; }

a {
  display: block; }
  @media only screen and (min-width: 1025px) {
    a {
      cursor: pointer;
      -webkit-transition: 0.5s;
      -o-transition: 0.5s;
      transition: 0.5s; } }
  @media only screen and (min-width: 1025px) {
    a:hover {
      -webkit-transition: 0.5s;
      -o-transition: 0.5s;
      transition: 0.5s; } }

/* PCで電話番号リンクを無効に */
@media only screen and (min-width: 1025px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none; } }

@media only screen and (max-width: 850px) {
  .pc {
    display: none; } }

.sp {
  display: none; }
  @media only screen and (max-width: 850px) {
    .sp {
      display: block; } }

@media only screen and (max-width: 900px) {
  .pc_900 {
    display: none; } }

.sp_900 {
  display: none; }
  @media only screen and (max-width: 900px) {
    .sp_900 {
      display: block; } }

/*    フェードイン    */
.fadein {
  opacity: 0;
  -webkit-transform: translate(0, 50px);
  -ms-transform: translate(0, 50px);
  transform: translate(0, 50px);
  -webkit-transition: all 500ms;
  -o-transition: all 500ms;
  transition: all 500ms; }

/*画面内に入った状態*/
.fadein.scrollin {
  opacity: 1;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0); }

.fadein {
  opacity: 0;
  -webkit-transform: translate(0px, 50px);
  -ms-transform: translate(0px, 50px);
  transform: translate(0px, 50px);
  -webkit-transition: all 500ms;
  -o-transition: all 500ms;
  transition: all 500ms; }

#usen_feat .one_feat.box1.fadein {
  -moz-transition-delay: 100ms;
  -webkit-transition-delay: 100ms;
  -o-transition-delay: 100ms;
  -ms-transition-delay: 100ms; }

#usen_feat .one_feat.box2.fadein,
.contact .fadein {
  -moz-transition-delay: 300ms;
  -webkit-transition-delay: 300ms;
  -o-transition-delay: 300ms;
  -ms-transition-delay: 300ms; }

#usen_feat .one_feat.box3.fadein {
  -moz-transition-delay: 500ms;
  -webkit-transition-delay: 500ms;
  -o-transition-delay: 500ms;
  -ms-transition-delay: 500ms; }

@media only screen and (max-width: 850px) {
  #usen_feat .one_feat.box1.fadein,
  #usen_feat .one_feat.box2.fadein,
  #usen_feat .one_feat.box3.fadein {
    -moz-transition-delay: 100ms;
    -webkit-transition-delay: 100ms;
    -o-transition-delay: 100ms;
    -ms-transition-delay: 100ms; } }

/*      無料サービス実施中 白半透明box       */
.cost_free_box {
  background-color: rgba(255, 255, 255, 0.8);
  -webkit-box-shadow: 0px 0px 27px 4px rgba(0, 0, 0, 0.4);
  box-shadow: 0px 0px 27px 4px rgba(0, 0, 0, 0.4);
  border-radius: 10px;
  max-width: 776px;
  padding: 40px 80px;
  margin: 0 auto; }
  @media only screen and (max-width: 850px) {
    .cost_free_box {
      max-width: inherit;
      margin: 0 30px; } }
  @media only screen and (max-width: 768px) {
    .cost_free_box {
      padding: 5% 6%;
      margin: 0 30px; } }
  @media only screen and (max-width: 640px) {
    .cost_free_box {
      padding: 3% 5%;
      margin: 0 20px; } }
  .cost_free_box .price_txt {
    text-align: center;
    margin: 0 0 20px 0; }
    @media only screen and (max-width: 850px) {
      .cost_free_box .price_txt {
        max-width: 340px;
        margin: 0 auto 15px;
        text-align: left; } }
    @media only screen and (max-width: 600px) {
      .cost_free_box .price_txt {
        max-width: 310px;
        text-align: left;
        margin: 0 auto 10px; } }
    @media only screen and (max-width: 400px) {
      .cost_free_box .price_txt {
        max-width: 264px; } }
    @media only screen and (max-width: 350px) {
      .cost_free_box .price_txt {
        padding-left: 7%;
        margin: 0 auto 10px; } }
    .cost_free_box .price_txt p {
      font-size: 20px;
      font-weight: 500;
      margin-left: 2%; }
      @media only screen and (max-width: 600px) {
        .cost_free_box .price_txt p {
          font-size: 18px; } }
      @media only screen and (max-width: 480px) {
        .cost_free_box .price_txt p {
          margin-left: 5%; } }
      @media only screen and (max-width: 400px) {
        .cost_free_box .price_txt p {
          font-size: 14px; } }
      @media only screen and (max-width: 350px) {
        .cost_free_box .price_txt p {
          margin-left: 1%; } }
    @media only screen and (max-width: 850px) {
      .cost_free_box .price_txt .br850 {
        display: block;
        margin-bottom: -32px; } }
    @media only screen and (max-width: 600px) {
      .cost_free_box .price_txt .br850 {
        display: block;
        margin-bottom: -28px; } }
    @media only screen and (max-width: 400px) {
      .cost_free_box .price_txt .br850 {
        margin-bottom: -22px; } }
    .cost_free_box .price_txt .osw {
      font-size: 34px;
      font-weight: bold; }
      @media only screen and (max-width: 850px) {
        .cost_free_box .price_txt .osw {
          font-size: 28px; } }
      @media only screen and (max-width: 600px) {
        .cost_free_box .price_txt .osw {
          font-size: 25px; } }
      @media only screen and (max-width: 480px) {
        .cost_free_box .price_txt .osw {
          font-size: 22px; } }
      @media only screen and (max-width: 400px) {
        .cost_free_box .price_txt .osw {
          font-size: 19px; } }
      @media only screen and (max-width: 350px) {
        .cost_free_box .price_txt .osw {
          font-size: 18px; } }
    @media only screen and (max-width: 850px) {
      .cost_free_box .price_txt .sp_small {
        font-size: 12px; } }
    @media only screen and (max-width: 600px) {
      .cost_free_box .price_txt .sp_small {
        font-size: 10px; } }
    .cost_free_box .price_txt .small {
      font-size: 12px; }
      @media only screen and (max-width: 350px) {
        .cost_free_box .price_txt .small {
          font-size: 11px; } }
    .cost_free_box .price_txt .t_red {
      display: inline-block;
      font-size: 24px;
      font-weight: bold;
      position: relative;
      padding-left: 60px; }
      @media only screen and (max-width: 850px) {
        .cost_free_box .price_txt .t_red {
          font-size: 22px; } }
      @media only screen and (max-width: 600px) {
        .cost_free_box .price_txt .t_red {
          font-size: 20px; } }
      @media only screen and (max-width: 400px) {
        .cost_free_box .price_txt .t_red {
          font-size: 15px;
          padding-left: 50px; } }
      @media only screen and (max-width: 350px) {
        .cost_free_box .price_txt .t_red {
          font-size: 14px;
          padding-left: 40px; } }
      .cost_free_box .price_txt .t_red:before {
        content: "";
        display: inline-block;
        background: url(../img/red_arrow.png) no-repeat left top;
        background-size: contain;
        width: 28px;
        height: 22px;
        position: absolute;
        left: 20px;
        top: 50%;
        margin-top: -10px; }
        @media only screen and (max-width: 600px) {
          .cost_free_box .price_txt .t_red:before {
            width: 24px;
            height: 18px; } }
        @media only screen and (max-width: 400px) {
          .cost_free_box .price_txt .t_red:before {
            left: 15px;
            width: 22px;
            height: 16px; } }
        @media only screen and (max-width: 350px) {
          .cost_free_box .price_txt .t_red:before {
            left: 10px; } }
  #found_bgm .cost_free_box {
    position: relative;
    -webkit-transform: translateY(-43%);
    -ms-transform: translateY(-43%);
    transform: translateY(-43%);
    z-index: 2000; }
    @media only screen and (max-width: 850px) {
      #found_bgm .cost_free_box {
        -webkit-transform: translateY(-62%);
        -ms-transform: translateY(-62%);
        transform: translateY(-62%); } }
    @media only screen and (max-width: 480px) {
      #found_bgm .cost_free_box {
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%); } }
    @media only screen and (max-width: 400px) {
      #found_bgm .cost_free_box {
        -webkit-transform: translateY(-44%);
        -ms-transform: translateY(-44%);
        transform: translateY(-44%);
        margin-bottom: 20px; } }
    @media only screen and (max-width: 350px) {
      #found_bgm .cost_free_box {
        -webkit-transform: translateY(-40%);
        -ms-transform: translateY(-40%);
        transform: translateY(-40%); } }
  .contact .cost_free_box {
    background-color: rgba(255, 255, 255, 0.83);
    -webkit-box-shadow: 0px 0px 20px 2px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 0px 20px 2px rgba(0, 0, 0, 0.3); }

/*      見積・資料請求ボタン       */
.request_btn a {
  background-color: #e8340c;
  border-radius: 10px;
  border: 1px #e8340c solid;
  color: #fff;
  display: block;
  font-weight: bold;
  text-align: center;
  overflow: hidden;
  max-width: 582px;
  font-size: 20px;
  width: 100%;
  height: 60px;
  position: relative;
  padding: 17px 30px 18px;
  margin: 0 auto;
  -webkit-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease;
  z-index: 2; }
.request_btn a.head {
  font-size: 14px;}
  @media only screen and (max-width: 480px) {
    .request_btn a {
      height: 56px;
      font-size: 100%;
      padding: 18px 10px 20px; } }
  @media only screen and (max-width: 350px) {
    .request_btn a {
      height: 52px;
      font-size: 12px; } }
  @media only screen and (min-width: 1025px) {
    .request_btn a:before {
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      z-index: 0;
      content: '';
      background: #fff;
      height: 62px;
      -webkit-transform-origin: right top;
      -ms-transform-origin: right top;
      transform-origin: right top;
      -webkit-transform: scale(0, 1);
      -ms-transform: scale(0, 1);
      transform: scale(0, 1);
      -webkit-transition: -webkit-transform .5s;
      transition: -webkit-transform .5s;
      -o-transition: transform .5s;
      transition: transform .5s;
      transition: transform .5s, -webkit-transform .5s;
      z-index: -1; } }
  .request_btn a span:before {
    font-family: FontAwesome, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Arial, sans-serif;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f105";
    display: block;
    color: #fff;
    font-size: 18px;
    position: absolute;
    top: 50%;
    right: 20px;
    margin-top: -10px; }
    @media only screen and (max-width: 480px) {
      .request_btn a span:before {
        right: 10px; } }
  @media only screen and (min-width: 1025px) {
    .request_btn a:hover {
      background-color: #fff;
      color: #e8340c;
      z-index: 10;
      position: relative; }
      .request_btn a:hover:before {
        -webkit-transform-origin: left top;
        -ms-transform-origin: left top;
        transform-origin: left top;
        -webkit-transform: scale(1, 1);
        -ms-transform: scale(1, 1);
        transform: scale(1, 1); }
      .request_btn a:hover span:before {
        -webkit-transition: 0.5s;
        -o-transition: 0.5s;
        transition: 0.5s;
        color: #e8340c; } }

.request_btn.header a {
  width: 182px;
  height: auto;
  padding: 14px 10px 15px; }
  @media only screen and (max-width: 600px) {
    .request_btn.header a {
      font-size: 71.4%;
      width: auto;
      padding: 14px 10px 15px; } }
  @media only screen and (max-width: 480px) {
    .request_btn.header a {
      font-size: 71.4%;
      height: 38px;
      padding: 5px 12px 5px; } }

/*      タイトル装飾       */
.cont_ttl {
  z-index: 30;
  margin-bottom: 20px; }
  .cont_ttl h2 {
    font-size: 48px;
    font-weight: bold;
    position: relative; }
    @media only screen and (max-width: 1200px) {
      .cont_ttl h2 {
        font-size: 285.7%; } }
    @media only screen and (max-width: 850px) {
      .cont_ttl h2 {
        font-size: 257.1%;
        text-align: center; } }
    @media only screen and (max-width: 768px) {
      .cont_ttl h2 {
        text-align: left; } }
    @media only screen and (max-width: 640px) {
      .cont_ttl h2 {
        font-size: 214.3%; } }
    @media only screen and (max-width: 480px) {
      .cont_ttl h2 {
        font-size: 185.7%; } }
    @media only screen and (max-width: 400px) {
      .cont_ttl h2 {
        font-size: 171.4%; } }
    @media only screen and (max-width: 350px) {
      .cont_ttl h2 {
        font-size: 157.1%; } }
    .cont_ttl h2.font_s {
      font-size: 38px; }
      @media only screen and (max-width: 1200px) {
        .cont_ttl h2.font_s {
          font-size: 228.6%; } }
      @media only screen and (max-width: 850px) {
        .cont_ttl h2.font_s {
          font-size: 200%; } }
      @media only screen and (max-width: 640px) {
        .cont_ttl h2.font_s {
          font-size: 185.7%; } }
      @media only screen and (max-width: 480px) {
        .cont_ttl h2.font_s {
          font-size: 171.4%; } }
      @media only screen and (max-width: 400px) {
        .cont_ttl h2.font_s {
          font-size: 157.1%; } }
      @media only screen and (max-width: 350px) {
        .cont_ttl h2.font_s {
          font-size: 142.9%; } }
    .cont_ttl h2 .sub {
      font-size: 16px;
      display: block;
      margin-bottom: 10px; }
      @media only screen and (max-width: 850px) {
        .cont_ttl h2 .sub {
          font-size: 14px; } }
  .cont_ttl h3 {
    font-size: 24px;
    font-weight: bold; }
    @media only screen and (max-width: 1200px) {
      .cont_ttl h3 {
        font-size: 157.1%; } }
    @media only screen and (max-width: 850px) {
      .cont_ttl h3 {
        font-size: 142.9%; } }
    @media only screen and (max-width: 640px) {
      .cont_ttl h3 {
        font-size: 135.7%; } }
    @media only screen and (max-width: 400px) {
      .cont_ttl h3 {
        font-size: 128.6%; } }
    .cont_ttl h3.font_s {
      font-size: 20px; }
      @media only screen and (max-width: 850px) {
        .cont_ttl h3.font_s {
          text-align: center;
          font-size: 128.6%; } }
      @media only screen and (max-width: 768px) {
        .cont_ttl h3.font_s {
          text-align: left; } }
      @media only screen and (max-width: 600px) {
        .cont_ttl h3.font_s {
          font-size: 121.4%; } }
      @media only screen and (max-width: 480px) {
        .cont_ttl h3.font_s {
          font-size: 114.3%; } }
  .cont_ttl h2 + h3 {
    margin-top: 10px; }
  .cont_ttl .center {
    text-align: center !important; }
  .cont_ttl .border_b {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(92.5%, transparent), color-stop(0%, #000));
    background: -webkit-linear-gradient(transparent 92.5%, #000 0%);
    background: -o-linear-gradient(transparent 92.5%, #000 0%);
    background: linear-gradient(transparent 92.5%, #000 0%);
    padding-bottom: 4px;
    line-height: 1.9; }
  .cont_ttl .red_border {
    position: relative;
    margin-bottom: 40px; }
    .cont_ttl .red_border:after {
      content: "";
      display: block;
      background-color: #e8340c;
      width: 42px;
      height: 4px;
      position: absolute;
      bottom: -12px;
      left: 50%;
      -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      transform: translateX(-50%); }

/*  共通 ここまで   */
@media only screen and (max-width: 850px) {
  #main_area {
    padding-top: 136.8%; } }

#main_area .kv_fixed {
  width: 100%;
  top: 0;
  left: 0;
  position: fixed;
  height: 780px;
  z-index: 1; }
  @media only screen and (max-width: 850px) {
    #main_area .kv_fixed {
      height: auto; } }

#main_area .main_kv_area {
  height: 780px;
  position: relative; }
  @media only screen and (max-width: 850px) {
    #main_area .main_kv_area {
      height: auto;
      padding-top: 136.8%; } }
  #main_area .main_kv_area .flexslider {
    height: 100%; }
    @media only screen and (max-width: 900px) {
      #main_area .main_kv_area .flexslider {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%; } }
    #main_area .main_kv_area .flexslider ul.slides {
      width: 100%;
      height: 100%;
      overflow: hidden; }
      #main_area .main_kv_area .flexslider ul.slides li {
        display: none;
        width: 100%;
        height: 100%;
        min-width: 100%;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 1; }
        @media only screen and (max-width: 900px) {
          #main_area .main_kv_area .flexslider ul.slides li {
            width: 100;
            min-width: none; } }
        #main_area .main_kv_area .flexslider ul.slides li span {
          display: block; }
          #main_area .main_kv_area .flexslider ul.slides li span.imgset {
            display: block;
            position: relative; }
          #main_area .main_kv_area .flexslider ul.slides li span.back {
            display: block;
            z-index: 1000; }
            #main_area .main_kv_area .flexslider ul.slides li span.back img {
              position: absolute;
              width: 100%;
              min-width: 2500px;
              left: 50%;
              top: 50%;
              -webkit-transform: translate(-50%, -50%);
              -ms-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%); }
              @media only screen and (max-width: 850px) {
                #main_area .main_kv_area .flexslider ul.slides li span.back img {
                  min-width: inherit;
                  position: static;
                  -webkit-transform: none;
                  -ms-transform: none;
                  transform: none; } }
          #main_area .main_kv_area .flexslider ul.slides li span.front {
            display: block;
            width: 100%;
            position: absolute;
            left: 0;
            bottom: 0; }
            #main_area .main_kv_area .flexslider ul.slides li span.front img {
              position: absolute;
              width: 100%;
              min-width: 2500px;
              left: 50%;
              bottom: 0;
              -webkit-transform: translateX(-50%);
              -ms-transform: translateX(-50%);
              transform: translateX(-50%); }
              @media only screen and (max-width: 850px) {
                #main_area .main_kv_area .flexslider ul.slides li span.front img {
                  min-width: inherit;
                  width: 100%; } }
        #main_area .main_kv_area .flexslider ul.slides li.flex-active-slide {
          opacity: 1;
          z-index: 2; }
  #main_area .main_kv_area .put_on_ttl {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -96%);
    -ms-transform: translate(-50%, -96%);
    transform: translate(-50%, -96%);
    z-index: 3; }
    #main_area .main_kv_area .put_on_ttl img {
      width: 100%; }
    @media only screen and (max-width: 850px) {
      #main_area .main_kv_area .put_on_ttl {
        -webkit-transform: translate(-50%, -140%);
        -ms-transform: translate(-50%, -140%);
        transform: translate(-50%, -140%);
        width: 500px; } }
    @media only screen and (max-width: 640px) {
      #main_area .main_kv_area .put_on_ttl {
        width: 380px; } }
    @media only screen and (max-width: 480px) {
      #main_area .main_kv_area .put_on_ttl {
        width: 300px; } }
    @media only screen and (max-width: 400px) {
      #main_area .main_kv_area .put_on_ttl {
        width: 260px; } }

#main_area .content_area {
  background-color: #fff;
  position: relative;
  top: 780px;
  z-index: 2;
  padding-bottom: 780px; }
  @media only screen and (max-width: 850px) {
    #main_area .content_area {
      top: 0;
      padding-bottom: 0;
      margin-top: -8%; } }

#main_area #found_bgm {
  position: relative;
  z-index: 2000; }
  #main_area #found_bgm:before {
    content: "";
    display: block;
    background: url(../img/found_bgm_bg_pc.png) no-repeat center top;
    width: 2500px;
    height: 783px;
    background-size: 2500px 783px;
    position: absolute;
    top: 30px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 2; }
    @media only screen and (max-width: 850px) {
      #main_area #found_bgm:before {
        background: url(../img/found_bgm_bg_sp_btm.png) no-repeat center top;
        width: 276px;
        height: 454px;
        background-size: contain;
        top: 32%;
        left: 0;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none; } }
    @media only screen and (max-width: 768px) {
      #main_area #found_bgm:before {
        width: 226px;
        height: 380px;
        top: 34%; } }
    @media only screen and (max-width: 640px) {
      #main_area #found_bgm:before {
        width: 210px;
        height: 350px;
        top: 34%; } }
    @media only screen and (max-width: 600px) {
      #main_area #found_bgm:before {
        width: 174px;
        height: 306px;
        top: 29%; } }
    @media only screen and (max-width: 480px) {
      #main_area #found_bgm:before {
        width: 158px;
        height: 288px;
        top: 34.5%; } }
    @media only screen and (max-width: 400px) {
      #main_area #found_bgm:before {
        width: 138px;
        height: 228px;
        left: -2px;
        top: 38%; } }
    @media only screen and (max-width: 350px) {
      #main_area #found_bgm:before {
        width: 130px;
        height: 212px;
        left: -1px;
        top: 40.5%; } }
  @media only screen and (max-width: 850px) {
    #main_area #found_bgm:after {
      content: "";
      display: block;
      background: url(../img/found_bgm_bg_sp_top.png) no-repeat center top;
      width: 186px;
      height: 184px;
      background-size: contain;
      position: absolute;
      top: 8%;
      right: 0; } }
  @media only screen and (max-width: 768px) {
    #main_area #found_bgm:after {
      background-size: 84%;
      right: -15px;
      top: 9%; } }
  @media only screen and (max-width: 640px) {
    #main_area #found_bgm:after {
      background-size: 78%;
      right: -20px;
      top: 8%; } }
  @media only screen and (max-width: 600px) {
    #main_area #found_bgm:after {
      background-size: 60%;
      right: -40px;
      top: 6%; } }
  @media only screen and (max-width: 400px) {
    #main_area #found_bgm:after {
      background-size: 46%;
      right: -50px;
      top: 6.5%; } }
  #main_area #found_bgm .set_wrap {
    position: relative;
    z-index: 200;
    padding: 0 0 150px 504px; }
    @media only screen and (max-width: 1200px) {
      #main_area #found_bgm .set_wrap {
        padding: 0 0 13% 45%; } }
    @media only screen and (max-width: 1024px) {
      #main_area #found_bgm .set_wrap {
        padding: 0 0 15% 43%; } }
    @media only screen and (max-width: 850px) {
      #main_area #found_bgm .set_wrap {
        padding: 0;
        margin-top: -8%; } }
    @media only screen and (max-width: 768px) {
      #main_area #found_bgm .set_wrap {
        margin-top: -10%; } }
    @media only screen and (max-width: 480px) {
      #main_area #found_bgm .set_wrap {
        margin-top: -8%; } }
    #main_area #found_bgm .set_wrap p {
      line-height: 1.8; }
    #main_area #found_bgm .set_wrap .btm_img {
      position: absolute;
      bottom: -26%;
      right: 26px;
      z-index: 10; }
      @media only screen and (max-width: 850px) {
        #main_area #found_bgm .set_wrap .btm_img {
          position: relative;
          right: 0px;
          margin: 15px 0 -14%; } }
      @media only screen and (max-width: 850px) {
        #main_area #found_bgm .set_wrap .btm_img img {
          width: 70%;
          margin-left: auto;
          margin-right: 0; } }

#main_area #recommend {
  position: relative;
  padding: 132px 0 0 0;
  z-index: 1; }
  @media only screen and (max-width: 850px) {
    #main_area #recommend {
      padding: 18% 0 0 0; } }
  #main_area #recommend:before {
    content: "";
    display: block;
    background: url(../img/recommend_bgm_top.png) no-repeat center top;
    width: 100%;
    height: 275px;
    background-size: 100% 100%;
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: -1; }
  #main_area #recommend .main_width.s_pd {
    position: relative;
    z-index: 200; }
  #main_area #recommend .bgm_area {
    position: relative;
    z-index: 220; }
    #main_area #recommend .bgm_area.flex {
      margin: 0 -7px;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; }
      @media only screen and (max-width: 850px) {
        #main_area #recommend .bgm_area.flex {
          margin: -7px; } }
    #main_area #recommend .bgm_area .set_box {
      width: 20%;
      padding: 0 7px; }
      @media only screen and (max-width: 850px) {
        #main_area #recommend .bgm_area .set_box {
          width: 33.33333%;
          padding: 7px; } }
      @media only screen and (max-width: 600px) {
        #main_area #recommend .bgm_area .set_box {
          width: 50%; } }
      #main_area #recommend .bgm_area .set_box .bgm_box {
        position: relative;
        overflow: hidden;
        -webkit-transition: all 0.6s ease;
        -o-transition: all 0.6s ease;
        transition: all 0.6s ease; }
        #main_area #recommend .bgm_area .set_box .bgm_box:after {
          content: "";
          display: block;
          background: url(../img/play_arrow.png) no-repeat center top;
          background-size: contain;
          width: 48px;
          height: 48px;
          position: absolute;
          top: 50%;
          left: 50%;
          -webkit-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%); }
        @media only screen and (min-width: 1025px) {
          #main_area #recommend .bgm_area .set_box .bgm_box:before {
            content: "";
            display: block;
            background: rgba(0, 0, 0, 0.5);
            width: 100%;
            height: 100%;
            position: absolute;
            top: 0;
            bottom: 0;
            left: 0;
            right: 0;
            opacity: 0;
            -webkit-transition: all 0.6s ease;
            -o-transition: all 0.6s ease;
            transition: all 0.6s ease;
            padding-top: 81.8181%; }
          #main_area #recommend .bgm_area .set_box .bgm_box:hover {
            -webkit-transform: scale(1.14);
            -ms-transform: scale(1.14);
            transform: scale(1.14);
            -webkit-transition: all 0.6s ease;
            -o-transition: all 0.6s ease;
            transition: all 0.6s ease;
            z-index: 100; }
            #main_area #recommend .bgm_area .set_box .bgm_box:hover:before {
              opacity: 0.7;
              -webkit-transition: all 0.6s ease;
              -o-transition: all 0.6s ease;
              transition: all 0.6s ease; }
            #main_area #recommend .bgm_area .set_box .bgm_box:hover:after {
              width: 48px;
              height: 48px; } }
      #main_area #recommend .bgm_area .set_box .bgm_txt {
        margin-top: 10px; }
        #main_area #recommend .bgm_area .set_box .bgm_txt p {
          text-align: center; }

#main_area #usen_feat {
  padding-top: 70px; }
  @media only screen and (max-width: 640px) {
    #main_area #usen_feat {
      padding-top: 14%; } }
  @media only screen and (max-width: 640px) {
    #main_area #usen_feat .feat_wrap.flex {
      display: block; } }
  #main_area #usen_feat .feat_wrap .one_feat {
    border-bottom: 1px #d7d7d7 solid;
    width: 33.3333333%; }
    @media only screen and (max-width: 640px) {
      #main_area #usen_feat .feat_wrap .one_feat {
        border-bottom: none;
        width: 100%; } }
    #main_area #usen_feat .feat_wrap .one_feat + .one_feat {
      border-left: 1px #d7d7d7 solid; }
      @media only screen and (max-width: 640px) {
        #main_area #usen_feat .feat_wrap .one_feat + .one_feat {
          border-left: none; } }
    #main_area #usen_feat .feat_wrap .one_feat:last-child {
      border-bottom: 1px #d7d7d7 solid; }
    #main_area #usen_feat .feat_wrap .one_feat .feat_img {
      height: 324px;
      overflow: hidden;
      position: relative;
      z-index: 0; }
      @media only screen and (max-width: 1500px) {
        #main_area #usen_feat .feat_wrap .one_feat .feat_img {
          height: auto; } }
      #main_area #usen_feat .feat_wrap .one_feat .feat_img img {
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        width: 100%;
        z-index: 1; }
        @media only screen and (max-width: 1500px) {
          #main_area #usen_feat .feat_wrap .one_feat .feat_img img {
            position: static;
            -webkit-transform: none;
            -ms-transform: none;
            transform: none;
            width: 100%; } }
    #main_area #usen_feat .feat_wrap .one_feat .feat_txt {
      padding-bottom: 30px; }
      #main_area #usen_feat .feat_wrap .one_feat .feat_txt .number {
        position: relative;
        top: 0;
        z-index: 2;
        margin-top: -50px; }
        @media only screen and (max-width: 1500px) {
          #main_area #usen_feat .feat_wrap .one_feat .feat_txt .number {
            margin-top: -7%; } }
        @media only screen and (max-width: 640px) {
          #main_area #usen_feat .feat_wrap .one_feat .feat_txt .number {
            margin-top: -10%; } }
        #main_area #usen_feat .feat_wrap .one_feat .feat_txt .number img {
          width: 72px;
          margin: 0 auto; }
          @media only screen and (max-width: 1500px) {
            #main_area #usen_feat .feat_wrap .one_feat .feat_txt .number img {
              width: 10%; } }
          @media only screen and (max-width: 640px) {
            #main_area #usen_feat .feat_wrap .one_feat .feat_txt .number img {
              width: 14%; } }
      #main_area #usen_feat .feat_wrap .one_feat .feat_txt dl {
        padding: 0 15%;
        margin-top: 20px; }
        @media only screen and (max-width: 1200px) {
          #main_area #usen_feat .feat_wrap .one_feat .feat_txt dl {
            padding: 0 12%; } }
        @media only screen and (max-width: 1024px) {
          #main_area #usen_feat .feat_wrap .one_feat .feat_txt dl {
            padding: 0 10%; } }
        @media only screen and (max-width: 1024px) {
          #main_area #usen_feat .feat_wrap .one_feat .feat_txt dl {
            padding: 0 7%;
            margin-top: 4%; } }
        #main_area #usen_feat .feat_wrap .one_feat .feat_txt dl dt {
          font-size: 171.4%;
          font-weight: bold;
          text-align: center;
          margin-bottom: 15px; }
          @media only screen and (max-width: 1200px) {
            #main_area #usen_feat .feat_wrap .one_feat .feat_txt dl dt {
              font-size: 142.9%; } }
          @media only screen and (max-width: 1024px) {
            #main_area #usen_feat .feat_wrap .one_feat .feat_txt dl dt {
              font-size: 128.6%; } }
          @media only screen and (max-width: 768px) {
            #main_area #usen_feat .feat_wrap .one_feat .feat_txt dl dt {
              font-size: 114.3%; } }
      #main_area #usen_feat .feat_wrap .one_feat .feat_txt .detail_btn {
        margin-top: 15px; }
        #main_area #usen_feat .feat_wrap .one_feat .feat_txt .detail_btn a {
          background-color: #f1eeed;
          border-radius: 10px;
          text-align: center;
          max-width: 164px;
          position: relative;
          padding: 15px 5px 16px;
          margin: 0 auto; }
          #main_area #usen_feat .feat_wrap .one_feat .feat_txt .detail_btn a:after {
            font-family: FontAwesome, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Arial, sans-serif;
            font-size: inherit;
            text-rendering: auto;
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale;
            content: "\f105";
            display: block;
            font-size: 16px;
            position: absolute;
            right: 15px;
            top: 50%;
            margin-top: -12px; }
          #main_area #usen_feat .feat_wrap .one_feat .feat_txt .detail_btn a:hover {
            opacity: 0.7; }

#main_area #to_customers {
  position: relative;
  z-index: 0;
  padding: 72px 0 0 0; }
  @media only screen and (max-width: 850px) {
    #main_area #to_customers {
      padding: 52px 0 0 0; } }
  @media only screen and (max-width: 480px) {
    #main_area #to_customers {
      padding: 42px 0 0 0; } }
  #main_area #to_customers:before {
    content: "";
    display: block;
    background: url(../img/to_customers_bg_pc.png) no-repeat center top;
    width: 2500px;
    height: 650px;
    background-size: 2500px 650px;
    position: absolute;
    top: 35px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 0; }
  #main_area #to_customers .three_list {
    position: relative;
    max-width: 800px;
    padding-top: 20px;
    margin: 0 auto -40px;
    z-index: 20; }
    #main_area #to_customers .three_list .flex {
      width: 800px;
      margin: 0 -7px; }
      @media only screen and (max-width: 400px) {
        #main_area #to_customers .three_list .flex {
          margin: 0 -4px; } }
    #main_area #to_customers .three_list .one_list {
      position: relative;
      width: 33.3333333%;
      padding: 0 7px; }
      @media only screen and (max-width: 400px) {
        #main_area #to_customers .three_list .one_list {
          padding: 0 4px; } }
      #main_area #to_customers .three_list .one_list .bg_white {
        -webkit-box-shadow: 0px 0px 18px 0px rgba(0, 0, 0, 0.1);
        box-shadow: 0px 0px 18px 0px rgba(0, 0, 0, 0.1);
        border-radius: 14px;
        height: 100%; }
        #main_area #to_customers .three_list .one_list .bg_white a {
          display: block;
          height: 100%;
          padding: 40px; }
          @media only screen and (max-width: 768px) {
            #main_area #to_customers .three_list .one_list .bg_white a {
              padding: 35px 20px; } }
          @media only screen and (max-width: 400px) {
            #main_area #to_customers .three_list .one_list .bg_white a {
              padding: 20px 10% 30px; } }
          #main_area #to_customers .three_list .one_list .bg_white a:after {
            font-family: FontAwesome, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Arial, sans-serif;
            font-size: inherit;
            text-rendering: auto;
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale;
            content: "\f107";
            color: #e8340c;
            display: block;
            font-size: 20px;
            font-weight: bold;
            position: absolute;
            bottom: 10px;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%); }
          #main_area #to_customers .three_list .one_list .bg_white a .list_img img {
            max-width: 104px;
            width: 100%;
            margin: 0 auto 20px; }
            @media only screen and (max-width: 768px) {
              #main_area #to_customers .three_list .one_list .bg_white a .list_img img {
                padding: 0 6%; } }
            @media only screen and (max-width: 400px) {
              #main_area #to_customers .three_list .one_list .bg_white a .list_img img {
                padding: 0 10%;
                margin: 0 auto 12px; } }
          #main_area #to_customers .three_list .one_list .bg_white a p {
            text-align: center;
            font-weight: bold; }
            @media only screen and (max-width: 600px) {
              #main_area #to_customers .three_list .one_list .bg_white a p {
                display: table;
                min-height: 42px;
                margin: 0 auto; } }
            @media only screen and (max-width: 400px) {
              #main_area #to_customers .three_list .one_list .bg_white a p {
                font-size: 92.9%; } }
            @media only screen and (max-width: 600px) {
              #main_area #to_customers .three_list .one_list .bg_white a p span {
                display: table-cell;
                vertical-align: middle; } }
  #main_area #to_customers .list_details {
    background-color: #ececec;
    z-index: -1;
    padding: 107px 0 50px 0; }
    @media only screen and (max-width: 768px) {
      #main_area #to_customers .list_details {
        padding: 13% 0 40px 0; } }
    @media only screen and (max-width: 640px) {
      #main_area #to_customers .list_details {
        padding: 14% 0 40px 0; } }
    @media only screen and (max-width: 400px) {
      #main_area #to_customers .list_details {
        padding: 18% 0 35px 0; } }
    #main_area #to_customers .list_details .bg_white {
      border-radius: 14px;
      z-index: 20;
      padding: 40px 40px 50px; }
      @media only screen and (max-width: 640px) {
        #main_area #to_customers .list_details .bg_white {
          padding: 30px 20px 30px; } }
      @media only screen and (max-width: 400px) {
        #main_area #to_customers .list_details .bg_white {
          padding: 20px 15px 20px; } }
    #main_area #to_customers .list_details .one_detail {
      border-top: 1px #dbdbdb solid;
      padding: 50px 0 50px; }
      @media only screen and (max-width: 850px) {
        #main_area #to_customers .list_details .one_detail {
          padding: 40px 0 40px; } }
      @media only screen and (max-width: 400px) {
        #main_area #to_customers .list_details .one_detail {
          padding: 30px 0 30px; } }
      #main_area #to_customers .list_details .one_detail.flow {
        border-top: none; }
      #main_area #to_customers .list_details .one_detail .flow_img img {
        width: 100%; }
        @media only screen and (max-width: 850px) {
          #main_area #to_customers .list_details .one_detail .flow_img img {
            max-width: 90%;
            margin: 0 auto; } }
        @media only screen and (max-width: 480px) {
          #main_area #to_customers .list_details .one_detail .flow_img img {
            max-width: inherit; } }
      #main_area #to_customers .list_details .one_detail .need_img img {
        max-width: 740px;
        width: 100%;
        margin: 0 auto; }
        @media only screen and (max-width: 850px) {
          #main_area #to_customers .list_details .one_detail .need_img img {
            max-width: 86%; } }
        @media only screen and (max-width: 480px) {
          #main_area #to_customers .list_details .one_detail .need_img img {
            max-width: inherit; } }
      #main_area #to_customers .list_details .one_detail .service_wrap {
        margin: 0 -15px; }
        @media only screen and (max-width: 850px) {
          #main_area #to_customers .list_details .one_detail .service_wrap {
            display: block;
            margin: 0; } }
        #main_area #to_customers .list_details .one_detail .service_wrap .service_box {
          padding: 0 15px; }
          @media only screen and (max-width: 850px) {
            #main_area #to_customers .list_details .one_detail .service_wrap .service_box {
              padding: 0 0; } }
          @media only screen and (max-width: 850px) {
            #main_area #to_customers .list_details .one_detail .service_wrap .service_box + .service_box {
              margin-top: 20px; } }
          #main_area #to_customers .list_details .one_detail .service_wrap .service_box.left {
            width: 40%; }
            @media only screen and (max-width: 850px) {
              #main_area #to_customers .list_details .one_detail .service_wrap .service_box.left {
                width: 100%; } }
          #main_area #to_customers .list_details .one_detail .service_wrap .service_box.right {
            width: 60%; }
            @media only screen and (max-width: 850px) {
              #main_area #to_customers .list_details .one_detail .service_wrap .service_box.right {
                width: 100%; } }
          #main_area #to_customers .list_details .one_detail .service_wrap .service_box .border_inner {
            border: 6px #f1f1f1 solid;
            border-radius: 18px;
            height: 100%; }
            #main_area #to_customers .list_details .one_detail .service_wrap .service_box .border_inner dl {
              text-align: center;
              padding: 30px 10px 35px; }
              @media only screen and (max-width: 850px) {
                #main_area #to_customers .list_details .one_detail .service_wrap .service_box .border_inner dl {
                  padding: 4% 15px 4%; } }
              @media only screen and (max-width: 480px) {
                #main_area #to_customers .list_details .one_detail .service_wrap .service_box .border_inner dl {
                  padding: 20px 15px 25px; } }
              #main_area #to_customers .list_details .one_detail .service_wrap .service_box .border_inner dl dt {
                font-size: 128.6%;
                font-weight: bold;
                margin-bottom: 15px; }
                @media only screen and (max-width: 640px) {
                  #main_area #to_customers .list_details .one_detail .service_wrap .service_box .border_inner dl dt {
                    font-size: 121.4%; } }
              @media only screen and (max-width: 400px) {
                #main_area #to_customers .list_details .one_detail .service_wrap .service_box .border_inner dl dd {
                  text-align: left; } }
            #main_area #to_customers .list_details .one_detail .service_wrap .service_box .border_inner .service_img img {
              width: 100%; }
            #main_area #to_customers .list_details .one_detail .service_wrap .service_box .border_inner .service_img.sien img {
              border-radius: 0 0 10px 10px; }
            #main_area #to_customers .list_details .one_detail .service_wrap .service_box .border_inner .service_img .bg_gray {
              background-color: #f1f1f1;
              border-left: 4px #fff solid;
              border-right: 4px #fff solid;
              border-bottom: 4px #fff solid;
              border-radius: 0 0 14px 14px;
              padding: 20px 10px; }
              @media only screen and (max-width: 1024px) {
                #main_area #to_customers .list_details .one_detail .service_wrap .service_box .border_inner .service_img .bg_gray {
                  padding: 18px 10px; } }
              @media only screen and (max-width: 950px) {
                #main_area #to_customers .list_details .one_detail .service_wrap .service_box .border_inner .service_img .bg_gray {
                  padding: 16px 10px; } }
              @media only screen and (max-width: 850px) {
                #main_area #to_customers .list_details .one_detail .service_wrap .service_box .border_inner .service_img .bg_gray {
                  display: block;
                  padding: 20px 10px; } }
              #main_area #to_customers .list_details .one_detail .service_wrap .service_box .border_inner .service_img .bg_gray .gray_inner {
                padding: 0 25px; }
                @media only screen and (max-width: 640px) {
                  #main_area #to_customers .list_details .one_detail .service_wrap .service_box .border_inner .service_img .bg_gray .gray_inner {
                    padding: 0 15px; } }
                @media only screen and (max-width: 640px) {
                  #main_area #to_customers .list_details .one_detail .service_wrap .service_box .border_inner .service_img .bg_gray .gray_inner {
                    padding: 0; } }
                #main_area #to_customers .list_details .one_detail .service_wrap .service_box .border_inner .service_img .bg_gray .gray_inner.left_img {
                  width: 31%;
                  margin: 5px 0 0; }
                  @media only screen and (max-width: 850px) {
                    #main_area #to_customers .list_details .one_detail .service_wrap .service_box .border_inner .service_img .bg_gray .gray_inner.left_img {
                      width: 100%; } }
                  @media only screen and (max-width: 850px) {
                    #main_area #to_customers .list_details .one_detail .service_wrap .service_box .border_inner .service_img .bg_gray .gray_inner.left_img img {
                      width: 50%;
                      margin: 0 auto; } }
                #main_area #to_customers .list_details .one_detail .service_wrap .service_box .border_inner .service_img .bg_gray .gray_inner.right_img {
                  width: 69%; }
                  @media only screen and (max-width: 850px) {
                    #main_area #to_customers .list_details .one_detail .service_wrap .service_box .border_inner .service_img .bg_gray .gray_inner.right_img {
                      width: 100%; } }
                  #main_area #to_customers .list_details .one_detail .service_wrap .service_box .border_inner .service_img .bg_gray .gray_inner.right_img .right_img_set {
                    margin: -5px; }
                    @media only screen and (max-width: 850px) {
                      #main_area #to_customers .list_details .one_detail .service_wrap .service_box .border_inner .service_img .bg_gray .gray_inner.right_img .right_img_set {
                        margin: 15px -5px 0; } }
                    #main_area #to_customers .list_details .one_detail .service_wrap .service_box .border_inner .service_img .bg_gray .gray_inner.right_img .right_img_set.flex {
                      -ms-flex-wrap: wrap;
                      flex-wrap: wrap;
                      -webkit-box-pack: center;
                      -ms-flex-pack: center;
                      justify-content: center; }
                    #main_area #to_customers .list_details .one_detail .service_wrap .service_box .border_inner .service_img .bg_gray .gray_inner.right_img .right_img_set .in_img {
                      width: 50%;
                      padding: 5px; }
    #main_area #to_customers .list_details #flow_area {
      padding-top: 50px;
      margin-top: -70px; }
      #main_area #to_customers .list_details #flow_area p {
        font-size: 128.6%;
        font-weight: bold;
        text-align: center;
        margin-top: 25px; }
        @media only screen and (max-width: 900px) {
          #main_area #to_customers .list_details #flow_area p {
            font-size: 114.3%; } }
        @media only screen and (max-width: 600px) {
          #main_area #to_customers .list_details #flow_area p {
            font-size: 100%;
            margin-top: 20px; } }
        @media only screen and (max-width: 400px) {
          #main_area #to_customers .list_details #flow_area p {
            font-size: 85.7%; } }
        @media only screen and (max-width: 350px) {
          #main_area #to_customers .list_details #flow_area p {
            text-align: left;
            margin-top: 15px; } }
    #main_area #to_customers .list_details #need_area {
      padding-top: 50px;
      margin-top: -50px; }
      #main_area #to_customers .list_details #need_area p {
        font-size: 85.7%; }
    #main_area #to_customers .list_details #support_area {
      padding-top: 50px;
      margin-top: -50px;
      margin-bottom: -50px; }
      @media only screen and (max-width: 850px) {
        #main_area #to_customers .list_details #support_area {
          margin-bottom: -40px; } }
      @media only screen and (max-width: 400px) {
        #main_area #to_customers .list_details #support_area {
          margin-bottom: -30px; } }

#main_area .contact {
  background-color: #e85c3d;
  padding: 40px 0; }
  @media only screen and (max-width: 640px) {
    #main_area .contact {
      padding: 30px 0; } }
  @media only screen and (max-width: 400px) {
    #main_area .contact {
      padding: 25px 0; } }
  #main_area .contact .cont_ttl h3 {
    color: #fff; }

/*  モーダル   */
@media only screen and (min-width: 1025px) {
  .modal_btn {
    cursor: pointer; } }

.modal_open {
  overflow: hidden;
  height: 100%; }

.modal {
  background-color: rgba(0, 0, 0, 0.7);
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 5100;
  padding: 60px 0 40px; }
  @media only screen and (max-width: 768px) {
    .modal {
      padding: 20px 0 10px; } }
  .modal.inline {
    overflow: auto;
    overflow-x: hidden; }
    @media only screen and (max-width: 850px) {
      .modal.inline {
        overflow-y: scroll;
        height: 100%; } }
    .modal.inline .modal_wrap {
      height: 100%; }
      .modal.inline .modal_wrap .modal_content {
        height: 100%;
        padding: 0 30px; }
        @media only screen and (max-width: 850px) {
          .modal.inline .modal_wrap .modal_content {
            padding: 20px; } }
        @media only screen and (max-width: 640px) {
          .modal.inline .modal_wrap .modal_content {
            padding: 0; } }
        .modal.inline .modal_wrap .modal_content .modal_area {
          height: 100%; }
  .modal .modal_wrap {
    display: block;
    margin-left: auto;
    margin-right: auto;
    max-width: 1300px;
    position: relative;
    padding: 0 30px;
    height: 100%; }
    @media only screen and (max-width: 950px) {
      .modal .modal_wrap {
        padding: 0; } }
    @media only screen and (max-width: 768px) {
      .modal .modal_wrap {
        max-width: 100%; } }
    .modal .modal_wrap .modal_content .modal_area {
      position: relative;
      padding: 50px 0 40px; }
      @media only screen and (max-width: 850px) {
        .modal .modal_wrap .modal_content .modal_area {
          padding: 80px 0 40px; } }
      @media only screen and (max-width: 768px) {
        .modal .modal_wrap .modal_content .modal_area {
          padding: 80px 0 40px; } }
      .modal .modal_wrap .modal_content .modal_area .modal_close {
        cursor: pointer;
        width: 100%;
        position: absolute;
        right: 0;
        top: 20px;
        z-index: 1002; }
        @media only screen and (max-width: 850px) {
          .modal .modal_wrap .modal_content .modal_area .modal_close {
            top: 60px; } }
        @media only screen and (max-width: 640px) {
          .modal .modal_wrap .modal_content .modal_area .modal_close {
            right: 20px; } }
        .modal .modal_wrap .modal_content .modal_area .modal_close img {
          width: 35px;
          height: auto;
          margin: 0 0 0 auto; }
          @media only screen and (max-width: 640px) {
            .modal .modal_wrap .modal_content .modal_area .modal_close img {
              width: 30px; } }
          @media only screen and (max-width: 400px) {
            .modal .modal_wrap .modal_content .modal_area .modal_close img {
              width: 26px; } }
        .modal .modal_wrap .modal_content .modal_area .modal_close span {
          display: none; }
      .modal .modal_wrap .modal_content .modal_area .modal_cont {
        max-width: 960px;
        padding: 10% 0;
        margin: 0 auto; }
        .modal .modal_wrap .modal_content .modal_area .modal_cont .bg_white {
          padding: 0;
          height: 100%; }
          .modal .modal_wrap .modal_content .modal_area .modal_cont .bg_white .video {
            position: relative;
            width: 100%;
            padding-top: 56.25%; }
          .modal .modal_wrap .modal_content .modal_area .modal_cont .bg_white .video iframe {
            position: absolute;
            top: 0;
            right: 0;
            width: 100%;
            height: 100%; }

/* 20200522 臨時特集番組のお知らせ */
/*
#add_content{
  position: relative;
}
*/
#add_content .cost_free_box {
  position: relative;
  -webkit-transform: translateY(-43%);
  -ms-transform: translateY(-43%);
  transform: translateY(-43%);
  z-index: 2000;
}
#special_content{
  position: relative;
  margin: -150px 0 100px;
  z-index: 100;
}

@media only screen and (max-width: 850px){
  #special_content{
    margin: -30% 0 120px;
  }
}

@media only screen and (max-width: 500px){
  #special_content{
    margin: -40% 0 70px;
  }
}

#special_content .center{
  text-align: center;
}

@media only screen and (max-width: 850px){
  #special_content .main_width {
    padding: 0;
  }
}

#special_content .inner{
  background: #f0f0f0;
  border-radius: 16px;
  padding: 90px 140px 20px;
  box-sizing: border-box;
}

@media only screen and (max-width: 1200px) {
  #special_content .inner{
    padding: 90px 40px 20px;
    box-sizing: border-box;
  }
}

@media only screen and (max-width: 850px) {
  #special_content .inner{
    padding: 22% 40px 20px;
    border-radius: 0;
  }
}

@media only screen and (max-width: 500px) {
  #special_content .inner{
    padding: 30% 20px 20px;
  }
}

#special_content .inner h2{
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 20px;
}
#special_content .inner h2 span{
  font-size: 30px;
}
@media only screen and (max-width: 850px) {
  #special_content .inner h2{
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 20px;
  }
  #special_content .inner h2 span{
    font-size: 24px;
  }
}

#special_content .inner h2 + p{
  margin-bottom: 30px;
}

@media only screen and (max-width: 850px) {
  #special_content .inner h2 + p.center{
    text-align: left;
    margin-bottom: 20px;
  }
}

#special_content .inner .flex{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 30px;
}

@media only screen and (max-width: 850px) {
  #special_content .inner .flex{
    margin-bottom: 20px;
  }
}

#special_content .inner .flex > div{
  width: calc(98% / 2);
  background: #fff;
  padding: 25px 20px 25px 40px;
  box-sizing: border-box;
}

@media only screen and (max-width: 850px) {
  #special_content .inner .flex > div{
    padding: 20px 15px;
  }
}

#special_content .inner .flex > div .sp_box_ttl{
  font-size: 18px;
  font-weight: bold;
  min-height: 3em;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  position: relative;
  padding-left: 70px;
  margin-bottom: 20px;
}

#special_content .inner .flex > div .sp_box_ttl span{
  font-size: 16px;
  width: 100%;
}

@media only screen and (max-width: 850px) {
  #special_content .inner .flex > div .sp_box_ttl{
    font-size: 16px;
    padding-left: 0;
    padding-top: 3em;
    margin-bottom: 10px;
    justify-content: center;
    text-align: center;
     min-height: 6em;
  }
}

#special_content .inner .flex > div .sp_box_ttl:before{
  content: "";
  position: absolute;
  top:50%;
  left:0;
  width: 48px;
  height: 44px;
  margin-top: -22px;
}

@media only screen and (max-width: 850px) {
  #special_content .inner .flex > div .sp_box_ttl:before{
    top:0;
    left:50%;
    margin-top: 0;
    margin-left: -24px;
  }
}

#special_content .inner .flex > div:first-child .sp_box_ttl:before{
  background: url(../img/sp_cont_ic01.png) no-repeat center top;
}
#special_content .inner .flex > div:last-child .sp_box_ttl:before{
  background: url(../img/sp_cont_ic02.png) no-repeat center top;
}
#special_content .inner .flex .fukidashi{
  padding-left: 50px;
  position: relative;
}

@media only screen and (max-width: 850px) {
  #special_content .inner .flex .fukidashi{
    padding-left: 0;
  }
}

#special_content .inner .flex .fukidashi:before{
  content: "";
  background: url(../img/sp_cont_ic03.png) no-repeat center top;
  position: absolute;
  top: 8px;
  left: 0;
  width: 24px;
  height: 21px;
}

@media only screen and (max-width: 850px) {
  #special_content .inner .flex .fukidashi:before{
    content: none;
  }
}  

#special_content .inner .flex .fukidashi span {
  position: relative;
  display: inline-block;
  padding: 7px 10px;
  max-width: 100%;
  font-size: 16px;
  font-weight: bold;
  color: #e8340c;
  background: #FFF;
  border: solid 2px #e8340c;
  border-radius: 10px;
  box-sizing: border-box;
}

@media only screen and (max-width: 850px) {
  #special_content .inner .flex .fukidashi span {
    font-size: 14px;
    padding: 7px;
  }
}

#special_content .inner .flex .fukidashi span:before {
  content: "";
  position: absolute;
  top: 12px;
  left: -12px;
  border-style: solid;
  border-width: 5px 12px 5px 0;
  border-color: transparent #e8340c transparent transparent;
  z-index: 1;
}

@media only screen and (max-width: 850px) {
  #special_content .inner .flex .fukidashi span:before {
    top: -12px;
    left: 50%;
    border-style: solid;
    border-width: 0 5px 12px 5px;
    border-color: transparent transparent #e8340c transparent;
    margin-left: -5px;
  }
}

#special_content .inner .flex .fukidashi span:after {
  content: "";
  position: absolute;
  top: 14px;
  left: -8px;
  border-style: solid;
  border-width: 3px 8px 3px 0;
  border-color: transparent #fff transparent transparent;
  z-index: 2;
}

@media only screen and (max-width: 850px) {
  #special_content .inner .flex .fukidashi span:after {
    top: -8px;
    left: 50%;
    border-style: solid;
    border-width: 0 3px 8px 3px;
    border-color: transparent transparent #fff transparent;
    z-index: 2;
    margin-left: -3px;
  }
}



#main_area #found_bgm:before {
  top: -15%;
}

@media only screen and (max-width: 850px) {
  #main_area #found_bgm:before {
    top: 34%;
  }
}

@media only screen and (max-width: 768px){
  #main_area #found_bgm:after {
    top: 0;
  }
}

@media only screen and (max-width: 400px){
  #main_area #found_bgm:after {
    top: -2%;
  }
}

@media only screen and (max-width: 400px) {
  #main_area .main_kv_area .put_on_ttl {
    width: 100%;
    max-width: 90%;
  } 
}
