@charset "UTF-8";
/* ================================================================= 
 License : e-TRUST Inc.
 File name : common.css
 Style : common
================================================================= */
/* @import url(http://fonts.googleapis.com/earlyaccess/notosansjapanese.css); */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box; }

body {
  counter-reset: number 0;
  line-height: 1.5;
  font-weight: 500;
  letter-spacing: 0.6;
  color: #292929;
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-size: 16px;
  font-weight: 500;
  word-wrap: break-word;
  min-height: 100vh;
  overflow: hidden;
  display: flex;
  flex-direction: column; }

.inner {
  margin: 0 auto;
  max-width: 960px; }
  @media screen and (min-width: 469px) and (max-width: 768px) {
    .inner {
      padding-left: 20px !important;
      padding-right: 20px !important; } }
  @media only screen and (max-width: 468px) {
    .inner {
      padding-left: 10px !important;
      padding-right: 10px !important; } }

#contents_wrap {
  width: 100%;
  min-width: 100%; }

#contents {
  width: 100%; }

#main {
  width: 100%; }

#main #col_main {
  width: 100%; }

.map {
  max-width: 960px;
  margin: 50px auto 0 auto;
  padding: 0 10px; }

.map li {
  border-left: 5px solid #e94803;
  list-style: none;
  margin: 0 0 20px;
  padding: 0 0 0 10px;
  text-align: left; }

.policy h2 {
  border-left: 3px solid #e94803;
  border-bottom: 1px solid #006835;
  font-size: 18px;
  font-weight: bold;
  margin: 0 0 15px 0;
  padding: 0 0 5px 5px; }

.policy p {
  margin: 0 0 50px 0; }

table {
  table-layout: fixed; }

table td {
  padding: 0 !important; }

.tlauto table {
  table-layout: auto; }

table td img {
  height: auto !important; }

.pdtd10 td {
  padding: 10px !important; }

pre {
  margin: 0;
  padding: 0;
  white-space: pre-line; }

b, strong {
  font-weight: bold; }

u {
  text-decoration: line-through; }

img {
  max-width: 100%;
  height: auto !important; }

small {
  font-size: 80%; }

hr {
  border: none;
  height: 0;
  border-bottom: 1px dashed #B3B3B3; }

span {
  font-weight: inherit; }

u {
  text-decoration: underline; }

b {
  font-weight: 900; }

input[type="button"] {
  cursor: pointer;
  padding: 12px 5px !important; }

a {
  text-decoration: none; }

a:hover {
  opacity: 0.6; }

@media only screen and (max-width: 468px) {
  .imgR, .imgL {
    display: block;
    float: none;
    margin: 0 auto 10px;
    max-width: 100% !important;
    text-align: center; } }

@media only screen and (max-width: 768px) {
  .imgL {
    max-width: 100% !important; } }

.mincho {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif; }

.gothic {
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif; }

@media only screen and (max-width: 468px) {
  .fltL {
    float: none;
    width: 100% !important; }

  .fltR {
    float: none;
    width: 100% !important; }

  .sptal {
    text-align: left !important; }

  .sptar {
    text-align: right !important; }

  .sptac {
    text-align: center !important; }

  .spcenter {
    text-align: center;
    display: block;
    margin-top: 10px; } }
header#global_header {
  max-width: 100%;
  width: 100%;
  min-width: 100%;
  height: auto; }
  @media screen and (min-width: 469px) and (max-width: 768px) {
    header#global_header {
      padding-top: 48px; } }
  @media only screen and (max-width: 468px) {
    header#global_header {
      padding-top: 30px; } }

