@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Dosis:400,600&display=swap");
@import url(https://fonts.googleapis.com/css?family=PT+Sans+Narrow|Oswald:400,300);
@import url(https://fonts.googleapis.com/css?family=Kaushan+Script);
@import url(https://fonts.googleapis.com/earlyaccess/mplus1p.css);
@import url(../fontawesome/all.min.css);
/*  reset
----------------------------------------------------*/
* {
  font-feature-settings: "palt";
  -webkit-font-feature-settings: "palt";
  -moz-font-feature-settings: "palt";
  -o-font-feature-settings: "palt";
  -ms-font-feature-settings: "palt";
  padding: 0;
  margin: 0;
}

*, *:before, *:after {
  box-sizing: border-box;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
  outline: 1px solid transparent;
}

@​media (prefers-reduced-motion: reduce) {
  * {
    animation-duration: 0.001s !important;
    transition-duration: 0.001s !important;
  }
}
html {
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  height: 100%;
  font-size: 10px;
}

body {
  text-rendering: optimizeLegibility;
  margin: 0;
  background-color: #fff;
  color: #4c4c4c;
  font-size: 10px;
  font-family: "YakuHanJP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "$Mplus", sans-serif;
  position: relative;
}

h1 {
  font-size: 2rem;
  margin: 0.67em 0;
}

h2 {
  font-size: 1.7rem;
}

h3 {
  font-size: 1.5rem;
}

h4 {
  font-size: 1rem;
}

h5 {
  font-size: 0.83rem;
}

h6 {
  font-size: 0.67rem;
}

h2, h3, h4, h5, h6 {
  font-family: "YakuHanJP", "M PLUS 1p", serif;
  line-height: 1;
  margin: 0 0 0 0;
}

nav ul, ul, ol, li {
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 1.4em;
}

p {
  line-height: 1.5;
}

p, li, dt, dd {
  font-size: 1.4rem;
  line-height: 1.5em;
  letter-spacing: 1px;
}

pre {
  white-space: pre-wrap;
}

:root {
  line-sizing: normal;
}

:root {
  text-spacing: trim-start allow-end trim-adjacent ideograph-alpha ideograph-numeric;
}

img {
  border-style: none;
  display: block;
  vertical-align: bottom;
  max-width: 100%;
  width: 100%;
  height: auto;
}

a {
  outline: 0;
  text-decoration: none;
  transition: all 100ms linear;
}

a, a:link {
  color: #1799DD;
  text-decoration: none;
}

button:focus {
  outline: 0;
  background-color: transparent;
  border: 0 solid transparent;
}

* > span {
  font-size: inherit;
}

@media screen and (max-width: 320px) {
  p, li, dt, dd {
    font-size: 1.2rem;
    letter-spacing: 0.02em;
  }
  * span {
    font-size: inherit;
  }
}
.container-fluid > .navbar-collapse, .container-fluid > .navbar-header,
.container > .navbar-collapse, .container > .navbar-header {
  margin-right: -15px;
  margin-left: -15px;
}

/*  header
----------------------------------------------------*/
header.abbr {
  padding: 0 0 0;
}

header {
  display: block;
  width: 100%;
  margin: 0;
  background-color: #fff;
  padding: 2em 0 0;
  position: fixed;
  z-index: 99999;
}
header .navbar {
  display: block;
  margin: 0;
  background: #fff;
  border: none;
  border-radius: 0;
  padding: 0;
}
header .navbar div.navbar-header > button > i.fa-bars:before {
  display: inline-block;
  transform: scale(1.3, 1);
  transform-origin: top center;
  color: #aaa;
}

a.navbar-brand {
  transition: all 0.3s ease-in-out;
  font-family: "Kaushan Script", "Helvetica Neue", Helvetica, Arial, cursive;
  font-size: 40px;
  margin: 0 !important;
  padding-top: 20px;
  position: relative;
  left: -11%;
}
a.navbar-brand img.logo {
  width: 240px;
  height: auto;
}

.navbar-default .navbar-toggle {
  border-radius: 0.3rem;
  position: absolute;
  padding: 0.5rem 0.8rem;
  top: 1.2em;
  right: 1em;
}

.navbar-default .navbar-toggle,
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #fff;
  border: 0 none;
}

.navbar-default .navbar-toggle:focus,
.navbar-default .navbar-toggle:hover {
  background-color: #f9f9f9;
}

.navbar-default .navbar-nav {
  position: relative;
}
.navbar-default .navbar-nav > li {
  position: relative;
  transition: top 0.1s;
  margin-left: 1px;
}
.navbar-default .navbar-nav > li:first-child {
  margin-left: 0;
}
.navbar-default .navbar-nav > li > a {
  color: #1799DD;
  display: block;
  font-size: 13px;
  line-height: 10px;
  font-weight: 500;
  padding: 25px 25px 30px;
  overflow: hidden;
  opacity: 0;
  border-top: 2px solid transparent;
  transition: all 0.1s ease-in-out;
}
.navbar-default .navbar-nav > li > a i {
  padding-left: 10px;
}
.navbar-default .navbar-nav > li > a.active {
  border-top: 2px solid #0C5C86;
  color: #fff;
  background: #0C5C86;
}
.navbar-default .navbar-nav > li:hover > a {
  border-top: 2px solid #0C5C86;
  color: #fff;
  background: #0C5C86;
}
.navbar-default .navbar-nav > li > a i {
  margin: 0 -2px 0 -5px;
}
.navbar-default .navbar-nav > li > ul.dropdown {
  background-color: #fff;
  visibility: hidden;
  z-index: 9999;
  opacity: 0;
  transition: opacity 0.1s ease-in-out;
}
.navbar-default .navbar-nav .dropdown li {
  position: relative;
  border-bottom: solid 1px #eee;
}
.navbar-default .navbar-nav .dropdown li:first-child {
  border-top: none;
}
.navbar-default .navbar-nav .dropdown li a {
  display: block;
  color: #6b6b6b;
  font-size: 14px;
  padding: 6px 12px;
  text-decoration: none;
  text-transform: uppercase;
  transition: padding 0.2s ease-in-out;
}

.navbar-default .navbar-collapse.show > .navbar-nav > li > a,
.navbar-default .navbar-collapse.show > .navbar-nav > li > ul.dropdown {
  transition: 0.2s;
  visibility: visible;
  opacity: 1;
}

@media (min-width: 768px) {
  /* iPadmini以上 --------------------------------------------------- */
  header {
    max-width: 800px;
    padding-top: 0;
  }
  header .container {
    width: 100%;
    max-width: 800px;
  }
  header .container > .navbar-header {
    margin-left: -40px;
  }
  header .navbar-default .navbar-nav > li > a {
    padding: 25px 20px 30px;
  }
}
@media (max-width: 800px) {
  header {
    padding-top: 0;
  }
  header .navbar-default .navbar-brand {
    padding: 15px 0;
  }
  header .top-bar .contact-details {
    display: table;
    width: 100%;
  }
  header .top-bar .contact-details li {
    padding: 10px 10px;
  }
  header .top-bar .contact-details li a {
    font-size: 0.6em;
  }
  header .navbar-default .navbar-collapse {
    height: 100%;
    opacity: 0;
    overflow: hidden;
  }
  header .navbar-default .navbar-collapse.show {
    opacity: 1;
    overflow: visible;
    transition: 0.8s linear;
  }
  header .navbar-default .navbar-collapse.show .navbar-nav {
    opacity: 1;
    overflow: visible;
  }
  header .navbar-default .navbar-nav {
    opacity: 0;
    overflow: hidden;
  }
  header .navbar-default .navbar-nav > li {
    margin: 0 0 0 0;
  }
  header .navbar-default .navbar-nav > li > a {
    background-color: rgb(231.1790983607, 245.1913934426, 252.5209016393);
    border-top: 1px solid rgb(198.8442622951, 231.8770491803, 249.1557377049);
    border-bottom: 1px solid rgb(198.8442622951, 231.8770491803, 249.1557377049);
    padding: 1.5em 2em;
    position: relative;
  }
  header .navbar-default .navbar-nav > li > a::before {
    content: "\f054";
    font-family: "Font Awesome 5 Free";
    font-size: 0.8em;
    position: absolute;
    left: 0.8em;
    top: 30%;
    line-height: 2;
    font-weight: bold;
    color: #1799DD;
  }
  header .navbar-default .navbar-nav .dropdown {
    position: relative;
    left: 0;
    top: 0;
    width: 100%;
    border-top: 0 none;
    background-color: #fff;
    visibility: visible;
    z-index: 2;
    opacity: 1;
    box-shadow: none;
    display: flex;
    flex-wrap: wrap;
  }
  header .navbar-default .navbar-nav .dropdown li {
    box-sizing: border-box;
    line-height: 2;
    margin: 0 0 0 -0.7%;
    width: 50%;
    display: inline-block;
  }
  header .navbar-default .navbar-nav .dropdown li a {
    text-indent: 1.5em;
    position: relative;
  }
  header .navbar-default .navbar-nav .dropdown li a::before {
    content: "\f054";
    font-family: "Font Awesome 5 Free";
    font-size: 0.8em;
    position: absolute;
    left: -0.5em;
    top: 25%;
    line-height: 2;
    font-weight: bold;
    color: #bbb;
  }
}
@media (min-width: 801px) {
  /* notePC ---------------------------------------------------------------- */
  header {
    padding-top: 2em;
    margin: 0 auto;
    width: 100%;
    max-width: 100%;
  }
  header .container {
    max-width: 960px;
    margin: 0 auto;
  }
  header .container .navbar-toggle {
    display: none;
  }
  header .container .collapse.navbar-collapse {
    flex-basis: 0;
    display: inline;
  }
  header .container .collapse.navbar-collapse ul.nav {
    display: flex;
    flex-wrap: wrap;
  }
  header .container .navbar-nav {
    flex-direction: unset;
  }
  header .container .navbar-right {
    float: right !important;
    margin-right: -15px;
  }
  header .navbar-default .navbar-nav {
    display: block;
  }
  header .navbar-default .navbar-nav > li > a {
    overflow: visible;
    opacity: 1;
  }
  header .navbar-default .navbar-nav > li > ul.dropdown {
    position: absolute;
    left: 0;
    top: 97%;
    width: 180px;
  }
  header .navbar-default .navbar-nav > li > ul.dropdown > li:hover > a,
  header .navbar-default .navbar-nav > li > ul.dropdown li a.active {
    background: rgb(131.5547945205, 205.2534246575, 243.9452054795);
    color: #fff;
  }
  header .navbar-default .navbar-nav > li:hover > ul.dropdown {
    border-top: 3px solid #0C5C86;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
    transition: 0.5s;
    visibility: visible;
    opacity: 1;
  }
  header .navbar-default .navbar-nav > li:hover > ul.dropdown li > a {
    padding: 15px 20px;
  }
  header.abbr a.navbar-brand {
    padding: 15px 0 0;
  }
  header.abbr .navbar-default .navbar-nav > li > a {
    padding: 15px 20px 20px;
    height: 50px;
  }
  .container {
    width: 100%;
    max-width: 100%;
  }
}
/*  footer
----------------------------------------------------*/
body {
  display: flex;
  flex-flow: column;
  min-height: 100vh;
}

#container-fluid {
  flex: 1;
}

footer.footer-section {
  border-bottom: 1px solid #0f0f0f;
  background: #222222;
  color: #999;
  font-weight: 400;
  padding: 80px 0 60px;
}
footer.footer-section p {
  color: #999;
}
footer.footer-section .section-title {
  color: #c5c5c5;
}
footer.footer-section .section-heading-2 span:after {
  background: #434343;
}
footer.footer-section .section-heading-2 .section-title:after {
  background-color: #363636;
}
footer.footer-section .section-heading-2 h3 {
  font-size: 16px;
  margin-bottom: 15px;
}
footer.footer-section .companyName img {
  width: 200px;
  margin-bottom: 12px;
  clear: both;
}
footer.footer-section .companyName span {
  clear: both;
  display: block;
}
footer.footer-section .sitemap ul {
  min-width: 20%;
  text-indent: 0.5em;
}
footer.footer-section .sitemap ul li {
  margin-top: 6px;
}

.footer-address ul li {
  padding: 5px 0;
  letter-spacing: 1px;
  line-height: 18px;
}
.footer-address ul li .fa {
  color: #6a6a6a;
  font-size: 16px;
  margin-right: 5px;
}
.footer-address ul li a {
  color: #9d9d9d;
}
.footer-address ul li a:hover {
  color: #fff;
}

/* End Footer Section */
/* Start Copyright Section */
.copyright-section {
  border-top: 1px solid #363636;
  font-size: 12px;
  padding: 20px 0 35px;
  background: #1d1d1d;
  color: #7f7f7f;
}

.copyright {
  font-size: clamp(9px, 2.8vw, 11px);
  font-family: Helvetica, Arial, sans-serif;
  letter-spacing: 1px;
  text-align: center;
  margin: 0 auto;
  padding: 0 1em;
}

.copyright-section a {
  color: #7f7f7f;
}
.copyright-section a:hover {
  color: #0C5C86;
}

.copyright-menu li {
  display: inline;
  padding-left: 10px;
}
.copyright-menu li a {
  color: #7f7f7f;
  font-weight: 500;
}
.copyright-menu li a.active {
  color: #fff;
  font-size: 13px;
}
.copyright-menu li a:hover {
  color: #fff;
}

/* End Copyright Section */
/* pagetop */
#pagetop {
  position: fixed;
  bottom: -15px;
  right: 20px;
  z-index: 9999;
  text-align: center;
  text-decoration: none;
  transform: rotateY(270deg);
  transition: 0.5s;
}
#pagetop a {
  background: #0C5C86;
  text-decoration: none;
  color: #fff;
  font-size: 1rem;
  padding: 1rem 1.2rem;
  text-align: center;
  line-height: 2;
  display: block;
  border-radius: 6px;
  position: relative;
}
#pagetop a::after {
  content: "\f106";
  color: #fff;
  border-radius: 0.5rem;
  font-family: "Font Awesome 5 Free";
  font-size: 0.8rem;
  font-weight: bold;
  position: absolute;
  top: 0px;
  left: 0;
  right: 0;
}

