@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;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box; }

body {
  counter-reset: number 0;
  line-height: 2em;
  font-weight: 500;
  letter-spacing: 0.6;
  color: #56330c;
  font-family: "Noto Sans Japanese", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  word-wrap: break-word;
  overflow: hidden;
  font-size: 14px; }
  @media only screen and (max-width: 768px) {
    body {
      font-size: 16px; } }

.inner {
  margin: 0 auto;
  max-width: 1200px; }
  @media screen and (min-width: 469px) and (max-width: 768px) {
    .inner {
      padding-left: 20px !important;
      padding-right: 20px !important; } }
  @media only screen and (max-width: 468px) {
    .inner {
      padding-left: 10px !important;
      padding-right: 10px !important; } }

.inner2 {
  margin: 0 auto;
  max-width: 1000px; }

#contents_wrap {
  width: 100%;
  min-width: 100% !important;
  padding: 50px 0 100px !important; }
  @media only screen and (max-width: 768px) {
    #contents_wrap {
      padding: 50px 0 !important; } }

#contents {
  font-size: 100%;
  width: 100%;
  max-width: 1000px; }
  @media screen and (min-width: 769px) and (max-width: 999px) {
    #contents {
      padding-left: 20px !important;
      padding-right: 20px !important; } }
  @media screen and (min-width: 469px) and (max-width: 768px) {
    #contents {
      padding-left: 20px !important;
      padding-right: 20px !important; } }
  @media only screen and (max-width: 468px) {
    #contents {
      padding-left: 10px !important;
      padding-right: 10px !important; } }

#main {
  width: 100%; }

#main #col_main {
  width: 100%; }

#side {
  width: 18.75000%; }

.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 h2 {
  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; }

@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  table {
    table-layout: fixed; } }
.tlfixed table {
  table-layout: fixed; }

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; }

u {
  text-decoration: underline; }

b {
  font-weight: 500; }

input[type="button"] {
  cursor: pointer;
  padding: 5px 10px; }

a {
  text-decoration: none; }

a:hover {
  opacity: 0.6; }

@media screen and (min-width: 469px) and (max-width: 768px) {
  .imgR, .imgL {
    max-width: 30% !important; } }
@media only screen and (max-width: 468px) {
  .imgR, .imgL {
    display: block;
    float: none;
    margin: 0 auto 10px;
    max-width: 100% !important;
    text-align: center; } }

.mincho {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif; }

.gothic {
  font-family: "Noto Sans Japanese", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif; }

@media only screen and (max-width: 468px) {
  .fltL {
    float: none;
    width: 100% !important; }

  .fltR {
    float: none;
    width: 100% !important; }

  .sptal {
    text-align: left !important; }

  .sptar {
    text-align: right !important; }

  .sptac {
    text-align: center !important; }

  .spcenter {
    text-align: center;
    display: block;
    margin-top: 10px; } }
header#global_header {
  max-width: 100%;
  width: 100%;
  min-width: 100%;
  height: auto; }
  @media only screen and (max-width: 768px) {
    header#global_header {
      padding-top: 62px;
      border-top: 0; } }

#header {
  width: 100%; }
  #header .HFLX1 {
    max-width: 1000px;
    width: 100% !important;
    margin: 0 auto;
    padding-top: 15px;
    display: flex;
    justify-content: space-between;
    align-items: center; }
    @media only screen and (max-width: 468px) {
      #header .HFLX1 {
        display: block; } }
    #header .HFLX1 .header-logo {
      width: 200px; }
      @media only screen and (max-width: 468px) {
        #header .HFLX1 .header-logo {
          width: 100%; }
          #header .HFLX1 .header-logo img {
            display: block;
            margin: 0 auto; } }
    #header .HFLX1 .sns-icon {
      width: 150px; }
      #header .HFLX1 .sns-icon ul li {
        display: inline-block; }
        #header .HFLX1 .sns-icon ul li a {
          padding: 5px; }
      @media only screen and (max-width: 468px) {
        #header .HFLX1 .sns-icon {
          width: 100%; }
          #header .HFLX1 .sns-icon li {
            padding: 5px; }
            #header .HFLX1 .sns-icon li img {
              display: block;
              margin: 0 auto; } }

