﻿icon-bar@charset "UTF-8";
/**
 * template
 * ================================================
 */
/**
 * html body
 * ================================================
 */
html {
  background: #222;
}

body {
  overflow: auto;
  position: relative;
  min-width: 320px;
  background: #fff;
}

/**
 * font family / text
 * ================================================
 */
/**
 * aタグ
 * --------------------------------------
 */
a {
  color: #08a1d4;
}
a:hover {
  color: #08a1d4;
}
a:visited {
  color: #825edc;
}

.pc #main-content a:hover {
  text-decoration: underline;
}

a.arrowlink {
  position: relative;
  padding-left: 12px;
}
a.arrowlink:before {
  position: absolute;
  top: 0.3em;
  left: 0;
  width: 0;
  height: 0;
  border: 5px solid transparent;
  border-left: 8px solid #08a1d4;
  content: '';
}
a.arrowlink:hover:before, a.arrowlink:active:before {
  border-left-color: #08a1d4;
}
a.arrowlink:visited:before {
  border-left-color: #825edc;
}

/**
 * font-family
 * --------------------------------------
 */
body {
  line-height: 1.7;
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: unset;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), (-webkit-min-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 2/1), (min-resolution: 2dppx) {
  body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
.popover,
.tooltip,
body,
h1,
h2,
h3,
h4,
h5,
h6,
a {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Hiragino Kaku Gothic ProN', 'Segoe UI', sans-serif;
  letter-spacing: 0.02em;
  -webkit-font-feature-settings: 'pkna';
          font-feature-settings: 'pkna';
}

.en {
  margin: 0;
  font-family: 'Oswald', sans-serif;
  line-height: 1;
  letter-spacing: -0.01em;
}

/**
 * headline
 * --------------------------------------
 */
h1 {
  color: inherit;
  font-size: 36px;
}

h2 {
  color: inherit;
  font-size: 32px;
}

h3 {
  color: inherit;
  font-size: 24px;
}

h4 {
  color: inherit;
  font-size: 19px;
}

h5 {
  color: inherit;
  font-size: 16px;
}

h6 {
  color: inherit;
  font-size: 15px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: bold;
  line-height: 1.2;
}
h1 span,
h2 span,
h3 span,
h4 span,
h5 span,
h6 span {
  display: inline-block;
}

h1,
h2,
h3,
h4 {
  text-align: center;
}

h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin-top: 15px;
  margin-bottom: 15px;
}

/**
 * p
 * --------------------------------------
 */
p {
  margin: 0 0 15px;
  text-align: justify;
}

.text-left {
  text-align: left !important;
}

.text-right {
  text-align: right !important;
}

.text-center {
  text-align: center !important;
}
.text-center td,
.text-center th {
  text-align: center;
}

/**
 * text decoration
 * --------------------------------------
 */
.line-header {
  position: relative;
  padding-bottom: 30px;
  text-align: center;
}
.line-header:after {
  display: block;
  position: absolute;
  left: 50%;
  width: 80px;
  height: 2px;
  margin: 20px 0;
  border: none;
  background: #d31c2e;
  content: '';
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}

.line-header.text-left:after {
  left: 0;
  margin-left: 0;
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
}

.line-header-top {
  position: relative;
  padding-top: 30px;
  text-align: center;
}
.line-header-top:before {
  display: block;
  position: absolute;
  top: -20px;
  left: 50%;
  width: 80px;
  height: 2px;
  margin: 20px 0;
  border: none;
  background: #d31c2e;
  content: '';
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}

.line-header-top.text-left:before {
  left: 0;
  margin-left: 0;
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
}

.line-header2 {
  position: relative;
  margin-bottom: 45px;
  padding-bottom: 8px;
  text-align: center;
}
.line-header2:before {
  position: absolute;
  bottom: -15px;
  left: 0;
  width: 100%;
  height: 0;
  border-bottom: 1px dotted #d31c2e;
  content: '';
}
.line-header2:after {
  position: absolute;
  bottom: -20px;
  left: 0;
  left: 50%;
  width: 10px;
  height: 10px;
  margin-left: -5px;
  background-color: #d31c2e;
  content: '';
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}

.line-header2.text-left:after {
  left: 0;
  margin-left: 0;
}

.left-line {
  padding-left: 15px;
  border-left: 3px solid #d31c2e;
  text-align: left !important;
}
.left-line h1,
.left-line h2,
.left-line h3,
.left-line h4,
.left-line h5,
.left-line p {
  margin-bottom: 4px;
  text-align: left !important;
}

.bg-header {
  padding: 0.2em 0.4em;
  background: #222;
  color: #fff;
}

/**
 * small
 * --------------------------------------
 */
small,
.small {
  font-size: 13px;
}

h1 small,
h2 small,
h3 small,
h1 .small,
h2 .small,
h3 .small {
  display: inline-block;
  color: #222;
  font-size: 0.6em;
  font-weight: bold;
  line-height: 1.4;
}

h4 small,
h5 small,
h6 small,
h4 .small,
h5 .small,
h6 .small {
  color: #222;
  font-size: 0.8em;
  font-weight: bold;
}

/**
 * english
 * --------------------------------------
 */
.en-large {
  font-size: 50px;
  font-weight: bold;
}
@media (min-width: 576px) {
  .en-large {
    font-size: 80px;
  }
}
@media (min-width: 768px) {
  .en-large {
    font-size: 120px;
  }
}

