@charset "UTF-8";
/*@mixin
---------------------------------------------------------
  _clearfix.scss
--------------------------------------------------------
  Use @include clearfix(); in your CSS
--------------------------------------------------------- */
/**
  @breakpoints mixin (PC-first)
-----------------------------------------------------

-----------------------------------------------------  */
/**
  @bgimg.scss bgimg 
--------------------------------------------------------
  Use @include bgimg(); in your CSS
--------------------------------------------------------- */
/**
  @fonts.scss fonts 
--------------------------------------------------------
@include sec-read(); 
@include base-text($size); 

in your CSS
--------------------------------------------------------- */
/**
  @align-height
--------------------------------------------------------
@include align-height(); in your CSS
--------------------------------------------------------- */
/*@mixin
---------------------------------------------------------
  _clearfix.scss
--------------------------------------------------------
  Use @include clearfix(); in your CSS
--------------------------------------------------------- */
/**
  @breakpoints mixin (PC-first)
-----------------------------------------------------

-----------------------------------------------------  */
/**
  @bgimg.scss bgimg 
--------------------------------------------------------
  Use @include bgimg(); in your CSS
--------------------------------------------------------- */
/**
  @fonts.scss fonts 
--------------------------------------------------------
@include sec-read(); 
@include base-text($size); 

in your CSS
--------------------------------------------------------- */
/**
  @align-height
--------------------------------------------------------
@include align-height(); in your CSS
--------------------------------------------------------- */
.rcsLinkType07 {
  background: #1B9EC1;
  color: #FFFFFF;
  text-align: center; }
  .rcsLinkType07._rcsType07col2 ._rcsType07Lst {
    width: 50%; }
  .rcsLinkType07._rcsType07col3 ._rcsType07Lst {
    width: 33.3%; }
  .rcsLinkType07._rcsType07col4 ._rcsType07Lst {
    width: 25%; }
  .rcsLinkType07 ._rcsType07Lst {
    float: left;
    margin: 50px 0;
    position: relative; }
    .rcsLinkType07 ._rcsType07Lst a {
      display: block;
      color: #FFFFFF;
      padding: 50px 10px;
      border-right: 1px solid #0e5568; }
      .rcsLinkType07 ._rcsType07Lst a ._rcsType07Ico {
        font-family: "fontAwesome";
        font-style: normal;
        font-size: 60px;
        margin-bottom: 15px; }
      .rcsLinkType07 ._rcsType07Lst a ._rcsType07Dl dt {
        font-size: 2rem;
        margin-bottom: 10px; }
    .rcsLinkType07 ._rcsType07Lst:last-child a {
      border-right: none; }

.rcsLinkType01 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }
  .rcsLinkType01 .link_box {
    box-sizing: border-box;
    padding: 10px;
    position: relative;
    max-width: 100%; }
    .rcsLinkType01 .link_box ._img_box img {
      max-width: 100%;
      box-shadow: 4px 4px; }
    .rcsLinkType01 .link_box ._title_box h3 {
      font-size: 18px;
      font-weight: bold;
      text-align: center;
      background: rgba(27, 158, 193, 0.6);
      color: #FFF;
      position: absolute;
      width: 200px;
      padding: 20px 0;
      bottom: 20px;
      left: -10px;
      margin: 0 auto; }
      .rcsLinkType01 .link_box ._title_box h3:before {
        font-family: "fontAwesome";
        content: "\f0da";
        margin-right: 8px; }
      .rcsLinkType01 .link_box ._title_box h3 span {
        display: none; }
    .rcsLinkType01 .link_box ._explain_box {
      display: none; }
    .rcsLinkType01 .link_box ._btn_box {
      display: none; }
  .rcsLinkType01._col2 .link_box {
    width: 49%; }
  .rcsLinkType01._col3 .link_box {
    width: 32%; }
  .rcsLinkType01._col4 .link_box {
    width: 24%; }

.rcsLinkType02 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }
  .rcsLinkType02 .link_box {
    margin-bottom: 10px;
    background: #FFF;
    height: 200px;
    border: 2px solid #1B9EC1;
    position: relative;
    overflow: hidden; }
    .rcsLinkType02 .link_box ._img_box {
      text-align: center; }
      .rcsLinkType02 .link_box ._img_box img {
        max-width: 100%;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translateY(-50%) translateX(-50%);
        -webkit-transform: translateY(-50%) translateX(-50%); }
    .rcsLinkType02 .link_box ._title_box h3 {
      position: absolute;
      background: rgba(255, 255, 255, 0.8);
      color: #1B9EC1;
      font-size: 22px;
      width: 100%;
      z-index: 100;
      bottom: 10px;
      padding: 5px 0 5px 10px;
      line-height: 1.1; }
      .rcsLinkType02 .link_box ._title_box h3 span {
        display: block;
        font-size: 20px;
        margin-left: 10px; }
    .rcsLinkType02 .link_box ._explain_box {
      display: none; }
    .rcsLinkType02 .link_box ._btn_box {
      display: none; }
  .rcsLinkType02._col2 .link_box {
    width: 49%; }
  .rcsLinkType02._col3 .link_box {
    width: 32%; }
  .rcsLinkType02._col4 .link_box {
    width: 24%; }

.rcsLinkType03 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }
  .rcsLinkType03 .link_box {
    box-sizing: border-box;
    margin-bottom: 10px;
    background: #FFF;
    height: 200px;
    border: 2px solid #1B9EC1;
    position: relative;
    overflow: hidden; }
    .rcsLinkType03 .link_box ._img_box img {
      max-width: 100%;
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translateY(-50%) translateX(-50%);
      -webkit-transform: translateY(-50%) translateX(-50%); }
    .rcsLinkType03 .link_box ._title_box h3 {
      position: absolute;
      background: rgba(27, 158, 193, 0.8);
      color: #FFF;
      font-size: 22px;
      width: 100%;
      z-index: 100;
      bottom: 10px;
      padding: 5px 0 5px 10px;
      line-height: 1.1;
      text-align: center; }
      .rcsLinkType03 .link_box ._title_box h3 span {
        display: block;
        font-size: 20px;
        margin-left: 10px; }
    .rcsLinkType03 .link_box ._explain_box {
      display: none; }
    .rcsLinkType03 .link_box ._btn_box {
      display: none; }
  .rcsLinkType03._col2 .link_box {
    width: 49%; }
  .rcsLinkType03._col3 .link_box {
    width: 32%; }
  .rcsLinkType03._col4 .link_box {
    width: 24%; }