#nav_global {
  margin: 20px auto 0px;
  clear: both; }
  @media only screen and (max-width: 768px) {
    #nav_global {
      display: none; } }
  #nav_global ul {
    max-width: 1000px;
    margin: 0 auto;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    align-items: center; }
    #nav_global ul li {
      -webkit-flex-grow: 1;
      flex-grow: 1; }
      #nav_global ul li a {
        font-size: 16px;
        color: #333;
        width: 100%;
        display: block; }
        #nav_global ul li a:not(.nav1) {
          border-left: dotted #666 1px; }
        #nav_global ul li a img {
          height: auto;
          display: inline;
          padding: 3px; }

#mainArea {
  width: 100%; }
  #mainArea #slider {
    width: 100%;
    margin: 0 auto;
    position: relative; }
    #mainArea #slider li {
      margin: 10px;
      border-radius: 15px !important; }
      #mainArea #slider li img {
        width: 100%;
        height: auto;
        border-radius: 15px !important; }
  #mainArea .slick-prev, #mainArea .slick-next {
    z-index: 100;
    height: auto !important;
    width: auto !important; }
  #mainArea .slick-prev {
    left: 18% !important; }
    @media screen and (min-width: 469px) and (max-width: 768px) {
      #mainArea .slick-prev {
        width: 50px !important; } }
  #mainArea .slick-next {
    right: 18% !important; }
    @media screen and (min-width: 469px) and (max-width: 768px) {
      #mainArea .slick-next {
        width: 50px !important; } }
  #mainArea .slick-prev:before, #mainArea .slick-next:before {
    display: none; }

.mean-container .mean-bar {
  background: #f39800 !important;
  position: fixed !important; }

.mean-container .mean-nav {
  background: #f39800 !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;*/ }

.mean-container .mean-nav ul li a img {
  display: none !important; }

.anchor {
  display: block;
  transform: translateY(-60px); }

/*
飛ばしたいところの前に以下のような記述
<span id="map" class="anchor"></span>
*/
footer#global_footer {
  color: #fff !important;
  min-width: 100% !important; }
  footer#global_footer a {
    color: #fff !important; }
  footer#global_footer #footer-wrap {
    text-align: left;
    background: #f39800;
    position: relative; }
    footer#global_footer #footer-wrap #page-top {
      position: absolute;
      top: 15px;
      right: 15px; }
      @media only screen and (max-width: 768px) {
        footer#global_footer #footer-wrap #page-top {
          display: none; } }
    footer#global_footer #footer-wrap #footer {
      max-width: 1000px;
      margin: 0 auto;
      padding: 30px; }
      footer#global_footer #footer-wrap #footer #footer-nav ul {
        display: flex;
        justify-content: space-around;
        border-bottom: #fff solid 1px;
        padding-bottom: 15px;
        margin: 0 auto; }
        footer#global_footer #footer-wrap #footer #footer-nav ul li {
          width: 16.666%;
          display: block; }
          footer#global_footer #footer-wrap #footer #footer-nav ul li:not(.fnav01) {
            border-left: 1px dotted #fff; }
          footer#global_footer #footer-wrap #footer #footer-nav ul li a {
            display: block;
            text-align: center; }
      @media only screen and (max-width: 768px) {
        footer#global_footer #footer-wrap #footer #footer-nav {
          display: none; } }
      @media screen and (min-width: 1000px) and (max-width: 1200px) {
        footer#global_footer #footer-wrap #footer #footer-nav {
          width: 90%; } }
      @media screen and (min-width: 769px) and (max-width: 999px) {
        footer#global_footer #footer-wrap #footer #footer-nav {
          width: 85%; } }
      footer#global_footer #footer-wrap #footer #footer-info {
        display: flex;
        justify-content: center;
        padding: 15px 0; }
        footer#global_footer #footer-wrap #footer #footer-info a {
          padding-right: 20px;
          display: block; }
        footer#global_footer #footer-wrap #footer #footer-info p br {
          display: none; }
        footer#global_footer #footer-wrap #footer #footer-info span {
          padding: 0 10px; }
        @media only screen and (max-width: 768px) {
          footer#global_footer #footer-wrap #footer #footer-info {
            display: block;
            text-align: center; }
            footer#global_footer #footer-wrap #footer #footer-info a {
              font-size: 24px;
              padding-right: 0; }
            footer#global_footer #footer-wrap #footer #footer-info span {
              display: block; }
            footer#global_footer #footer-wrap #footer #footer-info .tel-s a {
              font-size: 16px !important; } }
      @media only screen and (max-width: 768px) {
        footer#global_footer #footer-wrap #footer {
          padding: 20px; } }
  footer#global_footer #copyright {
    max-width: 100%;
    background: #f39800; }