#header {
  width: 100%;
  padding: 0.7% 1.6%; }
  @media only screen and (max-width: 468px) {
    #header .fltL {
      top: 15px;
      left: 10px;
      margin: 15px 10px 0 0;
      width: 30% !important; } }
  #header #siteID a {
    opacity: 1; }
  #header .fltR {
    width: 80%; }
    @media only screen and (max-width: 468px) {
      #header .fltR {
        width: auto !important;
        position: absolute;
        top: 10px;
        right: 70px; } }
  #header #nav_global {
    max-width: 930px;
    margin: 0.7% 0 0 auto;
    color: #fff; }
    @media only screen and (max-width: 768px) {
      #header #nav_global {
        float: none;
        margin: 30px auto 0;
        display: inline-block; } }
    #header #nav_global ul {
      display: -webkit-flex;
      display: flex;
      -webkit-justify-content: flex-start;
      justify-content: flex-start; }
      @media only screen and (max-width: 768px) {
        #header #nav_global ul {
          position: fixed;
          z-index: 999;
          display: block;
          background-color: #fff;
          width: 90%;
          left: 0;
          right: 0;
          margin: 0 auto;
          top: -600px;
          list-style-type: none;
          border-radius: 10px;
          transition: 0.5s ease-in-out;
          -webkit-transition: 0.5s ease-in-out;
          -moz-transition: 0.5s ease-in-out; } }
      #header #nav_global ul li {
        float: left;
        -webkit-flex-grow: 1;
        flex-grow: 1;
        line-height: 1.5; }
        @media only screen and (max-width: 768px) {
          #header #nav_global ul li {
            float: none; }
            #header #nav_global ul li + li {
              border-top: 1px dotted #ddd; } }
        #header #nav_global ul li a {
          color: #fff;
          text-decoration: none;
          letter-spacing: 0.1em;
          position: relative;
          display: inline-block;
          transition: .3s; }
          @media only screen and (max-width: 768px) {
            #header #nav_global ul li a {
              padding: 15px 10px;
              display: block;
              padding: 10px;
              text-align: center;
              text-decoration: none; } }
          #header #nav_global ul li a::after {
            position: absolute;
            bottom: 0;
            left: 0;
            content: '';
            width: 0;
            height: 1px;
            background-color: #ea4600;
            transition: .3s; }
          #header #nav_global ul li a:hover {
            opacity: 1; }
            #header #nav_global ul li a:hover::after {
              width: 100%; }
          #header #nav_global ul li a span {
            display: block;
            font-size: 12px; }

#mainArea {
  width: 100%;
  position: relative; }
  #mainArea h1 {
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
    font-size: 4vw;
    color: #fff;
    font-weight: bold;
    position: absolute;
    z-index: 99999;
    bottom: 50%;
    width: 100%;
    text-shadow: 5px 1px 5px black; }
    @media only screen and (max-width: 468px) {
      #mainArea h1 {
        font-size: 6vw; } }
  #mainArea #slider {
    width: 100%;
    margin: 0 auto;
    position: relative; }
    #mainArea #slider li img {
      width: 100%;
      height: auto; }

.mean-container .mean-bar {
  background: #000 !important;
  position: fixed !important; }

