@charset "UTF-8";

/* ====== 共通 ====== */
body {
  color: #000000;
  line-height: 1.6;
}

a {
  color: #000000;
}
a:hover {
  color: #192452;
  text-decoration: none;
  opacity: 0.8;
}

header .navbar-brand {
  width: 36%;
  max-width: 461px;
  padding-top: 0;
  margin: 15px 50px 10px 0;
}

header .navbar-brand .logo {
  width: 100%;
}

header .tel {
  font-size: 2rem;
  color: #fff;
}

header .tel a {
  color: #fff;
}


/* ====== TOTOP ====== */
/* ページトップ */
#page-top {
  position: fixed;
  bottom: 30px;
  right: 20px;
  font-size: 80%;
}

#page-top a {
  background: #192452;
  text-decoration: none;
  color: #fff;
  width: 100px;
  padding: 25px 0;
  text-align: center;
  display: block;
  border:1px solid #fff;
}

#page-top a:hover {
  text-decoration: none;
  background: #f2f2f2;
  color: #192452;
  border-color: #192452;
}

.btn-outline-secondary:hover,
.btn-outline-secondary:not(:disabled):not(.disabled).active {
  color: #6c757d !important;
}

/* ====== TOP IMAGE ====== */

header.top-page {
  /*height: 100vh;*/
  overflow: hidden;
  padding-right: 0;
  padding-left: 0;
}

.jumbotron {
  /*background-image: url(../img/main-image.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;*/
  width: 100%;
  height: 100%;
  padding:0;
}

.jumbotron .bg-rgba {
  background-color: rgba(255, 255, 255, 0.9);
  padding:2em;
}

.jumbotron h1 {
  word-wrap: break-word;
}

.jumbotron h2 {
  line-height: 1.8rem;
  background: none;
}
@media screen and (max-width: 767.98px) {
  .jumbotron .bg-rgba {
    padding:1em;
  }
}
/* ====== TOPPAGE SECTION ====== */

#sec1 .card:nth-of-type(2) {
  border-left: none;
  border-right: none;
}

.ttl-bdr {
  font-size: 2rem;
  line-height: 1.5;
  position: relative;
  margin-bottom: 40px;
  border-left: 0;
  padding-left: 0;
}

.ttl-bdr::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  border-bottom: 4px solid #192452;
  width: 40px;
  margin: 0 auto -15px;
}

#sec3 {
  background-image: url("../img/bg_img001.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  line-height: 1.8;
}
#sec3 h2 {
  color: #f2f2f2;
  line-height: 1.4;
  background: none;
  margin: 0.5em 0 0.25em;
}
#sec4 table {
  width: 100%;
  background-color: #CCC;
  font: 12px;
  color: #666;
  table-layout: fixed;
  border-collapse: collapse;
}

#sec4 table th,
#sec4 table td {
  padding: 10px;
  text-align: center;
  border: 1px solid #ccc;
}

#sec4 table th {
  background-color: #002795;
  color: #fff;
}

#sec4 table td {
  width: 14.2%;
}

#sec4 table td:nth-child(7n) {
  background-color: #5197E0;
  color: #fff;
}

#sec4 table td:nth-child(7n+1) {
  background-color: #FF8A8C;
  color: #fff;
}

#sec5 dl dd {
  font-size: 95%;
}
/* ====== SNS ====== */
.social img {
  width: 36px;
  height: 36px;
}

/* ====== SNS ====== */

iframe {
  width: 100%;
  height: 456px;
}
@media screen and (max-width: 767.98px) {
  iframe {
      height: 400px;
  }
}

/* ====== FOOTER ====== */
.footer-logo {
  width: 70%;
      max-width: 320px;
      /*margin-top: 20px;*/
}

/* =============================================
メディアクエリ
============================================= */

/* 大デバイス（デスクトップ, 1200px 未満）
==============================================*/
@media screen and (max-width: 1199.98px) {
  .herounit h1 {
    margin-top: 10rem;
  }
}

/* END */
/* 中デバイス（タブレット, 992px 未満）
==============================================*/
@media screen and (max-width: 991.98px) {
  .container {
    max-width: 740px;
  }
}

