/*
Theme Name: UCI-YOKOHAMA
Theme URI: https://unitedcontinents.com/
Author: the UCI
Author URI: https://unitedcontinents.com/
Description: UCI team
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: one-column, two-columns, right-sidebar, accessibility-ready, custom-background, custom-colors, custom-header, custom-menu, editor-style, featured-images, flexible-header, microformats, post-formats, rtl-language-support, sticky-post, threaded-comments, translation-ready, blog
Text Domain: uci-yokohama

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/
@charset "UTF-8";
/*--------------------------------------------------------------------------
   reset
   --------------------------------------------------------------------------*/
@import url("https://fonts.googleapis.com/earlyaccess/notosansjp.css");
@import url("https://fonts.googleapis.com/css?family=Lato:400,700");
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong,
sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details,
figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

body {
  line-height: 0; }

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

ol, ul, li {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none; }

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  text-decoration: none; }

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none; }

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold; }

img {
  border: 0;
  vertical-align: top; }

em {
  font-style: italic; }

del {
  text-decoration: line-through; }

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help; }

table {
  border-collapse: collapse;
  border-spacing: 0;
  margin: 25px 0;}

table tr{padding:10px; border: 1px solid #ccc;}
table td{padding:10px; border: 1px solid #ccc;}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 0;
  padding: 0; }

input, select, textarea {
  font-family: inherit;
  font-style: inherit;
  font-weight: inherit;
  font-size: 100%;
  margin: 0;
  padding: 0;
  vertical-align: middle; }

input:focus, textarea:focus, select:focus {
  outline: none; }

.kotei_sub {
  margin-top:25px; }




/*========================
  Contact
==========================*/


/*========================
  変数
==========================*/
/*fade*/
.hvr-fade {
  transition: all .5s; }
  .hvr-fade:hover {
    background-color: rgba(255, 255, 255, 0.3); }
    .hvr-fade:hover a {
      opacity: 1; }

/* Sweep To Right */
.hvr-sweep-to-right {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  transition-property: color;
  border-radius: 30px;
 }

.hvr-sweep-to-right:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #fff;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  transition-duration: 0.3s;
  transition-timing-function: ease-out; }

.hvr-sweep-to-right:hover, .hvr-sweep-to-right:focus, .hvr-sweep-to-right:active {
  color: #000;
  opacity: 1; }

.hvr-sweep-to-right:hover:before, .hvr-sweep-to-right:focus:before, .hvr-sweep-to-right:active:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1); }

/* Icon Hang */
@-webkit-keyframes hvr-icon-hang {
  0% {
    -webkit-transform: translateY(6px);
    transform: translateY(6px); }
  50% {
    -webkit-transform: translateY(2px);
    transform: translateY(2px); }
  100% {
    -webkit-transform: translateY(6px);
    transform: translateY(6px); } }
@keyframes hvr-icon-hang {
  0% {
    -webkit-transform: translateY(6px);
    transform: translateY(6px); }
  50% {
    -webkit-transform: translateY(2px);
    transform: translateY(2px); }
  100% {
    -webkit-transform: translateY(6px);
    transform: translateY(6px); } }

@-webkit-keyframes hvr-icon-hang-sink {
  100% {
    -webkit-transform: translateY(6px);
            transform: translateY(6px); } }

@keyframes hvr-icon-hang-sink {
  100% {
    -webkit-transform: translateY(6px);
            transform: translateY(6px); } }

.hvr-icon-hang {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
          transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  transition-duration: 0.3s; }
  @media only screen and (max-width: 750px) {
    .hvr-icon-hang {
      -webkit-transform: 0;
              transform: 0;
      display: block;
      box-shadow: none;
      transition-duration: 0s;
      vertical-align: baseline; } }

.hvr-icon-hang:before {
  content: "\f078";
  position: absolute;
  left: 50%;
  bottom: 8px;
  font-size: 13px;
  margin-left: -8px;
  padding: 0 1px;
  font-family: FontAwesome;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  transition: .3s; }
  @media only screen and (max-width: 750px) {
    .hvr-icon-hang:before {
      display: none;
      content: none; } }

.hvr-icon-hang:hover:before, .hvr-icon-hang:focus:before, .hvr-icon-hang:active:before {
  -webkit-animation-name: hvr-icon-hang-sink, hvr-icon-hang;
  animation-name: hvr-icon-hang-sink, hvr-icon-hang;
  -webkit-animation-duration: .3s, 1.5s;
          animation-duration: .3s, 1.5s;
  -webkit-animation-delay: 0s, .3s;
  animation-delay: 0s, .3s;
  -webkit-animation-timing-function: ease-out, ease-in-out;
  animation-timing-function: ease-out, ease-in-out;
  -webkit-animation-iteration-count: 1, infinite;
  animation-iteration-count: 1, infinite;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-direction: normal, alternate;
  animation-direction: normal, alternate; }
  @media only screen and (max-width: 750px) {
    .hvr-icon-hang:hover:before, .hvr-icon-hang:focus:before, .hvr-icon-hang:active:before {
      -webkit-animation-name: none;
              animation-name: none; } }

/*========================
  全ページ共通部分
==========================*/
/*-----------------------
  fonts
  -----------------------*/
body, p, h1, h2, h3, h4, h5, ul, li, table, tbody, th, td, a {
  font-family: 'Noto Sans JP', sans-serif;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #000; }

p, h1, h2, h3, h4, h5, a, ul, li, div {
  line-height: normal;
  letter-spacing: 0.8px; }

p, ul, li, table, td, th {
  font-size: 15px;
  font-weight: 400;
  line-height: 1.7rem;
  letter-spacing: 1.3px; }
  @media only screen and (max-width: 750px) {
    p {
      font-size: 13px;
      line-height: 1.5rem; } }

#Page .l-main {
  padding-top: 20px;
  padding-bottom: 80px; }
  @media only screen and (max-width: 750px) {
    #Page .l-main {
      padding-bottom: 40px; } }

/*-----------------------
  pcとspで表示切替
  -----------------------*/
@media only screen and (max-width: 750px) {
  .pc, .pcinline {
    display: none !important; }
  .sp {
    display: block !important; }
  .spinline {
    display: inline; } }

@media only screen and (min-width: 751px) {
  .sp, .spinline {
    display: none !important; }
  .pc {
    display: block !important; }
  .pcinline {
    display: inline; } }

/*-----------------------
  #PageTop
  -----------------------*/
