@charset "UTF-8";
/* ================================================================= 
 License : e-TRUST Inc.
 File name : common_style.css
 Style : common_style
================================================================= */
@import url(https://fonts.googleapis.com/earlyaccess/notosansjapanese.css);
* {
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  line-height: 1.6;
  letter-spacing: 0.05em;
  font-family: "Noto Sans Japanese", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 13px;
  word-wrap: break-word;
  font-weight: 400;
}

.inner {
  margin: 0 auto;
  max-width: 900px;
}

@media screen and (max-width: 640px) {
  .inner {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
}

.img100 img {
  width: 100% !important;
}

#contents_wrap {
  position: relative;
  z-index: 1;
}

.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;
}

.map li:last-child {
  display: none;
}

.map li a {
  text-decoration: none;
}

table td {
  margin-bottom: -1px !important;
  padding: 20px !important;
}

table td img {
  height: auto !important;
}

.pdnone td {
  padding: 0 !important;
}

.bornone td {
  border: none !important;
}

.pdtd10 td {
  padding: 10px !important;
}

b, strong {
  font-weight: bold;
}

u {
  text-decoration: line-through;
}

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

hr {
  border: none;
  height: 0;
  border-bottom: 1px dashed #B3B3B3;
}

span {
  font-weight: inherit;
}

u {
  text-decoration: underline;
}

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: 640px) {
  #contents_wrap {
    padding-left: 10px;
    padding-right: 10px;
  }
}

#contents {
  max-width: 900px;
  width: 100%;
}

.imgR, .imgL {
  max-width: 30% !important;
}

@media screen and (max-width: 640px) {
  .imgR, .imgL {
    display: block;
    float: none;
    margin: 0 auto 10px;
    max-width: 100% !important;
    text-align: center;
  }
}

.mincho {
  font-family: "Noto Serif Japanese", "游明朝体", "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;
}

header#global_header {
  max-width: 100%;
  min-width: 100% !important;
}

#main {
  width: 100%;
}

#main #col_main {
  width: 76.5%;
}

@media screen and (max-width: 834px) {
  #main #col_main {
    float: none !important;
    width: 100% !important;
  }
}

#main #col_side1 {
  width: 22% !important;
  padding: 80px 10px 0;
}

@media screen and (max-width: 834px) {
  #main #col_side1 {
    display: none;
  }
}

footer#global_footer {
  min-width: 100% !important;
}

#contents_wrap {
  padding: 0 0 100px;
}

@media screen and (max-width: 834px) {
  #contents_wrap {
    padding: 0 10px 80px;
  }
}

@media screen and (max-width: 640px) {
  #contents_wrap {
    padding: 0 10px 50px;
  }
}

header#global_header {
  max-width: 100%;
}

#header {
  width: 100%;
  background: url(../images/common/back_header.png) top left repeat-x;
}

@media screen and (max-width: 834px) {
  #header {
    padding: 50px 0 0;
    background: url(../images/common/back_header.png) left 50px repeat-x !important;
  }
}

#header .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  position: relative;
}

@media screen and (max-width: 834px) {
  #header .inner {
    display: block;
  }
}

#header .inner:before {
  position: absolute;
  top: 99px;
  left: 0;
  width: 100%;
  height: 2px;
  background: #303030;
  content: "";
  z-index: 999;
}

@media screen and (max-width: 834px) {
  #header .inner:before {
    display: none;
  }
}

#nav_global {
  width: 100%;
  max-width: 535px;
  padding-top: 55px;
}

#nav_global ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

#nav_global ul li {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  height: 100%;
  width: 100%;
  max-width: 95px;
}

#nav_global ul li:last-child a {
  padding-top: 13px;
}

#nav_global ul li a {
  display: block;
  line-height: 1.2;
  color: #000;
  text-decoration: none;
  text-align: right;
  position: relative;
  z-index: 10;
  font-weight: bold;
  padding-top: 28px;
  padding-right: 4px;
  color: #303030;
}

#nav_global ul li a:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 135px;
  background: #eee;
  z-index: -1;
  content: "";
}

#nav_global ul li a span {
  font-weight: normal;
  display: block;
  z-index: 10;
  margin-top: 10px;
}

#common_header {
  padding: 50px 0 0;
}

@media screen and (max-width: 834px) {
  #common_header {
    padding: 60px 0 20px;
  }
}

#common_header .innerwrap {
  position: relative;
  max-width: 900px;
  margin: 0 auto;
}

#common_header .innerwrap:before {
  position: absolute;
  top: -50px;
  width: 22.5%;
  height: 720px;
  background: #a8a9ac;
  left: 0;
  content: "";
  z-index: -1;
}

@media screen and (max-width: 834px) {
  #common_header .innerwrap:before {
    display: none;
  }
}

#common_header .innerwrap:after {
  position: absolute;
  top: 61px;
  width: 100%;
  height: 4px;
  background: #000;
  right: 0;
  content: "";
}

@media screen and (max-width: 834px) {
  #common_header .innerwrap:after {
    height: 3px;
    top: 62%;
  }
}