.mean-container .mean-nav {
  background: #000 !important; }

.mean-container .mean-nav ul li a {
  border-top: 1px solid #fff !important; }

.mean-container .mean-nav ul li a.mean-expand:hover {
  /*background-color: #e9832f !important;*/ }

footer#global_footer {
  width: 100%;
  min-width: 100% !important;
  height: auto;
  color: #fff;
  background: url(../images/common/img_footer.jpg) right center/40% 100% no-repeat;
  background-color: #292929;
  text-align: left;
  margin-top: 50px; }
  @media only screen and (max-width: 468px) {
    footer#global_footer {
      background-image: none; } }
  footer#global_footer #footer {
    padding: 3.4% 1.6% 4.2% 1.6%; }
  footer#global_footer #footerID {
    margin-bottom: 20px; }
    @media only screen and (max-width: 468px) {
      footer#global_footer #footerID {
        text-align: center;
        margin-bottom: 0; } }
  footer#global_footer a {
    font-size: 13px;
    color: #fff;
    text-decoration: none; }
  footer#global_footer #nav_footer {
    width: 50%;
    display: inline-block; }
    @media screen and (min-width: 469px) and (max-width: 768px) {
      footer#global_footer #nav_footer {
        display: none; } }
    @media only screen and (max-width: 468px) {
      footer#global_footer #nav_footer {
        display: none; } }
    footer#global_footer #nav_footer li {
      float: left; }
      footer#global_footer #nav_footer li:before {
        content: "|";
        padding: 0 8px; }
      footer#global_footer #nav_footer li:first-child:before {
        content: ""; }
      footer#global_footer #nav_footer li a {
        text-decoration: none; }
        footer#global_footer #nav_footer li a:hover {
          opacity: 0.6; }
  footer#global_footer address {
    text-align: left;
    font-size: 13px;
    line-height: 1.5;
    margin-top: 45px; }
    @media screen and (min-width: 469px) and (max-width: 768px) {
      footer#global_footer address {
        margin-top: 20px; } }
    @media only screen and (max-width: 468px) {
      footer#global_footer address {
        display: none; } }
    footer#global_footer address #honsya {
      display: inline-block;
      margin-right: 30px; }
      @media screen and (min-width: 469px) and (max-width: 768px) {
        footer#global_footer address #honsya {
          display: block; } }
    footer#global_footer address #eigyousyo {
      display: inline-block; }
      @media screen and (min-width: 469px) and (max-width: 768px) {
        footer#global_footer address #eigyousyo {
          display: block;
          margin-top: 20px; } }
  footer#global_footer #copy {
    padding: 1.3% 0;
    text-align: center;
    display: block;
    text-align: center;
    background-color: #fff;
    color: #292929; }
    footer#global_footer #copy a {
      text-decoration: none;
      color: #292929; }
      footer#global_footer #copy a:hover {
        opacity: 0.6; }
      @media screen and (min-width: 469px) and (max-width: 768px) {
        footer#global_footer #copy a {
          line-height: 60px; } }

body, p, div, td, a {
  font-weight: 500; }