#PageTop {
  display: none; }
  @media only screen and (max-width: 750px) {
    #PageTop {
      display: block;
      position: fixed;
      text-align: center;
      background-color: #999;
      color: #fff;
      bottom: 5%;
      right: 0;
      z-index: 100000;
      width: 45px;
      border-radius: 4px 0 0 4px; }
      #PageTop p {
        color: #fff; } }

/* clearfix
-----------------------------------------------------------------*/
.cf:before,
.cf:after {
  content: "";
  display: table; }

.cf:after {
  clear: both; }

.cf {
  zoom: 1; }

/*--------------------------------------------------------------------------
 *	 base link;
 *---------------------------------------------------------------------------*/
a {
  outline: none;
  color: #000;
  opacity: 1;
  -webkit-tap-highlight-color: transparent;
  transition-duration: 0.1s; }
  a:link, a:visited {
    text-decoration: none; }
  a:hover {
    text-decoration: none;
    outline: none;
    opacity: 0.7; }
    a:hover img {
      opacity: .7;
      -webkit-opacity: .7;
      -moz-opacity: .7;
      filter: alpha(opacity=50);
      /* IE lt 8
      -ms-filter: "alpha(opacity=50)";
      /* IE 8*/ }
  a img {
    transition: opacity 1s ease-out; }
  a:active {
    outline: none; }

/*-----------------------
WordPressエディタ
-------------------------*/
strong {
  font-weight: bold; }

em {
  font-style: italic; }

blockquote {
  display: block;
  -webkit-margin-before: 1em;
  -webkit-margin-after: 1em;
  -webkit-margin-start: 40px;
  -webkit-margin-end: 40px; }

.aligncenter {
  display: block;
  margin: 0 auto;
  text-align: center; }

.alignright {
  float: right; }

.alignleft {
  float: left; }

img[class*="wp-image-"],
img[class*="attachment-"] {
  height: auto;
  max-width: 100%; }

.clearfix {
  overflow: hidden;
  zoom: 1; }

.clearfix:after {
  content: "";
  display: block;
  clear: both; }

html, body {
  width: 100%; }
  @media only screen and (max-width: 750px) {
    html, body {
      min-width: 320px; } }

.l-inner {
  width: 1200px;
  margin: 0 auto; }
  @media only screen and (max-width: 750px) {
    .l-inner {
      width: 100%;
      box-sizing: border-box;
      padding: 0 5%; } }

.archive .l-main > .l-inner, .single .l-main > .l-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }

.archive .l-main .l-main_content, .single .l-main .l-main_content {
  width: 900px;
  box-sizing: border-box;
  padding-right: 70px; }

.archive .l-main .l-side, .single .l-main .l-side {
  width: 300px;
  box-sizing: border-box;
  padding-left: 6px; }

@media only screen and (max-width: 750px) {
  .archive .l-main > .l-inner, .single .l-main > .l-inner {
    display: block; }
  .archive .l-main .l-main_content, .single .l-main .l-main_content {
    width: 100%;
    padding: 0;
    box-sizing: border-box; }
  .archive .l-main .l-side, .single .l-main .l-side {
    width: 100%;
    box-sizing: border-box;
    padding: 0; } }

.l-col_02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  .l-col_02 .txt_area {
    padding-left: 60px;
    flex: 1;
   }
  @media only screen and (max-width: 750px) {
    .l-col_02 {
      display: block; }
      .l-col_02 .txt_area {
        padding-left: 0; }
      .l-col_02 .img_area img {
        width: 100%;
        height: auto; } }

.l-side {
  width: 300px; }

.l-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  @media only screen and (max-width: 750px) {
    .l-row {
      display: block; } }

.l-header .header_01 {
  background-color: #ff0000; }
  .l-header .header_01 .l-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
  .l-header .header_01 h1 {
    color: #fff;
    font-weight: 500;
    font-size: 12px;
    padding: 11px 0; }
  .l-header .header_01 .upper_nav li {
    font-weight: 500;
    font-size: 13px;
    color: #fff;
    display: inline-block; }
    .l-header .header_01 .upper_nav li:before {
      content: "|"; }
    .l-header .header_01 .upper_nav li:first-child:before {
      content: none; }
    .l-header .header_01 .upper_nav li a {
      color: #fff;
      padding: 10px 15px;
      display: inline-block;
      letter-spacing: 1px; }

.l-header .header_02 .l-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.l-header .header_02 .logo a {
  display: inline-block;
  padding: 20px 0; }

.l-header .header_02 .side_nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 370px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }

.l-header .header_02 .side_nav li {
  text-align: center;
  border-radius: 30px;
  font-size: 15px;
  font-weight: 500;
  border: 2px solid #ff0000;
  width: 180px;
  box-sizing: border-box; }
  .l-header .header_02 .side_nav li:hover {
    opacity: 0.7; }
  .l-header .header_02 .side_nav li a {
    color: #ff0000;
    display: inline-block;
    width: 100%;
    height: 100%;
    padding: 15px 0;
    box-sizing: border-box;
    letter-spacing: 1px; }
    .l-header .header_02 .side_nav li a:hover {
      opacity: 1; }
    .l-header .header_02 .side_nav li a img {
      padding-right: 10px;
      vertical-align: sub; }

.l-header .header_03 {
  border-top: 1px solid #d7d7d7;
  padding-bottom: 2px; }
  .l-header .header_03 #gNav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .l-header .header_03 #gNav ul {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      text-align: center;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
      .l-header .header_03 #gNav ul li {
        width: 165px;
        position: relative;
        padding: 0 2px; }
        .l-header .header_03 #gNav ul li:after {
          content: "";
          display: block;
          position: absolute;
          top: 50%;
          right: 0;
          width: 0;
          -webkit-transform: translateY(-50%);
                  transform: translateY(-50%);
          height: 35%;
          border-right: 1px solid #c8c8c8; }
        .l-header .header_03 #gNav ul li a {
          display: block;
          width: 100%;
          box-sizing: border-box;
          padding: 15.5px 0 24px;
          font-size: 15px;
          font-weight: 500;
          transition: all .4s;
          border-bottom-width: 4px;
          border-bottom-style: solid; }
          .l-header .header_03 #gNav ul li a:hover {
            opacity: 1; }
/*
        .l-header .header_03 #gNav ul li:first-child:before {
          color: #3278b4; }
        .l-header .header_03 #gNav ul li:first-child a {
          border-bottom-color: #3278b4; }
*/
        .l-header .header_03 #gNav ul li:first-child:before {
          color: #ee87b4; }
        .l-header .header_03 #gNav ul li:first-child a {
          border-bottom-color: #ee87b4; }
          .l-header .header_03 #gNav ul li:first-child a:before {
            content: "";
            display: block;
            position: absolute;
            top: 50%;
            left: 0;
            width: 0;
            -webkit-transform: translateY(-50%);
                    transform: translateY(-50%);
            height: 35%;
            border-right: 1px solid #c8c8c8; }
