@charset "UTF-8";
.top_link_snip {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.top_link_snip > li {
  width: 33.33%;
}

.top_link_snip ._inner_snip {
  position: relative;
  overflow: hidden;
  min-width: 230px;
  max-width: 100%;
  height: 300px;
  width: 100%;
  text-align: center;
  font-size: 1.3rem;
  color: #FFFFFF;
  background-color: #00005a;
}

.top_link_snip ._inner_snip * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: all 0.55s ease;
  transition: all 0.55s ease;
}

.top_link_snip ._inner_snip *:before, .top_link_snip ._inner_snip *:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.55s ease;
  transition: all 0.55s ease;
}

.top_link_snip ._inner_snip img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  width: 100%;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  vertical-align: top;
}

.top_link_snip ._inner_snip figcaption {
  position: absolute;
  bottom: 25px;
  right: 25px;
  padding: 10px 10px 10px;
}

.top_link_snip ._inner_snip figcaption:before, .top_link_snip ._inner_snip figcaption:after {
  height: 1px;
  width: 100%;
  position: absolute;
  content: '';
  background-color: #FFFFFF;
}

.top_link_snip ._inner_snip figcaption:before {
  top: 0;
  left: 0;
  -webkit-transform: translateX(200%);
  transform: translateX(200%);
}

.top_link_snip ._inner_snip figcaption:after {
  bottom: 0;
  right: 0;
  -webkit-transform: translateX(-300%);
  transform: translateX(-300%);
}

.top_link_snip ._inner_snip figcaption div:before, .top_link_snip ._inner_snip figcaption div:after {
  width: 1px;
  height: 300px;
  position: absolute;
  content: '';
  background-color: #ffffff;
}

.top_link_snip ._inner_snip figcaption div:before {
  top: 0;
  left: 0;
  -webkit-transform: translateY(200%);
  transform: translateY(200%);
}

.top_link_snip ._inner_snip figcaption div:after {
  bottom: 0;
  right: 0;
  -webkit-transform: translateY(-300%);
  transform: translateY(-300%);
}

.top_link_snip ._inner_snip h2, .top_link_snip ._inner_snip h4 {
  text-transform: uppercase;
  width: 200px;
  background: rgba(255, 255, 255, 0.8);
  text-align: center;
  color: #00005a;
}

.top_link_snip ._inner_snip h2 {
  font-size: 2rem;
  font-weight: normal;
}

.top_link_snip ._inner_snip .click {
  display: block;
  font-family: '游明朝', 'YuMincho', 'ヒラギノ明朝 ProN W3', 'Hiragino Mincho ProN', 'メイリオ', 'Meiryo', 'serif';
  font-weight: normal;
  width: 200px;
  margin-left: auto;
  background-color: #00005a;
  padding: 3px 10px;
  color: #FFFFFF;
  text-shadow: #fff 0px 0px 0px;
}

