@charset "UTF-8";

/*!
Theme Name: Cocoon Child
Description: Cocoon専用の子テーマ
Theme URI: https://wp-cocoon.com/
Author: わいひら
Author URI: https://nelog.jp/
Template:   cocoon-master
Version:    1.1.3
*/

/* 初期設定 */
* {
  margin: 0;
  padding: 0;
}

#main {
  display: block;
  height: auto !important;
  min-height: inherit !important;
  overflow: inherit;
  margin-bottom: 0;
}


html {
  height: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  font-size: 100%;
  word-wrap: break-word;
  overflow-wrap: break-word;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 400;
  width: 100%;
  height: 100%;
}
.eye-catch {
  display: block;
  margin: 0 auto;
  max-width: 100%;
}
.eye-catch-image {
  display: block;
  max-width: 100%;
  height: auto;
  padding: 0;
  margin: 0;
  border: none;
  vertical-align: bottom;
}
.wp-post-image {
  display: block;
  margin: 0 auto;
  max-width: 100%;
}

a:link,
a:visited {
  color: #4b0905;
}
div table th,
div table td {
  font-size: 1em;
}

/************************************
** 子テーマ用のスタイルを書く
************************************/
/*必要ならばここにコードを書く*/

.sp_only {
  display: none !important;
}
.entry-content_main h3,
.entry-content_main h4,
.entry-content_main h5,
.article h3,
.article h4,
.article h5 {
  margin: 0;
  margin-bottom: 16px;
  border: none;
  padding: 0;
}

/*ページの投稿日・更新日・著者情報を消す*/
.page .date-tags,
.page .author-info {
  display: none;
}
/*エントリーカードカテゴリー名非表示*/
.cat-label {
  display: none;
}

/************************************
** レスポンシブデザイン用のメディアクエリ
************************************/
/*1023px以下*/
@media screen and (max-width: 1023px) {
  /*必要ならばここにコードを書く*/
}

/*834px以下*/
@media screen and (max-width: 834px) {
  /*必要ならばここにコードを書く*/
  .sp_only {
    display: block !important;
  }
  .pc_only {
    display: none !important;
  }
}

/*480px以下*/
@media screen and (max-width: 480px) {
  /*必要ならばここにコードを書く*/
}

.article-header,
.entry-header {
  margin: 0;
  padding: 0;
}

#container {
  position: relative;
  overflow: hidden;
}

.content_main_box {
  display: block;
  background-color: rgba(255, 255, 255, 1);
  border-radius: 8px;
  padding: 24px;
  margin-bottom: 24px;
}
@media screen and (max-width: 834px) {
  .content_main_box {
    margin: 0 -16px;
  padding: 16px;
    margin-bottom: 16px;
  }
}

body,
dl,
dt,
dd,
th,
td,
td p,
p,
ul.sidemenu li,
.bt,
.entry-content_main,
.entry-content_main p,
.list_page_menu p,
table.table_top_news,
.navi-in a {
  line-height: 1.6;
  font-family: "YakuHanJP", "Noto Sans JP", sans-serif;
  font-size: 16px;
}
.footer,
.footer p,
.footer p a,
ul.foot_menu li,
.breadcrumb {
  font-size: 14px;
  margin: 0;
  padding: 0;
  margin-bottom: 1em;
}
.font_mini,
.copy {
  font-size: 10px;
  line-height: 1.5;
}

@media screen and (max-width: 1366px) {
  body,
  dl,
  dt,
  dd,
  th,
  td,
  td p,
  p,
ul.sidemenu li,
  .bt,
  .entry-content_main,
  .entry-content_main p,
  .list_page_menu p,
  table.table_top_news,
  .navi-in a {
    font-size: 1.171vw;
  }
  .footer,
  .footer p,
  .footer p a,
ul.foot_menu li,
.breadcrumb {
    font-size: 1.025vw;
  }
  .font_mini,
  .copy {
    font-size: 0.732vw;
  }
}

@media screen and (max-width: 1280px) {
  body,
  dl,
  dt,
  dd,
  th,
  td,
  td p,
  p,
ul.sidemenu li,
  .bt,
  .entry-content_main,
  .entry-content_main p,
  .list_page_menu p,
  table.table_top_news,
  .navi-in a {
    font-size: 1.25vw;
  }
  .footer,
  .footer p,
  .footer p a,
ul.foot_menu li,
.breadcrumb {
    font-size: 1.094vw;
  }
  .font_mini,
  .copy {
    font-size: 1.016vw;
  }
}

@media screen and (max-width: 834px) {
  body,
  dl,
  dt,
  dd,
  th,
  td,
  td p,
  p,
ul.sidemenu li,
  .bt,
  .entry-content_main,
  .entry-content_main p,
  .list_page_menu p,
  table.table_top_news,
  .navi-in a {
    /*font-size:22px; 18px 14px 基準フォント*/
    /* font-size: 2.638vw; */
		font-size: 3.256vw;

  }
  .footer,
  .footer p,
  .footer p a,
ul.foot_menu li,
.breadcrumb {
    font-size: 3.721vw;
  }
  .font_mini,
  .copy {
    font-size: 2.326vw;
  }
}

@media screen and (max-width: 430px) {
  body,
  dl,
  dt,
  dd,
  th,
  td,
  td p,
  p,
ul.sidemenu li,
  .bt,
  .entry-content_main,
  .entry-content_main p,
  .list_page_menu p,
  table.table_top_news,
  .navi-in a {
    line-height: 1.6;
    font-size: 16px;
  }
  .footer,
  .footer p,
  .footer p a,
ul.foot_menu li,
.breadcrumb {
    font-size: 16px;
  }
  .font_mini,
  .copy {
    font-size: 10px;
  }
}
@media screen and (max-width: 375px) {
  body,
  dl,
  dt,
  dd,
  th,
  td,
  td p,
  p,
ul.sidemenu li,
  .bt,
  .entry-content_main,
  .entry-content_main p,
  .list_page_menu p,
  table.table_top_news,
  .navi-in a {
    font-size: 16px;
  }
  .footer,
  .footer p,
  .footer p a,
ul.foot_menu li,
.breadcrumb {
    font-size: 16px;
  }
  .font_mini,
  .copy {
    font-size: 10px;
  }
}

h2,
.entry-content_main h2 {
	font-family: "MS Serif", "New York", serif;
  font-size: 36px;
}

h3,
.entry-content_main h3,
article-header h3,
entry-header h3,
h3.title_midashi {
  /* font-family: "MS Serif", "New York", "serif"; */
	font-family: "MS Serif", "New York", serif;
  font-size: 24px;
}

h4,
.entry-content_main h4 {
  /* font-family: "MS Serif", "New York", "serif"; */
	font-family: "MS Serif", "New York", serif;
  font-size: 20px;
}
h5,
.entry-content_main h5,
.list_page_menu h5 {
  /* font-family: "MS Serif", "New York", "serif"; */
	font-family: "MS Serif", "New York", serif;
  font-size: 18px;
}

@media screen and (max-width: 1366px) {
  h2,
  .entry-content_main h2 {
    font-size: 2.635vw;
  }
  h3,
  .entry-content_main h3,
  article-header h3,
  entry-header h3,
  h3.title_midashi {
    font-size: 1.729vw;
  }
  h4,
  .entry-content_main h4 {
    font-size: 1.441vw;
  }
  h5,
  .entry-content_main h5,
  .list_page_menu h5 {
    font-size: 1.297vw;
  }
}

@media screen and (max-width: 1280px) {
  h2,
  .entry-content_main h2 {
    font-size: 2.813vw;
  }
  h3,
  .entry-content_main h3,
  article-header h3,
  entry-header h3,
  h3.title_midashi {
    font-size: 1.875vw;
  }
  h4,
  .entry-content_main h4 {
    font-size: 1.563vw;
  }
  h5,
  .entry-content_main h5,
  .list_page_menu h5 {
    font-size: 1.406vw;
  }
}

@media screen and (max-width: 834px) {
  /*font-size:32px; 28px 24px 22px 基準フォント*/
  h2,
  .entry-content_main h2 {
    font-size: 5.581vw
  }
  h3,
  .entry-content_main h3,
  article-header h3,
  entry-header h3,
  h3.title_midashi {
    font-size: 4.651vw
  }
  h4,
  .entry-content_main h4 {
    font-size: 4.186vw
  }
  h5,
  .entry-content_main h5,
  .list_page_menu h5 {
    font-size: 3.721vw
  }
}
@media screen and (max-width: 430px) {
  h2,
  .entry-content_main h2 {
    font-size: 24px;
  }
  h3,
  .entry-content_main h3,
  article-header h3,
  entry-header h3,
  h3.title_midashi {
    font-size: 20px;
  }
  h4,
  .entry-content_main h4 {
    font-size: 18px;
  }
  h5,
  .entry-content_main h5,
  .list_page_menu h5 {
    font-size: 16px;
  }
}
@media screen and (max-width: 375px) {
  h2,
  .entry-content_main h2 {
    font-size: 24px;
  }
  h3,
  .entry-content_main h3,
  article-header h3,
  entry-header h3,
  h3.title_midashi {
    font-size: 20px;
  }

  h4,
  .entry-content_main h4 {
    font-size: 18px;
  }
  h5,
  .entry-content_main h5,
  .list_page_menu h5 {
    font-size: 16px;
  }
}