@media screen and (max-width: 640px) {
  #common_header .innerwrap:after {
    width: 96%;
    height: 3px;
    top: 59% !important;
  }
}

#common_header .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}

#common_header .inner #commonID {
  width: 22%;
  padding-top: 7px;
}

@media screen and (max-width: 834px) {
  #common_header .inner #commonID {
    width: auto;
    max-width: 200px !important;
  }
}

@media screen and (max-width: 640px) {
  #common_header .inner #commonID {
    padding-top: 0;
    width: 100% !important;
  }
}

#common_header .inner #commonID img {
  width: 100%;
}

@media screen and (max-width: 640px) {
  #common_header .inner #commonID img {
    width: auto;
  }
}

#common_header .inner h1 {
  width: 100%;
  max-width: 160px;
  font-size: 18px;
  padding-top: 25px;
}

#common_header .inner h1 span {
  margin-top: 5px;
  display: block;
  font-size: 16px;
  font-weight: 900;
}

.pcnone {
  display: none !important;
}

.fixed {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 10000;
}

#main_image {
  max-width: 900px;
  margin: 0 auto;
  max-height: 164px;
  overflow: hidden;
}

#main_image .bxslider {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

#main_image .bxslider li {
  width: 100%;
}

#main_image .bxslider > li:nth-of-type(1), #main_image .bxslider > li:nth-of-type(3) {
  width: 26.7%;
}

#main_image .bxslider > li:nth-of-type(2) {
  width: 46.8%;
}

#main_image .bxslider img {
  width: 100%;
  height: 100%;
}

.mean-container .mean-bar {
  background: #000 !important;
  position: fixed !important;
}

.mean-container .mean-nav {
  background: #000 !important;
}

.mean-container .mean-nav ul span {
  display: block;
  font-size: 10px;
}

aside div#form_calendar table thead tr th {
  font-size: 8px !important;
  font-weight: normal;
}

#footer {
  background: #3f3f3f;
  padding: 20px 0;
}

#footer .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}

@media screen and (max-width: 834px) {
  #footer .inner {
    display: block;
  }
}

#footer .inner .pagetop {
  position: absolute;
  top: -60px;
  right: 40px;
  z-index: 999;
}

#footer .inner .nav {
  text-align: right;
  color: #fff;
  letter-spacing: -1px;
}

@media screen and (max-width: 834px) {
  #footer .inner .nav {
    display: none;
  }
}

#footer .inner .nav a {
  color: #fff;
  text-decoration: none;
}

#footer .inner .copy {
  text-align: right;
  color: #fff;
}

@media screen and (max-width: 834px) {
  #footer .inner .copy {
    text-align: center;
    margin-top: 30px;
  }
}

/* txt */
.txt1 {
  border-top: 1px solid #999;
  border-bottom: 1px solid #999;
}

/* table */
@media screen and (max-width: 834px) {
  .table_wrap1 {
    font-size: 16px !important;
  }
}

.table_wrap2 {
  border-top: 1px solid #999 !important;
  border-bottom: 1px solid #999 !important;
  padding: 5px 0 !important;
}

.table_wrap2 .box1 {
  width: 35%;
  padding-right: 10px !important;
}

.table_wrap2 .box3 {
  font-size: 11px;
}

.table_wrap2 .box4 {
  width: 65%;
}

.table_wrap3 {
  max-width: 400px;
  border-top: 1px solid #999;
  border-bottom: 1px solid #999;
}

.table_wrap3 td {
  text-align: center !important;
}

/* back */
/* title */
.txtover {
  font-size: 11px;
}

.h1title h1 {
  color: #333;
  font-size: 16px;
  border-bottom: 2px solid #333;
  padding-left: 10px;
  font-weight: bold;
}

.h2title h2 {
  font-weight: bold;
  text-decoration: underline;
}

.h2title2 {
  border-bottom: 2px solid #000;
  padding: 0 0 5px 5px;
}

.h2title2 h2 {
  font-weight: bold;
}

.h2title3 {
  border-left: 10px solid #a8a9ac;
  padding-left: 10px;
}

.h2title3 h2 {
  font-weight: bold;
  font-size: 20px;
}

.h3title h3 {
  max-width: 200px;
  background: #eee;
  border-top: 1px solid #999;
  border-bottom: 1px solid #999;
}

/* common */
.sns_wrap {
  width: 100px;
  float: right;
}

div.blog_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border: none !important;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

div.blog_list h3 {
  display: none;
}

div.blog_list div.blog_photo {
  display: none;
}

div.blog_list div.blog_text {
  width: 100%;
}

div.blog_list div.detail {
  margin-top: 0;
}

div.blog_list div.blog_date {
  color: #000;
}

div.blog_list .blog_text {
  padding: 10px !important;
  padding-left: 0 !important;
}

.side_menu {
  border-left: 25px solid #f3f3f4;
  padding-bottom: 80px;
}

.side_menu li {
  width: 100%;
}

.side_menu li:last-child a {
  color: #6d6e71;
}