.top_link_snip ._inner_snip a {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.top_link_snip ._inner_snip img {
  opacity: .6;
}

.top_link_snip ._inner_snip:hover img, .top_link_snip ._inner_snip.hover img {
  zoom: 1;
  filter: alpha(opacity=50);
  -webkit-opacity: .4;
  opacity: .4;
}

.top_link_snip ._inner_snip:hover figcaption:before, .top_link_snip ._inner_snip.hover figcaption:before, .top_link_snip ._inner_snip:hover figcaption:after, .top_link_snip ._inner_snip.hover figcaption:after, .top_link_snip ._inner_snip:hover figcaption div:before, .top_link_snip ._inner_snip.hover figcaption div:before, .top_link_snip ._inner_snip:hover figcaption div:after, .top_link_snip ._inner_snip.hover figcaption div:after {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}

.top_link_snip ._inner_snip:hover figcaption:before, .top_link_snip ._inner_snip.hover figcaption:before, .top_link_snip ._inner_snip:hover figcaption:after, .top_link_snip ._inner_snip.hover figcaption:after {
  -webkit-transition-delay: 0.15s;
  transition-delay: 0.15s;
}

.rcsLinkType07 {
  background: #00005a;
  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 #000;
}

.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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.rcsLinkType01 .link_box {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 10px;
  position: relative;
  max-width: 100%;
}

.rcsLinkType01 .link_box ._img_box img {
  max-width: 100%;
  -webkit-box-shadow: 4px 4px;
          box-shadow: 4px 4px;
}

.rcsLinkType01 .link_box ._title_box h3 {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  background: rgba(0, 0, 90, 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, .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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.rcsLinkType02 .link_box {
  margin-bottom: 10px;
  background: #FFF;
  height: 200px;
  border: 2px solid #00005a;
  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: #00005a;
  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, .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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.rcsLinkType03 .link_box {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-bottom: 10px;
  background: #FFF;
  height: 200px;
  border: 2px solid #00005a;
  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(0, 0, 90, 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, .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;
  -webkit-box-sizing: border-box;
          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;
  -webkit-box-sizing: border-box;
          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(0, 0, 90, 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;
  -webkit-transform: scale(1.03);
          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-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin: 0 auto;
}

.rcsLinkType05 ._boxBase._ctr {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 80px auto;
}

.rcsLinkType05 ._boxBase._rgt {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin: 80px auto;
}

.rcsLinkType05 ._boxDetail {
  width: 500px;
  background-color: rgba(255, 255, 255, 0.8);
  vertical-align: middle;
  padding: 150px 80px;
}

.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: #00005a;
  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: #00005a;
  border: 2px solid #00005a;
  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;
  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: #00005a;
  background-color: #fff;
  border-color: #00005a;
}

.rcsLinkType05 ._btn a::before, .rcsLinkType05 ._btn a::after {
  top: 0;
  width: 50%;
  height: 100%;
  background-color: #00005a;
}

.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: #00005a;
}

.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;
  box-sizing: border-box;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.rcsLinkType06 {
  width: 100%;
}

.rcsLinkType06 ul {
  overflow: hidden;
}

.rcsLinkType06 li {
  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;
  -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;
  -webkit-transform: scale(1.03);
          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;
}

.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%;
}

.tinyslider {
  width: 100%;
  overflow: hidden;
  position: relative;
  padding-bottom: 0px;
  background-repeat: repeat;
}

.tinyslider .viewport {
  width: 100%;
  margin: 0 auto;
  height: 300px;
  position: relative;
}

.tinyslider .buttons {
  font-family: 'FontAwesome';
  display: block;
  position: absolute;
  top: 20%;
  left: 0;
  width: 10px;
  height: 10px;
  color: #aaa;
  text-decoration: none;
  margin: 0 5px;
  z-index: 5;
  cursor: pointer;
  font-size: 80px;
}

.tinyslider .next {
  right: 10px;
  left: auto;
  top: 20%;
}

.tinyslider .buttons:hover {
  opacity: 0.6;
}

.tinyslider .disable {
  visibility: hidden;
}

.tinyslider .overview {
  list-style: none;
  position: absolute;
  padding: 0;
  margin: 0;
  width: 180px;
  left: 0;
  top: -1px;
}

.tinyslider .overview li {
  width: 230px;
  height: 300px;
  float: left;
  text-align: center;
  vertical-align: middle;
  display: table;
  z-index: 99999;
  overflow: hidden;
  font-weight: bold;
  padding: 5px;
  margin: 5px;
}

.tinyslider img {
  background: #eee;
  width: 230px;
  height: 230px;
  padding-bottom: 5px;
  vertical-align: middle;
  text-align: center;
  -o-object-fit: contain;
     object-fit: contain;
}

.tinyslider li p {
  width: 230px;
  height: 0px;
  text-align: center;
  color: #555 !important;
  font-weight: normal;
  font-size: 13px !important;
}

#rcsJuicyslider_wraper {
  width: 100%;
}

#rcsJuicyslider_wraper ._rcsJuicysliderbox {
  position: relative;
}

#rcsJuicyslider_wraper ._rcsJuicysliderimg1 {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  margin: auto;
  text-align: center;
  z-index: 999;
  font-size: 40px;
  letter-spacing: 2px;
  font-weight: bold;
  color: #fff;
  text-shadow: rgba(0, 0, 0, 0.5) 1px 1px 3px;
}

#rcsJuicyslider_wraper ._rcsJuicysliderimg1 a span {
  padding: 0 20px;
  background: rgba(0, 0, 90, 0.7);
}

#rcsJuicyslider_wraper ._rcsJuicysliderimg1 a:link, #rcsJuicyslider_wraper ._rcsJuicysliderimg1 a:visited, #rcsJuicyslider_wraper ._rcsJuicysliderimg1 a:hover {
  color: #FFF;
  text-decoration: none;
}

#rcsJuicyslider_wraper ._rcsJuicySlide {
  background: no-repeat center center;
  background-size: cover;
}

#rcsJuicyslider_wraper ._rcsJuicySlideBotom {
  background: no-repeat bottom;
  background-size: cover;
}

#rcsJuicyslider_wraper ._rcsJuicySlideBg1 {
  background-image: url(../juicyslider/data/juicyslider1.jpg);
}