.en-medium {
  font-size: 40px;
  font-weight: bold;
}
@media (min-width: 576px) {
  .en-medium {
    font-size: 60px;
  }
}
@media (min-width: 768px) {
  .en-medium {
    font-size: 80px;
  }
}

.en-small {
  padding-left: 0.56em;
  font-size: 15px;
  font-weight: normal;
  letter-spacing: 0.56em;
}
@media (min-width: 768px) {
  .en-small {
    font-size: 17px;
  }
}

/**
 * other text
 * --------------------------------------
 */
.text-red {
  color: #d31c2e;
}

.translucent {
  opacity: 0.3;
}

code {
  background: #fffdcb;
}

.nowrap {
  white-space: nowrap;
}

/**
 * hr
 * --------------------------------------
 */
hr {
  width: 100%;
  height: 0;
  margin: 20px auto;
  border: none;
  border-bottom: 1px dotted #999;
  background: none;
}

hr.doubleline {
  border-bottom: 4px double #ddd;
}

hr.redline {
  border-bottom: 1px dotted #d31c2e;
}

hr.silent {
  margin: 0 0 15px;
  border: none;
}

/**
 * text-align
 * --------------------------------------
 */
main.text-left #title-block p,
#title-block.text-left p {
  text-align: justify;
}

main.text-left #main-content,
main.text-left .container,
main.text-left .container-fluid,
main.text-left #title-block,
#main-content.text-left .container,
#main-content.text-left .container-fluid,
#title-block.text-left {
  text-align: left;
}
main.text-left #main-content h1,
main.text-left #main-content h2,
main.text-left #main-content h3,
main.text-left #main-content h4,
main.text-left #main-content h5,
main.text-left .container h1,
main.text-left .container h2,
main.text-left .container h3,
main.text-left .container h4,
main.text-left .container h5,
main.text-left .container-fluid h1,
main.text-left .container-fluid h2,
main.text-left .container-fluid h3,
main.text-left .container-fluid h4,
main.text-left .container-fluid h5,
main.text-left #title-block h1,
main.text-left #title-block h2,
main.text-left #title-block h3,
main.text-left #title-block h4,
main.text-left #title-block h5,
#main-content.text-left .container h1,
#main-content.text-left .container h2,
#main-content.text-left .container h3,
#main-content.text-left .container h4,
#main-content.text-left .container h5,
#main-content.text-left .container-fluid h1,
#main-content.text-left .container-fluid h2,
#main-content.text-left .container-fluid h3,
#main-content.text-left .container-fluid h4,
#main-content.text-left .container-fluid h5,
#title-block.text-left h1,
#title-block.text-left h2,
#title-block.text-left h3,
#title-block.text-left h4,
#title-block.text-left h5 {
  text-align: left;
}
main.text-left #main-content .btn,
main.text-left .container .btn,
main.text-left .container-fluid .btn,
main.text-left #title-block .btn,
#main-content.text-left .container .btn,
#main-content.text-left .container-fluid .btn,
#title-block.text-left .btn {
  text-align: center;
}
main.text-left #main-content .line-header,
main.text-left .container .line-header,
main.text-left .container-fluid .line-header,
main.text-left #title-block .line-header,
#main-content.text-left .container .line-header,
#main-content.text-left .container-fluid .line-header,
#title-block.text-left .line-header {
  text-align: left;
}
main.text-left #main-content .line-header:after,
main.text-left .container .line-header:after,
main.text-left .container-fluid .line-header:after,
main.text-left #title-block .line-header:after,
#main-content.text-left .container .line-header:after,
#main-content.text-left .container-fluid .line-header:after,
#title-block.text-left .line-header:after {
  left: 0;
  margin-left: 0;
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
}
main.text-left #main-content .line-header-top,
main.text-left .container .line-header-top,
main.text-left .container-fluid .line-header-top,
main.text-left #title-block .line-header-top,
#main-content.text-left .container .line-header-top,
#main-content.text-left .container-fluid .line-header-top,
#title-block.text-left .line-header-top {
  text-align: left;
}
main.text-left #main-content .line-header-top:before,
main.text-left .container .line-header-top:before,
main.text-left .container-fluid .line-header-top:before,
main.text-left #title-block .line-header-top:before,
#main-content.text-left .container .line-header-top:before,
#main-content.text-left .container-fluid .line-header-top:before,
#title-block.text-left .line-header-top:before {
  left: 0;
  margin-left: 0;
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
}
main.text-left #main-content .line-header2,
main.text-left .container .line-header2,
main.text-left .container-fluid .line-header2,
main.text-left #title-block .line-header2,
#main-content.text-left .container .line-header2,
#main-content.text-left .container-fluid .line-header2,
#title-block.text-left .line-header2 {
  text-align: left;
}
main.text-left #main-content .line-header2:after,
main.text-left .container .line-header2:after,
main.text-left .container-fluid .line-header2:after,
main.text-left #title-block .line-header2:after,
#main-content.text-left .container .line-header2:after,
#main-content.text-left .container-fluid .line-header2:after,
#title-block.text-left .line-header2:after {
  left: 0;
  margin-left: 0;
}

/**
 * figure
 * --------------------------------------
 */
figure {
  margin-bottom: 15px;
}

.caption,
figcaption {
  margin-top: 3px;
  margin-bottom: 0;
  font-size: 12px;
}

/**
 * alert
 * --------------------------------------
 */
.alert {
  margin-bottom: 15px;
  padding: 0.8em 1em;
  border: none;
  background-color: #f2f2f2;
  font-size: 15px;
}
.alert a,
.alert a:hover,
.alert a:active,
.alert a:visited {
  color: inherit;
  text-decoration: underline;
}

