@charset "UTF-8";
/* ================================================================= 
 License : e-TRUST Inc.
 File name : common.css
 Style : common
================================================================= */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box; }

body {
  line-height: 1.6em;
  font-weight: 400;
  overflow-x: hidden;
  letter-spacing: 0.6;
  background: url(../images/common/bg.png) center top;
  color: #333333;
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 16px;
  word-wrap: break-word; }

figure {
  padding: 0;
  margin: 0; }

.inner {
  margin: 0 auto;
  max-width: 960px; }

@media screen and (max-width: 960px) {
  .inner {
    padding-left: 20px !important;
    padding-right: 20px !important; } }
@media screen and (max-width: 468px) {
  .inner {
    padding-left: 10px !important;
    padding-right: 10px !important; } }
.sinner {
  max-width: 620px; }

#contents_wrap {
  position: relative;
  z-index: 1;
  overflow: hidden; }

#contents {
  padding: 0; }

@media screen and (max-width: 960px) {
  #main {
    width: 79.16667%; } }

@media screen and (max-width: 960px) {
  #main #col_main {
    width: 100%; } }

@media screen and (max-width: 960px) {
  #side {
    width: 18.75000%; } }

@media screen and (max-width: 960px) {
  #side aside {
    width: 100% !important; } }

.map {
  margin: 56px 20px 0; }

.map li {
  border-left: 5px solid #CCCCCC;
  list-style: none;
  margin: 0 0 15px;
  padding: 0 0 0 10px;
  text-align: left; }

.policy h3 {
  border-bottom: 2px solid #BBBBBB;
  font-size: 18px;
  font-weight: bold;
  margin: 0 0 15px;
  padding: 0 0 5px; }

.policy p {
  margin: 0 0 20px; }

table {
  table-layout: fixed; }

table td {
  padding: 0 !important; }

.tlauto table {
  table-layout: auto; }

table td img {
  height: auto !important; }

.pdtd10 td {
  padding: 10px !important; }

pre {
  margin: 0;
  padding: 0;
  white-space: pre-line; }

b, strong {
  font-weight: bold; }

u {
  text-decoration: line-through; }

img {
  max-width: 100%;
  height: auto !important; }

small {
  font-size: 80%; }

hr {
  border: none;
  height: 0;
  border-bottom: 1px dashed #B3B3B3; }

span {
  font-weight: inherit; }

.youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%; }

.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important; }

u {
  text-decoration: underline; }

.borB {
  border-bottom: 1px dashed #333; }

.b {
  font-weight: 500; }

b {
  font-weight: 500; }

.borderB {
  border-bottom: 1px dashed #333; }

input[type="button"] {
  cursor: pointer;
  padding: 5px 10px; }

a:hover {
  opacity: 0.6; }

#contents_wrap {
  min-width: auto;
  position: relative;
  z-index: 1; }
  @media screen and (max-width: 960px) {
    #contents_wrap {
      padding-left: 20px;
      padding-right: 20px; } }
  @media screen and (max-width: 468px) {
    #contents_wrap {
      padding-left: 10px;
      padding-right: 10px; } }

#contents {
  max-width: 960px;
  width: 100%; }

.tacenter {
  text-align: center !important; }

.ColLeft {
  float: left; }

.ColRight {
  float: right; }

.flexleft {
  display: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  overflow: hidden; }

.flexcenter {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  overflow: hidden; }

@media screen and (max-width: 960px) {
  .imgR, .imgL {
    max-width: 30% !important; } }
@media screen and (max-width: 468px) {
  .imgR, .imgL {
    display: block;
    float: none;
    margin: 0 auto 10px;
    max-width: 100% !important;
    text-align: center; } }

.fwb {
  font-weight: bold; }

.mincho {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif; }

.gothic {
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif; }

@media screen and (max-width: 768px) {
  .ColLeft {
    float: none;
    width: 100% !important; }

  .ColRight {
    float: none;
    width: 100% !important; } }
@media screen and (max-width: 468px) {
  .sptal {
    text-align: left !important; }

  .sptar {
    text-align: right !important; }

  .sptac {
    text-align: center !important; } }
header#global_header {
  min-width: 0;
  max-width: 100%;
  overflow: hidden;
  position: relative;
  z-index: 3; }
  @media screen and (max-width: 768px) {
    header#global_header {
      padding-top: 48px; } }

#header {
  padding: 10px 0 20px 0;
  width: 100%;
  z-index: 3; }
  @media screen and (max-width: 768px) {
    #header .inner {
      padding: 0 !important; } }
  #header h1 {
    margin-bottom: 20px; }
  #header #siteID {
    margin: 0 auto; }