#rcsJuicyslider_wraper ._rcsJuicySlideBg2 {
  background-image: url(../juicyslider/data/juicyslider2.jpg);
}

#rcsJuicyslider_wraper ._rcsJuicySlideBg3 {
  background-image: url(../juicyslider/data/juicyslider3.jpg);
}

.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;
  background-size: cover;
}

.bxslide02_botom {
  background: no-repeat bottom;
  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%);
  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(0, 0, 90, 0.7);
}

.wideslider01Txt1 a:link, .wideslider01Txt1 a:visited, .wideslider01Txt1 a:hover {
  color: #FFF;
  text-decoration: none;
}

.rcsBgPtn01 {
  background: url(../img/rcs/rcs_bg_ptn01.png);
  padding: 50px 0;
}

.rcsBgPtn02 {
  background: url(../img/rcs/rcs_bg_ptn02.png);
  padding: 50px 0;
}

.rcsBgPtn03 {
  background: url(../img/rcs/rcs_bg_ptn03.png);
  padding: 50px 0;
}

.rcsBgPtn04 {
  background: url(../img/rcs/rcs_bg_ptn04.png);
  padding: 50px 0;
}

.rcsBgPtn05 {
  background: url(../img/rcs/rcs_bg_ptn05.png);
  padding: 50px 0;
}

.rcsBgPtn06 {
  background: url(../img/rcs/rcs_bg_ptn06.png);
  padding: 50px 0;
}

.rcsBgPtn07 {
  background: url(../img/rcs/rcs_bg_ptn07.png);
  padding: 50px 0;
}

.rcsBgPtn08 {
  background: url(../img/rcs/rcs_bg_ptn08.png);
  padding: 50px 0;
}

.rcsTtl23 {
  position: relative;
  padding: 0px 0px 10px 0px;
  padding-left: 2.5em;
  font-size: 18px;
  border-bottom: 2px solid #91b3fa;
  margin-bottom: 15px;
  margin-top: 5px;
}

.rcsTtl23::before {
  content: "●";
  color: #91b3fa;
  font-size: 1.9em;
  position: absolute;
  left: 0;
  top: -0.1em;
}

.rcsTtl23::after {
  content: "〇";
  color: rgba(145, 179, 250, 0.6);
  font-size: 1.3em;
  position: absolute;
  left: 0.4em;
  top: 0.4em;
}

.rcsTtl22 {
  font-size: 2rem;
  font-weight: 500;
  text-align: center;
  margin-bottom: 20px;
  color: #00005a;
}

.rcsTtl22 span {
  font-size: 1.4rem;
  font-weight: normal;
  margin-left: 1em;
  border-left: 1px dotted #333333;
  padding-left: 1em;
  color: #333333;
}

.rcsTtl21 {
  font-size: 24px;
  border-bottom: solid 5px #ccc;
  position: relative;
  padding: 5px 0;
  margin-bottom: 10px;
}

.rcsTtl21 span {
  background: #ff8000;
  font-size: 16px;
  margin-left: 10px;
  border-radius: 6px;
  padding: 5px 10px;
  font-weight: normal;
}

.rcsTtl21 span:before {
  font-family: "fontAwesome";
  content: "\f152";
  margin-right: 5px;
}

.rcsTtl21:after {
  position: absolute;
  content: " ";
  display: block;
  border-bottom: solid 5px #00005a;
  bottom: -5px;
  width: 20%;
}

.rcsTtl20 {
  letter-spacing: .1em;
  margin-bottom: 50px;
  font-size: 37px;
  margin-bottom: 30px;
}

.rcsTtl20 span {
  color: #00005a;
  font-weight: 500;
  display: table;
  margin: auto;
}

.rcsTtl20 span._rcsTtl20MainTxt {
  font-size: 37px;
  font-weight: 600;
  letter-spacing: .1em;
  position: relative;
  line-height: 1.8em;
}

.rcsTtl20 span._rcsTtl20MainTxt:before, .rcsTtl20 span._rcsTtl20MainTxt:after {
  display: block;
  font-size: 200%;
  position: absolute;
  top: 0;
  font-weight: 300;
}

.rcsTtl20 span._rcsTtl20MainTxt:before {
  content: "[";
  left: -.5em;
}

.rcsTtl20 span._rcsTtl20MainTxt:after {
  content: "]";
  right: -.5em;
}

.rcsTtl20 span._rcsTtl20SubTxt {
  font-size: 18px;
  line-height: 1em;
}

