@charset "UTF-8";

/****************************************

  Google Map Embed API

*****************************************/
.gmaps {
  position: relative;
  padding-bottom: 56.25%; /*16:9*/
  height: 0;
  overflow: hidden;
}

.gmaps iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}

/*
 * General Settings
 */
a,
p,
ul,
ol,
li,
dl,
address,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
}

img,
a img {
  border: 0;
}

body {
  color: #454545;
  font-size: 16px;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ" , Meiryo , Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  line-height: 1.625;
}

a {
  color: #004190;
  text-decoration: underline;
}

a:hover {
  color: #0099d9;
  text-decoration: underline;
}

/*
 * Common
 */
.btn {
  text-decoration: none;
}

.btn:active {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn-black {
  border-color: #333;
  color: #333;
}

.btn-black:hover {
  color: #fff;
  border-color: #454545;
  background-color: #454545;
}

.btn-normal {
  border-width: 2px;
  font-size: 87.5%;
  font-weight: bold;
  padding-top: 8px;
}

@media (min-width: 992px) {
  .btn-normal {
    font-size: 100%;
  }
}

.btn-sidebar {
  border-width: 2px;
  font-size: 81.25%;
  font-weight: bold;
  width: 100%;
  padding-top: 7px;
}

.btn-sidebar > .icon {
  font-size: 12px;
  margin-right: .5em;
}

@media (min-width: 992px) {
  .btn-sidebar {
    font-size: 93.75%;
  }
  
  .btn-sidebar > .icon {
    font-size: 14px;
  }
}

@media (min-width: 1200px) {
  .btn-sidebar {
    width: 90%;
    margin-left: 5%;
  }
}

.btn-arrow:after {
  content: "\e258";
  font-family: "Glyphicons Halflings";
  font-size: 10px;
  line-height: 1em;
  margin-left: 5px;
}

.font-serif {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
  font-weight: 400;
}

/*
 * Overlay and No scroll
 */
.overlay {
  display: none;
  height: 100%;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1100;
  background-color: rgba(0,0,0,.4);
}

.no-scroll {
  height: 100%;
  overflow: hidden;
}

/*
 * Sidebar Off Canvas Navgation
 */
html,
body {
  overflow-x: hidden;
}

.row-offcanvas {
  position: relative;
}

.sidebar-offcanvas {
  z-index: 2000;
  position: fixed;
  top: 0;
  height: 100%;
  width: 220px;
}

.sidebar-toggle {
  z-index: 2100;
  position: fixed;
  top: 200px;
  left: 6px;
  width: 46px;
  height: 46px;
}

.row-offcanvas {
  left: 0;
}

@media screen and (max-width: 991px) {
  .row-offcanvas,
  .sidebar-offcanvas,
  .sidebar-toggle {
    -webkit-transition: all .25s ease-out;
    -o-transition: all .25s ease-out;
    transition: all .25s ease-out;
  }
  
  .sidebar-offcanvas {
    padding-left: 10px;
    padding-right: 10px;
 }
  
  .row-offcanvas .sidebar-offcanvas {
    left: -214px;
  }
  
  .row-offcanvas.active {
    left: 214px;
  }
  
  .row-offcanvas.active .sidebar-offcanvas {
    left: 0;
  }
  
  .row-offcanvas.active .sidebar-toggle {
    left: 220px;
  }
}

@media screen and (min-width: 992px) {
  .sidebar-offcanvas {
    width: 220px;
  }
  
  .row-offcanvas {
    padding-left: 220px;
  }
  
  .row-offcanvas .sidebar-offcanvas {
    left: 0;
  }
  
  .sidebar-toggle {
    display: none;
  }
}

.sidebar-offcanvas {
  background-color: #0099d9;
  color: #fff;
}

.sidebar-toggle {
  background-color: #0099d9;
  color: #fff;
  border: 0;
  padding: 4px 4px 0;
  line-height: 1em;
  text-align: center;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.sidebar-toggle .icon {
  font-size: 125%;
}

.sidebar-toggle .caption {
  display: block;
  font-size: 50%;
  font-weight: bold;
}

@media screen and (min-width: 992px) {
  .sidebar-offcanvas {
    background-color: #fff;
    border-right: 1px solid #bfbfbf;
    box-shadow: 0 0 10px 0 rgba(0,0,0,.4);
    color: #454545;
    overflow-y: auto;
  }
}

/*
 * Sidebar Button
 */
@media (min-width: 992px) {
  .sidebar-button {
    display: none;
  }
}

.sidebar-button .logo {
  z-index: 1200;
  position: fixed;
  left: 0;
  margin-left: 10px;
  top: 40px;
  width: 60px;
}

@media (min-width: 768px) {
  .sidebar-button .logo {
    left: 0;
    margin-left: 16px;
    top: 46px;
    width: 80px;
  }
}

.sidebar-button .logo img {
  width: 100%;
  height: auto;
}

.sidebar-button ul {
  list-style: none;
}

.sidebar-button li {
  z-index: 1200;
  position: fixed;
  left: 6px;
  width: 46px;
  height: 46px;
}

.sidebar-button li > a {
  display: block;
  width: 100%;
  height: 100%;
  outline: 0;
  background-color: #00387c;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  color: #fff;
  text-align: center;
}

.sidebar-button li > a > .icon {
  margin-top: 12px;
  font-size: 125%;
}


@media (max-width: 767px) {
  .sidebar-button li:nth-child(1) {
    top: 250px;
  }
  
  .sidebar-button li:nth-child(2) {
    top: 300px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .sidebar-button li:nth-child(2) {
    top: 250px;
  }
}

@media (max-width: 991px) {
  .sidebar-button .logo,
  .sidebar-button li {
    -webkit-transition: all .25s ease-out;
    -o-transition: all .25s ease-out;
    transition: all .25s ease-out;
  }
  
  .row-offcanvas.active .sidebar-button .logo,
  .row-offcanvas.active .sidebar-button li {
    left: 220px;
  }
}

/*
 * Global Navgation
 */
@media (max-width: 991px) {
  #global-nav .logo {
    display: none;
  }
}

#global-nav .logo {
  height: 160px;
}

#global-nav .logo > a {
  display: block;
  outline: 0;
  height: 100%;
  width: 100%;
  padding-top: 36px;
}

