﻿@charset "UTF-8";
@import url("../../css");
@import url("../../releases/v5.0.6/css/all.css");
@import url(kathamo.css);
@import url("../../css");
@import url("../../releases/v5.0.6/css/all.css");
@import url("../../css");
@import url("../../releases/v5.0.6/css/all.css");
.blue {
  color: #004695;
}

.lightblue {
  color: #6699CC;
}

.pink {
  color: #F19FB9;
}

.red {
  color: #FC0E1C;
}

.blue {
  color: #004695;
}

.lightblue {
  color: #6699CC;
}

.pink {
  color: #F19FB9;
}

.red {
  color: #FC0E1C;
}

/* __________________________________________________ Header */
header {
  width: 100%;
  text-align: left;
  margin: auto;
  padding: 0;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  background: rgba(255, 255, 255, 0.9);
  z-index: 2;
  height: 100px;
}
@media screen and (max-width: 767px) {
  header {
    padding: 0;
    height: auto;
    min-height: 50px;
  }
}
header.fixed {
  box-shadow: 0 1px 10px rgba(0, 0, 0, 0.3);
}
header .header-logo a {
  display: inline-block;
  margin: 12px 0 5px 10px;
}
@media screen and (max-width: 767px) {
  header .header-logo a {
    margin: 5px 0 5px 10px;
  }
}
@media screen and (max-width: 767px) {
  header .header-logo a img {
    height: 40px;
    width: auto;
  }
}
header .header-menu {
  position: absolute;
  right: 120px;
  top: 26px;
}
header .header-menu a {
  line-height: 48px;
  margin-right: 60px;
  color: #000;
}
@media screen and (max-width: 767px) {
  header .header-menu {
    display: none;
  }
}
header .lnav-wrapper {
  display: none;
  position: absolute;
  left: 0;
  right: 0;
  top: 100px;
  overflow-y: auto;
  height: calc(100vh - 100px);
  background: #004696;
  /* Old browsers */
  background: linear-gradient(to right, #004696 1%, #229bb3 50%, #45f2cf 100%);
  -ms-overflow-style: none;
  -webkit-overflow-scrolling: touch;
}
@media screen and (max-width: 767px) {
  header .lnav-wrapper {
    top: 50px;
    height: calc(100vh - 50px);
  }
}
header .lnav-wrapper .nav-list {
  margin: 0;
  padding: 0;
}
header .lnav-wrapper .nav-list section {
  padding: 20px;
}
@media screen and (max-width: 767px) {
  header .lnav-wrapper .nav-list section {
    text-align: center;
    padding: 20px 0px;
  }
}
header .lnav-wrapper .nav-list section.menu04 {
  background: rgba(0, 0, 0, 0.1);
  padding: 20px;
}
@media screen and (max-width: 640px) {
  header .lnav-wrapper .nav-list section.menu04 {
    padding-bottom: 100px;
    padding: 20px 0 100px;
  }
}
header .lnav-wrapper .nav-list section h2 {
  margin: 0;
  padding: 0;
  font-family: "fot-tsukuardgothic-std", sans-serif !important;
  font-weight: 700;
  font-size: 1.125rem;
  /*18px*/
  display: block;
  flex-basis: 100%;
  color: #fff;
}
@media screen and (max-width: 767px) {
  header .lnav-wrapper .nav-list section h2 {
    margin: auto;
  }
}
header .lnav-wrapper .nav-list section h2 a {
  display: inline-block;
  color: #fff;
  text-decoration: none !important;
}
header .lnav-wrapper .nav-list section h2 a.current::after {
  content: '\f00c';
  background: rgba(0, 0, 0, 0.2);
  border-radius: 150px;
  padding: 0.3em;
  box-sizing: content-box;
  font-size: 0.75rem;
  /*12px*/
}
header .lnav-wrapper .nav-list section h2::before {
  content: '';
  display: inline-block;
  width: 28px;
  height: 24px;
  background: url(../img/icon_kira_wt.png);
  background-size: cover;
  margin-right: 5px;
}
@media screen and (max-width: 767px) {
  header .lnav-wrapper .nav-list section h2::before {
    width: 30px;
    height: 26px;
  }
}
header .lnav-wrapper .nav-list section h2 a::after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 0.75rem;
  /*12px*/
  content: '\f138';
  display: inline-block;
  margin-left: 0.7em;
  line-height: 1;
  vertical-align: middle;
}
header .lnav-wrapper .nav-list section ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
header .lnav-wrapper .nav-list section ul li {
  flex-basis: 25%;
  max-width: 25%;
  margin: 0;
  padding: 5px 10px;
  font-size: 13px;
  line-height: 1.3;
}
@media screen and (max-width: 767px) {
  header .lnav-wrapper .nav-list section ul li {
    flex-basis: 50%;
    max-width: 50%;
    padding: 2px;
    letter-spacing: 0;
    font-size: 10px;
  }
}
header .lnav-wrapper .nav-list section ul li a {
  color: #fff;
  display: block;
  border: 2px solid rgba(255, 255, 255, 0.7);
  text-decoration: none !important;
  text-align: center;
  border-radius: 5px;
  padding: 0.7em 1em 0.7em 0.7em;
  position: relative;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  header .lnav-wrapper .nav-list section ul li a {
    border-width: 1px;
  }
}
header .lnav-wrapper .nav-list section ul li a::after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: '\f054';
  position: absolute;
  right: 5px;
  top: 30%;
  font-weight: 900;
  font-size: 0.75rem;
  /*12px*/
}
@media screen and (max-width: 767px) {
  header .lnav-wrapper .nav-list section ul li a::after {
    right: 2px;
  }
}
header .lnav-wrapper .nav-list section ul li a:hover {
  background: rgba(255, 255, 255, 0.5);
}
header .lnav-wrapper .nav-list section ul li a[href*='http']::after {
  content: '\f35d';
}
header .lnav-wrapper .nav-list section ul li.current a {
  background: rgba(0, 0, 0, 0.2);
}
header .lnav-wrapper .nav-list section ul li.subttl {
  display: none;
}