.fc_fff {
  color: #fff; }

@media screen and (min-width: 469px) and (max-width: 768px) {
  .sp_pd {
    padding-left: 20px;
    padding-right: 20px; } }
@media only screen and (max-width: 468px) {
  .sp_pd {
    padding-left: 10px;
    padding-right: 10px; } }

.bg_white {
  background-color: #fff; }

.bg_cnpt {
  background-repeat: no-repeat;
  background-position: center; }

.Topmidashi01 h2 {
  font-size: 30px;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 0.1em;
  display: inline-block;
  margin: 80px auto 50px auto;
  position: relative; }
  @media screen and (min-width: 469px) and (max-width: 768px) {
    .Topmidashi01 h2 {
      font-size: 3.8vw; } }
  @media only screen and (max-width: 468px) {
    .Topmidashi01 h2 {
      font-size: 20px; } }
.Topmidashi01 h3 a {
  font-size: 30px;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 0.1em;
  display: inline-block;
  margin: 80px auto 50px auto;
  position: relative;
  margin: 0;
  display: block;
  padding: 27.6% 0;
  line-height: 1;
  text-align: center !important; }
  @media screen and (min-width: 469px) and (max-width: 768px) {
    .Topmidashi01 h3 a {
      font-size: 3.8vw; } }
  @media only screen and (max-width: 468px) {
    .Topmidashi01 h3 a {
      font-size: 20px; } }
  .Topmidashi01 h3 a:hover {
    opacity: 1;
    color: #ea4600; }

.topBtn {
  padding: 60px 0 120px 0; }
  .topBtn a {
    background-color: #006835;
    padding: 19px 60px;
    font-weight: bold;
    letter-spacing: 0.1em;
    position: relative; }
    @media screen and (min-width: 469px) and (max-width: 768px) {
      .topBtn a {
        padding: 21px 60px; } }
    @media only screen and (max-width: 468px) {
      .topBtn a {
        padding: 22px 60px; } }
    .topBtn a:before {
      content: "";
      top: 0;
      left: -50px;
      border-bottom: 30px solid transparent;
      border-left: 30px solid transparent;
      border-top: 30px solid transparent;
      border-right: 20px solid #006835;
      position: absolute;
      z-index: 100; }
    .topBtn a:after {
      content: "";
      top: 0;
      right: -50px;
      border-bottom: 30px solid transparent;
      border-left: 20px solid #006835;
      border-top: 30px solid transparent;
      border-right: 30px solid transparent;
      position: absolute;
      z-index: 100; }
    .topBtn a:hover {
      opacity: 1;
      background-color: #ea4600; }
      .topBtn a:hover::before {
        border-bottom: 30px solid transparent;
        border-left: 30px solid transparent;
        border-top: 30px solid transparent;
        border-right: 20px solid #ea4600; }
      .topBtn a:hover::after {
        border-bottom: 30px solid transparent;
        border-left: 20px solid #ea4600;
        border-top: 30px solid transparent;
        border-right: 30px solid transparent; }

.works_wrap {
  position: relative;
  min-height: 700px; }
  .works_wrap .topWks_img {
    min-height: 650px;
    max-height: 650px;
    max-width: 1440px;
    min-width: 1440px;
    text-align: left;
    position: absolute;
    top: 0;
    left: 0;
    text-align: left;
    overflow: hidden; }
    .works_wrap .topWks_img img {
      width: 100% !important;
      height: 100% !important;
      object-fit: cover;
      font-family: 'object-fit: cover; object-position: center top;'; }
      @media only screen and (max-width: 768px) {
        .works_wrap .topWks_img img {
          max-width: 100% !important; } }
  .works_wrap .topWks_txt {
    position: absolute;
    top: 8%;
    right: 0;
    max-width: 960px; }
    @media only screen and (max-width: 768px) {
      .works_wrap .topWks_txt {
        width: 90% !important;
        margin: 0 auto;
        top: 9%;
        left: 0; } }

.bg_news {
  background-repeat: no-repeat;
  background-size: cover; }

.news_wrap {
  max-width: 960px;
  margin: 0 auto;
  padding-bottom: 100px; }
  @media screen and (min-width: 469px) and (max-width: 768px) {
    .news_wrap {
      margin: 0 20px; } }
  @media only screen and (max-width: 468px) {
    .news_wrap {
      margin: 0 10px; } }
  .news_wrap .mg_b20 h2 {
    margin-bottom: 20px !important; }
  .news_wrap .news_wrap02 {
    max-height: 250px;
    max-width: 700px;
    overflow-y: auto;
    margin: 0 auto;
    padding-right: 5px; }
    @media only screen and (max-width: 468px) {
      .news_wrap .news_wrap02 {
        padding: 0 25px; } }
    .news_wrap .news_wrap02 .news_txt {
      border-bottom: 1px dotted #292929;
      padding: 10px 30px; }
      @media only screen and (max-width: 468px) {
        .news_wrap .news_wrap02 .news_txt {
          padding: 10px 15px; } }
      .news_wrap .news_wrap02 .news_txt table {
        table-layout: auto !important; }
        .news_wrap .news_wrap02 .news_txt table td:nth-of-type(1) {
          width: 18%; }
          @media screen and (min-width: 469px) and (max-width: 768px) {
            .news_wrap .news_wrap02 .news_txt table td:nth-of-type(1) {
              width: 110px !important; } }

body header #local-keyvisual {
  position: relative; }
  body header #local-keyvisual h1 {
    color: #fff;
    font-size: 45px;
    font-weight: bold;
    letter-spacing: 0.1em;
    padding: 150px 0;
    background: rgba(0, 0, 0, 0.3);
    z-index: 100;
    position: relative; }
    body header #local-keyvisual h1:empty {
      display: none; }
    @media only screen and (max-width: 768px) {
      body header #local-keyvisual h1 {
        font-size: 35px;
        padding: 50px 0; } }
  body header #local-keyvisual #local-keyvisual-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    background-size: cover;
    background-position: center center; }
  body header #local-keyvisual .local-keyvisual-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    background-size: cover;
    background-position: center center; }

