/* ---- common ---- */

/* コピペ用コード */
.font-size-rempx {
    font-size: .75rem;   /* 12px */
    font-size: .8125rem; /* 13px */
    font-size: .875rem;  /* 14px */
    font-size: 1rem;     /* 16px */
    font-size: 1.125rem; /* 18px */
    font-size: 1.25rem;  /* 20px */
    font-size: 1.375rem; /* 22px */
    font-size: 1.5rem;   /* 24px */
    font-size: 1.75rem;  /* 28px */
    font-size: 2rem;     /* 32px */
    font-size: 2.25rem;  /* 36px */
}

body {
	/* font-family: 'Noto Sans JP', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro','メイリオ', 'Meiryo', '游ゴシック', 'Yu Gothic', 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif; */
	/* font-family: "游ゴシック体", YuGothic, "YuGothic M", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif; */
	color: #111111;
	font-size: 1rem;
	line-height: 1.8;
}

.frame0 {
	border: 0px;
}

a {
	color: #000000;
	text-decoration: none;
}

a:hover, a:focus {
	color: #333;
	text-decoration: none;
}

hr {
	border: 0;
	border-top: 1px solid #322216;
}

img {
    max-width: 100%;
    height: auto;
}

.img-center {
	margin: 0 auto;
}

.logo_img {
	height: 70px;
	padding: 15px 0;
}

.img-cover {
	object-fit: cover;
}


/* --------------------------------
** hover transiton
-------------------------------- */
.transition {
	transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out; /* opera */
	-moz-transition: all 0.5s ease-out; /* firefox */
	-webkit-transition: all 0.5s ease-out; /* chrome, safari */
	-ms-transition: all 0.5s ease-out; /* ie */
}

/* ---- Typo fix ---- */
h1, h2, h3, h4, h5, h6 {
	font-size: 1.125rem;
	font-weight: bold;
	margin-bottom: 1rem;
	line-height: 1.5;
	position: relative;
}

h1 {
	margin: 0 0 10px 0;
	font-size: 2rem;
}

h2 {
	font-size: 1.25rem;
	margin: 0 0 10px 0;
}

h3 {
}

h4 {
	color: #333333;
}

em {
	font-size: 0.8em;
	line-height: 0.8em;
}

span {
	display: inline-block;
}

.eng-text {
	font-family: 'Roboto', sans-serif;
	color: #cccccc;
	font-size: 1.5rem;
	font-weight: 100;
}

.phone-text {
	font-family: 'Roboto', sans-serif;
	color: transparent;
	font-size: 32rem;
	font-weight: bold;
	line-height: 1;
}

.rbn-text {
	color: #FFF;
	background-color: #212529;
	display: inline-block;
	margin-bottom: 4px;
	padding: 4px 6px;
	font-size: .8125rem;
	font-weight: normal;
	line-height: 1.42857143;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	background-image: none;
}


