@charset "UTF-8";

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans:ital,wght@0,100..900;1,100..900&display=swap');


/*!
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
*/

/********* HTML再定義 ***********************************************/

html {
	-ms-text-size-adjust: 100%;
}
body {
	font-size: 62.5%;
	font-size: 1.6rem;
	font-size: 16px;
	line-height: 180%;
	letter-spacing: 0px;
	-webkit-text-size-adjust: 100%;
	-moz-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	-o-text-size-adjust: 100%;
	text-size-adjust: 100%;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	width: 100%;
	min-height: 100%;
	padding: 0;
	margin: 0 auto;
}
body {	
/* font-family: "ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;*/
font-family:"Droid Sans","ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Roboto, Verdana, sans-serif;
}


p {
	margin: 0;
	padding: 0;
	margin-bottom: 8px;
}
@media screen and (max-width: 640px){
p {
	margin: 0;
	padding: 0;
	margin-bottom: 4px;
}
}

.entry-content h3,
.entry-content h4,
.entry-content h5,
article h3,
article h4,
article h5 {
  margin: 0;
  margin-bottom: 1em;
  border: none;
  background: none;
  padding: 0;
}
ul,
ol,
dl {
  margin: 0;
  padding: 0;
}

a {
  color: #000;
  text-decoration: none;
}
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
  margin-bottom: 1em;
  line-height: 150%;
  background: none;
  border: none;
}

div table th, 
div table td {
font-weight: 400;
    font-size: 1em;
}

/********* 全体 ***********************************************/

.eye-catch-wrap {
border: 5px solid #CCC;
margin-bottom: 36px;
}
figure {
width: 100%;
}
.eye-catch-wrap img {
display: block;
width: 100%;
}
@media screen and (max-width: 640px){
.eye-catch-wrap {
border: 3px solid #8ac596;
margin-bottom: 24px;
}
}
.eye-catch {
display: block;
margin: 0 auto;
max-width: 100%;
}
.eye-catch-image {
display: block;
    width: 100%;
    height: auto;
	max-width: none;
    padding: 0;
    margin: 0;
    border: none;
    vertical-align:bottom

}


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


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

/************************************
** レスポンシブデザイン用のメディアクエリ
************************************/


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

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

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


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: 1024px) {
  #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: 0;
}
.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;
}

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


.main_txt {
  display: block;
  /*
  width: 760px;
*/
  width: 73.643%;
padding: 0;
  margin-bottom: 36px;
  order: 1;
}

.sidebar {
  float: none !important;
    /*
  width: 240px;
  */
  width: 23.255% !important;
  height: auto;
  order: 2;
}
@media screen and (max-width: 1024px) {
.main_txt {
  width: auto;
  margin-bottom: 24px;
}
}



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

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


#sidebar {
margin: 0;
  margin-bottom: 0;
  padding: 0;
}
.sidebar {
  border: none;
  padding: 0;
  margin: 0;
  border-radius: 0;
}
aside {
  margin: 0;
  padding: 0;
}
.textwidget.custom-html-widget {
  margin: 0;
  padding: 0;
}

@media screen and (max-width: 1024px) {
  .sidebar {
  width: auto !important;
    padding: 0;
    margin: 0;
  margin-bottom: 16px;
  }
  .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: 1024px) {
  .side_top_banner {
    margin-bottom: 8px;
  }
}


p.side_title {
display: block;
background-color: #e65041;
color: #FFF;
padding: 4px 8px;
margin: 0;
margin-bottom: 8px;
}
ul.list_top_ex {
margin: 0;
padding: 0;
display: block;
}