.midashi01 h2 {
  font-size: 30px;
  margin: 0 auto;
  padding: 10px;
  font-weight: bold;
  letter-spacing: 0.1em;
  border-bottom: 2px solid #006835; }
  @media screen and (min-width: 469px) and (max-width: 768px) {
    .midashi01 h2 {
      font-size: 25px; } }
  @media only screen and (max-width: 468px) {
    .midashi01 h2 {
      font-size: 22px; } }

.bg_white02 {
  background-color: rgba(255, 255, 255, 0.8); }
  @media only screen and (max-width: 468px) {
    .bg_white02 {
      height: auto !important; } }

@media screen and (min-width: 469px) and (max-width: 768px) {
  .hBox {
    max-height: 190px; } }
@media screen and (min-width: 469px) and (max-width: 768px) {
  .hBox img {
    width: auto !important;
    height: 100% !important;
    object-fit: cover;
    font-family: 'object-fit: cover; object-position: center top;'; } }

.cmpny_tbl table {
  table-layout: auto !important; }
  .cmpny_tbl table td {
    padding: 30px !important;
    border-bottom: 1px dotted #292929 !important; }
    @media only screen and (max-width: 468px) {
      .cmpny_tbl table td {
        padding: 10px !important; } }
    .cmpny_tbl table td:nth-of-type(1) {
      width: 180px;
      -moz-text-align-last: justify;
      text-align-last: justify; }
      @media only screen and (max-width: 468px) {
        .cmpny_tbl table td:nth-of-type(1) {
          border-bottom: 0 !important; } }
      @media only screen and (max-width: 468px) {
        .cmpny_tbl table td:nth-of-type(1) {
          -moz-text-align-last: auto;
          text-align-last: auto;
          font-weight: bold; } }

@media only screen and (max-width: 468px) {
  .cmpny_map iframe {
    height: 250px; } }

@media screen and (min-width: 469px) and (max-width: 768px) {
  .sub_midashi01 {
    margin-left: 20px !important;
    margin-right: 20px !important; } }
@media only screen and (max-width: 468px) {
  .sub_midashi01 {
    margin-left: 10px !important;
    margin-right: 10px !important; } }
.sub_midashi01 h3 {
  font-size: 20px;
  font-weight: 500;
  padding: 10px;
  letter-spacing: 0.1em;
  position: relative;
  display: inline-block;
  padding: 50px;
  color: #ea4903; }
  .sub_midashi01 h3:before {
    content: '';
    position: absolute;
    top: 50%;
    display: inline-block;
    width: 45px;
    height: 2px;
    border-top: solid 1px #ea4903;
    border-bottom: solid 1px #ea4903;
    left: 0; }
  .sub_midashi01 h3:after {
    content: '';
    position: absolute;
    top: 50%;
    display: inline-block;
    width: 45px;
    height: 2px;
    border-top: solid 1px #ea4903;
    border-bottom: solid 1px #ea4903;
    right: 0; }

@media screen and (min-width: 469px) and (max-width: 768px) {
  .rcrt_tbl {
    margin-left: 20px !important;
    margin-right: 20px !important; } }
@media only screen and (max-width: 468px) {
  .rcrt_tbl {
    margin-left: 10px !important;
    margin-right: 10px !important; } }
.rcrt_tbl table {
  table-layout: auto !important; }
  .rcrt_tbl table td {
    padding: 15px !important; }
    @media only screen and (max-width: 468px) {
      .rcrt_tbl table td {
        padding: 10px !important; } }
    .rcrt_tbl table td:nth-of-type(1) {
      width: 180px; }
      @media only screen and (max-width: 468px) {
        .rcrt_tbl table td:nth-of-type(1) {
          border-bottom: 0 !important; } }
      @media only screen and (max-width: 468px) {
        .rcrt_tbl table td:nth-of-type(1) {
          font-weight: bold; } }
    .rcrt_tbl table td h4 {
      display: inline-block;
      padding: 2px 20px;
      border: 1px solid #006835 !important;
      font-weight: 500; }

.rcrt_wrap img {
  width: 100% !important;
  object-fit: cover;
  font-family: 'object-fit: cover; object-position: center top;'; }
.rcrt_wrap .rcrt_info td {
  padding-top: 10px !important; }
.rcrt_wrap .rcrt_info .rcrt_name {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.1;
  padding-bottom: 8px !important;
  border-bottom: 1px solid #292929 !important; }
  .rcrt_wrap .rcrt_info .rcrt_name span {
    font-size: 13px;
    font-weight: 500;
    margin-left: 10px; }

.list01 {
  position: relative;
  font-size: 1.143em;
  font-weight: bold;
  margin: 0 0 1.5em;
  padding: 0.5em 0.5em 0.5em 2.0em; }
  .list01:before {
    content: "□";
    font-size: 100%;
    position: absolute;
    color: #292929;
    top: 5px;
    left: 15px;
    height: 12px;
    width: 12px; }
  .list01:after {
    content: "□";
    font-size: 100%;
    position: absolute;
    color: #ea4903;
    top: 10px;
    left: 21px;
    height: 12px;
    width: 12px; }

.pankuzu {
  margin: 5px 10px 0 0; }

.style_form td {
  border: none !important; }

.contact_txt a {
  text-decoration: underline; }
  .contact_txt a:hover {
    text-decoration: none; }

.hBox img {
  width: 100% !important; }

/* box:TOP */
.home_td .box {
  z-index: 10;
  float: left;
  width: 33.3333%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover; }
  .home_td .box h3 span {
    font-size: 16px;
    letter-spacing: 0.1em; }
  @media only screen and (max-width: 468px) {
    .home_td .box {
      width: 100% !important;
      margin-bottom: 10px; } }
  .home_td .box img {
    width: 100% !important; }
  .home_td .box .cont_titl {
    display: block;
    margin: 30px 0 10px; }
    .home_td .box .cont_titl h3 {
      font-size: 25px;
      font-weight: bold; }
      @media only screen and (max-width: 468px) {
        .home_td .box .cont_titl h3 {
          font-size: 20px; } }
      .home_td .box .cont_titl h3:first-letter {
        font-size: 35px;
        color: #ef9916; }
        @media only screen and (max-width: 468px) {
          .home_td .box .cont_titl h3:first-letter {
            font-size: 30px; } }

/* box:works */
.home_td02 .mg_l0 {
  margin-left: -4%; }
  @media only screen and (max-width: 768px) {
    .home_td02 .mg_l0 {
      margin-left: 0; } }
  .home_td02 .mg_l0 .box02 {
    z-index: 10;
    float: left;
    width: 46%;
    margin: 5.2% 0 0 4%; }
    @media only screen and (max-width: 768px) {
      .home_td02 .mg_l0 .box02 {
        float: none !important;
        width: 100% !important;
        margin-left: 0 !important;
        height: auto !important; } }
    .home_td02 .mg_l0 .box02 td {
      padding: 5px 10px !important; }
    .home_td02 .mg_l0 .box02 h2 {
      padding: 10px;
      font-weight: bold;
      letter-spacing: 0.1em; }

/* box:works */
.home_td03 .mg_l0_02 {
  margin-left: -3.125%; }
  @media only screen and (max-width: 468px) {
    .home_td03 .mg_l0_02 {
      margin-left: 0; } }
  .home_td03 .mg_l0_02 .box03 {
    z-index: 10;
    float: left;
    width: 30.2%;
    margin-left: 3.125%; }
    @media only screen and (max-width: 468px) {
      .home_td03 .mg_l0_02 .box03 {
        width: 100% !important;
        margin: 0 0 10px 0; } }
    .home_td03 .mg_l0_02 .box03 img {
      width: auto !important;
      height: 100% !important;
      margin-bottom: 5px;
      object-fit: cover;
      font-family: 'object-fit: cover; object-position: center center;'; }
      @media only screen and (max-width: 468px) {
        .home_td03 .mg_l0_02 .box03 img {
          width: 100% !important; } }

#breadcrumbs {
  text-align: left;
  padding: 10px;
  margin-bottom: 50px; }
  @media only screen and (max-width: 468px) {
    #breadcrumbs {
      margin-bottom: 0px; } }
  #breadcrumbs ol .fa-chevron-right {
    color: #999999;
    font-size: 10px;
    font-weight: 400;
    padding-right: 15px; }
  #breadcrumbs ol li {
    display: inline-block; }
    #breadcrumbs ol li a {
      color: #e69315;
      text-decoration: none; }
      #breadcrumbs ol li a i {
        padding-right: 15px; }