@media (max-width: 767px) {
  .footer-section {
    color: #bbb;
    padding: 4rem 0;
  }
  .footer-address ul li {
    padding: 5px 0;
    letter-spacing: 0;
    line-height: 1.2;
  }
  .section-heading-2 {
    padding: 20px 0 0;
  }
  .sitemap ul {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0 0 1em 0;
    padding: 0;
  }
  .sitemap ul li {
    border-bottom: solid 1px #4c4c4c;
    width: 50%;
    min-height: 3em;
    line-height: 3em;
    padding-left: 1em;
    position: relative;
  }
  .sitemap ul li:first-child {
    border-top: solid 1px #4c4c4c;
  }
  .sitemap ul li:nth-child(2) {
    border-top: solid 1px #4c4c4c;
  }
  .sitemap ul li:last-child {
    border-bottom: 0 none;
  }
  .sitemap ul li::before {
    content: "\f054";
    font-family: "Font Awesome 5 Free";
    font-size: 0.7em;
    position: absolute;
    left: 0;
    top: 30%;
    line-height: 2;
    font-weight: bold;
    color: #999;
  }
  .sitemap ul:nth-child(2) > li:nth-child(5),
  .sitemap ul:nth-child(3) li:first-child {
    border-bottom: 0 none !important;
  }
}
@media (min-width: 768px) {
  /* iPadmini以上 --------------------------------------------------- */
}
@media (min-width: 801px) {
  /* notePC ---------------------------------------------------------------- */
  footer {
    position: relative;
    z-index: 9;
    padding: 0;
  }
  footer div.sitemap > ul > li > a:hover {
    color: #fff;
  }
  footer p.copy {
    color: #fff;
    font-size: 12px;
    font-weight: normal;
    letter-spacing: 2px;
    display: block;
    text-align: center;
    line-height: 60px;
    height: 60px;
    margin: 0;
  }
  #pagetopBtn a:hover {
    opacity: 0.7;
  }
}
/*  common
----------------------------------------------------*/
body .bk {
  color: #000;
}
body .red {
  color: #e50012;
}
body .cnt {
  padding-left: 5%;
  padding-right: 5%;
  width: 100%;
  position: relative;
}