#global-nav .logo > a > img {
  height: auto;
  display: block;
  margin: 0 auto;
}

#global-nav .logo > a > img.logo-mark {
  width: 90px;
}

#global-nav .logo > a > img.logo-type {
  width: 150px;
  margin-top: 12px;
}

#global-nav > ul {
  border-top: 1px solid #ddd;
}

@media (max-width: 991px) {
  #global-nav > ul {
    margin-top: 10px;
  }
}

@media (min-width: 992px) {
  #global-nav > ul {
    border-top-color: #ddd;
  }
}

#global-nav > ul > li {
  list-style: none;
  text-indent: 4px;
  line-height: 2.5em;
  border-bottom: 1px solid #ddd;
}

#global-nav > ul > li > a {
  display: block;
  outline: 0;
  background-color: #0099d9;
  color: #fff;
  text-decoration: none;
  position: relative;
}

#global-nav > ul > li > a:hover {
  text-decoration: none;
  background-color: #4bb5e3;
}

#global-nav > ul > li > a:after {
  color: #fff;
  content: "\e258";
  font-family: "Glyphicons Halflings";
  display: inline-block;
  font-size: 12px;
  line-height: 1em;
  position: absolute;
  top: 50%;
  right: 4px;
  margin-top: -6px;
}

@media (min-width: 992px) {
  #global-nav > ul > li {
    text-indent: 1em;
    line-height: 3em;
    border-bottom-color: #ddd;
  }
  
  #global-nav > ul > li > a {
    background-color: #fff;
    color: #00387c;
    font-weight: bold;
  }
  
  #global-nav > ul > li > a:hover {
    background-color: #00387c;
    color: #fff;
  }
  
  #global-nav > ul > li > a:after {
    color: #ddd;
    right: 12px;
  }
  
  #global-nav > ul > li > a:hover:after {
    color: #ddd;
  }
}


/*
 * Sidebar
 */
.sidebar-contents {
  color: #454545;
  padding: .5em 1em;
}

.sidebar-contents {
  background-color: #f1f5f8;
  border-bottom: 1px solid #fff;
}

.sidebar-contents > .title {
  color: #00387c;
  font-size: 75%;
  font-weight: bold;
  text-align: center;
  margin-bottom: .5em;
}

.sidebar-contents > .body {
  font-size: 75%;
}

@media (max-width: 991px) {
  .sidebar-contents {
    margin-top: 10px;
    border-radius: 6px;
  }
}