/* title */
.midashi h2 {
  color: #fff;
  line-height: 2em;
  font-size: 40px;
  font-weight: bold; }
  @media only screen and (max-width: 468px) {
    .midashi h2 {
      font-size: 20px; } }
.midashi h3 {
  font-size: 25px;
  font-weight: bold;
  position: relative;
  background: #ffb544;
  box-shadow: 0px 0px 0px 5px #ffc771;
  border: dashed 2px white;
  padding: 0.3em 0.5em;
  color: #fff; }
  .midashi h3:after {
    position: absolute;
    content: '';
    left: -7px;
    top: -7px;
    border-width: 0 0 15px 15px;
    border-style: solid;
    border-color: #fff #fff #ffb544;
    box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.15); }
.midashi h4 {
  position: relative;
  padding-left: 40px;
  font-size: 20px;
  font-weight: bold; }
  .midashi h4:before {
    counter-increment: number 1;
    content: counter(number) " ";
    position: absolute;
    background: #ffca2c;
    color: white;
    font-weight: normal;
    font-size: 20px;
    border-radius: 50%;
    left: 0;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    top: 50%;
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%); }
  .midashi h4:after {
    content: '';
    display: block;
    position: absolute;
    left: 25px;
    height: 0;
    width: 0;
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
    border-left: 12px solid #ffca2c;
    top: 50%;
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%); }
.midashi h5 {
  font-size: 17px;
  font-weight: bold; }