.bdr-left  { border-left: 1px solid #efeff5; }
.bdr-right { border-right: 1px solid #efeff5; }

.container.bdr-left  { border-left: 1px solid #efeff5; padding-left: 0;}
.container.bdr-right { border-right: 1px solid #efeff5; padding-right: 0;}

.bdr-top {	border-top: 1px solid #efeff5;}
.bdr-btm {	border-bottom: 1px solid #efeff5;}

.no-bdr { border: none; }


/* ---- layout fix ---- */

.container-wrap {
	padding-top: 30px;
	padding-bottom: 30px;
}
.contents-wrap {
	padding-top: 30px;
	padding-bottom: 30px;
}

table.th5em th {
	min-width: 5em;
}

/********************************************************************************
btn Setting
********************************************************************************/

.fill-btn {
	color: #000000;
	margin-bottom: 4px;
	padding: 15px 15px;
	font-size: 1.125rem;
	font-weight: normal;
	line-height: 1.42857143;
	background-color: #ffffff;
	border: 2px solid #ffffff;
	display: block;
}

.fill-btn::after {
  width:18px;
  text-align:center;
  margin-right:5px;
  font-family:FontAwesome;
  content:"\f105";
  font-weight:lighter;
  font-size: 1.125rem;
  position: relative;
  display:inline-block;
  float: right;
}

.fill-btn.active, .fill-btn.focus, .fill-btn:active, .fill-btn:focus, .fill-btn:hover {
  color: #ffffff;
  background-color: #cccccc;
  border-color: #cccccc;
}


.bdr-btn {
	color: #0a2a59;
	background-color: transparent;
	margin-bottom: 4px;
	padding: 15px 15px;
	font-size: 1.125rem;
	font-weight: normal;
	line-height: 1.42857143;
	background-image: none;
	border: 2px solid #0a2a59;
	display: block;
}

.bdr-btn:after {
  width:18px;
  text-align:center;
  margin-right:5px;
  font-family:FontAwesome;
  content:"\f105";
  font-weight:lighter;
  font-size: 1.125rem;
  position: relative;
  display:inline-block;
  float: right;
}

.bdr-btn.active, .bdr-btn.focus, .bdr-btn:active, .bdr-btn:focus, .bdr-btn:hover {
  color: #fff;
  background-color: #0a2a59;
  border-color: transparent;
}


.bdr-btn-w {
	color: #ffffff;
	background-color: transparent;
	margin-bottom: 4px;
	padding: 15px 30px;
	font-size: 1.25rem;
	font-weight: normal;
	line-height: 1.42857143;
	background-image: none;
	border: 2px solid #ffffff;
	display: block;
}

.bdr-btn-w:after {
  width: 18px;
  text-align:center;
  margin-left:15px;
  font-family:FontAwesome;
  content:"\f105";
  font-weight:lighter;
  position: relative;
  display:inline-block;
  float: right;
}

.bdr-btn-w.active, .bdr-btn-w.focus, .bdr-btn-w:active, .bdr-btn-w:focus, .bdr-btn-w:hover {
  color:  #0a2a59;
  background-color: #f4a911;
  border-color: transparent;
}

/********************************************************************************
navi Setting
********************************************************************************/

header #global-bar {
	/* box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2); */
}

header.stickynav #global-bar {
	background-color: rgb(244 169 17);
}

.navbar-light .navbar-nav .nav-link {
    color: rgba(0, 0, 0, 1);
}
.navbar-fixed-bottom, .navbar-fixed-top {
    position: fixed;
    right: 0;
    left: 0;
    z-index: 1030;
}
.navbar, .navbar-nav {
    width: 100%;
    padding: 0;
}

.navbar-nav li {
}

.navbar-nav .nav-item a {
  text-align: center;
  display: block;
  padding: 5px;
}

.navbar-brand {
    width: 50%;
    height: inherit;
}

.navbar-brand img {
    max-width: 260px;
}

.navbar-toggler {
    border: none;
}

.navbar-default .navbar-toggler .icon-bar {
    background-color: #333;
}

.navbar-toggler {
    padding: 9px 5px;
}

.navbar-toggler .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px;
}

.navbar-toggler .icon-bar+.icon-bar {
    margin-top: 5px;
}

button:focus {
    outline: none;
}


.nav-height span {
	position: absolute;
	width: 100%;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	font-size: 1rem;
	font-weight: bold;
	line-height:80px;
	transition: all 0.2s ease;
	-o-transition: all 0.2s ease; /* opera */
	-moz-transition: all 0.2s ease; /* firefox */
	-webkit-transition: all 0.2s ease; /* chrome, safari */
	-ms-transition: all 0.2s ease; /* ie */
}

/****************************************
** toggle effect
*****************************************/
.navbar-toggle {
    border: none;
    position: relative;
    margin: 0;
    padding: 10px;
    background: #60A662;
    border-radius: 5px;
    height: 48px;
    width: 48px;
}

.navbar-toggle .icon-bar {
    width: 28px;
    transition: all 0.2s;
    height: 4px;
    border-radius: 2px;
    display: block;
}

.navbar-toggle .icon-bar {
    position: absolute;
    transition: 0.3s opacity;
    background-color: #fff;
  }

.navbar-toggle.collapsed .top-bar {
    animation: anime-top .5s;
    animation-fill-mode: forwards;
}

.navbar-toggle.collapsed .middle-bar {
    transition: .5s opacity;
    transform: translateY(-1px);
    opacity: 1;
}

.navbar-toggle.collapsed .bottom-bar {
    animation: anime-bottom .5s;
    animation-fill-mode: forwards;
}

.navbar-toggle .middle-bar {
    opacity: 0;
    transition: .5s opacity;
}

.navbar-toggle .top-bar {
    animation: anime-top-close .5s;
    animation-fill-mode: forwards;
}

.navbar-toggle .bottom-bar {
    animation: anime-bottom-close .5s;
    animation-fill-mode: forwards;
}



  @keyframes anime-top {
    0% {
      transform: translateY(0px) rotate(-45deg);
    }
    50% {
      transform: translateY(0px) rotate(0deg);
    }
    100% {
      transform: translateY(-11px) rotate(0deg);
    }
  }
  
  @keyframes anime-bottom {
    0% {
      transform: translateY(0px) rotate(45deg);
    }
    50% {
      transform: translateY(0px) rotate(0deg);
    }
    100% {
      transform: translateY(9px) rotate(0deg);
    }
  }
  
  @keyframes anime-top-close {
    0% {
      transform: translateY(-11px) rotate(0deg);
    }
    50% {
      transform: translateY(0px) rotate(0deg);
    }
    100% {
      transform: translateY(0px) rotate(-45deg);
    }
  }
  
  @keyframes anime-bottom-close {
    0% {
      transform: translateY(9px) rotate(0deg);
    }
    50% {
      transform: translateY(0px) rotate(0deg);
    }
    100% {
      transform: translateY(0px) rotate(45deg);
    }
  }



/* ---- table-bdr-tb ---- */

.table-bdr-tb>thead>tr>th, .table-bdr-tb>tbody>tr>th, .table-bdr-tb>tfoot>tr>th, .table-bdr-tb>thead>tr>td, .table-bdr-tb>tbody>tr>td, .table-bdr-tb>tfoot>tr>td {
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    vertical-align: middle;
}


/* ---- timeline ---- */

table.timeline {
  border-top: 2px solid #183459;
  border-bottom: 2px solid #183459;
}

/********************************************************************************
** pager SETTING
********************************************************************************/
/************************************
** single pager
************************************/
ul.pager {
    clear: both;
    overflow: hidden;
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    border-top: 1px solid #999999;
    border-bottom: 1px solid #999999;
}

.pager li {
    width: 100%;
    padding: 15px 0;
}

.pagination > li {
    padding: 15px 0;
}

.pager li > a, .pager li > span {
    font-size: 24px;
    display: inline-block;
    padding: 5px 15px;
    color: #2e43a1;
    border: 1px solid #ffffff;
    font-style: italic;
    font-weight: bold;
}

.pager li > a i {
    font-size: 24px;
}

.pager .previous > a,
.pager .previous > span {
    float: left;
}

.pager .next > a,
.pager .next > span {
    float: right;
}

.pager li > a:focus,
.pager li > a:hover {
    color: #fff;
    border-radius: 0;
    background-color: #2e43a1;
    transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
}

/************************************
** archive pager
************************************/
.pagination {
    margin: 30px 0;
    padding-left: 0;
    list-style-type: none;
}

.pagination,
.pagination li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.pagination a {
    font-weight: 300;
    min-width: 36px;
    min-height: 36px;
    padding-top: 1px;
    text-decoration: none;
    color: #333;
    border: 1px solid #ddd;
    border-left-width: 0;
}

.pagination > li > a,
.pagination > li > span {
    line-height: 1.5;
    position: relative;
    float: left;
    margin-left: -1px;
    padding: 6px 14px;
    text-decoration: none;
    color: #202935;
    border: 1px solid transparent;
    background-color: #fff;
}

.pagination li:not([class*='current']) a:hover {
    background-color: #eee;
}

.pagination li:first-of-type a {
    border-left-width: 1px;
}

.pagination li.first span,
.pagination li.last span,
.pagination li.previous span,
.pagination li.next span {
    /* screen readers only */
    position: absolute;
    top: -9999px;
    left: -9999px;
}

.pagination li.first a::before,
.pagination li.last a::after,
.pagination li.previous a::before,
.pagination li.next a::after {
    font-family: 'FontAwesome';
    font-size: inherit;
    display: inline-block;
    -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
            transform: translate(0, 0);
    text-rendering: auto;
    /*nonstandard*/
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}


.pagination li.first a::before {
    content: '\f100';
}

.pagination li.last a::after {
    content: '\f101';
}

.pagination li.previous a::before {
    content: '\f104';
}

.pagination li.next a::after {
    content: '\f105';
}

.pagination li.current a {
    cursor: default;
    pointer-events: none;
    background-color: #e6e1dc;
}

.pagination > li:first-child > a {
    /*border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;*/
}

.pagination > li:last-child > a {
    /*border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;*/
}
@media only screen and (max-width: 680px)
{
    .pagination li.first,
    .pagination li.last {
        /* screen readers only */
        position: absolute;
        top: -9999px;
        left: -9999px;
    }
    .pagination li.previous a {
        border-left-width: 1px;
    }
}

@media only screen and (max-width: 500px)
{
    .pagination li {
        /* screen readers only */
        position: absolute;
        top: -9999px;
        left: -9999px;
    }
    .pagination li.current,
    .pagination li.first,
    .pagination li.last,
    .pagination li.previous,
    .pagination li.next {
        position: initial;
        top: initial;
        left: initial;
    }
    .pagination li.previous a {
        border-left-width: 0;
    }
}

@media only screen and (max-width: 400px)
{
    .pagination li.first,
    .pagination li.last  {
        /* screen readers only */
        position: absolute;
        top: -9999px;
        left: -9999px;
    }
    .pagination li.previous a  {
        border-left-width: 1px;
    }
}

@media only screen and (max-width: 240px)
{
    /* For watches? */
    .pagination li {
        width: 50%;
    }
    .pagination li.current {
        width: 100%;
        border-left-width: 1px;
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }
}



/********************************************************************************
etc setting
********************************************************************************/

/**********************************
Animations 起動前非表示
**********************************/
.js .animate-box {
    opacity: 0;
}

/**********************************
embed-container
**********************************/

/* ---- google map ---- */
/* ---- youtube etc ---- */
.embed-container, .video-container {
	position: relative;
	padding-bottom: 56.25%; /* 16/9 ratio */
	padding-top: 30px; /* IE6 workaround*/
	height: 0;
	overflow: hidden;
	max-width: 100%;
}
.gmap.embed-container {
	padding-bottom: 300px;
}
.embed-container iframe {
	border: 0;/*w3cfix*/
}
.embed-container iframe, .embed-container object, .embed-container embed, .video-container iframe, .video-container object, .video-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 0px;
}


/**********************************
fb timeline
**********************************/

.fbcomments, .fb_iframe_widget, .fb_iframe_widget[style], .fb_iframe_widget iframe[style], .fbcomments iframe[style], .fb_iframe_widget span {
    width: 100%! important;
}


/* --------------------------------
margin fix 5 10 15 20 30 45 60
-------------------------------- */
.mt0  { margin-top: 0px; }
.mt5  { margin-top: 5px; }
.mt10 {	margin-top: 10px; }
.mt15 {	margin-top: 15px; }
.mt20 {	margin-top: 20px; }
.mt30 {	margin-top: 30px; }
.mt45 {	margin-top: 45px; }
.mt60 {	margin-top: 60px; }

.mb0  { margin-bottom: 0px; }
.mb5  { margin-bottom: 5px; }
.mb10 {	margin-bottom: 10px; }
.mb15 {	margin-bottom: 15px; }
.mb20 {	margin-bottom: 20px; }
.mb30 {	margin-bottom: 30px; }
.mb45 {	margin-bottom: 45px; }
.mb60 {	margin-bottom: 60px; }

.mr0  { margin-right: 0px; }
.mr5  { margin-right: 5px; }
.mr10 {	margin-right: 10px; }
.mr15 {	margin-right: 15px; }
.mr20 {	margin-right: 20px; }
.mr30 {	margin-right: 30px; }
.mr45 {	margin-right: 45px; }
.mr60 {	margin-right: 60px; }

.ml0  { margin-left: 0px; }
.ml5  { margin-left: 5px; }
.ml10 {	margin-left: 10px; }
.ml15 {	margin-left: 15px; }
.ml20 {	margin-left: 20px; }
.ml30 {	margin-left: 30px; }
.ml45 {	margin-left: 45px; }
.ml60 {	margin-left: 60px; }

.mh0  { margin-top: 0px; margin-bottom: 0px; }
.mh5  { margin-top: 5px; margin-bottom: 5px; }
.mh10 { margin-top: 10px; margin-bottom: 10px; }
.mh15 { margin-top: 15px; margin-bottom: 15px; }
.mh20 { margin-top: 20px; margin-bottom: 20px; }
.mh30 { margin-top: 30px; margin-bottom: 30px; }
.mh45 { margin-top: 45px; margin-bottom: 45px; }
.mh60 { margin-top: 60px; margin-bottom: 60px; }

.mw0  { margin-right: 0px; margin-left: 0px; }
.mw5  { margin-right: 5px; margin-left: 5px; }
.mw10 { margin-right: 10px; margin-left: 10px; }
.mw15 { margin-right: 15px; margin-left: 15px; }
.mw20 { margin-right: 20px; margin-left: 20px; }
.mw30 { margin-right: 30px; margin-left: 30px; }
.mw45 { margin-right: 45px; margin-left: 45px; }
.mw60 { margin-right: 60px; margin-left: 60px; }

.mt-15 { margin-top: -15px; }
.mt-30 { margin-top: -30px; position:relative; z-index: 99;}

.row.nm0 {
  margin-right: 0px;
  margin-left: 0px;
}

/* --------------------------------
padding fix 5 10 15 20 30 45 60
-------------------------------- */
.pt0  { padding-top: 0px; }
.pt5  { padding-top: 5px; }
.pt10 {	padding-top: 10px; }
.pt15 {	padding-top: 15px; }
.pt20 {	padding-top: 20px; }
.pt30 {	padding-top: 30px; }
.pt45 {	padding-top: 45px; }
.pt60 {	padding-top: 60px; }

.pb0  { padding-bottom: 0px; }
.pb5  { padding-bottom: 5px; }
.pb10 {	padding-bottom: 10px; }
.pb15 {	padding-bottom: 15px; }
.pb20 {	padding-bottom: 20px; }
.pb30 {	padding-bottom: 30px; }
.pb45 {	padding-bottom: 45px; }
.pb60 {	padding-bottom: 60px; }

.pr0  { padding-right: 0px; }
.pr5  { padding-right: 5px; }
.pr10 {	padding-right: 10px; }
.pr15 {	padding-right: 15px; }
.pr20 {	padding-right: 20px; }
.pr30 {	padding-right: 30px; }
.pr45 {	padding-right: 45px; }
.pr60 {	padding-right: 60px; }

.pl0  { padding-left: 0px; }
.pl5  { padding-left: 5px; }
.pl10 {	padding-left: 10px; }
.pl15 {	padding-left: 15px; }
.pl20 {	padding-left: 20px; }
.pl30 {	padding-left: 30px; }
.pl45 {	padding-left: 45px; }
.pl60 {	padding-left: 60px; }

.ph0  { padding-top: 0px; padding-bottom: 0px; }
.ph5  { padding-top: 5px; padding-bottom: 5px; }
.ph10 { padding-top: 10px; padding-bottom: 10px; }
.ph15 { padding-top: 15px; padding-bottom: 15px; }
.ph20 { padding-top: 20px; padding-bottom: 20px; }
.ph30 { padding-top: 30px; padding-bottom: 30px; }
.ph45 { padding-top: 45px; padding-bottom: 45px; }
.ph60 { padding-top: 60px; padding-bottom: 60px; }

.pw0  { padding-right: 0px; padding-left: 0px; }
.pw5  { padding-right: 5px; padding-left: 5px; }
.pw10 { padding-right: 10px; padding-left: 10px; }
.pw15 { padding-right: 15px; padding-left: 15px; }
.pw20 { padding-right: 20px; padding-left: 20px; }
.pw30 { padding-right: 30px; padding-left: 30px; }
.pw45 { padding-right: 45px; padding-left: 45px; }
.pw60 { padding-right: 60px; padding-left: 60px; }

.row .np0 {
    padding-right: 0px;
    padding-left: 0px;
}

.mauto {
    margin-left: auto;
    margin-right: auto;
}

.row.bdr {
  border: 1px solid #fff;
}

.maxh400 {
	max-height: 400px;
	overflow: hidden;
}
.maxh500 {
	max-height: 500px;
	overflow: hidden;
}


/* --------------------------------
font-size fix
-------------------------------- */
.text-xxl { font-size: 28px; font-size: 1.75rem; }
.text-xl  { font-size: 24px; font-size: 1.5rem; }
.text-l   { font-size: 22px; font-size: 1.375rem; }
.text-m   { font-size: 18px; font-size: 1.125rem; }
.text-s   { font-size: 14px; font-size: .875rem; }
.text-xs  { font-size: 12px; font-size: .75rem; }

/* --------------------------------
svgicon-size fix
-------------------------------- */
.icon-l { max-width: 100px; }
.icon-m { max-width: 50px; }
.icon-s { max-width: 25px; }

/* --------------------------------
mobile display setting
-------------------------------- */
.xs-block { display: block; }
.xs-inline{ display: inline; }
.xs-absolute { position: absolute; }
.xs-relative{ position: relative; }

/* --------------------------------
txt-hidden
-------------------------------- */
.txt-hidden {
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    background-color: transparent;
    background-image: none;
}

/* --------------------------------
text-wrap
-------------------------------- */
.text-wrap {
    overflow-wrap: break-word;
    word-wrap: break-word;
}

/********************************************************************************
media query
********************************************************************************/

/* Small devices (mobile, 768px) */
@media screen and (min-width: 768px) {

    /* ---- typo ---- */
	.bdr-tb {
			font-size: 1.75rem;
			padding: 20px 10px;
			margin: 20px 0;
			letter-spacing: 0.1em;
	}
	#index #pagelink1 .bdr-tb {
			margin-top: 20px;
			color: #000;
			background-color: transparent;
	}
	h3.common-h {
			font-size: .8125rem;
	}
	.navbar-collapse>div:last-child p {
			width: 100%;
			text-align: right;
			padding-top: 10px;
	}

	/* ---- navbar ---- */

	.navbar-toggleable-md .navbar-collapse {
		display: table;
		width: 100%;
	}
	.navbar-toggleable-md .navbar-toggler {
		display: none;
	}
	.navbar {
		padding: 0;
	}

	.navbar .nav li a {
		font-weight: normal;
		text-align: center;
		background: none no-repeat transparent;
		border-top: none;
		transition: padding 0.2s ease;
		-o-transition: padding 0.2s ease; /* opera */
		-moz-transition: padding 0.2s ease; /* firefox */
		-webkit-transition: padding 0.2s ease; /* chrome, safari */
		-ms-transition: padding 0.2s ease; /* ie */
	}


	.navbar .navbar-nav li.active > a,
	.navbar .navbar-nav li.active > a:hover,
	.navbar .navbar-nav li.active > a:focus,
	.navbar .navbar-nav li a:hover,
	.navbar .navbar-nav li a:focus {
		background: none no-repeat transparent;
	}

	#mainmenu-wrap .navbar-nav li>a::after {
		display: block;
		content: "";
		width: 74%;
		height: 0;
		border-bottom: 1px solid #008F68;
		position: absolute;
		bottom: -5px;
		left: 13%;
		opacity: 0;
		-webkit-transition: all .25s ease-out;
		transition: all .25s ease-out;
	}
	#mainmenu-wrap .navbar-nav li>a:hover::after,
	#mainmenu-wrap .navbar-nav li.active>a::after,
	#mainmenu-wrap .navbar-nav li.active>a:hover::after {
		opacity: 1;
		bottom: 5px;
	}

	header.stickynav #global-bar {
		background-color: rgb(244 169 17);
	}

	.nav-height {
		position: relative;
		width: 130px;
		text-align: center;
		display: block;
	}

	.nav-height span {
		position: absolute;
		width: 100%;
		left: 0;
		right: 0;
		top: 0;
		bottom: 0;
		font-size: 1rem;
		font-weight: bold;
		line-height:80px;
		transition: all 0.2s ease;
		-o-transition: all 0.2s ease; /* opera */
		-moz-transition: all 0.2s ease; /* firefox */
		-webkit-transition: all 0.2s ease; /* chrome, safari */
		-ms-transition: all 0.2s ease; /* ie */
	}


	.stickynav .navbar .nav li a ,
	.stickynav .nav-height span {
		line-height:70px;
		transition: all 0.2s ease;
		-o-transition: all 0.2s ease; /* opera */
		-moz-transition: all 0.2s ease; /* firefox */
		-webkit-transition: all 0.2s ease; /* chrome, safari */
		-ms-transition: all 0.2s ease; /* ie */
	}

	img#pclogo {
		height: auto;
		width: 300px;
	}
	.stickynav img#pclogo {
		height: auto;
		width: 200px;
		-webkit-transition: all 0.3s ease;
		-moz-transition: all 0.3s ease;
		-ms-transition: all 0.3s ease;
		-o-transition: all 0.3s ease;
		transition: all 0.3s ease;
	}
	.navbar-fixed-bottom, .navbar-fixed-top {
			position: fixed;
	}