ul.list_top_ex li {
margin: 0;
padding: 0;
display: block;
}
ul.list_top_ex li:nth-child(n+2) {
margin-top: 8px;
}
@media screen and (max-width: 640px) {
p.side_title {
margin-bottom: 8px;
}
ul.list_top_ex {
display: flex;
justify-content: space-between;
flex-wrap: wrap;
}

ul.list_top_ex li {
width: calc(100% / 2 - 4px);
}
ul.list_top_ex li:nth-child(n+2) {
margin-top: 0;
}
ul.list_top_ex li:nth-child(n+3) {
margin-top: 8px;
}
}


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;
  padding: 0;
}
ul.menu_side li:nth-child(n+2) {
margin-top: 16px;
}
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: 1024px) {
  ul.menu_side {
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  ul.menu_side li {
  margin: 0;
  padding: 0;
    width: calc(100% / 2 - 8px);
  }
ul.menu_side li:nth-child(n+2) {
margin-top: 0;
}
   ul.menu_side li:nth-child(n+3) {
		margin-top: 16px;
  }
}
@media screen and (max-width: 1024px) {
  ul.menu_side li {
    width: calc(100% / 2 - 4px);
  }
   ul.menu_side li:nth-child(n+3) {
		margin-top: 8px;
  }
}

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: 1024px) {
	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 {
padding: 0;
margin: 0 auto;
}
.header-container-in {
margin: 0 auto;
display: block;
max-width: 1080px;
padding: 16px 24px;
padding-top: 8px;
}
@media screen and (max-width: 1023px) {
.header-container {
display: none;
}
}
p.head_top {
line-height: 130%;
padding: 0 0;
margin-bottom: 8px;
}

.head_flex {
display: flex;
max-width: 1032px;
margin: 0 auto;
justify-content: space-between;
flex-wrap: wrap;
align-items: flex-end;
}


.head_flex_left {
display: block;
max-width: 356px;
width: 30%;
}
.head_flex_right{
display: block;
width: 70%;
max-width: 520px;
}
haeder {
padding: 0;
margin: 0;
}
.header {
display: block;
padding: 0;
margin: 0;
}
.header-in {
float: none;
margin: 0;
padding: 0 0;
width: 100%;
}



h1.logo.logo-header.logo-image,
h1.logo.logo-header.logo-image a {
display: block;
  padding: 0 !important;
  margin: 0 !important;
  line-height: 1.0;

}

.site-logo-image.header-site-logo-image {
display: block;
  padding: 0 !important;
  margin: 0 !important;
  width: 100% !important;
  height: auto !important;
}


/************************************
** ヘッダーレイアウト ヘッダー固定時崩れ防止
************************************/
.header-container-in.hlt-top-menu {
  display: block;
  margin: 0 auto;
  width: 100%;
}







ul.header_bt { 
display: flex;
justify-content: flex-end;
flex-wrap: wrap;
align-items: flex-end;
margin: 0;
padding: 0;
padding-bottom: 0.5rem;
}
ul.header_bt li {
list-style: none;
display: inline-block;
width: calc(100% / 3 - 8px);
margin: 0;
margin-left: 8px;
padding: 0;
line-height: 100%;
}
ul.header_bt li a {
  display: block;
}
ul.header_bt li a:hover { 
color: #479557;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

ul.header_bt li a:hover { 
color: #479557;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

.header_tel {
position: relative;
display: flex;
align-items: center;
text-align: left;
padding-left: 1.15em;
line-height: 0.95;
letter-spacing: 0.05em;
margin-bottom: 0 !important;
}
.header_tel:before {
position: absolute;
margin-left: -1.15em;
margin-top: 0em;
    content: "";
    display: inline-block;
  background-image: url(../../uploads/2024/02/icon_tel_orange.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 0.95em;
    height: 0.95em;
}



ul.header_bt li i {
  font-weight: 900;
  margin-right: 0.2em;
  color: #F9B54F;
}
ul.header_bt li i.fa-envelope {
  font-weight: 400;
margin-top: -0.1em;
font-size: 105%;
}
ul.header_bt li i.fa-mobile-alt {
margin-top: -0.05em;
}


@media screen and (max-width: 1023px) {
li.mobile_top_txt {
display: block;
width: 100%;
}
p.head_top {
padding: 4px 0;
padding-bottom: 0;
margin-bottom: 0;
}
.mobile-header-menu-buttons.mobile-menu-buttons {
display: flex;
justify-content: space-between;
flex-wrap: wrap;
align-items: center;
padding: 0 8px;
}


.logo-menu-button.menu-button {
display: inline-block;
max-height: 60px !important;
margin: 0;
padding: 0;
}
.logo-menu-button.menu-button .site-logo-image {
width: auto;
height: auto !important;
max-height: 60px !important;
min-height: inherit;
display: block;
margin: 0 0;
padding: 8px 0;
padding-top: 4px;
}

.mobile-header-menu-buttons .navi-menu-button.menu-button {
width: 2em;
}
.navi-menu-icon.menu-icon {
font-size: 150%;
color: #e65041;
}

.mobile_head_right {
display: flex;
justify-content: flex-end;
flex-wrap: wrap;
align-items: center;
padding: 8px 0;
background: #CCC;
}
.mobile_head_right_icon {
display: block;
width: 56px;
max-width: 56px;
padding: 0;
}
.mobile_head_right_icon img {
position: relative;
z-index: 2;
display: block;
margin: 0;
max-width: 100%;
}
.mobile_head_right_menu {
display: block;
margin-left: 16px;
padding: 0;
}



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


.navi {
display: block;
padding: 16px 0;
margin: 0 auto;
background-color: #e65041;
color: #FFF;
margin-bottom: 8px;
}
.top_margin {
display: block;
margin-bottom: 32px;
}

@media screen and (max-width: 1023px) {
.navi {
display: none;
}
.top_margin {
display: none;
}
}
.navi .item-label,
.navi .item-description {
  overflow: inherit;
  text-overflow: inherit;
  white-space: normal;
}



.navi-in {
  max-width: 1032px;
  margin: 0 auto;
padding: 0;
}

.navi-in > ul {
display: flex;
justify-content: center;
flex-wrap: wrap;
margin: 0;
padding: 0;
line-height: 140%;
}
.navi-in > ul li {
display: block;
height: auto;
line-height: inherit;
  width: calc(100% / 6);
  color: #FFF !important;
margin: 0;
padding: 0;
text-align: left;
}
.navi-in > ul li a {
display: block;
color: #FFF !important;
padding: 4px 16px;
border-left: 1px dotted #FFF;
font-weight: 600;
}
.nav_eng {
display: block;
font-size: 60%;
line-height: 100%;
}
@media screen and (max-width: 1023px) {
.nav_eng {
display: none;
}
}

.navi-in a:hover{
background-color: #F5F5F5;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}
.navi-in > ul li ul {
display: block;
background: rgba(255,255,255,0.7) !important;
margin: 0 !important;
margin-bottom: 0 !important;
padding: 0 !important
}
.navi-in > ul li ul li {
position: relative;
display: block;
}
.navi-in > ul li ul li a {
padding: 16px 16px;
background: #FFF !important;
color: #000 !important;
border-bottom: 1px dotted #999;
}
.navi-in > ul li ul li a:hover {
color: #e65041 !important;
}
.navi-in > ul li ul li ul {
position: absolute !important;
top: 0.02em !important;
}
.navi-in > ul li:nth-child(n+5) ul li ul {
left: -100% !important;
}
.navi-in > ul li ul li ul li {
height: auto !important;
}

.navi .item-label, .navi .item-description{
  flex-wrap: nowrap;
}

.top-has-sub.has-sub.has-icon,
.sub-has-sub.has-sub.has-icon {
display: none;
top:50%;
transform: translateY(-50%);
}



/********* メイン*************************************************/
#top_main {
display: block;
margin: 0 auto;
background-color: #F5F5F5;
overflow: hidden;
}
.top_main {
display: block;
margin: 0 auto;
max-width: 1032px;
}

@media screen and (max-width: 1023px) {
#top_main {
margin-top: 5.6em;
margin-bottom: 24px;
}
}

@media screen and (max-width: 360px) {
#top_main {
margin-top: 5.5em;
margin-bottom: 24px;
}
}

ul.top_main_list {
display: flex;
justify-content: center;
flex-wrap: wrap;
margin: 0;
padding: 0;
overflow-x: hidden;
}
ul.top_main_list li {
display: block;
list-style: none;
max-width: 1032px;
margin: 0;
padding: 0;
}

/************************************
** タイトル
************************************/
#title {
  position: relative;
  z-index: -1;
  background-image: url(../../uploads/2024/11/title.jpg);
  background-size: cover;
  background-position: center center;
  clear: both;
  display: block;
  margin: 0 auto;
  margin-bottom: 0;
  height: 220px;
}
@media screen and (max-width: 1032px) {
#title {
margin-top: 5.6em;
  margin-bottom: 24px;
}
}
@media screen and (max-width: 640px) {
#title {
    height: 130px;
}
}
@media screen and (max-width: 360px) {
#title {
margin-top: 5.5em;
  margin-bottom: 24px;
}
}
.title {
  position: relative;
  display: block;
  max-width: 1032px;
  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: 1080px) {
  .title {
    padding: 0 16px;
  }
}

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



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