.pointtxt {
  position: relative;
  padding: 10px;
  background: #f4f4f4;
  border: solid 2px #f2ad3e;
  background: #f4f4f4;
  line-height: 1.4;
  font-size: 16px;
  font-weight: 400; }
  .pointtxt:after {
    position: absolute;
    font-family: "FontAwesome",'Quicksand','Avenir','Arial',sans-serif;
    content: '\f0a7\ POINT';
    background: #f2ad3e;
    color: #fff;
    left: -2px;
    bottom: 100%;
    border-radius: 5px 5px 0 0;
    padding: 5px 15px;
    font-size: 18px;
    line-height: 1;
    letter-spacing: 0.05em; }

.tdpd10 td {
  padding: 10px !important; }

.contact {
  display: block;
  margin: 40px 0 0 0; }
  @media only screen and (max-width: 468px) {
    .contact {
      margin: 20px 0; } }
  .contact a {
    padding: 5px 15px;
    border: 1px solid #ef9916;
    display: block;
    border-radius: 40px; }

.slider2 img {
  margin: 0 auto; }

.timeline .list {
  overflow: hidden;
  margin: 0;
  position: relative; }
  .timeline .list .timeline-date {
    width: 185px;
    float: left; }
    @media only screen and (max-width: 468px) {
      .timeline .list .timeline-date {
        width: 100%;
        float: none; } }
  .timeline .list .timeline-content {
    width: 70%;
    float: left;
    border-left: 3px #e5e5d1 solid !important;
    padding-left: 30px !important;
    padding-bottom: 30px !important; }
    @media only screen and (max-width: 468px) {
      .timeline .list .timeline-content {
        width: 100%;
        float: none;
        border-left: none !important;
        padding-left: 0 !important; } }
    .timeline .list .timeline-content:before {
      content: '';
      width: 12px;
      height: 12px;
      background: #6fc173;
      position: absolute;
      left: 180px;
      top: 18px;
      border-radius: 100%; }
      @media only screen and (max-width: 468px) {
        .timeline .list .timeline-content:before {
          display: none; } }

/*# sourceMappingURL=common.css.map */