@media (min-width: 992px) {
  .sidebar-contents {
    padding: 1em;
  }

  .sidebar-contents > .title {
    font-size: 100%;
  }
  
  .sidebar-contents > .body {
    font-size: 87.5%;
  }
}

.sidebar-contents.contact .phone {
  margin-bottom: .5em; 
  text-align: center;
}

.sidebar-contents.contact .phone > .icon {
  font-size: 87.5%;
  margin-right: .25em;
}

.sidebar-contents.contact .phone > .num {
  color: #dd3ca2;
  font-size: 112.5%;
  font-weight: bold;
  display: inline-block;
}

.sidebar-contents.contact .phone > .num > a {
  color: #dd3ca2;
  text-decoration: underline;
}

.sidebar-contents.contact .phone > .num > a:hover {
  text-decoration: none;
}

@media (min-width: 992px) {
  .sidebar-contents.contact .phone {
    margin-bottom: .75em;
  }

  .sidebar-contents.contact .phone > .icon {
    font-size: 87.5%;
  }

  .sidebar-contents.contact .phone > .num {
    font-size: 112.5%;
  }
}

@media (min-width: 1200px) {
  .sidebar-contents.contact .phone > .icon {
    font-size: 100%;
  }

  .sidebar-contents.contact .phone > .num {
    font-size: 125%;
  }
}

/*
 * Header
 */
body {
  padding-top: 36px;
}

#global-header {
  z-index: 1000;
  position: fixed;
  top: 0;
  left: 0;
  height: 30px;
  width: 100%;
  background-color: rgba(255,255,255,.9);
  padding: .625em .625em 0;
}

#global-header h1 {
  color: #666;
  font-size: 56.25%;
  font-weight: bold;
  line-height: 10px;
}

@media (min-width: 768px) {
  #global-header {
    height: 36px;
    padding: .75em 1em 0;
  }
  
  #global-header h1 {
    font-size: 75%;
    line-height: 12px;
  }
}

@media (max-width: 991px) {
  #global-header {
    -webkit-transition: all .25s ease-out;
    -o-transition: all .25s ease-out;
    transition: all .25s ease-out;
  }
  
  .row-offcanvas.active #global-header {
    left: 220px;
  }
}

@media (min-width: 992px) {
  #global-header {
    left: 220px;
  }
}

/*
 * Footer
 */
#global-footer {
  background-color: #fff;
  border-top: 2px solid #00387c;
  padding-top: 10px;
  position: relative;
}

#global-footer-nav {
  padding-left: 85px;
}

@media (min-width: 768px) and (max-width: 991px) {
  #global-footer {
    margin-top: 15px;
  }
  
  #global-footer-nav {
    padding-left: 126px;
  }
}

@media (min-width: 992px) {
  #global-footer-nav {
    padding-left: 15px;
  }
}

#global-footer-nav ul {
  list-style-type: none;
}

#global-footer-nav li {
  position: relative;
  padding-left: 14px;
}

#global-footer-nav li:before {
  color: #002990;
  content: "\e258";
  font-family: "Glyphicons Halflings";
  font-size: 10px;
  line-height: 1em;
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -5px;
}

#global-footer-nav li > a {
  color: #333;
  font-size: 87.5%;
  text-decoration: none;
}

#global-footer-nav li > a:hover {
  color: #0099d9;
  text-decoration: underline;
}

.footer-bottom {
  margin-top: 10px;
  padding: 4px 15px;
  background-color: #00387c;
}

.footer-logo {
  position: absolute;
  top: 16px;
  left: 18px;
}

.footer-logo a {
  display: block;
  outline: 0;
  width: 49px;
}

.footer-logo a img {
  width: 100%;
  height: auto;
}

@media (min-width: 768px) and (max-width: 991px) {
  .footer-logo {
    left: 28px;
  }
  .footer-logo a {
    width: 55px;
  }
}

#copyright {
  text-align: center;
  line-height: 1em;
}

#copyright > small {
  color: #fff;
  font-size: 62.5%;
}

#copyright a {
  color: #77d7ff;
  text-decoration: none;
}

#copyright a:hover {
  color: #77d7ff;
  text-decoration: underline;
}

@media (min-width: 768px) {
  #copyright > small {
    font-size: 75%;
  }
}

/*
 * Top Page
 */
.top-sections {
  list-style-type: none;
}

@media (max-width: 767px) {
  .top-sections > section {
    margin-bottom: 15px;
  }
}

