@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.5;
  font-size: 16px;
  font-weight: 400;
  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: 20px;
  word-wrap: break-word; }

@media all and (-ms-high-contrast: none) {
  body {
    font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif; } }
@media screen and (max-width: 1000px) {
  #main {
    width: 100%; } }

#main #col_main {
  width: 70%; }
  @media screen and (max-width: 1000px) {
    #main #col_main {
      width: 100%; } }

figure {
  padding: 0;
  margin: 0; }

pre {
  margin: 0;
  padding: 0;
  white-space: pre-line; }

/***********************************サイドバー*******************************************/
@media screen and (max-width: 1000px) {
  #side {
    width: 18.75000%; } }

@media screen and (max-width: 1000px) {
  #side aside {
    width: 100% !important; } }

/***********************************非表示*******************************************/
.dnone {
  display: none; }

/***********************************フレックス*******************************************/
.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; }

/***********************************書体*******************************************/
.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; }

/***********************************カラムフロート*******************************************/
.ColLeft {
  float: left; }

.ColRight {
  float: right; }

/***********************************フロート*******************************************/
@media screen and (max-width: 768px) {
  .fltL {
    float: none;
    width: 100% !important; }

  .fltR {
    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; } }
.tacenter {
  text-align: center !important; }

ul.break li {
  float: none !important; }

/***********************************テキスト*******************************************/
b, strong {
  font-weight: bold; }

.b {
  font-weight: bold; }

span {
  font-weight: inherit; }

a:hover {
  opacity: 0.6; }

.link1 a {
  color: #104480;
  font-weight: bold; }

u {
  text-decoration: underline; }

small {
  font-size: 80%; }

.fwb {
  font-weight: bold; }