/* END */
/* 小デバイス（横向きモバイル, 768px 未満）
==============================================*/
@media screen and (max-width: 767.98px) {
  h1 {
    font-size: 2rem;
    font-weight: bold;
    line-height: 1.2;
  }

  #sec3 {
    /*background-image: none;*/
  }

  header .navbar-brand {
    width: 35%;
    margin: 10px 0;
  }

  header .navbar-brand .logo {
    width: 100%;
    max-width: 461px;
  }

  header .navbar-nav {
    border-top: 1px solid #192452;
  }

  .footer-logo {
    width: 75%;
    max-width: 300px;
    margin: 0 auto 20px !important;
  }
}

/* END */
/* 極小デバイス（縦向きモバイル, 576px 未満）
==============================================*/
@media screen and (max-width: 575.98px) {
  .display-3 {
    line-height: 0.8em;
  }

  .display-4 {
    font-size: 2rem;
    line-height: 1.2;
  }
  header .navbar-brand {
    width: 50%;
  }
}
@media screen and (max-width: 480px) {
  header .navbar-brand {
    width: 55%;
  }
}

/* ====== 追記 ====== */
.mb0 {
    margin-bottom: 0 !important;
}
.mb10 {
    margin-bottom: 10px !important;
}
.mb15 {
    margin-bottom: 15px !important;
}
.mb20 {
    margin-bottom: 20px !important;
}
.mb25 {
    margin-bottom: 25px !important;
}
.mb30 {
    margin-bottom: 30px !important;
}
.mb40 {
    margin-bottom: 40px !important;
}
.mb50 {
    margin-bottom: 50px !important;
}
.pb0 {
    padding-bottom: 0 !important;
}
.textRight {
    text-align: right;
}
.textLeft {
    text-align: left;
}
.textCenter {
    text-align: center;
}
.textBold {
    font-weight: bold;
}
.textLarge {
    font-size: 120% !important
}
.textXLarge {
    font-size: 150% !important
}
.textXSmall {
    font-size: 65% !important
}
.textSmall {
    font-size: 80% !important
}
.highlight {
    padding: 3%!important;
    background: rgba(51,60,94,.05);
    box-sizing: border-box;
    overflow: hidden;
}
.highlight .highlight, .bg-light .highlight {
  background: #fff;
}
.borderBox {
    padding: 2% 4%;
    border: 5px solid #f2f2f2;
    overflow: hidden;
}
.clearfix {
    overflow: hidden;
    zoom: 1;
}
.clearfix:after {
    content: "";
    display: block;
    clear: both;
}
.mincho {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif !important;
}
.gothic {
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif !important;
}
.marugo {
  font-family: "ヒラギノ丸ゴ Pro W4", "Hiragino maru Gothic Pro", "HG丸ｺﾞｼｯｸM-PRO", "Verdana", "Osaka", sans-serif !important;
}
.meiryo {
  font-family: "メイリオ", Meiryo, Osaka, sans-serif !important;
}
figure {
    margin: 0 auto 1em;
}
section {
    overflow: hidden;
    margin-bottom: 5%;
}
img {
    width: auto;
    max-width: 100%;
}
a:hover img {
    opacity: 0.7;
    -moz-opacity: 0.7;
    filter: alpha(opacity=70);
    cursor: pointer;
}
.pc {
    display: block !important;
}
.sp {
    display: none !important;
}
@media screen and (max-width: 767.98px) {
    .pc {
        display: none !important;
    }
    .sp {
        display: block !important;
    }
}
@media screen and (min-width: 767.99px) {
    a[href^="tel:"] {
        pointer-events: none;
        text-decoration: none;
    }
}

/* トップページ　メイン画像
------------------------------------------------------------*/
#mainImg {
	position: relative;
	z-index: -1;
}
#mainImg img{
width:100%;
}
#mainImg .catch {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  width: 55%;
  max-width: 625px;
  max-height:290px;
  z-index: 1;
}
@media (min-width: 991.99px) and (max-width: 1500px) {
#mainImg .catch {
  width: 60%;
}
}
@media screen and (max-width: 991.98px) {
#mainImg .catch {
  width: 70%;
}
}
@media screen and (max-width: 767.98px) {
#mainImg .catch {
  width: 80%;
  top: 30%;
}
}
@media screen and (max-width: 480px) {
  #mainImg .catch {
    width: 85%;
  }
}