/* Burger Menu Buttons*/
#menuBtn {
  display: block;
  width: 120px;
  height: 48px;
  overflow: hidden;
  z-index: 1;
  cursor: pointer;
  text-align: center;
  background: none;
  right: 10px;
  top: 26px;
  position: absolute;
  border: 1px solid #ccc;
  border-radius: 5px;
}
@media screen and (max-width: 767px) {
  #menuBtn {
    top: 2px;
    right: 2px;
    width: 48px;
    height: 48px;
    border: none;
    border-radius: 0;
  }
}
@media screen and (max-width: 767px) {
  #menuBtn.active .menuIcon span {
    background: #fff;
  }
}
#menuBtn .menuBtn-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 10px;
}
#menuBtn .menuBtn-inner .menuTxt {
  flex-basis: 70px;
  text-align: center;
  font-size: 14px;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  #menuBtn .menuBtn-inner .menuTxt {
    display: none;
  }
}
#menuBtn .menuBtn-inner .menuIcon {
  flex-basis: 30px;
  height: 46px;
  position: relative;
}
#menuBtn .menuBtn-inner .menuIcon span {
  transition: all 0.3s;
  background: #000;
  position: absolute;
  height: 5px;
  line-height: 5px;
  width: 30px;
  margin: 0;
  padding: 0;
  left: 0px;
}
#menuBtn .menuBtn-inner .menuIcon .top {
  transform: translate(0px, 10px);
}
#menuBtn .menuBtn-inner .menuIcon .middle {
  transform: translate(0px, 20px);
}
#menuBtn .menuBtn-inner .menuIcon .bottom {
  transform: translate(0px, 30px);
}
#menuBtn.active .menuBtn-inner .menuIcon .middle {
  opacity: 0;
  transform-origin: right;
}
#menuBtn.active .menuBtn-inner .menuIcon .top {
  transform: rotate(-45deg) translate(-15px, 15px);
}
#menuBtn.active .menuBtn-inner .menuIcon .bottom {
  transform: rotate(45deg) translate(15px, 15px);
}

body::before {
  transition: all 0.3s;
  background: rgba(255, 255, 255, 0);
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  display: block;
  height: 0px;
}
body.menuActive::before {
  background: rgba(255, 255, 255, 0.9);
  z-index: 2;
  display: block;
  width: 100%;
  height: 100%;
  bottom: 0;
}

.blue {
  color: #004695;
}

.lightblue {
  color: #6699CC;
}

