/*===================================
common style
===================================*/
img.centered {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

img.alignright {
  padding: 4px;
  margin: 0 0 2px 7px;
  display: inline;
}

img.alignleft {
  padding: 4px;
  margin: 0 7px 2px 0;
  display: inline;
}

.alignright {
  float: right;
}

.alignleft {
  float: left;
}

.text-center {
  text-align: center;
}

.mb-10px {
  margin-bottom: 10px;
}

.mb-20px {
  margin-bottom: 20px;
}

.mb-30px {
  margin-bottom: 30px;
}

.mb-40px {
  margin-bottom: 40px;
}

.mb-50px {
  margin-bottom: 50px;
}

.mb-60px {
  margin-bottom: 60px;
}

.mb-70px {
  margin-bottom: 70px;
}

.mb-80px {
  margin-bottom: 80px;
}

.mb-90px {
  margin-bottom: 90px;
}

.mb100px {
  margin-bottom: 100px;
}

.ml-10px {
  margin-left: 10px;
}

.ml-20px {
  margin-left: 20px;
}

.ml-30px {
  margin-left: 30px;
}

.ml-40px {
  margin-left: 40px;
}

.ml-50px {
  margin-left: 50px;
}

.ml-60px {
  margin-left: 60px;
}

.ml-70px {
  margin-left: 70px;
}

.ml-80px {
  margin-left: 80px;
}

.ml-90px {
  margin-left: 90px;
}

.ml-100px {
  margin-left: 100px;
}

/* btn */
.btn-basic {
  display: block;
  padding: 10px;
  border: 1px solid #cbcbcb;
  background-color: #fff;
  border-radius: 3px;
  box-shadow: 0 1px 1px rgba(4, 0, 0, 0.1) 0 1px 0 black;
  background-image: linear-gradient(bottom, #efefef 0%, #f9f9f9 100%);
}

.btn-important {
  display: block;
  padding: 10px;
  border: 1px solid #a51f18;
  border-radius: 5px;
  background-color: #e6e6e6;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3) 0 1px 0 black;
  background-image: linear-gradient(bottom, #b1231b 0%, #c9261e 100%);
  color: #fff;
}

.btn-important:hover {
  background-image: linear-gradient(bottom, #ce271d 0%, #de2920 100%);
}

.btn-backtop {
  position: fixed;
  right: 0;
  bottom: 0;
  margin: 10px;
  text-align: right;
  z-index: 10;
}

.btn-backtop a {
  display: inline-block;
  width: 40px;
  height: 40px;
  text-align: center;
  background-color: #05397c;
}

.btn-backtop a i {
  color: #fff;
  line-height: 40px;
}

/*===================================
 base
===================================*/
/*===================================
 page
===================================*/
/*===================================
 main
===================================*/
#main {
  margin: 0 10px 25px;
}

.home #main {
  margin-bottom: 0;
}

#main h1 {
  margin-bottom: .5em;
  padding-bottom: 3px;
  border-bottom: 2px solid #00377e;
  font-size: 24px;
}

#main h2 {
  margin-top: 30px;
  margin-bottom: .5em;
  font-size: 20px;
  padding-left: 10px;
  border-left: 3px solid #00377e;
  line-height: 1.1;
}

#main h3 {
  margin-top: 30px;
  margin-bottom: .5em;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.1;
  color: #05397c;
}

#main ul {
  margin: 0 0 1em 20px;
}

#main ul.ml_none {
  margin-left: 0;
}

#main ul li {
  list-style-type: disc;
}

#main ol {
  margin: 0 0 1em 20px;
}

#main ol li {
  list-style-type: decimal;
}

/*===================================
footer
===================================*/
footer small {
  clear: both;
  display: block;
  border-top: 1px solid #00377e;
  text-align: center;
  font-size: 11px;
  padding: 10px 0 0;
}

#footer {
  background-color: #fff;
  padding: 0 0 10px;
}

