@charset "utf-8";
/* --------------------------------------
レイアウト定義
-------------------------------------- */
#base {
  overflow: hidden;
}
body main #main_contents {
  font-size: 16px;
}
.wrapper {
  padding: 0;
  z-index: 1;
  position: relative;
  padding-top: 0;
}
.wrapper_head {
  margin: 0 auto;
  padding: 0;
  width: 100%;
  z-index: 1000;
  position: fixed;
  background-color: #fff;
}
div#main_col.under_page_wrap {
  min-width: auto;
  max-width: 1000px;
  width: auto;
  margin-bottom: 0;
}
main {
  width: 100%;
  line-height: 1.8;
  text-align: justify;
  overflow: hidden;
}
#pan {
  font-size: 10px;
  font-family: 'Arial', 'Helvetica', sans-serif;
  margin: 10px auto;
  width: 1000px;
  line-height: 1.3;
}
#pan a {
  background: transparent;
}
.sec {
  width: 1000px;
  margin: 0 auto;
  text-align: center;
}
.sec h2:first-child, .sec h3:first-child, .sec h4:first-child {
  margin-top: 0 !important;
}
.page_wrap {
  padding: 0 40px;
}
/* --------------------------------------
各ページタイトル
-------------------------------------- */
main .singletitle a, main .title a {
  color: #ff6000;
  text-decoration: none;
}
/* --------------------------------------
マウスオーバー設定
-------------------------------------- */
a:hover img {
  opacity: 0.6; /* opera  firefox safari */
  filter: alpha(opacity=60); /* ie */
  -ms-filter: "alpha( opacity=60 )";
}
#side a:hover img {
  opacity: 0.6; /* opera  firefox safari */
  filter: alpha(opacity=60); /* ie */
  -ms-filter: "alpha( opacity=60 )";
}
#side li:hover {
  opacity: 0.6; /* opera  firefox safari */
  filter: alpha(opacity=60); /* ie */
  -ms-filter: "alpha( opacity=60 )";
  background: #fff; /* border-left:#ff6000 2px solid; */
}
/* --------------------------------------
コンテンツ共通パーツ
-------------------------------------- */
/* お客様編集時のためにここは変えない */
main article#article .post_content p {
  margin-bottom: 20px;
  font-size: 16px;
}
main .singleline {
  overflow: hidden;
}
#submain {
  height: 200px;
  background: url("../img/under-img.webp")right center no-repeat;
  background-size: 100% 100%;
  position: relative;
}
div#submain:before {
  content: "";
  height: 1px;
  width: calc(50vw - 510px);
  background: #00b050;
  position: absolute;
  bottom: 0;
  top: 0;
  margin: auto;
}
.h1wrap {
  width: 1000px;
  height: 100%;
  margin: auto;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
}
#submain h1 {
  width: 100%;
  padding: 0 30px;
  color: #000;
  font-size: 30px;
  font-weight: bold;
  line-height: 1.3;
}
.dotted {
  border-bottom: 1px dotted #ccc;
  margin-bottom: 15px;
}
/* --------------------------------------
ブログ系
-------------------------------------- */
.blog-eyecatch {
  float: left;
  margin: 0 20px 20px 0;
}
.blog-eyecatch img {
  width: 100px;
  height: 100px;
}
.prev-next {
  text-align: center;
  margin: 30px 0;
  overflow: visible !important;
  font-size: 16px;
}
.wp-pagenavi {
  overflow: visible !important;
}
.wp-pagenavi span.pages {
  font-size: 80%;
}
.wp-pagenavi a, .wp-pagenavi span {
  padding: 6px 8px;
  color: #585858;
  border-radius: 2px;
}
.wp-pagenavi span.current {
  background: #bdbdbd;
  color: black;
  border-color: #5f5f5f;
}
/* newarchivephp */
.post .s-time, .single .s-time {
  font-size: 12px;
  color: #666;
  padding-bottom: 10px;
}
blockquote {
  position: relative;
  padding: 20px 60px 10px 60px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-style: italic;
  background: #efefef;
  color: #555;
}
blockquote::before {
  display: inline-block;
  position: absolute;
  top: 28px;
  left: 15px;
  vertical-align: middle;
  content: "\f10d";
  font-family: FontAwesome;
  color: #cfcfcf;
  font-size: 30px;
  line-height: 1;
}
blockquote p {
  padding: 0;
  margin: 10px 0;
  line-height: 1.7;
}
blockquote cite {
  display: block;
  text-align: right;
  color: #888;
  font-size: 0.9em;
}
/* archives.php 202007_add */
main .post_box p.more {
  padding: 5px 20px 5px 40px;
  position: relative;
  text-decoration: none;
}
main .post_box p.more::before {
  content: " \f054";
  font-family: FontAwesome;
  color: #ccc;
  position: absolute;
  left: 15px;
  top: 5px;
  transition: 0.3s;
}
main .post_box a:hover p.more::before {
  transform: translateX(4px);
}
.post_wrap {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
  padding: 0 0 20px;
}
main .post_wrap::after {
  content: none;
}
.post_box {
  width: calc(50% - 10px);
  margin-bottom: 20px;
  position: relative;
  border: 1px solid #ccc;
}
.post_box a, .post_box a:visited, .post_box a:link {
  text-decoration: none;
}
.post_box a.post_link {
  display: block;
  width: 100%;
  height: 100%;
  transition-duration: 0.3s;
}
.post_box a.post_link:hover {
  transform: translateY(-4px);
}
.posttitle {
  margin-bottom: 5px;
}
main .post_wrap h3 {
  clear: both;
  height: auto;
  background: none;
  padding: 0;
  margin: 5px 10px 0;
  font-size: 18px;
  font-weight: bold;
  color: #333;
  letter-spacing: 2px;
  line-height: normal;
  text-align: left;
  border-bottom: none;
}
main .post_box p.date {
  display: block;
  padding: 10px;
  margin: 0;
}
main p.date i {
  margin: 0 10px 0 0;
}
.post_img {
  height: 300px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.post_box img {
  width: 100%;
  height: auto;
  max-height: auto;
}
main .post_box p {
  padding: 10px;
  line-height: 1.5;
}
/* single.php */
.article_img {
  text-align: center;
}
.article_img img {
  width: auto;
  height: auto;
}
.cat_list li {
  display: inline-block;
}
.cat_list li a {
  display: flex;
  align-items: center;
  height: 3.2em;
  color: #666;
  font-size: 12px;
  font-weight: bold;
  text-decoration: none;
  padding: 0.6em 1em;
  margin: 0 1em 0 0;
  border: 1px solid #666;
  border-radius: 2px;
  background-color: #fff;
  transition: color, background-color 0.1s ease-out;
}
.cat_list li a:hover {
  background: #666;
  color: #fff;
}
/* --------------------------------------
見出し設定
-------------------------------------- */
/* h1共通部分 */
main h1.singletitle, main h1 {
  clear: both;
  height: auto; /* 改行時崩れ防止のため必須。高さはpaddingで調整お願い致します。 */
  color: #054594;
  font-size: 38px;
  font-weight: bold;
  background-repeat: no-repeat;
  background-position: left bottom;
  letter-spacing: 2px;
  line-height: normal;
  text-align: left;
  position: relative;
  z-index: 10;
  padding: 112px 0 10px 0;
}
/* コンテンツ中のh1上margin */
main h1.title {
  margin-top: 0;
}
main article#article .post_content h2 {
  clear: both;
  height: auto;
  color: #00b050;
  border-bottom: #00b050 solid 3px;
  font-size: 28px;
  margin: 40px 0;
  font-weight: bold;
  letter-spacing: 2px;
  line-height: normal;
  padding: 15px 0;
  text-align: center;
}
main article#article .post_content h2:nth-of-type(1), h2:nth-of-type(1) {
  margin-top: 0;
}
main article#article .post_content h2 a {
  text-decoration: none;
}
main article#article .post_content h3 {
  clear: both;
  height: auto;
  color: #4c4c4c;
  font-size: 24px;
  margin: 30px 0 20px 0;
  font-weight: bold;
  letter-spacing: 2px;
  line-height: normal;
  padding: 8px 0;
  background: #d7f2e1;
  border-radius: 10px;
  text-align: center;
}
main article#article .post_content h4 {
  clear: both;
  height: auto;
  color: #303030;
  font-size: 20px;
  margin: 20px 0;
  font-weight: bold;
  letter-spacing: 2px;
  line-height: normal;
  padding: 15px 40px;
  border-bottom: 1px dotted #666;
  position: relative;
}
main article#article .post_content h4:before {
  content: "■";
  position: absolute;
  left: 10px;
  top: 0;
  bottom: 0;
  margin: auto;
  height: 18px;
  color: #ff642a;
}
/* special css */
/* end special css */
/* --------------------------------------
パーツ
-------------------------------------- */
.eyecatch_box {
  display: flex;
  justify-content: space-between;
  background: #fff;
  margin-bottom: 30px;
  align-items: center;
  padding: 20px;
  position: relative;
  border: 20px solid #edf8f7;
}
.eyecatch_box .ttl_wrap {
  padding: 0 50px;
  width: calc(100% - 350px);
}
main article#article .post_content .eyecatch_box .ttl_wrap h4 {
  padding: 0;
  margin: 0;
  font-size: 26px;
  color: #006b31;
  background: none;
  margin-bottom: 20px;
  display: inline-block;
  border: none;
}
main article#article .post_content .eyecatch_box .ttl_wrap h4:before {
  content: none;
}
main .eyecatch_box .ttl_wrap h4::before {
  content: none;
}
.eyecatch_box figure {
  width: 300px;
  line-height: 0;
  position: relative;
  z-index: 1;
  margin: 0;
}
/* --------------------------------------
WordPress FCKEditor table
-------------------------------------- */
.post_content table {
  border-collapse: collapse;
  width: 100%;
  margin-bottom: 30px;
  background: white;
}
.post_content th {
  border: 1px solid #006b31;
  padding: 10px;
  background: #eaf8f0;
  font-weight: bold;
  color: #006b31;
}
.post_content td {
  border: 1px solid #006b31;
  padding: 10px;
  vertical-align: middle;
}
.post_content .table2 {
  border: 2px solid #006b31;
}
.post_content .table2 th {
  vertical-align: middle;
  text-align: center;
  background: #eaf8f0;
  color: #006b31;
}
/* --------------------------------------
テーブル
-------------------------------------- */
.tablestyle {
  border-collapse: collapse;
  width: 100%;
  margin-bottom: 5px;
}
.tdstyle {
  background-color: #f5f3f3;
  border: 1px solid #d2d2d2;
  padding: 8px 10px;
  width: 30%;
  text-align: center;
}
.tdstyle_none {
  background-color: #f5f3f3;
  border: 1px solid #d2d2d2;
  padding: 8px 10px;
  text-align: center;
}
/* 左寄せ */
.tdstyle2 {
  border-color: #d2d2d2;
  border-style: solid;
  border-width: 1px;
  padding: 8px 10px;
  text-align: left;
}
/* 右寄せ */
.tdstyle3 {
  border-color: #d2d2d2;
  border-style: solid;
  border-width: 1px;
  padding: 8px 10px;
  text-align: right;
}
/* 中央寄せ */
.tdstyle4 {
  border-color: #d2d2d2;
  border-style: solid;
  border-width: 1px;
  padding: 8px 10px;
  text-align: center;
}
/* special css */
/* end special css */
/* --------------------------------------
<div class="sq?"></div>での 飾り設定
-------------------------------------- */
/* 色:グレー */
.sq1 {
  border: 1px solid #006b31;
  background-color: #fff;
  margin: 10px 0;
  padding: 20px 20px 0 20px;
  overflow: hidden;
}
/* 囲み:グレー */
.sq2 {
  background-color: #d7f2e1;
  margin: 10px 0;
  padding: 20px 20px 0 20px;
  overflow: hidden;
}
/* 囲み：赤 */
.sqred {
  background-color: #ffe3d9;
  margin: 10px 0;
  padding: 20px 20px 0 20px;
  overflow: hidden;
}
/* 囲み：二重線 */
.nizyuu {
  border-width: 4px;
  border-style: double;
}
/* 囲み：点線 */
.tensen {
  border-width: 3px;
  border-style: dotted;
}
/* 囲み：角丸 */
.radious {
  border-radius: 5px;
}
/* special css */
/* end special css */
/* --------------------------------------
便利ボタン
-------------------------------------- */
.btn-round1 {
  min-width: 310px;
  height: auto;
  color: white !important;
  text-decoration: none !important;
  display: inline-block;
  padding: 10px 40px;
  position: relative;
  background: #00b050;
  border-radius: 10px;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
}
.btn-round1:before {
  content: '';
  position: absolute;
  right: 18px;
  top: 50%;
  display: block;
  width: 10px;
  height: 10px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: translate(0, -50%) rotate(45deg);
  transform: translate(0, -50%) rotate(45deg);
  z-index: 1;
}
.btn-round1:hover {
  opacity: 0.8;
}
.btn-round2 {
  min-width: 310px;
  height: auto;
  color: white !important;
  text-decoration: none !important;
  display: inline-block;
  padding: 10px 40px;
  position: relative;
  background: #ff642a;
  border-radius: 10px;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
}
.btn-round2:before {
  content: '';
  position: absolute;
  right: 18px;
  top: 50%;
  display: block;
  width: 10px;
  height: 10px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: translate(0, -50%) rotate(45deg);
  transform: translate(0, -50%) rotate(45deg);
  z-index: 1;
}
.btn-round2:hover {
  opacity: 0.8;
}
.btn-round3 {
  min-width: 180px;
  height: auto;
  color: #00b050 !important;
  text-decoration: none !important;
  display: inline-block;
  padding: 5px 40px;
  position: relative;
  background: #fff;
  border-radius: 10px;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  border: 2px solid #00b050;
}
.btn-round3:before {
  content: '';
  position: absolute;
  right: 18px;
  top: 50%;
  display: block;
  width: 8px;
  height: 8px;
  border-top: 2px solid #00b050;
  border-right: 2px solid #00b050;
  -webkit-transform: translate(0, -50%) rotate(45deg);
  transform: translate(0, -50%) rotate(45deg);
  z-index: 1;
}
/* special css */
/* end special css */
/* --------------------------------------
テキスト飾り設定
-------------------------------------- */
.hosoku {
  color: #5a5a5a;
  font-size: 90%!important;
  line-height: 1.7;
}
.datetxt {
  color: gray;
  font-size: 90%;
}
.fs2 {
  font-size: 114.2857%!important;
}
.fs3 {
  font-size: 130%!important;
}
.fs4 {
  font-size: 160%!important;
  line-height: 1.5;
}
.fs5 {
  font-size: 200%!important;
  line-height: 1.5;
}
.mt0 {
  margin-top: 0 !important;
}
.mt10 {
  margin-top: 10px !important;
}
.mt20 {
  margin-top: 20px !important;
}
.mt30 {
  margin-top: 30px !important;
}
.mt40 {
  margin-top: 40px !important;
}
.mt50 {
  margin-top: 50px !important;
}
.mt60 {
  margin-top: 60px !important;
}
.mt70 {
  margin-top: 70px !important;
}
.mt80 {
  margin-top: 80px !important;
}
.mb0 {
  margin-bottom: 0 !important;
}
.mb10 {
  margin-bottom: 10px !important;
}
.mb20 {
  margin-bottom: 20px !important;
}
.mb30 {
  margin-bottom: 30px !important;
}
.mb40 {
  margin-bottom: 40px !important;
}
.mb50 {
  margin-bottom: 50px !important;
}
.mb60 {
  margin-bottom: 60px !important;
}
.mb70 {
  margin-bottom: 70px !important;
}
.mb80 {
  margin-bottom: 80px !important;
}
.ml10 {
  margin-left: 10px !important;
}
.ml15 {
  margin-left: 15px !important;
}
.ml20 {
  margin-left: 20px !important;
}
.ml25 {
  margin-left: 25px !important;
}
.ml30 {
  margin-left: 30px !important;
}
.pt10 {
  padding-top: 10px !important;
}
.yellow {
  background-color: #ffff85;
  padding: 4px 5px 2px 5px;
  font-weight: normal;
}
/* テキスト装飾 */
.tk1 {
  color: #ff642a;
}
.tk2 {
  font-weight: bold;
  background: #dbf0e4;
  padding: 3px 5px;
  color: #000;
}
.tk3 {
  font-weight: bold;
  background: #ffe3d9;
  padding: 3px 5px;
  color: #000;
}
/* ディスプレイインラインブロック */
.dib {
  display: inline-block !important;
}
.uline {
  color: #f00;
  text-decoration: underline;
  font-style: italic;
}
.round {
  border-radius: 100px;
}
.blue {
  color: #4485e9;
}
/* 電話番号装飾 */
.telarea {
  border: 1px solid #cecece;
  margin: 0 0 10px 0;
  padding: 20px 20px 0 20px;
  display: inline-block;
}
.teltext {
  font-size: 26px;
}
.freedial {
  text-align: left;
}
/* チェックボックスの付くリスト */
.check_list-border li {
  position: relative;
  text-indent: -31px;
  padding-left: 2em;
  list-style: none;
}
.check_list-border li::before {
  content: url("../img/check-b.webp");
  margin-right: 10px;
}
.check_list li {
  position: relative;
  text-indent: -1.8em;
  padding-left: 2em;
  margin-bottom: 10px;
  line-height: 1.5;
  list-style: none;
}
.check_list li::before {
  content: url("../img/check.webp");
  margin-right: 10px;
}
/* special css */
/* end special css */
/* --------------------------------------
Q&A
-------------------------------------- */
.q {
  background-color: #f3f3f3;
  color: #ff6000;
  padding: 4px;
  font-weight: bold;
}
.a {
  padding: 7px 4px;
  border-bottom: #ccc 1px dotted;
  margin: 5px 0 20px 1em;
  text-indent: -1em;
}
/* --------------------------------------
WordPress 画像貼付け用
-------------------------------------- */
.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.alignright {
  float: right;
  margin: 0 0 20px 20px;
  display: inline;
}
.alignleft {
  float: left;
  margin: 0 20px 20px 0;
  display: inline;
}
/* --------------------------------------
youtube・googlemap 埋め込み用
-------------------------------------- */
.yt {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}
.yt iframe, .yt object, .yt embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/* --------------------------------------
汎用クラス定義
-------------------------------------- */
.clearfix::after {
  content: "."; /* 新しい要素を作る */
  display: block; /* ブロックレベル要素に */
  clear: both;
  height: 0;
  visibility: hidden;
}
.clearfix {
  min-height: 1px;
}
* html .clearfix {
  height: 1px;
}
.fixmargin {
  margin-top: -23px;
}
#overlay {
  z-index: 1000 !important;
}
#lightbox {
  z-index: 9999 !important;
}
/* --------------------------------------
RSS用
-------------------------------------- */
#feed_new {
  background-color: #f5f3f3;
  font-size: 11px;
  color: #ff6000;
  padding: 5px 10px 0 10px;
  margin: 0;
  line-height: 130%;
}
#feed_new li {
  border-bottom: #ccc dotted 1px;
  list-style: none;
  padding-bottom: 5px;
}
#feed_new a {
  font-size: 13px;
}
/* --------------------------------------
コンテンツ部分のdiv&pにおけるimg飛び出しの解除
-------------------------------------- */
/* div */
* html main div {
  height: 1px;
}
/* fontcontrol */
#control {
  position: absolute;
  top: 5px;
  right: 5px;
}
#control a {
  color: white;
  text-decoration: none;
}
#control a:hover {
  text-decoration: underline;
}
span#intro {
  font-size: 13px;
  margin-right: 5px;
}
span#f-big {
  background-color: black;
  padding: 2px 4px;
  margin-right: 2px;
}
span#f-medium {
  background-color: black;
  padding: 2px 4px;
  margin-right: 2px;
}
span#f-small {
  background-color: black;
  padding: 2px 4px;
}
/* --------------------------------------
中央寄せ・右寄せ
-------------------------------------- */
.ac {
  text-align: center;
}
.ar {
  text-align: right;
}
.al {
  text-align: left;
}
/* --------------------------------------
リスト（FontAwesome)
-------------------------------------- */
ul {
  text-align: left;
}
ul.li_1 {
  margin-bottom: 20px;
}
ul.li_1 li {
  position: relative;
  margin-bottom: 5px;
  padding-left: 1.5em;
}
ul.li_1 li::before {
  content: " \f14a";
  font-family: FontAwesome;
  color: #008600;
  position: absolute;
  font-weight: normal;
  left: 0;
}
ul.li_2 {
  margin-bottom: 20px;
}
ul.li_2 li {
  position: relative;
  margin-bottom: 5px;
  padding-left: 1.5em;
}
ul.li_2 li::before {
  color: #008600;
  content: " \f046";
  font-family: FontAwesome;
  position: absolute;
  font-weight: normal;
  left: 0;
}
ul.li_3 {
  margin-bottom: 20px;
}
ul.li_3 li {
  position: relative;
  margin-bottom: 5px;
  padding-left: 1.5em;
}
ul.li_3 li::before {
  content: " \f058";
  font-family: FontAwesome;
  color: #008600;
  position: absolute;
  font-weight: normal;
  left: 0;
}
ul.li_4 {
  margin-bottom: 20px;
}
ul.li_4 li {
  position: relative;
  margin-bottom: 5px;
  padding-left: 1.5em;
}
ul.li_4 li::before {
  content: " \f05d";
  font-family: FontAwesome;
  color: #008600;
  position: absolute;
  font-weight: normal;
  left: 0;
}
ul.li_5 {
  margin-bottom: 20px;
}
ul.li_5 li {
  position: relative;
  margin-bottom: 5px;
  padding-left: 1.5em;
}
ul.li_5 li::before {
  content: " \f0a9 ";
  font-family: FontAwesome;
  color: #008600;
  position: absolute;
  font-weight: normal;
  left: 0;
}
ul.li_6 {
  margin-bottom: 20px;
}
ul.li_6 li {
  position: relative;
  margin-bottom: 5px;
  padding-left: 1.5em;
}
ul.li_6 li::before {
  content: " \f18e";
  font-family: FontAwesome;
  color: #008600;
  position: absolute;
  font-weight: normal;
  left: 0;
}
ul.li_7 {
  margin-bottom: 20px;
}
ul.li_7 li {
  position: relative;
  margin-bottom: 5px;
  padding-left: 1.5em;
}
ul.li_7 li::before {
  content: " \f138";
  font-family: FontAwesome;
  color: #008600;
  position: absolute;
  font-weight: normal;
  left: 0;
}
ul.li_8 {
  margin-bottom: 20px;
}
ul.li_8 li {
  position: relative;
  margin-bottom: 5px;
  padding-left: 1.5em;
}
ul.li_8 li::before {
  content: " \f152";
  font-family: FontAwesome;
  color: #008600;
  position: absolute;
  font-weight: normal;
  left: 0;
}
ul.li_9 {
  margin-bottom: 20px;
}
ul.li_9 li {
  position: relative;
  margin-bottom: 5px;
  padding-left: 1.5em;
}
ul.li_9 li::before {
  content: " \f0da";
  font-family: FontAwesome;
  color: #008600;
  position: absolute;
  font-weight: normal;
  left: 0;
}
ul.li_10 {
  margin-bottom: 20px;
}
ul.li_10 li {
  position: relative;
  margin-bottom: 5px;
  padding-left: 1.5em;
}
ul.li_10 li::before {
  content: " \f069";
  font-family: FontAwesome;
  color: #008600;
  position: absolute;
  font-weight: normal;
  left: 0;
}
ul.li_11 {
  margin-bottom: 20px;
}
ul.li_11 li {
  position: relative;
  margin-bottom: 5px;
  padding-left: 1.5em;
}
ul.li_11 li::before {
  content: " \f111";
  font-family: FontAwesome;
  color: #008600;
  position: absolute;
  font-weight: normal;
  left: 0;
}
ul.li_12 {
  margin-bottom: 20px;
}
ul.li_12 li {
  position: relative;
  margin-bottom: 5px;
  padding-left: 1.5em;
}
ul.li_12 li::before {
  content: " \f192";
  font-family: FontAwesome;
  color: #008600;
  position: absolute;
  font-weight: normal;
  left: 0;
}
ul.li_maru li {
  margin-bottom: 10px;
  text-indent: -1.3em;
  margin-left: 1.3em;
  font-weight: bold;
}
ul.li_maru li::before {
  content: "● ";
  color: #5077c2;
}
ul.li_kome li {
  margin-bottom: 10px;
  text-indent: -1.3em;
  margin-left: 1.3em;
}
ul.li_kome li::before {
  content: "※ ";
  color: #5077c2;
}
ul.b_gray li::before {
  color: #d9d8d8;
}
ul.b_pink li::before {
  color: #f79698;
}
ul.b_green li::before {
  color: #cafdb1;
}
ul.b_skyblue li::before {
  color: #a0dff3;
}
ul.b_blue li::before {
  color: #608aeb;
}
ul.b_gold li::before {
  color: #d9b087;
}
ul.b_orange li::before {
  color: #fb8230;
}
ul.b_yellow li::before {
  color: #f8ee6d;
}
ul.b_azuki li::before {
  color: #731f21;
}
ul.b_purple li::before {
  color: #aa79e7;
}
/* --------------------------------------
box3-box4
-------------------------------------- */
.flex-box2 {
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px;
}
.flex-box2 .flex-cont {
  width: 48%;
  border: 2px solid #00b050;
  border-radius: 4px;
  overflow: hidden;
  background: #fff;
}
.flex-box2 .flex-cont .title {
  background: #00b050;
  padding: 10px 20px;
  font-size: 20px;
  color: #ffffff;
  font-weight: bold;
}
.flex-box2 .flex-cont .txt {
  padding: 20px;
}
.flex-box2 .flex-cont .txt a.more {
  font-size: 14px;
  float: right;
  text-decoration: none;
  margin: 0 3% 3% 0;
  position: relative;
}
.flex-box2 .flex-cont .txt a.more:before {
  position: absolute;
  top: 50%;
  right: calc(100% + 10px);
  content: '';
  width: 8px;
  height: 8px;
  border-top: 2px solid #00b050;
  border-right: 2px solid #359898;
  -webkit-transform: translate(0, -50%) rotate(45deg);
  transform: translate(0, -50%) rotate(45deg);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.flex-box3 {
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px;
}
.flex-box3 .flex-cont {
  width: 32%;
  border: 2px solid #ffe3d9;
  border-radius: 4px;
  margin-bottom: 20px;
  overflow: hidden;
  background: #fff;
}
.flex-box3 .title {
  background: #ffe3d9;
  font-size: 20px;
  padding: 10px;
  font-weight: bold;
  color: #000;
}
.flex-box3 .txt {
  padding: 20px 20px 0;
  font-size: 14px;
}
.flex-box3 .txt a {
  float: right;
  text-decoration: none;
  margin: 0 3% 3% 0;
  position: relative;
}
.flex-box3 .txt a:before {
  position: absolute;
  top: 50%;
  right: calc(100% + 10px);
  content: '';
  width: 8px;
  height: 8px;
  border-top: 2px solid #00b050;
  border-right: 2px solid #359898;
  -webkit-transform: translate(0, -50%) rotate(45deg);
  transform: translate(0, -50%) rotate(45deg);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.flex-box3 .txt a:hover::before {
  -webkit-transform: translate(5px, -50%) rotate(405deg);
  transform: translate(5px, -50%) rotate(405deg);
}
.flex-box4 {
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px;
}
.flex-box4 .flex-cont {
  width: 24%;
  border: 1px solid #006b31;
  margin-bottom: 20px;
  overflow: hidden;
  background: #fff;
}
.flex-box4 .flex-cont .title {
  background: #eaf8f0;
  font-size: 18px;
  padding: 10px;
  color: #006b31;
  font-weight: bold;
}
.flex-box4 .flex-cont .txt {
  padding: 15px 15px 0;
  font-size: 14px;
}
.flex-box4 .flex-cont .txt a:before {
  position: absolute;
  top: 50%;
  right: calc(100% + 10px);
  content: '';
  width: 8px;
  height: 8px;
  border-top: 2px solid #00b050;
  border-right: 2px solid #359898;
  -webkit-transform: translate(0, -50%) rotate(45deg);
  transform: translate(0, -50%) rotate(45deg);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.flex-box4 .flex-cont .txt a {
  float: right;
  text-decoration: none;
  margin: 0 3% 3% 0;
  position: relative;
}
.flex-box4 .flex-cont .txt a:hover:before {
  -webkit-transform: translate(5px, -50%) rotate(45deg);
  transform: translate(5px, -50%) rotate(45deg);
}
/* --------------------------------------
電話番号エリア
-------------------------------------- */
.responsedevise {
  border: 1px solid #b7d87f;
  padding: 15px;
  text-align: center;
  margin: 30px auto 0;
  border-radius: 5px;
}
/* --------------------------------------
フォームボタン
-------------------------------------- */
div.sbtn_1 input[type="submit"] {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  width: 250px;
  height: 50px;
  border-radius: 25px;
  background: #409fdb;
  font-weight: bold;
  letter-spacing: 0.075em;
  box-shadow: 0 1px 7px rgba(0, 0, 0, 0.2);
  transition: background-color 0.1s ease-out, box-shadow 0.1s ease-out;
  margin: auto;
  font-weight: bold;
  font-size: 1em;
  font-family: 'Noto Sans JP', sans-serif;
  text-indent: 1em;
}
div.sbtn_2 input[type="submit"] {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  width: 250px;
  height: 50px;
  border-radius: 25px;
  background: #ec802e;
  font-weight: bold;
  letter-spacing: 0.075em;
  box-shadow: 0 1px 7px rgba(0, 0, 0, 0.2);
  transition: background-color 0.1s ease-out, box-shadow 0.1s ease-out;
  margin: auto;
  font-weight: bold;
  font-size: 1em;
  font-family: 'Noto Sans JP', sans-serif;
  text-indent: 1em;
}
div.sbtn_3 input[type="submit"] {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  width: 250px;
  height: 50px;
  border-radius: 25px;
  background: #ee6d6d;
  font-weight: bold;
  letter-spacing: 0.075em;
  box-shadow: 0 1px 7px rgba(0, 0, 0, 0.2);
  transition: background-color 0.1s ease-out, box-shadow 0.1s ease-out;
  margin: auto;
  font-weight: bold;
  font-size: 1em;
  font-family: 'Noto Sans JP', sans-serif;
  text-indent: 1em;
}
div.sbtn_4 input[type="submit"] {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  width: 250px;
  height: 50px;
  border-radius: 25px;
  background: #b38746;
  font-weight: bold;
  letter-spacing: 0.075em;
  box-shadow: 0 1px 7px rgba(0, 0, 0, 0.2);
  transition: background-color 0.1s ease-out, box-shadow 0.1s ease-out;
  margin: auto;
  font-weight: bold;
  font-size: 1em;
  font-family: 'Noto Sans JP', sans-serif;
  text-indent: 1em;
}
div.sbtn_5 input[type="submit"] {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  width: 250px;
  height: 50px;
  border-radius: 25px;
  background: #bbb6af;
  font-weight: bold;
  letter-spacing: 0.075em;
  box-shadow: 0 1px 7px rgba(0, 0, 0, 0.2);
  transition: background-color 0.1s ease-out, box-shadow 0.1s ease-out;
  margin: auto;
  font-weight: bold;
  font-size: 1em;
  font-family: 'Noto Sans JP', sans-serif;
  text-indent: 1em;
}
div.maru input[type="submit"] {
  -webkit-border-radius: 30;
  -moz-border-radius: 30;
  border-radius: 30px;
  padding: 8px 20px 8px 20px;
  text-shadow: 1px 1px 3px #666;
  box-shadow: 0 0 6px 3px #e6e6e6;
  -moz-box-shadow: 0 0 6px 3px #e6e6e6;
  -webkit-box-shadow: 0 0 6px 3px #e6e6e6;
  width: auto;
}
div.sbtn_1 input:hover {
  background: #96cff5;
}
div.sbtn_2 input:hover {
  background: #fac871;
}
div.sbtn_3 input:hover {
  background: #f0a3a3;
}
div.sbtn_4 input:hover {
  background: #ebd3b0;
}
div.sbtn_5 input:hover {
  background: #f0ece4;
}
/* mail_icon表示用 */
.sbtn_1.action, .sbtn_2.action, .sbtn_3.action, .sbtn_4.action, .sbtn_5.action {
  position: relative;
  width: 270px;
  height: 60px;
  margin: auto;
}
.sbtn_1.action img, .sbtn_2.action img, .sbtn_3.action img, .sbtn_4.action img, .sbtn_5.action img {
  position: absolute;
  top: 1.2em;
  left: 80px;
}
/* ページ内スライド制御 */
.sliderbox {
  width: 500px;
  height: auto;
  float: right;
  margin-left: 20px;
  margin-bottom: 20px;
}
/*  special css */
/* end special css */
/* ---------------------
H レスポンシブ用
------------------------ */
/* PC用とモバイル用のロゴを出し分ける */
#pc_logo {
  display: inline;
}
#pc_logo img {
  margin: 0 auto;
}
#mobile_logo {
  display: none;
}
#mobile_button {
  display: none;
}
.mobile_menu {
  display: none;
}
#mobile_main {
  display: none;
}
/* デスクトップでは非表示にする */
#panel, #mobile_side, .mobile_only, #mobile_tel, #mobile_main {
  display: none;
}
main p.wp-caption-text {
  margin-top: 2px;
  font-size: 14px;
  text-align: center;
  margin-right: 10px;
  padding: 10px 10px 0;
  line-height: 17px;
}
main article#article .post_content h2.spe {
  padding: 0;
  margin: 0 0 30px;
  background-color: #fff;
  border: 0;
  display: inline-block;
  color: #444;
  font-weight: 700;
  font-size: 24px;
  letter-spacing: 1px;
  text-align: left;
}
.rightbox {
  float: right;
}
.leftbox {
  float: left;
}
.w40 {
  width: 40%;
}
.w60 {
  width: 60%;
}
/* コンタクトフォーム */
.wpcf7-form {
  color: #333;
}
input.wpcf7-form-control {
  width: 100%;
  height: 52px;
  border: 1px solid #ddd;
  border-radius: 3px;
  padding: 5px 15px;
  background-color: #fff;
  font-size: 0.9em;
  font-family: 'Noto Sans JP', sans-serif;
}
textarea.wpcf7-form-control {
  width: 100%;
  display: block;
  border: 1px solid #ddd;
  border-radius: 3px;
  padding: 15px;
  background-color: #fff;
  font-size: 0.9em;
  font-family: 'Noto Sans JP', sans-serif;
}
textarea.wpcf7-form-control::placeholder {
  color: #999;
}
/* プルダウンメニュー */
select.wpcf7-form-control {
  max-width: 100%;
  height: 52px;
  border: 1px solid #ddd;
  border-radius: 3px;
  padding: 5px 45px 5px 15px;
  font-size: 0.9em;
  font-family: 'Noto Sans JP', sans-serif;
}
/* ラジオボタン */
.wpcf7-radio .wpcf7-list-item {
  display: inline-flex;
  margin: 7.5px;
}
.wpcf7-form-control input[type="radio"] {
  width: 20px;
  height: 20px;
  border: 1px solid #ddd;
  border-radius: 50%;
  outline: none;
  background-color: #fff;
}
/* チェックボックス */
.wpcf7-checkbox .wpcf7-list-item {
  display: inline-flex;
  margin: 7.5px;
}
.wpcf7-list-item-label {
  display: inline-flex;
  align-items: center;
  padding-left: 7.5px;
  color: #555;
}
.wpcf7-form-control input[type="checkbox"] {
  width: 20px;
  height: 20px;
  border: 1px solid #ddd;
  border-radius: 2px;
  outline: none;
  background-color: #fff;
}
/* フォーム幅の調整 */
.field_wrap {
  font-family: 'Noto Sans JP', sans-serif;
  width: 100%;
  display: table;
  margin-bottom: 30px;
}
.field_wrap.first {
  margin-top: 30px;
}
.field_name {
  display: table-cell;
  width: 200px;
  padding: 0 0 30px 30px;
  font-weight: bold;
  border-bottom: 2px solid #666;
  color: #555;
  vertical-align: middle;
}
.field {
  display: table-cell;
  padding: 0 0 30px 30px;
  border-bottom: 2px solid #ddd;
}
.field_name label {
  font-weight: bold;
}
main div.field_name.require::after, main div.field_name.any::after {
  display: inline-block;
  font-size: 10px;
  line-height: normal;
  border-radius: 2px;
  padding: 0 6px 1px;
  margin: 0 0 0 10px;
  position: relative;
  bottom: 2px;
  visibility: visible;
  height: auto;
}
main div.field_name.require::after {
  content: "必須";
  color: #ee6354;
  border: 1px solid #ee6354;
}
main div.field_name.any::after {
  content: "任意";
  color: #999;
  border: 1px solid #999;
}
main div.field_wrap::after {
  content: none;
}
section {
  width: 100vw;
  margin-left: calc(-50vw + 50%);
  position: relative;
}
.Inner {
  width: 1000px;
  margin: 0 auto;
  position: relative;
}
main article#article .post_content .acquisition-box {
  background-image: url('https://apico.or.jp/wp-content/uploads/2025/07/frontpage-banner_bg03.webp');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: left center;
  /* padding-left: clamp(10px, 5vw, 50px); */
  padding: 45px 0;
}
main article#article .post_content .acquisition-box div.acquisition-box_title_bg {
  background: linear-gradient(to right, transparent 50%, #65a682 50%);
}
main article#article .post_content .acquisition-box h2 {
  max-width: 1200px;
  margin: auto;
  background: linear-gradient(90deg, transparent 1%, rgba(18, 115, 59, 1) 50%, rgba(101, 166, 130, 1) 100%);
  color: #fff;
  font-size: 36px;
  font-weight: 600;
  text-shadow: 2px 2px 0px rgba(0, 76, 35, 1);
  text-align: center;
  line-height: 1.4;
  padding: 15px 0;
  padding-left: 300px;
}
main article#article .post_content .acquisition-box .acquisition-box_info_wrap {
  max-width: 1200px;
  padding-left: 300px;
  margin: auto;
}
main article#article .post_content .acquisition-box .acquisition-box_info_wrap p.acquisition-box_text {
  font-size: 24px !important;
  font-weight: 600;
  color: #fff;
  text-align: center;
  text-shadow: 2px 2px 0px rgba(0, 76, 35, 1);
  padding: 15px 0;
}
.acquisition-box .acquisition-box_info_wrap ul {
  margin: 0;
  display: flex;
  width: 100%;
  justify-content: space-between;
}
main article#article .post_content .acquisition-box .acquisition-box_info_wrap ul li {
  width: 49%;
  list-style: none;
}
main article#article .post_content .acquisition-box .acquisition-box_info_wrap ul a.acquisition-box_tell, main article#article .post_content .acquisition-box .acquisition-box_info_wrap ul a.acquisition-box_mail {
  display: flex;
  width: 100%;
  background-color: #fff;
  justify-content: center;
  gap: 5%;
  align-items: center;
  font-family: "Roboto", sans-serif;
  font-size: 40px;
  font-weight: 600;
  padding: 2.4rem 1rem;
  border-radius: 1rem;
  box-shadow: 5px 5px 0px rgba(0, 76, 35, 1);
  border: 4px solid var(--base-color);
  max-height: 130px;
  text-decoration: none;
}
.acquisition-box .acquisition-box_info_wrap ul a.acquisition-box_tell::before, .acquisition-box .acquisition-box_info_wrap ul a.acquisition-box_mail::before {
  content: '';
  display: block;
  width: 40px;
  height: 40px;
  background-image: url('https://apico.or.jp/wp-content/uploads/2025/07/new-icon_tell.webp');
  background-size: cover;
}
main article#article .post_content .acquisition-box .acquisition-box_info_wrap ul a.acquisition-box_tell + p {
  font-weight: 600;
  text-align: center;
  padding-top: .6em;
}
main article#article .post_content .acquisition-box .acquisition-box_info_wrap ul a.acquisition-box_mail {
  background-color: #ff642a;
  font-size: 28px;
  color: #fff;
  border: 4px solid transparent;
}
.acquisition-box .acquisition-box_info_wrap ul a.acquisition-box_mail::before {
  background-image: url('https://apico.or.jp/wp-content/uploads/2025/07/new-icon_mail.webp');
}
@media (max-width: 1150px) {
  main article#article .post_content .acquisition-box h2 {
    padding-left: 0;
  }
  main article#article .post_content .acquisition-box .acquisition-box_info_wrap {
    padding: 0 5%;
  }
}
@media (max-width: 850px) {
  main article#article .post_content .acquisition-box h2 {
    font-size: clamp(30px, 1.26vw + 25.26px, 36px) !important;
  }
  main article#article .post_content .acquisition-box h2 br {
    display: none;
  }
  main article#article .post_content .acquisition-box .acquisition-box_info_wrap p.acquisition-box_text {
    font-size: clamp(18px, 1.26vw + 13.26px, 24px) !important;
  }
  main article#article .post_content .acquisition-box .acquisition-box_info_wrap ul a.acquisition-box_tell {
    font-size: clamp(34px, 1.26vw + 29.26px, 40px);
  }
  main article#article .post_content .acquisition-box .acquisition-box_info_wrap ul a.acquisition-box_mail {
    font-size: 27px;
  }
  main article#article .post_content .acquisition-box .acquisition-box_info_wrap ul {
    display: block;
  }
  main article#article .post_content .acquisition-box .acquisition-box_info_wrap ul li {
    width: 100%;
    margin-bottom: 1em;
  }
}
/******************************
★ Media Queries タブレット・スマフォ表示の設定(1000px以下で読み込むcss)
******************************************************************************************************************************/
@media screen and (max-width: 1000px) {
  /* 構造 */
  *, *::before, *::after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
  }
  body {
    min-width: 320px;
    /* overflow-x: hidden; */
  }
  .wrapper {
    z-index: 10;
    width: 100%;
    padding-top: 50px;
  }
  body, .home { /* 背景画像を非表示にしています */
    background: none;
    background-color: #fff;
  }
  .headnav, .footermenu { /* tel画像、フッターメニューを非表示にしています */
    display: none;
  }
  #side { /* スマホ用のサイドバー */
    margin: 20px auto 0 auto;
    width: 90%;
  }
  main {
    width: 100%;
    margin: 0;
    padding: 0 10px;
  }
  #submain .h1wrap {
    width: auto;
  }
  #side h3 {
    width: 100%;
  }
  #side ul.menu {
    width: 100%;
  }
  #side ul.menu li:last-child {
    border-bottom: none;
  }
  #header.fixed {
    /*  top:auto;メニュー戻り時ズレ防止 */
  }
  #header.fixed .header_l img {
    display: block;
  }
  .ibox_p {
    width: 100%;
  }
  #submain img {
    top: -250px;
  }
  img, iframe {
    max-width: 100%;
    height: auto;
  }
  #pan {
    width: auto;
    margin: 10px;
  }
  .sec {
    width: 90%;
    margin: 0 auto;
    text-align: center;
  }
  .mobile_only { /* モバイルにだけ表示させたいものに使用する */
    display: block;
  }
  .pc_only { /* pcにだけ表示させたいものに使用する */
    display: none;
  }
  /* 見出し */
  main article#article .post_content h2.singletitle, main article#article .post_content h2.title, main article#article .post_content h2, main article#article .post_content h3, main article#article .post_content h4 {
    line-height: 1.2;
  }
  main article#article .post_content h2 {
    line-height: 1.5;
    margin-top: 30px;
  }
} /* end */
/******************************
★ Media Queries スマフォ表示の設定(599px以下で読み込むcss)
******************************************************************************************************************************/
@media screen and (max-width: 599px) {
  main {
    font-size: 0.875rem; /* 14px; */
  }
  main h1.singletitle, main h1 {
    padding-top: 70px;
  }
  main article#article .post_content h2 {}
  main article#article .post_content h3 {}
  #submain {
    height: 100px;
    background-size: cover;
  }
  #submain img {
    top: -150px;
  }
  #submain h1 {
    font-size: 20px;
    letter-spacing: 1px;
    text-shadow: 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff;
  }
  .three_box p {
    font-size: 14px;
  }
  .two_box, .three_box, .four_box {
    width: 100%;
    float: none;
    margin: 0 auto;
  }
  a.link, a.link2 {
    width: 90%;
  }
  .eyecatch_box {
    display: block;
  }
  .eyecatch_box .ttl_wrap {
    width: 100%;
  }
  .eyecatch_box .ttl_wrap, .eyecatch_box .txt_wrap {
    display: block;
  }
  .two_box {
    margin: 0 0 15px 0;
  }
  .three_box, .three_box:nth-child(3n-1), .four_box {
    margin: 0 0 15px 0;
  }
  /* フォームの調整 599px以下 */
  .field_wrap {}
  .field_name {
    display: block;
    width: auto;
    border: none;
    padding: 0;
    margin-bottom: 10px;
    font-size: 1.1em;
  }
  .field {
    display: block;
    width: auto;
    border-bottom: 1px solid #ddd;
    padding: 0 0 30px;
  }
  input.wpcf7-form-control, textarea.wpcf7-form-control, select.wpcf7-form-control, .wpcf7-list-item-label {
    font-size: 1.2em;
  }
  div.sbtn_1 input[type="submit"], div.sbtn_2 input[type="submit"], div.sbtn_3 input[type="submit"], div.sbtn_4 input[type="submit"], div.sbtn_5 input[type="submit"] {
    font-size: 1.2em;
  }
  .sbtn_1.action img, .sbtn_2.action img, .sbtn_3.action img, .sbtn_4.action img, .sbtn_5.action img {
    top: 1.4em;
  }
  /* archives.php 599px以下 */
  main div.post_wrap::after {
    content: none;
  }
  .post_box {
    width: 100%;
    margin-bottom: 20px;
    position: relative;
    border: 1px solid #ccc;
  }
  .flex-box2, .flex-box3, .flex-box4 {
    flex-wrap: wrap;
  }
  .flex-box2 .flex-cont, .flex-box3 .flex-cont, .flex-box4 .flex-cont {
    width: 100%;
    margin-bottom: 15px;
  }
  /* --------------------------------------
WordPress 画像貼付け用
-------------------------------------- */
  .post_content .aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
  }
  .post_content .alignright {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
  }
  .post_content .alignleft {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
  }
  .eyecatch_box figure {
    width: 100%;
  }
  .eyecatch_box .ttl_wrap {
    padding: 0;
    width: 100%;
  }
  div#main_col.under_page_wrap {
    min-width: auto;
    max-width: 1000px;
    width: auto;
    margin-bottom: 0;
    padding: 0 10px;
  }
} /* end */
/*APICOの支援*/
.service-box01 .cont {
  display: flex;
  justify-content: space-between;
  border: 1px solid #00b257;
  padding: 20px;
  align-items: center;
  margin-bottom: 20px;
}
.service-box01 .cont figure {
  max-width: 300px;
  line-height: 0;
}
.service-box01 .cont .text.ac {
  width: calc(100% - 350px);
}
.service-box02 p {
  text-align: center;
}
.service-box02 ul {
  list-style: none;
  display: flex;
  justify-content: space-between;
  margin: 40px 0;
}
.service-box02 ul li {
  width: 32%;
  text-align: center;
}
.service-box02 ul li figure span {
  display: block;
}
.service-box02 ul li figure span img {
  border: 2px solid #208e4c;
  border-radius: 50%;
}.service-box03 {
    overflow: hidden;
}
.service-box02 ul li p span {
  background: #eaf8f0;
  display: block;
  font-size: 1.2em;
  line-height: 1.8;
  padding: 10px 0;
  color: #17954b;
  font-weight: bold;
}
.service-box03 table th {
  background: #eee;
  text-align: center;
  vertical-align: middle;
  font-size: 1.2em;
  line-height: 1.8;
  color: #333;
}
.service-box03 table {
  table-layout: fixed;
  font-weight: bold;
  margin: 50px auto;
}
.service-box03 table td {
  vertical-align: middle;
  text-align: center;
  line-height: 1.5;
  padding: 20px 10px;
}
.service-box03 table td:nth-child(1) {
  background: #eee;
}
.service-box03 table th:nth-child(2) {
  background: #006c35;
  color: #fff;
  position: relative;
  border: 2px solid #006c35;
}
.service-box03 table td:nth-child(2) {
  background: #d7f2e2;
  border: 2px solid #006d39;
}
.service-box03 table th:nth-child(2):before {
  content: "";
  height: 12px;
  width: calc(100% + 4px);
  position: absolute;
  background: #006d39;
  left: -2px;
  top: -13px;
  border-radius: 10px 10px 0 0;
}
.service-box03 table td span {
  font-size: 0.8em;
}
.service-box03 table td b {
  display: block;
  font-size: 30px;
  line-height: 1;
}
@media screen and (max-width: 600px) {
  .service-box01 .cont {
    flex-wrap: wrap;
  }
  .service-box01 .cont figure {
    width: 100%;
    text-align: center;
    max-width: 100%;
  }
  .service-box01 .cont .text.ac {
    width: 100%;
  }
  .service-box02 ul {
    flex-wrap: wrap;
    justify-content: space-around;
  }
  .service-box02 ul li {
    width: 45%;
    margin-bottom: 50px;
  }
  .service-box03 .ac p {}
  .service-box03 .scr-tab table {
    table-layout: fixed;
    width: 600px !important;
  }
  .scr-tab {
    overflow-x: scroll;
    margin-bottom: 40px;
  }
}
/*APICOのつよみ*/
.ul-flex {
  display: flex;
  justify-content: center;
  gap: 60px;
  list-style: none !important;
}
.paragraph-wrap {
  text-align: center;
}
.paragraph-wrap__inlineblock {
  display: inline-block;
  text-align: left;
}
main article#article .post_content .paragraph-wrap__inlineblock p {
  margin: 0;
  font-size: 14px;
}
.LP_06-03box {
  display: flex;
  justify-content: space-between;
  background: #dbf0e4;
  padding: 15px;
  margin: 50px 0;
}
main article#article .post_content .LP_06-03box h4 {
  padding: 0;
  border: none;
  color: #000;
  font-size: 20px;
  text-align: center;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  margin: auto;
  line-height: 1.8;
}
main article#article .post_content .LP_06-03box h4:before {
  content: none;
}
.LP_06cont03-01 {
  width: 49%;
  display: flex;
  flex-wrap: wrap;
  position: relative;
  padding: 80px 0 0;
}
.LP_06cont03under {
  display: flex;
  width: 100%;
  justify-content: space-between;
}
.LP_06cont03under div {
  width: 48%;
  background: #fff;
  flex-direction: column;
}
.LP_06cont03under div {
  text-align: center;
  padding: 10px;
}
.LP_06cont03under div h5 {
  background: #00b050;
  color: #fff;
  padding: 5px 10px;
  margin: 10px 0;
  font-weight: bold;
  display: inline-block;
}
.LP_06cont03under div figure {
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.LP_06cont03under div p {
  font-size: 15px;
}
.tsuyomi_cont-2 {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
}
.tsuyomi_cont-2 figure {
    width: 300px;
}
.tsuyomi_cont-2 .txt {
    width: max-content;
    text-align: center;
}
.tsuyomi_cont-3 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  text-align: center;
  margin: 50px 0;
}
.tsuyomi_3_detail {
  border: 3px solid #00b257;
  width: 48%;
  position: relative;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 50px;
  padding: 40px 0 0;
  color: #00b257;
}
main article#article .post_content .tsuyomi_3_detail p {
  font-size: 1.5em;
  font-weight: bold;
  line-height: 1.5;
}
.tsuyomi_3_detail span {
  height: 70px;
  width: 70px;
  background: #d7f2e2;
  position: absolute;
  top: -35px;
  font-size: 35px;
  border-radius: 50px;
  border: 2px solid;
  font-weight: bold;
}
@media (max-width:1000px) {
  main article#article .post_content .LP_06-03box h4 {
    font-size: 16px;
  }
  .LP_06cont03under div h5 {
    font-size: 16px;
  }
  main article#article .post_content p {
    line-height: 1.8;
  }
}
@media (max-width:700px) {
  .ul-flex {
    gap: 15px;
  }
  .ul-flex li {
    width: calc(50% - 15px);
  }
  .ul-flex li img {
    max-width: 100%;
    height: auto;
  }
}
@media screen and (max-width: 599px) {
  main article#article .post_content .LP_06-03box h4 {
    font-size: 16px;
  }
  .tsuyomi_cont-2 {
    flex-wrap: wrap;
  }
  .tsuyomi_cont-2 figure {
    width: 100%;
  }
  .tsuyomi_cont-2 .txt {
    width: 100%;
  }
  .LP_06-03box {
    flex-wrap: wrap;
    padding: 10px;
  }
  .LP_06cont03-01 {
    width: 100%;
    margin-bottom: 20px;
    padding: 0;
  }
  main article#article .post_content .LP_06-03box h4 {
    margin: 0 0 20px;
    position: relative;
    text-align: center;
    width: 100%;
  }
  .LP_06cont03under div h5 {
    font-size: 15px;
    padding: 10px 4px;
  }
  .tsuyomi_cont-3 {
    flex-wrap: wrap;
  }
  main article#article .post_content .LP_06cont03under div p {
    font-size: 13px;
  }
  main article#article .post_content .tsuyomi_3_detail p {
    font-size: 18px;
    font-weight: bold;
    line-height: 1.5;
  }
  .tsuyomi_3_detail span {
    height: 50px;
    width: 50px;
    background: #d7f2e2;
    position: absolute;
    top: -25px;
    font-size: 25px;
    border-radius: 50px;
    border: 2px solid;
    font-weight: bold;
  }
  .tsuyomi_3_detail {
    border: 3px solid #00b257;
    width: 100%;
    position: relative;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 30px;
    padding: 35px 0 0;
    color: #00b257;
  }
}