.pink {
  color: #F19FB9;
}

.red {
  color: #FC0E1C;
}

/* __________________________________________________ Footer */
footer {
  background: #fff;
  color: #fff;
  text-align: left;
  padding: 0;
  border-top: 3px solid #004695;
}
@media screen and (max-width: 767px) {
  footer {
    padding: 20px 0px 0;
  }
}
footer section {
  max-width: 1200px;
  margin: 0 auto;
  padding: 50px 20px;
  overflow: hidden;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  footer section {
    margin: 0;
    padding: 30px 20px;
    display: block;
  }
}
footer section dl {
  color: #000;
  display: flex;
  margin: 0;
  padding: 0;
}
@media screen and (max-width: 991px) {
  footer section dl {
    display: block;
  }
}
footer section dl dt {
  margin: 0;
  padding: 0;
}
footer section dl dd {
  padding: 10px 0 0 1em;
}
@media screen and (max-width: 767px) {
  footer section dl dd {
    text-align: center;
    padding-left: 0;
  }
}
footer section ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
@media screen and (max-width: 991px) {
  footer section ul {
    text-align: center;
    padding-top: 20px;
  }
}
footer section ul li {
  margin: 0;
  padding: 0;
}
footer section ul li a {
  display: inline-block;
  line-height: 30px;
  padding: 0 25px;
  border: 1px solid #004695;
  border-radius: 15px;
  color: #004695;
  text-decoration: none !important;
  font-size: 0.875rem;
  /*14px*/
}
footer section ul li a:hover {
  background: rgba(255, 255, 255, 0.2);
}
footer .cp {
  background: #004695;
  clear: both;
  color: #fff;
  margin: auto;
  padding: 0;
  font-size: 0.75rem;
  text-align: center;
  line-height: 40px;
}

/*page top*/
#topcontrol {
  margin-right: 10px;
  margin-bottom: 50px;
  width: 50px;
  height: 50px;
  background: rgba(0, 0, 0, 0.5);
  display: block;
  border-radius: 25px;
  z-index: 1;
}
#topcontrol #ptop::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: '\f077';
  line-height: 50px;
  color: #fff;
  font-size: 20px;
  font-weight: 900;
  margin-bottom: -1em;
}
#topcontrol #ptop span {
  display: none;
}

.mincho {
  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif !important;
}

.gothic {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif" !important;
}

.tsukushi {
  font-family: "fot-tsukuardgothic-std", sans-serif !important;
}

/* __________________________________________________ Global Settings */
* {
  box-sizing: border-box;
}

figure {
  margin: 0 auto;
  padding: 0;
}
@media screen and (max-width: 640px) {
  figure img {
    width: 100%;
    height: auto;
  }
}

html {
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  html {
    font-size: 14px;
  }
}
@media screen and (max-width: 640px) {
  html {
    font-size: 12px;
  }
}

body {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif" !important;
  color: #000;
  text-align: center;
  line-height: 1.875;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin: 0;
  padding: 100px 0 0;
  position: relative;
}
@media screen and (max-width: 767px) {
  body {
    padding-top: 50px;
  }
}

.sp {
  display: none !important;
}
@media screen and (max-width: 640px) {
  .sp {
    display: block !important;
  }
}

@media screen and (max-width: 640px) {
  .pc {
    display: none !important;
  }
}

img {
  vertical-align: bottom;
}

.nowrap {
  white-space: nowrap;
}

.underline {
  text-decoration: underline;
}

/* __________________________________________________ Headlines */
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  font-weight: normal;
}

h1, .h1 {
  font-size: 2.4rem;
}

h2, .h2 {
  font-size: 1.75rem;
}

h3, .h3 {
  font-size: 1.6rem;
}

h4, .h4 {
  font-size: 1.2rem;
}

h5, .h5 {
  font-size: 0.9333rem;
}

h6, .h6 {
  font-size: 0.8rem;
}

p {
  margin: 0;
  padding: 0;
  padding-bottom: 1.875rem;
}

big {
  font-size: 150%;
}

small {
  font-size: 85%;
}

.lead {
  font-size: 1.125rem;
  text-align: center;
  padding: 20px 0 60px;
  margin: auto;
}
@media screen and (max-width: 400px) {
  .lead {
    padding: 10px 0 30px;
    text-align: left;
  }
  .lead br {
    display: none;
  }
}