.alert-danger {
  background-color: #d31c2e;
  color: #fff;
}

.alert-info {
  background-color: #20b8ca;
  color: #fff;
}

.alert-warning {
  background-color: #ff9800;
  color: #fff;
}

.alert-success {
  background-color: #4ead52;
  color: #fff;
}

/**
 * navbar
 * ================================================
 */
.navbar {
  position: fixed;
  z-index: 1030;
  top: 0;
  right: 0;
  left: 0;
  width: 100%;
  border: none;
  background: rgba(255, 255, 255, 0.85);
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2), 0 0 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 5px rgba(0, 0, 0, 0.2), 0 0 10px rgba(0, 0, 0, 0.1);
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
}

.navbar.nomenu {
  position: absolute !important;
}
.navbar.nomenu .navbar-collapse,
.navbar.nomenu .navbar-toggle {
  display: none;
}

/**
 * navbar-brand (logo)
 * ================================================
 */
.navbar-brand {
  overflow: hidden;
  float: left;
  width: 100%;
  height: 50px;
  margin: 0;
  padding: 0;
  background-image: url("../img/AMADA Logo.svg");
  background-repeat: no-repeat;
  background-position: 30px 12px;
  background-size: 138px 30px;
//  background-size: 180px 40px;
  text-indent: 120%;
  white-space: nowrap;
}

@media (min-width: 768px) {
  .navbar-brand {
    width: 154px;
    height: 70px;
    margin: 0 0 0 30px;
    background-position: 0 20px;
    background-size: 138px 30px;
//    background-size: 100px 20px;
  }
}
/**
 * navigation
 * ================================================
 */
.nav {
  margin: 0;
}

.nav > li > a:focus,
.nav > li > a:hover {
  border-color: #aaa;
  background-color: transparent;
}

.dropdown-menu {
  float: none;
}

.navbar .dropdown-menu > li > a,
.navbar .dropdown-menu > li > a:focus {
  font-size: 14px;
  font-weight: unset;
}

.navbar .dropdown-menu > li > a:focus {
  background-color: #d31c2e;
  color: #fff;
}

.nav {
  margin: 0;
}

.nav a {
  cursor: pointer;
  -webkit-transition: background-color 0.3s;
  -o-transition: background-color 0.3s;
  transition: background-color 0.3s;
}

.nav > li a {
  display: block;
  position: relative;
  min-width: 80px;
  padding: 0 20px;
  border: none;
  border-bottom: 1px solid #aaa;
  background: none;
  color: #222;
  font-size: 14px;
  font-weight: normal;
  text-align: left;
  line-height: 50px;
  white-space: nowrap;
}
.nav > li a:focus {
  outline: none;
}

.pc .nav > li a:hover {
  background: black;
  color: #fff;
}
.pc .nav > li a:hover i {
  border-top-color: #fff;
}

.nav > li.dropdown {
  border-bottom: none;
}

.dropdown-toggle {
  display: block;
  position: relative;
  min-width: 80px;
  padding: 0 20px;
  border: none;
  border-bottom: 1px solid #aaa;
  background: none;
  color: #222;
  font-size: 14px;
  font-weight: normal;
  text-align: left;
  line-height: 50px;
}
.dropdown-toggle .icon {
  display: inline-block;
  margin-left: 0.5em;
  border: 4px solid transparent;
  border-top: 7px solid #222;
  background: transparent;
  vertical-align: text-bottom;
}

.navbar-collapse {
  padding: 0;
}

.nav > li.active > a,
.nav > li.active > .dropdown-toggle {
  background: #d31c2e;
  color: #fff;
}
.nav > li.active > a .icon,
.nav > li.active > .dropdown-toggle .icon {
  border-top-color: #fff;
}

.nav .dropdown-menu {
  overflow: hidden;
  min-width: 180px;
  background: rgba(0, 0, 0, 0.7);
}
.nav .dropdown-menu li {
  display: block;
  line-height: 0;
}
.nav .dropdown-menu a {
  border-bottom: 1px solid #aaa;
  color: #fff;
  text-decoration: none;
  text-align: left;
  line-height: 48px;
}
.nav .dropdown-menu .active a {
  background: #d31c2e;
  color: #fff;
}
.nav .dropdown-menu ul {
  list-style-type: none;
  padding-left: 0;
}
.nav .dropdown-menu ul li a {
  padding-left: 30px;
}
.nav .dropdown-menu ul li ul li a {
  padding-left: 45px;
}

/**
 * window width under 767px
 * --------------------------------------
 */