/*
        .l-header .header_03 #gNav ul li:nth-of-type(2):before {
          color: #e65050; }
        .l-header .header_03 #gNav ul li:nth-of-type(2) a {
          border-bottom-color: #e65050; }
        .l-header .header_03 #gNav ul li:nth-of-type(3):before {
          color: #32963c; }
        .l-header .header_03 #gNav ul li:nth-of-type(3) a {
          border-bottom-color: #32963c; }
        .l-header .header_03 #gNav ul li:nth-of-type(4):before {
          color: #f08200; }
        .l-header .header_03 #gNav ul li:nth-of-type(4) a {
          border-bottom-color: #f08200; }
        .l-header .header_03 #gNav ul li:nth-of-type(5):before {
          color: #9678b4; }
        .l-header .header_03 #gNav ul li:nth-of-type(5) a {
          border-bottom-color: #9678b4; }
        .l-header .header_03 #gNav ul li:nth-of-type(6):before, .l-header .header_03 #gNav ul li:nth-of-type(7):before {
          color: #ff0000; }
        .l-header .header_03 #gNav ul li:nth-of-type(6) a, .l-header .header_03 #gNav ul li:nth-of-type(7) a {
          border-bottom-color: #ff0000; }
*/


        .l-header .header_03 #gNav ul li:nth-of-type(2):before {
          color: #fdd000; }
        .l-header .header_03 #gNav ul li:nth-of-type(2) a {
          border-bottom-color: #fdd000}
        .l-header .header_03 #gNav ul li:nth-of-type(3):before {
          color: #00afac; }
        .l-header .header_03 #gNav ul li:nth-of-type(3) a {
          border-bottom-color: #00afac; }
        .l-header .header_03 #gNav ul li:nth-of-type(4):before {
          color: #b6d300; }
        .l-header .header_03 #gNav ul li:nth-of-type(4) a {
          border-bottom-color: #b6d300; }
        .l-header .header_03 #gNav ul li:nth-of-type(5):before {
          color: #c282b5; }
        .l-header .header_03 #gNav ul li:nth-of-type(5) a {
          border-bottom-color: #c282b5; }
        .l-header .header_03 #gNav ul li:nth-of-type(6):before, .l-header .header_03 #gNav ul li:nth-of-type(7):before {
          color: #ffb082; }
        .l-header .header_03 #gNav ul li:nth-of-type(6) a, .l-header .header_03 #gNav ul li:nth-of-type(7) a {
          border-bottom-color: #ffb082; }
        .l-header .header_03 #gNav ul li:nth-of-type(7):before, .l-header .header_03 #gNav ul li:nth-of-type(7):before {
          color: #ec6e81; }
        .l-header .header_03 #gNav ul li:nth-of-type(7) a, .l-header .header_03 #gNav ul li:nth-of-type(7) a {
          border-bottom-color: #ec6e81; }



.l-header #floating {
  position: fixed;
  right: 0;
  top: 280px;
  z-index: 9999; }

@media only screen and (max-width: 750px) {
  .l-header .header_01 .l-inner {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end; }
  .l-header .header_01 .upper_nav li {
    font-size: 11px; }
    .l-header .header_01 .upper_nav li a {
      padding: 7px 15px; }
  .l-header .header_02 .logo img {
    width: 217px;
    height: auto; }
  .l-header .header_02 .logo a {
    padding: 15px 0; }
  .l-header .header_02 .toggle_btn {
    z-index: 9999999999;
    width: 50px;
    height: 40px; }
    .l-header .header_02 .toggle_btn .btn {
      position: relative;
      width: 100%;
      height: 100%; }
    .l-header .header_02 .toggle_btn span {
      display: block;
      width: 30px;
      height: 2px;
      background-color: #ff0000;
      position: absolute;
      left: 10px;
      transition: all .3s; }
      .l-header .header_02 .toggle_btn span:first-of-type {
        top: 11px; }
      .l-header .header_02 .toggle_btn span:nth-of-type(2) {
        top: 19px; }
      .l-header .header_02 .toggle_btn span:nth-of-type(3) {
        bottom: 11px; }
  .l-header .header_02 .toggle_btn.active {
    background-color: transparent; }
    .l-header .header_02 .toggle_btn.active span:first-of-type {
      -webkit-transform: translateY(8px) rotate(45deg);
              transform: translateY(8px) rotate(45deg); }
    .l-header .header_02 .toggle_btn.active span:nth-of-type(2) {
      display: none; }
    .l-header .header_02 .toggle_btn.active span:nth-of-type(3) {
      -webkit-transform: translateY(-8px) rotate(-45deg);
              transform: translateY(-8px) rotate(-45deg); }
  .l-header .header_03 {
    display: none;
    position: absolute;
    width: 100%;
    height: auto;
    z-index: 999999;
    padding-bottom: 5px; }
    .l-header .header_03 .l-inner {
      background-color: #fff; }
    .l-header .header_03 #gNav {
      display: block;
      width: 100%;
      box-sizing: border-box; }
      .l-header .header_03 #gNav ul {
        display: block; }
        .l-header .header_03 #gNav ul li {
          width: 80%;
          margin: 0 auto;
          height: 57px;
          box-sizing: border-box;
          border-right: none; }
          .l-header .header_03 #gNav ul li:first-child a:before {
            content: none; }
          .l-header .header_03 #gNav ul li:before, .l-header .header_03 #gNav ul li:after {
            display: none;
            content: none; }
          .l-header .header_03 #gNav ul li a {
            display: block;
            width: 100%;
            box-sizing: border-box;
            padding: 15px 0;
            font-size: 15px;
            font-weight: 500; }
    .l-header .header_03 .sns_area {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      padding-top: 20px;
      padding-bottom: 20px; }
      .l-header .header_03 .sns_area p {
        font-size: 13px;
        font-weight: 500; }
      .l-header .header_03 .sns_area .icon {
        width: 30px;
        height: 30px;
        border-radius: 4px;
        text-align: center;
        margin-left: 10px; }
        .l-header .header_03 .sns_area .icon a {
          color: #fff;
          font-size: 19px; }
      .l-header .header_03 .sns_area .tw {
        background-color: #1e96e6; }
      .l-header .header_03 .sns_area .fb {
        background-color: #3264b4; }
  .l-header #floating {
    top: auto;
    bottom: 17%; }
    .l-header #floating img {
      width: 45px;
      height: auto; } }