@media (min-width: 768px) {
  .top-sections.col {
    padding-left: 0;
    padding-right: 0;
  }
  
  .top-sections.col > section {
    padding-left: 0;
    padding-right: 0;
  }
  
  .top-sections.full section {
    margin-left: -15px;
    margin-right: -15px;
  }
  
  .top-sections.full .row {
    margin-left: 0;
    margin-right: 0;
  }
  
  .top-sections.full [class*="col-"] {
    padding-left: 0;
    padding-right: 0;    
  }
}

.top-sections > section > a {
  display: block;
  text-decoration: none;
  outline: none;
}

.top-sections > section > a:hover,
.top-sections > section > a:focus {
  text-decoration: none;
}

.top-sections > section:nth-child(odd) > a {
  background-color: #00a1e5;
}

.top-sections > section:nth-child(odd) > a:hover {
  background-color: #40b3e3;
}

.top-sections > section:nth-child(even) > a {
  background-color: #00387c;  
}

.top-sections > section:nth-child(even) > a:hover {
  background-color: #295891;  
}

.top-sections > section > a .thumb {
  position: relative;
}

.top-sections .thumb:after {
  z-index: 500;
  content: "";
  height: 0;
  width: 0;
  display: block;
  border: 20px solid transparent;
  border-bottom-width: 15px;
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -20px;  
}

.top-sections > section:nth-child(odd) > a .thumb:after {
  border-bottom-color: #00a1e5;  
}

.top-sections > section:nth-child(odd) > a:hover .thumb:after {
  border-bottom-color: #40b3e3;  
}

.top-sections > section:nth-child(even) > a .thumb:after {
  border-bottom-color: #00387c;
}

.top-sections > section:nth-child(even) > a:hover .thumb:after {
  border-bottom-color: #295891;
}

@media (min-width: 768px) {
  .top-sections.full > section > a .thumb:after {
    border-bottom: 20px solid transparent;
    margin-left: 0;
    top: 50%;
    margin-top: -10px;    
  }
  
  .top-sections.full > section:nth-child(odd) > a .thumb:after {
    border-right-width: 15px;
    left: auto;
    right: 0;
    border-right-color: #00a1e5;
  }
  
  .top-sections.full > section:nth-child(odd) > a:hover .thumb:after {
    border-bottom-color: transparent;
    border-right-color: #40b3e3;
  }
  
  .top-sections.full > section:nth-child(even) > a .thumb:after {
    border-left-width: 15px;
    left: 0;
    border-left-color: #00387c;
  }
  
  .top-sections.full > section:nth-child(even) > a:hover .thumb:after {
    border-bottom-color: transparent;
    border-left-color: #295891;
  }  
}

@media (min-width: 768px) {
  .top-sections > section > a:hover .thumb > img {
    opacity: .8;
  }
}

.top-sections h2 {
  color: #fff;
  font-size: 112.5%;  
}

.top-sections .text {
  color: #fff;
  font-size: 87.5%;
}

.top-sections .text-wrapper {
  position: relative;
  padding: 10px 15px 15px;
}

.top-sections.col .text-wrapper {
  min-height: 148px;
}

.top-sections .text-wrapper > h2 {
  line-height: 1em;
  padding: 10px 0 15px;
  margin-bottom: 10px;
  position: relative;
}

.top-sections .text-wrapper > h2:after {
  content: "";
  height: 4px;
  width: 100%;
  background-color: rgba(255,255,255,.4);
  border-radius: 2px;
  position: absolute;
  bottom: 0;
  left: 0;
}

.top-sections .text-wrapper > .title-en {
  color: rgba(255,255,255,.8);
  font-size: 75%;
  position: absolute;
  top: 20px;
  right: 15px;
}

.top-sections .access .text-wrapper > .name {
  color: #fff;
  font-size: 93.75%;
  font-weight: bold;
  padding: .5em 0;
}

@media (min-width: 992px) {
  .top-sections.col .text-wrapper {
    min-height: 160px;
  }
  
  .top-sections h2 {
    font-size: 137.5%;
  }
  
  .top-sections .text {
    font-size: 100%;
  }
  
  .top-sections .text-wrapper > h2:after {
    height: 5px;
    width: 100%;
    border-radius: 3px;
  }
  
  .top-sections .text-wrapper > .title-en {
    font-size: 100%;
    top: 18px;
  }
  
  .top-sections .access .text-wrapper > .name {
    font-size: 112.5%;
  }
}

