
/*
TMW MOLD Division Stylesheet
Version: 1.0.0 - Date: 2018.10.17
*/

/*--------------------------------------------------------------
Animate CSS custom
--------------------------------------------------------------*/
@-webkit-keyframes fadeInUpSmall {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 30%, 0);
    transform: translate3d(0, 30%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInUpSmall {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 30%, 0);
    transform: translate3d(0, 30%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.fadeInUpSmall {
  -webkit-animation-name: fadeInUpSmall;
  animation-name: fadeInUpSmall;
}

/*--------------------------------------------------------------
Font Family
--------------------------------------------------------------*/
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 100;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 200;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 300;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 400;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Bold");
  font-weight: bold;
}
@font-face {
  font-family: "Helvetica Neue";
  src: local("Helvetica Neue Regular");
  font-weight: 100;
}
@font-face {
  font-family: "Helvetica Neue";
  src: local("Helvetica Neue Regular");
  font-weight: 200;
}

body {
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Yu Gothic", YuGothic, Verdana, Meiryo, "M+ 1p", "Open Sans", sans-serif;
  font-size: 16px;
}

/* IE10以上 */
@media all and (-ms-high-contrast: none) {
  body {
    font-family: Verdana, Meiryo, sans-serif;
  }
}

/*--------------------------------------------------------------
Clearfix
--------------------------------------------------------------*/
.clearfix:after {
  content: "";
  clear: both;
  display: block;
  height: 0;
  visibility: hidden;
}
hr.invisible {
  height: 0;
  border: none;
  clear: both;
}

/*--------------------------------------------------------------
Theme Style (Global)
--------------------------------------------------------------*/
/* base setting */
body {
  font-size: 15px;
  line-height: 24px;
  /*background: #F8FAFF;*/
  background: #272727;
  color: #fff;
}
a {
  /*color: #55CBD2;*/
  color: #fff;
  text-decoration: none;
  -o-transition: all .3s;
  -moz-transition: all .3s;
  -webkit-transition: all .3s;
  -ms-transition: all .3s;
}
a:hover {
  color: #ce4545;
  text-decoration: none;
}
strong {
  font-weight: bold;
}
ul li {
  list-style: none;
}
img.responsive-img {
  width: 100%;
  max-width: 100%;
  height: auto;
}

/* global style */
.center {
  text-align: center;
}
.container-fluid-kamn {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.carousel-inner {
  width: 100%;
  max-height: 500px !important;
}
/*.container-kamn {
  margin-right: auto;
  margin-left: auto;
}*/

.main-bnr-section {
  margin-right: auto;
  margin-left: auto;
  position: relative;
}
.main-bnr-section h1 {
  position: absolute;
  top: 40%;
  left: 40px;
  font-size: 30px;
  font-weight: bold;
  text-shadow: 0 0 20px #096360;
}
.main-bnr-section h1 .tagline {
  display: block;
  font-size: 20px;
  border-top: 1px solid #fff;
  margin-top: 10px;
  padding-top: 10px;
}
.main-bnr-section .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
}
@media (max-width: 479px) {
  .main-bnr-section h1 {
    top: 0;
    left: 15px;
    font-size: 24px;
  }
  .main-bnr-section h1 .tagline {
    font-size: 16px;
    margin-top: 5px;
    padding-top: 5px;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .main-bnr-section h1 {
    top: 30%;
    left: 25px;
    font-size: 24px;
  }
}
.main-bnr {
  /*margin-bottom: 30px;*/
}
#banners {
  /*margin-top: 30px;*/
  margin-top: 60px;
  margin-bottom: 10px;
}
.form-group {
  padding: 20px;
}
.block-author {
  color: #D7002E;
}

/* header logo style
.office-logo {
  width: 100px;
}
@media (max-width: 768px) {
  .office-logo {
    height: 100px;
    width: 60px;
  }
}*/

/* navbar style */
/*.active {
  background: #74B9B9 !important;
  color: #fff;
}*/
.navbar {
  /*font-weight: bold;*/
  padding-top: 15px;
  padding-bottom: 15px;
  margin-bottom: 0;
  background: rgba(0,0,0,0.7) !important;
  position: fixed;
	z-index: 2000;
  width: 100%;
}
.navbar-default .navbar-nav > li > a {
  color: #fff;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #ce4545;
}
.navbar-nav > li > a {
  padding: 10px 10px;
  margin: 5px 5px;
  border-radius: 4px;
}
.navbar .ch-lang {
  text-align: right;
}
@media (max-width: 767px) {
  .navbar .ch-lang {
    text-align: left;
  }
}
.navbar .ch-lang ul li {
  display: inline-block;
  margin: 0 10px;
}
.navbar .ch-lang ul li img {
  height: 15px;
  width: auto;
  margin-right: 0.3em;
  margin-bottom: 5px;
}
.navbar .ch-lang ul li a {
  color: #fff;
}
.navbar .ch-lang ul li a:hover {
  color: #fe7979;
}
.navbar-default .navbar-brand .tmw-name {
  color: #fff;
  font-size: 24px;
  display: inline-block;
  padding-left: 0.2em;
}
.navbar-brand { /*ロゴ部分*/
  z-index: 9999px;
  /*font-family: 'Lato', Arial, Helvetica, sans-serif;*/
  font-size: 28px;
  font-weight: 700;
  letter-spacing: 2px;
  padding-top: 0px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .container > .navbar-header {
    float: none;
  }
  .navbar > .container .navbar-brand {
    float: none;
    display: block;
    text-align: center;
    margin: 0 auto 10px auto;
  }
  .navbar > .container .navbar-collapse {
    text-align: center;
  }
  .navbar > .container .navbar-collapse ul.navbar-nav {
    float: none !important;
    display: inline-block;
  }
}

/* footer style */
footer {
  margin: 0;
  padding: 0;
  background: #272727;
}

/* copyright style */
.copyright {
  color: #fff;
  padding: 20px 0px 10px 0px;
}

/*--------------------------------------------------------------
Theme Style (Page)
--------------------------------------------------------------*/
/* front page style */
.section-global-wrapper {
  position: relative;
}
.section-global-wrapper:before,
.section-global-wrapper:after {
  content: " ";
  display: table;
}
.section-global-wrapper:after {
  clear: both;
}
/*
.section-global-wrapper .container-fluid-kamn {
  height: 100%;
}
*/

/* front page #carousel-section */]
#carousel-section {
  height: 100vh;
}
#carousel-section .carousel {
  height: 100vh;
  background-image: url('../images/main-bnr.jpg');
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
#carousel-section .carousel .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}
.carousel-caption {
  top: 40%;
  right: 15%;
  text-align: right;
}
.carousel-caption .carousel-title {
  color: #fff;
  font-weight: bold;
  font-size: 30px;
  letter-spacing: 4px;
}
.carousel-caption .carousel-body {
  color: #a0a0a0;
  font-size: 18px;
}
@media (max-width: 1023px) {
  #carousel-section .carousel {
    background-position: left 30% center;
  }
}
@media (max-width: 767px) {
  .carousel-caption {
    top: 40%;
    right: 5%;
    left: 5%;
    text-align: center;
  }
}
@media (max-width: 400px) {
  .carousel-caption .carousel-title {
    font-size: 26px;
  }
}