/* bootstrap */
section#container-fluid {
  background: #001040;
  position: relative;
  margin-bottom: 0;
  z-index: 0;
}

section:nth-child(even) {
  background-color: #f6f6f6;
}

section {
  padding-top: 4em;
  position: relative;
  z-index: 1;
}
section .container {
  position: relative;
  z-index: 2;
}
section .container h2.ttl {
  background-size: 100% auto;
  font-size: 1.6rem;
  min-height: 10vh;
  line-height: 1.3;
  letter-spacing: 1px;
  color: #0C5C86;
  text-align: center;
  margin: 2em auto 1.5em;
}
section .container h2.ttl:first-child {
  margin-top: 0;
}
section .container a.btn1 {
  background-color: #facf3e;
  border: solid 2px #0C5C86;
  border-radius: 1.8rem;
  box-shadow: 3px 3px 0 rgba(0, 0, 0, 0.2);
  height: 3.6rem;
  width: 45%;
  color: #161E27;
  font-weight: bold;
  font-size: 1.2em;
  padding: 0 1em;
  margin: 0 auto 1.5em;
  text-align: center;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
section .container a.btn1::after {
  content: "\f0a9";
  font-family: "Font Awesome 5 Free";
  font-weight: bold;
  font-size: 1.9rem;
  color: #0C5C86;
  position: absolute;
  bottom: 50%;
  transform: translate(0, 52%);
  right: 0.5em;
}
section .container p.btn2 {
  max-width: 85%;
  margin: 0 auto;
}
section .container p.btn2 a {
  position: relative;
  color: #fff;
  border: solid 2px #161E27;
  background-color: #161E27;
  border-radius: 2em;
  display: block;
  font-weight: bold;
  font-size: 1.2em;
  text-align: center;
  text-indent: -1.5em;
  padding: 1em;
}
section .container p.btn2 a::after {
  content: "\f0a9";
  font-family: "Font Awesome 5 Free";
  font-size: 2em;
  font-weight: bold;
  position: absolute;
  right: 0.5em;
}

@media (min-width: 768px) {
  /* iPadmini以上 --------------------------------------------------- */
  .container {
    max-width: 100%;
  }
  section .container h2.ttl {
    font-size: 2.5rem;
    min-height: 17vh !important;
    padding-top: 4.5rem !important;
  }
  section .container * p {
    font-size: 1.6rem;
  }
}
@media (min-width: 801px) {
  /* notePC ---------------------------------------------------------------- */
  .row {
    max-width: 940px !important;
    margin: 0 auto;
    overflow: visible;
  }
  section .container .cnt {
    max-width: 1280px;
    margin: 0 auto;
  }
  section .container * p {
    font-size: 1.6rem;
  }
  section .container h2.ttl {
    min-height: 149px !important;
    font-size: 27px;
    letter-spacing: 2px;
  }
  section .container a.btn1 {
    border-radius: 2.5rem;
    height: 5rem;
    width: 45%;
    font-weight: bold;
    font-size: 1.2em;
    padding: 0 1em;
  }
  section .container a.btn1:hover {
    box-shadow: 1px 1px 0 rgba(0, 0, 0, 0.4);
    position: relative;
    top: 3px;
    left: 3px;
    transition: 0.3s;
  }
  section .container p.btn2 {
    font-size: 16px;
    letter-spacing: 1px;
  }
  section .container p.btn2 a:hover {
    color: #fff;
    background-color: rgb(154.9589041096, 214.6849315068, 246.0410958904);
  }
}
/*------------------------------------------*/
/*       01 - General & Basic Styles
/*------------------------------------------*/
* {
  font-feature-settings: "palt";
  -webkit-font-feature-settings: "palt";
  -moz-font-feature-settings: "palt";
  -o-font-feature-settings: "palt";
  -ms-font-feature-settings: "palt";
}

*, *:before, *:after {
  box-sizing: border-box;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
  outline: 1px solid transparent;
  letter-spacing: 1px;
}

html {
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  height: 100%;
  font-size: 10px;
}

body {
  font-family: "YakuHanJP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  font-size: 16px;
  color: #2c2c2c;
  line-height: 21px;
  -webkit-font-smoothing: antialiased !important;
  -moz-osx-font-smoothing: grayscale !important;
  text-rendering: optimizeLegibility !important;
  font-smoothing: antialiased !important;
  vertical-align: baseline;
}

strong, b {
  font-weight: 600;
}

ul, ol {
  list-style: none;
}

ul {
  padding: 0;
  margin: 0;
}

p, li, dt, dd {
  font-size: 1.4rem;
  letter-spacing: 1px;
  line-height: 1.6;
}

a {
  outline: 0;
  transition: color 0.2s ease-in-out;
  -moz-transition: color 0.2s ease-in-out;
  -webkit-transition: color 0.2s ease-in-out;
  -o-transition: color 0.2s ease-in-out;
  outline: 0;
  text-decoration: none;
}
a:hover {
  color: #444;
  outline: 0;
  text-decoration: none;
}
a:focus, a:active {
  outline: 0;
  text-decoration: none;
}

pre {
  white-space: pre-wrap;
}

:root {
  line-sizing: normal;
}

:root {
  text-spacing: trim-start allow-end trim-adjacent ideograph-alpha ideograph-numeric;
}

button:focus {
  outline: 0;
  background-color: transparent;
  border: 0 solid transparent;
}

* > span {
  font-size: inherit;
}

img {
  border-style: none;
  display: block;
  vertical-align: bottom;
  max-width: 100%;
  width: 100%;
  height: auto;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  font-weight: normal;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
}

.white {
  color: #fff !important;
}

.dosis200 {
  font-family: Dosis;
  font-weight: 200;
}

.dosis300 {
  font-family: Dosis;
  font-weight: 300;
}

.dosis400 {
  font-family: Dosis;
  font-weight: 400;
}

.cnt {
  padding: 0 3%;
  display: block;
  position: relative;
}

.container-fluid {
  padding-right: 0;
  padding-left: 0;
}

/* Start Section Title */
.section-title {
  display: block;
  width: 100%;
  margin-bottom: 80px;
}
.section-title h2 {
  color: #1799DD;
  font-size: 32px;
  display: inline-block;
  text-transform: none;
  text-align: left;
  margin-bottom: 15px;
  line-height: 1;
}
.section-title h2 span {
  border-right: solid #ccc 1px;
  color: #6C7A89;
  font-family: Dosis, "PT Sans Narrow", Arial, sans-serif;
  font-size: 20px;
  display: inline-block;
  margin-right: 25px;
  padding: 10px 25px 10px 0;
  letter-spacing: 2px;
  min-height: 32px;
  line-height: 32px;
  position: relative;
  top: 0;
}
.section-title p {
  color: #111;
  letter-spacing: 1px;
  font-weight: 300;
}

/* End Section Title */
.page-header {
  background: url(../images/banner.jpg) no-repeat;
}
.page-header h1 {
  color: #fff;
}

.page-header2 {
  position: relative;
  z-index: 1;
  background: rgb(240.8526530612, 242.2983673469, 243.8473469388);
}
.page-header2 .section-title {
  margin-bottom: 0;
}
.page-header2 .section-title h2, .page-header2 .section-title span {
  text-shadow: none;
}
.page-header2 .section-title h2 {
  color: #1799DD;
  margin-bottom: 0;
}
.page-header2 .section-title h2 span {
  color: #6C7A89;
}

/*--------------------------------------------------*/
/* Start banner Section                             */
/*--------------------------------------------------*/
.banner svg {
  background-color: #fff;
  position: absolute;
  left: -1px;
  width: calc(100% + 1px);
  height: auto;
  z-index: 999;
  animation: SVG 5.5s ease-in 0s forwards;
}
.banner [class^=fline] {
  stroke: #000;
  fill: #000;
  fill-opacity: 0;
  stroke-width: 1;
  stroke-dasharray: 3000;
  stroke-dashoffset: 3000;
  animation: LINE 5s ease-in 0s forwards;
}

@keyframes SVG {
  0% {
    opacity: 1;
  }
  95% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes LINE {
  0% {
    stroke-dashoffset: 3000;
    fill-opacity: 0;
  }
  35% {
    stroke-dashoffset: 2500;
  }
  50% {
    fill-opacity: 0;
  }
  70% {
    fill-opacity: 1;
    stroke-dashoffset: 2000;
  }
  99% {
    stroke-dashoffset: 0;
    fill-opacity: 1;
    stroke: #000;
  }
  100% {
    fill-opacity: 0;
  }
}
.banner {
  text-align: center;
  color: #fff;
  position: relative;
  background: url(../images/topimage.png) no-repeat;
  background-attachment: fixed;
  background-position: center 55px;
  background-size: cover;
  padding-top: 55px;
}
.banner .overlay {
  background: rgba(255, 255, 255, 0.3);
  width: 100%;
  height: 100%;
}
.banner .overlay .intro-text {
  position: relative;
  padding: 17% 0 5%;
}
.banner .overlay .intro-text h1 {
  font-size: 1.2rem;
  line-height: 1.8;
  letter-spacing: 1px;
  margin-bottom: 55px;
  padding: 30px 20px;
  background-color: rgba(0, 0, 0, 0.8);
  animation: fadeIn;
  animation-duration: 2s;
  font-family: spansans-serif;
}
.banner .overlay .intro-text h1 span {
  color: #1799DD;
  font-size: 1.4em;
  letter-spacing: 2px;
}

/*----------------------------------------------------------------------
// Contents
-----------------------------------------------------------------------*/
/* section.contentSC */
section.contentSC {
  padding-top: 60px;
  padding-bottom: 80px;
  overflow: hidden;
  position: relative;
}

/* title */
.page-header h1, .page-header2 h2 {
  font-size: 48px;
  letter-spacing: 4px;
  color: #fff;
  text-shadow: -1px -1px 1px #fff, 1px 1px 1px #333;
}
.page-header h1 > span.subTxt, .page-header2 h2 > span.subTxt {
  font-family: Dosis;
  font-weight: 200;
  font-size: 1.5rem;
  letter-spacing: 4px;
  position: relative;
  left: 5rem;
}

.ttlSub {
  border-bottom: dotted 1px #ccc;
  color: #1799DD;
  font-size: 2.2rem;
  text-align: center;
  letter-spacing: 2px;
  margin: 2em auto;
  padding: 1rem;
}

/*---------------------------------------------------------*/
/* Start Company Section                                  */
/*---------------------------------------------------------*/
#company-section {
  padding-top: 80px;
  padding-bottom: 80px;
  background-size: cover;
  background-position: center;
}
#company-section .company-img {
  position: relative;
}
#company-section .company-img .head-text {
  position: absolute;
  left: 0;
  top: 5%;
  /*bottom*/
  background: #fff;
  padding: 10px;
  margin-left: 20px;
  margin-right: 20px;
}
#company-section .company-list {
  padding: 0 15px;
  margin-bottom: 4em;
}
#company-section .company-list h3 {
  margin-top: 30px;
  margin-bottom: 10px;
}
#company-section .company-list li {
  margin-bottom: 1rem;
  padding-left: 2em;
  font-size: 1.4rem;
  color: #444;
  position: relative;
}
#company-section .company-list li i {
  position: absolute;
  left: 0.5em;
  line-height: 1.5em;
  margin-right: 10px;
}