.rcsTtl19 {
  position: relative;
  padding: 0.5em 0.5em 0.5em 1.5em;
  line-height: 1.4;
  color: #00005a;
  font-size: 2rem;
  border-top: dotted 1px gray;
  border-bottom: dotted 1px gray;
  background: #f3f3ff;
}

.rcsTtl19:before {
  font-family: "FontAwesome";
  content: "\f138";
  position: absolute;
  font-size: 1em;
  left: 0.25em;
  top: 0.5em;
  color: #00005a;
}

.rcsTtl18 {
  color: #00005a;
  text-align: center;
  font-weight: normal;
  font-size: 3rem;
  line-height: 1.4;
  margin-bottom: 40px;
  position: relative;
  letter-spacing: 4px;
}

.rcsTtl18:after {
  content: "";
  width: 60px;
  height: 2px;
  background: #ff8000;
  display: block;
  position: absolute;
  top: 60px;
  bottom: 0;
  margin: auto;
  right: 0;
  left: 0;
}

.rcsTtl18 span {
  font-size: 2rem;
  color: #555;
  margin-left: 10px;
  border-left: 2px solid #ccc;
  padding-left: 10px;
}

.rcsTtl17 {
  margin: 0;
  position: relative;
  font-weight: normal;
  font-size: 24px;
  background-color: #00005a;
  color: #fff;
  padding: 10px 0 10px 30px;
  margin-bottom: 20px;
}

.rcsTtl17:before {
  content: '';
  height: 110%;
  width: 3px;
  display: block;
  position: absolute;
  left: 14px;
  top: -3px;
  margin: auto;
  background-color: #fff;
  -webkit-transform: rotate(3deg);
          transform: rotate(3deg);
}

.rcsTtl17:after {
  content: '';
  height: 116%;
  width: 3px;
  display: block;
  position: absolute;
  left: 14px;
  top: -6px;
  margin: auto;
  background-color: #fff;
  -webkit-transform: rotate(-15deg);
          transform: rotate(-15deg);
}

.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: #00005a;
  display: block;
  position: absolute;
  top: 100px;
  bottom: 0;
  margin: auto;
  right: 0;
  left: 0;
}

.rcsTtl01 span {
  font-size: 13px;
  display: block;
}

.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 #00005a;
  color: #00005a;
}

.rcsTtl02:before {
  font-family: 'FontAwesome';
  content: url(../img/bar1.png);
  top: 5px;
  position: relative;
}

.rcsTtl02 span {
  font-size: 16px;
  margin-left: 5px;
}

.rcsTtl03 {
  background: #00005a;
  color: #fff;
  font-weight: bold;
  text-align: center;
  font-size: 30px;
  margin: 10px auto 20px;
  max-width: 500px;
  letter-spacing: 5px;
}

