@charset "UTF-8";
/* BASE MODULES
*****************************************************/
.taL {
  text-align: left !important; }

.taR {
  text-align: right !important; }

.taC {
  text-align: center !important; }

.mt0 {
  margin-top: 0 !important; }

.mt5 {
  margin-top: 5px !important; }

.mt10 {
  margin-top: 10px !important; }

.mt15 {
  margin-top: 15px !important; }

.mt20 {
  margin-top: 20px !important; }

.mt30 {
  margin-top: 30px !important; }

.mt40 {
  margin-top: 40px !important; }

.mt50 {
  margin-top: 50px !important; }

.mr0 {
  margin-right: 0 !important; }

.mr5 {
  margin-right: 5px !important; }

.mr10 {
  margin-right: 10px !important; }

.mr15 {
  margin-right: 15px !important; }

.mr20 {
  margin-right: 20px !important; }

.mr30 {
  margin-right: 30px !important; }

.mr40 {
  margin-right: 40px !important; }

.mr50 {
  margin-right: 50px !important; }

.mb0 {
  margin-bottom: 0 !important; }

.mb5 {
  margin-bottom: 5px !important; }

.mb10 {
  margin-bottom: 10px !important; }

.mb15 {
  margin-bottom: 15px !important; }

.mb20 {
  margin-bottom: 20px !important; }

.mb30 {
  margin-bottom: 30px !important; }

.mb40 {
  margin-bottom: 40px !important; }

.mb50 {
  margin-bottom: 50px !important; }

.ml0 {
  margin-left: 0 !important; }

.ml5 {
  margin-left: 5px !important; }

.ml10 {
  margin-left: 10px !important; }

.ml15 {
  margin-left: 15px !important; }

.ml20 {
  margin-left: 20px !important; }

.ml30 {
  margin-left: 30px !important; }

.ml40 {
  margin-left: 40px !important; }

.ml50 {
  margin-left: 50px !important; }

.fl_clear {
  display: block !important;
  height: 0 !important;
  clear: both !important;
  overflow: hidden !important;
  font-size: 0 !important;
  visibility: hidden !important; }

.oh {
  overflow: hidden !important; }

img.aligncenter {
  display: block !important;
  margin: 0 auto 15px !important; }

img.alignright, img.alignleft {
  display: inline !important;
  max-width: 40% !important; }

img.alignleft {
  margin: 10px 15px 15px 10px !important; }

.alignright {
  float: right !important;
  margin: 0 0 15px 15px; }

.alignleft {
  float: left !important;
  margin: 0 15px 15px 0; }

.red {
  color: red !important; }

.flex {
  display: flex;
  justify-content: space-between;
  margin-left: 0 !important;
  flex-wrap: wrap; }

.flex > li {
  box-sizing: border-box;
  margin: 0 0 25px !important; }

.cl2 > li {
  width: 47%; }

.cl3 > li {
  width: 30%; }

.cl3 > li:nth-child(3n+2):last-child {
  margin-right: 34.5% !important; }

/* media => MOBILE
■■■■■■■■■■■■■■■■■■■■■■■■ */
@media only screen and (max-width: 740px) {
  img.alignright, img.alignleft {
    display: block !important;
    margin: 5px auto !important;
    max-width: 96% !important;
    height: auto !important; }
  .alignright, .alignleft {
    float: none !important; } }

/* media => MOBILE END □□■□□■□□■□□■□□■ */
/* テキスト
-------------------------------------------------------------- */
.fnt-xx-large {
  font-size: xx-large;
  line-height: 1.5; }

.fnt-x-large {
  font-size: x-large;
  line-height: 1.5; }

.fnt-large {
  font-size: large;
  line-height: 1.5; }

.fnt-medium {
  font-size: medium;
  line-height: 1.5; }

.fnt-small {
  font-size: small;
  line-height: 1.5; }

.fnt-x-small {
  font-size: x-small;
  line-height: 1.5; }

.fnt-italic {
  font-style: italic; }