/***********************************線*******************************************/
hr {
  border: none;
  height: 0;
  border-bottom: 1px dashed #B3B3B3; }

/************************************テーブル************************************/
table {
  table-layout: fixed; }

table td {
  padding: 20px !important; }

.tlauto table {
  table-layout: auto; }

table td img {
  height: auto !important; }

.tdpd0 td {
  padding: 0px !important; }

.tdpd5 td {
  padding: 5px !important; }

.tdpd10 td {
  padding: 10px !important; }

.tdpd15 td {
  padding: 15px !important; }

.cnt_table table {
  width: 100% !important; }
  @media screen and (max-width: 768px) {
    .cnt_table table {
      margin: 0 auto; } }
  .cnt_table table tr td {
    vertical-align: top; }
    @media screen and (max-width: 468px) {
      .cnt_table table tr td {
        width: 100% !important; } }
    @media screen and (max-width: 468px) {
      .cnt_table table tr td img {
        width: 100% !important; } }

.tdsp_left {
  text-align: left !important; }
  @media screen and (max-width: 468px) {
    .tdsp_left {
      width: 100% !important; } }

.br0 td {
  border: 0 !important; }

/************shadow_box*******************/
.shadow_box {
  box-shadow: 2px 2px 8px #ccc;
  border: 1px solid #ccc; }

/************************************インナー************************************/
.inner {
  margin: 0 auto;
  max-width: 1000px; }

@media screen and (max-width: 1000px) {
  .inner {
    padding-left: 20px !important;
    padding-right: 20px !important; } }
@media screen and (max-width: 468px) {
  .inner {
    padding-left: 10px !important;
    padding-right: 10px !important; } }
/************************************コンテンツ************************************/
#contents_wrap {
  padding: 0px;
  position: relative;
  z-index: 1;
  overflow: hidden;
  min-width: auto !important; }

/************************************画像RL************************************/
.imgL {
  margin-right: 30px;
  margin-bottom: 10px; }
  @media screen and (max-width: 768px) {
    .imgL {
      display: block;
      float: none;
      margin: 0 auto 20px;
      max-width: 100% !important;
      text-align: center; } }
  @media screen and (max-width: 468px) {
    .imgL {
      display: block;
      float: none;
      margin: 0 auto 20px;
      max-width: 100% !important;
      text-align: center; } }

.imgR {
  margin-left: 30px;
  margin-bottom: 10px; }
  @media screen and (max-width: 768px) {
    .imgR {
      display: block;
      float: none;
      margin: 0 auto 20px;
      max-width: 100% !important;
      text-align: center; } }
  @media screen and (max-width: 468px) {
    .imgR {
      display: block;
      float: none;
      margin: 0 auto 10px;
      max-width: 100% !important;
      text-align: center; } }

img {
  max-width: 100%;
  height: auto !important; }

.center_img {
  text-align: center; }

/************************************プライバシーポリシー************************************/
.privacy {
  font-size: 16px; }
  .privacy h2 {
    font-size: 18px;
    font-weight: bold;
    border-bottom: 2px solid #506e2d;
    display: inline-block;
    margin-bottom: 10px; }

.cont_text {
  font-size: 16px; }
  .cont_text h3 {
    font-size: 18px;
    font-weight: bold; }

/************************************サイトマップ************************************/
.map {
  max-width: 1000px;
  width: 95%;
  margin: 50px auto; }
  .map li {
    border-left: 3px solid #506e2d;
    list-style-type: none;
    padding-left: 10px;
    margin-bottom: 10px;
    display: block;
    float: none !important; }
    .map li a {
      color: #282828;
      font-size: 16px;
      text-decoration: none; }
    .map li a:hover {
      text-decoration: underline; }
  .map li:last-child {
    display: none; }

/************************************コンタクトフォーム************************************/
.contact_form {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto; }
  .contact_form p {
    font-size: 16px; }
  .contact_form table td {
    padding: 15px !important;
    border: #506e2d solid 1px !important;
    text-align: center; }
    @media screen and (max-width: 768px) {
      .contact_form table td {
        display: block;
        width: 100%; } }
  .contact_form table th {
    border: #506e2d solid 1px !important;
    background: #ffebda !important;
    color: #506e2d;
    font-weight: bold;
    font-size: 16px !important;
    text-align: center; }
    @media screen and (max-width: 768px) {
      .contact_form table th {
        display: block;
        width: 100% !important;
        text-align: center; } }

/************************************コンタクトフォーム(AI用)************************************/
.contact_form_ai {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto; }
  .contact_form_ai dt {
    font-size: 16px; }
  .contact_form_ai dl dt {
    padding: 10px !important;
    text-align: center;
    background: #ffebda !important;
    font-weight: bold;
    color: #506e2d; }
    @media screen and (max-width: 768px) {
      .contact_form_ai dl dt {
        display: block;
        width: 50% !important; } }
    @media screen and (max-width: 468px) {
      .contact_form_ai dl dt {
        display: block;
        width: 100%; } }
  .contact_form_ai dl dd {
    font-size: 16px !important; }
    @media screen and (max-width: 768px) {
      .contact_form_ai dl dd {
        display: block;
        width: 100% !important; } }

/***************************************************/
.submit {
  margin: 20px auto 50px auto !important; }

/*********************PDFボタン******************************/
.pdf_btn {
  padding: 10px 0; }
  .pdf_btn a {
    display: block;
    padding: 20px 5px;
    background: #d66464;
    position: relative;
    text-align: center;
    font-size: 16px;
    color: #fff !important;
    text-decoration: none;
    font-weight: bold; }
    @media screen and (max-width: 468px) {
      .pdf_btn a {
        margin: 0 auto;
        max-width: 300px; } }
    .pdf_btn a:after {
      content: "";
      width: calc(100% - 5px);
      height: calc(100% - 5px);
      position: absolute;
      top: 0;
      bottom: 0;
      right: 0;
      left: 0;
      margin: auto;
      border: 1px #fff solid; }
    .pdf_btn a:before {
      content: "PDF";
      display: block;
      width: calc(100% - 50px);
      position: absolute;
      right: -50px;
      bottom: -10px;
      color: rgba(255, 255, 255, 0.2);
      font-size: 50px; }

/************************************ボタン************************************/
input[type="button"] {
  cursor: pointer;
  padding: 5px 10px; }

.pankuzu {
  padding: 10px 0 30px 0; }
  .pankuzu a:link {
    color: #506e2d !important;
    text-decoration: none !important; }
  .pankuzu a:visited {
    color: #506e2d !important; }
  @media screen and (max-width: 768px) {
    .pankuzu {
      padding: 10px 0; } }

.inner {
  margin: 0 auto;
  max-width: 1000px;
  padding-bottom: 50px; }

@media screen and (max-width: 1000px) {
  .inner {
    padding-left: 20px !important;
    padding-right: 20px !important;
    padding-bottom: 30px; } }
@media screen and (max-width: 468px) {
  .inner {
    padding-left: 10px !important;
    padding-right: 10px !important;
    padding-bottom: 20px; } }
/*******************************************************************/
.is-fixed {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  width: 100%; }

/******************PCの時表示　タブレット時の非表示**************************************/
.display_pc {
  text-align: center; }
  @media screen and (max-width: 768px) {
    .display_pc {
      display: none; } }

.display_pc01 {
  text-align: center; }
  @media screen and (max-width: 468px) {
    .display_pc01 {
      display: none; } }

/******************タブレットの時表示　PC時の非表示**************************************/
.display_tab {
  display: none; }
  @media screen and (max-width: 768px) {
    .display_tab {
      text-align: center;
      display: block; } }

/******************タブレットの時表示　PC時の非表示**************************************/
.display_sp {
  display: none; }
  @media screen and (max-width: 468px) {
    .display_sp {
      text-align: center;
      display: block; } }

/******************flexwrap*************************************/
.flexwrap {
  display: flex;
  flex-wrap: wrap; }

.w31 {
  width: 31.11111111%;
  margin: 0 1%; }
  @media screen and (max-width: 768px) {
    .w31 {
      width: 48%; } }

.w48 {
  width: 48%;
  margin: 0 1%; }
  @media screen and (max-width: 468px) {
    .w48 {
      width: 100%; } }

.w58 {
  width: 58%;
  margin: 0 1%; }
  @media screen and (max-width: 468px) {
    .w58 {
      width: 100%; } }

.w38 {
  width: 38%;
  margin: 0 1%; }
  @media screen and (max-width: 468px) {
    .w38 {
      width: 100%; } }

/******************flexwrap(フレックスボックス)*************************************/
.flexwrap31 {
  display: flex;
  flex-wrap: wrap; }
  .flexwrap31 .box {
    width: 31.11111111%;
    margin: 20px 1%; }
    @media screen and (max-width: 768px) {
      .flexwrap31 .box {
        width: 48%; } }

@media screen and (max-width: 768px) {
  #main #col_side1 {
    width: 80%;
    margin: 0 auto;
    float: none;
    display: block; } }
#main #col_side1 .banner {
  text-align: center; }

@media screen and (max-width: 768px) {
  #main #col_main {
    float: none; } }

.wakubase01 {
  border: 1px solid #506e2d; }

.cnt_tel div {
  font-weight: bold;
  font-size: 40px;
  color: #506e2d; }
  @media screen and (max-width: 768px) {
    .cnt_tel div {
      font-size: 30px; } }
  @media screen and (max-width: 768px) {
    .cnt_tel div {
      font-size: 24px; } }

header#global_header {
  max-width: 100%;
  min-width: 100%; }
  @media screen and (max-width: 768px) {
    header#global_header {
      padding-top: 48px; } }

#header {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
  padding: 20px 0;
  display: flex;
  justify-content: space-between;
  align-items: center; }
  @media screen and (max-width: 768px) {
    #header {
      display: block; } }

#hedaer_info {
  display: flex;
  justify-content: center; }
  #hedaer_info li {
    padding-left: 20px; }
    @media screen and (max-width: 768px) {
      #hedaer_info li {
        padding: 20px 10px 0 10px; } }

#nav_global {
  width: 100%;
  background: #506e2d; }
  #nav_global ul {
    margin: 0 auto;
    max-width: 1000px;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-start;
    justify-content: flex-start; }
    #nav_global ul li {
      -webkit-flex-grow: 1;
      flex-grow: 1;
      position: relative;
      padding: 25px 0; }
      #nav_global ul li a {
        color: #fff;
        text-decoration: none;
        display: line-block;
        font-size: 18px;
        font-weight: bold; }
    #nav_global ul ul {
      display: block;
      z-index: 99;
      position: absolute;
      width: 100%; }
      #nav_global ul ul li {
        width: 100%;
        background: #ffebda; }