ul,
ol,
dl,
ul li,
ol li {
  margin: 0;
  padding: 0;
}
p {
margin-bottom: 1em;
}

#breadcrumb {
  width: auto;
  max-width: 1280px;
  margin: 0 auto;
  margin-top: 16px;
  margin-bottom: 40px;
  padding: 0;
  text-align: right;
  background: none;
}

@media screen and (max-width: 1366px) {
  #breadcrumb {
    margin: 16px 16px;
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 834px) {
  #breadcrumb {
    display: none;
  }
}

article {
  display: block;
  width: auto !important;
  height: auto !important;
  max-width: inherit !important;
  min-width: inherit !important;
  min-height: inherit !important;
  margin-bottom: 16px;
}
@media screen and (max-width: 834px) {

article {
  margin-bottom: -16px !important;
}
}

.entry-content_main {
  display: block;
}

#container #content,
#main,
.container .content,
.main {
  background: none;
  margin: 0;
  padding: 0;
  width: auto !important;
  max-width: none !important;
  float: none;
  overflow: inherit;
  min-height: inherit !important;
}
.content-in {
  display: block;
  overflow: inherit;
  min-height: inherit !important;
}

.wrap {
width: 1280px;
}
@media screen and (min-width: 1281px) and (max-width: 1366px) {
.wrap {
width: 80%;
}
}
@media screen and (min-width: 881px) and (max-width: 1280px) {
.wrap {
width: 85%;
}
}
@media screen and (min-width: 835px) and (max-width: 880px) {
.wrap {
width: 92%;
}
}
@media screen and (max-width: 834px) {
.wrap {
width: auto;
}
}

.content-in-sideari {
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto;
  padding: 0;
  clear: both;
  justify-content: space-between;
}




.main_txt {
  display: block;
  width: 55%;
  padding: 0;
  margin-bottom: 24px;
  order: 2;
}

.content-in-side-no .main_txt {
  display: block;
  width: 90%;
  padding: 0;
	margin: 0 auto;
  margin-bottom: 24px;
}

.sidebar_left {
  float: none !important;
  width: 20%;
  height: auto;
  order: 1;
}
.sidebar {
  float: none !important;
  width: 20%;
  height: auto;
  order: 3;
}
.main_txt_in {
  display: block;
  background-color: rgba(255, 255, 255, 0.6);
  padding: 24px;
  border-radius: 8px;
  margin-bottom: 24px;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
}

@media screen and (max-width: 1366px) {
  .content-in-sideari {
    margin: 0 auto;
    height: auto;
  }
.main_txt {
  width: 55%;
}
	
.content-in-side-no .main_txt {
  width: 92%;
	margin: 0 auto;
}


.sidebar_left,
.sidebar {
  width: 16.5%;
  height: auto;
}
}
@media screen and (max-width: 1280px) {
.main_txt {
  width: 55%;
}
	
.content-in-side-no .main_txt {
  width: 90%;
margin: 0 auto;
}

.sidebar_left,
.sidebar {
  width: 20%;
}
}
@media screen and (max-width: 880px) {	
.content-in-side-no .main_txt {
  width: 96%;
margin: 0 auto;
}
}

@media screen and (max-width: 834px) {
  .content-in-sideari {
    display: block;
    margin: 0;
    padding: 0;
    padding-bottom: 0;
    box-shadow: none;
  }
  .main_txt {
    width: auto;
    margin: 0;
    margin-bottom: 16px;
    padding: 0;
    border-radius: 0;
  }
.content-in-side-no .main_txt {
    width: auto;
    margin: 0;
    margin-bottom: 16px;
    padding: 0;
    border-radius: 0;
}
	
  .main_txt.topback {
    margin: 0 16px;
  }
.sidebar_left,
.sidebar {
    width: auto;
    margin: 0;
    padding: 16px;
  }
.sidebar_left {
    padding-bottom: 0;
  }
  .main_txt_in {
    padding: 16px;
    border-radius: 0;
    box-shadow: none;
    margin: 0;
  margin-bottom: 0;
  }
}
main {
  height: auto;
  min-height: inherit;
  overflow: inherit;
}
.main {
  height: auto;
  min-height: inherit;
  overflow: inherit;
}

.main_txt .main {
  margin: 0;
  padding: 0;
}
.entry-card {
  height: auto;
}

/************************************
** サイドバーのスタイル
************************************/

@media screen and (max-width: 1023px) {
  main.main {
    margin: 0;
  }
  div.sidebar {
    margin: 0;
  }
  main.main {
    margin: 0 auto;
    width: auto;
  }
  div.sidebar {
    display: block;
    width: 22%;
  }
}

@media screen and (max-width: 834px) {
  .content-in {
    display: block;
  }
  main.main,
  div.sidebar {
    margin: 0;
    width: auto;
  }
  div.sidebar {
    display: block;
    width: auto;
    padding: 0;
    margin-top: 16px;
  }
}

#sidebar {
  margin-bottom: 0;
  padding: 0;
}
.sidebar {
  border: none;
  padding: 0;
  margin: 0;
  border-radius: 0;
  background: none;
}
.sidebar-box {
  display: block;
  padding: 16px;
  padding-bottom: 0;
  border-radius: 8px;
  background-color: rgba(255, 255, 255, 0.75);
  margin-bottom: 24px;
}
aside {
  margin: 0;
  padding: 0;
}
.textwidget.custom-html-widget {
  margin: 0;
  padding: 0;
}

@media screen and (max-width: 834px) {
  .sidebar {
    padding: 0;
    margin: 0;
  }
  .sidebar-box {
  display: none;
    border-radius: 0;
    margin: 0 0;
    margin-bottom: -24px !important;
  }
}

.sidebar h2,
.sidebar h3 {
  background: none;
  padding: 0;
  margin: 0 0;
  margin-bottom: 16px;
  border-radius: 0;
}

h3.sidemenu_title {
  font-family: "MS Serif", "New York", serif;
  font-weight: 500;
  font-size: 120%;
  margin-bottom: 8px;
}
.side_top_banner {
  display: block;
  margin-bottom: 16px;
}
@media screen and (max-width: 834px) {
  .side_top_banner {
    margin: 0 16px;
    margin-bottom: 16px;
  }
}

ul.sidemenu {
  display: block;
  margin: 0;
  padding: 0;
  padding-bottom: 16px;
}
ul.sidemenu li {
  list-style: none;
  display: block;
  margin: 0;
  padding: 0;
}

ul.sidemenu li a {
  display: block;
  text-decoration: none;
  color: #b66;
  padding: 4px 8px;
  padding-left: 1em;
}
ul.sidemenu li a:before {
  position: absolute;
  font-family: "Font Awesome 5 Free";
  content: "\f0da";
  color: #4b0905;
  margin-left: -0.8em;
  font-weight: 900;
}
ul.sidemenu li a:hover {
  background-color: #edd;
  color: #555;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}

/************************************
** サイドバーの位置
************************************/
.sidebar-left .content-in-sideari {
  flex-direction: row-reverse;
}
.no-sidebar .content-in-sideari {
  display: block;
}

ul.menu_side {
  margin: 0;
  padding: 0;
}
ul.menu_side li {
  display: block;
  list-style: none;
  margin: 0;
  margin-bottom: 8px;
  padding: 0;
}
ul.menu_side li:last-child {
  margin-bottom: 0;
}
ul.menu_side li a {
  display: block;
  text-decoration: none;
}
ul.menu_side li a img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
}

ul.menu_side li a:hover {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  opacity: 0.7;
}

@media screen and (max-width: 834px) {
  ul.menu_side {
    margin: 0;
    padding: 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  ul.menu_side li {
    width: calc(100% / 2 - 8px);
  }
   ul.menu_side li:nth-child(n+3) {
		margin-top: 8px;
  }
}
@media screen and (max-width: 640px) {
  ul.menu_side {
    display: block;
  }

  ul.menu_side li {
    width: auto;
  }
}
ul.menu_side_solo {
  margin: 0;
  padding: 0;
  text-align: center;
}
ul.menu_side_solo li {
  display: block;
  list-style: none;
  margin: 0;
  margin-top: 8px;
  padding: 0;
}
@media screen and (max-width: 834px) {
	ul.menu_side_solo li {
		margin-top: 16px;
	}
}
ul.menu_side_solo li a {
  display: block;
  text-decoration: none;
}
ul.menu_side li a img {
  menu_side_solo: block;
  margin: 0 auto;
  max-width: 100%;
}

ul.menu_side_solo li a:hover {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  opacity: 0.7;
}

/************************************
** ヘッダー
************************************/

#header-container {
  position: relative;
  padding: 0 !important;
  margin: 0 !important;
  z-index: 10000;
}
#header-container-in {
  padding: 8px 0;
  display: block;
  max-width: 1280px;
  margin: 0 auto;
}