#footer {
  display: block;
  margin: 0 auto;
  padding: 0 0;
}
#footer-in {
  position: relative;
  max-width: 1080px;
  display: block;
  margin: 0 auto;
  padding: 32px 24px;
  padding-bottom: 24px;
}
@media only screen and (max-width: 1032px) {
  #footer-in {
    padding: 24px 16px;
}
}


@media only screen and (max-width: 640px) {
  #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;
  background-color: #e65041;
  padding: 24px 0;
  color: #FFF;
  line-height: 130%;
}
@media only screen and (max-width: 640px) {
.copy {
  padding: 16px 0;
}
}

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

.grid_footer {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    gap: 24px;
} 
.grid_footerbox {
    grid-column: span 4 / span 4;
}
.grid_footerbox01 {
    grid-column: span 3 / span 3;
}
.grid_footerbox02 {
    grid-column: span 5 / span 5;
    grid-column-start: 4;
}
.grid_footerbox03 {
    grid-column: span 4 / span 4;
    grid-column-start: 9;
}
@media screen and (max-width: 1032px) {
.grid_footer {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    gap: 0;
}  
.grid_footerbox {
    grid-column: span 12 / span 12;
}
.grid_footerbox01,
.grid_footerbox02,
.grid_footerbox03 {
    grid-column: span 12 / span 12;
    grid-column-start: 1;
}
}


ul.foot_menu {
  margin: 0;
  padding: 0;
}

ul.foot_menu li {
position: relative;
  list-style: none;
  padding: 2px 0;
  margin: 0;
  display: block;
}

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

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