.companyInfo {
  width: 100%;
  display: block;
  margin-bottom: 4em;
}
.companyInfo table {
  width: 100%;
}
.companyInfo table tr th, .companyInfo table tr td {
  display: block;
  width: 100%;
  font-size: 1.4rem;
  padding: 1rem;
}
.companyInfo table tr th {
  background-color: #eee;
}

.company-text h2 {
  color: #6C7A89;
  font-family: dosis;
  font-weight: 400;
  font-size: 2em;
  letter-spacing: 3px;
  border-bottom: solid 2px #1799DD;
  padding: 0.5em;
  margin-bottom: 0.5em;
}
.company-text p {
  margin-bottom: 0.5em;
  padding-left: 0.5em;
}
.company-text h2 + p {
  font-weight: bold;
}
.company-text p + p {
  margin-bottom: 1.2em;
}

.historyList {
  width: 100%;
  margin-bottom: 4em;
}
.historyList ul {
  display: block;
}
.historyList ul li {
  border-bottom: 1px solid #eee;
  margin-bottom: 2.5em;
  line-height: 1;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 0.5rem;
}
.historyList ul li::after {
  content: "";
  border: solid 6px transparent;
  border-top: solid 6px #aaa;
  width: 6px;
  display: flex;
  justify-content: center;
  position: absolute;
  bottom: -12px;
  left: 0;
  right: 0;
  text-align: center;
  margin: 0 auto;
}
.historyList ul li:last-child::after {
  content: "";
  display: none;
}
.historyList ul li span {
  background-color: rgb(178.3630136986, 224.1164383562, 248.1369863014);
  width: 22%;
  padding: 1rem 1rem;
  border-radius: 1em;
  color: #fff;
  line-height: 1.2;
  font-size: 1em;
  text-align: center;
}
.historyList ul li p {
  width: 78%;
  padding: 1rem;
  padding-left: 2em;
  margin: 0 0 0 0;
  line-height: 1.2;
  font-size: 1em;
}

#greed {
  padding-bottom: 6em;
}
#greed div p {
  overflow: hidden;
  text-align: left;
}
#greed div p span {
  margin-top: 1rem;
  float: right;
}