#mainArea {
  width: 760px !important;
  z-index: 0;
  position: relative; }
  @media screen and (max-width: 960px) {
    #mainArea {
      padding-left: 0 !important; } }
  #mainArea p {
    width: 100%;
    display: table;
    position: absolute;
    top: 50%;
    bottom: 50%;
    vertical-align: middle;
    margin: auto;
    text-align: center;
    z-index: 1; }
    @media screen and (max-width: 960px) {
      #mainArea p {
        width: 90% !important;
        padding-left: 20px; } }
    #mainArea p img {
      width: 100% !important; }
  #mainArea .slick-prev, #mainArea .slick-next {
    display: none !important; }
  #mainArea ul li img {
    margin: 0 auto; }
  @media screen and (max-width: 960px) {
    #mainArea {
      width: auto !important; } }

.mean-container .mean-bar {
  background: #057033 !important;
  position: fixed !important; }

.mean-container .mean-nav {
  background: #2470ec !important; }

.mean-container .mean-nav ul li a {
  border-top: 1px solid #fff !important; }

.mean-container .mean-nav ul li a.mean-expand:hover {
  /*background-color: #e9832f !important;*/ }

footer#global_footer {
  max-width: 100%;
  min-width: 0;
  overflow: hidden;
  position: relative;
  z-index: 10;
  width: 100%; }
  footer#global_footer a {
    color: #333333;
    text-decoration: none; }
    footer#global_footer a:hover {
      text-decoration: underline; }

#footer {
  padding-top: 30px;
  padding-bottom: 30px; }
  #footer #nav_footer {
    display: flex;
    justify-content: center;
    flex-wrap: wrap; }
    #footer #nav_footer li {
      line-height: 1;
      display: inline-block; }
      #footer #nav_footer li a {
        padding: 0 10px;
        text-decoration: none; }
        #footer #nav_footer li a:hover {
          opacity: 0.6; }
  @media screen and (max-width: 768px) {
    #footer .fltL, #footer .fltR {
      float: none; } }
  #footer #copy a {
    text-decoration: none; }
    #footer #copy a:hover {
      opacity: 0.6; }
    @media screen and (max-width: 768px) {
      #footer #copy a {
        line-height: 60px; } }

#contents_wrap {
  overflow: hidden;
  padding: 0 0 100px;
  position: relative;
  z-index: 1;
  width: auto; }
  @media screen and (max-width: 960px) {
    #contents_wrap {
      padding: 0 20px 80px; } }
  @media screen and (max-width: 468px) {
    #contents_wrap {
      padding: 0 10px 50px; } }

/* side */
#side img {
  width: 100% !important; }
#side #nav_side {
  margin-bottom: 30px; }
  #side #nav_side ul li {
    margin: 0 0 30px 0; }
    #side #nav_side ul li a {
      font-weight: bold;
      color: #333333;
      text-decoration: none; }
#side address {
  border-bottom: 1px solid #4c342e;
  border-left: 1px solid #4c342e;
  border-right: 1px solid #4c342e;
  background: #fff;
  padding: 0 10px 30px 10px;
  font-size: 15px; }
  #side address p {
    padding: 30px 0 0 0; }
    #side address p span {
      color: #3c3030;
      font-weight: bold;
      display: block; }
@media screen and (max-width: 468px) {
  #side #right_2, #side #right_3 {
    display: none; } }

/* home */
@media screen and (max-width: 960px) {
  .bnr img {
    width: 100% !important; } }

.bg_100per_wrap {
  position: relative;
  padding: 80px 0 0 0; }
  @media screen and (max-width: 960px) {
    .bg_100per_wrap {
      padding: 0; } }
  .bg_100per_wrap .imgleft {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 10%;
    margin: 0% 0% 0% -73%;
    z-index: -1; }
    @media screen and (max-width: 960px) {
      .bg_100per_wrap .imgleft {
        position: static;
        left: 0;
        margin: 0 0 30px 0; } }
    .bg_100per_wrap .imgleft img {
      width: 65% !important; }
      @media screen and (max-width: 960px) {
        .bg_100per_wrap .imgleft img {
          width: 100% !important; } }
      @media screen and (max-width: 468px) {
        .bg_100per_wrap .imgleft img {
          display: none !important; } }