.bb_red {
  border-bottom: solid 3px #ff0000; }

.bb_wred {
  border-bottom: double 3px #ff0000; }

.bb_dashe {
  border-bottom: dashed 1px #333; }

i.fa {
  margin-right: 0.25em; }

/* リンク
-------------------------------------------------------------- */
.link_btn.taL {
  text-align: left !important; }

.link_btn.taR {
  text-align: right !important; }

.link_btn.taC {
  text-align: center !important; }

.link_btn a, .link_btn_l a {
  position: relative;
  display: inline-block;
  margin: 0 0 0 auto;
  padding: 4px 35px 0 15px;
  font-size: 100%;
  color: #fff;
  background: #999;
  line-height: 1.8; }

.link_btn_l a {
  display: block;
  width: 80%;
  text-align: center;
  padding: 1em 1.5em 1em 1em;
  font-size: 125%;
  margin: 0 auto; }

.link_btn a::after, .link_btn_l a::after {
  position: absolute;
  top: 50%;
  right: 15px;
  content: "";
  display: block;
  margin-top: -3px;
  border-left: 6px solid #fff;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent; }

.link_btn_l a::after {
  border-left: 10px solid #fff;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  margin-top: -8px; }

@media only screen and (max-width: 740px) {
  .link_btn a, .link_btn_l a {
    font-size: 115%;
    padding: 4px 25px 4px 15px; } }

/* Before After */
ul.ba {
  display: table;
  margin: 0 auto 20px; }

ul.ba li {
  vertical-align: middle;
  display: table-cell; }

ul.ba li img {
  background-color: gray;
  width: 340px;
  height: 227px;
  object-fit: cover; }

ul.ba li span {
  text-align: center;
  background: #333333;
  display: block;
  padding: 5px;
  color: #fff; }

ul.ba li.arrow {
  padding: 0 10px; }

ul.ba li.arrow div {
  border-style: solid;
  border-width: 25px 0 25px 25px;
  border-color: transparent transparent transparent #bab1ac; }

@media only screen and (max-width: 740px) {
  ul.ba {
    display: block; }
  ul.ba li {
    display: block; }
  ul.ba li img {
    height: auto;
    width: auto; }
  ul.ba li.arrow div {
    border-style: solid;
    border-width: 20px 25px 0 25px;
    border-color: #bab1ac transparent transparent transparent;
    left: auto;
    margin: 0 auto;
    position: relative;
    right: auto;
    text-align: center;
    width: 0; } }

/* フロー */
/*flow-list*/
.post .flow-list {
  margin: 0 auto; }

.post .flow-list li {
  list-style: outside none none;
  margin-bottom: 5px; }

.post .flow-list li {
  display: table;
  padding-bottom: 40px;
  position: relative;
  width: 100%;
  counter-increment: chapter; }

.post .flow-list li::before {
  border-top: 20px solid #EFEFEF;
  bottom: 20px; }

.post .flow-list li::before {
  border-left: 45px solid transparent;
  border-right: 45px solid transparent;
  content: "";
  left: 0;
  position: absolute; }

.post .flow-list li .flow-number::before {
  content: "STEP" counter(chapter); }

.post .flow-list li:last-child {
  padding-bottom: 0; }

.post .flow-list li:last-child::before {
  border: none; }

.post .flow-list .flow-number {
  color: #333333;
  vertical-align: middle;
  display: table-cell;
  position: relative;
  text-align: center;
  width: 90px;
  background: #EFEFEF; }

.post .flow-list .flow-number > span {
  display: block;
  font-size: 100%;
  margin-bottom: 5px; }

.post .flow-list .flow-number > p {
  padding: 0; }

.post .flow-list .ttl {
  display: block;
  color: #333333;
  font-size: 120%;
  font-weight: bold;
  margin: 5px 0 10px;
  padding: 0; }

.post .flow-list p {
  padding-left: 20px; }

.post .flow-list .flow-body {
  display: table-cell;
  padding-left: 20px; }

/*flow-list2*/
.post .flow-list2 {
  width: 100%;
  position: relative; }

.post .flow-list2::after {
  content: "";
  height: 2px;
  width: 100%;
  background: #333;
  display: block;
  position: absolute;
  left: 0;
  top: 0.5em;
  z-index: -1; }

.post .flow-list2 li {
  position: relative;
  counter-increment: section;
  text-align: center;
  list-style: outside none none;
  margin: 0 !important; }

.post .flow-list2 li .flow-number::before {
  content: counter(section, decimal-leading-zero); }

.post .flow-list2 .flow-number {
  text-align: center;
  font-size: 3em;
  background: #fff; }

.post .flow-list2 .flow-txt > span.mbgc {
  color: #fff;
  padding: 5px;
  display: block;
  line-height: 1;
  margin-top: 1em; }

.post .flow-list2 .ttl {
  display: block;
  margin: 10px 0 0; }

@media only screen and (max-width: 740px) {
  .post .flow-list2 li {
    position: relative;
    padding-bottom: 35px;
    margin-bottom: 20px !important; }
  .post .flow-list2 li:last-child {
    padding-bottom: 0;
    margin-bottom: 0 !important; }
  .post .flow-list2 li::after {
    content: "";
    height: 30px;
    width: 2px;
    background: #333;
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: -1;
    right: 0;
    margin: auto; }
  .post .flow-list2 li:last-child::after {
    display: none; } }

/*flow-list3*/
.post .flow-list3 {
  margin: 0 auto; }

.post .flow-list3 li {
  list-style: outside none none;
  margin-bottom: 5px; }

.post .flow-list3 li {
  display: table;
  padding-bottom: 20px;
  position: relative;
  width: 100%;
  counter-increment: section;
  border-bottom: 1px solid #999;
  margin-bottom: 20px; }

.post .flow-list3 li::before {
  border-top: 15px solid #999;
  bottom: -15px;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  margin: auto;
  width: 0px; }

.post .flow-list3 li .flow-number::before {
  content: "STEP";
  display: block; }

.post .flow-list3 li .flow-number::after {
  content: counter(section, decimal-leading-zero) ".";
  font-size: 300%;
  border-bottom: 5px solid;
  line-height: 1; }

.post .flow-list3 li:last-child::before {
  border: none; }

.post .flow-list3 .flow-number {
  color: #333333;
  vertical-align: middle;
  display: table-cell;
  position: relative;
  text-align: center;
  width: 90px;
  font-style: italic;
  font-family: serif; }

.post .flow-list3 .flow-number > span {
  display: block;
  font-size: 100%;
  margin-bottom: 5px; }

.post .flow-list3 .flow-number > p {
  padding: 0; }

.post .flow-list3 .ttl {
  display: block;
  color: #333333;
  font-size: 120%;
  font-weight: bold;
  margin: 5px 0 10px;
  padding: 0; }

.post .flow-list3 p {
  padding-left: 20px; }

/*flow-list4*/
.post .flow-list4 {
  margin: 0 auto;
  padding-bottom: 15px; }

.post .flow-list4 li {
  list-style: outside none none;
  margin-bottom: 5px; }

.post .flow-list4 li {
  padding-bottom: 20px;
  position: relative;
  width: 100%;
  counter-increment: chapter;
  border-bottom: 1px solid #999;
  margin-bottom: 20px; }

.post .flow-list4 li:last-child::before {
  border: none; }

.post .flow-list4 .flow-number {
  color: #fff;
  position: relative;
  text-align: center;
  width: 80px;
  height: 80px;
  border-radius: 100px;
  font-weight: bold;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center; }

.post .flow-list4 li .flow-number span::before {
  content: "STEP";
  display: block;
  font-size: 75%; }

.post .flow-list4.point li .flow-number span::before {
  content: "POINT";
  display: block;
  font-size: 75%; }

.post .flow-list4.normal li .flow-number span::before, .post .flow-list4.normal li .flow-number span::after {
  display: none; }

.post .flow-list4 li .flow-number span::after {
  content: counter(chapter);
  font-size: 130%;
  margin-top: 3px;
  display: block; }

.post .flow-list4 .flow-number > p {
  padding: 0; }

.post .flow-list4 .ttl {
  display: block;
  color: #333333;
  font-size: 120%;
  font-weight: bold;
  margin: 5px 0 10px;
  padding: 0; }

.post .flow-list4 p:last-of-type {
  padding: 0; }

@media only screen and (min-width: 500px) {
  .post .flow-list4 li {
    display: table; }
  .post .flow-list4 .flow-body {
    display: table-cell;
    padding-left: 20px;
    width: 100%;
    vertical-align: middle; } }

@media only screen and (max-width: 499px) {
  .post .flow-list4 .flow-number {
    margin: 0 auto 1em; } }

/*フロー2*/
.post ul.flow li {
  margin: 0 auto 33px;
  width: 80%;
  padding: 10px;
  background: #efefef;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  position: relative;
  font-weight: bold;
  /* テキストの指定 */ }

.flow li:after {
  border-top: 15px solid #BAB1AC;
  border-left: 30px solid transparent;
  border-right: 30px solid transparent;
  content: "";
  position: absolute;
  bottom: -25px;
  /* 三角形の高さ＋ボックスのボーダーをマイナスに */
  left: 50%;
  /* 中央寄せに使用 */
  margin-left: -30px;
  /* 中央寄せに使用 */ }

.flow li:last-child:after {
  border: none;
  /* 最後のボックスだけ三角形を表示しない */ }

.post ul.flow li:last-child {
  margin-bottom: 0; }

/*フロー3*/
ul.box_flow {
  width: 95%;
  display: flex;
  height: 130px;
  margin: 0; }

.box_flow li {
  padding: 0 0 0 4em;
  position: relative;
  width: 100%;
  font-size: 100%;
  display: flex;
  /* 子要素をflexboxで揃える */
  flex-direction: column;
  /* 子要素をflexboxにより縦方向に揃える */
  justify-content: center;
  /* 子要素をflexboxにより中央に配置する */
  align-items: center;
  /* 子要素をflexboxにより中央に配置する */
  text-align: center;
  font-weight: bold;
  margin: 0 !important; }

.box_flow li:first-child {
  padding-left: 1em;
  background-color: #dcdfe2; }

.box_flow li:first-child::after {
  border-left-color: #dcdfe2; }

.box_flow li:nth-child(2) {
  background-color: #d3d6da; }

.box_flow li:nth-child(2)::after {
  border-left-color: #d3d6da; }

.box_flow li:nth-child(3) {
  background-color: #bfc6cb; }

.box_flow li:nth-child(3)::after {
  border-left-color: #bfc6cb; }

.box_flow li:nth-child(4) {
  background-color: #afb8be; }

.box_flow li:nth-child(4)::after {
  border-left-color: #afb8be; }

.box_flow li:nth-child(5) {
  background-color: #93a5ae; }

.box_flow li:nth-child(5)::after {
  border-left-color: #93a5ae; }

.box_flow li::after, .box_flow li::before {
  content: "";
  position: absolute;
  top: 0;
  border-top: 65px solid transparent;
  border-bottom: 65px solid transparent;
  border-left: 35px solid;
  right: -35px; }

.box_flow li::after {
  z-index: 2; }

@media only screen and (max-width: 740px) {
  /*フロー3*/
  ul.box_flow {
    width: 100%;
    display: block;
    height: auto; }
  .box_flow li {
    padding: 5px;
    margin: 0 0 20px !important; }
  .box_flow li:first-child {
    padding-left: 0; }
  .box_flow li::before {
    display: none; }
  .box_flow li::after {
    content: "▼";
    position: absolute;
    top: initial;
    right: initial;
    bottom: -25px;
    border: none; }
  .box_flow li:last-child::after {
    display: none; } }

/* テーブル
-------------------------------------------------------------- */
/* media => PC
■■■■■■■■■■■■■■■■■■■■■■■■ */
@media only screen and (min-width: 1125px) {
  .post table.tableTh10 th {
    width: 10% !important; }
  .post table.tableTh20 th {
    width: 20% !important; }
  .post table.tableTh30 th {
    width: 30% !important; } }

/* end media => PC
■■■■■■■■■■■■■■■■■■■■■■■■ */
/*
tbl_imgLeft
*/
.tbl_imgLeft img {
  width: 38%;
  height: 100%;
  margin: 0 !important; }

.post .tbl_imgLeft .box_con {
  width: 60%; }

@media only screen and (max-width: 1024px) {
  /*
  tbl_imgLeft
  */
  .tbl_imgLeft img {
    width: auto !important;
    margin-bottom: 10px !important; }
  .post .tbl_imgLeft .box_con {
    width: 100%; } }

/*
tbl_hours
*/
.post table.tbl_hours td {
  text-align: center; }

.post table.tbl_hours th {
  background: #999;
  color: #FFF;
  white-space: nowrap;
  font-weight: normal;
  text-align: center; }

/*
tbl_sol
*/
.post table.tbl_sol {
  border: none; }
  .post table.tbl_sol th, .post table.tbl_sol td {
    background: none;
    border: none;
    border-bottom: 1px solid #999;
    color: #333; }

/*
tbl_sol2
*/
.post table.tbl_sol2 th, .post table.tbl_sol2 td {
  background: none;
  border: none;
  border-bottom: 1px solid #999;
  color: #333; }

/*
tbl_sol3 
*/
.post table.tbl_sol3 {
  border: none; }
  .post table.tbl_sol3 th, .post table.tbl_sol3 td {
    background: none;
    border: none;
    border-bottom: 2px solid #ccc;
    color: #333; }

/*
tbl_dot
*/
.post table.tbl_dot {
  border: none; }
  .post table.tbl_dot th, .post table.tbl_dot td {
    background: none;
    border: none;
    border-bottom: 1px dotted #999;
    color: #333; }

/*
料金表
*/
.post table.price {
  width: 100%; }

.post table.price th {
  width: 50%;
  border: 1px #ccc solid;
  padding: 10px;
  background: #f4f4f4;
  color: #777; }

.post table.price td {
  text-align: right;
  vertical-align: middle;
  border: 1px #ccc solid;
  padding: 10px; }

.post table.price td.left {
  text-align: left; }

@media only screen and (max-width: 1024px) {
  .post table.price th {
    width: auto !important; }
  .post table.price td {
    text-align: center; } }

/*
引用
*/
.su-quote-style-default {
  background: #ededed; }

.su-quote-style-default::before {
  left: 10px !important;
  top: 10px !important; }

.su-quote-style-default::after {
  bottom: 10px !important;
  right: 10px !important; }

/* 見出し
-------------------------------------------------------------- */
/*
肉球
*/
.post .ttl_pet {
  position: relative;
  /*相対位置*/
  padding-left: 42px !important;
  /*アイコン分のスペース*/
  line-height: 1.4;
  border: none !important;
  color: #fff !important; }

.post .ttl_pet:before {
  font-family: FontAwesome;
  content: "\f1b0" !important;
  position: absolute;
  font-size: 1em;
  left: 15px !important;
  color: #fff;
  background: none !important;
  top: initial !important;
  width: 0; }

/*
フラット
*/
.post .ttl_flat {
  position: relative;
  line-height: 1.4;
  padding-left: 40px !important;
  border: none !important;
  color: #fff !important; }

.post .ttl_flat:before {
  font-family: FontAwesome;
  content: "\f14a" !important;
  position: absolute;
  left: 15px !important;
  background: none !important;
  top: initial !important; }

/*
ステッチ
*/
.post .ttl_stitch {
  background: #dfefff;
  box-shadow: 0px 0px 0px 5px #dfefff !important;
  border: dashed 2px white !important;
  padding: 0.2em 0.5em !important;
  color: #fff !important; }

.post .ttl_stitch:before {
  background: none !important; }

/*
マーカー
*/
.post .ttl_marker {
  background: linear-gradient(transparent 70%, #a7d6ff 70%) #fff !important;
  color: #333 !important;
  padding: 0 !important;
  border: none !important; }

.post .ttl_marker::before {
  display: none; }

/*
上下に線
*/
.post .ttl_bdtb {
  color: #333 !important;
  /*文字色*/
  padding: 0.5em 0;
  border: none !important;
  /*上下の余白*/
  border-top: solid 3px #364e96 !important;
  /*上線*/
  border-bottom: solid 3px #364e96 !important;
  /*下線*/
  background: none !important; }

/*
両端に線を伸ばす
*/
.post .ttl_bdMid {
  text-align: center;
  position: relative;
  background: none !important;
  color: #333 !important;
  padding: 0 !important;
  border: none !important; }

.post .ttl_bdMid span {
  background: #fff !important;
  padding: 0 20px !important;
  display: inline-block;
  position: relative;
  z-index: 1; }

.post .ttl_bdMid:after {
  content: '';
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 100%;
  height: 1px;
  background-color: black;
  z-index: 0; }

.post .ttl_bdMid:after {
  left: 0; }

/*
右側に線を伸ばす
*/
.post .ttl_bdMid.bdright {
  text-align: left;
  border: none !important; }

.post .ttl_bdMid.bdright span {
  padding: 0 20px 0 0 !important; }

/*
一文字目だけ装飾を変える
*/
.post .ttl_fl {
  background: none !important;
  padding: 0 !important;
  color: #333 !important;
  border: none !important; }

.post .ttl_fl:first-letter {
  font-size: 2em;
  color: #7172ac; }

/*
グラデーションの下線
*/
.post .ttl_gra {
  position: relative;
  padding: 0.25em 0 !important;
  background: none !important;
  color: #333 !important;
  border: none !important; }

.post .ttl_gra::before {
  display: none; }

.post .ttl_gra:after {
  content: "";
  display: block;
  height: 4px;
  background: -moz-linear-gradient(to right, #e65a5a, transparent);
  background: -webkit-linear-gradient(to right, #e65a5a, transparent);
  background: linear-gradient(to right, #e65a5a, transparent); }

/*
両先端を尖り
*/
.post .ttl_tip {
  position: relative;
  padding: 5px 26px 5px 42px !important;
  z-index: 0;
  margin-left: -15px !important;
  border: none !important;
  color: #fff !important; }

.post .ttl_tip:before {
  position: absolute;
  content: '';
  left: -2px;
  top: -2px;
  width: 0;
  height: 0 !important;
  border: none;
  border-left: solid 40px white !important;
  border-bottom: solid 79px transparent !important;
  z-index: -1;
  background: none !important;
  border-color: none !important; }

.post .ttl_tip:after {
  position: absolute;
  content: '';
  right: -3px;
  top: -7px;
  width: 0;
  height: 0;
  border: none;
  border-left: solid 40px transparent;
  border-bottom: solid 79px white;
  z-index: -1; }

/*
交差線
*/
.post .ttl_cross {
  background: none !important;
  color: #333 !important;
  position: relative;
  padding: 0.25em 1em !important;
  border: none !important;
  border-top: solid 2px black !important;
  border-bottom: solid 2px black !important; }

.post .ttl_cross:before, .post .ttl_cross:after {
  content: '';
  position: absolute;
  top: -7px !important;
  width: 2px !important;
  height: -webkit-calc(100% + 14px) !important;
  height: calc(100% + 14px) !important;
  background-color: black; }

.post .ttl_cross:before {
  left: 7px !important; }

.post .ttl_cross:after {
  right: 7px !important; }

/*
吹き出し
*/
.post .ttl_balloon {
  position: relative;
  padding: 0.6em;
  background: #333;
  border-radius: 3px;
  border: none !important;
  color: #fff !important; }

.post .ttl_balloon:before {
  background: none !important; }

.post .ttl_balloon:after {
  position: absolute;
  content: '';
  top: 100%;
  left: 30px;
  border: 15px solid transparent;
  border-top: 15px solid #e0edff;
  width: 0;
  height: 0; }

/*
吹き出し2
*/
.post .ttl_balloon2 {
  background: none !important;
  color: #333 !important;
  position: relative;
  /*相対位置*/
  padding: 0 0 0 1.2em !important;
  /*アイコン分のスペース*/
  line-height: 1.4;
  border: none !important; }

.post .ttl_balloon2:before {
  font-family: FontAwesome;
  content: "\f075" !important;
  position: absolute;
  font-size: 1em;
  left: 0;
  top: 0;
  color: #5ab9ff; }

/*
ttl_balloon3
*/
.post .ttl_balloon3 {
  position: relative !important;
  margin: 1.5em 0 !important;
  padding: 7px 10px !important;
  color: #333 !important;
  border: none !important;
  border-bottom: solid 2px #333 !important;
  background: none !important;
  text-align: center !important;
  overflow: initial !important; }

.post .ttl_balloon3:before {
  content: "" !important;
  position: absolute !important;
  bottom: -23px !important;
  left: 50% !important;
  margin-left: -15px !important;
  border: 12px solid transparent !important;
  border-top: 12px solid #FFF !important;
  z-index: 2 !important;
  background: none !important;
  width: auto !important;
  height: auto !important;
  top: initial !important; }

.post .ttl_balloon3:after {
  content: "" !important;
  position: absolute !important;
  bottom: -28px !important;
  left: 50% !important;
  margin-left: -17px !important;
  border: 14px solid transparent !important;
  border-top: 14px solid #555 !important;
  z-index: 1; }

/*
吹き出し3
*/
.post h3.spe::before {
  width: auto; }

.post h3.spe {
  padding: 0 0 10px;
  background: none;
  border-width: 1px; }

.post h3.spe .su-label {
  position: relative;
  display: inline-block;
  padding: 5px 15px;
  width: auto;
  height: auto;
  line-height: 1.5;
  color: #ffffff;
  text-align: left;
  background: #bab1ac;
  z-index: 0;
  margin-bottom: 15px; }

.post h3.spe .su-label:before {
  content: "";
  position: absolute;
  bottom: -8px;
  left: 50%;
  margin-left: -9px;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 9px 9px 0 9px;
  border-color: #bab1ac transparent transparent transparent;
  z-index: 0; }

.post h3.spe .su-label:after {
  content: "";
  position: absolute;
  bottom: -12px;
  left: 50%;
  margin-left: -10px;
  width: 0px;
  height: 0px;
  z-index: -1; }

.post h3.spe .ttl {
  display: block; }

/* BOX
-------------------------------------------------------------- */
/*
シンプル
*/
.box_simple_bd {
  padding: 0.5em 1em;
  border: solid 1px #ccc; }

.box_simple_01 {
  padding: 0.5em 1em;
  border: solid 3px #000000; }

.box_simple_01 p {
  margin: 0;
  padding: 0; }

.box_simple_02 {
  padding: 1.5em;
  background: #FFF;
  border: solid 3px #6091d3;
  border-radius: 10px; }

.box_simple_02 p {
  margin: 0;
  padding: 0; }

.box_simple_03 {
  padding: 1em;
  color: #2c2c2f;
  background: #eee;
  /*背景色*/ }

.box_simple_03 p {
  margin: 0;
  padding: 0; }

.box_simple_04 {
  padding: 1em;
  border: double 5px #4ec4d3;
  background: #fff; }

.box_simple_04 p {
  margin: 0;
  padding: 0; }

.box_simple_05 {
  padding: 1em;
  border: dashed 2px #5b8bd0;
  background: #fff; }

.box_simple_05 p {
  margin: 0;
  padding: 0; }

.box_simple_06 {
  padding: 1em;
  color: #232323;
  background: #eee;
  border-left: solid 10px #ffc06e; }

.box_simple_06 p {
  margin: 0;
  padding: 0; }

/*
タイトル付き
*/
.box_01 {
  position: relative;
  margin: 1em 0 0;
  padding: 25px 20px 20px 20px;
  border: solid 3px #95ccff;
  border-radius: 8px; }

.box_01 .box-title {
  position: absolute;
  display: inline-block;
  top: -13px;
  left: 10px;
  padding: 0 9px;
  line-height: 1;
  font-size: 19px;
  background: #FFF;
  color: #95ccff;
  font-weight: bold; }

.box_01 p {
  margin: 0;
  padding: 0; }

/*
タイトル付き2
*/
.box_02 {
  position: relative;
  padding: 20px;
  border: solid 3px #62c1ce;
  margin: 2em 0 0; }

.box_02 .box-title {
  position: absolute;
  display: inline-block;
  top: -27px;
  left: -3px;
  padding: 0 9px;
  height: 25px;
  line-height: 28px;
  vertical-align: middle;
  font-size: 17px;
  background: #62c1ce;
  color: #ffffff;
  font-weight: bold;
  border-radius: 5px 5px 0 0; }

.box_02 p {
  margin: 0;
  padding: 0; }

/*
タイトル付き3
*/
.box_03 {
  position: relative;
  padding: 30px 10px 10px;
  border: solid 2px #FFC107; }

.box_03 .box-title {
  position: absolute;
  display: inline-block;
  top: -2px;
  left: -2px;
  padding: 0 9px;
  height: 25px;
  line-height: 25px;
  vertical-align: middle;
  font-size: 17px;
  background: #FFC107;
  color: #ffffff;
  font-weight: bold; }

.box_03 .box-title i.fa {
  color: #fff !important; }

.box_03 p {
  margin: 0;
  padding: 0; }

/*
タイトル付き4
*/
.box_04 {
  background: #eee; }

.box_04 .box-title {
  background: #5fb3f5;
  padding: 4px;
  text-align: center;
  color: #FFF;
  font-weight: bold;
  letter-spacing: 0.05em; }

.box_04 .txt {
  padding: 15px 20px;
  margin: 0; }

/*
リボン付き
*/
.ribbon_box1 {
  display: block;
  position: relative;
  padding: 15px 70px 15px 15px;
  min-height: 150px;
  background: #f1f1f1;
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.14);
  box-sizing: border-box; }

.ribbon_area {
  position: absolute;
  top: 0;
  right: 0;
  width: 85px;
  height: 85px;
  overflow: hidden; }

.ribbon_ttl {
  display: inline-block;
  position: absolute;
  padding: 5px 0;
  left: -24px;
  top: 20px;
  width: 160px;
  text-align: center;
  font-size: 18px;
  line-height: 16px;
  background: #39c3d4;
  color: #fff;
  letter-spacing: 0.05em;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  box-shadow: 0 0 0 2px #39c3d4;
  border-top: dashed 1px rgba(255, 255, 255, 0.65);
  border-bottom: dashed 1px rgba(255, 255, 255, 0.65); }

/*
ポイント
*/
.point_lst {
  margin: 0 auto; }

.point_lst li {
  margin: 0 0 20px !important; }

.point_lst li .ico {
  display: -webkit-flex;
  /* Safari用 */
  display: flex;
  -webkit-justify-content: center;
  /* Safari用 */
  justify-content: center;
  -webkit-align-items: center;
  /* Safari用 */
  align-items: center;
  margin: 20px 0; }

.point_lst li p {
  text-align: left;
  font-size: 90%;
  line-height: 150%; }

.point_lst li .ttl {
  font-size: 120%;
  text-align: center;
  margin-bottom: 15px;
  display: block; }

/*
point_lst2
*/
.point_lst2 {
  margin: 0 auto; }

.point_lst2 > li {
  background: #EFEFEF;
  padding: 20px;
  border-width: 5px;
  border-top-style: solid; }

.point_lst2 > li > .ttl {
  font-size: 120% !important;
  text-align: center !important;
  margin-bottom: 15px !important;
  display: block !important;
  padding: 0 !important; }

.point_lst2 > li > .txt {
  font-size: 90% !important;
  margin-bottom: 20px !important;
  padding: 0 !important;
  line-height: 1.5 !important; }

.point_lst2 .ttl_balloon3 {
  font-size: 100% !important;
  padding: 0 0 10px !important;
  margin: 0 0 25px !important; }

.point_lst2 .ttl_balloon3::before {
  border-top: 12px solid #EFEFEF !important; }

.point_lst2 .bs-com01 {
  margin: 0 !important; }

.point_lst2 .bs-com01 li {
  margin: 0 !important; }

.point_lst2 .bs-com01 li .ttl {
  font-weight: normal !important;
  font-size: 90% !important; }

.point_lst2 .bs-com01 li::before {
  font-size: 100% !important; }

/*
.point_lst3
*/
.point_lst3 {
  margin: 0 auto; }

.point_lst3 li {
  border-style: solid;
  border-width: 2px;
  padding: 10px; }

.point_lst3 li a {
  display: block;
  color: #333; }

.point_lst3 li .ico {
  margin: 20px 0;
  text-align: center; }

.point_lst3 li .ico i.fa {
  font-size: 3.5em;
  margin: 0;
  color: currentColor; }

.point_lst3 li .ttl {
  font-size: 100%;
  text-align: center;
  margin-bottom: 10px;
  display: block; }

.point_lst3 li p {
  text-align: left;
  font-size: 90%;
  line-height: 150%;
  padding: 0; }

/*
.point_lst4
*/
.point_lst4 li {
  display: flex !important; }

.point_lst4 li .ico {
  text-align: center;
  width: 4em; }

.point_lst4 li .ico i.fa {
  font-size: 3em;
  margin: 0;
  color: currentColor; }

.point_lst4 li .box_txt {
  width: calc(100% - 4.5em); }

.point_lst4 li .ttl {
  font-size: 100%;
  text-align: left;
  margin-bottom: 5px;
  display: block; }

.point_lst4 li p {
  text-align: left;
  font-size: 90%;
  line-height: 150%;
  padding: 0; }

.point_lst4.base1 li {
  padding: 15px;
  background: #efefef;
  margin-bottom: 10px !important; }

/*
バナー風
*/
.point_lst.bnr li {
  text-align: left; }

.point_lst.bnr li a {
  color: #333;
  background: #F7F6EB;
  display: block; }

.point_lst.bnr .ico {
  height: 120px;
  margin: 0; }

.point_lst.bnr .ico img {
  object-fit: cover;
  height: 100%;
  width: 100%; }

.point_lst.bnr li .txt {
  padding-top: 15px; }

.point_lst.bnr li a .txt {
  padding: 15px; }

.point_lst.bnr li .ttl {
  font-size: 100%;
  text-align: left;
  margin-bottom: 0;
  line-height: 1.5; }

.point_lst.bnr li p {
  text-align: left;
  font-size: 90%;
  line-height: 150%;
  padding-bottom: 0; }

@media only screen and (max-width: 740px) {
  .point_lst li .ico {
    margin-bottom: 10px; }
  .point_lst.bnr .ico {
    height: auto; } }

/* アイコン
-------------------------------------------------------------- */
/* リスト
-------------------------------------------------------------- */
/* 標準 -------------------------------------------------- */
.post ul li {
  margin-bottom: 5px; }

.post ul.cir {
  list-style: outside;
  margin-left: 25px;
  line-height: 1.5; }

.post ul.cir li {
  margin: 0 0 1em !important; }

.post ul.cir li .ttl {
  font-weight: bold;
  font-size: 120%; }

/* CHECK 標準 -------------------------------------------------- */
.post ul.check {
  list-style-type: none;
  padding-left: 10px;
  margin: 0 0 25px 0; }

.post ul.check li {
  position: relative;
  margin-bottom: 1em;
  padding-left: 35px;
  background: none;
  line-height: 1.3;
  text-align: left; }

.post ul.check li:last-child {
  margin-bottom: 0; }

.post ul.check li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  display: block;
  margin-top: -5px;
  width: 9px;
  height: 20px;
  border: solid 5px #ccc;
  border-left: 0;
  border-top: 0;
  transform: translateY(-50%) rotate(45deg); }

@media only screen and (max-width: 740px) {
  .post ul.check li::before {
    width: 4px;
    height: 10px;
    border-width: 3px !important;
    border-left: 0;
    border-top: 0; }
  .post ul.check li {
    padding-left: 20px; } }

.post ul.check li .ttl {
  font-weight: bold;
  display: block; }

.post ul.check.large li {
  font-size: 130%; }

.post ul.check.bg {
  padding: 50px;
  background: rgba(255, 255, 255, 0.7);
  border-radius: 10px; }

.list {
  padding: 10px 0;
  border-bottom: 1px dashed #e4e4e4; }

.list:last-child {
  border: 0; }

.post .list p {
  padding: 0; }

.post .list p time {
  display: inline-block;
  width: 86px; }

@media only screen and (max-width: 740px) {
  .post ul.check.large li {
    font-size: 100%; }
  .post ul.check.bg {
    padding: 20px;
    margin: 0 3%; } }

/* CHECK 01 -------------------------------------------------- */
.bs-check01 li {
  content: " ";
  margin-left: 20px !important;
  padding-left: 5px !important;
  background: none !important;
  position: relative; }

.bs-check01 li .ttl {
  font-weight: bold;
  display: block; }

.bs-check01 li:before {
  content: " ";
  width: 30px;
  height: 26px;
  display: inline-block;
  position: absolute;
  top: 0;
  left: -30px;
  background-color: #000;
  background-image: url("../img/check/check01.png");
  background-position: 0px 0px;
  background-repeat: no-repeat; }

/* CHECK 02 -------------------------------------------------- */
.bs-check02, .bs-check02 li {
  margin: 0 0 1em !important;
  position: relative;
  overflow: hidden; }

.bs-check02 li {
  padding-left: 1.8em; }

.bs-check02 li .ttl {
  display: block;
  font-size: 120%; }

.bs-check02 li:before {
  font-family: FontAwesome;
  content: "\f046";
  font-size: 1.5em;
  margin-right: 0.5em;
  font-weight: normal;
  position: absolute;
  left: 0;
  line-height: 1; }

/* CHECK 03 -------------------------------------------------- */
.bs-check03, .bs-check03 li {
  margin: 0 0 1em !important;
  position: relative;
  overflow: hidden; }

.bs-check03 li {
  padding-left: 1.8em; }

.bs-check03 li .ttl {
  font-weight: bold;
  display: block;
  font-size: 120%; }

.bs-check03 li:before {
  font-family: FontAwesome;
  content: "\f00c";
  font-size: 1.5em;
  margin-right: 0.5em;
  font-weight: normal;
  position: absolute;
  left: 0;
  line-height: 1; }

/* CHECK 04 -------------------------------------------------- */
.bs-check04 li {
  margin: 0 0 1em !important;
  position: relative;
  overflow: hidden;
  padding-left: 1.8em; }
  .bs-check04 li:last-child {
    margin-bottom: 0 !important; }

.bs-check04 li .ttl {
  font-weight: bold;
  display: block;
  font-size: 120%; }

.bs-check04 li:before {
  font-family: FontAwesome;
  content: "\f058";
  font-size: 1.5em;
  margin-right: 0.5em;
  font-weight: normal;
  position: absolute;
  left: 0;
  line-height: 1; }

/* bs-com01 -------------------------------------------------- */
.bs-com01 li {
  margin: 0 0 1em !important;
  position: relative;
  overflow: hidden;
  padding-left: 1.8em; }
  .bs-com01 li:last-child {
    margin-bottom: 0 !important; }

.bs-com01 li .ttl {
  font-weight: bold;
  display: block;
  font-size: 120%; }

.bs-com01 li:before {
  font-family: FontAwesome;
  content: "\f075";
  font-size: 1.5em;
  margin-right: 0.5em;
  font-weight: normal;
  position: absolute;
  left: 0; }

/* 円で番号を囲うリスト -------------------------------------------------- */
ol.bs-num01 {
  counter-reset: number;
  list-style-type: none !important;
  margin-left: 0 !important; }

ol.bs-num01 li {
  position: relative;
  padding-left: 30px;
  list-style: none;
  margin: 0 0 1em !important;
  overflow: hidden; }
  ol.bs-num01 li:last-child {
    margin-bottom: 0 !important; }

ol.bs-num01 li .ttl {
  font-weight: bold;
  display: block; }

ol.bs-num01 li:before {
  /* 以下数字をつける */
  position: absolute;
  counter-increment: number;
  content: counter(number);
  /*以下数字のデザイン変える*/
  display: inline-block;
  background: #000;
  color: white;
  font-family: 'Avenir', 'Arial Black', 'Arial', sans-serif;
  font-weight: bold;
  font-size: 15px;
  border-radius: 50%;
  left: 0;
  width: 25px;
  height: 25px;
  line-height: 27px;
  text-align: center;
  /*以下 上下中央寄せのため*/
  top: 13px;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%); }

/*		Highlight
---------------------------------------------------------------*/
.su-highlight {
  display: inline;
  padding: 1px 0 !important;
  background: #ffe2e2;
  color: #000000;
  line-height: 2; }

/*		Common styles
---------------------------------------------------------------*/
.su-clearfix:before, .su-clearfix:after {
  display: table;
  content: " "; }

.su-clearfix:after {
  clear: both; }

/*		Quote
---------------------------------------------------------------*/
.su-quote-style-default blockquote {
  position: relative;
  padding: 10px 15px 10px 60px;
  box-sizing: border-box;
  font-style: italic;
  background: #efefef;
  color: #555;
  border: none;
  margin: 0; }

.su-quote-style-default blockquote:before {
  display: inline-block;
  position: absolute;
  top: 18px;
  left: 15px;
  vertical-align: middle;
  content: "\f10d";
  font-family: FontAwesome;
  color: #cfcfcf;
  font-size: 30px;
  line-height: 1;
  font-weight: 900; }

.su-quote-style-default blockquote p {
  padding: 0;
  margin: 10px 0;
  line-height: 1.7; }

.su-quote-style-default blockquote cite {
  display: block;
  text-align: right;
  color: #888888;
  font-size: 0.9em; }

/*		Label
---------------------------------------------------------------*/
.su-label {
  display: inline;
  margin-right: 0.3em;
  padding: 0.1em 0.3em;
  font-size: 0.8em;
  height: 0.8em;
  line-height: 0.8em;
  color: #fff;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px; }

.su-label-type-default {
  background: #999; }

.su-label-type-success {
  background: #090; }

.su-label-type-warning {
  background: #f90; }

.su-label-type-important {
  background: #f03; }

.su-label-type-black {
  background: #111; }

.su-label-type-info {
  background: #09c; }

/* VOICE
----------------------------------*/
/*voice-list1*/
.post .voice-list1 {
  margin: 0 auto; }
  .post .voice-list1 li {
    list-style: outside none none;
    position: relative;
    width: 100%;
    counter-increment: section;
    margin-bottom: 3em; }
  .post .voice-list1 .box_ttl {
    display: table;
    width: 75%;
    margin-bottom: 25px; }
  .post .voice-list1 .flow-number {
    margin-right: 20px;
    color: #fff;
    position: relative;
    text-align: center;
    width: 70px;
    height: 70px;
    font-weight: bold;
    line-height: 1;
    display: table-cell;
    vertical-align: middle; }
    .post .voice-list1 .flow-number span::before {
      content: "VOICE";
      display: block;
      font-size: 75%; }
    .post .voice-list1 .flow-number span::after {
      content: counter(section, decimal-leading-zero);
      font-size: 200%;
      margin-top: 3px;
      display: block; }
  .post .voice-list1 .mttl {
    display: table-cell;
    vertical-align: middle;
    color: #333333;
    font-size: 150%;
    font-weight: bold;
    padding: 0 0 0 20px; }
  .post .voice-list1 .sttl {
    display: block;
    color: #333333;
    font-weight: bold;
    padding: 0;
    margin-bottom: 30px; }
  .post .voice-list1 img {
    position: absolute;
    top: 0;
    z-index: -1;
    height: 100%;
    width: 50%;
    right: 0;
    object-fit: cover; }
  .post .voice-list1 .flow-body {
    width: 49%; }

@media only screen and (max-width: 740px) {
  .post .voice-list1 .box_ttl {
    width: auto; }
  .post .voice-list1 img {
    position: initial;
    height: auto;
    width: 70%;
    margin: 0 auto;
    display: block; }
  .post .voice-list1 .flow-body {
    width: auto;
    margin-bottom: 1em; } }

/* コンテンツフッターバナー
----------------------------------*/
.footer_contact {
  border: 1px solid #ccc;
  background: #efefef;
  padding: 5px;
  margin: 30px auto 80px;
  display: block;
  overflow: hidden; }

.footer_contact .footer_contact_wp {
  background: #fff;
  padding: 10px 20px;
  display: flex;
  align-items: center; }

.footer_contact .footer_contact_wp .footer_contactL {
  width: 52%; }

.footer_contact .footer_contact_wp .footer_contactTxt {
  font-weight: bold; }

.footer_contact .footer_contact_wp .footer_contactTel {
  font-size: 145%;
  font-weight: bold;
  margin-top: 10px; }

.footer_contact .footer_contact_wp .footer_contactTel span {
  font-size: 135%; }

.footer_contact .footer_contact_wp p {
  margin: 0px;
  font-size: 85%;
  line-height: 135%; }

.footer_contact .footer_contact_wp .footer_contactMore {
  margin-top: 5px;
  font-size: 75%; }

.footer_contact .footer_contact_wp .footer_contactLink {
  text-align: right;
  width: 48%;
  height: 100px;
  display: table; }

.footer_contact .footer_contact_wp .footer_contactLink p {
  display: table-cell;
  vertical-align: middle; }

.footer_contact .footer_contact_wp .footer_contactLink a {
  color: #fff;
  display: block;
  font-size: 130%;
  margin: 0 0 0 auto;
  padding: 15px;
  text-align: center; }

.footer_contact .footer_contact_wp::after {
  content: "";
  display: block;
  clear: both; }

/* 幅740px以下から
------------------------------------------------------------*/
@media only screen and (max-width: 1125px) {
  .footer_contact {
    margin: 30px 2%; } }

/* 幅740px以下から
------------------------------------------------------------*/
@media only screen and (max-width: 740px) {
  #content h1 {
    font-size: 140%; }
  .post h2 {
    font-size: 130%; }
  .post h3, .post h4 {
    font-size: 120%; }
  .author article .textarea h2, .category article .textarea h2, .tag article .textarea h2, .page-template-page-fin article .textarea h2, .post-type-archive-seminar article .textarea h2, .blog article .textarea h2, .home article .textarea h2 {
    font-size: 130%; }
  .post table.tableTh10 th, .post table.tableTh20 th, .post table.tableTh30 th {
    width: auto !important; }
  .footer_contact .footer_contact_wp {
    display: block; }
  .footer_contact .footer_contact_wp .footer_contactL {
    float: none;
    width: 100%;
    text-align: center; }
  .footer_contact .footer_contact_wp .footer_contactLink {
    display: table;
    height: auto;
    margin-top: 15px;
    text-align: right;
    width: 100%; }
  .post h2 {
    font-size: 120%; }
  #header #logo {
    font-size: 130%; }
  .footer_contact .footer_contact_wp .footer_contactTel {
    font-size: 120%; }
  .flex {
    display: block; }
  .flex li {
    text-align: left;
    margin: 0; }
  .cl2 li, .cl3 li {
    width: 100%;
    margin-bottom: 20px !important; }
  .cl3 li:last-child {
    margin-bottom: 0 !important; }
  .footer_contact .footer_contact_wp .footer_contactLink a {
    font-size: 110%; } }

/*# sourceMappingURL=module1.0.1.css.map */