.rcsLinkType04 {
  max-width: 100%;
  padding: 20px 0; }
  .rcsLinkType04 ul {
    overflow: hidden; }
  .rcsLinkType04._col1 li {
    width: 100%;
    min-height: 400px; }
    .rcsLinkType04._col1 li:first-child {
      width: 100%; }
  .rcsLinkType04._col1 .bg {
    height: 400px; }
  .rcsLinkType04._col2 li {
    width: 50%;
    min-height: 400px; }
    .rcsLinkType04._col2 li:first-child {
      width: 50%; }
  .rcsLinkType04._col2 .bg {
    height: 400px; }
  .rcsLinkType04._col3 li {
    width: 33.3%;
    min-height: 400px;
    box-sizing: border-box; }
    .rcsLinkType04._col3 li:first-child {
      width: 33.4%; }
  .rcsLinkType04._col3 .bg {
    height: 400px; }
  .rcsLinkType04._col4 li {
    width: 25%;
    min-height: 400px;
    box-sizing: border-box; }
    .rcsLinkType04._col4 li:first-child {
      width: 25%; }
  .rcsLinkType04._col4 .bg {
    height: 400px; }
  .rcsLinkType04 li {
    float: left;
    overflow: hidden;
    position: relative; }
    .rcsLinkType04 li a {
      display: block;
      text-align: center;
      overflow: hidden; }
      .rcsLinkType04 li a .piclogo {
        position: relative;
        padding: 50px 0; }
      .rcsLinkType04 li a .weblogo {
        display: block;
        margin: 50px auto;
        width: 200px;
        position: relative;
        padding: 75px 35px;
        text-align: center;
        background: rgba(27, 158, 193, 0.6);
        border-radius: 50%; }
        .rcsLinkType04 li a .weblogo i {
          font-family: "fontAwesome";
          font-size: 60px;
          font-style: normal;
          color: rgba(255, 255, 255, 0.9); }
        .rcsLinkType04 li a .weblogo span {
          display: block;
          color: rgba(255, 255, 255, 0.9);
          font-size: 20px; }
    .rcsLinkType04 li:nth-child(1) .bg {
      background: url(../img/base_img1.jpg) no-repeat 50% 50%;
      background-size: cover; }
    .rcsLinkType04 li:nth-child(2) .bg {
      background: url(../img/base_img2.jpg) no-repeat 50% 50%;
      background-size: cover; }
    .rcsLinkType04 li:nth-child(3) .bg {
      background: url(../img/base_img3.jpg) no-repeat 50% 50%;
      background-size: cover; }
    .rcsLinkType04 li:nth-child(4) .bg {
      background: url(../img/base_img4.jpg) no-repeat 50% 50%;
      background-size: cover; }
    .rcsLinkType04 li .bg {
      width: 101%;
      position: absolute;
      top: 0;
      left: 0;
      -webkit-transition: all 0.4s;
      transition: all 0.4s;
      -webkit-filter: grayscale(100%);
      -moz-filter: grayscale(100%);
      -o-filter: grayscale(100%);
      -ms-filter: grayscale(100%);
      filter: grayscale(100%); }
    .rcsLinkType04 li:hover .bg {
      opacity: 0.6;
      transform: scale(1.03);
      -webkit-filter: grayscale(0%);
      -moz-filter: grayscale(0%);
      -o-filter: grayscale(0%);
      -ms-filter: grayscale(0%);
      filter: grayscale(0%); }