/* side_info */
.side_info {
    padding: 15px 10px;
    box-sizing: border-box;
    line-height: 1.8;
    border: 2px solid #192452;
    color: #192452;
    margin: 0 0 10px;
    position: relative;
    font-size: 13px;
}
.side_info img {
    max-width: 100%!important;
    padding-bottom: 0!important;
}
.side_info .p01 {
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    margin: 0 0 10px;
	line-height: 1.4;
	color: #192452;
}
.side_info .side_tel img {
    max-width: 24px!important;
    vertical-align: middle;
	margin-top: -7px;
}
.side_info .side_tel {
    font-size: 26px;
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
	margin: 0 auto;
    display: table;
	width: 100%;
	text-align: center;
}
.side_info .side_tel a {
    color: #192452;
    z-index: 10;
    position: relative;
    width: 100%;
    display: table;
    box-sizing: border-box;
    padding: 2px 0px;
	line-height: 1.2;
}
.side_info .side_tel a:hover {
    opacity: 0.7;
}
.side_info .side_tel a span {
    color: #192452;
    background: url(../images/tel.png) no-repeat left 6px;
    background-size: 19px;
    padding-left: 21px;
}
.side_info .side_tel a span.text-small {
    background: url(../images/tel2.png) no-repeat left 0;
    background-size: 20px;
    padding-left: 20px;
}
.tel_box h3 {
    text-align: center;
    font-weight: bold;
    font-size: 18px;
    margin: 0 auto 10px;
    position: relative;

}
.tel_box h3 span{
	background: #fff;
    padding: 0 5px;
	position: relative;
}
.tel_box h3:before {
    position: absolute;
    content: "";
    background: #192452;
    width: 100%;
    height: 1px;
    top: 50%;
    left: 0;
}
@media screen and (max-width: 991.98px) {
.side_info {
    padding: 25px;
    text-align: center;
    margin: 20px 0 0;
}
}
@media screen and (max-width: 767.98px) {
.side_info.tel_box {
    margin-bottom: 30px;
}
.side_info .side_tel a {
    padding: 10px 0;
}
}