/*---------------------------------------------------------------*/
/* Start Call To Action
/*---------------------------------------------------------------*/
.call-to-action {
  background: url(../images/parallax/call-to.jpg);
  background-attachment: fixed;
  background-size: cover;
  background-position: 50% 90%;
  color: #fff;
  text-align: center;
  padding: 100px 0;
}
.call-to-action h2 {
  margin-bottom: 2em;
}
.call-to-action p {
  color: #fff;
  font-weight: 300;
  font-size: 1.2em;
  line-height: 40px;
  letter-spacing: 3px;
}
.call-to-action .btn-primary {
  padding: 20px;
  font-size: 16px;
}
.call-to-action .btn-primary:hover {
  background: transparent;
}

/* ----------------------------------*/
/* Start business Section         */
/* ----------------------------------*/
#business-section {
  padding-top: 80px;
  padding-bottom: 120px;
  background: #fff;
  color: #111;
  overflow: hidden;
}
#business-section div.row > div {
  margin-bottom: 2em;
}

.businessCnt {
  position: relative;
  overflow: hidden;
}
.businessCnt .business-details {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(12, 92, 134, 0.8);
  color: #fff;
  padding: 0 2px;
  opacity: 0;
  text-align: center;
  transition: all 0.3s;
}
.businessCnt .business-details h4 {
  padding-top: 45%;
  /*15%*/
  padding-bottom: 5%;
  font-size: 22px;
}
.businessCnt .business-details p {
  padding-bottom: 20%;
  font-size: 16px;
  color: #fff;
}
.businessCnt .business-details li {
  display: inline-block;
  padding-top: 20px;
}
.businessCnt .business-details li a {
  padding: 8px 12px;
  background: #fff;
  border: 1px solid transparent;
  color: #111;
  font-size: 16px;
}
.businessCnt .business-details li:hover a {
  background: transparent;
  border: 1px solid #fff;
  color: #fff;
}

.business-details h4, .business-details p, .business-details li {
  transition: transform 0.35s;
  transform: translate3d(0, 200%, 0);
}

.businessCnt:hover .business-details {
  opacity: 1;
  filter: Alpha(Opacity=100);
}
.businessCnt:hover .business-details h4, .businessCnt:hover .business-details p, .businessCnt:hover .business-details li {
  transform: translate3d(0, 0, 0);
}
.businessCnt:hover .business-details h4 {
  transition-delay: 0.1s;
}
.businessCnt:hover .business-details p {
  transition-delay: 0.15s;
}
.businessCnt:hover .business-details li:nth-child(n+1) {
  transition-delay: 0.2s;
}
.businessCnt:hover .business-details li:nth-child(n+2) {
  transition-delay: 0.25s;
}
.businessCnt:hover .business-details li:nth-child(n+3) {
  transition-delay: 0.3s;
}
.businessCnt:hover .business-details li:nth-child(n+4) {
  transition-delay: 0.35s;
}
.businessCnt:hover .business-details li:nth-child(n+5) {
  transition-delay: 0.4s;
}

.news {
  width: 100%;
}
.news ul li {
  margin-bottom: 10px;
  padding-bottom: 10px;
  line-height: 18px;
  border-bottom: 1px #CCC dashed;
}
.news ul li span {
  display: inline-block;
  min-width: 4.5em;
  padding: 0.3em;
  padding-left: 1em;
  font-size: 1.3rem;
}
.news ul li .label-info {
  background-color: #5bc0de;
}
.news ul li .label {
  margin: 0 1em 0 0;
  display: inline-block;
  padding: 0.1em 0.6em;
  position: relative;
  top: -3px;
  font-size: 0.7em;
  font-weight: 700;
  line-height: 2;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25em;
}
.news ul li p {
  display: block;
  margin-bottom: 0;
  padding-left: 1em;
  font-size: 1.3rem;
}
.news ul li a {
  color: #999;
}
.news ul li a:hover {
  color: #000;
}
.news ul li small {
  font-size: 10px;
  color: #999;
  font-style: italic;
}

/********************************/
/* Start Service Section
/********************************/
#service-section {
  padding-top: 40px;
  padding-bottom: 40px;
}
#service-section > div > div > div:nth-child(2) > div.services-post > span {
  background: url(../images/service/service_img01.jpg) no-repeat;
  background-size: cover;
}
#service-section > div > div > div:nth-child(3) > div.services-post > span {
  background: url(../images/service/service_img05.jpg) no-repeat;
  background-size: cover;
}
#service-section > div > div > div:nth-child(4) > div.services-post > span {
  background: url(../images/service/service_img06.jpg) no-repeat;
  background-size: cover;
}
#service-section .services-post {
  text-align: center;
  margin-bottom: 80px;
}
#service-section .services-post span {
  display: inline-block;
  text-decoration: none;
  overflow: hidden;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  width: 9em;
  height: 9em;
  margin: 0 0 24px;
  line-height: 100px;
  color: #111;
  font-size: 30px;
  text-align: center;
  background: transparent;
  border: 2px solid #111;
  border-radius: 50%;
}
#service-section .services-post h2 {
  color: #111;
  font-weight: 400;
  margin: 0 0 14px;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 600;
}

/* magazine_ad */
#magazineAd {
  padding-bottom: 0;
}
#magazineAd .headTxt {
  padding: 0 0 80px;
}
#magazineAd .headTxt h2 {
  line-height: 1.3;
  letter-spacing: 2px;
  color: #0C5C86;
  margin-bottom: 40px;
}
#magazineAd .headImage {
  background: url(../images/contents/magazine_ad_img.png) 110% bottom no-repeat;
  padding-top: 50px;
  background-size: 50vh auto;
  overflow: hidden;
}

#magazineAd2 {
  background: url(../images/parallax/bg-02.jpg);
  background-attachment: fixed;
  background-size: cover;
  padding-top: 120px;
  padding-bottom: 80px;
  overflow: hidden;
}
#magazineAd2 h2 {
  display: block;
  font-family: Dosis;
  font-weight: 400;
  letter-spacing: 2px;
  color: #ffffff;
  text-align: center;
  margin-bottom: 40px;
}
#magazineAd2 > div h3 {
  letter-spacing: 2px;
  color: #ffffff;
  font-size: 2rem;
  text-align: center;
  margin-bottom: 25px;
}
#magazineAd2 > div h3 > span {
  font-family: Dosis;
  font-weight: 200;
  font-size: 2.5em;
  color: #1799DD;
  opacity: 0.7;
  position: relative;
  top: 0.5vh;
}
#magazineAd2 > div h3 + div.image {
  overflow: hidden;
  border-radius: 6px;
  margin-bottom: 15px;
  border: solid 3px #ffffff;
}
#magazineAd2 > div p {
  color: #ffffff;
}

#magazineAd3 {
  background: #f0f0f0;
  padding: 120px 0 80px;
}
#magazineAd3 h3 {
  color: #0C5C86;
  font-size: 1.3em;
  margin-bottom: 20px;
  position: relative;
}
#magazineAd3 h3::after {
  content: "";
  border-bottom: solid 1px #c5c5c5;
  position: absolute;
  top: 50%;
  right: 0;
  width: 75%;
}
#magazineAd3 dl {
  margin-bottom: 60px;
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#magazineAd3 dt {
  min-width: 90%;
  padding: 0;
}
#magazineAd4 {
  background: #ffffff;
  padding: 120px 0 80px;
}
#magazineAd4 h3 {
  font-size: 1.8em;
  color: #0C5C86;
  margin-bottom: 20px;
  position: relative;
}
#magazineAd4 .txtCnt {
  max-width: 900px;
  margin: 0 auto 60px;
}
#magazineAd4 .fig {
  text-align: center;
}
#magazineAd4 .fig img {
  max-width: 980px;
  margin: 0 auto;
}