.bold {
  font-weight: bold;
}

/* __________________________________________________ Title style */
.ttl1 {
  font-family: "fot-tsukuardgothic-std", sans-serif !important;
  font-size: 1.875rem;
  /*30px*/
  font-weight: 700;
  text-align: center;
  line-height: 1.3;
  letter-spacing: 0.05em;
  position: relative;
  margin: 0 auto 0;
  padding: 0;
  display: inline-block;
}
.ttl1::before {
  content: '';
  display: inline-block;
  background: url(../img/icon_kira.png) no-repeat 0 0;
  background-size: cover;
  width: 39px;
  height: 34px;
  position: relative;
  left: -5px;
  top: -5px;
  margin-left: -39px;
}
@media screen and (max-width: 640px) {
  .ttl1::before {
    width: 30px;
    height: 25px;
    margin-left: 0;
  }
}

.ttl2 {
  font-size: 1.375rem;
  /*22px*/
  font-family: "fot-tsukuardgothic-std", sans-serif !important;
  font-weight: 700;
  color: #fff;
  display: block;
  background: #F8BAC0;
  line-height: 1.5;
  padding: 10px 20px;
  border-radius: 30px;
  text-shadow: 0 0 3px #FD8485,0 0 6px #FD8485,0 0 12px #FD8485;
  max-width: 960px;
  margin: 60px auto 30px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .ttl2 {
    padding: 10px 15px;
    line-height: 40px;
    line-height: 1.5;
    border-radius: 20px;
  }
}
.ttl2 small {
  color: #fff;
  font-size: 70%;
}

.ttl3 {
  font-size: 1.25rem;
  /*20px*/
  font-family: "fot-tsukuardgothic-std", sans-serif !important;
  font-weight: 700;
}
.ttl3::before {
  content: '';
  display: inline-block;
  width: 1em;
  height: 1em;
  line-height: 1em;
  border-radius: 0.5em;
  background: #F19FB9;
  margin: 0 0.3em -0.15em 0;
  padding: 0;
}

.ttl4 {
  font-weight: bold;
}
.ttl4::before {
  content: '';
  display: inline-block;
  width: 1em;
  height: 1em;
  line-height: 1em;
  border-radius: 0.5em;
  background: #FF9900;
  margin: 0 0.3em -0.15em 0;
  padding: 0;
}

/* __________________________________________________ #nav-bottom */
#nav-bottom {
  padding: 120px 0 55px;
  background: #EBF7F6 url(../img/bg_wave.jpg) no-repeat center top;
  background-size: 100% auto;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #nav-bottom {
    padding: 30px 0 25px;
  }
}
#nav-bottom ul {
  list-style: none;
  margin: auto;
  padding: 0;
  display: flex;
  justify-content: space-between;
  max-width: 830px;
}
@media screen and (max-width: 767px) {
  #nav-bottom ul li {
    flex-basis: 33.333%;
  }
}
#nav-bottom ul li a {
  display: block;
  color: #000;
  text-decoration: none !important;
}
@media screen and (max-width: 767px) {
  #nav-bottom ul li a img {
    width: auto;
    height: 90px;
  }
}

/* __________________________________________________ List */
.nolist {
  list-style: none;
  margin-left: 0;
  padding: 0;
}

.kuromaru {
  list-style: none;
  margin-left: 0;
  padding-left: 1em;
}
.kuromaru > li::before {
  content: '●';
  margin-left: -1em;
}

.komeList {
  list-style: none;
  margin-left: 0;
  padding-left: 1em;
}
.komeList > li::before {
  content: '※';
  margin-left: -1em;
}

/* __________________________________________________ button */
.btn {
  font-weight: bold;
  text-align: center;
  display: inline-block;
  background: #fff;
  border-radius: 100px;
  border: 1px solid #D2D2D2;
  padding: 20px 60px 20px 40px;
  position: relative;
  color: #000;
  text-decoration: none !important;
  width: 100%;
  max-width: 400px;
}
.btn:hover {
  background: #eee;
}
.btn::after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: '\f0da';
  position: absolute;
  right: 20px;
  top: 50%;
  color: #CCCCCC;
  transform: translateY(-50%);
}
.btn.wFull {
  width: 100%;
}