#header-in,
.header-in {
  display: block;
}
@media screen and (max-width: 1023px) {
  #header-container {
    display: none;
  }
}

h1 {
  margin: 0;
  padding: 0;
}

h1.logo {
  display: inline-block;
  margin: 0 !important;
  padding: 0 !important;
  width: 460px;
  height: auto;
}
h1.logo img {
  display: block;
  margin: 0 !important;
  padding: 0 !important;
  width: 100%;
  max-height: inherit !important;
}

img.site-logo-image {
  height: auto;
  max-height: inherit !important;
}

#header,
.header {
display: block;
width: auto;
  padding: 0 0 !important;
  margin: 0 !important;
  height: auto;
  min-height: inherit;
}
.header-in {
  padding: 0 0 !important;
  margin: 0 !important;
width: auto;
}
@media only screen and (max-width: 1280px) {
.header-in {
  padding: 0 16px !important;
}
}

@media only screen and (max-width: 1023px) {
  .site-logo-image {
    width: 380px;
  }
  .site-logo-image img,
  .site-logo-image svg {
    width: 380px;
  }
  h1.logo {
    width: 380px;
  }
}

.head_flex {
  display: flex;
  width: 100%;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
}
.head_flex_left {
  display: block;
  width: 60%;
}
.head_flex_right {
text-align: right;
  display: block;
  width: 40%;
}
@media only screen and (max-width: 1023px) {
.head_flex_left {
  display: block;
  width: auto;
}
.head_flex_right {
  display: none;
}
}

ul.list_head_bt {
margin: 0;
padding: 0;
}
ul.list_head_bt li {
display: inline-block;
list-style: none;
margin: 0;
margin-left: 8px;
padding: 0;
}
ul.list_head_bt li a {

display: block;
margin: 0;
  letter-spacing: 1px;
  background-color: #fff;
  box-shadow: 2px -2px 5px rgba(0, 0, 0, 0.3) inset;
  text-shadow: none;
  border-radius: 8px;
  padding: 12px 16px;
  text-decoration: none;
  color: #4b0905;
}

ul.list_head_bt li a:hover {
  color: #fff;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 1px 1px 0 rgba(255, 255, 255, 1) inset, -1px -1px 0 rgba(255, 255, 255, 1) inset;
  background: #600;
  background: -moz-linear-gradient(top, #c91414 0%, #600 99%);
  background: -webkit-linear-gradient(top, #c91414 0%, #600 99%);
  background: linear-gradient(to bottom, #c91414 0%, #600 99%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c91414', endColorstr='#600',GradientType=0 );
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
ul.list_head_bt li i {
font-weight: 900;
margin-right: 0.2em;
  color: #c91414;
}
ul.list_head_bt li a:hover i {
  color: #fff;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
/************************************
** グローバルメニュー
************************************/

#navi {
  display: block;
  margin: 0 auto;
  padding: 0 0;
  background-color: #4b0905 !important;
  color: #fff;
  width: auto;
  min-width: inherit;
  position: relative;
  z-index: 3;
}
.navi {
  padding: 0 0;
  margin: 0;
  color: #fff;
}
#navi-in,
.navi-in {
  display: block;
  width: auto;
  margin: 0 auto;
  padding: 0;
}
.navi-in {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0;
}


.navi .item-label,
.navi .item-description {
  display: block;
  overflow: inherit;
}

@media screen and (max-width: 1023px) {
  .navi {
    display: none;
  }
}

.navi-in > ul {
  margin: 0 !important;
  padding: 0 !important;
}
.navi-in > ul li {
  font-weight: 400;
  position: relative;
  display: inline-block;
  text-align: center;
  white-space: nowrap;
  list-style: none;
  margin: 0 0 !important;
  padding: 0 !important;
  line-height: 120%;
  width: auto;
  height: auto;
}

.navi-in > ul li a {
  display: block;
  padding: 0 32px;
  margin: 16px 0;
  text-decoration: none;
  position: relative;
  color: #fff;
  height: auto;
  border-right: 1px solid #fff;
}
.navi-in > ul li:last-child a {
  border-right: none;
}

.navi-in > ul li ul li {
  display: block;
  text-align: left;
  margin: 0 0;
  width: auto;
  background-color: rgba(75, 9, 5, 0.8);
  color: #fff;
  max-height: 56px;
  border-right: none;
  white-space: normal;
}

.navi-in > ul li ul li a {
  display: block;
  padding: 8px 24px;
  margin: 0 0;
  text-decoration: none;
  white-space: normal;
}

.navi-in > ul li a:hover {
  background: none !important;
  border-bottom: none;
  color: #cc3467 !important;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}

.navi-in > ul li:hover > ul {
  display: block;
}
.navi-in a:hover {
  text-decoration: none;
}
.navi-in .has-icon {
  right: 5px;
  top: 0;
  font-size: 11px;
  display: none;
}
.navi-in a {
  color: #000;
}

.navi-in a:hover {
  color: #6c5;
}
.navi-in > ul li ul li {
  height: auto !important;
  width: auto;
  padding: 5px !important;
  margin: 0 !important;
  min-width: 120%;
  min-height: inherit !important;
  line-height: 130%;
  font-weight: normal;
  white-space: inherit;
  border-top: 1px dotted #999;
}

.navi-in > ul li ul li a {
  border: none;
  white-space: inherit;
}
.navi-in > ul li ul li a:hover {
  height: auto !important;
  margin: 0 !important;
  line-height: 130%;
}

.navi-in > ul li ul li:last-child {
  border-bottom: 1px dotted #999;
}
.navi-in > ul .sub-menu {
  background-color: rgba(255, 255, 255, 0.9);
  min-width: 320px;
}
.navi-in > ul .sub-menu a {
  padding-left: 8px;
  padding-right: 8px;
}
.navi-in > ul .sub-menu li {
  width: auto;
}
.navi-in > ul .sub-menu a {
  padding-left: 16px;
  padding-right: 16px;
}
.navi-in > ul .sub-menu ul {
  top: -36px;
  left: 240px;
  position: relative;
}


.sub-menu {
  margin-bottom: 0 !important;
  margin-top: 0 !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.logo-menu-button.menu-button {
  margin-left: 8px;
  padding-top: 8px;
  padding-bottom: 8px;
}

ul.mobile-header-menu-buttons.mobile-menu-buttons {
padding: 0;
margin: 0;
}
.mobile-header-menu-buttons .navi-menu-button.menu-button {
  margin-top: 7px;
  color: #999;
}
.navi-menu-button .navi-menu-icon.menu-icon {
  font-size: 160%;
}

/*モバイルボタンメニューを右から開く*/
.navi-menu-content {
  right: 0;
  left: unset;
  -webkit-transform: translateX(105%);
  transform: translateX(105%);
}
/*モバイルボタンメニュー閉じるボタンを右側に*/
.menu-close-button {
  text-align: right;
  padding-right: 10px;
}

/************************************
** メイン
************************************/

.top_main {
  position: relative;
  display: block;
  margin: 0;
  margin-bottom: 40px;
  padding: 0;
  width: 100%;
  min-height: 600px;
  max-height: 70vh;
  overflow: hidden;
}

@media screen and (max-width: 1366px) {
.top_main {
  margin-bottom: 40px;
  min-height: 500px;
  max-height: 70vh;
}

}

@media screen and (max-width: 834px) {
  .top_main {
    margin-bottom: 24px;
    height: auto !important;
    min-height: inherit;
    overflow: inherit;
  }
  .n2-ss-slide-backgrounds {
    height: auto !important;
  }
}

/************************************
** タイトル
************************************/
#title {
  position: relative;
  z-index: -1;
  background-image: url(../../uploads/2023/06/title.jpg);
  background-size: cover;
  background-position: center center;
  clear: both;
  display: block;
  margin: 0 auto;
  margin-bottom: 0;
  height: 220px;
}
.title {
  position: relative;
  display: block;
  max-width: 1280px;
  height: 100%;
  margin: 0 auto;
  line-height: 180%;
  color: #000;
  text-shadow: 2px 2px 1px #ffffff, -2px 2px 1px #ffffff, 2px -2px 1px #ffffff, -2px -2px 1px #ffffff, 2px 0px 1px #ffffff, 0px 2px 1px #ffffff, -2px 0px 1px #ffffff, 0px -2px 1px #ffffff, 1px 1px 1px rgba(255, 255, 255, 0.5), 0 0 5px rgba(255, 255, 255, 0.5);
}
@media screen and (max-width: 1366px) {
  .title {
    padding: 0 16px;
  }
}

@media screen and (max-width: 834px) {
  #title {
    height: 160px;
    margin-bottom: 0;
  }
}

.title_txt {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  display: block;
  width: 100%;
  max-width: 1280px;
  margin: 0;
  line-height: 180%;
}
.title_txt h2 {
  font-weight: 600;
  line-height: 130%;
  color: #4b0905;
  margin-bottom: 0;
}
@media screen and (max-width: 1366px) {
  .title_txt {
    left: 16px;
  }
}
@media screen and (max-width: 1023px) {
  .title_txt {
    top: 60%;
  }
}

/************************************
** フッター
************************************/

#footer {
  display: block;
  margin: 0 auto;
  padding: 0 0;
}
#footer-in {
  position: relative;
  max-width: 896px;
  display: block;
  margin: 0 auto;
  padding: 32px 0;
}

@media only screen and (max-width: 1380px) {
  #footer-in {
    padding: 32px 16px;
  }
}
@media only screen and (max-width: 834px) {
  #footer-in {
    padding: 24px 16px;
  }
#footer {
margin-top: 0;
}
}