@media screen and (max-width: 640px) {
  ul.foot_menu {
  padding: 0 8px;
  }

  ul.foot_menu li {
    display: block;
  padding: 0 0;
    text-align: left;
	line-height: 140%;
  }
  ul.foot_menu li a {
  display: block;
  color: #000;
  padding: 4px 0;
  text-decoration: none;
}


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

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

.foot_menu_flex {
display: flex;
justify-content: space-between;
flex-wrap: wrap;
}
.foot_add {
display: block;
order: 1;
width: calc(28% - 12px);
}
.foot_menu_r {
display: block;
order: 2;
width: calc(72% - 12px);
}

@media screen and (max-width: 1032px) {
.foot_menu_flex {
display: block;
}
.foot_add {
display: block;
width: auto;
max-width: 60%;
margin: 0 auto;
margin-top: 16px;
}
.foot_menu_r {
display: block;
width: auto;
}
}

.foot_add_img {
display: block;
max-width: 100%;
margin: 0;
padding: 0;
margin-bottom: 8px;
}
.foot_add p {
margin-bottom: 0;
}

@media screen and (max-width: 640px) {
.foot_add_img {
display: block;
width: 360px;
max-width: 80%;
margin: 0 auto;
padding: 0;
margin-bottom: 8px;
}
.foot_add p {
margin-bottom: 0;
}
}

/********* ページ *************************************************/
.content_section {
display: block;
margin-bottom: 40px;
}
.content_block {
display: block;
margin-bottom: 32px;
}
.content_block16 {
display: block;
margin-bottom: 16px;
}

@media only screen and (max-width: 640px) {
.content_section {
margin-bottom: 32px;
}
.content_block {
margin-bottom: 24px;
}
.content_block16 {
margin-bottom: 8px;
}

}



/************************************
** トップページ
************************************/
.box_title {
display: flex;
justify-content: flex-start;
align-items: flex-end;
flex-wrap: wrap;
border-radius: 8px;
letter-spacing: 0.15em;
background-color: #fa4532;
color: #FFF;
padding: 4px 8px;
margin-bottom: 0;
}
.box_title_icon {
display: inline-block;
  margin: 0;
  margin-right: 8px;
  padding: 0;
}
.box_title_icon i {
  font-weight: 900;
  font-size: 300%;
line-height: 100%;
  margin: 0;
  padding: 0;
}
.box_title_icon img {
width: 3.6em;
display: block;
margin: 0;
padding: 0;
}
.box_title_text {
display: block;
width: calc(100% - 5.0em);
}
.box_title_text h3 {
margin: 0;
padding: 0;
letter-spacing: 0.15em;
line-height: 100%;
margin-bottom: 0;
}


@media only screen and (max-width: 640px) {
.box_title {
letter-spacing: 0.15em;
background-color: #fa4532;
color: #FFF;
padding: 4px 4px;
margin-bottom: 0;
}
.box_title_icon {
display: inline-block;
  margin: 0;
  margin-right: 4px;
  padding: 0;
}
.box_title_icon i {
line-height: 105%;
  font-size: 230%;
  background: #CCC;
  padding: -16px 0;
}
.box_title_icon img {
width: 3.0em;
display: block;
margin: 0;
padding: 0;
}
.box_title_text {
display: block;
width: calc(100% - 3.8em);
}
.box_title_text h3 {
margin: 0;
padding: 0;
letter-spacing: 0.02em;
line-height: 100%;
margin-bottom: 0;
}
}


h3.top_title {
position: relative;
margin-bottom: 0;
line-height: 130%;
padding: 12px 16px;
padding-left: 3.5em;
border-radius: 8px;
letter-spacing: 0.15em;
background-color: #fa4532;
color: #FFF;
}
h3.top_title.point6 {
padding-top: 18px;
padding-bottom: 6px;
padding-left: 3.5em;
}
h3.top_title:before {
  position: absolute;
  font-family: "Font Awesome 5 Free";
  content: "\f015";
  font-size: 200%;
  margin-left: -1.5em;
  font-weight: 900;
}
@media only screen and (max-width: 640px) {
h3.top_title {
position: relative;
margin-bottom: 8px;
line-height: 130%;
padding: 8px 2px;
padding-left: 2.2em;
border-radius: 8px;
letter-spacing: 0.02em;
}
h3.top_title.point6 {
padding-top: 8px;
padding-bottom: 6px;
padding-left: 2.2em;
}
h3.top_title:before {
  font-size: 160%;
  margin-left: -1.2em;
}
h3.top_title.point6:before{
  font-size: 160%;
  margin-left: -1.2em;
}
}

ul.bt_top_af {
display: flex;
justify-content: space-between;
flex-wrap: wrap;
align-items: center;
align-content: center;
margin: 0;
padding: 0;
}
ul.bt_top_af li {
display: block;
list-style: none;
width: calc(100% / 2 - 8px);
margin: 0;
padding: 0;
line-height: 140%;
align-items: center;
text-align: center;
font-weight: bold;
}
ul.bt_top_af li a {
position: relative;
align-content: center;
display: block;
align-items: center;
background-color: #cea975;
color: #FFF;
min-height: 5em;
padding: 16px;
width: 100%;
}
ul.bt_top_af li a::after {
  position: absolute;
  font-family: "Font Awesome 5 Free";
  content: "\f138";
  color: #FFF;
  transform: translateY(-50%);
  top: 50%;
  right: 1em;
  font-weight: 900;
  font-size: 80%;
}
ul.bt_top_af li a:hover::after {
  right: 0.5em;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}

@media only screen and (max-width: 640px) {
ul.bt_top_af {
display: block;
}
ul.bt_top_af li {
display: block;
width: auto;
}
ul.bt_top_af li a {
padding: 4px 8px;
min-height: 3.5em;
}
ul.bt_top_af li:nth-child(n+2) {
margin-top: 8px;
}
}



.flex_two_box .box_top_point {
display: block;
position: relative;
padding: 16px;
padding-left: 32px;
border: 3px solid #fa4532;
height: 100%;
  background-image: url(../../uploads/2024/11/tag_point.png);
  background-position: top left;
  background-repeat: no-repeat;
  background-size: 12%;
}
.box_top_point a {
display: block;
}

@media only screen and (max-width: 640px) {
.flex_two_box .box_top_point {
padding: 24px;
border: 2px solid #fa4532;
height: 100%;
  background-size: 12%;
}
.box_top_point a {
display: block;
}
}


.box_top_pointno_flex {
display: flex;
justify-content: flex-start;
flex-wrap: wrap;
align-items: flex-start;
color: #f76a73;
margin-bottom: 8px;
}
.box_top_pointno_flex.aboutpage {
align-items: center;
}
.box_top_pointno_flex.aboutpage p {
padding-top: 8px;
}

.box_top_pointno_flex_no {
display: block;
width: 2.8rem;
font-size: 430%;
font-weight: 800;
padding: 0;
line-height: 70%;
  font-family: "Noto Sans", serif;

}
.box_top_pointno_flex_txt {
display: block;
width: calc(100% - 2.8rem);
}
.box_top_pointno_flex_txt p {
line-height: 130%;
font-weight: 600;
margin-bottom: 0;
}
@media only screen and (max-width: 640px) {
.box_top_pointno_flex.aboutpage {
align-items: flex-start;
}
.box_top_pointno_flex.aboutpage p {
padding-top: 0;
}

.box_top_pointno_flex_no {
display: block;
width: 2.6rem;
font-size: 375%;
padding: 0;
}
.box_top_pointno_flex_txt {
width: calc(100% - 2.6rem);
}
.box_top_pointno_flex_txt p {
line-height: 140%;
margin-bottom: 0;
margin-top: -3px;
}
}


.top_main_news {
  display: block;
}
.top_title .f200 {
line-height: 50%;
display: inline-block;
}

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: 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: 640px) {
  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.5em;
  border-bottom: 1px dotted #999;
}

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