@media (max-width: 767px) {
  .navbar .navbar-toggle {
    position: absolute;
    right: 0;
    float: none;
    width: auto;
    height: 50px;
    margin: 0;
    padding: 10px 30px;
    border: unset;
  }
  .navbar .navbar-toggle:focus {
    outline: none;
  }
  .navbar .navbar-toggle:hover .icon-bar {
    background-color: #d31c2e;
  }
  .navbar .navbar-toggle .icon-bar {
    position: relative;
    width: 24px;
    height: 2px;
    margin-left: 0;
    background-color: #d31c2e;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
  }
  .navbar .navbar-toggle .icon-bar:hover {
    background-color: #d31c2e;
  }
  .navbar .navbar-toggle .icon-bar:after, .navbar .navbar-toggle .icon-bar:before {
    display: block;
    position: absolute;
    top: -8px;
    left: 0;
    width: 24px;
    height: 2px;
    background-color: #d31c2e;
    content: '';
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
  }
  .navbar .navbar-toggle .icon-bar:after {
    top: 8px;
  }

  .pc .navbar .navbar-toggle:hover .icon-bar {
    background-color: #d31c2e;
  }
  .pc .navbar .navbar-toggle:hover .icon-bar:after, .pc .navbar .navbar-toggle:hover .icon-bar:before {
    margin-left: -5px;
  }
}
@media (max-width: 767px) {
  .navbar-collapse {
    display: block;
    overflow: auto;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    position: fixed;
    z-index: -1;
    top: -150%;
    right: 0;
    width: 100%;
    max-height: 100%;
    height: 100%;
    padding: 0;
    padding-top: 48px;
    border: none;
    background: rgba(255, 255, 255, 0.85);
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
  .navbar-collapse a {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .pc .nav .dropdown-menu a:hover {
    background: #222;
    color: #fff;
  }
}
/**
 * menu open @under 767px
 * --------------------------------------
 */
@media (max-width: 767px) {
  .menuopen {
    overflow: hidden;
  }
  .menuopen .navbar-collapse {
    top: 0;
    height: auto;
    background: rgba(255, 255, 255, 0.85);
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
  }
  .menuopen .nav .dropdown-menu {
    display: block;
    position: relative;
    width: 100%;
    background: none;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .menuopen .nav .dropdown-menu a {
    padding-left: 45px;
    color: #222;
  }
  .menuopen .nav .dropdown-menu .active a {
    color: #fff;
    backgrounc: #d31c2e;
  }
  .menuopen .navbar-header {
    background: #fff;
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2), 0 0 10px rgba(0, 0, 0, 0.1);
            box-shadow: 0 0 5px rgba(0, 0, 0, 0.2), 0 0 10px rgba(0, 0, 0, 0.1);
  }
}
@media (max-width: 767px) {
  .cover {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }

  .menuopen .cover {
    position: absolute;
    z-index: 100;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.5);
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
  }
}
/**
 * hide menu on scroll @under 767px
 * --------------------------------------
 */
@media (max-width: 767px) {
  .navbar {
    position: fixed;
    top: 0;
    left: 0;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
  }

  .landscape .navbar {
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
  }
  .landscape .navbar .navbar-toggle {
    position: absolute;
  }

  .hidemenu .navbar {
    top: -60px;
    -webkit-box-shadow: none;
            box-shadow: none;
  }

  .hidemenu.menuopen .navbar {
    top: 0;
  }

  .landscape.hidemenu .navbar {
    top: auto;
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2), 0 0 10px rgba(0, 0, 0, 0.1);
            box-shadow: 0 0 5px rgba(0, 0, 0, 0.2), 0 0 10px rgba(0, 0, 0, 0.1);
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
}
/**
 * window width >= 768px
 * --------------------------------------
 */
@media (min-width: 768px) {
  .nav {
    float: right;
  }

  .nav > li,
  .nav > li.dropdown {
    float: left;
  }

  .nav > li a,
  .dropdown-toggle {
    border-bottom: none;
    border-left: 1px solid #aaa;
    text-align: center;
    line-height: 70px;
  }

  .nav .dropdown-menu li a {
    border-bottom: 1px solid #666;
    border-left: none;
  }
}
@media (min-width: 768px) {
  .pc .dropdown:hover > .dropdown-toggle {
    background: #222;
    color: #fff;
  }
  .pc .dropdown:hover > .dropdown-toggle .icon {
    border-top-color: #fff;
  }
  .pc .dropdown:hover > .dropdown-menu {
    display: block;
    top: 100%;
    right: 0;
    left: auto;
  }
  .pc .dropdown.on.active > .dropdown-toggle {
    background: #222;
  }
  .pc .dropdown-menu a:hover {
    background: black;
    color: #fff;
  }
  .pc .dropdown-menu .active a:hover {
    background: black;
    color: #fff;
  }

  .dropdown.on > .dropdown-menu {
    display: block;
    top: 100%;
    right: 0;
    left: auto;
  }
  .dropdown.on > .dropdown-toggle {
    background-color: #222;
    color: #fff;
  }
  .dropdown.on > .dropdown-toggle .icon {
    border-top-color: #fff;
  }
}
/**
 * image
 * ================================================
 */
img {
  display: block;
  max-width: 100%;
  height: auto;
}

.align-center {
  float: none;
  max-width: 100%;
  height: auto;
  margin: 1em auto;
}
@media (min-width: 600px) {
  .align-center {
    max-width: 50%;
    margin: 0.5em auto 1em;
  }
}

.img-box:after {
  display: table;
  clear: both;
  width: 100%;
  content: '';
}
.img-box .align-right {
  float: right;
  max-width: 50%;
  margin-top: 0.5em;
  margin-bottom: 1em;
  margin-left: 15px;
  padding-left: 15px;
}
@media (max-width: 560px) {
  .img-box .align-right {
    float: none;
    max-width: 100%;
    margin-left: 0;
    padding-left: 0;
  }
}
.img-box .align-left {
  float: left;
  max-width: 50%;
  margin-top: 0.5em;
  margin-right: 15px;
  margin-bottom: 1em;
  padding-right: 15px;
}
@media (max-width: 560px) {
  .img-box .align-left {
    float: none;
    max-width: 100%;
    margin-right: 0;
    padding-right: 0;
  }
}

/**
 * title block
 * ================================================
 */
#title-block {
  overflow: hidden;
  text-align: center;
}
#title-block:after {
  display: table;
  clear: both;
  width: 100%;
  content: '';
}