#access-section {
  padding-bottom: 4em;
}
#access-section #mapCnt {
  width: 100%;
  display: block;
}
#access-section #mapCnt .cnt {
  margin-bottom: 2em;
}
#access-section #mapCnt .cnt h2 {
  color: #1799DD;
  letter-spacing: 2px;
  margin-bottom: 10px;
}
#access-section #mapCnt .cnt p:first-of-type {
  font-size: 3.5vw;
  line-height: 1.6;
  text-align: left;
  margin-bottom: 1em;
}
#access-section #mapCnt .cnt p:last-of-type {
  background-color: rgb(221.9405737705, 241.387295082, 251.5594262295);
  border-radius: 0.5em;
  color: #1799DD;
  font-size: 1.2rem;
  line-height: 1.5;
  text-align: center;
  margin-bottom: 2em;
  padding: 0.5em 1.5em;
}
#access-section #mapCnt iframe {
  width: 100%;
  display: block;
  margin-bottom: 2em;
}

/* #contact */
#contact iframe {
  width: 100%;
  min-height: 100vh;
  display: block;
  margin-bottom: 2em;
}
#contact p.caution {
  font-size: 0.8em;
  margin: 1em 0;
}

/***************************************/
/* Start Client & Testimonial Section
/***************************************/
#testimonial-section {
  background: url(../images/parallax/call-to.jpg) no-repeat;
  background-size: cover;
  padding: 100px 0;
  color: #fff;
}

.testimonial-item {
  text-align: center;
}
.testimonial-item p {
  color: #fff;
  margin-left: 20%;
  margin-right: 20%;
}
.testimonial-item img {
  width: 100px;
  height: 100px;
  margin-top: 30px;
  margin-bottom: 30px;
  border-radius: 100%;
}
.testimonial-item .desgnation {
  margin-top: 5px;
  margin-bottom: 30px;
}

/***********************************/
/* Start Contact Section
/***********************************/
.contact {
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  background-repeat: no-repeat;
  padding-top: 80px;
  padding-bottom: 100px;
}

.form-control {
  border-radius: 0;
  border: 2px solid #aaa;
}

.contact .form-group {
  margin-bottom: 25px;
}

textarea {
  width: 100%;
}

.contact .form-group input, .contact .form-group textarea {
  padding: 20px;
}
.contact .form-group input.form-control {
  height: auto;
}
.contact .form-group textarea.form-control {
  height: 236px;
}
.contact::-webkit-input-placeholder, .contact:-moz-placeholder, .contact:-ms-input-placeholder {
  text-transform: uppercase;
  font-family: Montserrat, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 700;
  color: #bbb;
}
.contact .text-danger {
  color: #e74c3c;
}
.contact button {
  font-weight: 400;
  margin-top: 30px;
}

@media (max-width: 374px) {
  p, li, dt, dd {
    font-size: 1.2rem;
    letter-spacing: 0.02em;
  }
  * span {
    font-size: inherit;
  }
  .banner svg {
    width: 160% !important;
  }
  .banner .intro-text h1 {
    font-size: 1.1rem !important;
  }
  .banner .intro-text h1 span {
    font-size: 1.1em !important;
  }
}
@media (max-width: 767px) {
  .pcOn {
    display: none;
  }
  .banner svg {
    right: 0;
    left: auto;
    width: 135%;
  }
  .banner .intro-text h1 {
    font-size: 1.3rem;
    font-weight: 700;
    line-height: 1.6;
    letter-spacing: 0.05em;
    margin-bottom: 2em;
  }
  .banner .intro-text h1 span {
    font-size: 1.6rem;
  }
  .section-title {
    margin-bottom: 40px;
  }
  .section-title h2 {
    font-size: 1.2rem;
    line-height: 1.2;
    text-align: center;
  }
  .section-title h2 span {
    border-right: 0 none;
    width: 100%;
    text-align: center;
    display: block;
    padding: 20px 0;
  }
  .section-title h2 span::after {
    content: "";
    background-color: #ccc;
    display: block;
    height: 1px;
    width: 120%;
    position: absolute;
    bottom: 14px;
    left: -10%;
    right: 0;
    text-align: center;
    margin: 0 auto;
  }
  /* section.contentSC */
  section.contentSC {
    padding: 6rem 0 4rem;
    overflow: hidden;
    position: relative;
  }
  section.contentSC h2 {
    font-size: 2.4rem;
    letter-spacing: 1px;
    margin-bottom: 0;
    position: relative;
  }
  section.contentSC h2 > span {
    font-size: 1rem;
    position: relative;
    border: none;
  }
  #company-section {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .company-text {
    margin-top: 20px;
  }
  .call-to-action {
    padding: 30px 0;
  }
  .call-to-action p {
    font-size: 1.2rem;
    line-height: 2;
  }
  #business-section {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  #testimonial-section {
    padding: 30px 0 0;
  }
  /*-- custom subpage --*/
  .page-header, .page-header2 {
    margin: 55px 0 10px;
    padding: 25px 0;
  }
  .page-header h1, .page-header2 h1 {
    font-size: 3rem;
    line-height: 1.5;
  }
  .page-header h1 > span.subTxt, .page-header2 h1 > span.subTxt {
    display: block;
    clear: both;
    position: relative;
    left: 0;
  }
  /* magazine_ad */
  .contentSC#magazineAd {
    padding: 0 0 40px;
  }
  .contentSC#magazineAd .headTxt {
    padding: 15px;
  }
  .contentSC#magazineAd .headTxt h2 {
    font-size: 1.8rem;
    width: 65%;
    margin: 5rem 0;
  }
  .contentSC#magazineAd .headImage {
    background: url(../images/contents/magazine_ad_img.png) 115% 10px no-repeat;
    padding-top: 0px;
    background-size: 45% auto;
    overflow: hidden;
  }
  .contentSC#magazineAd2 {
    background: url(../images/parallax/bg-02.jpg);
    background-attachment: fixed;
    background-size: cover;
    padding-top: 60px;
    padding-bottom: 40px;
    overflow: hidden;
  }
  .contentSC#magazineAd2 h3 {
    font-size: 1.8rem;
  }
  .contentSC#magazineAd2 h3 > span {
    font-size: 3.5rem;
    font-weight: 400;
  }
  .contentSC#magazineAd2 li {
    margin-bottom: 30px;
  }
  .contentSC#magazineAd3 {
    background: #f0f0f0;
    padding: 6rem 0 4rem;
  }
  .contentSC#magazineAd3 h2 span {
    left: 0;
  }
  .contentSC#magazineAd3 h3 {
    font-size: 1.8rem;
  }
  .contentSC#magazineAd3 h3::after {
    content: "";
    border-bottom: solid 1px #c5c5c5;
    position: absolute;
    top: 50%;
    right: 0;
    width: 42%;
  }
  .contentSC#magazineAd3 dd {
    padding: 0;
  }
  .contentSC#magazineAd4 {
    padding: 6rem 0 4rem;
  }
  .contentSC#magazineAd4 h2 > span {
    left: 0;
  }
  .contentSC#magazineAd4 .txtCnt {
    width: 100%;
    margin: 0 auto 30px;
  }
  .contentSC#magazineAd4 .fig img {
    max-width: 100% x;
    margin: 0 auto;
  }
}
/*-- SP End --*/
@media (min-width: 768px) {
  /* iPadmini以上 ---------------------------------------------------*/
  .pcOn {
    display: none;
  }
  .banner {
    height: 470px;
    background-position: center 55px;
    padding-top: 85px;
  }
  .banner .overlay .intro-text {
    padding: 15% 0;
  }
  .banner .overlay .intro-text h1 {
    font-size: 1.5em;
  }
  .banner .overlay .intro-text h1 span {
    font-size: 1.7em;
  }
  .section-title p {
    font-size: 18px;
  }
  .page-header {
    padding: 50px 0;
    margin-top: 99px;
  }
  .page-header2 {
    padding: 50px 0;
  }
  #footer-section > div.container > div.row > div > div.sitemap {
    display: flex;
    flex-wrap: wrap;
    justify-content: start;
  }
  #footer-section > div.container > div.row > div > div.sitemap ul {
    margin-right: 15px;
  }
  .dropdown li a, .sup-dropdown li a {
    padding: 12px 12px;
  }
  /* subpage */
  #service-section .services-post span {
    width: 7em;
    height: 7em;
  }
  #magazineAd .headImage {
    background: url(../images/contents/magazine_ad_img.png) 130% bottom no-repeat;
    background-size: 40vh auto;
    overflow: hidden;
  }
  .companyInfo table {
    width: 100%;
  }
  .companyInfo table tr {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .companyInfo table tr th, .companyInfo table tr td {
    border-bottom: solid 1px #ddd;
    width: 70%;
    font-size: 1.4rem;
    padding: 1em;
  }
  .companyInfo table tr th {
    width: 30%;
    background-color: #eee;
  }
  .companyInfo table tr:first-child th, .companyInfo table tr:first-child td {
    border-top: solid 1px #ddd;
  }
  #access-section #mapCnt .cnt p:first-of-type {
    font-size: 1.5rem;
  }
  #access-section #mapCnt .cnt p:last-of-type {
    font-size: 1.7vw;
    text-align: left;
  }
}
@media (min-width: 801px) {
  /* notePC --------------------------------------------------------- */
  .pcOn {
    display: inline;
  }
  .banner {
    height: 638px;
    overflow: hidden;
  }
  .banner .intro-text {
    max-width: 900px;
    margin: 0 auto;
  }
  .banner .intro-text h1 {
    font-size: 3.29rem;
    line-height: 1.7;
  }
  #magazineAd .headImage {
    background: url(../images/contents/magazine_ad_img.png) 95% bottom no-repeat;
    background-size: 45vh auto;
    overflow: hidden;
  }
  #pagetop a {
    padding: 15px 15px 10px;
  }
  #pagetop a:hover {
    text-decoration: none;
    background: rgb(18.2876712329, 140.2054794521, 204.2123287671);
  }
  #access-section #mapCnt .cnt p:last-of-type {
    border-radius: 16px;
    font-size: 16px;
    padding: 1rem 1em;
    line-height: 1;
    text-align: center;
  }
} /*-- PC End --*/
/*	fix css
----------------------------------------------------*/
.w10 {
  width: 10% !important;
}