/*
 * Page Bottom
 */
.page-bottom {
  margin-top: 15px;
}

.page-bottom.top {
  margin-top: 0;
}

@media (max-width: 767px) {
  .page-bottom > section {
    margin-bottom: 15px;
  }
}

@media (min-width: 768px) {
  .page-bottom > section {
    padding-left: 0;
    padding-right: 0;
    height: 282px;
  }  
}

@media (min-width: 992px) {
  .page-bottom {
    padding-left: 0;
    padding-right: 0;
  }  
}

.page-bottom > section {
  border-left: 1px solid #fff;
  text-align: center;
}

.page-bottom > section:first-child {
  border-left-width: 0;
}

.page-bottom > section > a,
.page-bottom > section > div {
  display: block;
  background-color: #f1f5f8;
  padding: 16px 0;
  height: 100%;
}

.page-bottom > section > a {
  color: #454545;
  text-decoration: none;
  outline: 0;
}

.page-bottom > section > a:hover {
  background-color: #e4eff7;
}

.page-bottom .icon {
  display: block;
  height: 52px;
  width: 52px;
  border-radius: 26px;
  background-color: #dd3ca2;
  color: #fff;
  text-align: center;
  margin: 0 auto;  
}

.page-bottom .icon > .type {
  font-family: Arial;
  font-weight: bold;
  font-size: 112.5%;
  line-height: 1em;
  display: inline-block;
  margin-top: 18px;
}

.page-bottom .icon > .glyphicon {
  font-size: 137.5%;
  margin-top: 15px;
}

.page-bottom h2 {
  color: #dd3ca2;
  margin-top: 18px;
  margin-bottom: 15px;
  font-size: 103.125%;
}

@media (min-width: 768px) {
  .page-bottom h2 {
    margin-top: 20px;
    margin-bottom: 18px;
    font-size: 112.5%;
  }
}

@media (min-width: 992px) {
  .page-bottom h2 {
    font-size: 137.5%;
  }
}

.page-bottom .text {
  color: #454545;
  margin: 0 15px;
  text-align: left;
  font-size: 87.5%;
}

.page-bottom .btn {
  margin-bottom: 15px;
}

.page-bottom .phone .num {
  font-size: 125%;
  font-weight: bold;
  margin: 0 15px;
}

.page-bottom .phone .num > a {
  color: #454545;
  text-decoration: underline;
}

.page-bottom .phone .num > a:hover {
  color: #dd3ca2;
  text-decoration: underline;
}

@media (min-width: 768px) {
  .page-bottom .phone .num {
    font-size: 137.5%;
  }
}

@media (min-width: 992px) {
  .page-bottom .text {
    font-size: 100%;
  }
  
  .page-bottom .phone .num {
    font-size: 150%;
  }
}

.page-bottom .phone .text {
  text-align: center;
}

/**
 * Page
 */
.page-contents {
  overflow-y: hidden;
}