/* --------------------------------
mobile display setting
-------------------------------- */
	.xs-block { display: inline; }
	.xs-inline{ display: block; }
	.xs-absolute { position: relative; }
	.xs-relative{ position: absolute; }
  }


/* Medium devices (desktops, 992px and up) */
@media screen and (min-width: 992px) {
	.container-s{
		width: 860px;
	}

	.tell {
			font-size: 1.6em;
			line-height: 2.0em;
	}

	nav .navfont {
			font-size: 0.9em;
	}

	.fbg01, .fbg02, .fbg03, .fbg04 {
			background-size: auto;
	}
}


/* Large devices (large desktops, 1200px and up) */
@media screen and (min-width: 1200px) {
    .tell {
        font-size: 1.8em;
        line-height: 1.8em;
    }
    nav .navfont {
        font-size: 0.9em;
    }
		.bg-right-cover {
			padding-right: 100px;
		}
		.bg-left-cover {
			padding-left: 100px;
		}
}


/* ---- link none ---- */

@media print {
    .container { max-width: none !important; width: 970px; }
    .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
        float: left;
    }
    .col-md-12 { width: 100%; }
    .col-md-11 { width: 91.66666667%; }
    .col-md-10 { width: 83.33333333%; }
    .col-md-9 { width: 75%; }
    .col-md-8 { width: 66.66666667%; }
    .col-md-7 { width: 58.33333333%; }
    .col-md-6 { width: 50%; }
    .col-md-5 { width: 41.66666667%; }
    .col-md-4 { width: 33.33333333%; }
    .col-md-3 { width: 25%; }
    .col-md-2 { width: 16.66666667%; }
    .col-md-1 { width: 8.33333333%; }
    .hidden-sm-down { display: none!important; }
    a[href]:after { content: ""!important; }
    abbr[title]:after { content: ""!important; }
    a, a:visited { text-decoration: none; }
    .navbar { display: inherit !important; }
    .navbar-header { display: none !important; }
    .bx-wrapper { max-width: 970px !important; margin: 0 auto; border-bottom: 2px solid #19a3ff; }
    .bx-wrapper .bx-viewport { height: 404px !important; }
    ul.bxslider li { width: 100% !important; height: inherit !important; position: relative; }
    .under-link-design, .under-link-design a { display: block !important; width: 100%; color: #FA9300; }
    .p-break-b { page-break-before: always; }
    .p-break-a { page-break-after: avoid; }
		.js .animate-box { opacity: 1; }

		*::first-letter {/*print bugfix*/
      position: relative !important;
    }

}