.side_menu li a {
  display: block;
  padding: 5px 10px;
  font-weight: 900;
  text-decoration: none;
  color: #f3f3f4;
  font-size: 18px;
  position: relative;
}

@media screen and (max-width: 834px) {
  .side_menu li a {
    font-size: 14px;
  }
}

.side_menu li a:hover {
  opacity: 1;
  color: #000;
}

.side_menu li a:hover:before {
  position: absolute;
  top: 8px;
  left: -18px;
  z-index: 999;
  content: "\f054";
  font-family: FontAwesome;
}

.common_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-align: start !important;
      -ms-flex-align: start !important;
          align-items: flex-start !important;
}

@media screen and (max-width: 834px) {
  .common_wrap {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }
}

.common_wrap section {
  margin-right: 0.5%;
  width: 100%;
  max-width: 520px;
  margin-top: -4%;
}

@media screen and (max-width: 834px) {
  .common_wrap section {
    max-width: 100%;
    margin-right: 0;
    margin-top: 0;
  }
}

.common_wrap .left_wrap {
  width: 100%;
  max-width: 160px;
  margin-left: 1%;
}

@media screen and (max-width: 834px) {
  .common_wrap .left_wrap {
    max-width: 100%;
    margin-bottom: 20px;
    margin-left: 0;
  }
}

.td5 td {
  padding: 5px !important;
}

.table_anc a {
  display: block;
}

.policy h2 {
  color: #333;
  font-size: 16px;
  border-left: 10px solid #a8a9ac;
  padding: 0 0 0 10px;
  font-weight: bold;
  color: #000;
}

.td5 td {
  padding: 5px !important;
}

.td2 td {
  padding: 3px !important;
}

#calendar {
  display: none !important;
}

#search {
  display: none !important;
}

aside nav {
  padding: 0 !important;
}

.topwrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

@media screen and (max-width: 834px) {
  .topwrap {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

.topwrap .topbox1 {
  width: 40%;
}

@media screen and (max-width: 834px) {
  .topwrap .topbox1 {
    width: 100%;
  }
}

.topwrap .topmain {
  width: 100%;
  max-width: 535px;
}

@media screen and (max-width: 834px) {
  .topwrap .topmain {
    max-width: 100%;
  }
}

.topwrap .topmain ul, .topwrap .topmain li {
  width: 100% !important;
}

.topwrap .topmain img {
  width: 100% !important;
}

.flex-direction-nav {
  display: none;
}

.champagne div.hidden {
  display: none;
}

/* blog */
.blog div, .blog a, .blog p {
  font-family: "Noto Sans Japanese", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif !important;
}

.blog div, .blog p {
  color: #333;
}

.pan1 a {
  display: inline-block;
  line-height: 30px;
  color: #000;
}

.disnone {
  display: none;
}

.bg100 {
  margin-left: calc(((100vw - 100%) / 2) * -1) !important;
  margin-right: calc(((100vw - 100%) / 2) * -1) !important;
}

.positioncenter {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  text-align: center;
}

/* news */
.news {
  border: 2px solid #000;
  padding: 40px;
}

.news .scroll {
  overflow-y: auto;
  max-height: 300px;
}

.news .scroll dl {
  border-bottom: 1px dotted #999 !important;
  padding-bottom: 20px !important;
  margin-bottom: 20px !important;
}

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

.news .scroll dl dt, .news .scroll dl dd {
  border: none !important;
  padding: 0 !important;
  background: none !important;
}

@media screen and (max-width: 640px) {
  .news .scroll dl dt, .news .scroll dl dd {
    width: 100% !important;
  }
}

.news .scroll dl dt {
  font-weight: bold;
}

@media screen and (max-width: 640px) {
  .news .scroll dl dt {
    margin-bottom: 10px !important;
  }
}

/* flex */
.wrap1 {
  margin-left: -1.35635% !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media screen and (max-width: 640px) {
  .wrap1 {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-left: 0% !important;
  }
}

.wrap1 .box1 {
  width: 23.63337% !important;
  margin-left: 1.35635% !important;
  margin-bottom: 2% !important;
}

@media screen and (max-width: 640px) {
  .wrap1 .box1 {
    width: calc(100% / 2 - 1%) !important;
    margin-left: 0 !important;
  }
}

.wrap1 .box1 img {
  border: 1px solid #ccc !important;
  padding: 2px !important;
}

.flex_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.calc1 {
  width: calc(100% / 2 - 2%);
}

.calc2 {
  width: calc(100% / 3 - 2%);
}

.calc3 {
  width: calc(100% / 4 - 2%);
}

@media screen and (max-width: 834px) {
  .tabW100 {
    width: 100% !important;
  }
}

@media screen and (max-width: 834px) {
  .tabW50 {
    width: calc(100% / 2 - 2%) !important;
  }
}

@media screen and (max-width: 640px) {
  .spW100 {
    width: 100% !important;
  }
}

@media screen and (max-width: 640px) {
  .spW50 {
    width: calc(100% / 2 - 2%) !important;
  }
}

a {
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}
/*# sourceMappingURL=common_style.css.map */