.l-footer {
  background-color: #f5f5f5;}
  .l-footer .upper_footer {
    padding-top: 75px;
    padding-bottom: 80px; }
    .l-footer .upper_footer .l-inner {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between; }
    .l-footer .upper_footer .nav_area {
      width: 810px; }
    .l-footer .upper_footer .footer_nav {
      margin-bottom: 30px; }
      .l-footer .upper_footer .footer_nav .main {
        margin-bottom: 17px; }
        .l-footer .upper_footer .footer_nav .main > li {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex; }
          .l-footer .upper_footer .footer_nav .main > li p {
            font-size: 16px;
            font-weight: 500;
            letter-spacing: 5px;
            width: 127px; }
        .l-footer .upper_footer .footer_nav .main .sub {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap;
          -webkit-box-flex: 1;
              -ms-flex: 1;
                  flex: 1; }
          .l-footer .upper_footer .footer_nav .main .sub li {
            margin-top: 5px;
            margin-bottom: 5px;
            font-size: 13px;
            font-weight: 400;
            position: relative; }
            .l-footer .upper_footer .footer_nav .main .sub li:before {
              content: "|";
              position: absolute;
              top: 50%;
              left: 0;
              -webkit-transform: translateY(-50%);
                      transform: translateY(-50%); }
            .l-footer .upper_footer .footer_nav .main .sub li a {
              display: block;
              width: 100%;
              height: 100%;
              box-sizing: border-box;
              padding: 0 17px;
              letter-spacing: 1px; }
    .l-footer .upper_footer .kyoten {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      border: 1px solid #c8c8c8;
      border-radius: 4px; }
      .l-footer .upper_footer .kyoten p {
        font-size: 16px;
        font-weight: 500;
        padding: 5px 15px;
        border-right: 1px solid #c8c8c8; }
      .l-footer .upper_footer .kyoten ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center; }
        .l-footer .upper_footer .kyoten ul li {
          position: relative;
            font-size: 13px;
            display: block;
            padding: 0 20px; }
/*
          .l-footer .upper_footer .kyoten ul li a {
            font-size: 13px;
            display: block;
            padding: 0 20px; }
*/
          .l-footer .upper_footer .kyoten ul li::after {
            content: "";
            display: block;
            position: absolute;
            width: 0;
            height: 80%;
            top: 50%;
            right: 0;
            -webkit-transform: translateY(-50%);
                    transform: translateY(-50%);
            border-left: 1px solid #c8c8c8; }
          .l-footer .upper_footer .kyoten ul li:last-child::after {
            content: none;
          }
    .l-footer .upper_footer .sns_area {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: end;
          -ms-flex-pack: end;
              justify-content: flex-end; }
      .l-footer .upper_footer .sns_area p {
        font-size: 13px;
        font-weight: 500; }
      .l-footer .upper_footer .sns_area .icon {
        width: 30px;
        height: 30px;
        border-radius: 4px;
        text-align: center;
        margin-left: 10px; }
        .l-footer .upper_footer .sns_area .icon a {
          color: #fff;
          font-size: 19px; }
      .l-footer .upper_footer .sns_area .tw {
        background-color: #1e96e6; }
      .l-footer .upper_footer .sns_area .fb {
        background-color: #3264b4; }
    .l-footer .upper_footer .bnr_area {
      width: 280px;
      text-align: center; }
      .l-footer .upper_footer .bnr_area ul {
        background-color: #fff;
        border-radius: 5px;
        box-sizing: border-box;
        padding: 10px; }
      .l-footer .upper_footer .bnr_area li {
        background-color: #ff0000;
        border-radius: 5px;
        margin-bottom: 10px; }
        .l-footer .upper_footer .bnr_area li a {
          display: inline-block;
          color: #fff;
          font-weight: 500;
          font-size: 15px;
          box-sizing: border-box;
          padding: 15px; }
        .l-footer .upper_footer .bnr_area li img {
          margin-right: 5px; }
        .l-footer .upper_footer .bnr_area li:nth-of-type(3) {
          border: 1px solid #ff0000;
          background-color: #fff;
          margin-bottom: 0; }
          .l-footer .upper_footer .bnr_area li:nth-of-type(3) a {
            color: #ff0000; }
      .l-footer .upper_footer .bnr_area .recruit {
        display: block;
        border: 1px solid #000;
        margin-top: 20px;
        border-radius: 30px;
        padding: 7px 0; }
  .l-footer .lower_footer {
    background-color: #323232;
    text-align: center;
    padding: 50px 0; }
    .l-footer .lower_footer .copyright {
      color: #fff;
      font-weight: 400;
      font-size: 11px; }
  @media only screen and (max-width: 750px) {
    .l-footer {
      padding-bottom: 20px; }
      .l-footer .upper_footer {
        padding-top: 0px;
        padding-bottom: 40px; }
        .l-footer .upper_footer .l-inner {
          display: block; }
        .l-footer .upper_footer .nav_area {
          width: 100%; }
        .l-footer .upper_footer .footer_nav {
          margin-bottom: 10px;
          text-align: center; }
          .l-footer .upper_footer .footer_nav .main {
            margin-bottom: 0; }
            .l-footer .upper_footer .footer_nav .main > li {
              display: block; }
              .l-footer .upper_footer .footer_nav .main > li p {
                font-size: 16px;
                width: 100%;
                padding: 15px 0;
                position: relative;
                border-bottom: 1px solid #000; }
                .l-footer .upper_footer .footer_nav .main > li p:after {
                  transition: all .3s;
                  content: "";
                  position: absolute;
                  top: 21px;
                  right: 20px;
                  width: 10px;
                  height: 10px;
                  border-right: 1px solid #000;
                  border-bottom: 1px solid #000;
                  -webkit-transform: rotate(-45deg);
                          transform: rotate(-45deg); }
              .l-footer .upper_footer .footer_nav .main > li p.active:after {
                -webkit-transform: rotate(45deg);
                        transform: rotate(45deg); }
            .l-footer .upper_footer .footer_nav .main .sub {
              display: none; }
              .l-footer .upper_footer .footer_nav .main .sub li {
                margin-top: 0;
                margin-bottom: 0;
                font-size: 14px;
                border-bottom: 1px solid #d7d7d7; }
                .l-footer .upper_footer .footer_nav .main .sub li:before {
                  content: none; }
                .l-footer .upper_footer .footer_nav .main .sub li a {
                  padding: 10px 0; }
        .l-footer .upper_footer .kyoten {
          display: block;
          margin-top: 20px; }
          .l-footer .upper_footer .kyoten p {
            border-bottom: 1px solid #c8c8c8;
            border-right: 0; }
          .l-footer .upper_footer .kyoten ul {
            -ms-flex-wrap: wrap;
                flex-wrap: wrap; }
            .l-footer .upper_footer .kyoten ul li {
              width: 50%;
              box-sizing: border-box;
              text-align: center; }
              .l-footer .upper_footer .kyoten ul li:last-child::after {
                content: "";
              }
              .l-footer .upper_footer .kyoten ul li:nth-of-type(even)::after {
                content: none; }
              .l-footer .upper_footer .kyoten ul li a {
                padding: 15px 0; }
        .l-footer .upper_footer .sns_area {
          margin-top: 20px;
          margin-bottom: 20px;
          -webkit-box-pack: center;
              -ms-flex-pack: center;
                  justify-content: center; }
        .l-footer .upper_footer .bnr_area {
          width: 100%;
          text-align: center; }
          .l-footer .upper_footer .bnr_area ul {
            background-color: #fff;
            border-radius: 5px;
            box-sizing: border-box;
            padding: 10px; }
          .l-footer .upper_footer .bnr_area li {
            background-color: #ff0000;
            border-radius: 5px;
            margin-bottom: 10px; }
            .l-footer .upper_footer .bnr_area li a {
              display: inline-block;
              color: #fff;
              font-weight: 500;
              font-size: 15px;
              box-sizing: border-box;
              padding: 15px; }
            .l-footer .upper_footer .bnr_area li img {
              margin-right: 5px; }
            .l-footer .upper_footer .bnr_area li:nth-of-type(3) {
              border: 1px solid #ff0000;
              background-color: #fff;
              margin-bottom: 0; }
              .l-footer .upper_footer .bnr_area li:nth-of-type(3) a {
                color: #ff0000; }
          .l-footer .upper_footer .bnr_area .recruit {
            display: block;
            border: 1px solid #000;
            margin-top: 20px;
            border-radius: 30px;
            padding: 7px 0; }
      .l-footer .lower_footer {
        background-color: #323232;
        text-align: center;
        padding: 50px 0; }
        .l-footer .lower_footer .copyright {
          color: #fff;
          font-weight: 400;
          font-size: 11px; } }

.m-scttl {
  font-size: 34px;
  font-weight: 500;
  line-height: 3.1rem;
  margin-bottom: 14px; }
  @media only screen and (max-width: 750px) {
    .m-scttl {
      font-size: 24px;
      line-height: 2.3rem;
      margin-bottom: 10px; } }

.m-sbttle {
  font-size: 20px;
font-weight:500;
  padding-bottom: 13px;
  padding-top: 36px; }
  @media only screen and (max-width: 750px) {
    .m-sbttle {
      font-size: 18px;
      padding-top: 20px;
      padding-bottom: 7px; } }

.m-link_btn {
  border: 1px solid #fff;
  border-radius: 30px;
  width: 300px;
  height: 60px;
  position: relative;
  z-index: 2;
  overflow: hidden;
  display: block; }
  .m-link_btn:before {
    background: #fff; }
  .m-link_btn a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    color: #fff;
    font-size: 18px;
    font-weight: 500; }
  @media only screen and (max-width: 750px) {
    .m-link_btn {
      width: 60%;
      height: 40px;
      margin-top: 15px; }
      .m-link_btn a {
        font-size: 16px; } }
.m-page_title {
  text-align: left;
  font-size: 24px;
  border-bottom: 4px solid #ff0000;
  font-weight: 500;
  letter-spacing: 1.5px;
  padding: 10px 0;
  margin-bottom: 20px;
}
  @media only screen and (max-width: 750px) {
    .m-page_title {
      font-size: 20px;
      padding: 7px 0 10px;
    }
  }
.m-nobg .m-link_btn {
  border: 1px solid #ff0000;
  border-radius: 30px;
  width: 300px;
  height: 60px;
  overflow: hidden;
  display: block;
  margin-top: 36px; }
  .m-nobg .m-link_btn a:before {
    background: #ff0000; }
  .m-nobg .m-link_btn a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    color: #ff0000;
    font-size: 18px;
    font-weight: 500; }

.m-nobg .hvr-sweep-to-right:hover, .m-nobg .hvr-sweep-to-right:focus, .m-nobg .hvr-sweep-to-right:active {
  color: #fff; }

@media only screen and (max-width: 750px) {
  .m-nobg .m-link_btn {
    margin-left: auto;
    margin-right: auto;
    width: 60%;
    height: 40px;
    margin-top: 15px; }
    .m-nobg .m-link_btn a {
      font-size: 16px; } }

.m-withbg {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  padding-top: 116px;
  padding-bottom: 100px;
  z-index: 0; }
  .m-withbg:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background-color: rgba(50, 50, 50, 0.35);
    background-image: radial-gradient(rgba(0, 0, 0, 0.25) 20%, transparent 60%);
    background-size: 3px 3px; }
  .m-withbg .content_box {
    width: 50%;
    box-sizing: border-box;
    padding-left: 50px;
    position: relative;
    z-index: 2; }
  .m-withbg .m-link_btn {
    margin-top: 45px; }
  .m-withbg .m-scttl {
    color: #fff; }
  .m-withbg p {
    color: #fff; }
  .m-withbg .m-sbttle {
    color: #fff; }
  @media only screen and (max-width: 750px) {
    .m-withbg {
      padding-top: 40px;
      padding-bottom: 40px; }
      .m-withbg .content_box {
        width: 100%;
        padding-left: 0; } }

.m-pagenation {
  text-align: center;
  padding-top: 80px; }
  .m-pagenation .page-numbers {
    padding: 0 5px; }
  .m-pagenation .page-numbers.current {
    border-bottom: 1px solid #ff0000; }
  .m-pagenation .prev, .m-pagenation .next {
    display: inline-block;
    border: 1px solid #d7d7d7;
    border-radius: 7px;
    padding: 2px 15px;
    margin: 0 15px;
    transition: all .3s; }
    .m-pagenation .prev:hover, .m-pagenation .next:hover {
      background-color: #d7d7d7;
      opacity: 1; }
    .m-pagenation .prev a, .m-pagenation .next a {
      opacity: 1; }

.m-pgmv {
  width: 100%;
  height: 200px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover; }
  @media only screen and (max-width: 750px) {
    .m-pgmv {
      height: 100px; } }

.m-breadcrumbs {
  padding-top: 10px; }
.m-breadcrumbs .l-inner {
  border-bottom: 1px solid #d7d7d7;
  padding-bottom: 10px;
}
.m-widget_title {
  border-bottom: 2px solid #ff0000;
  padding: 8px 0;
  margin-bottom: 16px;
  font-size: 18px;
  font-weight: 500; }

.m-widget_section {
  padding-bottom: 25px; }
  .m-widget_section img {
    width: 100%;
    height: auto; }

.l-main .bx-wrapper {
  box-shadow: none;
  border: none;
  margin-bottom: 0; }

.l-main .bx-wrapper .bx-controls-auto, .l-main .bx-wrapper .bx-pager {
  bottom: 40px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  text-align: right;
  width: 1200px; }

.l-main .bx-wrapper .bx-pager.bx-default-pager a {
  background: rgba(255, 255, 255, 0.6);
  width: 15px;
  height: 15px;
  border-radius: 50%; }

.l-main .bx-wrapper .bx-pager.bx-default-pager a.active {
  background: #fff; }

.l-main .mv_slider {
  position: relative;
  z-index: 0; }
  .l-main .mv_slider li {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 620px; }
    .l-main .mv_slider li:before {
      content: "";
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      z-index: 1;
/*
      background-color: rgba(50, 50, 50, 0.35);
*/
      background-color: rgba(50, 50, 50, 0.15);
      background-image: radial-gradient(rgba(0, 0, 0, 0.25) 20%, transparent 60%);
      background-size: 3px 3px; }
  .l-main .mv_slider .l-inner {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  .l-main .mv_slider img {
    width: 100%;
    height: auto; }
  .l-main .mv_slider .copy_box {
/*
    width: 450px; 
*/
    width: 600px; 
}
  .l-main .mv_slider h2 {
    font-size: 50px;
    font-weight: 500;
    color: #fff;
    line-height: 4.5rem; }
  .l-main .mv_slider p {
    color: #fff;
    font-weight: 400;
    padding-top: 18px;
    font-size: 16px;
    line-height: 2rem;
    letter-spacing: 1.5px;
    padding-bottom: 50px; }

.l-main .about_uci {
  padding: 120px 0; }
.l-main .about_company {
  padding: 0px 0; }

.l-main .destinations {
  text-align: center;
  background-color: #d9e2eb;
  padding: 78px 0 80px; }
.l-main .destinations_kotei {
  text-align: center;
  background-color: #ffffff;
  padding: 78px 0 80px; }

  .l-main .destinations .map_area {
    padding-top: 30px;
    position: relative; }
    .l-main .destinations .map_area li {
      position: absolute;
      background-color: #fff;
      border-radius: 4px;
      width: 190px;
      border: 1px solid #000; }
      .l-main .destinations .map_area li:hover {
        background-color: #ff0000; }
        .l-main .destinations .map_area li:hover a {
          color: #fff;
          opacity: 1; }
      .l-main .destinations .map_area li a {
        position: relative;
        display: block;
        width: 100%;
        height: 100%;
        padding: 7px 0;
        box-sizing: border-box; }
        .l-main .destinations .map_area li a:after {
          content: "+";
          font-size: 20px;
          text-align: center;
          position: absolute;
          bottom: -12px;
          right: -6px;
          background-color: #ff0000;
          width: 20px;
          height: 20px;
          color: #fff;
          border-radius: 50%;
          line-height: 20px; }
      .l-main .destinations .map_area li:first-child {
        top: 85px;
        left: 0; }
      .l-main .destinations .map_area li:nth-of-type(2) {
        top: 190px;
        left: 67px; }
      .l-main .destinations .map_area li:nth-of-type(3) {
        top: 160px;
        left: 575px; }
      .l-main .destinations .map_area li:nth-of-type(4) {
        top: 440px;
        right: 310px; }
      .l-main .destinations .map_area li:nth-of-type(5) {
        top: 565px;
        right: 175px; }

.l-main .bnr_area {
  padding: 80px 0; }
  .l-main .bnr_area .content_box {
    width: 48%; }
  .l-main .bnr_area .txt_area {
    padding-left: 25px; }
  .l-main .bnr_area h3 {
    font-size: 22px;
    letter-spacing: 1.8px;
    font-weight: 500;
    padding-bottom: 16px; }
  .l-main .bnr_area .m-link_btn {
    width: 200px;
    height: 50px;
    margin-top: 28px; }

.l-main .purpose_area {
  background-image: url(images/_top/img_04.jpg); }
  .l-main .purpose_area .content_box {
    margin-right: 0;
    margin-left: auto; }

.l-main .flow_area {
  text-align: center;
  padding: 78px 0 80px; }
  .l-main .flow_area .steps {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-top: 35px; }
  .l-main .flow_area .step_box {
    border: 1px solid #ff0000;
    border-radius: 5px;
    text-align: left;
    box-sizing: border-box;
    padding: 23px;
    width: 224px;
    height: auto;
    position: relative;
    margin-left: 20px;
    margin-top: 20px;
   }
   .l-main .flow_area .step_box:first-of-type {
     margin-left: 0;
   }
    .l-main .flow_area .step_box:first-of-type:before {
      content: none; }
    .l-main .flow_area .step_box:before {
      content: "";
      display: block;
      position: absolute;
      left: -21px;
      top: 50%;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%);
      width: 0;
      height: 0;
      border-top: 25px solid transparent;
      border-right: 20px solid transparent;
      border-bottom: 25px solid transparent;
      border-left: 20px solid #ff0000; }
    .l-main .flow_area .step_box p {
      font-size: 13px;
      line-height: 1.3rem;
      text-align: justify; }
    .l-main .flow_area .step_box .label {
      color: #ff0000;
      font-family: 'Lato', sans-serif;
      font-weight: 700;
      font-size: 36px;
      padding-bottom: 15px;
      position: relative; }
      .l-main .flow_area .step_box .label:before {
        content: "";
        display: block;
        position: absolute;
        width: 60px;
        height: 1px;
        background-color: #ff0000;
        bottom: 0;
        left: 0; }
      .l-main .flow_area .step_box .label span {
        display: inline-block;
        font-size: 20px;
        font-weight: 400;
        padding-right: 10px; }
    .l-main .flow_area .step_box h4 {
      font-size: 16px;
      padding-top: 15px;
      padding-bottom: 10px; }

.l-main .purpose_area_02 {
  background-image: url(images/_top/img_05.jpg); }

.l-main .news_area {
  text-align: center;
  padding-top: 78px;
  padding-bottom: 80px; }
  .l-main .news_area .m-scttl {
    margin-bottom: 18px; }
  .l-main .news_area .article_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
  .l-main .news_area article {
    position: relative;
    width: 285px;
    transition: all .3s;
    border-left: 1px solid #e6e6e6;
    border-bottom: 1px solid #e6e6e6;
    border-right: 1px solid #e6e6e6;
    border-radius: 0 0 5px 5px; }
    .l-main .news_area article:hover {
      opacity: 0.7; }
    .l-main .news_area article a {
      display: block;
      width: 100%;
      height: 100%;
      box-sizing: border-box; }
      .l-main .news_area article a:hover {
        opacity: 1; }
    .l-main .news_area article .category {
      font-size: 14px;
      color: #fff;
      position: absolute;
      top: 0;
      left: 0;
      padding: 10px 20px;
      z-index: 1;
      letter-spacing: 2px;
      background-color: #ff0000; }
    .l-main .news_area article h4 {
      font-size: 16px;
      font-weight: 500;
      letter-spacing: 1.7px; }
    .l-main .news_area article .date {
      font-size: 13px;
      font-weight: 400; }
    .l-main .news_area article .article_info {
      text-align: left;
      padding: 15px 20px; }
  .l-main .news_area .m-link_btn {
    margin-right: auto;
    margin-left: auto; }

@media only screen and (max-width: 750px) {
  .l-main .bx-wrapper .bx-controls-auto, .l-main .bx-wrapper .bx-pager {
    bottom: 20px;
    left: auto;
    right: 10px;
    -webkit-transform: translateX(0);
            transform: translateX(0);
    width: 100%; }
  .l-main .bx-wrapper .bx-pager.bx-default-pager a {
    width: 10px;
    height: 10px; }
  .l-main .mv_slider {
    position: relative;
    z-index: 0; }
    .l-main .mv_slider li {
      height: 360px; }
    .l-main .mv_slider .copy_box {
      width: 100%;
      box-sizing: border-box; }
    .l-main .mv_slider h2 {
      font-size: 24px;
      line-height: 2.6rem; }
    .l-main .mv_slider p {
      display: none; }
  .l-main .about_uci {
    padding: 40px 0; }
  .l-main .about_company {
    padding: 40px 0; }
    .l-main .about_uci .m-scttl {
      margin-top: 10px; }
  .l-main .destinations {
    padding: 40px 0; }
    .l-main .destinations .map_area img {
      width: 100%;
      height: auto; }
    .l-main .destinations .map_area ul {
      margin-top: 15px;
      text-align: center; }
    .l-main .destinations .map_area li {
      position: static;
      margin-bottom: 15px;
      border-radius: 4px;
      width: 80%;
      margin-left: auto;
      margin-right: auto;
      box-sizing: border-box; }
  .l-main .bnr_area {
    padding: 0 0 35px; }
    .l-main .bnr_area .content_box {
      width: 100%;
      padding-top: 35px; }
    .l-main .bnr_area .txt_area {
      padding-left: 0; }
    .l-main .bnr_area h3 {
      font-size: 18px;
      padding-bottom: 3px;
      margin-top: 10px; }
    .l-main .bnr_area .m-link_btn {
      width: 60%;
      height: 40px;
      margin-top: 10px; }
  .l-main .flow_area {
    padding: 40px 0; }
    .l-main .flow_area .steps {
      display: block;
      margin-top: 15px;
     }
    .l-main .flow_area .step_box {
      width: 100%;
      padding: 15px;
      margin-left: 0;
      margin-top: 20px; }
      .l-main .flow_area .step_box:before {
        content: "";
        display: block;
        position: absolute;
        left: 50%;
        top: -21px;
        -webkit-transform: translate(-50%, 0);
                transform: translate(-50%, 0);
        width: 0;
        height: 0;
        border-top: 20px solid #ff0000;
        border-right: 25px solid transparent;
        border-bottom: 20px solid transparent;
        border-left: 25px solid transparent; }
      .l-main .flow_area .step_box p {
        font-size: 11px;
        line-height: 1.2rem; }
      .l-main .flow_area .step_box .label {
        font-size: 26px;
        padding-bottom: 10px; }
        .l-main .flow_area .step_box .label span {
          font-size: 16px; }
      .l-main .flow_area .step_box h4 {
        font-size: 14px;
        padding-top: 10px;
        padding-bottom: 5px; }
  .l-main .purpose_area_02 {
    background-image: url(images/_top/img_05.jpg); }
  .l-main .news_area {
    padding-top: 40px;
    padding-bottom: 40px; }
    .l-main .news_area .m-scttl {
      margin-bottom: 0; }
    .l-main .news_area .article_list {
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
    .l-main .news_area article {
      width: 49%;
      margin-top: 10px; }
      .l-main .news_area article img {
        width: 100%;
        height: auto; }
      .l-main .news_area article .category {
        font-size: 12px;
        padding: 8px 0;
        min-width: 70%; }
      .l-main .news_area article h4 {
        font-size: 14px; }
      .l-main .news_area article .date {
        font-size: 11px; }
      .l-main .news_area article .article_info {
        padding: 10px 8px; } }

.soudan_area {
  background-image: url(images/_top/img_06.jpg);
  z-index: 0; }
  .soudan_area .l-inner {
    text-align: center;
    z-index: 1;
    position: relative; }
  .soudan_area .m-link_btn {
    margin-left: auto;
    margin-right: auto; }

.archive .l-main, .single-post .l-main {
  padding-top: 80px;
  padding-bottom: 80px; }

.archive .l-main_content .date, .single-post .l-main_content .date {
  font-size: 13px;
  font-weight: 400;
  display: block; }

.archive .l-main_content .category, .single-post .l-main_content .category {
  font-size: 14px;
  color: #fff;
  padding: 10px 15px;
  z-index: 1;
  letter-spacing: 2px;
  display: inline-block;
  background-color: #ff0000; }

@media only screen and (max-width: 750px) {
  .archive .l-main, .single-post .l-main {
    padding-top: 40px;
    padding-bottom: 40px; }
  .archive .l-main_content .date, .single-post .l-main_content .date {
    font-size: 11px; }
  .archive .l-main_content .category, .single-post .l-main_content .category {
    font-size: 11px;
    padding: 8px 5px; }
  .archive .l-main_content .category.osusume, .single-post .l-main_content .category.osusume {
    letter-spacing: 0.2px; } }

.archive .l-main_content .category {
  position: absolute;
  top: 0;
  left: 0; }

.archive .l-main_content article {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 35px;
  position: relative; }
  .archive .l-main_content article .article_info {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    box-sizing: border-box;
    padding: 10px 35px; }
    .archive .l-main_content article .article_info h2 {
      font-size: 18px;
      font-weight: 500;
      letter-spacing: 1.7px;
      padding: 10px 0;
      margin-bottom: 10px;
      border-bottom: 2px solid #ff0000; }
    .archive .l-main_content article .article_info .read_more {
      border: 1px solid #ff0000;
      color: #ff0000;
      display: inline-block;
      border-radius: 5px;
      padding: 8px 30px;
      margin-top: 8px;
      font-size: 14px;
      transition: all .3s; }
      .archive .l-main_content article .article_info .read_more:hover {
        opacity: 1;
        background-color: #ff0000;
        color: #fff; }

@media only screen and (max-width: 750px) {
  .archive .l-main_content .category {
    position: static; }
  .archive .l-main_content article {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 20px; }
    .archive .l-main_content article .img_area img {
      width: 100px;
      height: auto;
      display: block; }
    .archive .l-main_content article .article_info {
      padding: 10px; }
      .archive .l-main_content article .article_info h2 {
        padding-top: 5px;
        padding-bottom: 5px;
        font-size: 14px; }
      .archive .l-main_content article .article_info p {
        font-size: 12px; } }

.single-post .date {
  display: inline-block !important; }

.single-post .cat {
  background-color: rgba(255, 0, 0, 0.2);
  display: inline-block;
  padding: 1px 5px;
  border-radius: 12px;
  margin-right: 8px;
  font-size: 13px; }

.single-post .article_ttl {
  font-size: 24px;
  border-bottom: 4px solid #ff0000;
  font-weight: 500;
  letter-spacing: 1.5px;
  padding: 10px 0;
  margin-bottom: 10px; }
.single-post .article_content div, .single-post .article_content p, .single-post .article_content pre, .single-post .article_content table{
  max-width: 100%;
}
.single-post .article_content pre {
  white-space: pre-wrap;
}
.single-post .article_content h2 {
  font-size: 24px;
  padding: 10px;
  margin-top: 40px;
  margin-bottom: 20px; }

.single-post .article_content h3 {
  border-left: 4px solid #ff0000;
  font-size: 20px;
  margin-bottom: 20px;
  margin-top: 30px;
  padding-left: 10px; }

.single-post .article_content p {
  margin-bottom: 10px; }

@media only screen and (max-width: 750px) {
  .single-post .article_ttl {
    font-size: 20px;
    padding: 7px 0 10px; }
  .single-post .article_content h2 {
    font-size: 20px; }
  .single-post .article_content h3 {
    font-size: 18px; } }

/*----------------------------------------
　お問い合せ
-----------------------------------------*/
.contact_form_area .form_inner{
  width: 90%;
  margin: 0 auto;
  margin-top: 50px;
}
.contact_form_area table {
  width: 100%;
}
.contact_form_area th, .contact_form_area td {
  display: block;
  padding: 10px 15px;
  text-align: left;
  box-sizing: border-box;
}
.contact_form_area tr {
  padding: 0;
  display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: nowrap;
flex-wrap: nowrap;
width: 100%;
  border:none;
}
.contact_form_area tr th {
  border: none;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  border-left: 1px solid #ccc;
  width: 30%;
  background-color: #f5f5f5;
}
.contact_form_area tr:first-of-type th {
  border-radius: 5px 0 0 0;
  border-top: 1px solid #ccc;
}
.contact_form_area tr:last-of-type th {
  border-radius: 0 0 0 5px;
}
.contact_form_area tr td {
  border: none;
  border-bottom: 1px solid #ccc;
  border-right: 1px solid #ccc;
  width: 70%;
}
.contact_form_area tr:first-of-type td {
  border-radius: 0 5px 0 0;
  border-top: 1px solid #ccc;
}
.contact_form_area tr:last-of-type td {
  border-radius: 0 0 5px 0;
}
.contact_form_area th span {
  font-size: 14px;
  color: #707070;
  padding-left: 8px;
}
.contact_form_area table input, .contact_form_area table textarea {
  width: 100%;
  padding: 3px;
  box-sizing: border-box;
}
.contact_form_area .submit_btn .wpcf7-submit {
  border: none;
  background: none;
  color: #ff0000;
  padding: 10px 0;
  text-align: center;
  border-radius: 30px;
  font-size: 15px;
  font-weight: 500;
  border: 2px solid #ff0000;
  width: 180px;
  box-sizing: border-box;
  margin: 0 auto;
  transition: all .3s;
  margin-top: 20px;
}
.contact_form_area .submit_btn .wpcf7-submit:hover {
  cursor: pointer;
  background-color: #ff0000;
  color: #fff;
}
@media only screen and (max-width: 750px) {
  .contact_form_area .form_inner{
    width: 100%;
  }
  .contact_form_area tr {
    display: block;
  }
  .contact_form_area tr th {
    border-right: 1px solid #ccc;
    width: 100%;
  }
  .contact_form_area tr:first-of-type th {
    border-radius: 5px 5px 0 0;
  }
  .contact_form_area tr:last-of-type th {
    border-radius: 0;
  }
  .contact_form_area tr td {
    border-left: 1px solid #ccc;
    width: 100%;
  }
  .contact_form_area tr:first-of-type td {
    border-radius: 0;
    border-top: none;
  }
  .contact_form_area tr:last-of-type td {
    border-radius: 0 0 5px 5px;
  }
  .contact_form_area table input, .contact_form_area table textarea {
    width: 100%;
    padding: 3px;
  }
  .contact_form_area .submit_btn input[type="submit"] {
    -webkit-appearance: none;
    border: none;
    background: none;
    color: #ff0000;
    padding: 10px 0;
    text-align: center;
    border-radius: 30px;
    font-size: 15px;
    font-weight: 500;
    border: 2px solid #ff0000!important;
    width: 180px;
    box-sizing: border-box;
    margin: 0 auto;
    transition: all .3s;
    margin-top: 20px;
  }
  .contact_form_area .submit_btn .wpcf7-submit:hover {
    cursor: pointer;
    background-color: #ff0000!important;
    color: #fff;
  }
}


#page_types ol{margin: 25px 0;}
#page_types h2{margin: 35px 0 10px 0;}
#page_types a{text-decoration:underline;}

@media only screen and (max-width: 750px) {
#page_types ol{margin: 25px 0;}
#page_types h2{margin: 35px 0 10px 0;}
#page_types a{text-decoration:underline;}
}

.btn-thank a{
    border: none;
    background: none;
    color: #ff0000;
    padding: 10px 50px;
    text-align: center;
    border-radius: 30px;
    font-size: 15px;
    font-weight: 500;
    border: 2px solid #ff0000;
    width: 250px;
    box-sizing: border-box;
    margin: 0 auto;
    display:block;
    transition: all .3s;
    margin-top: 20px;
}
.wpcf7-response-output.wpcf7-display-none.wpcf7-mail-sent-ok{
  display: none !important
}