#featured-links {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1000;
}

.featured-links {
  background-color: #1f2585;
  text-align: center;
}

.featured-links ul {
  margin: 0;
  list-style: none;
  padding: 0;
  display: table;
  width: 100%;
}

.featured-links ul li {
  margin: 0;
  padding: 0;
  display: table-cell;
  table-layout: fixed;
  width: 25%;
  border-right: 1px solid #fff;
}

.featured-links ul li:last-child {
  border-right: none;
}

.featured-links ul li.red {
  background: #d62b21;
}

.featured-links ul li > a {
  display: flex;
  color: #fff;
  padding: 10px 0;
  font-size: 13px;
  align-items: center;
  justify-content: center;
}

.featured-links ul li > a > img {
  height: 14px;
  margin-right: 4px;
}

.external-links ul {
  margin: 0;
  list-style: none;
  padding: 0;
  border-top: 1px solid #014099;
  display: table;
  width: 100%;
}

.external-links ul li {
  display: table-cell;
  table-layout: fixed;
  width: 25%;
  text-align: center;
  border-right: 1px solid #014099;
  margin: 0;
  padding: 0;
}

.external-links ul li:last-child {
  border-right: none;
}

.external-links ul li > a {
  display: block;
  width: 100%;
  padding: 3px 0;
  color: #014099;
}

/*===================================
module
===================================*/
.row:before,
.row:after {
  content: " ";
  display: table;
}

.nav-tn-content-list {
  margin: 0 -10px;
  padding: 10px;
  border-top: 1px solid #ccc;
  background-color: #f0f4f7;
}

#main .nav-tn-content-list-ttl {
  margin-top: 0;
  margin-bottom: 5px;
  padding: 5px;
  border: none;
  text-align: center;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  color: #fff;
  background-color: #00224d;
}

.nav-tn-content-list .tn-content {
  float: left;
  width: 50%;
}

.nav-tn-content-list .tn-content > a {
  overflow: hidden;
  display: block;
  padding: 5px 5px 5px 0;
}

.nav-tn-content-list .tn-content > a .tn {
  float: left;
  width: 40px;
}

.nav-tn-content-list .tn-content > a .text {
  display: table-cell;
  height: 40px;
  padding-left: 5px;
  vertical-align: middle;
  font-size: 12px;
  line-height: 1.2;
  text-decoration: underline;
}

.btn-list li > a {
  position: relative;
  display: block;
  padding: 10px 5px;
  border-bottom: 1px solid #ccc;
}

.btn-list li > a i {
  width: 20px;
  text-align: center;
  color: #333;
}

.tn-global-nav a::before,
.btn-list li > a::before {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  right: 10px;
  width: 10px;
  height: 10px;
  margin-top: -5px;
  border-right: 2px solid #000;
  border-top: 2px solid #000;
  transform: rotate(45deg);
}

#pagination {
  clear: both;
  margin: 2em 0 1em;
  text-align: center;
  padding-top: 20px;
}

#pagination div {
  display: inline-block;
  margin: 0 5px;
}

#pagination div a {
  display: block;
  padding: 5px 10px;
  border: 1px solid #cbcbcb;
  background-color: #f7f7f7;
  text-decoration: none;
  color: #333;
}

/*responsive table*/
.table-responsive {
  border: 1px solid #ccc;
  width: 100%;
  margin-bottom: 15px;
  overflow-y: hidden;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  min-height: .01%;
  overflow-x: auto;
  -webkit-text-size-adjust: 100%;
}

.table-responsive > .table td,
.table-responsive > .table th {
  white-space: nowrap;
  font-size: 13px;
}

.content-bootstrap-area .table-responsive > .table-bordered {
  border: none;
}

.entry-header-content {
  background-color: #fff;
  margin-bottom: 0.8em;
  padding: 10px 0;
}

#main .entry-header-content ul {
  margin: 0;
}