h3.title_midashi a {
  color: #000;
  text-decoration: none;
}
h3.title_midashi a:hover {
  color: #e65041;
  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: 640px) {
  .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: 640px) {
  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;
  }
}
/************************************
** お知らせ
************************************/

.topnews_flex {
display: flex;
justify-content: space-between;
flex-wrap: wrap;
border-top: 1px solid #999;
padding-top: 32px;
}
.topnews_flex_title {
display: block;
width: 28.0%;
}
.topnews_flex_news {
display: block;
width: 72.0%;
}
@media screen and (max-width: 640px) {
.topnews_flex {
display: block;
padding-top: 24px;
}
.topnews_flex_title {
width: auto;
}
.topnews_flex_news {
width: auto;
}
}
.topnews_flex_title h5 {
margin-bottom: 8px;
}

table.table_top_news {
table-layout: fixed;
width: 100%;
border: none;
background: none;
margin: 0;
padding: 0;
}
table.table_top_news tr {
border: none;
background: none;
margin: 0;
padding: 0;
}
table.table_top_news th,
table.table_top_news td {
border: none;
background: none;
margin: 0;
padding: 0 0;
padding-bottom: 8px;
text-align: left;
vertical-align: top;
}
table.table_top_news th {
width: 9em;
}
table.table_top_news th i {
font-weight: 900;
margin-right: 1em;
font-size: 80%;
}

@media screen and (max-width: 640px) {
table.table_top_news th,
table.table_top_news td {
display: block;
padding: 0 0;
}
table.table_top_news th {
width: auto;
padding-top: 4px;
}
table.table_top_news td {
padding-bottom: 4px;
}
table.table_top_news th i {
font-weight: 900;
margin-right: 1em;
font-size: 80%;
color: #999;
}
}

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

.daytime_txt {
line-height: 1.0;
margin-bottom: 8px;
}

dl.top_news {
margin: 0;
padding: 0;
}
dl.top_news dt {
margin: 0;
padding: 0;
padding-bottom: 8px;
text-align: right;
font-weight: 400;
}
dl.top_news dd {
margin: 0;
padding: 0;
line-height: 140%;
padding-bottom: 16px;
margin-bottom: 16px;
}
dl.top_news dd h5 {
position: relative;
margin-bottom: 4px;
padding-bottom: 4px;
padding-left: 1.8em;
border-bottom: 1px dotted #999;
}
dl.top_news dd h5:before {
  position: absolute;
  font-family: "Font Awesome 5 Free";
  content: "\f5aa";
  color: #14a73c;
  margin-left: -1.5em;
  top: 0.1em;
  font-weight: 900;
  font-size: 130%;
}


dl.top_news dd p {
line-height: 140%;
margin-bottom: 0;
}
dl.top_news dd:last-child {
margin-bottom: 0;
}


.bt_more {
  display: inline-block;
  margin: 0;
  padding: 0;
  line-height: 140%;
position: relative;
}


.bt_more a {
position: relative;
  display: block;
  color: #000;
  padding-left: 0.5em;
text-decoration: underline;
text-decoration-skip-ink: none;
}
.bt_more a:before {
  position: absolute;
  font-family: "Font Awesome 5 Free";
  content: "\f0da";
  color: #00458C;
  margin-left: -0.5em;
  font-weight: 900;
}
.bt_more a:hover {
text-decoration: underline;
  color: #555;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}


/************************************
** 総会
************************************/
.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: 640px) {
  .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: 640px) {
  h4.title_soukai {
    margin-bottom: 8px;
  }
}
p.soukai_p {
  padding: 16px 8px;
  margin-bottom: 0;
}
@media screen and (max-width: 640px) {
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: 640px) {
  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.soukai {
  border: none;
  background: none;
  table-layout: fixed;
  line-height: 130%;
  margin-bottom: 16px;
  width: 100%;
}
table.soukai tr {
  border: none;
  background: none;
}
table.soukai th {
  border: none;
  vertical-align: top;
  padding: 8px 1em;
  width: 9em;
}
table.soukai td {
  border: none;
  vertical-align: top;
  padding: 8px 0;
  padding-left: 8px;
}
@media screen and (max-width: 640px) {
  table.soukai {
    margin-top: 0;
    margin-bottom: 10px;
  }
  table.soukai th {
    display: block;
    width: auto;
    padding: 0 1em;
    border-bottom: 1px dotted #ccc !important;
  }
  table.soukai td {
    display: block;
    width: auto;
    padding: 4px 1em;
    padding-top: 0;
  }
}

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

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: 640px) {
  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;
	padding: 0;
	font-weight: bold;
}
dl.list_privacy02 dd {
	margin: 0;
	/* padding: 0 20px; */
	margin-bottom: 16px;
}
.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: 120px !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: 640px) {
.input-mini {
  width: 108px !important;
}
  .input-small {
    width: 50% !important;
  }
  .input-medium {
    width: 100% !important;
  }
  .input-large {
    width: 100% !important;
  }
  .input-xlarge {
    width: 100% !important;
  }
}