.rcsTtl04 {
  height: 40px;
  font-weight: 600;
  line-height: 40px;
  color: #fff;
  text-indent: .5em;
  font-size: 16px;
  margin-bottom: 5px;
  border: 1px solid #00005a;
  border-radius: 5px;
  background: -webkit-gradient(linear, left top, left bottom, from(#00005a), to(#2727ff));
  background: linear-gradient(#00005a, #2727ff);
  text-shadow: 0 2px 0 #00005a,2px 0 0 #00005a,0 -2px 0 #00005a,-2px 0 0 #00005a,-2px -2px 0 #00005a,2px -2px 0 #00005a,-2px 2px 0 #00005a,2px 2px 0 #00005a;
}

.rcsTtl04:before {
  font-family: 'FontAwesome';
  content: "\f10c";
  margin-right: 5px;
}

.rcsTtl05 {
  color: #00005a;
  font-size: 18px;
  font-weight: bold;
  line-height: 20px;
  margin: 10px 0;
  padding: 3px 0;
}

.rcsTtl05 span {
  background: #00005a;
  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: #00005a;
  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: #00005a;
  border-color: transparent;
  border-left-color: #fff;
  border-right-color: #000;
  top: 50%;
  left: -35px;
  width: 5px;
}

.rcsTtl06:after {
  background-color: #00005a;
  border-color: transparent;
  border-left-color: #000;
  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 {
  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%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #00005a;
  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: #00005a;
  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: #00005a;
  border-width: 15px;
  margin-left: -15px;
}

.rcsTtl09:before {
  border-color: rgba(194, 225, 245, 0);
  border-top-color: #00005a;
  border-width: 20px;
  margin-left: -20px;
}

.rcsTtl10 {
  position: relative;
  padding: 10px 1em;
  background-color: #00005a;
  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: linear-gradient(transparent 50%, currentColor 50%, currentColor calc(50% + 2px), transparent calc(50% + 2px));
  background-clip: padding;
}

.rcsTtl11:after {
  border-left: 2em solid transparent;
}

.rcsTtl11:before {
  border-right: 2em solid transparent;
}

.rcsTtl12 {
  background: #f1f1f1;
  color: #00005a;
  text-indent: 0.8em;
  font-size: 15px;
  overflow: hidden;
  font-weight: bold;
  border-left: 2px solid #00005a;
  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: #00005a;
  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 #00005a;
  margin: 0 0 5px;
  color: #00005a;
  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: #00005a;
  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: #00005a;
  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;
}

.pickUp {
  margin-bottom: 20px;
}

.pickUp:last-child {
  margin-bottom: 0;
}

.pickUp .image, .pickUp .detailBox {
  float: left;
  width: 480px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition-duration: .8s;
  transition-duration: .8s;
}

.pickUp:nth-child(2n) .image {
  float: right;
}

.pickUp .image {
  -webkit-transform: translateY(15px);
  transform: translateY(15px);
}

.pickUp .image img {
  max-width: 100%;
}

.pickUp .detailBox {
  padding: 45px 30px 60px;
  -webkit-transform: translateY(-15px);
  transform: translateY(-15px);
  position: relative;
}

.pickUp .detailBox02 {
  padding: 45px 60px 60px;
}

.pickUp .pickUpTtl {
  font-size: 34px;
  font-weight: normal;
  color: #00005a;
  margin-bottom: 10px;
}

.pickUp .pickUpBtn {
  width: 270px;
  -webkit-transform: translate(-50%, -30px);
  transform: translate(-50%, -30px);
  margin: 0 auto;
  position: absolute;
  top: 100%;
  left: 50%;
  line-height: 1;
  color: #fff;
  text-align: center;
}

.pickUp .pickUpBtn:before {
  background: #00005a;
  -webkit-transform: skew(-12deg);
  transform: skew(-12deg);
  z-index: 2;
}

.pickUp .pickUpBtn:after {
  -webkit-transform: skew(-12deg) translate(8px, 8px);
  transform: skew(-12deg) translate(8px, 8px);
  border-color: #00005a;
  z-index: 1;
}

.pickUp .pickUpBtn:before, .pickUp .pickUpBtn:after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border: 1px solid #00005a;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: .2s ease-out;
  transition: .2s ease-out;
}

.pickUp .pickUpBtn a {
  padding: 20px 0 21px;
  color: #fff;
  display: block;
  position: relative;
  z-index: 3;
  -webkit-transition: .2s ease-out;
  transition: .2s ease-out;
  text-decoration: none;
}

.pickUp .pickUpBtn:hover:before {
  border-color: #00005a;
  background-color: #00005a;
  -webkit-transform: skew(-12deg) translate(4px, 4px);
  transform: skew(-12deg) translate(4px, 4px);
}

.pickUp .pickUpBtn:hover:after {
  border-color: #00005a;
  -webkit-transform: skew(-12deg) translate(4px, 4px);
  transform: skew(-12deg) translate(4px, 4px);
}

.pickUp .pickUpBtn:hover a {
  -webkit-transform: translate(4px, 4px);
  transform: translate(4px, 4px);
}

.rcsConType02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.rcsConType02._rcsConType02Rgt {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.rcsConType02 ._rcsConType02TxtBox {
  width: 300px;
  background: #00005a;
  color: #fff;
  vertical-align: middle;
  padding: 40px 50px;
}

.rcsConType02 ._rcsConType02ImgBox {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.rcsConType02 ._rcsConType02ImgBox img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.rcsConType02 ._rcsConType02Ttl01 {
  font-size: 35px;
  font-weight: normal;
  margin-bottom: 15px;
}

.rcsConType02 ._rcsConType02Ttl01Sub {
  font-size: 16px;
  font-weight: normal;
  margin-bottom: 15px;
  color: #FFE927;
}

.rcsConType01 {
  position: relative;
  margin-bottom: 50px;
}

.rcsConType01 ._rcsType01Txt {
  width: 610px;
}

.rcsConType01 ._rcsType01TxtInner {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 2px solid #00005a;
  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: #00005a;
}

.rcsConType01 ._rcsType01TxtInner ._rcsConType01Ttl02 {
  font-size: 1.5rem;
  line-height: 1.3;
  font-weight: normal;
  margin-bottom: 15px;
  color: #00005a;
}

.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: #00005a 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%;
}

.rcsContactType06 {
  text-align: center;
}

.rcsContactType06 li {
  float: left;
  width: 50%;
}

.rcsContactType06 li a {
  padding: 10px 0;
  color: #FFFFFF;
  display: block;
  padding: 30px 0;
  font-size: 1.2rem;
}

.rcsContactType06 li a i {
  font-family: 'FontAwesome';
  font-style: normal;
  margin-right: 5px;
}

.rcsContactType06 li a span {
  display: inlin-block;
  margin-left: 1rem;
  font-size: .8rem;
}

.rcsContactType06 li._rcsCt06List01 a {
  background: #ff8000;
}

.rcsContactType06 li._rcsCt06List01 a:hover {
  background: #ffa64d;
}

.rcsContactType06 li._rcsCt06List02 a {
  background: #00005a;
}

.rcsContactType06 li._rcsCt06List02 a:hover {
  background: #00008d;
}

.rcsContactType05 {
  padding-top: 5px;
}

.rcsContactType05 ._rcsCt05Inr {
  background: #ffeac5;
  padding: 50px 0;
}

.rcsContactType05 ._rcsCt05Inr ._rcsCt05At {
  margin: 0 auto;
  width: 960px;
}

.rcsContactType05 ._rcsCt05Inr ._rcsCt05Hdr {
  float: left;
  position: relative;
  z-index: 2;
  margin-top: -30px;
  margin-right: -70px;
}

.rcsContactType05 ._rcsCt05Inr ._rcsCt05Hdr ._rcsCt05InrHdr {
  background: #ff8000;
  color: #FFFFFF;
  width: 150px;
  height: 150px;
  padding: 50px 0;
  text-align: center;
  border-radius: 50%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 30px;
  font-weight: bold;
  line-height: 1.2;
  letter-spacing: .2rem;
}

.rcsContactType05 ._rcsCt05Inr ._rcsCt05Hdr ._rcsCt05InrHdr span {
  display: block;
  font-size: 18px;
}

.rcsContactType05 ._rcsCt05Inr ._rcsCt05Img {
  float: left;
  width: 38%;
}

.rcsContactType05 ._rcsCt05Inr ._rcsCt05Img img {
  max-width: 100%;
}

.rcsContactType05 ._rcsCt05Inr ._rcsCt05Cnt {
  float: left;
  margin-left: 30px;
  width: 48%;
}

.rcsContactType05 ._rcsCt05Inr ._rcsCt05Cnt ul li {
  margin-bottom: 15px;
}

.rcsContactType05 ._rcsCt05Inr ._rcsCt05Cnt ul li:last-child {
  margin-bottom: 0;
}

.rcsContactType05 ._rcsCt05Inr ._rcsCt05pb {
  padding-bottom: 10px;
}

.rcsContactType05 ._rcsCt05Inr ._rcsCt05TelBtn {
  display: block;
  background-color: #00005a;
  -webkit-box-shadow: 0 1px 0 #000;
  box-shadow: 0 1px 0 #000;
  color: #FFFFFF;
  padding: 10px 0;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.2;
  border-radius: 4px;
}

.rcsContactType05 ._rcsCt05Inr ._rcsCt05TelBtn a:link, .rcsContactType05 ._rcsCt05Inr ._rcsCt05TelBtn a:visited, .rcsContactType05 ._rcsCt05Inr ._rcsCt05TelBtn a:hover {
  color: #fff;
}

.rcsContactType05 ._rcsCt05Inr ._rcsCt05TelBtn span {
  display: block;
  font-size: 1.2rem;
}

.rcsContactType05 ._rcsCt05Inr ._rcsCt05TelBtn:before {
  font-family: 'FontAwesome';
  content: "\f095";
  margin-right: 10px;
}

.rcsContactType05 ._rcsCt05Inr ._rcsCt05TelBtn:hover {
  -webkit-box-shadow: 0 3px 0 #000;
  box-shadow: 0 3px 0 #000;
  ms-transform: translateY(-3px);
  -webkit-transform: translateY(-3px);
  transform: translateY(-3px);
}

.rcsContactType05 ._rcsCt05Inr ._rcsCt05MailBtn {
  display: block;
  background-color: #FFFFFF;
  -webkit-box-shadow: 0 1px 0 #ccc;
  box-shadow: 0 1px 0 #ccc;
  color: #00005a;
  padding: 15px 0;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  border-radius: 4px;
}

.rcsContactType05 ._rcsCt05Inr ._rcsCt05MailBtn span {
  display: block;
  font-size: 1.2rem;
}

.rcsContactType05 ._rcsCt05Inr ._rcsCt05MailBtn:before {
  font-family: 'FontAwesome';
  content: "\f0e0";
  margin-right: 10px;
}

.rcsContactType05 ._rcsCt05Inr ._rcsCt05MailBtn:hover {
  -webkit-box-shadow: 0 3px 0 #ccc;
  box-shadow: 0 3px 0 #ccc;
  ms-transform: translateY(-3px);
  -webkit-transform: translateY(-3px);
  transform: translateY(-3px);
}

.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: #00005a;
  display: block;
  padding: 20px 20px 20px 60px;
  background: 290px center #fff;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.rcscontactType04 #_rcsCon04Mail a:hover {
  background: rgba(255, 255, 255, 0.7);
}

.rcscontactType04 #_rcsCon04Mail a span {
  color: #00005a;
  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 {
  width: 96%;
  margin: 0 auto;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.rcscontactType03 ._rcsType03Half {
  width: 50%;
}

.rcscontactType03 ._rcsBg01 {
  margin: 0;
}

.rcscontactType03 ._rcsInnerBox {
  padding: 0 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.rcscontactType03 ._rcsType03Ttl {
  overflow: hidden;
  text-align: center;
  margin-bottom: 20px;
  font-size: 3.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: 2.2rem;
  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: 2.1rem;
  text-align: center;
}

.rcscontactType03 ._rcsType03Tel {
  text-align: center;
  font-size: 3.6rem;
}

.rcscontactType03 ._rcsType03Tel:before {
  font-family: 'FontAwesome';
  content: "\f095";
  margin-right: 5px;
  -webkit-transform: rotate(20deg);
          transform: rotate(20deg);
  display: inline-block;
  font-size: 2.8rem;
}

.rcscontactType03 ._rcsType03telText {
  font-weight: 700;
  font-size: 1.8rem;
  text-align: center;
}

.rcscontactType03 ._rcsType03btn {
  position: relative;
  display: block;
  text-decoration: none;
  color: #555555;
  text-align: center;
  border: 1px solid #555555;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 10px 0;
  -webkit-transition: all 0.2s ease-in-out 0s;
  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;
  -webkit-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
}

.rcscontactType03 ._rcsType03btn:hover {
  color: #00005a;
  border: 1px solid #00005a;
}

.rcscontactType03 ._rcsType03btn:hover:before {
  border-color: transparent #00005a #00005a 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: #00005a;
}

.rcsContactType02 ._con02LftBox, .rcsContactType02 ._con02RgtBox {
  width: 50%;
  padding: 20px;
  -webkit-box-sizing: border-box;
          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: #00005a;
  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;
  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;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.rcsContactType01 ._bgwhite {
  background: rgba(255, 255, 255, 0.8);
}

.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 * {
  -webkit-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 #00005a;
  margin: 20px auto;
  background: #00005a;
}

.rcsContactType01 ._contactBtn a:link {
  color: #fff;
  text-decoration: none;
}

.rcsContactType01 ._contactBtn a:visited {
  color: #fff;
}

.rcsContactType01 ._contactBtn a:hover {
  color: #00005a;
  background: #fff;
  text-decoration: none;
  border: 2px solid #00005a;
}

.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: #00005a;
  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: #00005a;
  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: #00005a;
  padding-bottom: 5px;
}

.rcsOtrFlw01 dl._rcsOtr01Dl {
  display: table;
  width: 100%;
}

.rcsOtrFlw01 dl._rcsOtr01Dl dt {
  display: table-cell;
  padding: 10px 0;
  border: 1px solid #00005a;
  width: 100px;
  background: #00005a;
  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;
}

@media screen and (max-width: 768px) {
  ._inner_snip {
    height: 200px;
  }
  .rcsLinkType07._rcsType07col2 ._rcsType07Lst, .rcsLinkType07._rcsType07col3 ._rcsType07Lst, .rcsLinkType07._rcsType07col4 ._rcsType07Lst {
    width: 50%;
  }
  .rcsContactType05 ._rcsCt05Inr {
    padding: 30px 0;
  }
  .rcsContactType05 ._rcsCt05Inr ._rcsCt05At {
    width: 95%;
  }
  .rcsContactType05 ._rcsCt05Inr ._rcsCt05Cnt {
    width: 46%;
  }
  .rcsConType02 {
    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;
    width: 100%;
    margin: 0 auto;
    flex-direction: column-reverse;
  }
  .rcsConType02 ._rcsConType02TxtBox {
    width: calc(100% - 40px);
    color: #fff;
    vertical-align: middle;
    padding: 20px 20px;
  }
  .rcsConType02 ._rcsConType02ImgBox {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .rcsConType02 ._rcsConType02ImgBox img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

@media screen and (max-width: 480px) {
  .top_link_snip {
    margin-bottom: 40px;
    display: block;
  }
  .top_link_snip li {
    width: 100%;
  }
  .rcsTtl22 {
    font-size: 24px;
    text-align: center;
    margin-bottom: 20px;
  }
  .rcsTtl22 span {
    font-size: 18px;
    margin-left: 0;
    border-left: none;
    padding-left: 0;
    text-align: center;
    display: block;
  }
  .rcsTtl20 span._rcsTtl20MainTxt {
    font-size: 16px;
  }
  .rcsTtl20 span._rcsTtl20SubTxt {
    font-size: 22px;
  }
  .rcsTtl18 {
    font-size: 2.5rem;
  }
  .rcsTtl18 span {
    font-size: 1.2rem;
  }
  .rcsLinkType07._rcsType07col2 ._rcsType07Lst, .rcsLinkType07._rcsType07col3 ._rcsType07Lst, .rcsLinkType07._rcsType07col4 ._rcsType07Lst {
    width: 100%;
    border-right: none;
    border-bottom: 1px solid #000;
  }
  .rcsLinkType01._col2 .link_box, .rcsLinkType01._col3 .link_box, .rcsLinkType01._col4 .link_box {
    width: 100%;
  }
  .rcsLinkType02._col2 .link_box, .rcsLinkType02._col3 .link_box, .rcsLinkType02._col4 .link_box {
    width: 100%;
  }
  .rcsLinkType03._col2 .link_box, .rcsLinkType03._col3 .link_box, .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;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .rcsLinkType04._col3 li:first-child {
    width: 100%;
  }
  .rcsLinkType04._col3 .bg {
    height: 400px;
  }
  .rcsLinkType04._col4 li {
    width: 100%;
    min-height: auto;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .rcsLinkType04._col4 .bg {
    height: 400px;
  }
  .rcsLinkType06._col1 li, .rcsLinkType06._col2 li, .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;
  }
  .rcsContactType06 li {
    float: none;
    width: 100%;
  }
  .rcsContactType06 li a span {
    display: block;
    margin-left: 0;
  }
  .rcsContactType05 ._rcsCt05Inr ._rcsCt05Hdr {
    margin: 0 0 -50px;
  }
  .rcsContactType05 ._rcsCt05Inr ._rcsCt05Img, .rcsContactType05 ._rcsCt05Inr ._rcsCt05Cnt {
    float: none;
    width: 100%;
  }
  .rcsContactType05 ._rcsCt05Inr ._rcsCt05Img {
    margin: 0 0 20px;
  }
  .rcsContactType05 ._rcsCt05Inr ._rcsCt05Cnt {
    margin: 0;
  }
  .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: #00005a;
    font-size: 16px;
  }
  .rcscontactType03 {
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .rcscontactType03 ._rcsType03Half {
    width: 100%;
  }
  .rcscontactType03 ._rcsBg01 {
    padding: 40px 0 40px;
    margin: 0;
  }
  .rcscontactType03 ._rcsInnerBox {
    padding: 0 20px;
    -webkit-box-sizing: border-box;
            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;
    -webkit-transform: rotate(20deg);
            transform: rotate(20deg);
    color: #100864;
    display: inline-block;
    font-size: 23px;
    color: #00005a;
  }
  .rcscontactType03 ._rcsType03Tel a {
    color: #00005a;
  }
  .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;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 10px 0;
    -webkit-transition: all 0.2s ease-in-out 0s;
    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;
    -webkit-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s;
  }
  .rcscontactType03 ._rcsType03btn:hover {
    color: #00005a;
    border: 1px solid #00005a;
  }
  .rcscontactType03 ._rcsType03btn:hover:before {
    border-color: transparent #00005a #00005a transparent;
  }
  .rcsContactType02 {
    padding: 5px;
  }
  .rcsContactType02 ._con02LftBox, .rcsContactType02 ._con02RgtBox {
    width: 95%;
    margin: 0 auto;
    display: block;
    padding: 20px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .rcsContactType02 ._con02LftBox, .rcsContactType02 ._con02RgtBox {
    float: none;
  }
  .rcsContactType01 ._contactBox {
    padding: 15px 10px;
  }
  .rcsContactType01 h2, .rcsContactType01 ._contact_tel a {
    font-size: 30px;
  }
  .rcsOtrFlw01 ._rcsOthr01Flt {
    float: none;
    display: block;
    margin: 0 auto 20px;
  }
}
/*# sourceMappingURL=rcs.css.map */