.rcsLinkType05 {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  -moz-background-size: cover; }
  .rcsLinkType05._bgimg1 {
    background-image: url(../img/base_img4.jpg); }
  .rcsLinkType05._bgimg2 {
    background-image: url(../img/base_img5.jpg); }
  .rcsLinkType05._bgimg3 {
    background-image: url(../img/base_img6.jpg); }
  .rcsLinkType05 ._boxBase {
    display: -webkit-flex;
    display: flex;
    width: 100%;
    margin: 0 auto; }
    .rcsLinkType05 ._boxBase._ctr {
      justify-content: center;
      margin: 80px auto; }
    .rcsLinkType05 ._boxBase._rgt {
      justify-content: flex-end;
      margin: 80px auto; }
  .rcsLinkType05 ._boxDetail {
    width: 300px;
    background-color: rgba(255, 255, 255, 0.8);
    vertical-align: middle;
    padding: 15% 5%; }
  .rcsLinkType05 h2 {
    text-align: center;
    font-size: 30px;
    line-height: .8;
    margin-bottom: 35px;
    position: relative;
    letter-spacing: 2px; }
    .rcsLinkType05 h2:after {
      content: "";
      width: 100px;
      height: 3px;
      background: #1B9EC1;
      display: block;
      position: absolute;
      top: 60px;
      bottom: 0;
      margin: auto;
      right: 0;
      left: 0; }
    .rcsLinkType05 h2 span {
      font-size: 18px;
      display: block; }
  .rcsLinkType05 ._btn a {
    position: relative;
    z-index: 2;
    background-color: #1B9EC1;
    border: 2px solid #1B9EC1;
    font-size: 13px;
    display: block;
    width: 200px;
    margin: 15px auto;
    text-align: center;
    font-weight: normal;
    padding: 2px 0;
    color: #fff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all .3s;
    transition: all .3s; }
    .rcsLinkType05 ._btn a:link, .rcsLinkType05 ._btn a:visited {
      color: #fff;
      text-decoration: none; }
    .rcsLinkType05 ._btn a:hover {
      color: #1B9EC1;
      background-color: #fff;
      border-color: #1B9EC1; }
    .rcsLinkType05 ._btn a::before, .rcsLinkType05 ._btn a::after {
      top: 0;
      width: 50%;
      height: 100%;
      background-color: #1B9EC1; }
    .rcsLinkType05 ._btn a::before {
      right: 0; }
    .rcsLinkType05 ._btn a::after {
      left: 0; }
    .rcsLinkType05 ._btn a:hover::before, .rcsLinkType05 ._btn a:hover::after {
      width: 0;
      background-color: #1B9EC1; }
    .rcsLinkType05 ._btn a::before, .rcsLinkType05 ._btn a::after {
      position: absolute;
      z-index: -1;
      display: block;
      content: ''; }
    .rcsLinkType05 ._btn a::before, .rcsLinkType05 ._btn a::after {
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      -webkit-transition: all .3s;
      transition: all .3s; }

.rcsLinkType06 {
  width: 100%; }
  .rcsLinkType06 ul {
    overflow: hidden; }
  .rcsLinkType06 li {
    /*width: 33.3%;*/
    float: left;
    height: 210px;
    overflow: hidden;
    position: relative;
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    filter: grayscale(100%); }
    .rcsLinkType06 li:hover {
      opacity: 0.6;
      /*transform: scale(1.03);*/
      -webkit-filter: grayscale(0%);
      -moz-filter: grayscale(0%);
      -o-filter: grayscale(0%);
      -ms-filter: grayscale(0%);
      filter: grayscale(0%); }
    .rcsLinkType06 li a {
      display: block;
      text-align: center;
      overflow: hidden; }
    .rcsLinkType06 li:nth-child(1) {
      background: url(../img/base_img3.jpg) no-repeat 50% 50%;
      background-size: cover; }
    .rcsLinkType06 li:nth-child(2) {
      background: url(../img/base_img4.jpg) no-repeat 50% 50%;
      background-size: cover; }
    .rcsLinkType06 li:nth-child(3) {
      background: url(../img/base_img5.jpg) no-repeat 50% 50%;
      background-size: cover; }
    .rcsLinkType06 li:nth-child(4) {
      background: url(../img/base_img6.jpg) no-repeat 50% 50%;
      background-size: cover; }
    .rcsLinkType06 li .bg {
      width: 101%;
      height: 230px;
      position: absolute;
      top: 0;
      left: 0;
      -webkit-transition: all 0.4s;
      transition: all 0.4s;
      -webkit-transition: all 0.4s;
      transition: all 0.4s;
      -webkit-filter: grayscale(100%);
      -moz-filter: grayscale(100%);
      -o-filter: grayscale(100%);
      -ms-filter: grayscale(100%);
      filter: grayscale(100%); }
    .rcsLinkType06 li:hover .bg {
      opacity: 0.6;
      transform: scale(1.03);
      -webkit-filter: grayscale(0%);
      -moz-filter: grayscale(0%);
      -o-filter: grayscale(0%);
      -ms-filter: grayscale(0%);
      filter: grayscale(0%); }
    .rcsLinkType06 li figure {
      position: relative;
      float: left;
      overflow: hidden;
      margin: 10px 1%;
      min-width: 230px;
      max-height: 200px;
      height: 100%;
      width: 100%;
      color: #ffffff;
      text-align: left;
      font-size: 16px;
      /*background-color: rgba( #000 , 0.6 );*/ }
      .rcsLinkType06 li figure * {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        -webkit-transition: all 0.35s ease;
        transition: all 0.35s ease; }
      .rcsLinkType06 li figure:after, .rcsLinkType06 li figure figcaption {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0; }
      .rcsLinkType06 li figure:after {
        content: '';
        background-color: rgba(0, 0, 0, 0.6);
        -webkit-transition: all 0.35s ease;
        transition: all 0.35s ease;
        opacity: 0; }
      .rcsLinkType06 li figure figcaption {
        z-index: 1;
        padding: 30px 40px;
        background: none; }
      .rcsLinkType06 li figure h3, .rcsLinkType06 li figure .links {
        width: 100%;
        margin: 5px 0;
        padding: 0; }
      .rcsLinkType06 li figure h3 {
        line-height: 1.3em;
        font-weight: normal;
        text-transform: uppercase;
        background: rgba(0, 0, 0, 0.6);
        padding: 10px;
        left: 0;
        position: relative;
        font-size: 20px;
        text-align: left; }
        .rcsLinkType06 li figure h3 span {
          font-size: 12px;
          border-top: 1px solid #fff;
          padding-top: 3px;
          color: #FFF; }
      .rcsLinkType06 li figure p {
        font-size: 0.8em;
        font-weight: 300;
        letter-spacing: 1px;
        opacity: 0;
        top: 50%;
        -webkit-transform: translateY(40px);
        transform: translateY(40px);
        text-align: left; }
      .rcsLinkType06 li figure i {
        position: absolute;
        bottom: -10px;
        right: 10px;
        padding: 20px 25px;
        font-size: 34px;
        opacity: 0;
        -webkit-transform: translateX(-10px);
        transform: translateX(-10px); }
      .rcsLinkType06 li figure a {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        z-index: 1; }
      .rcsLinkType06 li figure:hover:after, .rcsLinkType06 li figure.hover:after {
        opacity: 1;
        position: absolute;
        top: 10px;
        bottom: 10px;
        left: 10px;
        right: 10px; }
      .rcsLinkType06 li figure:hover h3, .rcsLinkType06 li figure.hover h3, .rcsLinkType06 li figure:hover p, .rcsLinkType06 li figure.hover p, .rcsLinkType06 li figure:hover i, .rcsLinkType06 li figure.hover i {
        -webkit-transform: translate(0px, 0px);
        transform: translate(0px, 0px);
        opacity: 1; }
      .rcsLinkType06 li figure:hover h3 {
        background: transparent;
        padding: 0px;
        left: 0%; }
  .rcsLinkType06._col1 li {
    width: 100%; }
  .rcsLinkType06._col2 li {
    width: 50%; }
  .rcsLinkType06._col3 li {
    width: 33.3%; }

.bxslide01Wrapper {
  width: 100%; }

.bxslide01Main {
  width: 960px;
  max-width: 100%;
  margin: 10px auto;
  height: auto;
  position: relative; }

bxslide02Wrapper {
  width: 100%; }

.bxslide02Main {
  position: relative; }

.bxslide02 {
  background: no-repeat center center;
  -webkit-background-size: cover;
  background-size: cover; }

.bxslide02_botom {
  background: no-repeat bottom;
  -webkit-background-size: cover;
  background-size: cover; }

.bxslide02_img1 {
  background-image: url(../bxslider/images/flash1.jpg); }

.bxslide02_img2 {
  background-image: url(../bxslider/images/flash2.jpg); }

.bxslide02_img3 {
  background-image: url(../bxslider/images/flash3.jpg); }

.bxslide_txt {
  width: 960px;
  height: 500px;
  margin: 0 auto; }

.wideslider01wrapper {
  width: 100%; }

.wideslider01Main {
  max-width: 100%;
  margin: 0 auto;
  position: relative; }

.wideslider01Txt1 {
  font-family: "Sawarabi Mincho";
  width: 100%;
  position: absolute;
  left: 50%;
  bottom: -30px;
  -webkit-transform: translate(-50%, -50%);
  /* Safari用 */
  transform: translate(-50%, -50%);
  margin: auto;
  text-align: center;
  z-index: 999999;
  font-size: 35px;
  letter-spacing: 2px;
  font-weight: normal;
  color: #fff;
  text-shadow: rgba(0, 0, 0, 0.5) 1px 1px 3px; }
  .wideslider01Txt1 a span {
    padding: 0 20px;
    background: rgba(27, 158, 193, 0.7); }
  .wideslider01Txt1 a:link {
    color: #FFF;
    text-decoration: none; }
  .wideslider01Txt1 a:visited {
    color: #FFF;
    text-decoration: none; }
  .wideslider01Txt1 a:hover {
    color: #FFF;
    text-decoration: none; }

.rcsTtl01 {
  text-align: center;
  font-weight: normal;
  font-size: 40px;
  line-height: 1.4;
  margin-bottom: 45px;
  position: relative;
  letter-spacing: 4px; }
  .rcsTtl01:after {
    content: "";
    width: 80px;
    height: 3px;
    background: #1B9EC1;
    display: block;
    position: absolute;
    top: 100px;
    bottom: 0;
    margin: auto;
    right: 0;
    left: 0; }
  .rcsTtl01 span {
    font-size: 13px;
    display: block; }

/* title */
.rcsTtl02 {
  font-size: 18px;
  font-weight: bold;
  line-height: 0.9;
  margin: 0px 0 15px;
  padding-bottom: 10px;
  letter-spacing: 1px;
  border-bottom: 2px solid #1B9EC1;
  color: #1B9EC1; }
  .rcsTtl02:before {
    font-family: 'FontAwesome';
    content: url(../img/bar1.png);
    top: 5px;
    position: relative; }
  .rcsTtl02 span {
    font-size: 16px;
    margin-left: 5px; }

.rcsTtl03 {
  background: #1B9EC1;
  color: #fff;
  font-weight: bold;
  text-align: center;
  font-size: 30px;
  margin: 10px auto 20px;
  max-width: 500px;
  letter-spacing: 5px; }

/* rcsTtl04 */
.rcsTtl04 {
  height: 40px;
  font-weight: 600;
  line-height: 40px;
  color: #fff;
  text-indent: .5em;
  font-size: 16px;
  margin-bottom: 5px;
  border: 1px solid #1B9EC1;
  border-radius: 5px;
  background: linear-gradient(#1B9EC1, #b4e7f4);
  text-shadow: 0 2px 0 #1B9EC1, 2px 0 0 #1B9EC1, 0 -2px 0 #1B9EC1, -2px 0 0 #1B9EC1, -2px -2px 0 #1B9EC1, 2px -2px 0 #1B9EC1, -2px 2px 0 #1B9EC1, 2px 2px 0 #1B9EC1; }
  .rcsTtl04:before {
    font-family: 'FontAwesome';
    content: "\f10c";
    margin-right: 5px; }

.rcsTtl05 {
  color: #1B9EC1;
  font-size: 18px;
  font-weight: bold;
  line-height: 20px;
  margin: 10px 0;
  padding: 3px 0; }
  .rcsTtl05 span {
    background: #1B9EC1;
    display: inline-block;
    padding: 10px;
    width: 20px;
    height: 20px;
    text-align: center;
    border-radius: 100px;
    color: #fff;
    margin-right: 15px; }

/* リボン */
.rcsTtl06 {
  margin: 0px -15px;
  padding: 0 0;
  color: #fff;
  background-color: #1B9EC1;
  line-height: 60px;
  font-size: 20px;
  text-align: center;
  position: relative; }
  .rcsTtl06:before, .rcsTtl06:after {
    content: '';
    border: 30px solid transparent;
    position: absolute;
    z-index: -1; }
  .rcsTtl06:before {
    background-color: #1B9EC1;
    border-color: transparent;
    border-left-color: #fff;
    border-right-color: #0e5568;
    top: 50%;
    left: -35px;
    width: 5px; }
  .rcsTtl06:after {
    background-color: #1B9EC1;
    border-color: transparent;
    border-left-color: #0e5568;
    border-right-color: #fff;
    top: 50%;
    right: -35px;
    width: 5px; }

@media screen and (max-width: 800px) {
  .rcsTtl06 {
    margin: 0;
    padding: 0;
    color: #ffffff;
    line-height: 50px;
    font-size: 20px;
    text-align: center;
    position: relative; }
    .rcsTtl06:before, .rcsTtl06:after {
      background-color: #DF8541;
      content: '';
      width: 0px;
      border: 20px solid transparent;
      position: absolute;
      z-index: -1; }
    .rcsTtl06:before {
      top: 30%;
      left: -20px;
      width: 0px; }
    .rcsTtl06:after {
      top: 30%;
      right: -10px;
      width: 0px; } }
/* rcsTtl07 */
.rcsTtl07 {
  position: relative;
  margin-bottom: 20px;
  font-size: 30px;
  text-align: center;
  color: #555;
  letter-spacing: 2px; }
  .rcsTtl07:before {
    content: '';
    position: absolute;
    bottom: 0px;
    display: inline-block;
    width: 60px;
    height: 5px;
    left: 50%;
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    background-color: #1B9EC1;
    border-radius: 2px; }

.rcsTtl08 {
  position: relative;
  text-align: center;
  color: #555;
  width: 250px;
  background: #fff;
  font-size: 15px;
  font-weight: normal;
  line-height: 1;
  margin: 20px 0px 15px 0px;
  padding: 8px 5px 8px 10px;
  border-radius: 10px;
  border: 2px solid #aaa; }
  .rcsTtl08:after, .rcsTtl08:before {
    content: "";
    position: absolute;
    top: 100%;
    height: 0;
    width: 0; }
  .rcsTtl08:after {
    left: 33px;
    border: 8px solid transparent;
    border-top: 11px solid #fff; }
  .rcsTtl08:before {
    left: 30px;
    border: 11px solid transparent;
    border-top: 13px solid #aaa; }

.rcsTtl09 {
  position: relative;
  background: #1B9EC1;
  color: #fff;
  text-align: center;
  padding: 5px 0;
  margin-bottom: 20px;
  font-size: 20px; }
  .rcsTtl09:after, .rcsTtl09:before {
    top: 100%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none; }
  .rcsTtl09:after {
    border-color: rgba(136, 183, 213, 0);
    border-top-color: #1B9EC1;
    border-width: 15px;
    margin-left: -15px; }
  .rcsTtl09:before {
    border-color: rgba(194, 225, 245, 0);
    border-top-color: #1B9EC1;
    border-width: 20px;
    margin-left: -20px; }

/*midashi ribon*/
.rcsTtl10 {
  position: relative;
  padding: 10px 1em;
  background-color: #1B9EC1;
  margin: 0 0 20px;
  width: 600px;
  color: #fff;
  left: -45px;
  font-size: 22px;
  margin: 0 0 15px 0;
  padding: 7px 1em;
  width: 300px;
  left: -28px;
  font-size: 16px; }
  .rcsTtl10::before, .rcsTtl10::after {
    content: '';
    position: absolute;
    border-style: solid;
    border-color: transparent; }
  .rcsTtl10::before {
    top: 100%;
    left: 0;
    border-width: 0 15px 15px 0;
    border-right-color: #81511C;
    border-width: 0 7px 7px 0; }
  .rcsTtl10::after {
    top: 0;
    right: 0;
    z-index: 2;
    border-width: 22px 12px;
    border-style: solid;
    border-color: transparent;
    border-right-color: #fff; }

.rcsTtl11 {
  display: table;
  text-align: center;
  white-space: nowrap;
  font-size: 18px;
  letter-spacing: 2px;
  color: #333;
  margin-bottom: 20px; }
  .rcsTtl11:after, .rcsTtl11:before {
    color: #aaa;
    content: '';
    display: table-cell;
    width: 50%;
    background: -webkit-linear-gradient(transparent 50%, currentColor 50%, currentColor -webkit-calc(50% + 5px), transparent -webkit-calc(50% + 5px));
    background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(50%, currentColor), color-stop(currentColor calc(50% + 5px)), to(transparent calc(50% + 5px)));
    background: linear-gradient(transparent 50%, currentColor 50%, currentColor calc(50% + 2px), transparent calc(50% + 2px));
    -webkit-background-clip: padding;
    background-clip: padding; }
  .rcsTtl11:after {
    border-left: 2em solid transparent; }
  .rcsTtl11:before {
    border-right: 2em solid transparent; }

.rcsTtl12 {
  background: #f1f1f1;
  color: #1B9EC1;
  text-indent: 0.8em;
  font-size: 15px;
  overflow: hidden;
  font-weight: bold;
  border-left: 2px solid #1B9EC1;
  margin: 10px 0;
  padding: 5px 0; }

.rcsTtl13 {
  padding-left: 1.5em;
  text-indent: -1.5em;
  margin-bottom: 5px;
  border-bottom: dotted 1px #b6ae83;
  font-size: 15px;
  color: #1B9EC1;
  font-weight: bold; }
  .rcsTtl13:before {
    margin-right: 6px;
    font-family: 'FontAwesome';
    content: "\f0a9"; }

.rcsTtl14 {
  text-indent: 0.2em;
  font-size: 18px;
  overflow: hidden;
  font-weight: bold;
  border-top: 3px solid #1B9EC1;
  margin: 0 0 5px;
  color: #1B9EC1;
  background: #f5f5f5;
  padding: 3px 0; }
  .rcsTtl14:before {
    font-family: 'FontAwesome';
    content: "\f0da";
    margin-right: 5px; }

.rcsTtl15 {
  overflow: hidden;
  margin-bottom: 20px; }
  .rcsTtl15 span {
    display: block; }
  .rcsTtl15 ._ttl14Main {
    float: left;
    padding-right: 10px;
    font-size: 24px;
    font-weight: bold;
    color: #1B9EC1;
    background: #FFFFFF; }
  .rcsTtl15 ._ttl14Sub {
    color: #bfbfbf;
    font-size: 14px;
    font-style: italic;
    margin-top: 5px;
    border-bottom: 1px solid #aaa; }

.rcsTtl16 {
  font-size: 18px;
  background-color: #1B9EC1;
  color: #fff;
  text-indent: 1em;
  padding: 15px 0;
  font-weight: bold;
  letter-spacing: 1px;
  margin-bottom: 15px; }
  .rcsTtl16:before {
    font-family: 'FontAwesome';
    content: "\f06c";
    margin-right: 8px;
    color: #fff;
    font-size: 20px;
    font-weight: normal; }

.rcsConType01 {
  position: relative; }
  .rcsConType01 ._rcsType01Txt {
    width: 610px; }
  .rcsConType01 ._rcsType01TxtInner {
    position: relative;
    box-sizing: border-box;
    border: 2px solid #1B9EC1;
    overflow: hidden;
    margin-bottom: 20px;
    padding: 22px 35px 60px 45px;
    background: rgba(255, 255, 255, 0.95);
    z-index: 2; }
    .rcsConType01 ._rcsType01TxtInner ._rcsConType01Ttl01 {
      font-size: 1.5rem;
      line-height: 1.5;
      font-weight: normal;
      margin-bottom: 15px;
      color: #1B9EC1; }
    .rcsConType01 ._rcsType01TxtInner ._rcsConType01Ttl02 {
      font-size: 1.5rem;
      line-height: 1.3;
      font-weight: normal;
      margin-bottom: 15px;
      color: #1B9EC1; }
    .rcsConType01 ._rcsType01TxtInner ._rcsContype01Img {
      text-align: center;
      display: none; }
    .rcsConType01 ._rcsType01TxtInner:before {
      position: absolute;
      left: 0;
      top: 0;
      content: "";
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 39px 39px 0 0;
      border-color: #1B9EC1 transparent transparent; }
  .rcsConType01 ._rcsType01Img {
    position: absolute;
    top: -10px;
    right: 0;
    text-align: center;
    z-index: 1;
    max-width: 600px; }
    .rcsConType01 ._rcsType01Img img {
      max-width: 100%; }

.rcscontactType04 {
  background: url(../img/base_img1.jpg) no-repeat scroll center center;
  background-size: cover;
  margin-top: 40px;
  padding: 35px 0 35px;
  color: #FFFFFF; }
  .rcscontactType04 ._rcsContype04Box {
    margin: 0 auto;
    width: 780px;
    max-width: 100%; }
  .rcscontactType04 ._rcsCon04Ttl {
    font-size: 20px;
    text-align: center;
    margin-bottom: 20px; }
  .rcscontactType04 ._rcsCon04Ttl02 {
    font-size: 24px;
    text-align: center;
    margin-bottom: 20px; }
  .rcscontactType04 #_rcsCon04Tel {
    float: left;
    width: 380px;
    border-right: 1px dotted #fff;
    padding: 0 0 15px 30px; }
    .rcscontactType04 #_rcsCon04Tel #_rcsCon04Num {
      padding-left: 60px;
      font-size: 30px; }
      .rcscontactType04 #_rcsCon04Tel #_rcsCon04Num:before {
        font-family: "fontAwesome";
        content: "\f095";
        font-size: 40px;
        margin-right: 8px; }
    .rcscontactType04 #_rcsCon04Tel span {
      display: block;
      margin-left: 120px; }
  .rcscontactType04 #_rcsCon04Mail {
    float: right;
    width: 330px;
    margin-top: 30px; }
    .rcscontactType04 #_rcsCon04Mail a {
      color: #1B9EC1;
      display: block;
      padding: 20px 20px 20px 60px;
      background: 290px center #fff;
      transition: 0.5s; }
      .rcscontactType04 #_rcsCon04Mail a:hover {
        background: rgba(255, 255, 255, 0.7); }
      .rcscontactType04 #_rcsCon04Mail a span {
        color: #1B9EC1;
        height: 13px;
        font-size: 16px; }
        .rcscontactType04 #_rcsCon04Mail a span:before {
          font-family: "fontAwesome";
          content: "\f0e0";
          margin-right: 8px; }
        .rcscontactType04 #_rcsCon04Mail a span:after {
          font-family: "fontAwesome";
          content: "\f138";
          margin-left: 8px; }

.rcscontactType03 {
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap; }
  .rcscontactType03 ._rcsType03Half {
    width: 50%; }
  .rcscontactType03 ._rcsBg01 {
    /* background-color: #f8f9f3; */
    padding: 40px 0 40px;
    margin: 0; }
  .rcscontactType03 ._rcsInnerBox {
    padding: 0 20px;
    box-sizing: border-box; }
  .rcscontactType03 ._rcsType03Ttl {
    overflow: hidden;
    text-align: center;
    margin-bottom: 20px;
    font-size: 2.4rem;
    font-weight: normal; }
    .rcscontactType03 ._rcsType03Ttl span {
      position: relative;
      display: inline-block;
      margin: 0 2.4em;
      padding: 0 1em; }
      .rcscontactType03 ._rcsType03Ttl span::before, .rcscontactType03 ._rcsType03Ttl span::after {
        position: absolute;
        top: 50%;
        content: '';
        width: 400%;
        height: 1px;
        background-color: #e8e8e8; }
      .rcscontactType03 ._rcsType03Ttl span::before {
        right: 100%; }
      .rcscontactType03 ._rcsType03Ttl span::after {
        left: 100%; }
    .rcscontactType03 ._rcsType03Ttl .supplement {
      display: block;
      font-size: 1.2rem;
      color: #1B9EC1;
      line-height: 1.2;
      font-weight: 400; }
      .rcscontactType03 ._rcsType03Ttl .supplement::before {
        height: 0px; }
    .rcscontactType03 ._rcsType03Ttl .mtitle .supplement::after {
      height: 0px; }
  .rcscontactType03 ._rcsType03Ttl02 {
    margin-bottom: 20px;
    font-size: 1.1rem;
    text-align: center; }
  .rcscontactType03 ._rcsType03Tel {
    text-align: center;
    font-size: 1.6rem; }
    .rcscontactType03 ._rcsType03Tel:before {
      font-family: 'FontAwesome';
      content: "\f095";
      margin-right: -5px;
      transform: rotate(20deg);
      color: #100864;
      display: inline-block;
      font-size: 23px;
      color: #1B9EC1; }
    .rcscontactType03 ._rcsType03Tel a {
      color: #1B9EC1; }
  .rcscontactType03 ._rcsType03telText {
    font-weight: 700;
    font-size: 16px;
    text-align: center; }
  .rcscontactType03 ._rcsType03btn {
    position: relative;
    display: block;
    text-decoration: none;
    color: #555555;
    text-align: center;
    border: 1px solid #555555;
    box-sizing: border-box;
    padding: 10px 0;
    transition: all 0.2s ease-in-out 0s;
    margin: 0 auto;
    text-align: center;
    width: 300px;
    max-width: 100%; }
    .rcscontactType03 ._rcsType03btn:before {
      position: absolute;
      right: 0;
      bottom: 0;
      content: " ";
      display: inline-block;
      width: 0;
      height: 0;
      border-color: transparent #555555 #555555 transparent;
      border-style: solid;
      border-width: 5px;
      transition: all 0.2s ease-in-out 0s; }
    .rcscontactType03 ._rcsType03btn:hover {
      color: #1B9EC1;
      border: 1px solid #1B9EC1; }
      .rcscontactType03 ._rcsType03btn:hover:before {
        border-color: transparent #1B9EC1 #1B9EC1 transparent; }

.rcsContactType02 {
  background: #eee;
  margin: 15px 0; }
  .rcsContactType02 ._con02BaseBox {
    width: 960px;
    max-width: 100%;
    margin: 0 auto; }
  .rcsContactType02 .con02TtlH2 {
    position: relative;
    margin: 0 auto 15px;
    padding: 12px 0 6px;
    border-bottom: 2px solid #ccc;
    font-size: 1.3rem;
    width: 960px;
    max-width: 100%; }
    .rcsContactType02 .con02TtlH2::after {
      position: absolute;
      bottom: -2px;
      left: 0;
      z-index: 2;
      content: '';
      width: 20%;
      height: 2px;
      background-color: #1B9EC1; }
  .rcsContactType02 ._con02LftBox, .rcsContactType02 ._con02RgtBox {
    width: 50%;
    padding: 20px;
    box-sizing: border-box; }
  .rcsContactType02 ._con02LftBox {
    float: left; }
  .rcsContactType02 ._con02RgtBox {
    float: right; }
  .rcsContactType02 ._con02Dl {
    margin-bottom: 15px; }
    .rcsContactType02 ._con02Dl dt {
      float: left;
      width: 10em;
      background: #1B9EC1;
      padding: 5px 0px;
      line-height: 1.3;
      color: #fff;
      text-align: center;
      margin: 2px 0 0;
      border-radius: 5px; }
    .rcsContactType02 ._con02Dl dd {
      padding-left: 11em;
      padding-top: 5px;
      padding-bottom: 10px;
      line-height: 1.3;
      border-bottom: dotted 1px #aaa;
      margin: 5px 0; }
      .rcsContactType02 ._con02Dl dd:last-child {
        border-bottom: 0px; }

.rcsContactType01 {
  width: 100%;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  padding: 50px 0;
  background-attachment: fixed; }
  .rcsContactType01._bg_img1 {
    background: url(../img/base_img1.jpg) no-repeat center center; }
  .rcsContactType01._bg_img2 {
    background: url(../img/base_img2.jpg) no-repeat center center; }
  .rcsContactType01._bg_img3 {
    background: url(../img/base_img3.jpg) no-repeat center center;
    color: #fff; }
  .rcsContactType01._bg_img4 {
    background: url(../img/base_img4.jpg) no-repeat center center; }
  .rcsContactType01 ._contactBox {
    width: 960px;
    max-width: 100%;
    margin: 0 auto;
    padding: 15px 0;
    box-sizing: border-box; }
  .rcsContactType01 ._bgwhite {
    background: rgba(255, 255, 255, 0.8); }
  .rcsContactType01 h2 {
    font-size: 35px;
    text-align: center;
    font-weight: 900;
    margin: 15px 0;
    letter-spacing: 2px;
    line-height: 0.6; }
  .rcsContactType01 ._contactCenter {
    text-align: center; }
  .rcsContactType01 ._contact_tel a {
    display: block;
    font-size: 40px;
    text-align: center;
    font-weight: 900; }
    .rcsContactType01 ._contact_tel a:before {
      font-family: "fontAwesome";
      content: "\f095";
      font-size: 30px;
      margin-right: 8px; }
  .rcsContactType01 ._contactBtn {
    font-weight: bold; }
    .rcsContactType01 ._contactBtn * {
      -moz-transition: 0.3s;
      -ms-transition: 0.3s;
      -o-transition: 0.3s;
      transition: 0.3s; }
    .rcsContactType01 ._contactBtn a {
      font-size: 17px;
      text-align: center;
      width: 280px;
      max-width: 100%;
      display: block;
      padding: 8px 5px;
      font-weight: normal;
      border: 2px solid #1B9EC1;
      margin: 20px auto;
      background: #1B9EC1; }
      .rcsContactType01 ._contactBtn a:link {
        color: #fff;
        text-decoration: none; }
      .rcsContactType01 ._contactBtn a:visited {
        color: #fff; }
      .rcsContactType01 ._contactBtn a:hover {
        color: #1B9EC1;
        background: #fff;
        text-decoration: none;
        border: 2px solid #1B9EC1; }
      .rcsContactType01 ._contactBtn a:before {
        font-family: 'FontAwesome';
        content: "\f0e0";
        margin-right: 5px; }

table.rcsTbl02 {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0px 10px; }
  table.rcsTbl02 th, table.rcsTbl02 td {
    vertical-align: middle; }
  table.rcsTbl02 th {
    position: relative;
    background: #1B9EC1;
    color: #FFFFFF;
    text-align: left;
    padding: 10px;
    width: 22%; }
    table.rcsTbl02 th:after {
      left: 100%;
      top: 50%;
      border: solid transparent;
      content: " ";
      height: 0;
      width: 0;
      position: absolute;
      pointer-events: none;
      border-color: rgba(136, 183, 213, 0);
      border-left-color: #1B9EC1;
      border-width: 10px;
      margin-top: -10px; }
  table.rcsTbl02 td {
    padding: 10px 10px 10px 20px; }

table.rcsTbl01 {
  width: 100%;
  border-collapse: collapse; }
  table.rcsTbl01 th {
    border-bottom: #e3e3e3 1px solid;
    border-left: #e3e3e3 1px solid;
    text-align: left;
    background: #f7f7f7;
    padding: 10px;
    font-weight: normal; }
    table.rcsTbl01 th.t_top {
      border-top: #b3b3b3 4px solid; }
  table.rcsTbl01 td {
    border-bottom: #e3e3e3 1px solid;
    border-right: #e3e3e3 1px solid;
    text-align: left;
    padding: 10px; }
    table.rcsTbl01 td.t_top {
      border-top: #be1309 4px solid; }
  table.rcsTbl01 .mf {
    width: 100%; }

.rcsOtrFlw01 li {
  margin-bottom: 10px;
  padding-bottom: 10px; }
.rcsOtrFlw01:last-child {
  margin-bottom: 0;
  padding-bottom: 0; }
.rcsOtrFlw01 ._rcsOthr01Ttl {
  font-size: 1rem;
  font-weight: normal;
  border-bottom: 1px dotted #666666;
  margin-bottom: 10px;
  color: #1B9EC1;
  padding-bottom: 5px; }
.rcsOtrFlw01 dl._rcsOtr01Dl {
  display: table;
  width: 100%; }
  .rcsOtrFlw01 dl._rcsOtr01Dl dt {
    display: table-cell;
    padding: 10px 0;
    border: 1px solid #1B9EC1;
    width: 100px;
    background: #1B9EC1;
    font-size: 13px;
    font-size: 0.82rem;
    font-weight: bold;
    color: #fff;
    text-align: center;
    vertical-align: middle;
    line-height: 1.2; }
    .rcsOtrFlw01 dl._rcsOtr01Dl dt ._rcsNum {
      display: block;
      font-size: 21px;
      font-size: 1.32rem; }
  .rcsOtrFlw01 dl._rcsOtr01Dl dd {
    display: table-cell;
    background: #FFFFFF;
    padding: 15px 20px;
    border-top: 1px solid #666666;
    border-right: 1px solid #666666;
    border-bottom: 1px solid #666666;
    vertical-align: middle; }
    .rcsOtrFlw01 dl._rcsOtr01Dl dd img {
      max-width: 100%; }
.rcsOtrFlw01 ._rcsOthr01Flt {
  float: right;
  display: inline;
  margin-left: 20px;
  text-align: center;
  margin-bottom: 20px; }

/*@mixin
---------------------------------------------------------
  _clearfix.scss
--------------------------------------------------------
  Use @include clearfix(); in your CSS
--------------------------------------------------------- */
/**
  @breakpoints mixin (PC-first)
-----------------------------------------------------

-----------------------------------------------------  */
/**
  @bgimg.scss bgimg 
--------------------------------------------------------
  Use @include bgimg(); in your CSS
--------------------------------------------------------- */
/**
  @fonts.scss fonts 
--------------------------------------------------------
@include sec-read(); 
@include base-text($size); 

in your CSS
--------------------------------------------------------- */
/**
  @align-height
--------------------------------------------------------
@include align-height(); in your CSS
--------------------------------------------------------- */
@media screen and (max-width: 768px) {
  .rcsLinkType07._rcsType07col2 ._rcsType07Lst {
    width: 50%; }
  .rcsLinkType07._rcsType07col3 ._rcsType07Lst {
    width: 50%; }
  .rcsLinkType07._rcsType07col4 ._rcsType07Lst {
    width: 50%; } }
@media screen and (max-width: 480px) {
  .rcsLinkType07._rcsType07col2 ._rcsType07Lst {
    width: 100%;
    border-right: none;
    border-bottom: 1px solid #0e5568; }
  .rcsLinkType07._rcsType07col3 ._rcsType07Lst {
    width: 100%;
    border-right: none;
    border-bottom: 1px solid #0e5568; }
  .rcsLinkType07._rcsType07col4 ._rcsType07Lst {
    width: 100%;
    border-right: none;
    border-bottom: 1px solid #0e5568; }

  .rcsLinkType01._col2 .link_box {
    width: 100%; }
  .rcsLinkType01._col3 .link_box {
    width: 100%; }
  .rcsLinkType01._col4 .link_box {
    width: 100%; }

  .rcsLinkType02._col2 .link_box {
    width: 100%; }
  .rcsLinkType02._col3 .link_box {
    width: 100%; }
  .rcsLinkType02._col4 .link_box {
    width: 100%; }

  .rcsLinkType03._col2 .link_box {
    width: 100%; }
  .rcsLinkType03._col3 .link_box {
    width: 100%; }
  .rcsLinkType03._col4 .link_box {
    width: 100%; }

  .rcsLinkType04._col1 li {
    width: 100%;
    min-height: auto; }
    .rcsLinkType04._col1 li:first-child {
      width: 100%; }
  .rcsLinkType04._col1 .bg {
    height: auto; }
  .rcsLinkType04._col2 li {
    width: 100%;
    min-height: auto; }
    .rcsLinkType04._col2 li:first-child {
      width: 50%; }
  .rcsLinkType04._col2 .bg {
    height: 400px; }
  .rcsLinkType04._col3 li {
    width: 100%;
    min-height: auto;
    box-sizing: border-box; }
    .rcsLinkType04._col3 li:first-child {
      width: 100%; }
  .rcsLinkType04._col3 .bg {
    height: 400px; }
  .rcsLinkType04._col4 li {
    width: 100%;
    min-height: auto;
    box-sizing: border-box; }
  .rcsLinkType04._col4 .bg {
    height: 400px; }

  .rcsLinkType06._col1 li {
    width: 100%; }
  .rcsLinkType06._col2 li {
    width: 100%; }
  .rcsLinkType06._col3 li {
    width: 100%; }

  .rcsConType01 ._rcsType01Txt {
    max-width: 100%; }
  .rcsConType01 ._rcsType01TxtInner {
    padding: 22px 10px 60px; }
    .rcsConType01 ._rcsType01TxtInner ._rcsContype01Img {
      display: block; }
      .rcsConType01 ._rcsType01TxtInner ._rcsContype01Img img {
        max-width: 100%; }
  .rcsConType01 ._rcsType01Img {
    display: none; }

  .rcscontactType04 {
    background: url(../img/base_img1.jpg) no-repeat scroll center center;
    background-size: cover;
    margin-top: 40px;
    padding: 35px 0 35px;
    color: #FFFFFF; }
    .rcscontactType04 ._rcsContype04Box {
      margin: 0 auto;
      max-width: 98%; }
    .rcscontactType04 ._rcsCon04Ttl {
      font-size: 20px;
      text-align: center;
      margin-bottom: 20px; }
    .rcscontactType04 ._rcsCon04Ttl02 {
      font-size: 24px;
      text-align: center;
      margin-bottom: 20px; }
    .rcscontactType04 #_rcsCon04Tel {
      float: none;
      width: 100%;
      margin: 0 auto;
      border-right: none;
      padding: 0; }
      .rcscontactType04 #_rcsCon04Tel #_rcsCon04Num {
        padding-left: 0;
        text-align: center;
        font-size: 30px; }
        .rcscontactType04 #_rcsCon04Tel #_rcsCon04Num:before {
          font-family: "fontAwesome";
          content: "\f095";
          font-size: 40px;
          margin-right: 8px; }
      .rcscontactType04 #_rcsCon04Tel span {
        display: block;
        margin-left: 0;
        text-align: center; }
    .rcscontactType04 #_rcsCon04Mail {
      float: none;
      width: 95%;
      margin: 30px auto; }
      .rcscontactType04 #_rcsCon04Mail a {
        padding: 20px;
        text-align: center;
        background: 95% center #fff; }
        .rcscontactType04 #_rcsCon04Mail a span {
          color: #1B9EC1;
          font-size: 16px; }

  .rcscontactType03 {
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap; }
    .rcscontactType03 ._rcsType03Half {
      width: 100%; }
    .rcscontactType03 ._rcsBg01 {
      padding: 40px 0 40px;
      margin: 0; }
    .rcscontactType03 ._rcsInnerBox {
      padding: 0 20px;
      box-sizing: border-box; }
    .rcscontactType03 ._rcsType03Ttl {
      font-size: 1.5rem; }
      .rcscontactType03 ._rcsType03Ttl span::before, .rcscontactType03 ._rcsType03Ttl span::after {
        position: absolute;
        top: 50%;
        content: '';
        width: 400%;
        height: 1px;
        background-color: #e8e8e8; }
      .rcscontactType03 ._rcsType03Ttl span::before {
        right: 100%; }
      .rcscontactType03 ._rcsType03Ttl span::after {
        left: 100%; }
      .rcscontactType03 ._rcsType03Ttl .supplement {
        font-size: 1rem; }
      .rcscontactType03 ._rcsType03Ttl .mtitle .supplement::after {
        height: 0px; }
    .rcscontactType03 ._rcsType03Ttl02 {
      margin-bottom: 20px;
      font-size: 1.1rem;
      text-align: center; }
    .rcscontactType03 ._rcsType03Tel {
      text-align: center;
      font-size: 1.6rem; }
      .rcscontactType03 ._rcsType03Tel:before {
        font-family: 'FontAwesome';
        content: "\f095";
        margin-right: -5px;
        transform: rotate(20deg);
        color: #100864;
        display: inline-block;
        font-size: 23px;
        color: #1B9EC1; }
      .rcscontactType03 ._rcsType03Tel a {
        color: #1B9EC1; }
    .rcscontactType03 ._rcsType03telText {
      font-weight: 700;
      font-size: 16px;
      text-align: center; }
    .rcscontactType03 ._rcsType03btn {
      position: relative;
      display: block;
      text-decoration: none;
      color: #555555;
      text-align: center;
      border: 1px solid #555555;
      box-sizing: border-box;
      padding: 10px 0;
      transition: all 0.2s ease-in-out 0s;
      margin: 0 auto;
      text-align: center;
      width: 300px;
      max-width: 100%; }
      .rcscontactType03 ._rcsType03btn:before {
        position: absolute;
        right: 0;
        bottom: 0;
        content: " ";
        display: inline-block;
        width: 0;
        height: 0;
        border-color: transparent #555555 #555555 transparent;
        border-style: solid;
        border-width: 5px;
        transition: all 0.2s ease-in-out 0s; }
      .rcscontactType03 ._rcsType03btn:hover {
        color: #1B9EC1;
        border: 1px solid #1B9EC1; }
        .rcscontactType03 ._rcsType03btn:hover:before {
          border-color: transparent #1B9EC1 #1B9EC1 transparent; }

  .rcsContactType02 {
    /*    width: 98%;
        margin: 0 auto;
        display: block;*/
    padding: 5px; }
    .rcsContactType02 ._con02LftBox, .rcsContactType02 ._con02RgtBox {
      width: 95%;
      margin: 0 auto;
      display: block;
      padding: 20px;
      box-sizing: border-box; }
    .rcsContactType02 ._con02LftBox {
      float: none; }
    .rcsContactType02 ._con02RgtBox {
      float: none; }

  .rcsContactType01 ._contactBox {
    padding: 15px 10px; }
  .rcsContactType01 h2 {
    font-size: 30px; }
  .rcsContactType01 ._contact_tel a {
    font-size: 30px; }

  .rcsOtrFlw01 ._rcsOthr01Flt {
    float: none;
    display: block;
    margin: 0 auto 20px; } }
/*@mixin
---------------------------------------------------------
  _clearfix.scss
--------------------------------------------------------
  Use @include clearfix(); in your CSS
--------------------------------------------------------- */
/**
  @breakpoints mixin (PC-first)
-----------------------------------------------------

-----------------------------------------------------  */
/**
  @bgimg.scss bgimg 
--------------------------------------------------------
  Use @include bgimg(); in your CSS
--------------------------------------------------------- */
/**
  @fonts.scss fonts 
--------------------------------------------------------
@include sec-read(); 
@include base-text($size); 

in your CSS
--------------------------------------------------------- */
/**
  @align-height
--------------------------------------------------------
@include align-height(); in your CSS
--------------------------------------------------------- */