/* front page .services-section */
.services-section {
  text-align: center;
  padding-top: 70px;
  padding-bottom: 90px;
}
.services-section .services-header {
  margin-bottom: 50px;
  font-size: 18px;
}
.services-section .services-header .services-header-title {
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 15px;
}
.services-section .services-header .services-header-body {
  line-height: 1.8em;
}
.services-section .services-header .services-header-body .txt-br {
  display: inline-block;
}
.services-section .services-row {
  padding-top: 50px;
  margin-bottom: 60px;
  border-top: 1px solid #ccc;
}
.services-section .services-row.services-row-head {
  padding-top: 0;
  border-top: none;
}
.services-section .services-row.services-row-end {
  margin-bottom: 0;
}
.services-section .services-group .services-img {
  position:relative;
}
.services-img.frames:before {
  content: ''; /* このプロパティが無いと擬似要素は機能しません、お決まりの呪文です。 */
  display: block; /* ブロック要素にします。 */
  position: absolute; /* absoluteで上に乗っけます。 */
  top: 0; /* 縦横の値を入れるのは基本です。入れないとだめ！っと思っておくほうが今後の為いいです。 */
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: inset 0 0 0px 8px rgba(255,255,255,0.3);
}
.services-section .services-group .services-img img {
  width: 100%;
  height: auto;
  border-radius: 4px;
}
.services-section .services-group .services-title {
  text-align: left;
  font-size: 22px;
  padding: 0 8px;
  margin-bottom: 15px;
}
.services-section .services-group .services-title strong {
  display: inline-block;
  font-size: 28px;
  margin-left: 0.2em;
}
.services-section .services-group .services-title .fa {
  padding-right: 0.3em;
}
.services-section .services-group .services-body {
  text-align: left;
  margin-bottom: 20px;
  padding: 0 8px;
}
.services-section .services-group .pdf-dl {
  padding-top: 2em;
}
.services-section .services-group .pdf-dl a {
    display: block;
    text-align: center;
    letter-spacing: 0.2em;
    text-decoration: none;
    color: #fff;
    padding: 20px 0;
    border: 1px solid #fff;
    border-radius: 4px;
}
.services-section .services-group .pdf-dl a::before {
    content: '\f105';
    font-family: FontAwesome;
    margin-right: 0.5em;
}
.services-section .services-group .pdf-dl a::after {
    content: '\f1c1';
    font-family: FontAwesome;
    margin-left: 0.5em;
}
.services-section .services-group .pdf-dl a:hover {
    border-color: #ce4545;
    background-color: #ce4545;
}
@media (max-width: 767px) {
  .services-section {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .services-section .services-header .services-header-body {
    text-align: left;
    padding: 0 3%;
  }
  .services-section .services-header .services-header-body .txt-br {
    display: inline;
  }
  .services-section .services-group {
    margin-bottom: 50px;
  }
  .services-section .services-row-tail { /* 2nd row */
    margin-top: 0;
  }
}
@media (max-width: 599px) {
  .services-section .services-header .services-header-body .txt-br {
    display: block;
  }
}

/* front page .contact-section */
.contact-section {
  text-align: center;
  padding-top: 70px;
  padding-bottom: 50px;
  background-color: #414141;
}
.contact-section .contact-header {
  margin-bottom: 50px;
  font-size: 18px;
}
.contact-section .contact-header .contact-header-title {
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 15px;
}
.contact-section .contact-header .contact-header-body {
  margin: 0 15px 10px 15px;
}
.contact-section .contact-header .contact-header-body .txt-br {
  display: inline-block;
}
.contact-section .contact-row h3 {
  text-align: left;
  font-weight: bold;
  margin-top: 0;
  margin-bottom: 20px;
}
.contact-section .contact-row .footer-contact {
  text-align: left;
  margin-bottom: 60px;
}
.contact-section .contact-row .footer-contact .fa {
  background: #ce4545;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  margin-top: 6px;
  margin-right: 10px;
}
.contact-section .contact-row .tmw-group {
  text-align: left;
  margin-bottom: 60px;
}
.contact-section .contact-row .tmw-group h3 .fa {
  margin-right: 0.3em;
}
.contact-section .contact-row .tmw-group ul.navigation {
  margin: 0;
  padding: 0;
}
.contact-section .contact-row .tmw-group ul.navigation li {
  margin-bottom: 10px;
}
.contact-section .contact-row .tmw-group ul.navigation li::before {
  content: '\f105';
  font-family: FontAwesome;
  margin-right: 0.5em;
}
.contact-section .contact-row .tmw-group ul.navigation.ex-navi li:first-child {
  margin-bottom: 30px;
}
.contact-form .form-control {
  border: none;
  border-radius: 4px;
  box-shadow: none;
  margin-bottom: 20px;
}
.contact-form input[type="submit"] {
  background: #ce4545;
  color: #fff;
  font-weight: bold;
  transition: all 0.3s ease;
  width: 180px;
  margin-left: auto;
  margin-right: 0;
}
.contact-form input[type="submit"]:hover {
  background: #999;
}
.contact-form .policy {
  text-align: left;
  background-color: rgba(0, 0, 0, 0.5);
  padding: 8px;
}
.contact-form .policy h4 {
  font-weight: bold;
  border-left: 5px solid #ce4545;
  padding-left: 10px;
  margin-bottom: 10px;
}
.contact-form .policy p {
  line-height: 1.8em;
}
.contact-form .policy a {
  text-decoration: underline;
}
.contact-form .policy a:hover {
  text-decoration: none;
}

/* contact page style */
/* contact page .contact-title-section */
.contact-title-section .contact-header {
  margin-bottom: 50px;
  border-left: 5px solid #46B8DA;
  padding-left: 10px;
}
.contact-title-section .contact-header h3 {
  font-size: 22px;
  font-weight: bold;
  padding-bottom: 5px;
  border-bottom: 1px solid #fff;
}

/* contact page .contact-telfax-section */
#contact-telfax {
  margin-bottom: 40px;
}
.contact-telfax-section .contact-telfax-header {
  margin-bottom: 30px;
}
.contact-telfax-section .contact-telfax-header h3 {
  font-size: 22px;
  font-weight: bold !important;
  padding-bottom: 5px;
  border-bottom: 1px solid #fff;
  line-height: 1.1;
}
.contact-telfax-section .contact-telfax-header h3::before {
  content: '\f095';
  font-family: FontAwesome;
  margin-right: 0.5em;
}
.contact-telfax-section .contact-telfax-body dl {
  font-weight: bold !important;
}
.contact-telfax-section .contact-telfax-body dl dt {
  font-size: 19px;
  background-color: #1bbd9b;
  border: 1px solid #1bbd9b;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  padding: 10px;
}
.contact-telfax-section .contact-telfax-body dl dd {
  font-size: 24px;
  color: #1bbd9b;
  background-color: #fff;
  border: 1px solid #1bbd9b;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  padding: 10px;
}