/* __________________________________________________ Links */
a[href*='.pdf'] {
  position: relative;
}
a[href*='.pdf']::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: '\f1c1';
  color: red;
  position: absolute;
  left: -1em;
}
a[href*='.pdf'].btn {
  position: relative;
}
a[href*='.pdf'].btn::before {
  position: relative;
  left: auto;
  margin-right: 1em;
}

a[href*='.doc'] {
  position: relative;
}
a[href*='.doc']::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: '\f1c2';
  color: #1267B8;
  position: absolute;
  left: -1em;
}

a[href*='.xls'] {
  position: relative;
}
a[href*='.xls']::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: '\f1c3';
  color: #40A022;
  position: absolute;
  left: -1em;
}

.noIcon::before {
  display: none;
}

/* __________________________________________________ Table */
table {
  border-collapse: collapse;
  border-right: 1px solid #aaa;
  border-top: 1px solid #aaa;
  width: 100%;
}
table caption {
  text-align: left;
  font-weight: bold;
  margin-bottom: 0.5em;
  color: #3e3a39;
}
table tr th, table tr td {
  padding: 1rem;
  border-left: 1px solid #aaa;
  border-bottom: 1px solid #aaa;
  font-size: 0.875rem;
  /*14px*/
  line-height: 1.5;
  text-align: center;
  vertical-align: middle;
  font-weight: normal;
  color: #3e3a39;
}
table tr th {
  background: #AAD6EC;
}
table tr td {
  background: #fff;
}

/* __________________________________________________ Anchor */
a {
  color: #004695;
  backface-visibility: hidden;
  transition: 0.3s ease;
  text-decoration: none;
  cursor: pointer;
}
a img {
  color: #509256;
  backface-visibility: hidden;
  transition: 0.3s ease;
}
a img:hover {
  opacity: 0.7;
}
a:hover {
  cursor: pointer;
  text-decoration: underline;
}

/* __________________________________________________ hr */
hr {
  border: none;
  border-bottom: 1px solid #ccc;
}

/* __________________________________________________ pageTtl */
#pageTtl {
  overflow: hidden;
  position: relative;
  border-radius: 0 194px 194px 0;
  display: block;
  height: 388px;
  background: #ccc;
  background-image: url(../../company/img/company_main.jpg);
  background-size: cover;
  background-position: left center;
  margin-right: 10px;
  /* __________________________________________________ breadcrumbs */
}
@media screen and (min-width: 1367px) {
  #pageTtl {
    margin-right: 6.7%;
  }
}
@media screen and (max-width: 767px) {
  #pageTtl {
    height: 150px;
    border-radius: 0 75px 75px 0;
    background-position: 70% center;
  }
}
#pageTtl h1 {
  font-family: "fot-tsukuardgothic-std", sans-serif !important;
  font-size: 2.25rem;
  /*36px*/
  font-weight: 700;
  color: #fff;
  background: #85C6E0;
  line-height: 1.5;
  display: block;
  width: 100%;
  height: 388px;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  text-align: center;
  margin: 0;
  padding: 0;
  border-radius: 0 194px 194px 0;
  border-bottom: 30px solid #fcd7e4;
  border-right: 10px solid #fcd7e4;
  background: linear-gradient(to right, rgba(133, 198, 224, 0) 50%, #85c6e0 70%, #85c6e0 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
@media screen and (max-width: 767px) {
  #pageTtl h1 {
    height: 150px;
    border-radius: 0 75px 75px 0;
    border-bottom: 10px solid #fcd7e4;
    border-right: 5px solid #fcd7e4;
    font-size: 20px;
    background: linear-gradient(to right, rgba(133, 198, 224, 0) 40%, #85c6e0 55%, #85c6e0 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  }
}
#pageTtl h1 span {
  line-height: 1;
  display: inline-block;
  white-space: nowrap;
  position: absolute;
  top: 50%;
  right: 80px;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
@media screen and (max-width: 767px) {
  #pageTtl h1 span {
    right: 10px;
  }
}
#pageTtl h1 span small {
  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif !important;
  font-size: 1rem;
  color: #FBF5AB;
  font-weight: normal;
  display: block;
  line-height: 1.5;
  margin-top: 0.5em;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 640px) {
  #pageTtl h1 span small {
    font-size: 10px;
  }
}
#pageTtl .breadcrumbs {
  position: absolute;
  left: 6.7%;
  right: 0;
  bottom: 0px;
  z-index: 1;
  height: 30px;
  text-align: center;
}
@media screen and (max-width: 1366px) {
  #pageTtl .breadcrumbs {
    left: 10px;
  }
}
@media screen and (max-width: 767px) {
  #pageTtl .breadcrumbs {
    display: none;
  }
}
#pageTtl .breadcrumbs ul {
  max-width: 1200px;
  list-style: none;
  margin: 0 auto;
  padding: 0;
  display: flex;
}
#pageTtl .breadcrumbs ul li {
  line-height: 30px;
  font-size: 0.875rem;
  /*14px*/
}
#pageTtl .breadcrumbs ul li a {
  color: #000;
}
#pageTtl .breadcrumbs ul li a::after {
  content: '\f054';
  content: '>';
  display: inline-block;
  margin: -0.2em 0.5em;
}