table.form_table {
  table-layout: fixed;
  width: 100%;
  background: none;
  border: none;
  margin-bottom: 0;
}
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: middle;
  font-weight: 400;
  border: 1px solid #ccc;
  text-align: left;
}
table.form_table th {
  padding: 8px;
  width: 260px;
  line-height: 120%;
  text-align: left;
  background-color: #F5F5F5;
}
table.form_table td {
vertical-align: middle;
}
table.form_table td {
  background-color: #fff;
}

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

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

.hissu {
  border-radius: 0;
  font-size: 60%;
  line-height: 100%;
  padding: 3px 5px;
  margin-left: 8px;
  margin-top: -0.3em;
  text-decoration: none;
  display: inline-block;
  vertical-align: middle;
  color: #fff !important;
  background-color: #c00;
  font-weight: 400;
}
@media only screen and (max-width: 640px) {
.hissu {
  padding: 2.5px 5px;
  margin-left: 4px;
  margin-bottom: 0;
}
}

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"] {
box-sizing: border-box;
  display: inline-block;
  margin: 4px 0;
  width: auto;
  min-width: inherit;
  border-radius: 0;
}
select {
padding: 8px;
}
textarea {
  display: block;
}
.box_mitsumorisousa input[type="text"],
.box_mitsumorisousa input[type="email"],
.box_mitsumorisousa input[type="tel"] {
  display: block;
  width: 100%;
}

input[type="radio"],input[type="checkbox"] {
  position: relative;
  top: 0.px;
  height: auto;
  margin-right: 2px; /*追加*/
  left: 0;
  z-index: 2;
  cursor: pointer;  /* クリック可能にする */
}
input[type="radio"] {
  top: -0.1em;
  left: 0;
  display: inline-block;
  vertical-align: middle;
}

@media only screen and (max-width: 1024px) {
input[type="radio"],input[type="checkbox"] {
  margin-right: 0; /*追加*/
}
input[type="checkbox"] {
  top: -0.1em;
  height: 1.1em;
  width: 1.1em;
  vertical-align: middle;   /* テキストとの垂直位置を合わせる */
  z-index: 2;
  cursor: pointer;  /* クリック可能にする */
  box-sizing: border-box;   /* paddingとborderがボックスサイズに含まれるようにする */
}
}

select, input {
  height: 40px;
  border: 1px solid #ccc;
  border-radius: 4px;
  background: #FFF;
}
textarea {
  height: auto;
  min-height: 3.5em;
}

.btn {
  display: inline-block !important;
  width: auto !important;
  padding: 1em 100px !important;
  font-size: 130%;
  margin: 4px 0;
  margin-bottom: 0;
  color: #333;
  height: auto;
  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: 640px) {
  .btn {
    display: block !important;
    width: 100% !important;
    padding: 1em 1em !important;
    margin: 4px 0 !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: 640px) {
  .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: 640px) {
  .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: 640px) {
  .imageright_pc {
    float: none;
    max-width: 100%;
    display: block;
    margin: 0 auto;
    margin-bottom: 15px;
  }
}

.imageleft {
  float: left;
  margin-right: 20px;
  margin-bottom: 20px;
}
.imagetitle {
  max-width: 100%;
  display: block;
  margin: 0 0;
}
.imagecenter {
  max-width: 100%;
  display: block;
  margin: 0 auto;
  margin-bottom: 15px;
}
.imagecenter00 {
  max-width: 100%;
  display: block;
  margin: 0 auto;
}
.image_sp50 {
  max-width: 100%;
  display: block;
  margin: 0 auto;
}
@media screen and (max-width: 640px) {
  .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;
}
table.gijiroku_table tr {
  border: none;
  background: none;
}
table.gijiroku_table th,
table.gijiroku_table td {
  border: 1px solid #999 !important;
  padding: 8px;
}
table.gijiroku_table th {
  background: #fee;
  color: #822;
}
table.gijiroku_table td {
  line-height: 130%;
}

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%;
  max-width: 1000px;
}
@media screen and (max-width: 640px) {
  /* スマホではスライダーで表示 */
  .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;
}



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;
  margin-bottom: 8px;
  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;
}


/************************************
** 一吹塗装店とは、対応エリア
************************************/

.box_naka_point {
display: block;
position: relative;
padding: 16px;
padding-left: 36px;
border: 3px solid #fa4532;
height: 100%;
  background-image: url(../../uploads/2024/11/tag_point.png);
  background-position: top left;
  background-repeat: no-repeat;
  background-size: 7%;
}

@media screen and (max-width: 640px) {
.box_naka_point {
padding: 24px;
border: 2px solid #fa4532;
  background-size: 12%;
}
}



/************************************
** マンション・アパートオーナー様
************************************/

.content_owner h4 {
position: relative;
color: #fa4532;
margin-bottom: 16px;
padding-bottom: 2px;
border-bottom: 1px solid #999;
}
.content_owner h4:after {
  position: absolute;
  content: " ";
  display: block;
padding-bottom: 4px;
  border-bottom: solid 2px #fa4532;
  bottom: -1.9px;
  left: 0;
  width: 19%;
}
.content_owner h5 {
color: #fa4532;
margin-bottom: 4px;
}


/************************************
** 施工事例
************************************/