#mainArea {
  width: 100% !important;
  margin: 0 auto;
  position: relative;
  width: 100% !important; }
  @media screen and (max-width: 768px) {
    #mainArea {
      padding-top: 0px; } }
  @media screen and (max-width: 468px) {
    #mainArea {
      padding-top: 0px; } }
  #mainArea img {
    object-fit: cover;
    font-family: 'object-fit: cover;'; }
  #mainArea .sales_copy {
    height: 100%;
    max-width: 1040px;
    width: 100%; }
    #mainArea .sales_copy img {
      position: absolute;
      bottom: 0;
      left: 0;
      top: 0;
      right: 0;
      margin: auto;
      height: auto !important; }
      @media screen and (max-width: 1000px) {
        #mainArea .sales_copy img {
          bottom: 0;
          top: 0;
          right: 0;
          left: 0;
          margin: auto; } }
      @media screen and (max-width: 768px) {
        #mainArea .sales_copy img {
          width: 90% !important; } }
  #mainArea .slick-prev, #mainArea .slick-next {
    display: none !important; }
  #mainArea ul li img {
    margin: 0 auto; }
  @media screen and (max-width: 1000px) {
    #mainArea {
      width: auto !important; } }

.mean-container .mean-bar {
  background: #ff9638 !important;
  position: fixed !important; }

.mean-container .mean-nav {
  background: #ff9638 !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 {
  min-width: auto !important; }

#footer {
  padding-top: 50px;
  font-size: 13px;
  font-weight: bold;
  background: #ff9638 !important; }
  #footer a:link {
    color: #fff !important;
    text-decoration: none; }
  #footer a:visited {
    color: #fff !important; }

#nav_footer {
  padding: 20px 0;
  font-weight: bold;
  font-size: 14px;
  background: #e57919; }
  #nav_footer ul {
    max-width: 1000px;
    margin: 5px auto; }
    @media screen and (max-width: 768px) {
      #nav_footer ul {
        max-width: 100%;
        width: 80%; } }
    #nav_footer ul li {
      display: inline-block;
      margin: 5px 25px;
      width: auto; }
      @media screen and (max-width: 768px) {
        #nav_footer ul li {
          display: block;
          margin: 5px 0; } }
      #nav_footer ul li a {
        font-size: 18px; }
        @media screen and (max-width: 768px) {
          #nav_footer ul li a {
            background: #fff !important;
            padding: 10px;
            display: block;
            border-radius: 10px;
            font-weight: bold; }
            #nav_footer ul li a:link {
              color: #506e2d !important;
              text-decoration: none; }
            #nav_footer ul li a:visited {
              color: #506e2d !important; } }

#pagetop {
  position: fixed;
  bottom: 50px;
  right: 20px;
  z-index: 10; }
  @media screen and (max-width: 468px) {
    #pagetop {
      bottom: 20px;
      right: 0;
      width: 20%; }
      #pagetop img {
        width: 100% !important;
        height: auto; } }

.footer_info address {
  color: #fff; }
  .footer_info address ul {
    margin: 0 auto; }
    .footer_info address ul li {
      width: 100%;
      text-align: center; }
      @media screen and (max-width: 468px) {
        .footer_info address ul li {
          width: 100%; } }
    .footer_info address ul .footer_address {
      padding-top: 30px;
      font-size: 16px;
      display: block;
      font-weight: bold;
      text-align: center; }
    .footer_info address ul .footer_tel {
      padding-top: 30px;
      padding-bottom: 30px;
      font-size: 30px;
      display: block;
      font-weight: bold;
      text-align: center; }

#copy {
  background: #df6900 !important;
  color: #fff;
  padding: 18px;
  display: block !important;
  font-size: 16px !important; }
  #copy a:link {
    color: #fff;
    text-decoration: none; }
  #copy a:hover {
    text-decoration: underline; }
  #copy a:visited {
    color: #fff;
    text-decoration: none; }

#main {
  display: flex;
  flex-direction: row-reverse; }
  @media screen and (max-width: 768px) {
    #main {
      display: block; } }

#main #col_side1 {
  width: 38%;
  max-width: 300px;
  margin-right: 4%; }
  @media screen and (max-width: 768px) {
    #main #col_side1 {
      width: 80%;
      max-width: 100%;
      margin: 0 auto;
      padding-top: 30px; } }

#main #col_main {
  width: 68%;
  max-width: 760px; }
  @media screen and (max-width: 768px) {
    #main #col_main {
      width: 95%;
      margin: 0 auto;
      max-width: 100%; } }

#contents {
  width: 100% !important;
  max-width: 1100px !important;
  justify-content: space-between;
  padding-top: 50px;
  padding-bottom: 50px; }
  @media screen and (max-width: 468px) {
    #contents {
      padding: 20px 10px;
      padding-bottom: 10px; } }
  #contents a {
    color: #506e2d; }

#main {
  width: 100% !important; }

.nega {
  margin-left: calc(((100vw - 100%) / 2) * -1);
  margin-right: calc(((100vw - 100%) / 2) * -1); }

.nega_bottom {
  margin-bottom: -50px; }
  @media screen and (max-width: 768px) {
    .nega_bottom {
      margin-bottom: -30px; } }
  @media screen and (max-width: 468px) {
    .nega_bottom {
      margin-bottom: -10px; } }