/* __________________________________________________ main */
#main {
  position: relative;
}
#main article {
  background: url(../img/bg.jpg);
  background-size: cover;
  margin: auto;
  padding-bottom: 100px;
  overflow: hidden;
}
@media screen and (max-width: 1000px) {
  #main article {
    padding-left: 20px;
    padding-right: 20px;
  }
}
#main article .ttl1 {
  margin: 70px auto 30px;
}
@media screen and (max-width: 767px) {
  #main article .ttl1 {
    margin: 35px auto 20px;
  }
}
#main article .sec {
  max-width: 960px;
  text-align: left;
  margin: 0 auto 1.875rem;
}

/* __________________________________________________ img */
.img-responsive {
  width: 100%;
  height: auto;
}

.img-round {
  border-radius: 10px;
}

/* __________________________________________________ mainvis */
/* __________________________________________________ panel */
.panel {
  border: 2px solid #F8BAC2;
  border-radius: 10px;
  overflow: hidden;
}
.panel > .panel-head {
  padding: 10px 15px;
  font-size: 1.25rem;
  /*20px*/
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
  background-color: #F8BAC2;
  border-bottom: none;
  color: #fff;
}
.panel > .panel-body {
  padding: 30px 30px 20px;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .panel > .panel-body {
    padding: 10px 20px;
    text-align: left !important;
  }
}
.panel > .panel-body p {
  margin: auto;
  padding: 0;
}
.panel > .panel-body p strong {
  font-size: 1.25rem;
  /*20px*/
}
@media screen and (max-width: 767px) {
  .panel > .panel-body p strong {
    display: block;
  }
}
.panel > .panel-body ul {
  list-style: none;
  margin: auto;
  padding: 0;
  display: flex;
}
@media screen and (max-width: 640px) {
  .panel > .panel-body ul {
    display: block;
  }
}
.panel > .panel-body ul li {
  flex-basis: 50%;
  text-align: center;
}
@media screen and (max-width: 640px) {
  .panel > .panel-body ul li {
    text-align: left;
  }
}
.panel > .panel-body .phone, .panel > .panel-body .fax {
  margin: 0 1em;
}
.panel > .panel-body .phone small, .panel > .panel-body .fax small {
  color: #000;
  font-size: 70%;
}
@media screen and (max-width: 767px) {
  .panel > .panel-body .phone, .panel > .panel-body .fax {
    margin: 0;
  }
}

/* __________________________________________________ icons */
.icons {
  list-style: none;
  margin: 0;
  padding: 0;
  background: #fff;
  padding: 15px;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .icons {
    margin: 0 -20px;
  }
}
.icons li {
  flex-basis: 10%;
}
@media screen and (max-width: 640px) {
  .icons li {
    flex-basis: 20%;
  }
}
.icons li img {
  padding: 5px;
}

/* __________________________________________________ photos */
.photos {
  list-style: none;
  margin: 0 -10px;
  padding: 20px 0;
  display: flex;
  justify-content: flex-start;
  justify-content: center;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .photos {
    display: block;
  }
}
.photos li {
  margin: 0;
  padding: 10px;
  flex-basis: 33.333%;
}