.bg-dark {
    background-color: #192452!important;
}
.bg-dark2 {
    background-color: rgba(51,60,94,.9)!important;
}
.bg-light {
    background-color: #f2f2f2!important;
}
.bg-stripe {
  background-image: -webkit-gradient(linear, left top, right bottom, from(rgba(255, 255, 255, 0.3)), color-stop(24%, rgba(255, 255, 255, 0.3)), color-stop(26%, rgba(255, 255, 255, 0.1)), color-stop(49%, rgba(255, 255, 255, 0.1)), color-stop(51%, rgba(255, 255, 255, 0.3)), color-stop(74%, rgba(255, 255, 255, 0.3)), color-stop(76%, rgba(255, 255, 255, 0.1)), to(rgba(255, 255, 255, 0.1)));
  background-image: linear-gradient(to right bottom, rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0.3) 24%, rgba(255, 255, 255, 0.1) 26%, rgba(255, 255, 255, 0.1) 49%, rgba(255, 255, 255, 0.3) 51%, rgba(255, 255, 255, 0.3) 74%, rgba(255, 255, 255, 0.1) 76%, rgba(255, 255, 255, 0.1));
  background-size: 6px 6px;
}
.bg-stripe h2 {
  border:0;
}
.navbar-dark .navbar-nav .nav-link {
    color: rgba(51,60,94,1);
}
.navbar-dark .navbar-nav .nav-link:focus, .navbar-dark .navbar-nav .nav-link:hover {
    color: rgba(51,60,94,1);
}
.navbar-dark .navbar-toggler {
    border-color: rgba(51,60,94,1);
    background: rgba(51,60,94,1);
}
@media (min-width: 992px) and (max-width: 1199px) {
  header .navbar-brand {
    width: 25%;
  }
  header .btn {
      font-size: 0.8rem;
  }
  .navbar-nav .nav-link {
      padding-right: 0;
      padding-left: 0;
      font-size: 14px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  header .navbar-brand {
    width: 35%;
    margin: 0 20px 0 0;
  }
.navbar-nav {
  padding-top: 0!important;
}
.navbar-expand-md .navbar-nav .nav-link {
    padding-right: .25rem;
    padding-left: .2rem;
    font-size: 72%;
}
header .btn {
    font-size: 0.8rem;
}
}

.breadcrumb {
    background-color: #192452;
}
.breadcrumb-item a, .breadcrumb-item.active {
    color: #fff;
}
.breadcrumb-item a:hover {
    color: #fefefe;
}
.breadcrumb-item+.breadcrumb-item::before {
    color: #fff;
}
.lead {
    color: #192452;
    font-weight: 700;
    padding:10px 0;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
}
.text-light {
    color: #192452!important;
}
.color01 {
  color: #192452;
}
.btn-secondary {
    color: #fff;
    background-color: #192452;
    border: 1px solid #192452;
    font-size: 100%;
}
.btn-secondary:hover {
    background-color: #f2f2f2;
    border-color: #192452;
    color: #192452;
    opacity: 1;
    border: 1px solid #192452;
}
.btn-dark {
    background-color: #343a40;
    border-color: #343a40;
}
.btn-dark a {
    color: #fff!important;
    display: block;
}
.btn-dark:hover {
    background-color: #fff;
    border-color: #f2f2f2;
}
.btn-dark a:hover {
  color: #343a40!important;
}
.btn-light {
    color: #000000;
    background-color: #ccc;
    border-color: #ccc;
    border-radius: 0;
}
.btn-light:hover {
    background-color: #fff;
    border-color: #ccc;
}
.btn-light:hover a {
    color: #000000;
}
.btn-outline-light {
  color: #000000;
  background-color: #fff;
  background-image: none;
  border-color: #fff;
  box-shadow: none;
  font-size: 90%;
}
.btn-outline-light:hover {
    color: #000000;
    background-color: #fff;
    border-color: #fff;
}
.btn-outline-dark {
    color: #000000;
    background-color: #ccc;
    border-color: #ccc;
    border-radius: 0;
}
.btn-outline-dark:hover {
    color: #000000;
    background-color: #eee;
    border-color: #ccc;
    opacity: 1;
}
h1 {
  font-family: -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI", "Helvetica Neue", HelveticaNeue, YuGothic, "Yu Gothic Medium", "Yu Gothic", Verdana, Meiryo, sans-serif!important;
}
h2 {
  font-size: 1.8rem;
  border-left: 5px solid #192452;
  padding: 10px 5px 10px 15px;
  margin: 1em 0 1em!important;
  background: #f2f2f2;
  line-height: 1.4;
  font-family: -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI", "Helvetica Neue", HelveticaNeue, YuGothic, "Yu Gothic Medium", "Yu Gothic", Verdana, Meiryo, sans-serif!important;
}
h2.text-center {
    border-left: 0;
    padding: 5px;
    background: none;
}
h2 span.sub {
    font-size: 60%;
    display: block;
    color: #192452;
    padding: 5px 0;
    font-weight:normal;
}
h3 {
  font-size: 1.3rem;
    border-bottom: 1px dashed #192452;
    padding: .5em 0 .25em;
    margin-bottom: .75em;
    font-family: -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI", "Helvetica Neue", HelveticaNeue, YuGothic, "Yu Gothic Medium", "Yu Gothic", Verdana, Meiryo, sans-serif!important;
}
h4 {
  font-size: 1.2rem;
}
h4.dot {
  position: relative;
  padding-left: 1.2em;
  margin-top: 1em;
}
h4.dot:before {
  position: absolute;
  content: "";
  background: #192452;
  width: 10px;
  height: 10px;
  top: 40%;
  left: 5px;
  margin-top: -3px;
}
h4, h5 {
  font-family: -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI", "Helvetica Neue", HelveticaNeue, YuGothic, "Yu Gothic Medium", "Yu Gothic", Verdana, Meiryo, sans-serif!important;
}
h5, .h5 {
  font-size: 1.1rem;
  margin: 1em 0 0.5em;
  background: #f2f2f2;
  padding: 10px 15px;
  text-align: center;
}
h5.noBg {
  background: none;
}
@media screen and (max-width: 767.98px) {
  h2 {
    font-size: 1.6rem;
  }
  .h4 {
      font-size: 1.4rem;
  }
  h4.dot {
      font-size: 1.2rem;
  }
  h4.dot:before {
    top: 45%;
}
}

table.table01 {
  margin: 0 auto;
  width: 100%;
  border-collapse: collapse;
  border: 1px solid #ccc;
}
table.table01 th, table.table01 td {
  border: 1px solid #ccc;
  background: #fff;
  padding: 10px 15px;
}
table.table01 th {
  text-align: center;
  font-weight: bold;
  background-color: #f2f2f2;
  /*color: #192452;*/
  width: 25%;
  font-weight: normal;
}
table.table01 thead th {
  background: #192452;
  background-image: -webkit-gradient(linear, left top, right bottom, from(rgba(255, 255, 255, 0.3)), color-stop(24%, rgba(255, 255, 255, 0.3)), color-stop(26%, rgba(255, 255, 255, 0.1)), color-stop(49%, rgba(255, 255, 255, 0.1)), color-stop(51%, rgba(255, 255, 255, 0.3)), color-stop(74%, rgba(255, 255, 255, 0.3)), color-stop(76%, rgba(255, 255, 255, 0.1)), to(rgba(255, 255, 255, 0.1)));
  background-image: linear-gradient(to right bottom, rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0.3) 24%, rgba(255, 255, 255, 0.1) 26%, rgba(255, 255, 255, 0.1) 49%, rgba(255, 255, 255, 0.3) 51%, rgba(255, 255, 255, 0.3) 74%, rgba(255, 255, 255, 0.1) 76%, rgba(255, 255, 255, 0.1));
  background-size: 6px 6px;
  width: 20%!important;
  color: #fff;
  text-align: center;
}
@media screen and (max-width: 767.98px) {
  table.table01 th, table.table01 td {
    width:100%!important;
    display: block;
    text-align: left;
    padding: 5px 10px;
    border: 0;
    border-bottom: 1px solid #ccc;
    font-size: 95%;
  }
table.table01 tr:last-child td {
    border-bottom: 0;
  }
}