@media only screen and (max-width: 430px) {
  #footer-in {
    padding: 16px 16px;
  }
}

.copy {
  display: block;
  text-align: center;
  color: #FFF;
  line-height: 130%;
}

.foot_company {
  text-align: center;
  color: #d19696;
  margin-bottom: 8px;
}
.foot_company p {
  color: #d19696;
  margin-bottom: 0;
}
@media screen and (max-width: 834px) {
  .foot_company {
    margin-bottom: 16px;
  }
}

ul.foot_menu {
  margin: 0;
  margin-bottom: 32px;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

ul.foot_menu li {
  list-style: none;
  padding: 0;
  margin: 0;
  display: inline-block;
  text-align: center;
  border-right: 1px solid #d19696;
}
ul.foot_menu li:first-child {
  border-right: 1px solid #d19696;
}

ul.foot_menu li a {
  display: block;
  color: #d19696;
  padding: 0 16px;
  text-decoration: none;
}

ul.foot_menu li a:hover {
  color: #fff !important;
}

@media screen and (max-width: 834px) {
  ul.foot_menu {
    align-content: flex-start;
    align-items: flex-start;
    justify-content: space-between;
    margin-bottom: 24px;
  }

  ul.foot_menu li {
    display: block;
    width: calc(100% / 2);
    margin: 0;
    padding: 0;
    text-align: center;
    border: none;
  }
  ul.foot_menu li:first-child {
    border: none;
  }
  ul.foot_menu li:nth-child(n + 3) {
    margin-top: 16px;
  }

  ul.foot_menu li a {
    color: #fff !important;
  }

  ul.foot_menu li a:hover {
    color: #fff;
    text-decoration: underline;
  }
}

/************************************
** トップページ
************************************/
.top_main_news {
  display: block;
}
h3.top_title {
  display: inline-block;
  width: 100%;
  font-size: 18px;
  color: #4b0905;
  overflow: hidden;
  margin-bottom: 24px;
}
h3.top_title span {
  position: relative;
  font-size: 60%;
  color: #000;
  margin-left: 10px;
  padding-right: 10px;
}
h3.top_title span::after {
  border-top: 1px solid;
  content: "";
  position: absolute;
  top: 50%;
  width: 99em;
  left: 100%;
}

@media screen and (max-width: 1366px) {
  h3.top_title {
    font-size: 1.318vw;
  }
}

@media screen and (max-width: 1280px) {
  h3.top_title {
    font-size: 1.406vw;
  }
}
@media screen and (max-width: 834px) {
  h3.top_title {
    display: block;
    font-size: 3.125vw;
    width: auto;
    margin-bottom: 16px;
  }

  h3.top_title span::after {
    border-top: 1px solid;
    content: "";
    position: absolute;
    top: 50%;
    width: 99em;
  }
}

@media screen and (max-width: 430px) {
  h3.top_title {
    font-size: 15px;
  }
}

@media screen and (max-width: 375px) {
  h3.top_title {
    font-size: 4vw;
  }
}

table.table_top_news {
  table-layout: auto;
  width: 100%;
  margin: 0;
  margin-bottom: 16px;
  padding: 0;
  background: none;
  border-collapse: collapse;
}
table.table_top_news tr {
  background: none;
  margin: 0;
  padding: 0;
  border: none;
}
table.table_top_news th,
table.table_top_news td {
  background: none;
  border: none;
  font-weight: 400;
  margin: 0;
  padding: 0.5em 1.6em;
  text-align: left;
  vertical-align: middle;
}
table.table_top_news th {
  color: #000;
  font-weight: 500;
  width: 4em;
  padding-left: 0;
}
table.table_top_news td {
  position: relative;
  padding-right: 2em;
  font-weight: 400;
}
@media only screen and (max-width: 1366px) {

table.table_top_news td {
padding-left: 0;
}
}
@media only screen and (max-width: 1023px) {

table.table_top_news td {
padding-left: 1em;
}
}

.table_top_news p {
  margin: 0;
  padding: 0;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2; /* 制限したい行数が3の場合 */
  overflow: hidden;
}
.table_top_news p a {
  color: #000;
  text-decoration: none;
}
.table_top_news p a:hover {
  color: #4b0905;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}

@media only screen and (max-width: 834px) {
  table.table_top_news {
    margin-bottom: 8px;
    border-bottom: 1px solid #ccc;
  }
  table.table_top_news th,
  table.table_top_news td {
    min-height: inherit;
    height: inherit;
    padding: 0;
    display: block;
    width: auto;
    border: none;
  }
  table.table_top_news th {
    border-top: 1px solid #ccc;
    padding-top: 8px;
    padding-left: 0;
  }
  table.table_top_news td {
    margin-bottom: 8px;
  }
  .table_top_news p {
    display: block;
    overflow: inherit;
  }
}

p.daytime {
  display: inline-block;
  margin-right: 5px;
}
.tag_new {
  display: inline-block;
  margin: 0;
  font-size: 80%;
  padding: 5px 10px;
  background-color: #f00;
  color: #fff;
  text-align: center;
  line-height: 100%;
}

/************************************
** ページャー
************************************/

#pager-post-navi,
.pager-post-navi {
  padding: 0 !important;
  margin: 0 !important;
}
table.table_postnavi {
  table-layout: fixed;
  width: 100%;
  margin: 0 auto;
  padding: 0;
  background: none;
}
table.table_postnavi tr,
table.table_postnavi th,
table.table_postnavi td {
  margin: 0;
  padding: 0;
  border: none;
  line-height: 130%;
  background: none;
}
table.table_postnavi th {
  font-weight: 400;
  padding: 0 8px;
  text-align: center;
  white-space: nowrap;
}
table.table_postnavi th a {
  padding: 8px 8px;
}
table.table_postnavi td.left_post {
}
table.table_postnavi td.right_post {
  text-align: right;
}

.table_postnavi .fa-chevron-left.iconfont,
.table_postnavi .fa-chevron-right.iconfont {
  color: #4b0905 !important;
}

a.prev-post,
a.next-post {
  border: 1px solid #ccc;
  background: #fff;
  text-align: center;
  padding: 4px 0;
  margin: 0;
  width: auto;
  height: auto;
}
a:hover.prev-post,
a:hover.next-post {
  background: #ccc;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}


/************************************
** ページ全体
************************************/

h3.title_midashi {
  position: relative;
  letter-spacing: 0.1rem;
  color: #4b0905;
  padding: 0;
  padding-left: 1.2em;
}

h3.title_midashi:before {
  position: absolute;
  font-family: "Font Awesome 5 Free";
  content: "\f02e";
  color: #d19696;
  margin-left: -0.9em;
  top: -0.1em;
  font-weight: 400;
  font-size: 130%;
}

h3.title_midashi a {
  color: #4b0905;
  text-decoration: none;
}
h3.title_midashi a:hover {
  color: #d19696;
  text-decoration: underline;
}
h4.title_midashi {
  position: relative;
  color: #4b0905;
  padding: 0;
  padding-left: 1em;
  margin-bottom: 8px;
}
h4.title_midashi:before {
  position: absolute;
  font-family: "Font Awesome 5 Free";
  content: "\f0c8";
  color: #d19696;
  margin-left: -1em;
  font-weight: 900;
}

h5.title_midashi {
  color: #4b0905;
  padding: 0;
  margin-bottom: 8px;
}

p.title_entry_time {
  margin-bottom: 4px;
}

.box_page_submenu {
  padding: 0;
  border-radius: 8px;
}

.box_page_submenu h5 {
  position: relative;
  letter-spacing: 0.1rem;
  color: #4b0905;
  padding: 0;
  font-weight: 400;
  padding-left: 1em;
  margin-bottom: 8px;
}
.box_page_submenu h5:before {
  position: absolute;
  font-family: "Font Awesome 5 Free";
  content: "\f138";
  color: #d19696;
  margin-left: -1em;
  font-size: 100%;
  font-weight: 900;
}
@media screen and (max-width: 834px) {
  .box_page_submenu {
    margin-top: 16px;
    margin: 0 -16px;
    padding: 16px;
    border-radius: 0;
  }
}

ul.list_page_submenu,
ul.list_page_submenu_double {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  justify-content: space-between;
}
ul.list_page_submenu li,
ul.list_page_submenu_double li {
  margin: 0;
  padding: 0;
  list-style: none;
  display: block;
  width: 100%;
  font-family: "MS Serif", "New York", serif;
}
ul.list_page_submenu_double li {
  width: calc(100% / 2 - 4px);
}


ul.list_page_submenu li:nth-child(n + 2) {
  margin-top: 8px;
}
ul.list_page_submenu_double li:nth-child(n + 3) {
  margin-top: 8px;
}


ul.list_page_submenu li a,
ul.list_page_submenu_double li a {
  display: block;
  letter-spacing: 1px;
  font-weight: bold;
  background-color: #fff;
  border-radius: 8px;
  box-shadow: 2px -2px 5px rgba(0, 0, 0, 0.3) inset;
  border: 1px solid #c27571;
  padding: 12px 16px;
  text-decoration: none;
  color: #4b0905;
}
ul.list_page_submenu li a:hover, 
ul.list_page_submenu_double li a:hover {
  color: #fff;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 1px 1px 0 rgba(255, 255, 255, 1) inset, -1px -1px 0 rgba(255, 255, 255, 1) inset;
  background: #600;
  background: -moz-linear-gradient(top, #c91414 0%, #600 99%);
  background: -webkit-linear-gradient(top, #c91414 0%, #600 99%);
  background: linear-gradient(to bottom, #c91414 0%, #600 99%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c91414', endColorstr='#600',GradientType=0 );
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (max-width: 834px) {
  ul.list_page_submenu {
    display: block;
  }
  ul.list_page_submenu li a,
  ul.list_page_submenu_double li a {
    border-radius: 4px;
    padding: 8px 8px;
  }
}
/************************************
** お知らせ
************************************/
.title_entry {
display: block;
margin-bottom: 16px;
}
.title_entry p a {
color: #000;
}
.title_entry p a:hover {
color: #b66;
}
p.daytime_newslist {
margin-bottom: 0;
font-size: 90%;
color: #4b0905;
}
p.daytime_newstitle {
margin-bottom: 0;
}
@media screen and (max-width: 834px) {
.title_entry {
display: block;
margin-bottom: 16px;
}
p.daytime_newslist {
margin-bottom: 0;
}
p.daytime_newstitle {
margin-bottom: 0;
}
}


/************************************
** 総会
************************************/
.content_soukai_box {
  display: block;
  background-color: rgba(255, 255, 255, 1);
  border-radius: 8px;
  padding: 0;
  padding-bottom: 16px;
  margin-bottom: 24px;
}
.content_soukai_box .inner {
  padding: 16px;
}
@media screen and (max-width: 834px) {
  .content_soukai_box {
    margin: 0 -16px;
    margin-bottom: 16px;
    padding-bottom: 16px;
  }
}
h4.title_soukai {
  position: relative;
  background-color: #4b0905;
  color: #fff;
  padding: 8px;
  letter-spacing: 0.1em;
  margin-bottom: 0;
  border-radius: 8px 8px 0 0;
}
@media screen and (max-width: 834px) {
  h4.title_soukai {
    margin-bottom: 8px;
  }
}
p.soukai_p {
  padding: 16px 8px;
  margin-bottom: 0;
}
@media screen and (max-width: 834px) {
p.soukai_p {
  padding: 8px 8px;
  margin-bottom: 0;
}
}

table.table_soukai {
  table-layout: fixed;
  width: 100%;
  background: none;
  border: none;
  margin: 0;
  padding: 0;
}
table.table_soukai tr {
  background: none;
  border: none;
  margin: 0;
  padding: 0;
}
table.table_soukai th,
table.table_soukai td {
  margin: 0;
  padding: 8px;
  background-color: #fff;
  border: 1px solid #ccc;
  font-weight: 400;
  text-align: left;
  vertical-align: top;
}
table.table_soukai th {
  width: 8em;
}

@media screen and (max-width: 834px) {
  table.table_soukai {
    padding: 0 8px;
  }
  table.table_soukai th,
  table.table_soukai td {
    display: block;
    width: auto;
    margin: 0;
    padding: 0 8px;
    border: none;
  }
  table.table_soukai th {
    border-bottom: 1px dotted #ccc;
    font-weight: 600;
    color: #4b0905;
    margin-bottom: 4px;
  }
  table.table_soukai td {
    margin-bottom: 4px;
  }
}


/************************************
** 社専ソフィア会
************************************/

table.list_sophiakai {
  table-layout: fixed;
  width: 100%;
  background: none;
  margin: 0;
  padding: 0;
}
table.list_sophiakai tr,
table.list_sophiakai th,
table.list_sophiakai td {
  background: none;
  margin: 0;
  padding: 0;
}
table.list_sophiakai th,
table.list_sophiakai td {
  background: none;
  padding: 8px 1em;
  border: 1px solid #ccc;
}
table.list_sophiakai th {
  font-weight: 500;
  width: 12%;
  white-space: nowrap;
  text-align: left;
  vertical-align: top;
}

@media screen and (max-width: 834px) {
  table.list_sophiakai th {
    width: 6em;
  }
  table.list_sophiakai th,
table.list_sophiakai td {
  background: none;
  padding: 4px 8px;
  border: 1px solid #ccc;
}
}

/************************************
** プライバシー
************************************/
dl.list_privacy {
  margin: 0;
  padding: 0;
}

dl.list_privacy dt {
  margin: 0;
  padding: 0;
  margin-bottom: 0;
  font-weight: 600;
  font-family: "MS Serif", "New York", serif;
  color: #400;
  font-size: 120%;
}
dl.list_privacy dd {
  margin: 0;
  padding: 0 16px;
  margin-bottom: 16px;
}

dl.list_privacy02 {
	margin: 0;
	padding: 0;
	margin-bottom: 20px;
}
dl.list_privacy02 dt {
	margin: 0;
	margin-top: 16px;
	padding: 0;
	font-weight: bold;
}
dl.list_privacy02 dd {
	margin: 0;
	padding: 0;
}
dl.list_privacy02 dt:fitst-child {
	margin-top: 0;
}
.flex_privacy02 {
display: flex;
justify-content: flex-start;
flex-wrap: wrap;
}
.flex_privacy02_kou {
display: block;
width: 4em;
}
.flex_privacy02_txt {
display: block;
width: calc(100% - 4em);
}
/************************************
** フォーム
************************************/

.input-mini {
  width: 100px !important;
}
.input-small {
  width: 30% !important;
  display: inline-block;
}
.input-medium {
  width: 50% !important;
}
.input-large {
  width: 100% !important;
}
.input-xlarge {
  width: 100% !important;
}
.input-xxlarge {
  width: 100% !important;
}

@media screen and (max-width: 834px) {
  .input-small {
    width: 50% !important;
  }
  .input-medium {
    width: 98% !important;
  }
  .input-large {
    width: 98% !important;
  }
  .input-xlarge {
    width: 98% !important;
  }
}

table.form_table {
  table-layout: fixed;
  width: 100%;
  background: none;
  border: none;
  margin-bottom: 32px;
}
table.form_table tr {
  background: none;
  border: none;
  margin: 0;
  padding: 0;
}
table.form_table th,
table.form_table td {
  margin: 0;
  padding: 8px 8px;
  vertical-align: top;
  font-weight: 400;
  border: 1px solid #ccc;
}
table.form_table th {
  padding: 1em;
  width: 260px;
  line-height: 120%;
  text-align: left;
  background-color: #ece4e4;
}
table.form_table td {
  background-color: #fff;
}

@media screen and (max-width: 834px) {
  table.form_table {
    margin-bottom: 24px;
  }
  table.form_table th,
  table.form_table td {
    display: block;
    padding: 8px;
    border: none;
  }
  table.form_table th {
    width: auto;
  }
}

table.form_table p {
  margin: 0;
  padding: 0;
}

.hissu {
  border-radius: 0;
  font-size: 60%;
  line-height: 100%;
  padding: 5px 5px;
  margin-left: 10px;
  margin-bottom: 5px;
  text-decoration: none;
  display: inline-block;
  vertical-align: middle;
  color: #fff !important;
  background-color: #c00;
  font-weight: 400;
}

span.wpcf7-list-item {
  margin-left: 0;
  margin-right: 10px;
}

select,
textarea,
input[type="text"],
input[type="email"],
input[type="tel"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"] {
  display: inline-block;
  margin: 5px;
  margin-left: 0;
  width: auto;
  min-width: inherit;
  border-radius: 0;
}

select,
textarea,
input[type="text"],
input[type="email"],
input[type="tel"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"] {
  display: inline-block;
  margin: 5px;
  margin-left: 0;
  width: auto;
  min-width: inherit;
  border-radius: 0;
}

.box_mitsumorisousa input[type="text"],
.box_mitsumorisousa input[type="email"],
.box_mitsumorisousa input[type="tel"] {
  display: block;
  width: 98%;
}

.btn {
  display: inline-block !important;
  width: auto !important;
  padding: 1em 100px !important;
  font-size: 130%;
  margin: 5px;
  margin-bottom: 0;
  color: #333;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-color: #ccc;
  border-radius: 5px;
}
.btn:hover {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  opacity: 0.7;
}
.btn-primary {
  color: #fff !important;
  background-color: #f00 !important;
}
@media only screen and (max-width: 834px) {
  .btn {
    display: block !important;
    width: 95% !important;
    padding: 1em 1em !important;
    margin: 5px 15px !important;
  }
}

/************************************
** ボタン
************************************/

.bt_center,
.bt_center00 {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
  margin-bottom: 20px;
}

.bt_center00 {
  margin-bottom: 0;
}
a .bt_center,
a .bt_center00 {
  display: block;
}
a:hover .bt_center,
a:hover .bt_center00 {
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5);
  opacity: 0.7;
  background-color: #f00;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}

.bt {
  display: inline-block;
  margin: 0;
  margin-right: 1.2em;
  padding: 0;
}

.bt a {
  display: block;
  position: relative;
  padding: 0;
  color: #000;
  text-decoration: none;
  border-bottom: 3px solid rgba(255, 255, 255, 0);
}
.bt a:after {
  position: absolute;
  font-family: "Font Awesome 5 Free";
  content: "\f138";
  right: -1em;
  color: #b66;
  font-weight: 900;
}
.bt a:hover {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.bt a:hover:after {
  right: -1.2em;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.bt a:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 1px;
  background-color: #b66;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.bt a:hover:before {
  bottom: -2px;
  width: 100%; /*hover時に表示*/
}

ul.bt_pdf {
  margin: 0;
  padding: 0;
}
ul.bt_pdf li {
  display: inline-block;
  list-style: none;
  margin: 5px;
  padding: 0;
}
ul.bt_pdf li a {
  position: relative;
  display: block;
  padding: 10px 20px;
  min-width: 126px;
  background-color: #fff;
  border: 1px solid #555;
  color: #000;
  font-weight: 500;
  text-decoration: none;
  padding-left: 2.5em;
}

ul.bt_pdf li a:before {
  position: absolute;
  top: -0.1em;
  font-family: "Font Awesome 5 Free";
  content: "\f1c1";
  color: #f00;
  font-size: 200%;
  margin-left: -1em;
  font-weight: 400;
}

ul.bt_pdf li a:hover {
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  opacity: 0.8;
}


.bt_left {
	float: left;
	margin-bottom: 10px;
	margin-right: 10px;
}


.bt_left:hover {
	filter: alpha(opacity=70);
	-moz-opacity:0.70;
	opacity:0.70;
}

.bt_right {
	float: right;
	margin-bottom: 10px;
	margin-left: 10px;
}

.bt_right:hover {
	filter: alpha(opacity=70);
	-moz-opacity:0.70;
	opacity:0.70;
}

.bt_right00 {
	float: right;
	margin-bottom: 10px;
	margin-left: 0;
}

.bt_right00:hover {
	filter: alpha(opacity=70);
	-moz-opacity:0.70;
	opacity:0.70;
}


.bt_black_r {
	text-align: right;
}

.bt_black_r a {
	text-decoration: none;
	padding: 10px 50px;
	text-align: center;
	color: #FFF;
	background-color: #000;
	
}
.bt_black_r a:hover {
	filter: alpha(opacity=70);
	-moz-opacity:0.70;
	opacity:0.70;
}
.bt_black_r a:after {
	content: " >";
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

bt_white_big {
display: inline-block;

}
.bt_white_big a {
	border: 1px solid #000;
	text-align: center;
	padding: 16px 2em;
	color: #900;
	background-color: #FFF;
	text-decoration: none;
	border-radius: 16px;
	font-weight: bold;
	font-size: 150%;
}

.bt_white_big a:hover {
	background-color: #EFEFEF;
}

.bt_white {
	margin-bottom: 20px;
}
.bt_white a {
	border: 1px solid #000;
	text-align: center;
	padding: 5px 20px;
	color: #000;
	background-color: #FFF;
	text-decoration: none;
}

.bt_white a:after {
	content: " >";
}
.bt_white a:hover {
	background-color: #EFEFEF;
}

.bt_white_r {
	text-align: right;
	margin-bottom: 20px;
}
.bt_white_r a {
	border: 1px solid #000;
	text-align: center;
	padding: 5px 20px;
	color: #000;
	text-decoration: none;
}

.bt_white_r a:after {
	content: " >";
}
.bt_white_r a:hover {
	background-color: #EFEFEF;
}



.bt_blue {
	font-size: 17px;
	font-weight: bold;
	margin-bottom: 20px;
}

.bt_blue a:link, .bt_blue a:visited{
	text-decoration: none;
	padding: 5px 30px;
	text-align: center;
	font-weight: bold;
	color: #FFF;
	background-color: #89A;
	-webkit-border-radius:20px;
	-moz-border-radius:20px;
	border-radius:20px;
	
}
.bt_blue:hover {
	filter: alpha(opacity=70);
	-moz-opacity:0.70;
	opacity:0.70;
}


.pic_bt {
	margin-right: 5px;
	margin-bottom: 5px;
	border: 5px solid #FFF;
	box-shadow: 2px 2px 5px rgba(0,0,0,0.3);
	
}


.pic_bt:hover {
	filter: alpha(opacity=70);
	-moz-opacity:0.70;
	opacity:0.70;
}
	
	
.pic_bt_left {
	float: left;
	margin-right: 5px;
	margin-bottom: 5px;
	border: 5px solid #FFF;
	box-shadow: 2px 2px 5px rgba(0,0,0,0.3);
	
}


.pic_bt_left:hover {
	filter: alpha(opacity=70);
	-moz-opacity:0.70;
	opacity:0.70;
	
}

.pic_bt_right {
	float: right;
	margin-right: 5px;
	margin-bottom: 5px;
	border: 5px solid #FFF;
	box-shadow: 2px 2px 5px rgba(0,0,0,0.3);
	
}


.pic_bt_right:hover {
	filter: alpha(opacity=70);
	-moz-opacity:0.70;
	opacity:0.70;
	
}


.pic_bt_center {
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-top: 5px;
	margin-bottom: 5px;
	border: 5px solid #FFF;
	box-shadow: 2px 2px 5px rgba(0,0,0,0.3);
	
}


.pic_bt_center:hover {
	filter: alpha(opacity=70);
	-moz-opacity:0.70;
	opacity:0.70;
}


/************************************
** ボックス
************************************/

.box_white {
  display: block;
  vertical-align: top;
  list-style: none;
  background-color: #fff;
  margin: 0;
  padding: 16px;
  border-radius: 8px;
  margin-bottom: 30px;
}

.box_gray {
  display: block;
  padding: 16px 16px;
  background-color: #f5f5f5;
}

.box_shadow {
  display: block;
  padding: 1.5em 2em;
  border-radius: 15px;
  background-color: rgba(255, 255, 255, 0.5);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
  margin-bottom: 20px;
}
@media screen and (max-width: 834px) {
  .box_gray {
    padding: 8px;
  }
  .box_shadow {
    padding: 1.5em;
    margin-bottom: 15px;
  }
}

/************************************
** 画像
************************************/
.pic_left_page {
  float: left;
  display: inline-block;
  max-width: 43%;
  margin-right: 5%;
}
.pic_right_page {
  float: right;
  display: inline-block;
  max-width: 43%;
  margin-left: 5%;
}
.pic_right_page img,
.pic_left_page img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
}
@media only screen and (max-width: 834px) {
  .pic_right_page,
  .pic_left_page {
    float: none;
    display: block;
    max-width: 100%;
    margin: 0 auto;
  }
}

.imageright {
  float: right;
  margin-bottom: 20px;
  margin-left: 20px;
}
.imageright_pc {
  float: right;
  margin-bottom: 15px;
  margin-left: 15px;
  max-width: 50%;
}
@media screen and (max-width: 834px) {
  .imageright_pc {
    float: none;
    max-width: 100%;
    display: block;
    margin: 0 auto;
    margin-bottom: 15px;
  }
}

.imageleft {
  float: left;
  margin-right: 20px;
  margin-bottom: 20px;
}
.imagecenter {
  max-width: 100%;
  display: block;
  margin: 0 auto;
  margin-bottom: 15px;
}
.imagecenter00 {
  max-width: 100%;
  display: block;
  margin: 0 auto;
}
.imagecenter.tate {
  max-width: 61.5%;
}
.imagecenter00.tate {
  max-width: 61.5%;
}
.image_sp50 {
  max-width: 100%;
  display: block;
  margin: 0 auto;
}
@media screen and (max-width: 834px) {
  .image_sp50 {
  max-width: 50% !important;
  }
}
.pic_size {
  max-width: 80%;
  display: block;
  margin: 0 auto;
  margin-bottom: 15px;
}

/************************************
** テーブル
************************************/

table.gijiroku_table {
  table-layout: auto;
  width: 100%;
  margin: 0;
  padding: 0;
  border: none;
  margin-bottom: 16px;
  background-color: #fff;
  border-collapse: collapse;
}
table.gijiroku_table tr {
  border: none;
  background: none;
}
table.gijiroku_table th,
table.gijiroku_table td {
  border: 1px solid #999 !important;
  border-collapse: collapse;
  padding: 8px 8px !important;
}
table.gijiroku_table th {
  background: #fee;
  color: #822;
}
table.gijiroku_table td {
  line-height: 130%;
}
table.gijiroku_table td:nth-child(1) {
width: 13em;
}
table.gijiroku_table td:nth-child(3) {
width: 8em;
}
table.gijiroku_table th:first-child,
table.gijiroku_table td:first-child {
width: 12em;
}

table.ayumi_table {
  table-layout: auto;
  width: 100%;
  margin: 0;
  padding: 0;
  border: none;
  margin-bottom: 16px;
  background-color: #fff;
}
table.ayumi_table tr {
  border: none;
  background: none;
}
table.ayumi_table th,
table.ayumi_table td {
  border: 1px solid #999 !important;
  padding: 8px;
  text-align: left;
  background-color: #fff;
}
table.ayumi_table th {
  font-weight: 400;
  width: 10em;
}

table.ayumi_table td {
  line-height: 130%;
}

.table_scroll {
  display: flex;
  margin: 0;
  width: 100%;
}
@media screen and (max-width: 834px) {
  /* スマホではスライダーで表示 */
  .table_scroll {
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
    overflow-scrolling: touch;
  }

  .table_scroll table {
    min-width: 640px;
  }
}

/************************************
** 個別
************************************/

dl.list_soukai,
dl.list_soukai4moji {
  margin: 0;
  padding: 0;
  margin-top: -10px;
  border-bottom: 1px solid #ccc;
}
dl.list_soukai dt {
  clear: both;
  float: left;
  width: 120px;
  margin: 0;
  padding: 10px;
  border-top: 1px solid #ccc;
}
dl.list_soukai dd {
  margin: 0;
  /* margin-left: 140px; */
  margin-left: 120px;
  padding: 10px;
  border-left: 1px solid #ccc;
  border-top: 1px solid #ccc;
}

dl.list_soukai4moji dt {
  clear: both;
  float: left;
  /* width: 5em; */
  width: 6em;
  margin: 0;
  padding: 10px;
  border-top: 1px solid #ccc;
}
dl.list_soukai4moji dd {
  margin: 0;
  margin-left: calc(5em + 10px);
  padding: 10px;
  border-left: 1px solid #ccc;
  border-top: 1px solid #ccc;
}

dl.list_soukai dd dl {
  clear: both;
  display: block;
  margin-top: 0;
}

dl.list_soukai dd dl dt {
  padding: 5px;
  width: 60px;
  border: none;
}
dl.list_soukai dd dl dd {
  margin-left: 70px;
  padding: 5px;
  border: none;
}

@media screen and (max-width: 640px) {
  dl.list_soukai,
  dl.list_soukai4moji {
    margin-top: 0;
    border-bottom: none;
  }
  dl.list_soukai dt,
  dl.list_soukai4moji dt {
    float: none;
    width: auto;
    /* margin: 10px; */
    /* padding: 0; */
    padding: 10px;
    border-top: none;
    border-bottom: 1px solid #ccc;
    font-weight: 600;
    color: #600 !important;
  }
  dl.list_soukai dd,
  dl.list_soukai4moji dd {
    margin: 0;
    padding: 10px 15px;
    border-left: none;
    border-top: none;
    border-bottom: 1px solid #ccc;
  }
}

dl.list_soukai_news {
  margin: 0;
  padding: 0;
  margin-bottom: 20px;
}

dl.list_soukai_news dt {
  margin: 0;
  padding: 0;
  font-weight: bold;
}
dl.list_soukai_news dd {
  margin: 0;
  margin-bottom: 5px;
  padding: 5px 10px;
  border-bottom: 1px solid #ccc;
}
dl.list_soukai_news a {
  color: #600;
  text-decoration: underline;
}

dl.list_soukai_news a:hover {
  color: #600;
  text-decoration: underline;
}

ol.list_suuji {
	counter-reset: my-counter;
	list-style: none;
  margin: 0;
  padding: 0;
}
ol.list_suuji li {
position: relative;
	list-style: none;
  margin: 0;
  padding: 0;
  padding-left: 1em;
}
ol.list_suuji li::before {
	content: counter(my-counter);
	counter-increment: my-counter;
	display: block;
	float: left;
	margin-left: -1em;
}
ol.list_suuji li:last-child {
  margin-bottom: 0;
}
ol.list_suuji_dott {
	counter-reset: my-counter;
	list-style: none;
  margin: 0;
  padding: 0;
}
ol.list_suuji_dott li {
position: relative;
	list-style: none;
  margin: 0;
  padding: 0;
  padding-left: 1.5em;
}
ol.list_suuji_dott li::before {
	content: counter(my-counter)".";
	counter-increment: my-counter;
	display: block;
	float: left;
	margin-left: -1.5em;
}


ol.list_number {
list-style-type: none;
margin: 0;
padding: 0;
counter-reset: number;/* カウンターを初期化 */
}
ol.list_number li {
list-style: none;
position: relative;
margin: 0;
padding: 0;
padding-left: 1.5em;
}
ol.list_number li:last-child {
margin-bottom: 0;
}
/* beforeでカウンターを作成 */
ol.list_number li::before {
position: absolute;
content: counter(number);
counter-increment: number;
padding: 0.2em 0.2em;
margin-left: -1.5em;
margin-top: 0.25em;
font-size: 90%;
line-height: 1.0;
color: #000;
}
/* afterで○を作る */
ol.list_number li::after {
content: '';
/* 配置を調整 */
position: absolute;
display: block;
top: 0.3em;
left: 0;
/* ○を作る */
width: 1em;
height: 1em;
border: 1px solid #000;
border-radius: 50%;
}


ul.list_maru02 {
  display: block;
  margin: 0;
  padding: 0;
}
ul.list_maru02 li {
  list-style: none;
  display: block;
  margin: 0;
  padding: 0;
  padding-left: 1em;
}
ul.list_maru02 li:last-child {
  margin-bottom: 0;
}
ul.list_maru02 li:before {
  content: "○";
  margin-left: -1em;
}
ul.list_maru02 li ul {
  margin: 0;
  padding: 0;
}
ul.list_maru02 li ul li {
  margin: 0;
  padding: 0;
}
ul.list_maru02 li ul li:before {
  content: "";
  margin-left: 0;
}

ul.list_maru {
  display: block;
  margin: 0;
  padding: 0;
}
ul.list_maru li {
  position: relative;
  list-style: none;
  display: block;
  line-height: 150%;
  margin: 0;
  padding: 0;
  padding-left: 1em;
}
ul.list_maru li:last-child {
  margin-bottom: 0;
}
ul.list_maru li:before {
  position: absolute;
  content: "◎";
  margin-left: -1em;
}

ul.list_dott li:last-child {
  margin-bottom: 0;
}
ul.list_kome, ul.list_kome_bk, ul.list_kome02 {
	margin: 0 !important;
	padding: 0 !important;
}
 
ul.list_kome li, ul.list_kome_bk li, ul.list_kome02 li {
position: relative;
	margin: 0;
	margin-left: 1em;
	padding: 0;
	list-style: none !important;
	position: relative;
}
ul.list_kome li:before {
position: absolute;
	content: "※" !important;
	display: block !important;
	margin-left: -1em !important;
	border: none !important
}
ul.list_kome_bk li:before {
position: absolute;
	content: "※" !important;
	color: #000 !important;
	display: block !important;
	margin-left: -1em !important;
	border: none !important
}
ul.list_kome02 li:before {
position: absolute;
	content: "＊" !important;
	color: #000 !important;
	display: block !important;
	margin-left: -1em !important;
	border: none !important
}

ul.list_dott {
  margin: 0;
  padding: 0;
}
ul.list_dott li {
  position: relative;
  list-style: none;
  margin: 0;
  padding: 0;
  margin-left: 1em;
}
ul.list_dott li:before {
	content: "・" !important;
	color: #000 !important;
	display: block !important;
	float: left !important;
	margin-left: -1em !important;
	border: none !important
}

.right {
  float: right;
}

.red {
  color: #f00;
}
.pink {
  color: #fc5987;
}
.yellow {
  color: #f9d50b;
}
.blue {
  color: #0168b7;
}
.orange {
  color: #ff7733;
}

.green {
  color: #53c0c7;
}
.navy {
  color: #2f418f;
}
.pink02 {
  color: #f9b;
}
.gold {
  color: #eee06d;
}
.gray {
  color: #555;
}
.wine {
  color: #b07;
}
.blown {
  color: #4b0905;
}
.f50 {
  font-size: 50%;
}
.f60 {
  font-size: 60%;
}
.f70 {
  font-size: 70%;
}
.f80 {
  font-size: 80%;
}
.f90 {
  font-size: 90%;
}
.f100 {
  font-size: 100%;
}
.f110 {
  font-size: 110%;
}
.f120 {
  font-size: 120%;
}
.f150 {
  font-size: 150%;
  line-height: 1.2;
}
.f200 {
  font-size: 200%;
}

.f10 {
  font-size: 10px;
  line-height: 110%;
}
.f12 {
  font-size: 80%;
  line-height: 90%;
}

.fw300 {
  font-weight: 300;
}
.fw400 {
  font-weight: 400;
}
.fw500 {
  font-weight: 500;
}
.fw600 {
  font-weight: 600;
}
.fw700 {
  font-weight: 700;
}
.fw800 {
  font-weight: 800;
}
.fw900 {
  font-weight: 900;
}

.t_center {
  text-align: center;
}
.t_center_pc {
  text-align: center;
}

.member_pic {
  width: 20%;
  margin-top: -10px;
}

@media only screen and (max-width: 834px) {
  .t_center_pc {
    text-align: left;
  }
  .t_center_sp {
    text-align: center;
  }
}
.t_left {
  text-align: left;
}
.t_right {
  text-align: right;
}

.pl_2 {
  padding-right: 2em;
}


.lity-content{
  max-width: 600px;
  margin: auto;
  width: 95%;
  display: block;
}



.flex_double {
display: flex;
justify-content: space-between;
flex-wrap: wrap;
}

.flex_double_box {
display: block;
width: calc(50% - 12px);
}
@media screen and (max-width: 834px){
.flex_double {
display: block;
}

.flex_double_box {
width: auto;
}
.flex_double_box:nth-child(n+2) {
margin-top: 16px;
}
}


.flex_news {
display: flex;
justify-content: space-between;
flex-wrap: wrap;
}

.flex_news_left,
.flex_news_right {
display: block;
width: calc(50% - 8px);
}
@media only screen and (max-width: 834px) {
.flex_news {
display: block;
}

.flex_news_left,
.flex_news_right {
display: block;
width: auto;
}
.flex_news_left {
margin-bottom: 16px;
}
}

.flex_news_kouenkai {
display: flex;
justify-content: space-between;
flex-wrap: wrap;
}
.flex_news_kouenkai_pic,
.flex_news_kouenkai_txt {
display: block;
}

.flex_news_kouenkai_pic {
width: calc(20% - 8px);
}
.flex_news_kouenkai_txt {
width: calc(80% - 8px);
}
@media only screen and (max-width: 640px) {
.flex_news_kouenkai_pic,
.flex_news_kouenkai_txt {
width: auto;
}

.flex_news_kouenkai_pic {
margin-bottom: 16px;
}
}


.flex_news_kouenkai_right {
display: flex;
justify-content: flex-start;
flex-wrap: wrap;
}
.flex_news_kouenkai_right_pic,
.flex_news_kouenkai_right_txt {
display: inline-block;
}

.flex_news_kouenkai_right_pic {
max-width: calc(20% - 8px);
order: 2;
}
.flex_news_kouenkai_right_txt {
max-width: calc(80% - 8px);
order: 1;
margin-right: 16px;
}
@media only screen and (max-width: 640px) {
.flex_news_kouenkai {
display: block;
}
.flex_news_kouenkai_right_pic,
.flex_news_kouenkai_right_txt {
display: block;
max-width: inherit;
width: auto;
margin: 0;
margin-right: 0;
}

.flex_news_kouenkai_right_pic {
margin-bottom: 16px;
}
}

table.table_reunion {
table-layout: auto;
border-collapse: collapse;
background-color: #FFF;
border: none;
margin: 0;
padding: 0;
}

table.table_reunion tr {
border: none;
background: none;
margin: 0;
padding: 0;
}

table.table_reunion th,
table.table_reunion td {
vertical-align: top;
padding: 8px;
border: 1px solid #000 !important;
}


table.table_keishou {
  table-layout: fixed;
  width: 100%;
  background: none;
  border: none;
  margin: 0;
  padding: 0;
}
table.table_keishou tr {
  background: none;
  border: none;
  margin: 0;
  padding: 0;
}
table.table_keishou th,
table.table_keishou td {
  margin: 0;
  padding: 16px 16px;
  background-color: #fff;
  border: 1px solid #ccc;
  font-weight: 400;
  text-align: left;
  vertical-align: top;
}
table.table_keishou th {
  width: 12em;
}

.flex_pic_triple {
position: relative;
display: flex;
justify-content: space-between;
flex-wrap: wrap;
}
.flex_pic_triple::after {
content: "";
display: block;
width: calc(100% / 3 - 12px);
}
.flex_pic_triple_box {
display: block;
width: calc(100% / 3 - 12px);
}
.flex_pic_triple_box:nth-child(n+4) {
margin-top: 16px;
}

@media only screen and (max-width: 834px) {
.flex_pic_triple::after {
content: "";
display: block;
width: calc(100% / 2 - 4px);
}
.flex_pic_triple_box {
display: block;
width: calc(100% / 2 - 4px);
}
.flex_pic_triple_box:nth-child(n+3) {
margin-top: 8px;
}
}

.grid_pic_1_1_2 {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    grid-template-rows: repeat(1, 1fr);
    gap: 16px;
}
.grid_pic_1_1_2_01 {
    grid-column: span 3 / span 3;
}

.grid_pic_1_1_2_02 {
    grid-column: span 3 / span 3;
    grid-column-start: 4;
}

.grid_pic_1_1_2_03 {
    grid-column: span 6 / span 6;
    grid-column-start: 7;
}
@media only screen and (max-width: 834px) {
.grid_pic_1_1_2 {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    grid-template-rows: repeat(auto, 1fr);
    gap: 16px;
}
.grid_pic_1_1_2_01 {
    grid-column: span 6 / span 6;
}

.grid_pic_1_1_2_02 {
    grid-column: span 6 / span 6;
    grid-column-start: 7;
}

.grid_pic_1_1_2_03 {
    grid-column: span 12 / span 12;
    grid-row-start: 2;
}
}



table.soukai {
  border: none!important;
  background: none!important;
  table-layout: fixed;
  line-height: 130%;
  margin-bottom: 4px;
  width: 100%;
}
table.soukai tr {
  border: none!important;
  background: none!important;
}
table.soukai th {
  border: none!important;
  background: none!important;
  vertical-align: top;
  padding: 8px 0;
  width: 9em;
  text-align: left;
}
table.soukai td {
  border: none!important;
  background: none!important;
  vertical-align: top;
  padding: 8px 0;
  padding-left: 0;
}
@media screen and (max-width: 834px) {
  table.soukai {
    margin-top: 0;
    margin-bottom: 4px;
  }
  table.soukai th {
    display: block;
    width: auto;
    padding: 0 0;
	/*
    border-bottom: 1px dotted #ccc !important;
	*/
  }
  table.soukai td {
    display: block;
    width: auto;
    padding: 0 0;
    padding-top: 0;
  }
}



table.soukai00 {
  border: none!important;
  background: none!important;
  table-layout: fixed;
  line-height: 130%;
  margin-bottom: 4px;
  width: 100%;
}
table.soukai00 tr {
  border: none!important;
  background: none!important;
}
table.soukai00 th {
  border: none!important;
  background: none!important;
  vertical-align: top;
  padding: 0 0;
  width: 9em;
  text-align: left;
}
table.soukai00 td {
  border: none!important;
  background: none!important;
  vertical-align: top;
  padding: 0 0;
  padding-left: 0;
}