/* __________________________________________________ Phone Fax */
.phone, .fax, .free {
  font-size: 1.875rem;
  /*30px*/
  font-weight: bold;
  display: inline-block;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .phone, .fax, .free {
    display: block;
    margin: 0;
    font-size: 18px;
  }
}
.phone::before, .fax::before, .free::before {
  content: '';
  display: inline-block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  background-image: url(../img/icon_fax.png);
  background-size: auto 100%;
  background-position: right center;
  background-repeat: no-repeat;
  margin-right: 5px;
  margin-top: -0.3em;
  vertical-align: middle;
}
@media screen and (max-width: 767px) {
  .phone::before, .fax::before, .free::before {
    width: 20px;
    height: 20px;
    line-height: 20px;
    background-size: auto 90%;
  }
}

.phone::before {
  background-image: url(../img/icon_phone.png);
}

.free::before {
  background-image: url(../img/icon_free.png);
}

/* __________________________________________________ Align */
.text-center {
  text-align: center !important;
}

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

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

/* __________________________________________________ Float */
.fRight {
  float: right;
}

.fLeft {
  float: left;
}

.cBoth {
  clear: both;
}

/* __________________________________________________ Margin */
.mg0 {
  margin: 0rem !important;
}

.mgt0 {
  margin-top: 0rem !important;
}

.mgt5 {
  margin-top: 0.3125rem !important;
}

.mgt10 {
  margin-top: 0.625rem !important;
}

.mgt15 {
  margin-top: 0.9375rem !important;
}

.mgt20 {
  margin-top: 1.25rem !important;
}

.mgt25 {
  margin-top: 1.5625rem !important;
}

.mgt30 {
  margin-top: 1.875rem !important;
}

.mgt35 {
  margin-top: 2.1875rem !important;
}

.mgt40 {
  margin-top: 2.5rem !important;
}

.mgt45 {
  margin-top: 2.8125rem !important;
}

.mgt50 {
  margin-top: 3.125rem !important;
}

.mgt55 {
  margin-top: 3.4375rem !important;
}

.mgt60 {
  margin-top: 3.75rem !important;
}

.mgt100 {
  margin-top: 6.25rem !important;
}

.mgt120 {
  margin-top: 7.5rem !important;
}

.mgl0 {
  margin-left: 0rem !important;
}

.mgl5 {
  margin-left: 0.3125rem !important;
}

.mgl10 {
  margin-left: 0.625rem !important;
}

.mgl15 {
  margin-left: 0.9375rem !important;
}

.mgl20 {
  margin-left: 1.25rem !important;
}

.mgl25 {
  margin-left: 1.5625rem !important;
}

.mgl30 {
  margin-left: 1.875rem !important;
}

.mgl35 {
  margin-left: 2.1875rem !important;
}

.mgl40 {
  margin-left: 2.5rem !important;
}

.mgl45 {
  margin-left: 2.8125rem !important;
}

.mgl50 {
  margin-left: 3.125rem !important;
}

.mgl55 {
  margin-left: 3.4375rem !important;
}

.mgl60 {
  margin-left: 3.75rem !important;
}

.mgr0 {
  margin-right: 0rem !important;
}

.mgr5 {
  margin-right: 0.3125rem !important;
}

.mgr10 {
  margin-right: 0.625rem !important;
}

.mgr15 {
  margin-right: 0.9375rem !important;
}

.mgr20 {
  margin-right: 1.25rem !important;
}

.mgr25 {
  margin-right: 1.5625rem !important;
}

.mgr30 {
  margin-right: 1.875rem !important;
}

.mgr35 {
  margin-right: 2.1875rem !important;
}

.mgr40 {
  margin-right: 2.5rem !important;
}

.mgr45 {
  margin-right: 2.8125rem !important;
}

.mgr50 {
  margin-right: 3.125rem !important;
}

.mgr55 {
  margin-right: 3.4375rem !important;
}

.mgr60 {
  margin-right: 3.75rem !important;
}

.mgb0 {
  margin-bottom: 0rem !important;
}

.mgb5 {
  margin-bottom: 0.3125rem !important;
}

.mgb10 {
  margin-bottom: 0.625rem !important;
}

.mgb15 {
  margin-bottom: 0.9375rem !important;
}

.mgb20 {
  margin-bottom: 1.25rem !important;
}

.mgb25 {
  margin-bottom: 1.5625rem !important;
}

.mgb30 {
  margin-bottom: 1.875rem !important;
}