table.priceTable th {
  width: auto;
  text-align: center!important;
}
table.priceTable td {
  text-align: right;
}
@media screen and (max-width: 767.98px) {
  table.priceTable th, table.priceTable td {
    display: table-cell;
    width: auto;
    border: 1px solid #ccc;
    font-size: 80%;
    font-weight: normal;
  }
}
@media screen and (max-width: 480px) {
  table.priceTable th, table.priceTable td {
    font-size: 70%;
    padding:5px 2px;
  }
}

.must {
  margin-left: 1em;
  padding: 2px 8px 2px;
  font-size: 75%;
  background: #192452;
  color: #fff;
}
.must2 {
    background: #f2f2f2;
    color: #192452;
    border: 1px solid #192452;
}
/*    リスト
-------------------------------------------------- */
ul.ul01 {
    list-style: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
}
ul.ul01 li {
    padding: 0 0 0 16px;
    position: relative;
    word-wrap: break-word;
    list-style: none;
}
.ul01 li:before {
    background: none repeat scroll 0 0 #192452;
    border-radius: 50%;
    content: "";
    height: 5px;
    left: 3px;
    position: absolute;
    top: 10px;
    width: 5px;
}
.ul01.textLarge li {
    padding: 0 0 0 20px;
}
.ul01.textLarge li:before {
  width: 7px;
  height: 7px;
    top: 11px;
}
@media screen and (min-width: 768.99px) {
    .floatList li {
        float: left;
        margin-right: 10px;
    }
    .ul01.col2 li {
      float: left;
      width: 45%;
    }
}

.border section:last-child {
  margin-bottom: 0;
}

ul.anchor {
    padding: 2.5% 5%;
    clear: both;
    border: 1px solid #dddddd;
    display: table;
    margin:0 auto;
}
ul.anchor li {
 padding: 0 0 5px 20px;
 position: relative;
 list-style-type: none;
 float: left;
 margin-right: 15px;
}
ul.anchor li a {
 font-weight: normal;
}
ul.anchor li a:hover {
 text-decoration: underline;
}
ul.anchor li:before {
 display: block;
 content: "";
 position: absolute;
 top: 6px;
 left: 3px;
 width: 0;
 height: 0;
 border: 6px solid transparent;
 border-left: 8px solid #192452;
}
@media screen and (max-width: 767px) {
  ul.anchor li {
   float: none;
   margin-right: 0;
  }
}

.pc-text-center {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .pc-text-center {
    text-align: left;
  }
  .sp-text-center {
    text-align: center!important;
  }
  }


/* cards */
  @media (min-width: 576px){
.card-columns {
    /*-webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;*/
}
}