#title-bg {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  max-width: 100%;
  width: 100%;
  padding: 100px 30px 40px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
@media (min-width: 768px) {
  #title-bg {
    padding: 120px 60px 60px;
  }
}
#title-bg:after {
  display: table;
  clear: both;
  width: 100%;
  content: '';
}

.title-content {
  max-width: 964px;
  margin: 0 auto;
  padding: 0;
}
.title-content:after {
  display: table;
  clear: both;
  width: 100%;
  content: '';
}

/**
 * title-block text
 * --------------------------------------
 */
#title-block h1 {
  font-size: 34px;
  text-align: center;
  line-height: 1.1;
  letter-spacing: 0;
}
@media (min-width: 768px) {
  #title-block h1 {
    font-size: 46px;
  }
}
#title-block p {
  text-align: center;
}
#title-block span {
  display: inline-block;
}

.tagline {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.1;
}
@media (min-width: 768px) {
  .tagline {
    font-size: 24px;
  }
}

/**
 * title-block decoration
 * --------------------------------------
 */
.text-white {
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  color: #fff;
}
.text-white h1,
.text-white h2,
.text-white h3,
.text-white h4,
.text-white h5,
.text-white h6,
.text-white p,
.text-white a:not(.btn),
.text-white a:not(.btn):visited,
.text-white a:not(.btn):hover,
.text-white span,
.text-white small,
.text-white .small {
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  color: #fff;
}
.text-white a:not(.btn),
.text-white a:not(.btn):visited,
.text-white a:not(.btn):hover {
  text-decoration: underline;
}

.text-white.line-header:after {
  background: #fff;
}

.text-white.line-header-top:before {
  background: #fff;
}

.text-white.line-header2:before {
  border-bottom: 1px dotted #fff;
}
.text-white.line-header2:after {
  background: #fff;
}

.bg-red.text-white .line-header:after,
.text-white .bg-red .line-header:after {
  background: #fff;
}
.bg-red.text-white .line-header-top:before,
.text-white .bg-red .line-header-top:before {
  background: #fff;
}
.bg-red.text-white .line-header2:before,
.text-white .bg-red .line-header2:before {
  border-bottom: 1px dotted #fff;
}
.bg-red.text-white .line-header2:after,
.text-white .bg-red .line-header2:after {
  background: #fff;
}

#title-block > img {
  max-width: 94%;
  margin-top: -20px;
  margin-left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}

#title-block.title-has-image {
  padding-bottom: 30px;
}
#title-block.title-has-image #title-bg {
  padding-bottom: 60px;
}
#title-block.title-has-image > img {
  margin-top: -60px;
  margin-bottom: -30px;
}

/**
 * title-block date / weekday
 * --------------------------------------
 */
.ww {
  font-size: 14px;
  line-height: 1.4;
}
@media (min-width: 576px) {
  .ww {
    font-size: 15px;
  }
}
.ww .date {
  font-family: 'Oswald', sans-serif;
  font-size: 24px;
  font-weight: 400;
}
@media (min-width: 768px) {
  .ww .date {
    font-size: 32px;
  }
}
.ww .weekday,
.ww .weekend,
.ww .holiday {
  display: inline-block;
  width: 24px;
  height: 24px;
  margin: 0;
  padding: 0;
  border-radius: 18px;
  background: #d31c2e;
  text-shadow: none;
  color: #fff;
  font-size: 15px;
  font-weight: normal;
  text-align: center;
  vertical-align: text-bottom;
  line-height: 24px;
}
.ww .weekday {
  background: #222;
}
.ww .weekend {
  background: #1b2f75;
}

.connector {
  display: inline-block;
  margin-top: 0.4em;
  padding-right: 0.2em;
  padding-left: 0.2em;
  font-size: 18px;
  vertical-align: top;
}
@media (min-width: 768px) {
  .connector {
    margin-top: 0.7em;
  }
}

.bg-red .weekday {
  background: #fff;
  color: #d31c2e !important;
}

/**
 * fixed image
 * --------------------------------------
 */
.pc .container-fluid.fixed,
.pc .container.fixed {
  background-attachment: fixed;
}
.pc #title-bg.fixed {
  background-attachment: fixed;
}

/**
  * text-left
  * --------------------------------------
  */
#title-block.text-left,
.container-fluid.text-left {
  text-align: left;
}
#title-block.text-left h1,
#title-block.text-left p,
.container-fluid.text-left h1,
.container-fluid.text-left p {
  text-align: left;
}
#title-block.text-left .btn,
.container-fluid.text-left .btn {
  text-align: center;
}
#title-block.text-left .line-header:after,
.container-fluid.text-left .line-header:after {
  left: 0;
  margin-left: 0;
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
}
#title-block.text-left .line-header-top:before,
.container-fluid.text-left .line-header-top:before {
  left: 0;
  margin-left: 0;
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
}
#title-block.text-left .line-header2:after,
.container-fluid.text-left .line-header2:after {
  left: 0;
  margin-left: 0;
}

.en,
.tagline,
.ww {
  text-align: center;
}

.text-left .en,
.text-left .tagline,
.text-left .ww {
  text-align: left;
}

/**
  * title inner image
  * --------------------------------------
  */
.title-content img.align-right,
.title-content .alien-left {
  margin-top: 20px;
  margin-bottom: 0;
}

/**
 * breadcrumbs
 * ================================================
 */
.breadcrumb-wrapper.container {
  border-bottom: 1px solid #ddd;
}