.top-lead-txt {
  color: #56330c;
  font-size: 17px;
  line-height: 35px; }
  .top-lead-txt h1 {
    font-size: 30px;
    padding-bottom: 20px;
    margin-bottom: 60px;
    position: relative;
    display: inline-block; }
    .top-lead-txt h1:before {
      content: '';
      position: absolute;
      bottom: -15px;
      display: inline-block;
      width: 160px;
      height: 1px;
      left: 50%;
      -moz-transform: translateX(-50%);
      -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      transform: translateX(-50%);
      background-color: #f39800;
      border-radius: 2px; }
    @media only screen and (max-width: 768px) {
      .top-lead-txt h1 {
        font-size: 24px; } }
  @media only screen and (max-width: 768px) {
    .top-lead-txt {
      background: rgba(255, 255, 255, 0.6);
      padding: 10px; } }
  @media only screen and (max-width: 468px) {
    .top-lead-txt p {
      text-align: left !important; }
      .top-lead-txt p br {
        display: none; } }

.top-link {
  margin: 60px auto 20px; }
  .top-link a {
    color: #fff;
    padding: 15px 100px;
    background: #f39800;
    border-radius: 50px; }
  .top-link i {
    padding-right: 20px; }
  @media only screen and (max-width: 768px) {
    .top-link {
      margin: 30px auto 20px; }
      .top-link a {
        padding: 15px 50px; } }

.top-100per-wrap01 {
  position: relative;
  padding: 50px 150px 200px !important; }
  @media screen and (min-width: 1000px) and (max-width: 1200px) {
    .top-100per-wrap01 {
      padding: 0  100px 50px !important; } }
  @media screen and (min-width: 769px) and (max-width: 999px) {
    .top-100per-wrap01 {
      padding: 0 100px 50px  !important; } }
  @media screen and (min-width: 469px) and (max-width: 768px) {
    .top-100per-wrap01 {
      padding: 0 50px 50px 50px !important; } }
  @media only screen and (max-width: 468px) {
    .top-100per-wrap01 {
      padding: 0 20px 20px 20px  !important; } }

.top-100per-inner01 {
  width: 100vw;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  margin-left: calc(((100vw - 100%) / 2) * -1);
  margin-right: calc(((100vw - 100%) / 2) * -1);
  background: url(../images/contents/top-bg.png) no-repeat center top;
  background-size: cover;
  z-index: -1; }
  @media only screen and (max-width: 768px) {
    .top-100per-inner01 {
      background-position: left;
      background-size: auto; } }

.top-100per-wrap02 {
  position: relative;
  padding: 50px 0 75px !important; }

.top-100per-inner02 {
  width: 1000%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  margin: 0% 0% 0% -500%;
  background: #ffdda5;
  z-index: -1; }

.FLX3r {
  display: none;
  justify-content: space-between;
  flex-wrap: nowrap !important; }
  .FLX3r .box {
    margin: 10px !important; }
    .FLX3r .box img {
      display: block;
      margin: 0 auto; }