/* contact page .contact-mail-section */
#contact-mail {
  margin-bottom: 40px;
}
.contact-mail-section .contact-mail-header {
  margin-bottom: 30px;
}
.contact-mail-section .contact-mail-header h3 {
  font-size: 22px;
  font-weight: bold !important;
  padding-bottom: 5px;
  border-bottom: 1px solid #fff;
  line-height: 1.1;
}
.contact-mail-section .contact-mail-header h3::before {
  content: '\f0e0';
  font-family: FontAwesome;
  margin-right: 0.5em;
}
.contact-mail-section .form-section p {
  margin-bottom: 1.2em;
  line-height: 2.2em;
}
.contact-mail-section .form-section p label {
  width: 100%;
}
.contact-mail-section .form-section p .req {
  display: inline-block;
  font-weight: normal;
  font-size: 13px;
  background-color: #1bbd9b;
  padding: 1px 10px;
  margin-left: 0.8em;
  margin-bottom: 8px;
  border-radius: 3px;
  line-height: 1.6em;
}
.contact-mail-section .form-section p .form-control {
  height: 42px;
  padding: 6px 12px;
}
.contact-mail-section .form-section p textarea.form-control {
  height:auto;
}
.contact-mail-section .form-section p.from-btn {
  text-align: center;
}
.contact-mail-section .form-section p.from-btn .form-control {
  height: auto;
  background: #28a7e9;
  font-size: 20px;
  padding: 15px 20px;
  margin: 0 auto;
  width: 100%;
  max-width: 380px;
  border-radius: 4px;
  color: #fff;
  border: none;
  transition: all 0.3s ease;
}
.contact-mail-section .form-section p.from-btn .form-control:hover {
  background: #107DB6;
}
.contact-mail-section .policy {
  margin-top: 40px;
}
.contact-mail-section .policy h4 {
  font-size: 20px;
  font-weight: bold !important;
  border-left: 5px solid #28a7e9;
  padding-left: 10px;
  margin-bottom: 10px;
}