.mgb35 {
  margin-bottom: 2.1875rem !important;
}

.mgb40 {
  margin-bottom: 2.5rem !important;
}

.mgb45 {
  margin-bottom: 2.8125rem !important;
}

.mgb50 {
  margin-bottom: 3.125rem !important;
}

.mgb55 {
  margin-bottom: 3.4375rem !important;
}

.mgb60 {
  margin-bottom: 3.75rem !important;
}

.mgb100 {
  margin-bottom: 6.25rem !important;
}

.mgb120 {
  margin-bottom: 7.5rem !important;
}

/* __________________________________________________ Padding */
.pad0 {
  padding: 0rem !important;
}

.padt0 {
  padding-top: 0rem !important;
}

.padt5 {
  padding-top: 0.3125rem !important;
}

.padt10 {
  padding-top: 0.625rem !important;
}

.padt15 {
  padding-top: 0.9375rem !important;
}

.padt20 {
  padding-top: 1.25rem !important;
}

.padt25 {
  padding-top: 1.5625rem !important;
}

.padt30 {
  padding-top: 1.875rem !important;
}

.padt35 {
  padding-top: 2.1875rem !important;
}

.padt40 {
  padding-top: 2.5rem !important;
}

.padt45 {
  padding-top: 2.8125rem !important;
}

.padt50 {
  padding-top: 3.125rem !important;
}

.padt55 {
  padding-top: 3.4375rem !important;
}

.padt60 {
  padding-top: 3.75rem !important;
}

.padt100 {
  padding-top: 6.25rem !important;
}

.padt120 {
  padding-top: 7.5rem !important;
}

.padl0 {
  padding-left: 0rem !important;
}

.padl5 {
  padding-left: 0.3125rem !important;
}

.padl10 {
  padding-left: 0.625rem !important;
}

.padl15 {
  padding-left: 0.9375rem !important;
}

.padl20 {
  padding-left: 1.25rem !important;
}

.padl25 {
  padding-left: 1.5625rem !important;
}

.padl30 {
  padding-left: 1.875rem !important;
}

.padl35 {
  padding-left: 2.1875rem !important;
}

.padl40 {
  padding-left: 2.5rem !important;
}

.padl45 {
  padding-left: 2.8125rem !important;
}

.padl50 {
  padding-left: 3.125rem !important;
}

.padl55 {
  padding-left: 3.4375rem !important;
}

.padl60 {
  padding-left: 3.75rem !important;
}

.padr0 {
  padding-right: 0rem !important;
}

.padr5 {
  padding-right: 0.3125rem !important;
}

.padr10 {
  padding-right: 0.625rem !important;
}

.padr15 {
  padding-right: 0.9375rem !important;
}

.padr20 {
  padding-right: 1.25rem !important;
}

.padr25 {
  padding-right: 1.5625rem !important;
}

.padr30 {
  padding-right: 1.875rem !important;
}

.padr35 {
  padding-right: 2.1875rem !important;
}

.padr40 {
  padding-right: 2.5rem !important;
}

.padr45 {
  padding-right: 2.8125rem !important;
}

.padr50 {
  padding-right: 3.125rem !important;
}

.padr55 {
  padding-right: 3.4375rem !important;
}

.padr60 {
  padding-right: 3.75rem !important;
}

.padb0 {
  padding-bottom: 0rem !important;
}

.padb5 {
  padding-bottom: 0.3125rem !important;
}

.padb10 {
  padding-bottom: 0.625rem !important;
}

.padb15 {
  padding-bottom: 0.9375rem !important;
}

.padb20 {
  padding-bottom: 1.25rem !important;
}

.padb25 {
  padding-bottom: 1.5625rem !important;
}

.padb30 {
  padding-bottom: 1.875rem !important;
}

.padb35 {
  padding-bottom: 2.1875rem !important;
}

.padb40 {
  padding-bottom: 2.5rem !important;
}

.padb45 {
  padding-bottom: 2.8125rem !important;
}

.padb50 {
  padding-bottom: 3.125rem !important;
}

.padb55 {
  padding-bottom: 3.4375rem !important;
}

.padb60 {
  padding-bottom: 3.75rem !important;
}

.padb100 {
  padding-bottom: 6.25rem !important;
}

.padb120 {
  padding-bottom: 7.5rem !important;
}