/* facilityTableTable */
.facilityTable td {
  text-align: center;
}
.facilityTable th, .facilityTable td {
  font-size: 90%;
  padding: 8px 5px;
}
.facilityTable thead th:last-child {
  width:8%!important ;
}
@media screen and (max-width: 767px) {
  .facilityTable thead {
    display: none;
  }
  .facilityTable th, .facilityTable td {
    text-align: center!important;
  }
.facilityTable tr:last-child td {
  border-bottom: 1px solid #ccc!important;
}
.facilityTable tr:last-child td:last-child {
  border-bottom: 0!important;
}
}

/* Gナビ調整 */
@media screen and (min-width: 768px) {
.navbar-collapse {
    flex-grow: initial;
}
.navbar-collapse .btn {
  margin-left: 0.25em;
}
}

/* フッター調整 */
@media screen and (max-width: 767px) {
.list-unstyled {
    line-height: 2.0;
}
.social {
    margin-top: 20px;
}
}

.tel i {
    width: 30px;
    text-align: center;
}

/* service */
.arrow {
 position: relative;
 margin-bottom: 45px;
 overflow: initial;
}
.arrow:after {
    display: block;
    content: "";
    position: absolute;
    bottom: -65px;
    left: 50%;
    margin: 0 0 0 -30px;
    width: 0px;
    height: 0px;
    border: 30px solid transparent;
    border-top: 20px solid #192452;
}

ul.flowchart {
    padding: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    overflow: auto;
}
ul.flowchart li {
    flex: 1;
    text-align: center;
    align-content: center;
    background: #ed7d31;
    color: #fff;
    padding: 15px 10px;
    border-radius: 8px;
    margin-right: 2%;
    position: relative;
}
ul.flowchart li:last-child {
  margin-right: 0;
}
ul.flowchart li:after {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  right: -7%;
  top: 0;
  bottom: 0;
  margin: auto;
  border-left: 10px solid #ed7d31;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
}
ul.flowchart li:last-child:after {
  content: none;
}
ul.flowchart li.chart01, ul.flowchart li.chart06 {
  background: #ed7d31;
}
ul.flowchart li.chart01:after, ul.flowchart li.chart06:after {
  border-left: 10px solid #ed7d31;
}
ul.flowchart li.chart02, ul.flowchart li.chart07 {
  background: #a5a5a5;
}
ul.flowchart li.chart02:after {
  border-left: 10px solid #a5a5a5;
}
ul.flowchart li.chart03 {
  background: #ffc000;
}
ul.flowchart li.chart03:after {
  border-left: 10px solid #ffc000;
}
ul.flowchart li.chart04 {
  background: #4472c4;
}
ul.flowchart li.chart04:after {
  border-left: 10px solid #4472c4;
}
ul.flowchart li.chart05 {
  background: #70ad47;
}
ul.flowchart li.chart05:after {
  border-left: 10px solid #70ad47;
}
@media screen and (max-width: 991px) {
  ul.flowchart li {
    padding:10px 5px;
    font-size: 90%;
  }
}
@media screen and (max-width: 767px) {
  ul.flowchart li {
    writing-mode: vertical-rl;
    align-items: center;
    display: flex;
    justify-content: center;
  }
}
@media screen and (max-width: 480px) {
  ul.flowchart li {
    padding:10px 2px;
    font-size: 80%;
    width: calc(100% / 7);
  }
  ul.flowchart li:after {
    right: -10%;
  }
}

/* news */
dl.newsDetail {
	overflow: hidden;
	border-bottom: 1px dashed #ccc;
}
dl.newsDetail dt, dl.newsDetail dd {
	float: left;
}
dl.newsDetail dt {
	width: 7.5em;
}
dl.newsDetail a{
	/*color:#9cc202;*/
}
dl.newsDetail a:hover {
	text-decoration: underline;
}
@media screen and (max-width: 767px) {
	dl.newsDetail dt, dl.newsDetail dd {
		float: none;
		width: 100%;
	}
}
p.date {
    text-align: right;
    margin-top: -15px;
}

/* rectuit */
table.table01.recruitTable th, table.table01.recruitTable td {
    padding: 5px 15px;
}
table.table01.recruitTable th {
  width: 35%;
}
@media screen and (max-width: 767.98px) {
  table.table01.recruitTable th {
    width: 100%;
  }
}

/* END */