.breadcrumb {
  max-width: 964px;
  width: 100%;
  margin: 0 auto;
  padding: 0;
  border: none;
  border-radius: 0;
  background: none;
  font-size: 12px;
  font-weight: normal;
  text-transform: none;
}
.breadcrumb li {
  height: 40px;
  padding: 0;
  line-height: 40px;
  letter-spacing: normal;
}

.breadcrumb > li + li:before {
  content: '\003E';
}

/**
 * container
 * ================================================
 */
.container,
.container-fluid {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  padding-right: 30px;
  padding-left: 30px;
}
.container:after,
.container-fluid:after {
  display: table;
  clear: both;
  width: 100%;
  content: '';
}
@media (min-width: 768px) {
  .container,
  .container-fluid {
    padding-right: 60px;
    padding-left: 60px;
  }
}

.container,
.container-fluid {
  max-width: 100%;
  margin: 0 auto;
}
.container > section,
.container > div,
.container-fluid > section,
.container-fluid > div {
  max-width: 964px;
  margin-top: 60px;
  margin-right: auto;
  margin-bottom: 60px;
  margin-left: auto;
}
.container > section section,
.container > div section,
.container-fluid > section section,
.container-fluid > div section {
  margin-top: 30px;
  margin-bottom: 45px;
}

.container,
.container-fluid {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

#main-content .container:last-child,
#main-content .container-fluid:last-child {
  padding-bottom: 60px;
}

/**
 * columns
 * --------------------------------------
 */
.two-col,
.three-col {
  margin-right: -15px;
  margin-left: -15px;
}
.two-col:after,
.three-col:after {
  display: table;
  clear: both;
  width: 100%;
  content: '';
}

@media (max-width: 560px) {
  .two-col {
    margin-right: 0;
    margin-left: 0;
  }
}

.two-col > div,
.two-col > figure {
  float: left;
  width: 50%;
  padding-right: 15px;
  padding-left: 15px;
}
@media (max-width: 560px) {
  .two-col > div,
  .two-col > figure {
    float: none;
    width: 100%;
    margin: 0 auto;
    padding: 0;
  }
}

@media (max-width: 767px) {
  .three-col {
    margin-right: 0;
    margin-left: 0;
  }
}

.three-col > div,
.three-col > figure {
  float: left;
  width: 33.3333333%;
  padding-right: 15px;
  padding-left: 15px;
}
@media (max-width: 767px) {
  .three-col > div,
  .three-col > figure {
    width: 50%;
  }
}
@media (max-width: 560px) {
  .three-col > div,
  .three-col > figure {
    float: none;
    width: 100%;
    margin: 0 auto;
    padding: 0;
  }
}

/**
 * margin reset
 * --------------------------------------
 */
.no-margin-top {
  margin-top: 0 !important;
}

.no-margin-bottom {
  margin-bottom: 0 !important;
}

.margin-top {
  margin-top: 1em !important;
}

.margin-bottom {
  margin-bottom: 1em !important;
}

/**
 * table
 * ================================================
 */
table {
  max-width: 100%;
  width: 100%;
  margin-bottom: 15px;
  font-size: 15px;
}

table > tbody > tr > td,
table > tbody > tr > th,
table > tfoot > tr > td,
table > tfoot > tr > th,
table > thead > tr > td,
table > thead > tr > th,
table > tr > td,
table > tr > th {
  padding: 0.4em;
  vertical-align: top;
  line-height: 1.8;
}

table {
  border-top: 1px solid #ddd;
  border-left: 1px solid #ddd;
}

table th,
table td {
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}

table th {
  background: #f2f2f2;
}

.table-no-border {
  border-spacing: 0 0.8em;
  border-collapse: separate;
  border: none;
}
.table-no-border th,
.table-no-border td {
  padding: 0 0 0 1em;
  border: none;
  background: none;
}

.table-header-line th {
  border-left: 2px solid #d31c2e;
}

.table-auto-width {
  width: auto;
}

.table-text-left th,
.table-text-left td {
  text-align: left;
}

/**
 * responsive table
 * --------------------------------------
 */
.table-responsive {
  overflow: auto;
  border: none;
}

@media only screen and (max-width: 767px) {
  .table-responsive > table {
    margin-bottom: 0;
  }

  .table-responsive > table > tbody > tr > td,
  .table-responsive > table > tbody > tr > th,
  .table-responsive > table > tfoot > tr > td,
  .table-responsive > table > tfoot > tr > th,
  .table-responsive > table > thead > tr > td,
  .table-responsive > table > thead > tr > th,
  .table-responsive > table > tr > td,
  .table-responsive > table > tr > th {
    white-space: nowrap;
  }
}
.table-responsive::-webkit-scrollbar {
  width: 6px;
  background: #f2f2f2;
}

.table-responsive::-webkit-scrollbar:horizontal {
  height: 6px;
  background: #f2f2f2;
}

.table-responsive::-webkit-scrollbar-thumb {
  border-radius: 6px;
  background: #7b7b7b;
}

.table-responsive::-webkit-scrollbar-thumb:horizontal {
  border-radius: 6px;
  background: #7b7b7b;
}

.table-responsive::-webkit-scrollbar-track-piece:start {
  background: #f2f2f2;
}

.table-responsive::-webkit-scrollbar-track-piece:end {
  background: #f2f2f2;
}

.table-responsive::-webkit-scrollbar-corner {
  background: #f2f2f2;
}

td.img-td {
  min-width: 150px;
  width: 32%;
}
td.img-td img {
  max-width: 100%;
  width: 100%;
  height: auto;
  margin: 0 auto;
}

/**
 * buttons
 * ================================================
 */