.contact {
  box-shadow: 0 0 10px 0 #ccc;
  -moz-box-shadow: 0 0 10px 0 #ccc;
  -webkit-box-shadow: 0 0 10px 0 #ccc; }
  @media screen and (max-width: 960px) {
    .contact {
      padding: 35px 15% 35px 0 !important; } }
  @media screen and (max-width: 468px) {
    .contact {
      background-image: none !important;
      margin: 0 !important;
      padding: 30px !important;
      background-color: #fff; } }
  @media screen and (max-width: 468px) {
    .contact img {
      width: 100% !important; } }

/* btn */
.btn01 a {
  border: 1px solid #333333;
  color: #333333;
  display: block;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-size: 16px;
  line-height: 1.1;
  margin: 0 auto;
  max-width: 240px;
  padding: 15px;
  position: relative;
  text-align: center;
  text-decoration: none;
  transition: all 0.2s ease; }
  .btn01 a:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: -1;
    transform: scale(0);
    transition: all 0.2s ease; }
  .btn01 a:hover {
    border: 1px solid transparent;
    color: #ffffff;
    transition: all 0.2s ease; }
    .btn01 a:hover:after {
      background: #8B0F1B;
      transform: scale(1);
      transition: all 0.2s ease; }
@media screen and (max-width: 468px) {
  .btn01 a {
    font-size: 18px; } }

/* scroll(news) */
.scroll {
  width: 100%;
  height: 350px;
  text-align: left;
  background: none;
  border: 0px !important;
  max-width: 100% !important; }

.mCSB_dragger_bar {
  margin-top: 10px !important;
  background: #69c349 !important;
  width: 10px !important;
  border-radius: 0px !important; }

.blog_table01 table td {
  padding: 10px !important; }

.blog_title h3 {
  font-weight: bold;
  font-size: 18px;
  padding: 50px 0 20px 0;
  border-bottom: 1px dashed #333; }
  .blog_title h3 span {
    margin-right: 10px;
    color: #2470ec; }

.name {
  margin-top: -100px;
  padding-top: 100px; }
  @media screen and (max-width: 768px) {
    .name {
      margin-top: -100px;
      padding-top: 100px; } }

header #local-keyvisual {
  margin-top: 30px;
  position: relative; }
  header #local-keyvisual h2 {
    color: #fff;
    font-size: 60px;
    font-weight: 500;
    line-height: 1;
    padding: 60px 0;
    background: rgba(0, 2, 0, 0.3);
    z-index: 100;
    position: relative;
    font-family: 'Playball', cursive; }
  header #local-keyvisual .local-keyvisual-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    background-size: cover;
    background-position: center center; }
header #breadcrumbs {
  text-align: left;
  padding: 20px 0; }
  header #breadcrumbs ol li {
    display: inline-block; }
    header #breadcrumbs ol li a {
      color: #2470ec;
      text-decoration: none; }

/* title */
.midashi {
  border-top: 1px solid #333;
  border-bottom: 1px dashed #333; }
  .midashi h3 {
    color: #333;
    line-height: 1.5;
    font-size: 40px;
    padding: 10px 0; }

.midashi2 h3 {
  line-height: 1.5;
  font-size: 40px;
  padding: 10px 0; }
.midashi2:nth-of-type(3n+1) h3 {
  color: #aa0000; }
.midashi2:nth-of-type(3n+2) h3 {
  color: #003eaf; }
.midashi2:nth-of-type(3n+3) h3 {
  color: #2470ec; }

.borT {
  border-top: 1px solid #333; }

@media screen and (max-width: 468px) {
  .bor {
    border: 1px solid #666; } }
.bor .tdtitl {
  display: inline-block;
  line-height: 1.3;
  padding: 5px 0px;
  width: 100px !important; }
  @media screen and (max-width: 768px) {
    .bor .tdtitl {
      width: 20% !important; } }
  @media screen and (max-width: 468px) {
    .bor .tdtitl {
      width: 100% !important; } }
@media screen and (max-width: 768px) {
  .bor .tdtxt {
    width: 80% !important; } }
@media screen and (max-width: 468px) {
  .bor .tdtxt {
    width: 100% !important; } }

/* box */
.home_td {
  margin-left: -20px !important; }
  @media screen and (max-width: 768px) {
    .home_td {
      margin-left: -2.5641% !important; } }
  @media screen and (max-width: 468px) {
    .home_td {
      margin-left: 0 !important; } }
  .home_td .box {
    float: left;
    width: 240px;
    margin: 0 0 20px 20px !important; }
    @media screen and (max-width: 768px) {
      .home_td .box {
        width: 47.4358%;
        margin: 0 0 2.5641% 2.5641% !important; } }
    @media screen and (max-width: 468px) {
      .home_td .box {
        width: 100%;
        margin: 0 0 20px 0 !important; } }
    .home_td .box img {
      width: 100% !important; }

.cont1 {
  border: 1px solid #ccc;
  background: #fff;
  padding: 10px; }
  .cont1 img {
    width: 300px !important; }
  .cont1 .fs20 {
    font-size: 16px !important; }

/*# sourceMappingURL=common.css.map */