.w15 {
  width: 15% !important;
}

.w20 {
  width: 20% !important;
}

.w25 {
  width: 25% !important;
}

.w30 {
  width: 30% !important;
}

.w35 {
  width: 35% !important;
}

.w40 {
  width: 40% !important;
}

.w45 {
  width: 45% !important;
}

.w50 {
  width: 50% !important;
}

.w55 {
  width: 55% !important;
}

.w60 {
  width: 60% !important;
}

.w65 {
  width: 65% !important;
}

.w70 {
  width: 70% !important;
}

.w75 {
  width: 75% !important;
}

.w80 {
  width: 80% !important;
}

.w85 {
  width: 85% !important;
}

.w90 {
  width: 90% !important;
}

.w91 {
  width: 91% !important;
}

.w92 {
  width: 92% !important;
}

.w93 {
  width: 93% !important;
}

.w94 {
  width: 94% !important;
}

.w95 {
  width: 95% !important;
}

.w96 {
  width: 96% !important;
}

.w97 {
  width: 97% !important;
}

.w98 {
  width: 98% !important;
}

.w99 {
  width: 99% !important;
}

.w100 {
  width: 100% !important;
}

.mclear {
  margin: 0 !important;
}

.mt0 {
  margin-top: 0 !important;
}

.mt1 {
  margin-top: 1px !important;
}

.mt2 {
  margin-top: 2px !important;
}

.mt3 {
  margin-top: 3px !important;
}

.mt4 {
  margin-top: 4px !important;
}

.mt5 {
  margin-top: 5px !important;
}

.mt6 {
  margin-top: 6px !important;
}

.mt8 {
  margin-top: 8px !important;
}

.mt10 {
  margin-top: 10px !important;
}

.mt15 {
  margin-top: 15px !important;
}

.mt20 {
  margin-top: 20px !important;
}

.mt25 {
  margin-top: 25px !important;
}

.mt30 {
  margin-top: 30px !important;
}

.mt35 {
  margin-top: 35px !important;
}

.mt40 {
  margin-top: 40px !important;
}

.mt45 {
  margin-top: 45px !important;
}

.mt50 {
  margin-top: 50px !important;
}

.mt60 {
  margin-top: 60px !important;
}

.mt70 {
  margin-top: 70px !important;
}

.mt80 {
  margin-top: 80px !important;
}

.mt90 {
  margin-top: 90px !important;
}

.mt100 {
  margin-top: 100px !important;
}

.mr0 {
  margin-right: 0 !important;
}

.mr1 {
  margin-right: 1px !important;
}

.mr2 {
  margin-right: 2px !important;
}

.mr3 {
  margin-right: 3px !important;
}

.mr4 {
  margin-right: 4px !important;
}

.mr5 {
  margin-right: 5px !important;
}

.mr6 {
  margin-right: 6px !important;
}

.mr8 {
  margin-right: 8px !important;
}

.mr10 {
  margin-right: 10px !important;
}

.mr15 {
  margin-right: 15px !important;
}

.mr20 {
  margin-right: 20px !important;
}

.mr25 {
  margin-right: 25px !important;
}

.mr30 {
  margin-right: 30px !important;
}

.mr35 {
  margin-right: 35px !important;
}

.mr40 {
  margin-right: 40px !important;
}

.mr45 {
  margin-right: 45px !important;
}

.mr50 {
  margin-right: 50px !important;
}

.mb0 {
  margin-bottom: 0 !important;
}

.mb1 {
  margin-bottom: 1px !important;
}

.mb2 {
  margin-bottom: 2px !important;
}

.mb3 {
  margin-bottom: 3px !important;
}

.mb4 {
  margin-bottom: 4px !important;
}

.mb5 {
  margin-bottom: 5px !important;
}

.mb6 {
  margin-bottom: 6px !important;
}

.mb8 {
  margin-bottom: 8px !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;
}

.mb35 {
  margin-bottom: 35px !important;
}

.mb40 {
  margin-bottom: 40px !important;
}

.mb45 {
  margin-bottom: 45px !important;
}

.mb50 {
  margin-bottom: 50px !important;
}

.mb60 {
  margin-bottom: 60px !important;
}

.mb70 {
  margin-bottom: 70px !important;
}

.mb80 {
  margin-bottom: 80px !important;
}

.mb90 {
  margin-bottom: 90px !important;
}

.mb100 {
  margin-bottom: 100px !important;
}

.ml0 {
  margin-left: 0px !important;
}

.ml1 {
  margin-left: 1px !important;
}

.ml2 {
  margin-left: 2px !important;
}

.ml3 {
  margin-left: 3px !important;
}

.ml4 {
  margin-left: 4px !important;
}

.ml5 {
  margin-left: 5px !important;
}

.ml6 {
  margin-left: 6px !important;
}

.ml8 {
  margin-left: 8px !important;
}

.ml10 {
  margin-left: 10px !important;
}