.box_example_flex {
display: flex;
justify-content: space-between;
flex-wrap: wrap;
flex-flow: column;
padding: 0;
margin: 0;
}
.box_example {
display: block;
width: auto;
}
.box_example:nth-child(n+2) {
margin-top: 24px;
}
.box_example h4 {
position: relative;
color: #fa4532;
margin-bottom: 16px;
padding-bottom: 2px;
border-bottom: 1px solid #999;
}
.box_example h4:after {
  position: absolute;
  content: " ";
  display: block;
padding-bottom: 4px;
  border-bottom: solid 2px #fa4532;
  bottom: -1.9px;
  left: 0;
  width: 19%;
}

.ex_pic {
  position: relative;
  display: block;
  height: 0;
  padding-bottom: 58.55%;
  background-color: #F5F5F5;
  overflow: hidden;
}

.ex_pic_thumb {
  position: absolute;
  width: 100%;
  background: rgba(0,0,0,0.5);
  color: #FFF;
  font-size: 80%;
  line-height: 110%;
  padding: 0.5em 1em;
  bottom: 0;
  z-index: 2;
}
.expic_new_pic {
  position: absolute;
  object-fit: contain;
  height: 100%;
  width: 100%;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
}
.expic_old_pic {
  position: absolute;
  object-fit: contain;
  height: 85%;
  width: 85%;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
}

table.table_example {
table-layout: fixed;
width: 100%;
margin: 0;
padding: 0;
background: none;
border: none;
border-collapse: collapse;
}
table.table_example tr {
margin: 0;
padding: 0;
background: none;
border: none;
}
table.table_example th,
table.table_example td {
text-align: left;
margin: 0;
padding: 8px 16px;
border-top: 1px solid #999;
border-bottom: 1px solid #999;
}
table.table_example th {
background-color: #F5F5F5;
width: 12em;
}

@media screen and (max-width: 640px) {
table.table_example {
background: none;
border: none;
}
table.table_example th,
table.table_example td {
display: block;
padding: 8px;
border: none;
border-top: none;
border-bottom: none;
}
table.table_example th {
width: auto;
}
}

.flex_two_expic_old,
.flex_two_expic_new {
position: relative;
}
.flex_two_expic_old:before,
.flex_two_expic_new:before {
position: absolute;
display: inline-block;
padding: 4px 4px;
z-index: 2;
border-radius: 4px;
top:0;
left:0;
}
.flex_two_expic_old:before {
content: "Before";
color: #555;
background-color: #FFF;
top: 4px;
left: 4px;
}
.flex_two_expic_new:before {
content: "After";
color: #FFF;
background-color: #F60;
top: 4px;
left: 4px;
}

@media screen and (max-width: 640px) {
.flex_two_expic_old {
margin-top: 8px;
}
}

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

table.table_reunion tr {
border: none;
background: none;
}

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





/************************************
** 外壁塗装の料金
************************************/

.box_price_flex {
display: flex;
justify-content: space-between;
flex-wrap: wrap;
flex-flow: column;
}
.box_price {
display: block;
width: auto;
}
.box_price:nth-child(n+2) {
margin-top: 24px;
}
.box_price h5 {
position: relative;
color: #fa4532;
margin-bottom: 16px;
padding-bottom: 2px;
padding-top: 0;
border-bottom: 1px solid #999;
}
.box_price h5:after {
  position: absolute;
  content: " ";
  display: block;
padding-bottom: 4px;
  border-bottom: solid 2px #fa4532;
  bottom: -1.9px;
  left: 0;
  width: 19%;
}

@media only screen and (max-width: 640px) {
.box_price h5 {
margin-bottom: 8px;
}
.box_price .flex_two_pic {
margin-top: 0;
margin-bottom: 8px;
}
.box_price .flex_two_txt {
margin-top: 0;
}
}


table.table_price {
table-layout: fixed;
word-break: break-all;
word-wrap: break-all;
width: calc(100% - 8px);
border: none;
background: none;
margin: 0;
padding: 0;
margin-bottom: 8px;
}
table.table_price tr {
border: none;
background: none;
margin: 0;
padding: 0;
}
table.table_price th,
table.table_price td {
border: none;
background: none;
margin: 0;
padding: 4px 0;
border-top: 1px solid #999;
border-bottom: 1px solid #999;
}
table.table_price th {
width: 6em;
background-color: #F5F5F5;
}
table.table_price td {
padding: 4px 4px;
}


/************************************
** 塗り替えサインcheck
************************************/

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

.flex_repaint_checkbox {
position: relative;
display: block;
width: auto;
border-bottom: 2px solid #fa4532;
padding: 16px 0;
}

@media only screen and (max-width: 640px) {

.flex_repaint_checkbox .flex_two_txt {
margin-bottom: 8px;
}
.flex_repaint_checkbox {
padding-top: 8px;
padding-borrom: 8px;
}

}

.flex_repaint_checkbox h5 {
position: relative;
padding-left: 1.5em;
margin-bottom: 4px;
}
.flex_repaint_checkbox h5:before {
  position: absolute;
  font-family: "Font Awesome 5 Free";
  content: "\f14a";
  color: #fa4532;
  margin-left: -1.2em;
  margin-top: -0.1em;
  font-weight: 400;
  font-size: 120%;
}

/************************************
** Q&A
************************************/

dl.dl_faq {
margin: 0;
padding: 0;
font-weight: 600;
}