#main .entry-header-content ul li {
  list-style: none;
}

.entry-header-content ul li a {
  float: left;
  display: block;
  padding: 5px 10px;
  margin: 0px 10px 5px;
  border: 1px solid #00377e;
  border-radius: 3px;
  text-decoration: none;
}

/*===================================
toppage banner
===================================*/
.cam-bannar {
  margin: 0 10px 30px;
}

/* TK416 11/7/2018 @hoaint start */
.home .cam-bannar {
  margin: 0 10px 10px;
}

.home .flexslider {
  margin: 0 0 40px;
}

/* TK416 11/7/2018 @hoaint end */
.cam-bannar .banner {
  margin-bottom: 10px;
  text-align: center;
}

.cam-bannar .banner-count-2 {
  overflow: hidden;
}

.cam-bannar .banner-count-2 a {
  float: left;
  width: 49%;
}

.cam-bannar .banner-count-2 img {
  width: 100%;
}

.cam-bannar .banner-count-2 a:first-child {
  margin-right: 2%;
}

.pconly {
  display: none;
}

span.form-modeltobuy span.wpcf7-list-item {
  margin-left: 0;
}

.side-fix-menu {
  display: none;
}

/*===================================
 Content Bootstrap Override
===================================*/
#entry-content .content-bootstrap-area blockquote h1, #entry-content .content-bootstrap-area blockquote h2, #entry-content .content-bootstrap-area blockquote h3, #entry-content .content-bootstrap-area blockquote h4, #entry-content .content-bootstrap-area blockquote p {
  font-size: 95%;
}

#entry-content blockquote {
  margin-left: 20px;
  margin-top: 20px;
  margin-bottom: 20px;
  padding-left: 10px;
  padding-right: 20px;
}

/*===================================
 Import
===================================*/
/*===================================
 button
===================================*/
.btn-to-list {
  padding: 10px;
  text-align: center;
  background-color: #f0f4f7;
}