.top-cont1 {
  display: flex;
  justify-content: space-between;
  flex-wrap: no-wrap; }
  @media screen and (min-width: 469px) and (max-width: 768px) {
    .top-cont1 {
      flex-wrap: wrap;
      justify-content: center; } }
  @media only screen and (max-width: 468px) {
    .top-cont1 {
      display: block; } }
  .top-cont1 .box {
    width: 33.333%;
    border: 4px solid #f39800;
    border-radius: 10px;
    background: #fff;
    margin-bottom: 20px; }
    .top-cont1 .box:not(.last-box) {
      margin-right: 20px; }
    .top-cont1 .box .top-cont1-txt1 a {
      font-size: 24px;
      color: #f39800 !important; }
    .top-cont1 .box .top-cont1-txt2 {
      font-size: 16px; }
    @media screen and (min-width: 769px) and (max-width: 999px) {
      .top-cont1 .box:not(.last-box) {
        margin-right: 5px; }
      .top-cont1 .box .top-cont1-txt1 {
        font-size: 20px; } }
    @media screen and (min-width: 469px) and (max-width: 768px) {
      .top-cont1 .box {
        flex-wrap: wrap;
        width: 48% !important; }
        .top-cont1 .box:not(.last-box) {
          margin-right: 5px; }
        .top-cont1 .box .top-cont1-txt1 {
          font-size: 20px; } }
    @media only screen and (max-width: 468px) {
      .top-cont1 .box {
        width: 80% !important;
        margin: 10px auto; }
        .top-cont1 .box:not(.last-box) {
          margin-right: auto !important; }
        .top-cont1 .box .top-cont1-txt1 {
          font-size: 20px; } }

.top-cont2 {
  display: flex;
  justify-content: space-between;
  flex-wrap: no-wrap; }
  @media screen and (min-width: 469px) and (max-width: 768px) {
    .top-cont2 {
      flex-wrap: wrap; } }
  @media only screen and (max-width: 468px) {
    .top-cont2 {
      display: block; } }
  .top-cont2 .box {
    width: 48%;
    border: 4px solid #f39800;
    border-radius: 10px;
    background: #fff; }
    .top-cont2 .box:not(.last-box) {
      margin-right: 30px; }
    .top-cont2 .box .top-cont1-txt1 a {
      font-size: 24px;
      color: #f39800 !important; }
    .top-cont2 .box .top-cont1-txt2 {
      font-size: 16px; }
    @media screen and (min-width: 769px) and (max-width: 999px) {
      .top-cont2 .box:not(.last-box) {
        margin-right: 20px; }
      .top-cont2 .box .top-cont1-txt1 {
        font-size: 20px; } }
    @media screen and (min-width: 469px) and (max-width: 768px) {
      .top-cont2 .box {
        flex-wrap: wrap;
        width: 48% !important; }
        .top-cont2 .box:not(.last-box) {
          margin-right: 5px; }
        .top-cont2 .box .top-cont1-txt1 {
          font-size: 20px; } }
    @media only screen and (max-width: 468px) {
      .top-cont2 .box {
        width: 80% !important;
        margin: 10px auto; }
        .top-cont2 .box:not(.last-box) {
          margin-right: auto !important; }
        .top-cont2 .box .top-cont1-txt1 {
          font-size: 20px; } }

.top-title h2 {
  color: #56330c;
  font-size: 30px;
  padding-bottom: 20px;
  margin-bottom: 60px;
  position: relative;
  display: inline-block; }
  .top-title h2:before {
    content: '';
    position: absolute;
    bottom: -15px;
    display: inline-block;
    width: 160px;
    height: 1px;
    left: 50%;
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    background-color: #f39800;
    border-radius: 2px; }
  @media only screen and (max-width: 768px) {
    .top-title h2 {
      font-size: 24px; } }

.top-link2 {
  margin: 60px auto 20px; }
  .top-link2 a {
    color: #fff;
    padding: 15px 100px;
    background: #998a70;
    border-radius: 50px; }
  .top-link2 i {
    padding-right: 20px; }
  @media only screen and (max-width: 768px) {
    .top-link2 {
      margin: 30px auto 20px; }
      .top-link2 a {
        padding: 15px 50px; } }

@media only screen and (max-width: 768px) {
  .news-wrap {
    margin-top: 70px !important; } }

.news {
  margin: 50px auto;
  padding: 20px;
  height: 250px;
  overflow-y: auto;
  font-size: 15px; }
  .news tr {
    display: block;
    border-bottom: 1px #ffdda5 solid !important; }
  @media screen and (min-width: 469px) and (max-width: 768px) {
    .news table td {
      display: block; } }
  .news table td span {
    display: inline-block;
    padding: 3px 15px;
    font-size: 13px;
    color: #fff; }
  .news table td .news-green {
    background: #a1d355; }
  .news table td .news-orange {
    background: #f39800; }
  .news table td .news-blue {
    background: #6fb9d6; }
  @media only screen and (max-width: 768px) {
    .news {
      margin: 30px auto; } }

.page-title-wrap {
  position: relative;
  padding: 100px !important;
  margin-bottom: 50px; }
  @media screen and (min-width: 1000px) and (max-width: 1200px) {
    .page-title-wrap {
      padding: 0  100px 50px !important; } }
  @media screen and (min-width: 769px) and (max-width: 999px) {
    .page-title-wrap {
      padding: 0 100px 50px  !important; } }
  @media screen and (min-width: 469px) and (max-width: 768px) {
    .page-title-wrap {
      padding: 0 50px 50px 50px !important; } }
  @media only screen and (max-width: 468px) {
    .page-title-wrap {
      padding: 0 20px 20px 20px  !important; } }

.page-title-inner {
  width: 100vw;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  margin-left: calc(((100vw - 100%) / 2) * -1);
  margin-right: calc(((100vw - 100%) / 2) * -1);
  background: url(../images/common/top-title-bg2.png) no-repeat center top;
  background-size: cover;
  z-index: -1; }
  @media only screen and (max-width: 768px) {
    .page-title-inner {
      background-position: left; } }

.page-title h2 {
  font-size: 30px;
  position: relative;
  padding: 0.2em 0.5em;
  background: -webkit-linear-gradient(left, #ff9b56, #efbf6c);
  background: -o-linear-gradient(left, #ff9b56, #efbf6c);
  background: linear-gradient(to right, #ff9b56, #efbf6c);
  color: white;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.56);
  margin: 40px auto 20px; }
  @media only screen and (max-width: 768px) {
    .page-title h2 {
      font-size: 20px; } }

.page-title2 h2 {
  font-size: 30px;
  position: relative;
  padding: 0.3em 0.5em;
  background: -webkit-linear-gradient(bottom, #ff9b56, #efbf6c);
  background: -o-linear-gradient(bottom, #ff9b56, #efbf6c);
  background: linear-gradient(to top, #ff9b56, #efbf6c);
  color: #fff;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.56);
  margin: 40px auto 20px; }
  @media only screen and (max-width: 768px) {
    .page-title2 h2 {
      font-size: 20px; } }
.page-title2 .small {
  font-size: 24px; }
  @media only screen and (max-width: 768px) {
    .page-title2 .small {
      font-size: 20px; } }

.common-link {
  border-radius: 50px;
  background: #f39800;
  text-align: center;
  padding: 15px 0;
  width: 350px;
  max-width: 100%;
  margin: 60px auto 20px; }
  .common-link a {
    color: #fff;
    display: block; }
    .common-link a p {
      display: block;
      width: 80%;
      margin: 0 auto; }
  .common-link i {
    padding-right: 20px; }
  @media only screen and (max-width: 768px) {
    .common-link {
      margin: 20px auto; } }

.tel-s a {
  color: #56330c !important; }

.corporation-cont1 h3 {
  font-size: 20px;
  font-weight: bold;
  position: relative;
  color: #333333;
  text-shadow: 0 0 2px white; }
  .corporation-cont1 h3:before {
    content: "";
    position: absolute;
    background: #a1d355;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    top: 50%;
    /* border: dashed 1px white; */
    left: -15px;
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: -1; }

.enkaku table {
  table-layout: auto !important; }

.enkakuL {
  border-bottom: #c9ea96 2px solid !important; }

.enkakuR {
  border-bottom: #ccc 2px solid !important; }

.about-cont1 h3 {
  font-size: 20px;
  font-weight: bold;
  position: relative;
  color: #333333;
  text-shadow: 0 0 2px white;
  margin-top: 30px; }
  .about-cont1 h3:before {
    content: "";
    position: absolute;
    background: #a1d355;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    top: 50%;
    /* border: dashed 1px white; */
    left: -15px;
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: -1; }

.kiroku {
  width: 90%;
  margin: 30px auto 50px;
  padding: 30px;
  height: 350px;
  overflow-y: auto;
  border: 2px solid #ccc;
  font-size: 15px; }
  @media only screen and (max-width: 768px) {
    .kiroku {
      margin: 30px auto;
      padding: 15px; }
      .kiroku dl {
        display: block !important; }
        .kiroku dl dd {
          width: 100% !important; } }

.anto-FLX {
  justify-content: center;
  flex-wrap: wrap !important; }
  .anto-FLX .box {
    padding: 5px;
    width: 25%; }
    @media screen and (min-width: 469px) and (max-width: 768px) {
      .anto-FLX .box {
        width: 33.333%; } }
    @media only screen and (max-width: 468px) {
      .anto-FLX .box {
        width: 80%; } }

.error2 h2 {
  font-size: 30px;
  font-weight: bold; }

.bg_100per_wrap {
  position: relative;
  padding: 50px 0 !important;
  margin-bottom: 60px !important; }

.bg_100per_inner {
  width: 1000%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  margin: 0% 0% 0% -500%;
  background: #f7ead4;
  z-index: -1; }

.bg_100per_wrap {
  position: relative;
  padding: 80px 0 !important;
  margin-bottom: 60px 0 !important; }

.bg_100per_inner {
  width: 100vw;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  margin-left: calc(((100vw - 100%) / 2) * -1);
  margin-right: calc(((100vw - 100%) / 2) * -1);
  background: url(../images/contents/cont-bg.jpg) repeat center top;
  background-size: cover;
  z-index: -1; }

@media only screen and (max-width: 768px) {
  #col_main .errorbg {
    padding: 0 !important; } }

.blog_wrap {
  border-top: 2px solid #ccc;
  border-bottom: 2px solid #ccc;
  padding: 15px 0; }

.top_blog {
  height: 250px;
  overflow-y: auto; }
  .top_blog .blog_photo {
    display: none; }
  .top_blog .blog_list {
    border: none; }
    .top_blog .blog_list .blog_text {
      width: 100%;
      display: flex;
      padding: 15px 10px; }
      .top_blog .blog_list .blog_text .blog_date {
        margin: 1%;
        color: #f39800;
        font-size: 15px; }
      .top_blog .blog_list .blog_text h3 {
        order: 3;
        margin: 1%; }
        .top_blog .blog_list .blog_text h3 a span {
          color: #56330c;
          font-size: 14px; }
        @media only screen and (max-width: 468px) {
          .top_blog .blog_list .blog_text h3 {
            width: 100% !important; } }
      .top_blog .blog_list .blog_text ul {
        margin: 1%;
        order: 2; }
        .top_blog .blog_list .blog_text ul li a {
          min-width: 100px;
          padding: 3px 5px;
          margin-right: 0;
          color: #a1d355;
          text-align: center;
          font-size: 13px;
          background: rgba(255, 255, 255, 0.5); }
        .top_blog .blog_list .blog_text ul .blog_cate1 {
          background: rgba(204, 204, 204, 0.5); }
        .top_blog .blog_list .blog_text ul .blog_cate2 {
          background: rgba(204, 204, 204, 0.5); }
        .top_blog .blog_list .blog_text ul .blog_cate3 {
          background: rgba(204, 204, 204, 0.5); }
      .top_blog .blog_list .blog_text .detail {
        display: none; }
      .top_blog .blog_list .blog_text ul {
        display: block; }
      @media only screen and (max-width: 468px) {
        .top_blog .blog_list .blog_text {
          position: relative;
          flex-direction: column !important;
          padding: 10px; }
          .top_blog .blog_list .blog_text ul {
            position: absolute;
            left: 115px;
            top: 10px; } }
  @media only screen and (max-width: 468px) {
    .top_blog {
      height: 250px; } }

.blog {
  max-width: 1200px;
  margin: 80px auto 0; }
  @media screen and (min-width: 469px) and (max-width: 768px) {
    .blog {
      margin: 50px 10px 0 10px; } }
  @media only screen and (max-width: 468px) {
    .blog {
      margin: 30px 10px 0 10px; } }
  .blog .wrap {
    display: flex; }
    .blog .wrap aside {
      width: 28%;
      margin: 1%; }
      .blog .wrap aside nav {
        line-height: 2.0em; }
        .blog .wrap aside nav h3 {
          background: #f39800 !important; }
        .blog .wrap aside nav ul li .blogside {
          color: #56330c; }
          .blog .wrap aside nav ul li .blogside span {
            color: #56330c;
            margin-left: 5px;
            display: block; }
        .blog .wrap aside nav > a {
          background: #a1d355 !important; }
    .blog .wrap #contents {
      width: 68%;
      margin: 1%;
      padding: 0 !important;
      min-width: auto; }
      .blog .wrap #contents article .date {
        color: #f39800 !important; }
      .blog .wrap #contents article .date {
        color: #f39800 !important; }
      .blog .wrap #contents article h1, .blog .wrap #contents article h2 {
        background: rgba(243, 152, 0, 0.8) !important;
        color: #fff !important;
        font-size: 20px;
        padding: 0.5em 0.5em 0.3em;
        margin-bottom: 20px; }
      .blog .wrap #contents article .flex_images {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap; }
        .blog .wrap #contents article .flex_images img {
          width: 48%;
          margin: 1%; }
    @media only screen and (max-width: 768px) {
      .blog .wrap {
        flex-direction: column-reverse; }
        .blog .wrap aside, .blog .wrap #contents {
          width: 100%;
          margin: 10px auto; }
        .blog .wrap aside {
          text-align: center !important; } }
    @media only screen and (max-width: 468px) {
      .blog .wrap #contents article {
        padding: 0; }
        .blog .wrap #contents article div {
          flex-direction: column; }
          .blog .wrap #contents article div img {
            width: 100%; } }

/* title */
.midashi h2 {
  color: #fff;
  line-height: 2em;
  font-size: 40px;
  font-weight: bold; }
  @media only screen and (max-width: 468px) {
    .midashi h2 {
      font-size: 20px; } }

.tdpd10 td {
  padding: 10px !important; }

/*# sourceMappingURL=common_style.css.map */