dl.dl_faq dt {
position: relative;
margin: 0;
padding: 0;
margin-top: 12px;
margin-bottom: 12px;
padding-left: 2em;
padding-bottom: 4px;
border-bottom: 1px solid #999;
}
dl.dl_faq dt:before {
position: absolute;
content: "Q";
margin-left: -1.5em;
margin-top: -0.35em;
color: #6987b9;
width: 1.5em;
height: 1.5em;
font-weight: bold;
font-size: 150%;
text-align: center;
}
dl.dl_faq dt:after {
  position: absolute;
  content: " ";
  display: block;
padding-bottom: 4px;
  border-bottom: solid 2px #fa4532;
  bottom: -1.9px;
  left: 0;
  width: 20%;
}

dl.dl_faq dd {
position: relative;
margin: 0;
padding: 0;
font-weight: 400;
padding-left: 2em;
padding-bottom: 16px;
}
dl.dl_faq dd:before {
position: absolute;
content: "A";
margin-left: -1.5em;
margin-top: -0.35em;
color: #ED6E83;
width: 1.5em;
height: 1.5em;
font-weight: bold;
font-size: 150%;
text-align: center;
}
dl.dl_faq dd:last-child {
padding-bottom: 0;
}


/************************************
** 依頼から完成までの流れ
************************************/

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

.flex_flow_box {
position: relative;
display: block;
width: auto;
border-bottom: 2px solid #fa4532;
padding: 16px 0;
padding-top: 0;
}
.flex_flow_box:nth-child(n+2) {
margin-top: 32px;
}

@media only screen and (max-width: 640px) {
.box_price h5 {
margin-bottom: 8px;
}
.flex_flow_box .flex_two_pic {
margin-top: 8px;
}
.flex_flow_box .flex_two_txt {
margin-top: 0;
}
}



.flex_flow_box:after {
  position: absolute;
  font-family: "Font Awesome 5 Free";
  content: "\f107";
  font-size: 200%;
  font-weight: 900;
left: 50%;
color: #999;
transform: translateX(-50%);
top: calc(100% + 0px);
}
.flex_flow_box:last-child::after {
display: none;
  content: "";
}


.flex_flow_box h5 {
color: #fa4532;
margin-bottom: 4px;
}



/************************************
** 会社概要
************************************/
/*
table.table_company {
table-layout: fixed;
width: 100%;
margin: 0;
padding: 0;
background: none;
border: none;
border-collapse: collapse;
}
table.table_company tr {
margin: 0;
padding: 0;
background: none;
border: none;
}
table.table_company th,
table.table_company td {
text-align: left;
margin: 0;
padding: 8px 16px;
border-top: 1px solid #999;
border-bottom: 1px solid #999;
}
table.table_company th {
background-color: #F5F5F5;
width: 12em;
}

@media screen and (max-width: 640px) {
table.table_company {
}
table.table_company th,
table.table_company td {
display: block;
padding: 8px;
border-top: none;
border-bottom: none;
}
table.table_company th {
width: auto;
}
}
*/


table.table_company {
table-layout: fixed;
width: 100%;
border-collapse: collapse;
min-height: 90%;
margin: 0;
padding: 0;
}
table.table_company tr {
background: none;
border: none;
margin: 0;
padding: 0;
}
table.table_company th,
table.table_company td {
background: none;
border: none;
padding: 1em;
min-height: 5em;
height: 5em;
border-top: 1px solid #CCC;
border-bottom: 1px solid #CCC;
vertical-align: middle;
}
table.table_company th {
font-weight: 500;
width: 35%;
text-align: left;
background-color: #F5F5F5;
}
table.table_company td {
text-align: left;
background-color: #FFF;
}

@media screen and (max-width: 640px) {
table.table_company th,
table.table_company td {
padding: 0.5em;
}
}


.googlemap {
display: block;
position: relative;
height: 0;
padding-bottom: 52%;
overflow: hidden;
margin: 0 0;
}
.googlemap iframe {
	position: absolute;
	top: 0;
	right: 0;
	width: 100% !important;
	height: 100% !important;
}

@media only screen and (max-width: 640px) {
.googlemap {
margin: 0 0;
padding-bottom: 64%;
}
}


ul.tosoumaker {
position: relative;
	margin: 0;
	padding: 0;
    display:flex;
    flex-wrap:wrap;
	justify-content: space-between;
}
ul.tosoumaker::after {
content: "";
  display: block;
  width: calc(100% / 4 - 8px);
}
ul.tosoumaker::before {
order: 1;
content: "";
  display: block;
  width: calc(100% / 4 - 8px);
}

ul.tosoumaker li {
	margin: 0;
	padding: 0;
  display: block;
  list-style: none;
  width: calc(100% / 6 - 8px);
}
ul.tosoumaker li:nth-child(n+7) {
margin-top: 10px;
}
ul.tosoumaker li img {
max-width: 100%;
margin: 0 auto;
	border:1px solid #d3d3d3; 
}

@media screen and (max-width: 640px){
ul.tosoumaker li {
  width: calc(100% / 3 - 4px);

}

ul.tosoumaker li:nth-child(n+4) {
margin-top: 6px;
}
}


/************************************
** プライバシー
************************************/
dl.dl_privacy {
margin: 0;
padding: 0;
}
dl.dl_privacy dt {
margin: 0;
padding: 0;
padding-top: 8px;
margin-top: 8px;
padding-bottom: 4px;
font-weight: bold;
}

dl.dl_privacy dd {
margin: 0;
padding: 0;
padding-bottom: 8px;
margin-bottom: 8px
}
dl.dl_privacy dd:last-child {
margin-bottom: 0
}