.btn-to-list a {
  position: relative;
  display: inline-block;
  padding: 7px 20px 7px 30px;
  border-radius: 5px;
  background: #002c65;
  background: linear-gradient(to bottom, #00377e 0%, #002c65 100%);
  text-decoration: none;
  color: #fff;
}

.btn-to-list a:hover {
  background: #002c65;
  background: linear-gradient(to bottom, #002c65 0%, #01234f 100%);
  text-decoration: none;
  color: #fff;
}

.btn-to-list a:before {
  position: absolute;
  content: '';
  display: inline-block;
  left: 16px;
  top: 9px;
  width: 8px;
  height: 12px;
  background: url(../img/common/icon_arrow05.png) no-repeat;
}

/* TK289 29102018 */
.hr-sync-image {
  text-align: center;
  margin: 10px;
}

.span6.hr-sync-image {
  margin: 0px;
}

.hr-sync-image img {
  width: 250px;
  height: auto !important;
}

/*--------------------------------------------------------------
## event
--------------------------------------------------------------*/
.event-title .event-addtext {
  display: inline-block;
  width: 75px;
  text-align: center;
  font-size: 12px;
  font-weight: bold;
  color: #ffffff;
  background: #cccccc;
  border-radius: 3px;
  margin-right: 5px;
}

.event-title .event-addtext.-cl1 {
  background-color: #ee9900;
}

.event-title .event-addtext.-cl2 {
  background-color: #1199bb;
}

.event-title .event-addtext.-cl3 {
  background-color: #ee2233;
}

.event-title .event-addtext.-cl4 {
  background-color: #3690a5;
}

.event-single-addtext {
  margin-bottom: 5px;
}

.event-single-addtext .event-single-addtext-inner {
  display: inline-block;
  width: 90px;
  text-align: center;
  font-size: 14px;
  font-weight: bold;
  color: #ffffff;
  background: #cccccc;
  border-radius: 5px;
  padding: 3px 0;
}

.event-single-addtext .event-single-addtext-inner.-cl1 {
  background-color: #ee9900;
}

.event-single-addtext .event-single-addtext-inner.-cl2 {
  background-color: #1199bb;
}

.event-single-addtext .event-single-addtext-inner.-cl3 {
  background-color: #ee2233;
}

.event-single-addtext .event-single-addtext-inner.-cl4 {
  background-color: #3690a5;
}

.por {
  position: relative;
  display: block;
}

.alert_rotate_txt {
  width: 245px;
  position: absolute;
  background: #ffffff;
  display: block;
  font-size: 14px;
  font-weight: bold;
  color: #d80000;
  border: #d80000 solid 3px;
  border-radius: 5px;
  overflow: hidden;
  padding: 10px;
  transform: rotate(-15deg);
  left: calc((100% - 245px) / 2);
  top: -54px;
}

.corona_attention {
  width: calc(100% - 20px);
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 3.7vw;
  font-weight: 500;
  text-align: center;
  letter-spacing: .1em;
  background: #ffffff;
  border: #555 solid 1px;
  margin: 0 10px 10px;
}

.corona_attention a {
  display: block;
  color: #555555;
  padding: 5px 0;
}

.corona_attention a:hover {
  text-decoration: none !important;
}

.corona_alert {
  border: #555 solid 1px;
  margin-bottom: 5vw;
}

.corona_alert .alert_top {
  text-align: center;
  background: #555555;
  color: #ffffff;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 3.1vw;
  letter-spacing: .1em;
  padding: .7vw 0 1vw;
  margin-bottom: 2.5vw;
}

.corona_alert .inner .top {
  text-align: center;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 3.4vw;
  font-weight: 700;
  line-height: 155%;
  color: #555555;
  margin-bottom: 0;
  letter-spacing: .1em;
}

.corona_alert .inner ul {
  display: none;
}

.corona_alert .inner .bottom {
  text-align: center;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 3.4vw;
  font-weight: 500;
  line-height: 155%;
  color: #555555;
  letter-spacing: .1em;
  margin-bottom: 2.5vw;
}

.corona_alert .inner .bottom a {
  text-decoration: underline;
}

/*--------------------------------------------------------------
## common youtube wrapper
--------------------------------------------------------------*/
.youtube_wrapper {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.85%;
}

.youtube_wrapper iframe {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
}

/*===================================
 pagenation
===================================*/
#pagination,
.wp-pagenavi {
  clear: both;
  margin: 2em 0;
  text-align: center;
}

#pagination div {
  display: inline-block;
  margin: 0 5px;
}

#pagination div a {
  display: block;
  padding: 5px 10px;
  border: 1px solid #606672;
  text-decoration: none;
  color: #606672;
}

.wp-pagenavi span,
.wp-pagenavi a {
  display: inline-block;
  margin: 0;
  padding: 3px 10px;
  border: 1px solid #606672;
  text-decoration: none;
  color: #606672;
}

#pagination div.current-page a,
#pagination div a:hover,
.wp-pagenavi .current,
.wp-pagenavi a:hover {
  background-color: #e5e7e8;
  text-decoration: none;
}

#pagination .wp-pagenavi span {
  display: inline-block;
  padding: 5px 10px;
  border: 1px solid #cbcbcb;
  background-color: #f7f7f7;
  text-decoration: none;
  color: #333;
}

#pagination .wp-pagenavi span.current {
  background-color: #02234c;
  color: #fff;
}

#pagination .wp-pagenavi a {
  display: inline-block;
  margin: 0 5px;
}

.wp-pagenavi .extend {
  border: none;
}

.wp-pagenavi .pages {
  margin-right: 10px;
}

.wp-pagenavi a.last {
  letter-spacing: -.3em;
  margin-left: 10px;
}

.wp-pagenavi a.first {
  letter-spacing: -.3em;
  margin-right: 10px;
}