@media (max-width: 767px) {
  .page-contents {
    padding-left: 85px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .page-contents {
    padding-left: 136px;
    padding-right: 30px;
  }
  
  .page-title {
    margin-left: -15px;
    margin-right: -15px;
  }
  
  .page-contents .breadcrumb {
    margin-left: -15px;
    margin-right: -15px;
  }
}

@media (min-width: 768px) {
  .page-contents .main-container {
    max-width: 720px;
    margin: 0 auto;
  }
}

.page-title {
  background: #0099d9 url(../images/page-title.png) no-repeat;
  background-position: center center;
  background-size: cover;
  text-align: center;
  color: #fff;
}

@media (max-width: 767px) {
  .page-title {
    height: 90px;
    padding-top: 24px;
  }
  
  .page-title > h2 {
    font-size: 125%;
  }
  
  .page-title > span {
    font-size: 87.5%;
  }
}

@media (min-width: 768px) {
  .page-title {
    height: 120px;
    padding-top: 36px;
  }
  
  .page-title > h2 {
    font-size: 150%;
  }
  
  .page-title > span {
    font-size: 100%;
  }
}

@media (min-width: 992px) {
  .page-title {
    margin-left: -15px;
    margin-right: -15px;
    height: 160px;
    padding-top: 48px;
  }
  
  .page-title > h2 {
    font-size: 175%;
  }
  
  .page-title > span {
    font-size: 125%;
  }
}

.page-contents .breadcrumb {
  background-color: #f1f5f8;
  border-radius: 0;
  font-size: 75%;
  color: #666;
}

.page-contents .breadcrumb > li + li:before {
  content: "›";
  color: #999;
  font-size: 125%;
  line-height: 1em;
}

.page-contents .breadcrumb > li > a {
  color: #454545;
  text-decoration: underline;
}

.page-contents .breadcrumb > li > a:hover {
  color: #0099d9;
}

.page-contents .breadcrumb > .active {
  color: #004190;
}

@media (min-width: 768px) {
  .page-contents .breadcrumb {
    font-size: 87.5%;
    margin-bottom: 30px;
  }
}

@media (min-width: 992px) {
  .page-contents .breadcrumb {
    margin-left: -15px;
    margin-right: -15px;
  }
}

.page-photo {
  margin-bottom: 15px;
}

.contents-section.map {
  padding: 0 0 40px;
}

.contents-section.center {
  text-align: center;
}

.contents-section h3 {
  font-size: 112.5%;
  text-align: center;
  color: #004190;
  margin-bottom: 15px;
}

.contents-section .text {
  font-size: 87.5%;
  margin-bottom: 30px;
}

.contents-section .text.left {
  display: inline-block;
  text-align: left;
}

@media (min-width: 768px) {
  .contents-section {
    padding: 15px 0;
  }
  
  .contents-section h3 {
    font-size: 137.5%;
    margin-bottom: 30px;
  }
  
  .contents-section .text {
    font-size: 100%;
    margin-bottom: 30px;
  }
  
  .contents-section .lines {
    line-height: 1.8;
  }
}

.contents-section .area > .title {
  border-bottom: 1px dotted #454545;
  font-weight: bold;
}

.contents-section .area > div {
  margin-bottom: .5em;
}

.contents-section .table th {
  background-color: #ebf9ff;
}

.contents-section .table td {
  line-height: 1.625em;
}

.contents-section .table .link-btn {
  margin-top: 5px;
}

@media (max-width: 767px) {
  .contents-section .table th,
  .contents-section .table td {
    display: block;
    font-size: 87.5%;
  }
  
  .contents-section .table-bordered {
    border-bottom-width: 0;
  }
  
  .contents-section .table-bordered th {
    border-top-width: 0;
    border-left-width: 0;
    border-right-width: 0;
  }
  
  .contents-section .table-bordered td {
    border-top-width: 0;
    border-left-width: 0;
    border-right-width: 0;
  }
  
  .contents-section .table .link-btn {
    text-align: center;
  }
}

.contents-section.faq dl {
  border-bottom: 1px dotted #454545;
  padding: 12px 0;
  margin-bottom: -1px;
  font-size: 87.5%;
}

.contents-section.faq dl.first {
  border-top: 1px dotted #454545;
}

.contents-section.faq dl dt,
.contents-section.faq dl dd {
  padding: 6px 0 6px 34px;
  line-height: 1.625;
  position: relative;
}

.contents-section.faq dl dt {
  padding-bottom: 8px;
}

@media (min-width: 768px) {
  .contents-section.faq dl dt,
  .contents-section.faq dl dd {
    padding: 10px 0 10px 38px;
    line-height: 1.8;
  }
}

.contents-section.faq .type {
  color: #fff;
  font-size: 112.5%;
  font-weight: bold;
  border-radius: 2px;
  padding: 2px 4px;
  display: block;
  position: absolute;
  top: 4px;
  left: 0;
}

@media (min-width: 768px) {
  .contents-section.faq .type {
    top: 8px;
  }
}

.contents-section.faq .type:after {
  content: "";
  border: 5px solid transparent;
  position: absolute;
  top: 50%;
  right: -9.75px;
  margin-top: -5px;
}

.contents-section.faq dl dt .type {
  background-color: #0099d9;
}

.contents-section.faq dl dt .type:after {
  border-left-color: #0099d9;
}

.contents-section.faq dl dd .type {
  background-color: #dd3ca2;
}

.contents-section.faq dl dd .type:after {
  border-left-color: #dd3ca2;
}

@media (min-width: 768px) {
  .contents-section.faq dl {
    font-size: 100%;
  }
  
  .contents-section.faq dl dt .type {
    font-size: 125%;
  }
}

.contents-section.voice {
  color: #111;
}

.contents-section.voice .name {
  font-size: 93.75%;
  font-weight: bold;
  text-align: right;
  padding-right: 15px;
}

@media (min-width: 768px) {
  .contents-section.voice {
    line-height: 1.85;
  }

  .contents-section.voice .name {
    font-size: 106.25%;
    line-height: 1.65;
    padding-right: 30px;
  }
}

/**
 * Privacy Policy
 */
.privacy-section {
  padding-bottom: 10px;
}

.privacy-section > div {
  margin-bottom: 15px;
}

.privacy-section > div > h3 {
  font-weight: bold;
  font-size: 87.5%;
  margin-bottom: 5px;
}

.privacy-section > div > div {
  font-size: 87.5%;
}

.privacy-section > div > ul {
  margin-left: 22px;
  list-style-type: decimal;
  font-size: 87.5%;
}

@media (min-width: 768px) {
  .privacy-section > div {
    margin-bottom: 20px;
  }
  
  .privacy-section > div > h3 {
    font-size: 100%;
  }
  
  .privacy-section > div > div {
    font-size: 100%;
  }
  
  .privacy-section > div > ul {
    font-size: 100%;
  }
}

/*
 * Site map
 */
.sitemap-section {
  padding: 6px 0;
}

.sitemap-section ul {
  list-style-type: none;
  margin-top: 20px;
}

.sitemap-section li {
  padding-bottom: 6px;
}

@media (min-width: 768px) {
  .sitemap-section {
    padding-bottom: 12px;
  }
  
  .sitemap-section ul {
    margin-top: 40px;
  }
  
  .sitemap-section li:nth-child(3+1) {
    clear: left !important;
  }
}

.sitemap-section h3 {
  color: #454545;
  font-size: 87.5%;
  line-height: 1.625;
  padding-left: 12px;
  position: relative;
}

.sitemap-section h3:before {
  color: #002990;
  content: "\e258";
  font-family: "Glyphicons Halflings";
  font-size: 10px;
  line-height: 1em;
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -5px;
}

@media (min-width: 768px) {
  .sitemap-section h3 {
    font-size: 100%;
    padding-left: 15px;
  }
  
  .sitemap-section h3:before {
    font-size: 11px;
    margin-top: -5.5px;
  }
}

.sitemap-section h3 > a {
  color: #454545;
  text-decoration: none;
}

.sitemap-section h3 > a:hover {
  color: #0099d9;
  text-decoration: underline;
}

/*
 * Contact
 */
.contact-form {
  font-size: 87.5%;
  padding: 15px 0;
}

@media (min-width: 768px) {
  .contact-form {
    font-size: 100%;
    padding-bottom: 36px;
  }
}

.contact-form .form-group {
  margin-bottom: 20px;
}

.contact-form > .form-group > label {
  margin-bottom: 1px;
  margin-left: 4px;
}

.contact-form .contact-types {
  background-color: #ebf9ff;
  padding: 2px 10px;
  border-radius: 4px;
  line-height: 1.525em;
}

@media (max-width: 767px) {
  .contact-form .contact-types .radio {
    margin-bottom: 15px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .contact-form .contact-types {
    font-size: 93.75%;
  }
}

@media (min-width: 768px) {
  .contact-form .contact-types {
    padding: 4px 0 2px 12px;
  }
  
  .contact-form .contact-types .radio {
    display: inline-block;
    margin-right: 12px;
  }
}

@media (min-width: 992px) {
  .contact-form .contact-types {
    line-height: 1.4em;
  }
}

.contact-form p {
  font-size: 81.25%;
  padding: 0 4px;
}

@media (min-width: 768px) {
  .contact-form p {
    font-size: 93.75%;
  }
}

.contact-form .privacy {
  font-size: 81.25%;
  padding: 24px 4px;
}

@media (min-width: 768px) {
  .contact-form .privacy {
    font-size: 93.75%;
    text-align: center;
    padding: 36px 4px;
  }
}

.contact-form .required,
.contact-form .optional {
  display: inline-block;
  color: #fff;
  font-size: 81.25%;
  line-height: 1em;
  margin-left: 6px;
  padding: 4px 6px 2px;
}

.contact-form .required {
  background-color: #dd3ca2;
}

.contact-form .optional {
  background-color: #00387c;  
}

.contact-form .btn-submit {
  background-color: #fff;
  letter-spacing: 2px;
}

.contact-form .btn-submit:hover {
  background-color: #454545;
}

@media (min-width: 768px) {
  .contact-form .btn-submit {
    font-size: 106.25%;
  }
}