/*--- Mail Form
----- mail.php ---*/
/* Mail Form #confirm(確認画面) */
#confirm {
  padding-bottom: 50px;
  padding-top: 20px;
}
#confirm #form-wrapper {
  padding-top: 80px;
}
#confirm #form-wrapper h2 {
  text-align: center;
  margin: 30px 0px 30px 0px;
}
#confirm #form-wrapper h2 .fa {
  margin-right: 0.3em;
}
#confirm #form-wrapper p.confirmation {
  font-size: 16px;
  text-align: center;
}
#confirm #form-wrapper table.formTable {
  width: 100%;
  max-width: 768px;
  margin: 20px auto 40px auto;
}
#confirm #form-wrapper table.formTable th {
  white-space: nowrap;
  border-top: 1px solid #9f9f9f;
  border-bottom:  1px solid #9f9f9f;
  padding: 15px;
  vertical-align: top;
  font-weight: normal;
  width: 200px;
}
#confirm #form-wrapper table.formTable td {
  border-top: 1px solid #9f9f9f;
  border-bottom:  1px solid #9f9f9f;
  padding: 15px;
  vertical-align: top;
}
#confirm #form-wrapper p.confirmation-btn {
  display: block;
  text-align: center;
  font-size: 20px;
}
#confirm #form-wrapper p.confirmation-btn #submit_button,
#confirm #form-wrapper p.confirmation-btn #back_button {
  padding: 15px 20px;
  margin: 0 20px 20px 20px;
  border-radius: 4px;
  border: none;
  color: #fff;
  display: inline-block;
  width: 100%;
  max-width: 300px;
  transition: all 0.3s ease;
}
#confirm #form-wrapper p.confirmation-btn #submit_button {
  background: #28a7e9;
}
#confirm #form-wrapper p.confirmation-btn #submit_button:hover {
  background: #107DB6;
}
#confirm #form-wrapper p.confirmation-btn #back_button {
  background: #78abc5;
}
#confirm #form-wrapper p.confirmation-btn #back_button:hover {
  background: #507385;
}
@media (max-width: 599px) {
  #confirm #form-wrapper table.formTable th,
  #confirm #form-wrapper table.formTable td {
    display: block;
    width: 100%;
  }
  #confirm #form-wrapper table.formTable th {
    border: 1px solid #9f9f9f;
    background-color: #272727;
    font-weight: bold;
  }
  #confirm #form-wrapper table.formTable td {
    background-color: #5d5d5d;
    border-top: none;
    border-bottom: none;
    border-left: 1px solid #9f9f9f;
    border-right: 1px solid #9f9f9f;
  }
  #confirm #form-wrapper table.formTable tr:last-child td {
    border-bottom: 1px solid #9f9f9f;
  }
}

/* contact page #send(送信完了画面) */
#send {
  padding-bottom: 50px;
  padding-top: 20px;
}
#send .send-body {
  padding-top: 80px;
}
#send h2 {
  text-align: center;
  margin: 30px 0px 30px 0px;
}
#send h2 .fa {
  margin-right: 0.3em;
}
#send p {
  font-size: 16px;
  text-align: center;
}
#send a.site-top {
  display: inline-block;
  margin: 20px 0;
  font-size: 16px;
  color: #fff;
}
#send a.site-top:hover {
  color: #1bbd9b;
}