.ml15 {
  margin-left: 15px !important;
}

.ml20 {
  margin-left: 20px !important;
}

.ml25 {
  margin-left: 25px !important;
}

.ml30 {
  margin-left: 30px !important;
}

.ml35 {
  margin-left: 35px !important;
}

.ml40 {
  margin-left: 40px !important;
}

.ml45 {
  margin-left: 45px !important;
}

.ml50 {
  margin-left: 50px !important;
}

.pclear {
  padding: 0 !important;
}

.pt0 {
  padding-top: 0 !important;
}

.pt1 {
  padding-top: 1px !important;
}

.pt2 {
  padding-top: 2px !important;
}

.pt3 {
  padding-top: 3px !important;
}

.pt4 {
  padding-top: 4px !important;
}

.pt5 {
  padding-top: 5px !important;
}

.pt6 {
  padding-top: 6px !important;
}

.pt8 {
  padding-top: 8px !important;
}

.pt10 {
  padding-top: 10px !important;
}

.pt15 {
  padding-top: 15px !important;
}

.pt20 {
  padding-top: 20px !important;
}

.pt25 {
  padding-top: 25px !important;
}

.pt30 {
  padding-top: 30px !important;
}

.pt35 {
  padding-top: 35px !important;
}

.pt40 {
  padding-top: 40px !important;
}

.pt45 {
  padding-top: 45px !important;
}

.pt50 {
  padding-top: 50px !important;
}

.pt60 {
  padding-top: 60px !important;
}

.pt70 {
  padding-top: 70px !important;
}

.pt80 {
  padding-top: 80px !important;
}

.pt90 {
  padding-top: 90px !important;
}

.pt100 {
  padding-top: 100px !important;
}

.pr0 {
  padding-right: 0 !important;
}

.pr1 {
  padding-right: 1px !important;
}

.pr2 {
  padding-right: 2px !important;
}

.pr3 {
  padding-right: 3px !important;
}

.pr4 {
  padding-right: 4px !important;
}

.pr5 {
  padding-right: 5px !important;
}

.pr6 {
  padding-right: 6px !important;
}

.pr8 {
  padding-right: 8px !important;
}

.pr10 {
  padding-right: 10px !important;
}

.pr15 {
  padding-right: 15px !important;
}

.pr20 {
  padding-right: 20px !important;
}

.pr25 {
  padding-right: 25px !important;
}

.pr30 {
  padding-right: 30px !important;
}

.pr40 {
  padding-right: 40px !important;
}

.pb0 {
  padding-bottom: 0 !important;
}

.pb1 {
  padding-bottom: 1px !important;
}

.pb2 {
  padding-bottom: 2px !important;
}

.pb3 {
  padding-bottom: 3px !important;
}

.pb4 {
  padding-bottom: 4px !important;
}

.pb5 {
  padding-bottom: 5px !important;
}

.pb6 {
  padding-bottom: 6px !important;
}

.pb8 {
  padding-bottom: 8px !important;
}

.pb10 {
  padding-bottom: 10px !important;
}

.pb15 {
  padding-bottom: 15px !important;
}

.pb20 {
  padding-bottom: 20px !important;
}

.pb25 {
  padding-bottom: 25px !important;
}

.pb30 {
  padding-bottom: 30px !important;
}

.pb35 {
  padding-bottom: 35px !important;
}

.pb40 {
  padding-bottom: 40px !important;
}

.pb45 {
  padding-bottom: 45px !important;
}

.pb50 {
  padding-bottom: 50px !important;
}

.pb60 {
  padding-bottom: 60px !important;
}

.pb70 {
  padding-bottom: 70px !important;
}

.pb80 {
  padding-bottom: 80px !important;
}

.pb90 {
  padding-bottom: 90px !important;
}

.pb100 {
  padding-bottom: 100px !important;
}

.pl0 {
  padding-left: 0px !important;
}

.pl1 {
  padding-left: 1px !important;
}

.pl2 {
  padding-left: 2px !important;
}

.pl3 {
  padding-left: 3px !important;
}

.pl4 {
  padding-left: 4px !important;
}

.pl5 {
  padding-left: 5px !important;
}

.pl6 {
  padding-left: 6px !important;
}

.pl8 {
  padding-left: 8px !important;
}

.pl10 {
  padding-left: 10px !important;
}

.pl15 {
  padding-left: 15px !important;
}

.pl20 {
  padding-left: 20px !important;
}

.pl25 {
  padding-left: 25px !important;
}

.pl30 {
  padding-left: 30px !important;
}

.pl35 {
  padding-left: 35px !important;
}

.pl40 {
  padding-left: 40px !important;
}

.mp0 {
  margin: 0 !important;
  padding: 0 !important;
}

.fN {
  font-weight: normal !important;
}

.fB {
  font-weight: bold !important;
}

/* サイズプラス */
.fsP1 {
  font-size: 1.08em !important;
}

.fsP2 {
  font-size: 1.16em !important;
}

.fsP3 {
  font-size: 1.24em !important;
}

.fsP4 {
  font-size: 1.32em !important;
}

.fsP5 {
  font-size: 1.4em !important;
}

/* サイズマイナス */
.fsM1 {
  font-size: 0.92em !important;
}

.fsM2 {
  font-size: 0.84em !important;
}

.fsM3 {
  font-size: 0.76em !important;
}

.fsM4 {
  font-size: 0.68em !important;
}

.fsM5 {
  font-size: 0.6em !important;
}

.fr {
  float: right !important;
}

.fl {
  float: left !important;
}

.nofl {
  float: none !important;
}

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

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

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

.noBdr {
  border: none !important;
}

.noBdrT {
  border-top: none !important;
}

.noBdrB {
  border-bottom: none !important;
}

.noBdrL {
  border-left: none !important;
}

.noBdrR {
  border-right: none !important;
}

.lh0 {
  line-height: 0 !important;
}

.lh09 {
  line-height: 0.9 !important;
}

.lh10 {
  line-height: 1 !important;
}

.lh11 {
  line-height: 1.1 !important;
}

.lh12 {
  line-height: 1.2 !important;
}

.lh13 {
  line-height: 1.3 !important;
}

.lh14 {
  line-height: 1.4 !important;
}

.lh15 {
  line-height: 1.5 !important;
}

.lh16 {
  line-height: 1.6 !important;
}

.lh17 {
  line-height: 1.7 !important;
}

.lh18 {
  line-height: 1.8 !important;
}

.lh19 {
  line-height: 1.9 !important;
}

.lh20 {
  line-height: 2 !important;
}

.clr {
  clear: both;
}

.block {
  display: block !important;
}

.inline {
  display: inline !important;
}

.inlineB {
  display: inline-block !important;
}

.ofh {
  overflow: hidden !important;
}

.nowrap {
  white-space: nowrap !important;
}

.indent {
  text-indent: -1em;
  padding-left: 1em;
}

.hideTxt {
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
}

.under {
  text-decoration: underline !important;
}

.centerImg {
  text-align: center !important;
}
.centerImg img {
  display: block;
  margin-left: auto !important;
  margin-right: auto !important;
}

@media screen and (max-width: 767px) {
  .noSP {
    display: none;
  }
  .noPC {
    display: block;
  }
}
@media screen and (min-width: 768px) {
  .bt a:hover, .bt a:hover img {
    opacity: 0.7;
  }
  .noPC {
    display: none;
  }
  .noSP {
    display: block;
  }
}
.onTab {
  display: none;
}

@media screen and (min-width: 768px) and (max-width: 800px) {
  .onTab {
    display: block;
  }
}/*# sourceMappingURL=style.css.map */