.btn {
  margin-top: 15px;
  margin-bottom: 15px;
  border: none;
  text-shadow: none !important;
  color: inherit;
  text-decoration: none !important;
  text-align: center;
  line-height: 1.8;
  -webkit-transition: background 0.3s, -webkit-box-shadow 0.3s;
  transition: background 0.3s, -webkit-box-shadow 0.3s;
  -o-transition: background 0.3s, box-shadow 0.3s;
  transition: background 0.3s, box-shadow 0.3s;
  transition: background 0.3s, box-shadow 0.3s, -webkit-box-shadow 0.3s;
}

/**
 * call to action button
 * --------------------------------------
 */
.cta {
  display: inline-block;
  position: relative;
  z-index: 1;
  margin-top: 20px;
  margin-bottom: 20px;
  border: 1px solid #d31c2e;
  background: #d31c2e;
  -webkit-box-shadow: 1px 2px 4px rgba(0, 0, 0, 0.1), 1px 2px 10px rgba(0, 0, 0, 0.2);
          box-shadow: 1px 2px 4px rgba(0, 0, 0, 0.1), 1px 2px 10px rgba(0, 0, 0, 0.2);
  color: #fff;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.cta:after {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background-color: #fff;
  content: '';
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.cta:focus, .cta:visited {
  border-color: #d31c2e;
  color: #fff;
}
.cta:focus:after, .cta:visited:after {
  width: 0;
}
.cta:active, .cta:hover {
  border-color: #fff;
  color: #d31c2e;
  text-decoration: none;
}
.cta:active:after, .cta:hover:after {
  width: 100%;
}

/**
 * red button
 * --------------------------------------
 */
.btn-red,
.btn-red:hover,
.btn-red:active,
.btn-red.active,
.btn-red.active:focus,
.btn-red:visited,
.btn-red:focus {
  border: 1px solid #d31c2e;
  background: #d31c2e;
  outline: none;
  color: #fff;
}

/**
 * darkred button
 * --------------------------------------
 */
.btn-darkred,
.btn-darkred:hover,
.btn-darkred:active,
.btn-darkred.active,
.btn-darkred.active:focus,
.btn-darkred:visited,
.btn-darkred:focus {
  border: 1px solid #b70113;
  background: #b70113;
  outline: none;
  color: #fff;
}

/**
 * black button
 * --------------------------------------
 */
.btn-black,
.btn-black:hover,
.btn-black:active,
.btn-black.active,
.btn-black.active:focus,
.btn-black:visited,
.btn-black:focus {
  border: 1px solid #222;
  background: #222;
  outline: none;
  color: #fff;
}

/**
 * gray button
 * --------------------------------------
 */
.btn-gray,
.btn-gray:hover,
.btn-gray:active,
.btn-gray.active,
.btn-gray.active:focus,
.btn-gray:visited,
.btn-gray:focus {
  border: 1px solid #ccc;
  background: #dfdfdf;
  outline: none;
  color: #222;
}

/**
 * button hover (PC)
 * --------------------------------------
 */
.pc .btn:hover {
  -webkit-box-shadow: 1px 6px 4px rgba(0, 0, 0, 0.1), 1px 6px 12px rgba(0, 0, 0, 0.2);
          box-shadow: 1px 6px 4px rgba(0, 0, 0, 0.1), 1px 6px 12px rgba(0, 0, 0, 0.2);
}
.pc .btn:active {
  -webkit-box-shadow: none;
          box-shadow: none;
}

/**
 * button valiation
 * --------------------------------------
 */
.btn-lg {
  min-width: 180px;
  padding: 1em 2em;
  font-size: 15px;
}

/**
 * responsive video
 * --------------------------------------
 */
.video {
  max-width: 560px;
  margin: 15px auto;
}

.video > div {
  overflow: hidden;
  position: relative;
  height: 0;
  padding-bottom: 56.25%;
  background: #f2f2f2;
}

.video > div > iframe {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100% !important;
  max-width: 100%;
  width: 100%;
  min-height: 100% !important;
  height: 100%;
}

/**
 * form
 * ================================================
 */
form {
  display: block;
  max-width: 580px;
  width: 100%;
  margin: 30px auto 30px;
}
form:after {
  display: table;
  clear: both;
  width: 100%;
  content: '';
}

.text-left form {
  margin: 30px 0;
}

/**
 * form-group ( label, div )
 * --------------------------------------
 */
.form-group:after {
  display: table;
  clear: both;
  width: 100%;
  content: '';
}

.form-group label,
.form-group .label {
  display: block;
  float: none;
  width: 100%;
  margin: 0;
  padding: 0;
  border-radius: 0;
  color: #222;
  font-size: 15px;
  font-size: 15px;
  font-weight: normal;
  text-align: left;
  vertical-align: inherit;
  line-height: 40px;
  white-space: normal;
}
@media (min-width: 768px) {
  .form-group label,
  .form-group .label {
    float: left;
    width: 20%;
  }
}

.form-group > div {
  float: none;
  width: 100%;
  line-height: 40px;
}
@media (min-width: 768px) {
  .form-group > div {
    float: right;
    width: 80%;
  }
}
.form-group > div label {
  display: block;
  line-height: 2;
}
@media (min-width: 768px) {
  .form-group > div label {
    float: none;
    width: 100%;
  }
}

.form-group label.long_label,
.form-group p.long_label {
  float: none;
  width: 100%;
  margin-bottom: 10px;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .form-group label.long_label,
  .form-group p.long_label {
    float: none;
    width: 100%;
  }
}

/**
 * input[ text, email, password, file ], textarea, select
 * --------------------------------------
 */
.form-control {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 8px 0;
  border: 1px solid transparent;
  border-bottom: 1px solid #ccc;
  background: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #222;
  font-size: 16px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.form-control:focus {
  padding: 8px 12px;
  border: 1px solid #ccc;
  border-color: #d31c2e;
  background: #fff;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(232, 102, 102, 0.6);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(232, 102, 102, 0.6);
}

select.form-control {
  max-width: 320px;
  width: 100%;
  border: 1px solid #ccc;
  background: #fff;
}

input[type='file'] {
  min-height: 3em;
}
input[type='file']:focus {
  padding: 8px 0;
  border: 1px solid transparent;
  border-bottom: 1px solid #ccc;
  background: none;
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

/**
 * checkbox, radio
 * --------------------------------------
 */
input[type='checkbox'],
input[type='radio'] {
  position: relative;
  width: 18px;
  height: 18px;
  margin-right: 5px;
  margin-bottom: -2px;
  border: 1px solid #ccc;
  background: #fff;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}
input[type='checkbox']:focus,
input[type='radio']:focus {
  outline: none;
}

input[type='checkbox']:checked:before {
  display: block;
  position: absolute;
  top: 0;
  left: 5px;
  width: 7px;
  height: 12px;
  border-top: 2px solid #d31c2e;
  border-left: 2px solid #d31c2e;
  content: '';
  -webkit-transform: rotate(-135deg);
      -ms-transform: rotate(-135deg);
          transform: rotate(-135deg);
}

input[type='radio'] {
  position: relative;
  border-radius: 15px;
}
input[type='radio']:checked:before {
  display: block;
  position: absolute;
  top: 3px;
  left: 3px;
  width: 10px;
  height: 10px;
  border-radius: 7px;
  background: #d31c2e;
  content: '';
}

/**
 * button, note
 * --------------------------------------
 */
.form-buttons,
.form-note {
  width: 100%;
  padding: 0;
}
@media (min-width: 768px) {
  .form-buttons,
  .form-note {
    padding-left: 20%;
  }
}
.form-buttons:after,
.form-note:after {
  display: table;
  clear: both;
  width: 100%;
  content: '';
}

input[type='submit'],
input[type='reset'] {
  font-size: 15px;
}

.form-buttons {
  margin-top: 15px;
}
.form-buttons .btn {
  float: left;
  margin: 0;
  margin-right: 15px;
}
@media only screen and (max-width: 560px) {
  .form-buttons .btn {
    min-width: 48%;
    width: 48%;
    margin: 0 1%;
  }
}

/**
 * placeholder
 * --------------------------------------
 */
::-webkit-input-placeholder {
  color: #999;
}

:-moz-placeholder {
  color: #999;
}

::-moz-placeholder {
  opacity: 1;
  color: #999;
}

:-ms-input-placeholder {
  color: #999;
}

:placeholder-shown {
  color: #999;
}

/**
 * hr
 * --------------------------------------
 */
form hr {
  border: none;
  border-bottom: 1px dashed #ccc;
}

/**
 * footer
 * ================================================
 */
footer {
  background: #222;
}
footer .container {
  margin-bottom: 0;
  padding: 30px 0;
  font-size: 13px;
  text-align: center;
}

.footer-brand a {
  display: block;
  overflow: hidden;
  width: 180px;
  height: 42px;
  margin: 0 auto;
  background-image: url("../img/logo_amada2.svg");
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 180px 30px;
  text-indent: 120%;
  white-space: nowrap;
}

.copyright {
  margin-top: 10px;
  padding-top: 12px;
  padding-bottom: 12px;
  border-top: 1px dotted #7b7b7b;
  color: #7b7b7b;
  font-size: 11px;
  text-align: center;
}

/**
 * google map
 * ================================================
 */
/* javascript ver */
.map-canvas {
  width: 100%;
  height: 0;
  margin-right: auto;
  margin-bottom: 30px;
  margin-left: auto;
  padding-bottom: 52%;
  background: #f2f2f2;
}

/* embed ver */
.map-canvas {
  overflow: hidden;
  position: relative;
}
.map-canvas iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100.5%;
}

.gm-style-mtc,
.gm-svpc {
  display: none;
}

/**
 * background
 * ================================================
 */
.bg1 {
  background-image: url("../img/bg/bg1.jpg");
}

.bg2 {
  background-image: url("../img/bg/bg2.jpg");
}

.bg3 {
  background-image: url("../img/bg/bg3.jpg");
}

.bg4 {
  background-image: url("../img/bg/bg4.jpg");
}

.bg {
  background-color: #f2f2f2;
}

.bg-red {
  background-color: #d31c2e;
}

.bg-blue {
  background-color: #1b2f75;
}

.bg-black {
  background-color: #222;
}

.bg-white {
  background-color: #fff;
}

.bg-skyblue {
  background-color: #20b8ca;
}

.container.pt1,
.container.pt2,
.container.pt3,
.container.pt4,
#title-bg.pt1,
#title-bg.pt2,
#title-bg.pt3,
#title-bg.pt4 {
  background-repeat: repeat;
  background-attachment: inherit;
  background-size: auto;
}

.pt1 {
  background-image: url("../img/pattern/p1.png");
}

.pt2 {
  background-image: url("../img/pattern/p2.png");
}

.pt3 {
  background-image: url("../img/pattern/p3.png");
}

.pt4 {
  background-image: url("../img/pattern/p4.png");
}