/* TOP */
.col02_1 {
  border: 1px solid #ff9638;
  padding: 25px;
  position: relative; }
  .col02_1 a {
    text-decoration: none; }
  .col02_1:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: calc(100% - 10px);
    height: calc(100% - 10px);
    border: 2px solid #ff9638;
    pointer-events: none; }
  .col02_1 .title {
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    color: #506e2d;
    border-bottom: 1px dotted #506e2d;
    padding-bottom: 10px; }
  .col02_1 ul li {
    text-align: left;
    margin-top: 10px;
    padding-left: 20px;
    position: relative; }
    .col02_1 ul li:after {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      bottom: 0;
      margin: auto;
      width: 5px;
      height: 5px;
      border-radius: 5px;
      background: #ff9638; }

.col02_4 {
  border: 10px solid #ffd1a8;
  position: relative;
  background: #fff;
  padding: 10px; }
  .col02_4 .title01 {
    margin: 0 -20px;
    background: #ff9638;
    padding: 20px;
    text-align: center;
    font-weight: bold;
    font-size: 24px;
    color: #fff; }
  .col02_4 .title02 {
    padding-top: 10px;
    padding-bottom: 5px;
    font-size: 20px;
    font-weight: bold;
    border-bottom: 1px dotted #506e2d;
    color: #506e2d; }
  .col02_4 li {
    padding-top: 5px;
    font-size: 16px;
    text-align: left; }
  .col02_4 iframe {
    border: 1px solid #ff9638 !important;
    margin-top: 10px;
    height: 150px; }

.col02_6 {
  border: 1px solid #ff9638 !important;
  padding: 10px;
  background: #ffd1a8; }
  .col02_6 .col_blog {
    margin-top: 10px;
    border: 1px solid #ff9638 !important;
    height: 300px;
    background: #fff; }
    .col02_6 .col_blog div.blog_list {
      border: 0 !important; }
    .col02_6 .col_blog div.blog_list div.blog_photo {
      display: none; }
    .col02_6 .col_blog .blog_date {
      color: #506e2d !important; }
    .col02_6 .col_blog h3 {
      font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
      margin-bottom: 0; }
      .col02_6 .col_blog h3 a {
        color: #ff9638 !important;
        font-size: 16px !important;
        font-weight: bold; }
    .col02_6 .col_blog .detail {
      display: none; }
    .col02_6 .col_blog div.blog_list > div {
      border-bottom: 1px dotted #506e2d !important; }
    .col02_6 .col_blog div.blog_list div.blog_text {
      padding: 5px;
      font-size: 16px !important;
      font-weight: bold;
      width: 100%; }
  .col02_6 .scroll {
    padding: 10px;
    height: 150px; }
  .col02_6 .mCSB_dragger_bar {
    margin-top: 10px !important;
    background: #ff9638 !important;
    width: 10px !important;
    border-radius: 0px !important; }

.top_h1 {
  padding: 30px;
  border: 10px solid #ff9638;
  background: #506e2d;
  position: relative; }
  @media screen and (max-width: 468px) {
    .top_h1 {
      padding: 10px; } }
  .top_h1 h1 {
    padding-right: 180px;
    width: 100%;
    font-size: 50px;
    color: #fff;
    font-weight: bold; }
    @media screen and (max-width: 1000px) {
      .top_h1 h1 {
        font-size: 28px; } }
    @media screen and (max-width: 768px) {
      .top_h1 h1 {
        font-size: 28px;
        padding: 0;
        width: 95%; } }
    .top_h1 h1:after {
      content: "";
      background: url(../images/common/top01_img.png);
      width: 170px;
      height: 245px;
      position: absolute;
      bottom: -10px;
      right: 10px;
      margin: auto; }
      @media screen and (max-width: 468px) {
        .top_h1 h1:after {
          display: none; } }
    .top_h1 h1 span {
      font-size: 25px; }
      @media screen and (max-width: 468px) {
        .top_h1 h1 span {
          font-size: 30px; } }

.top01_text {
  width: 95%;
  margin: 0 auto;
  padding: 50px 0 50px 0; }
  @media screen and (max-width: 768px) {
    .top01_text {
      padding: 30px 0 30px 0; } }

.top_title01 {
  font-size: 30px;
  position: relative; }
  @media screen and (max-width: 768px) {
    .top_title01 {
      font-size: 30px; } }
  @media screen and (max-width: 468px) {
    .top_title01 {
      font-size: 24px; } }
  .top_title01 h2 {
    position: relative;
    z-index: 2;
    font-weight: bold; }
  .top_title01 span {
    font-size: 24px; }
  .top_title01:after {
    z-index: 1;
    content: "";
    background: #ffebda;
    width: 100%;
    height: 20px;
    position: absolute;
    bottom: 0px;
    right: 0;
    left: 0;
    margin: auto; }

.top03_list ul {
  max-width: 1000px;
  margin: 0 auto;
  background: #ffebda;
  padding: 50px;
  border: 1px solid #ff9638; }
  @media screen and (max-width: 768px) {
    .top03_list ul {
      padding: 30px; } }
  @media screen and (max-width: 768px) {
    .top03_list ul {
      padding: 10px; } }
  .top03_list ul li {
    text-align: left;
    margin: 10px 0;
    padding-left: 30px;
    position: relative;
    display: block !important;
    border-bottom: 1px #ff9638 dotted;
    float: none !important;
    font-size: 24px;
    font-weight: bold; }
    @media screen and (max-width: 768px) {
      .top03_list ul li {
        font-size: 18px; } }
    .top03_list ul li:after {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      bottom: 0;
      margin: auto;
      width: 21px;
      height: 22px;
      border-radius: 5px;
      background: url(../images/common/list_icon.png); }

.top_h2 {
  padding: 30px;
  border-bottom: 10px solid #ff9638;
  background: #506e2d;
  position: relative; }
  @media screen and (max-width: 468px) {
    .top_h2 {
      padding: 10px; } }
  .top_h2 h2 {
    padding-left: 180px;
    width: 100%;
    font-size: 40px;
    color: #fff;
    font-weight: bold;
    text-align: center; }
    @media screen and (max-width: 1000px) {
      .top_h2 h2 {
        font-size: 28px; } }
    @media screen and (max-width: 768px) {
      .top_h2 h2 {
        font-size: 28px;
        padding-left: 180px;
        width: 95%; } }
    @media screen and (max-width: 468px) {
      .top_h2 h2 {
        padding: 10px;
        font-size: 24px; } }
    .top_h2 h2:after {
      content: "";
      background: url(../images/common/top03_img.png);
      width: 180px;
      height: 210px;
      position: absolute;
      bottom: -10px;
      left: 10px;
      margin: auto; }
      @media screen and (max-width: 468px) {
        .top_h2 h2:after {
          display: none; } }
    .top_h2 h2 span {
      font-size: 25px; }
      @media screen and (max-width: 468px) {
        .top_h2 h2 span {
          font-size: 30px; } }

.top_h2_1 {
  padding: 30px;
  border-bottom: 10px solid #ff9638;
  position: relative; }
  .top_h2_1:after {
    content: "";
    background: url(../images/common/top04_h2.png);
    width: 193px;
    height: 160px;
    position: absolute;
    bottom: -10px;
    left: 10px;
    margin: auto;
    z-index: 3;
    visibility: initial !important; }
    @media screen and (max-width: 468px) {
      .top_h2_1:after {
        display: none; } }
  .top_h2_1:before {
    content: "";
    background: url(../images/common/h_bg.jpg);
    width: 100%;
    height: 30px;
    position: absolute;
    bottom: 0px;
    left: 0;
    right: 0px;
    margin: auto;
    z-index: 2; }
    @media screen and (max-width: 468px) {
      .top_h2_1:before {
        height: 20px; } }
  .top_h2_1 h2 {
    padding-left: 180px;
    width: 100%;
    font-size: 40px;
    color: #506e2d;
    font-weight: bold;
    text-align: center;
    z-index: 4;
    position: relative;
    text-shadow: white 2px 0px 0px, white -2px 0px 0px, white 0px -2px 0px, white 0px 2px 0px, white 2px 2px 0px, white -2px 2px 0px, white 2px -2px 0px, white -2px -2px 0px, white 1px 2px 0px, white -1px 2px 0px, white 1px -2px 0px, white -1px -2px 0px, white 2px 1px 0px, white -2px 1px 0px, white 2px -1px 0px, white -2px -1px 0px, white 1px 1px 0px, white -1px 1px 0px, white 1px -1px 0px, white -1px -1px 0px; }
    @media screen and (max-width: 1000px) {
      .top_h2_1 h2 {
        font-size: 28px; } }
    @media screen and (max-width: 768px) {
      .top_h2_1 h2 {
        font-size: 28px;
        padding-left: 180px;
        width: 95%; } }
    @media screen and (max-width: 468px) {
      .top_h2_1 h2 {
        font-size: 24px;
        padding: 0;
        width: 95%; } }
    .top_h2_1 h2 span {
      font-size: 25px; }
      @media screen and (max-width: 468px) {
        .top_h2_1 h2 span {
          font-size: 30px; } }

@media screen and (max-width: 468px) {
  .top04_sp tr {
    display: flex;
    flex-direction: column-reverse; } }

.top04_title {
  position: relative; }
  .top04_title h3 {
    position: relative;
    z-index: 3;
    padding: 5px;
    font-weight: bold;
    font-size: 24px;
    color: #506e2d; }
    @media screen and (max-width: 768px) {
      .top04_title h3 {
        font-size: 20px; } }
    @media screen and (max-width: 768px) {
      .top04_title h3 {
        font-size: 18px; } }
  .top04_title h2 {
    position: relative;
    z-index: 3;
    padding: 5px;
    font-weight: bold;
    font-size: 24px;
    color: #506e2d; }
  .top04_title:before {
    z-index: 2;
    content: "";
    background: url(../images/common/h_bg.jpg);
    width: 100%;
    height: 20px;
    position: absolute;
    bottom: 0px;
    left: 0;
    right: 0px;
    margin: auto;
    z-index: 2; }

.top05 {
  border: 10px solid #ff9638;
  padding: 3px;
  background: #fff; }
  .top05 article {
    padding: 20px;
    background: #ffebda; }
    @media screen and (max-width: 1000px) {
      .top05 article {
        padding: 10px; } }
    @media screen and (max-width: 1000px) {
      .top05 article table td {
        display: block; } }

.top05_h2 {
  display: inline-block;
  padding-bottom: 20px;
  border-bottom: 2px solid #506e2d;
  font-size: 36px;
  text-shadow: white 2px 0px 0px, white -2px 0px 0px, white 0px -2px 0px, white 0px 2px 0px, white 2px 2px 0px, white -2px 2px 0px, white 2px -2px 0px, white -2px -2px 0px, white 1px 2px 0px, white -1px 2px 0px, white 1px -2px 0px, white -1px -2px 0px, white 2px 1px 0px, white -2px 1px 0px, white 2px -1px 0px, white -2px -1px 0px, white 1px 1px 0px, white -1px 1px 0px, white 1px -1px 0px, white -1px -1px 0px;
  font-weight: bold; }

.top06_h2 {
  font-weight: bold;
  position: relative;
  font-size: 40px;
  color: #506e2d; }
  @media screen and (max-width: 468px) {
    .top06_h2 {
      display: inline-block;
      border-bottom: 3px solid #506e2d;
      padding-bottom: 10px;
      font-size: 30px; } }
  .top06_h2:after {
    content: "";
    width: 20%;
    height: 2px;
    background: #506e2d;
    position: absolute;
    bottom: 0;
    left: 0;
    top: 0;
    margin: auto; }
    @media screen and (max-width: 468px) {
      .top06_h2:after {
        display: none; } }
  .top06_h2:before {
    content: "";
    width: 20%;
    height: 2px;
    background: #506e2d;
    position: absolute;
    bottom: 0;
    right: 0;
    top: 0;
    margin: auto; }
    @media screen and (max-width: 468px) {
      .top06_h2:before {
        display: none; } }

.top07 {
  border: 1px solid #506e2d;
  padding: 5px; }
  .top07 article {
    padding: 30px;
    border: 2px solid #506e2d; }
    @media screen and (max-width: 468px) {
      .top07 article {
        padding: 10px; } }

.top07_h2 {
  font-size: 30px;
  background: #506e2d;
  color: #fff;
  font-weight: bold; }
  @media screen and (max-width: 468px) {
    .top07_h2 {
      font-size: 20px; } }
  .top07_h2 span {
    font-size: 40px; }
    @media screen and (max-width: 468px) {
      .top07_h2 span {
        font-size: 30px; } }

.top07_text01 {
  font-weight: bold;
  font-size: 36px;
  text-align: center; }
  @media screen and (max-width: 468px) {
    .top07_text01 {
      font-size: 24px; } }
  .top07_text01 span {
    font-size: 80px;
    color: #ff9638; }
    @media screen and (max-width: 468px) {
      .top07_text01 span {
        font-size: 60px; } }

.top07_text02 {
  text-align: left;
  padding-top: 10px;
  font-weight: bold; }

/*****************共通クラス*******************************/
.cnt_h1 {
  padding: 30px;
  margin-top: 100px;
  border: 10px solid #ff9638;
  background: #506e2d;
  position: relative; }
  @media screen and (max-width: 468px) {
    .cnt_h1 {
      padding: 10px;
      margin-top: 10px; } }
  .cnt_h1 h1 {
    padding-right: 110px;
    width: 100%;
    font-size: 30px;
    color: #fff;
    font-weight: bold; }
    @media screen and (max-width: 1000px) {
      .cnt_h1 h1 {
        font-size: 28px; } }
    @media screen and (max-width: 768px) {
      .cnt_h1 h1 {
        font-size: 28px;
        padding: 0;
        width: 95%; } }
    @media screen and (max-width: 768px) {
      .cnt_h1 h1 {
        font-size: 20px;
        padding: 0;
        width: 95%; } }
    .cnt_h1 h1:after {
      content: "";
      background: url(../images/common/top01_img.png);
      width: 150px;
      height: 210px;
      background-repeat: no-repeat;
      position: absolute;
      bottom: -10px;
      right: 20px;
      margin: auto;
      background-size: 100%; }
      @media screen and (max-width: 468px) {
        .cnt_h1 h1:after {
          display: none; } }
    .cnt_h1 h1 span {
      font-size: 25px; }
      @media screen and (max-width: 468px) {
        .cnt_h1 h1 span {
          font-size: 30px; } }

/***********h2*********************/
.cnt_h2 {
  margin: 30px 0; }
  @media screen and (max-width: 468px) {
    .cnt_h2 {
      margin: 10px 0; } }
  .cnt_h2 h2 {
    font-size: 30px;
    border-bottom: 1px dotted #506e2d;
    border-top: 1px dotted #506e2d;
    position: relative;
    padding: 20px 20px 20px 30px;
    font-weight: bold;
    font-family: "游明朝体", "Yu Mincho", YuMincho,"ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
    color: #506e2d;
    background: #ffebda;
    line-height: 1.2; }
    @media screen and (max-width: 468px) {
      .cnt_h2 h2 {
        font-size: 22px; } }
  .cnt_h2 h2:after {
    content: "";
    width: 3px;
    height: 50px;
    background: #506e2d;
    position: absolute;
    bottom: 0;
    left: 10px;
    top: 0;
    margin: auto; }

/***********h2*********************/
.cnt_h2 {
  margin: 30px 0; }
  @media screen and (max-width: 468px) {
    .cnt_h2 {
      margin: 10px 0; } }
  .cnt_h2 h2 {
    font-size: 30px;
    border-bottom: 1px dotted #506e2d;
    border-top: 1px dotted #506e2d;
    position: relative;
    padding: 20px 20px 20px 30px;
    font-weight: bold;
    font-family: "游明朝体", "Yu Mincho", YuMincho,"ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
    color: #506e2d;
    background: #ffebda;
    line-height: 1.2; }
    @media screen and (max-width: 468px) {
      .cnt_h2 h2 {
        font-size: 22px; } }
  .cnt_h2 h2:after {
    content: "";
    width: 3px;
    height: 50px;
    background: #506e2d;
    position: absolute;
    bottom: 0;
    left: 10px;
    top: 0;
    margin: auto; }

/***************タイトル01***************/
.cnt_title01 {
  display: block;
  position: relative;
  border-bottom: 2px solid #ff9638;
  border-top: 2px solid #ff9638;
  font-size: 30px;
  padding: 10px 0;
  color: #506e2d;
  padding-left: 30px;
  background: #ffebda;
  margin: 10px 0;
  font-weight: bold; }
  @media screen and (max-width: 468px) {
    .cnt_title01 {
      font-size: 24px; } }
  .cnt_title01:after {
    content: "";
    width: 3px;
    height: 80%;
    background: #ff9638;
    position: absolute;
    bottom: 0;
    top: 0;
    left: 10px;
    margin: auto; }

.cnt_title01_1 {
  display: block;
  padding-left: 15px;
  position: relative;
  border-bottom: 1px solid #506e2d;
  border-top: 1px solid #506e2d;
  font-size: 40px;
  padding: 30px;
  color: #506e2d;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  background: #ffebda;
  margin: 10px 0; }
  @media screen and (max-width: 468px) {
    .cnt_title01_1 {
      font-size: 24px;
      text-align: left !important;
      padding: 20px 10px; } }

/***************タイトル02***************/
.cnt_title02 {
  display: block;
  padding-left: 15px;
  padding-bottom: 10px;
  position: relative;
  font-weight: bold;
  border-bottom: 1px solid #506e2d;
  font-size: 24px;
  color: #506e2d;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif; }
  .cnt_title02 span {
    background: #506e2d;
    display: inline-block;
    color: #fff;
    padding: 10px;
    border-radius: 10px;
    margin-right: 20px; }
  .cnt_title02:after {
    content: "";
    width: 3px;
    height: 100%;
    background: #506e2d;
    position: absolute;
    bottom: 0;
    left: 0; }

/***************タイトル03***************/
.cnt_title03 {
  display: block;
  padding-bottom: 10px;
  position: relative;
  font-weight: bold;
  border-bottom: 1px dotted #506e2d;
  font-size: 24px; }
  @media screen and (max-width: 768px) {
    .cnt_title03 {
      text-align: center !important;
      font-size: 20px; } }
  .cnt_title03 span {
    background: #506e2d;
    display: inline-block;
    color: #fff;
    padding: 10px;
    border-radius: 10px;
    margin-right: 20px; }
    @media screen and (max-width: 768px) {
      .cnt_title03 span {
        display: block;
        text-align: center;
        margin-bottom: 5px;
        margin-right: 0px; } }

/***************タイトル04***************/
.cnt_title04 {
  display: block;
  position: relative;
  font-size: 24px;
  color: #506e2d;
  background: #ffebda;
  font-weight: bold;
  padding: 5px; }

/***************タイトル05***************/
.cnt_title05 {
  display: block;
  position: relative;
  border: 1px dotted #506e2d;
  font-size: 18px;
  color: #506e2d;
  background: #ffebda;
  font-weight: bold;
  padding: 5px; }

/***************タイトル06***************/
.cnt_title06 {
  display: inline-block;
  position: relative;
  border-bottom: 1px solid #506e2d;
  font-size: 18px;
  color: #506e2d;
  font-weight: bold;
  padding: 5px; }

/******************強調テキスト**************************************/
.emphasis_text {
  font-size: 38px;
  color: #506e2d;
  text-align: center !important;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-weight: bold;
  padding: 30px 0 !important; }
  @media screen and (max-width: 768px) {
    .emphasis_text {
      font-size: 22px; } }

.cnt_dldt dl {
  display: block !important; }
.cnt_dldt dt {
  width: 100% !important;
  display: block;
  padding-left: 20px !important;
  background: none !important;
  border: 0px !important;
  border-bottom: 1px dotted #ff9638 !important;
  position: relative;
  font-weight: bold;
  margin-top: 10px; }
  .cnt_dldt dt:after {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 10px;
    height: 10px;
    background: #ff9638;
    border-radius: 5px; }
.cnt_dldt dd {
  border: 0px !important;
  width: 100% !important;
  display: block; }

.disability_table01 {
  padding: 10px;
  background: #ffebda;
  border: 1px solid #ff9638 !important; }
  .disability_table01 table {
    background: #fff; }
    .disability_table01 table .td01 {
      background: #ffebda;
      padding: 0 !important;
      padding-bottom: 10px !important;
      border: 0 !important; }
      .disability_table01 table .td01 div {
        padding: 10px;
        background: #ff9638;
        color: #fff;
        font-weight: bold; }

.btn01 a {
  position: relative;
  padding: 15px;
  max-width: 300px;
  background: #ff9638;
  display: block;
  text-decoration: none;
  font-weight: bold;
  color: #fff !important;
  font-size: 18px;
  text-align: center;
  margin: 0 0 0 auto; }
  @media screen and (max-width: 468px) {
    .btn01 a {
      width: 100%;
      text-align: center;
      margin: 0 auto; } }
  .btn01 a:after {
    position: absolute;
    content: "";
    right: 20px;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 12px;
    height: 21px;
    background: url(../images/common/btn_icon.png); }

/*******************テキスト*******************************************/
@media screen and (max-width: 468px) {
  .cnt_text div {
    text-align: left !important; } }

/******************ul リスト02**************************************/
.dldt_list02 {
  display: block;
  width: 48%;
  margin: 0 1%; }
  @media screen and (max-width: 768px) {
    .dldt_list02 {
      width: 100%;
      margin: 10px auto; } }
  .dldt_list02 dl {
    display: block !important;
    width: 100%; }
    .dldt_list02 dl dt {
      font-weight: bold;
      background: #ffebda !important;
      color: #506e2d !important;
      display: block !important;
      width: 100% !important;
      border: 0px !important; }
    .dldt_list02 dl dd {
      display: block !important;
      width: 100% !important;
      border: 0px !important; }

/*****************************よくある質問****************************************/
.faq {
  padding-bottom: 20px;
  margin: 20px 0;
  border-bottom: 1px dotted #506e2d; }
  .faq td {
    border: 0 !important; }
  .faq .question {
    padding-left: 70px !important;
    position: relative;
    padding-bottom: 20px;
    padding-top: 25px; }
    .faq .question div {
      color: #ff9638;
      font-size: 24px;
      font-weight: bold; }
      @media screen and (max-width: 768px) {
        .faq .question div {
          font-size: 20px; } }
    .faq .question:after {
      content: "";
      background: url(../images/common/faq_q.png);
      position: absolute;
      width: 60px;
      height: 60px;
      top: 0;
      left: 0;
      margin: auto;
      display: block;
      visibility: inherit; }
  .faq .answer {
    padding-left: 70px !important;
    position: relative;
    padding-bottom: 20px;
    padding-top: 35px; }
    .faq .answer div {
      font-size: 16px;
      font-weight: bold; }
    .faq .answer:after {
      content: "";
      background: url(../images/common/faq_a.png);
      position: absolute;
      width: 60px;
      height: 60px;
      top: 0;
      left: 0;
      margin: auto;
      display: block;
      visibility: inherit; }

/*************************テーブルリスト(ボタン横列)***********************************/
.link_list {
  padding: 20px 0; }
  @media screen and (max-width: 468px) {
    .link_list {
      padding: 10px 0; } }
  .link_list ul {
    display: -webkit-flex;
    -webkit-flex-wrap: wrap;
    display: flex;
    flex-wrap: wrap;
    width: auto; }
  .link_list li {
    display: block;
    padding: 0 10px; }
    .link_list li a {
      width: 100%;
      padding: 10px;
      background: #ff9638;
      color: #fff !important;
      display: inline-block;
      text-decoration: none;
      text-align: center;
      border: 1px solid #00660c; }
      @media screen and (max-width: 768px) {
        .link_list li a {
          padding: 5px;
          text-align: left; } }

/*************************ページ内リンク01***********************************/
.link_name01 {
  margin-top: -30px;
  padding-top: 30px; }
  @media screen and (max-width: 768px) {
    .link_name01 {
      margin-top: -70px;
      padding-top: 70px; } }

/*******************お写真紹介 table********************/
#fancybox-title-float-wrap td {
  padding: 0px 7px !important; }

/***************新着情報***************************/
.top_news {
  height: 300px;
  border: 1px solid #ff9638; }
  .top_news span {
    display: block;
    font-weight: bold;
    color: #506e2d; }
  .top_news .newstitle {
    font-weight: bold;
    border-bottom: 1px dotted #ff9638;
    padding-bottom: 10px;
    font-size: 26px;
    font-weight: bold;
    display: block;
    color: #ff9638;
    margin-bottom: 10px; }

/******************新着情報　AI用***************************/
.top_scroll {
  background: #fff;
  height: 400px !important;
  max-width: 600px;
  border: 1px solid #506e2d; }
  .top_scroll li {
    border-bottom: 1px dotted #506e2d;
    padding: 20px 0; }
    .top_scroll li span {
      font-size: 20px;
      color: #506e2d;
      font-weight: bold;
      font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
      display: block; }

.scroll {
  margin: 0 auto;
  padding: 30px;
  text-align: left; }

.mCSB_dragger_bar {
  margin-top: 10px !important;
  background: #ff9638 !important;
  width: 10px !important;
  border-radius: 0px !important; }

/*********************AI用ブログ***********************/
.blog {
  background: url(../images/common/bg01.jpg) !important; }
  .blog a {
    color: #506e2d !important; }
  .blog li {
    text-align: left !important; }
  .blog #calendar {
    display: none; }
  .blog .wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    max-width: 1000px;
    width: 95%;
    padding: 50px auto !important;
    margin: 50px auto; }
    .blog .wrap aside {
      width: 25%; }
      @media screen and (max-width: 768px) {
        .blog .wrap aside {
          width: 100%; } }
      .blog .wrap aside button {
        margin-top: 10px;
        padding: 5px 20px; }
      .blog .wrap aside .pages li {
        margin-bottom: 10px;
        text-align: left; }
        .blog .wrap aside .pages li a:link {
          color: #506e2d !important; }
        .blog .wrap aside .pages li a:visited {
          color: #506e2d !important; }
      .blog .wrap aside .category li {
        margin-bottom: 10px;
        text-align: left; }
        .blog .wrap aside .category li a:link {
          color: #506e2d !important; }
        .blog .wrap aside .category li a:visited {
          color: #506e2d !important; }
      .blog .wrap aside h3 {
        padding: 10px;
        font-size: 18px;
        font-weight: bold;
        background-color: rgba(80, 110, 45, 0.1);
        margin: 20px 0;
        border: 1px solid #506e2d; }
    .blog .wrap #contents {
      width: 70% !important; }
      @media screen and (max-width: 768px) {
        .blog .wrap #contents {
          text-align: left; } }
      .blog .wrap #contents dl {
        padding: 10px 0;
        border-bottom: 1px #506e2d dotted; }
        .blog .wrap #contents dl dt {
          font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif; }
      @media screen and (max-width: 768px) {
        .blog .wrap #contents .detail {
          text-align: left;
          margin-top: 30px !important; } }
      .blog .wrap #contents .date {
        font-size: 16px;
        color: #506e2d;
        font-weight: bold;
        text-align: left !important; }
      .blog .wrap #contents h2 {
        margin: 10px 0;
        font-size: 28px;
        font-weight: bold;
        color: #fff;
        padding: 3px;
        background: #506e2d; }
        @media screen and (max-width: 768px) {
          .blog .wrap #contents h2 {
            text-align: left !important; } }
      .blog .wrap #contents ul {
        margin-bottom: 10px; }
      .blog .wrap #contents span.translate {
        padding-right: 5px;
        display: block;
        font-size: 24px;
        margin: 10px 0; }

#prof {
  padding-bottom: 10px;
  display: block; }

#prof_text {
  padding-top: 30px;
  text-align: left; }

#prof_detail {
  text-align: center; }
  #prof_detail img {
    margin: 0 auto !important; }

.pager a {
  display: block !important;
  margin-left: 0px !important;
  margin-bottom: 20px;
  width: auto !important;
  padding: 5px;
  height: auto !important;
  line-height: 32px;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif !important;
  font-size: 16px;
  font-weight: bold;
  border: 1px solid #506e2d;
  border-radius: 0px;
  text-shadow: none !important;
  border: 1px solid #506e2d !important;
  color: #fff !important;
  text-align: center;
  text-indent: -1px;
  float: none !important;
  text-decoration: none;
  background: rgba(80, 110, 45, 0.1) !important; }

/***************新着情報(AIブログ機能用)***************************/
.top_blog {
  height: 300px;
  border: 1px solid #ff9638; }
  @media screen and (max-width: 768px) {
    .top_blog {
      padding: 10px; } }
  .top_blog .blog_list {
    border: 0 !important; }
  .top_blog div.blog_list > div {
    border-bottom: dotted #ff9638 1px !important; }
  .top_blog .blog_date {
    font-size: 16px !important;
    color: #506e2d !important;
    font-weight: bold;
    display: inline-block;
    padding-right: 20px; }
  .top_blog .blog_text h3 {
    display: inline-block;
    font-size: 20px !important;
    font-weight: bold;
    margin-bottom: 0px !important; }
    .top_blog .blog_text h3 a {
      color: #ff9638 !important;
      font-weight: bold; }
  .top_blog .blog_photo {
    display: none; }
  .top_blog div.detail {
    margin-top: 10px !important; }
  .top_blog div.blog_text {
    width: 100% !important;
    font-size: 16px !important; }

/***************AI用Instagram***************************/
/***************topInstagram***************************/
.top_instagram div.sns_list {
  display: flex;
  border: 0px;
  flex-direction: row;
  flex-wrap: wrap; }

.top_instagram div.sns_list > div {
  width: 20%;
  margin: 0;
  display: flex;
  border-bottom: 0px; }
  @media screen and (max-width: 768px) {
    .top_instagram div.sns_list > div {
      width: 50%; } }

.top_instagram div.sns_list > div:last-child {
  display: flex; }

.top_instagram div.sns_list div.sns_photo {
  width: 100%;
  padding: 0px;
  box-sizing: border-box; }

.top_instagram div.sns_list div.sns_text {
  display: none; }

.sns_photo img {
  height: 200px !important;
  width: 100% !important;
  object-fit: cover;
  font-family: 'object-fit: cover;'; }

/***************cntInstagram***************************/
.cnt_insta div.sns_list div.sns_date {
  background: #506e2d;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  padding: 8px; }
.cnt_insta .caption {
  padding-top: 20px;
  font-size: 16px; }
.cnt_insta .sns_photo {
  width: 30% !important; }
  @media screen and (max-width: 768px) {
    .cnt_insta .sns_photo {
      width: 30% !important; } }
  @media screen and (max-width: 468px) {
    .cnt_insta .sns_photo {
      width: 100% !important;
      margin: 0 auto;
      text-align: center; } }
.cnt_insta div.sns_list > div {
  border-bottom: 1px dashed #506e2d; }
  @media screen and (max-width: 768px) {
    .cnt_insta div.sns_list > div {
      flex-direction: row;
      flex-wrap: wrap; } }
.cnt_insta div.sns_list {
  border: 0 !important; }
@media screen and (max-width: 768px) {
  .cnt_insta div.sns_list div.sns_text {
    width: 70% !important; } }
@media screen and (max-width: 468px) {
  .cnt_insta div.sns_list div.sns_text {
    width: 100% !important;
    margin: 0 auto; } }
@media screen and (max-width: 468px) {
  .cnt_insta .sns_photo img {
    width: 80% !important;
    height: auto !important;
    margin: 0 auto; } }

/***************新着情報 facebook***************************/
/* 左テキスト、タイトル、右重なっている画像 */
/* title */
