@charset "UTF-8";
/*
======================================================================
sp-blog14
======================================================================*/
/* --------------------------------------------------------
-----------------------------------------------------------
 blog14
-----------------------------------------------------------
----------------------------------------------------------- */
/*
---------------------------------------------------------
 LO-categ-wrap 
--------------------------------------------------------- */
#LO-blog14 .LO-categ-wrap {
  /* @mixin:SP-content-body */
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 35px;
}

#LO-blog14 .LO-categ-wrap .wb-blog {
  overflow: hidden;
  /*clearfixの代用*/
}

#LO-blog14 .LO-categ-wrap .wb-blog-categ {
  float: left;
  margin-left: 10px;
  width: calc((100% - 11px) / 2);
}
#LO-blog14 .LO-categ-wrap .wb-blog-categ:nth-of-type(2n+1) {
  margin-left: 0;
  clear: both;
}
#LO-blog14 .LO-categ-wrap .wb-blog-categ:nth-of-type(n+3) {
  margin-top: 10px;
}

#LO-blog14 .LO-categ-wrap .wb-blog-categ a {
  /* @mixin:SP-btn-anchor */
  font-family: "Noto Sans JP", Arial, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  background: #fff;
  position: relative;
  display: block;
  color: inherit;
  border: 1px solid #555;
  text-decoration: none !important;
  line-height: 1.3;
  padding: 8px 5px 8px 20px;
  font-size: 13px;
  border-radius: 3px;
  letter-spacing: 0;
}
#LO-blog14 .LO-categ-wrap .wb-blog-categ a::after {
  /* @mixin:SP-btn-anchor */
  border-color: #93afcf transparent transparent transparent;
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  border-color: #2d65a5 transparent transparent transparent;
  display: block;
  top: 15px;
  left: 8px;
}

/*
---------------------------------------------------------
LO-content-wrap 
--------------------------------------------------------- */
#LO-blog14 .LO-content-wrap .wb-blog-categ .wb-blog-categ-title {
  /* @mixin:SP-title-block */
  font-family: "Caveat",cursive;
  display: flex;
  gap: 10px;
  font-size: 23px;
  justify-content: flex-start;
  flex-direction: column;
  align-items: center;
  font-weight: normal;
  padding-bottom: 0;
  color: #222;
  margin-bottom: 20px;
  position: relative;
  /*&::before {
  	background: $color-d-main01;
  	content: '';
  	position: absolute;
  	height: 1px;
  	bottom: 0;
  	left: 0;
  	right: 0;
  	margin: 0 auto;
  	width: 48px;
  }*/
  margin-bottom: 20px;
}
#LO-blog14 .LO-content-wrap .wb-blog-categ .wb-blog-categ-title span {
  display: inline-block;
  vertical-align: top;
  text-align: center;
}

#LO-blog14 .LO-content-wrap .wb-blog-categ-body {
  /* @mixin:SP-content-body */
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 20px;
}

#LO-blog14 .LO-content-wrap .wb-blog-content-list {
  /* @mixin:SP-content-block */
  margin-bottom: 55px;
}
#LO-blog14 .LO-content-wrap .wb-blog-content-list:last-child {
  /* @mixin:SP-content-block */
  margin-bottom: 0;
}

#LO-blog14 .LO-content-wrap .LO-img-wrap {
  margin-bottom: 10px;
}

/*
======================================================================
sp-blog-std
======================================================================*/
/* --------------------------------------------------------
-----------------------------------------------------------
 [BLOG] blog-std
-----------------------------------------------------------
----------------------------------------------------------- */
/*
---------------------------------------------------------
 Alpha
--------------------------------------------------------- */
#LO-blog-std-alpha .LO-top-wrap {
  text-align: right;
  margin-bottom: 8px;
}

#LO-blog-std-alpha .LO-top-wrap .LO-date,
#LO-blog-std-alpha .LO-top-wrap a {
  display: inline-block;
  vertical-align: top;
}

#LO-blog-std-alpha .LO-top-wrap .LO-date {
  color: #999999;
  font-size: 12px;
  margin-right: 5px;
  padding-top: 3px;
}

#LO-blog-std-alpha .LO-top-wrap a {
  font-size: 11px;
  padding: 3px 10px;
  max-width: 50%;
  line-height: 1.3;
  display: inline-block;
}

#LO-blog-std-alpha .LO-continue-btn {
  padding-top: 20px;
  text-align: right;
}

#LO-blog-std-alpha .LO-article.MOD-continue .LO-body {
  margin-bottom: 1em;
}

#LO-blog-std-alpha .LO-article.MOD-continue .LO-continue {
  margin-bottom: 20px;
}

/* bottom-wrap
--------------------------------------------------------- */
#LO-blog-std-alpha .LO-bottom-wrap {
  border-top: 1px solid #dcdcdc;
  padding-top: 15px;
  text-align: center;
}

#LO-blog-std-alpha .LO-bottom-wrap a {
  padding: 0 10px;
}

#LO-blog-std-alpha .column-img-wrap {
  margin-bottom: 10px;
  text-align: center;
}

/*
---------------------------------------------------------
 blog-std-beta
--------------------------------------------------------- */
#LO-blog-std-beta .LO-side-block + .LO-side-block {
  margin-top: 35px;
}

#LO-blog-std-beta .LO-recently-block .wb-blog-list,
#LO-blog-std-beta .LO-categ-block .wb-blog-categ,
#LO-blog-std-beta .LO-archive-block .wb-blog-categ {
  border-bottom: 1px solid #dcdcdc;
  padding: 0px 15px 12px;
  margin-bottom: 14px;
}

#LO-blog-std-beta .LO-recently-block .wb-blog-title span {
  color: #999999;
  display: block;
  font-size: 11px;
  line-height: 1.2;
  margin-bottom: 3px;
}

#LO-blog-std-beta .LO-side-block a {
  color: inherit;
  line-height: 1.15;
  display: inline-block;
  font-size: 14px;
}

#LO-blog-std-beta .LO-categ-block a,
#LO-blog-std-beta .LO-archive-block a {
  position: relative;
  display: inline-block;
  padding-left: 13px;
}
#LO-blog-std-beta .LO-categ-block a:before,
#LO-blog-std-beta .LO-archive-block a:before {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 0 5px 6px;
  border-color: transparent transparent transparent #2d65a5;
  display: block;
  top: 4px;
  left: 2px;
}

/*
======================================================================
_sp-company-categ
======================================================================*/
/* --------------------------------------------------------
-----------------------------------------------------------
 #LO-company-categ
-----------------------------------------------------------
----------------------------------------------------------- */
/*
---------------------------------------------------------
 LO-categ-wrap 
--------------------------------------------------------- */
#LO-company-categ .LO-categ-wrap {
  /* @mixin:SP-content-body */
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 35px;
}

#LO-company-categ .LO-categ-wrap .wb-blog {
  overflow: hidden;
  /*clearfixの代用*/
}

#LO-company-categ .LO-categ-wrap .wb-blog-categ {
  float: left;
  margin-left: 10px;
  width: calc((100% - 11px) / 2);
}
#LO-company-categ .LO-categ-wrap .wb-blog-categ:nth-of-type(2n+1) {
  margin-left: 0;
  clear: both;
}
#LO-company-categ .LO-categ-wrap .wb-blog-categ:nth-of-type(n+3) {
  margin-top: 10px;
}

#LO-company-categ .LO-categ-wrap .wb-blog-categ a {
  /* @mixin:SP-btn-anchor */
  font-family: "Noto Sans JP", Arial, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  background: #fff;
  position: relative;
  display: block;
  color: inherit;
  border: 1px solid #555;
  text-decoration: none !important;
  line-height: 1.3;
  padding: 8px 5px 8px 20px;
  font-size: 13px;
  border-radius: 3px;
  letter-spacing: 0;
}
#LO-company-categ .LO-categ-wrap .wb-blog-categ a::after {
  /* @mixin:SP-btn-anchor */
  border-color: #93afcf transparent transparent transparent;
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  border-color: #2d65a5 transparent transparent transparent;
  display: block;
  top: 15px;
  left: 8px;
}

/*
---------------------------------------------------------
 LO-content-wrap 
--------------------------------------------------------- */
#LO-company-categ .LO-content-wrap .wb-blog-categ .wb-blog-categ-title {
  /* @mixin:SP-title-block */
  font-family: "Caveat",cursive;
  display: flex;
  gap: 10px;
  font-size: 23px;
  justify-content: flex-start;
  flex-direction: column;
  align-items: center;
  font-weight: normal;
  padding-bottom: 0;
  color: #222;
  margin-bottom: 20px;
  position: relative;
  /*&::before {
  	background: $color-d-main01;
  	content: '';
  	position: absolute;
  	height: 1px;
  	bottom: 0;
  	left: 0;
  	right: 0;
  	margin: 0 auto;
  	width: 48px;
  }*/
}
#LO-company-categ .LO-content-wrap .wb-blog-categ .wb-blog-categ-title span {
  display: inline-block;
  vertical-align: top;
  text-align: center;
}

#LO-company-categ .LO-content-wrap .wb-blog-categ .wb-blog-categ-title:empty {
  display: none;
}

#LO-company-categ .LO-content-wrap .wb-blog-categ-body {
  /* @mixin:SP-content-body */
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 20px;
}

#LO-company-categ .LO-content-wrap .wb-blog-content-list {
  /* @mixin:SP-content-block */
  margin-bottom: 55px;
}
#LO-company-categ .LO-content-wrap .wb-blog-content-list:last-child {
  /* @mixin:SP-content-block */
  margin-bottom: 0;
}

#LO-company-categ .LO-content-wrap .wb-blog-content-list .list-wrap .title {
  font-family: "Noto Sans JP", Arial, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  background: #f4f4f4;
  font-weight: bold;
  padding: 6px 10px;
  line-height: 1.3;
}

#LO-company-categ .LO-content-wrap .wb-blog-content-list .list-wrap .comment {
  padding: 8px 15px 12px;
}

/*
======================================================================
sp-faq02
======================================================================*/
/* --------------------------------------------------------
-----------------------------------------------------------
 faq02
-----------------------------------------------------------
----------------------------------------------------------- */
/*
---------------------------------------------------------
 LO-categ-wrap
--------------------------------------------------------- */
#LO-faq02 .LO-categ-wrap {
  /* @mixin:SP-content-body */
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 25px;
}

#LO-faq02 .LO-categ-wrap .wb-faq {
  overflow: hidden;
  /*clearfixの代用*/
}

#LO-faq02 .LO-categ-wrap .wb-faq-categ {
  float: left;
  margin-left: 10px;
  width: calc((100% - 11px) / 2);
}
#LO-faq02 .LO-categ-wrap .wb-faq-categ:nth-of-type(2n+1) {
  margin-left: 0;
  clear: both;
}
#LO-faq02 .LO-categ-wrap .wb-faq-categ:nth-of-type(n+3) {
  margin-top: 10px;
}

#LO-faq02 .LO-categ-wrap .wb-faq-categ a {
  /* @mixin:SP-btn-anchor */
  font-family: "Noto Sans JP", Arial, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  background: #fff;
  position: relative;
  display: block;
  color: inherit;
  border: 1px solid #555;
  text-decoration: none !important;
  line-height: 1.3;
  padding: 8px 5px 8px 20px;
  font-size: 13px;
  border-radius: 3px;
  letter-spacing: 0;
}
#LO-faq02 .LO-categ-wrap .wb-faq-categ a::after {
  /* @mixin:SP-btn-anchor */
  border-color: #93afcf transparent transparent transparent;
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  border-color: #2d65a5 transparent transparent transparent;
  display: block;
  top: 15px;
  left: 8px;
}

/*
---------------------------------------------------------
 LO-content-wrap
--------------------------------------------------------- */
#LO-faq02 .LO-content-wrap .wb-faq-categ {
  /* @mixin:SP-content-block */
  margin-bottom: 55px;
}
#LO-faq02 .LO-content-wrap .wb-faq-categ:last-child {
  /* @mixin:SP-content-block */
  margin-bottom: 0;
}

#LO-faq02 .LO-content-wrap .wb-faq-categ-title {
  /* @mixin:SP-title-block */
  font-family: "Caveat",cursive;
  display: flex;
  gap: 10px;
  font-size: 23px;
  justify-content: flex-start;
  flex-direction: column;
  align-items: center;
  font-weight: normal;
  padding-bottom: 0;
  color: #222;
  margin-bottom: 20px;
  position: relative;
  /*&::before {
  	background: $color-d-main01;
  	content: '';
  	position: absolute;
  	height: 1px;
  	bottom: 0;
  	left: 0;
  	right: 0;
  	margin: 0 auto;
  	width: 48px;
  }*/
}
#LO-faq02 .LO-content-wrap .wb-faq-categ-title span {
  display: inline-block;
  vertical-align: top;
  text-align: center;
}

#LO-faq02 .LO-content-wrap .wb-faq-list {
  /* @mixin:SP-content-body */
  padding-left: 15px;
  padding-right: 15px;
  border-bottom: 1px solid #dcdcdc;
  margin-bottom: 15px;
}

#LO-faq02 .LO-content-wrap .wb-faq-list .wb-faq-list-question,
#LO-faq02 .LO-content-wrap .wb-faq-list .wb-faq-list-answer {
  padding: 3px 0 0px 25px;
  position: relative;
  margin-bottom: 15px;
}

#LO-faq02 .LO-content-wrap .wb-faq-list .wb-faq-list-question::before {
  content: 'Q';
  color: #4e75c3;
}

#LO-faq02 .LO-content-wrap .wb-faq-list .wb-faq-list-answer:before {
  content: 'A';
  color: #ff4227;
}

#LO-faq02 .LO-content-wrap .wb-faq-list .wb-faq-list-question:before,
#LO-faq02 .LO-content-wrap .wb-faq-list .wb-faq-list-answer:before {
  font-weight: bold;
  display: inline-block;
  position: absolute;
  top: 0;
  line-height: 1;
  font-size: 24px;
  text-align: center;
  left: 0;
  text-decoration: none;
}

#LO-faq02 .LO-content-wrap .wb-faq-list .wb-faq-list-question span {
  text-decoration: underline;
}

#LO-faq02 .LO-content-wrap .wb-faq-list .wb-faq-list-answer {
  display: none;
}

/*
======================================================================
_pc-pair-privacy
======================================================================*/
/* --------------------------------------------------------
-----------------------------------------------------------
 LO-pair-privacy
-----------------------------------------------------------
----------------------------------------------------------- */
#LO-pair-privacy .wb-pair .wb-pair-list {
  /* @mixin:SP-content-article */
  margin-bottom: 40px;
}
#LO-pair-privacy .wb-pair .wb-pair-list:last-child {
  /* @mixin:SP-content-article */
  margin-bottom: 0;
}

#LO-pair-privacy .wb-pair .wb-pair-list .wb-pair-list-title {
  /* @mixin:SP-title-article */
  font-family: "Noto Sans JP", Arial, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  border-top: 1px solid #dcdcdc;
  border-bottom: 1px solid #dcdcdc;
  font-weight: normal;
  line-height: 1.3;
  letter-spacing: 0.05em;
  font-size: 17px;
  margin-bottom: 12px;
  padding: 7px 15px;
}
#LO-pair-privacy .wb-pair .wb-pair-list .wb-pair-list-title a {
  /* @mixin:SP-title-article */
  color: inherit;
  text-decoration: none;
}
#LO-pair-privacy .wb-pair .wb-pair-list .wb-pair-list-title span {
  display: block;
  border-left: 2px solid #2d65a5;
  padding: 4px 0 4px 8px;
}

#LO-pair-privacy .wb-pair .wb-pair-list .wb-pair-list-title:empty {
  display: none;
}

#LO-pair-privacy .wb-pair .wb-pair-list .wb-pair-list-body {
  /* @mixin:SP-content-body */
  padding-left: 15px;
  padding-right: 15px;
}

/*
======================================================================
_sp-form-content01
======================================================================*/
/* --------------------------------------------------------
-----------------------------------------------------------
[form] #form-content01 
-----------------------------------------------------------
----------------------------------------------------------- */
/*
---------------------------------------------------------
 wb-form
--------------------------------------------------------- */
#form-content01 .wb-form {
  /* @mixin:SP-content-body */
  padding-left: 15px;
  padding-right: 15px;
}

#form-content01 .wb-form .wb-form-table td .Attention {
  font-size: 11px;
}

/* TABLE
--------------------------------------------------------- */
#form-content01 .wb-form .wb-form-table,
#form-content01 .wb-form .wb-form-table tbody,
#form-content01 .wb-form .wb-form-table tr,
#form-content01 .wb-form .wb-form-table th,
#form-content01 .wb-form .wb-form-table td {
  display: block;
}

#form-content01 .wb-form .wb-form-table {
  border-top: 1px solid #dcdcdc;
  width: 100%;
}

#form-content01 .wb-form .wb-form-table th {
  padding: 20px 5px 5px;
  font-weight: bold;
  font-size: 14px;
}

#form-content01 .wb-form .wb-form-table td {
  padding: 0px 5px 20px;
  border-bottom: 1px solid #dcdcdc;
}

/* text,textarea
--------------------------------------------------------- */
#form-content01 .wb-form .wb-form-table td input[type="text"],
#form-content01 .wb-form .wb-form-table td textarea,
#form-content01 .wb-form .wb-form-table td select {
  width: 100%;
  padding: 4px 6px;
}

/* 住所入力
--------------------------------------------------------- */
#form-content01 .wb-form .wb-form-table td input#zip0 {
  width: auto;
  vertical-align: middle;
}

#form-content01 .wb-form .wb-form-table td .pref-wrap,
#form-content01 .wb-form .wb-form-table td .city-wrap {
  display: block;
}

#form-content01 .wb-form .wb-form-table td .zip-wrap {
  display: block;
  margin: 0 0 10px;
}

#form-content01 .wb-form .wb-form-table td .zip-wrap + a {
  margin-top: 4px;
  margin-bottom: 15px;
  display: inline-block;
}

#form-content01 .wb-form .wb-form-table td .zip-wrap .Attention {
  display: block;
  padding: 5px 0 0 0;
  font-size: 12px;
}

#form-content01 .wb-form .wb-form-table td .pref-wrap {
  margin-bottom: 12px;
}

/* wb-form-check / wb-form-radio
--------------------------------------------------------- */
#form-content01 .wb-form .wb-form-check,
#form-content01 .wb-form .wb-form-radio {
  list-style: none;
  padding-left: 0;
  margin-top: 0;
  margin-bottom: 0;
}

#form-content01 .wb-form .wb-form-check label,
#form-content01 .wb-form .wb-form-radio label {
  border: 1px solid #dcdcdc;
  display: block;
  border-radius: 4px;
  padding: 5px 10px;
  margin-bottom: 8px;
}

#form-content01 .wb-form .wb-form-check input[type="checkbox"],
#form-content01 .wb-form .wb-form-radio input[type="radio"] {
  margin-right: 4px;
  vertical-align: -2px;
}

/* wb-form-btn
--------------------------------------------------------- */
#form-content01 .wb-form .wb-form-btn {
  padding-top: 20px;
  text-align: center;
}

#form-content01 .wb-form .wb-form-btn ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#form-content01 .wb-form .wb-form-btn li {
  display: inline-block;
  vertical-align: top;
}

/* BUTTON
--------------------------------------------------------- */
#form-content01 .wb-form input[type="submit"],
#form-content01 .wb-form input[type="button"] {
  /* @mixin:appearance */
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
  border: none;
  vertical-align: middle;
  /* @mixin:SP-btn-main */
  font-family: "Noto Sans JP", Arial, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  background-color: #2d65a5;
  display: block;
  text-align: center;
  font-weight: bold;
  text-decoration: none !important;
  color: #FFF !important;
  border-radius: 3px;
  line-height: 1.3;
  padding: 10px 10px;
  font-size: 16px;
}

#form-content01 .wb-form .wb-form-btn input,
#form-content01 .wb-form .wb-form-table .zip-wrap input[type="button"] {
  display: inline-block;
}

#form-content01 .wb-form .wb-form-btn input {
  font-size: 18px;
  padding: 11px 20px 11px 30px;
  letter-spacing: 10px;
}

#form-content01 .wb-form .wb-form-table .zip-wrap input[type="button"] {
  margin-left: 4px;
  font-size: 14px;
}

/* ERROR
--------------------------------------------------------- */
#form-content01 .wb-form .wb-form-table .form-err {
  border: 1px solid #f13748;
  background: #FFEEEE;
}

#form-content01 .wb-form .wb-form-table ul.form-err-msg {
  list-style: none;
  margin: 0;
  padding: 0;
}

#form-content01 .wb-form .wb-form-table ul.form-err-msg li {
  background: #f13748;
  list-style: none;
  font-weight: bold;
  margin: 4px 0;
  padding: 2px 10px;
  color: #FFFFFF;
  font-size: 12px;
}

/*
---------------------------------------------------------
 確認画面/エラー画面/完了画面
--------------------------------------------------------- */
body.MOD-form-sub .Wrapper {
  display: none;
}

.jqmOverlay {
  opacity: 1 !important;
  background: #FFF !important;
  z-index: 1001 !important;
}

.jqmFormWindow {
  top: 0 !important;
  left: 0 !important;
  width: 100% !important;
  margin: 0 !important;
  border: none !important;
  position: relative !important;
  z-index: 1002 !important;
}

.jqmFormWindow iframe {
  width: 100% !important;
}

#form-content01.WB-form-sub,
#form-content01.WB-form-sub a {
  color: #444;
}

#form-content01.WB-form-sub {
  background: #FFF;
  padding: 35px 10px;
}

#form-content01.WB-form-sub .page-title {
  font-family: "Noto Sans JP", Arial, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  text-align: center;
  font-weight: bold;
  line-height: 1.2;
  letter-spacing: 0.05em;
  font-size: 18px;
  margin-bottom: 18px;
}

#form-content01.WB-form-sub .page-title span {
  display: inline-block;
  text-align: left;
}

#form-content01.WB-form-sub .WB-form-top-txt {
  margin-bottom: 15px;
  text-align: center;
}

#form-content01.WB-form-sub .WB-form-end-txt {
  padding: 12px 15px;
  display: block;
  background-color: #F4f4f4;
}

/* wb-form-btn
--------------------------------------------------------- */
#form-content01.WB-form-sub .wb-form-btn {
  padding-top: 20px;
  text-align: center;
}

#form-content01.WB-form-sub .wb-form-btn ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#form-content01.WB-form-sub .wb-form-btn li {
  display: inline-block;
  vertical-align: top;
  margin: 0 10px;
}

/* BUTTON
--------------------------------------------------------- */
#form-content01.WB-form-sub .btn-submit,
#form-content01.WB-form-sub .btn-cancel {
  /* @mixin:appearance */
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-family: "Noto Sans JP", Arial, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  box-shadow: rgba(0, 0, 0, 0.1) 1px 1px 1px 0;
  border: none;
  background: none;
  display: inline-block;
  vertical-align: middle;
  font-size: 17px;
  padding: 8px 22px;
  line-height: 1.3;
  border-radius: 2px;
  font-weight: bold;
}

#form-content01.WB-form-sub .btn-submit {
  background: #2d65a5;
  color: #FFF;
}

#form-content01.WB-form-sub .btn-cancel {
  border: 1px solid #b7b7b7;
  background: #FFF;
  color: #454545;
}

/* table 
--------------------------------------------------------- */
#form-content01.WB-form-sub table,
#form-content01.WB-form-sub table tbody,
#form-content01.WB-form-sub table tr,
#form-content01.WB-form-sub table th,
#form-content01.WB-form-sub table td {
  display: block;
}

#form-content01.WB-form-sub table tr ~ tr {
  margin-top: 10px;
}

#form-content01.WB-form-sub table td {
  padding: 7px 10px;
}
#form-content01.WB-form-sub table td:first-child {
  font-weight: bold;
  background: #F4F4F4;
  padding: 6px 10px;
  font-size: 85%;
  border-radius: 2px;
  line-height: 1.3;
}

/* --------------------------------------------------------
-----------------------------------------------------------
index
-----------------------------------------------------------
----------------------------------------------------------- */
#index .Content {
  padding-top: 54px;
}

#index .Content-main {
  padding-top: 0;
  padding-bottom: 0;
}

#index .Edit .wb-edit {
  padding-top: 25px;
  padding-bottom: 25px;
}

/*
-----------------------------------------------------------
btn-wrap
----------------------------------------------------------- */
#index .services-block .btn-wrap,
#index .flow-block .btn-wrap,
#index .news-block .btn-wrap {
  width: 240px;
  margin: 0 auto;
  padding-top: 35px;
}

#index .about-img-block .btn-wrap {
  padding-top: 25px;
  margin: 0 auto;
  width: 290px;
}

#index .about-img-block .btn-wrap a,
#index .services-block .btn-wrap a,
#index .flow-block .btn-wrap a,
#index .news-block .btn-wrap a {
  background-color: #222;
  color: #fff;
  transition: all 0.3s;
  text-decoration: none;
  display: block;
  font-size: 13px;
  padding: 8px 20px 9px 10px;
  border-radius: 30px;
  position: relative;
  text-align: center;
  letter-spacing: 0;
}

#index .about-img-block .btn-wrap a:before,
#index .services-block .btn-wrap a:before,
#index .flow-block .btn-wrap a:before,
#index .news-block .btn-wrap a:before {
  content: "";
  background-image: url(/template05/img/icon_arrow_w.svg);
  background-size: 14px auto;
  background-repeat: no-repeat;
  width: 14px;
  height: 12px;
  position: absolute;
  top: 50%;
  right: 24px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}

/*
-----------------------------------------------------------
fixed-banner-block
----------------------------------------------------------- */
.fixed-banner-block {
  position: fixed;
  bottom: 57px;
  right: 10px;
  width: 150px;
  z-index: 9999;
}

.fixed-banner-block.none {
  display: none;
}

.fixed-banner-block .delete-btn {
  width: 22px;
  height: 22px;
  position: absolute;
  top: -27px;
  right: 0px;
  border-radius: 15px;
  background: #FFF;
  cursor: pointer;
}

.fixed-banner-block .delete-btn:before,
.fixed-banner-block .delete-btn:after {
  content: "";
  width: 14px;
  height: 2px;
  background: #000;
  position: absolute;
  top: 10px;
  right: 4px;
}

.fixed-banner-block .delete-btn:before {
  transform: rotate(-45deg);
}

.fixed-banner-block .delete-btn:after {
  transform: rotate(45deg);
}

.fixed-banner-block .banner-wrap a {
  display: block;
  cursor: pointer;
}

.fixed-banner-block .banner-wrap a img {
  border-radius: 6px;
  box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.1);
}

.fixed-banner-block .banner-wrap a:hover {
  opacity: 1;
}

/*
-----------------------------------------------------------
[#top-content1] about-block
----------------------------------------------------------- */
#top-content1 {
  position: relative;
  padding-top: 75px;
  padding-bottom: 20px;
}

#top-content1:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 22%;
  background-color: #f4f4f4;
  bottom: 0;
  right: 0;
  z-index: -1;
}

#index .about-block {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  /*grid-gap: 40px;*/
  width: 100%;
}

/*
-----------------------------------------------------------
[#top-content1] about-img-block
----------------------------------------------------------- */
#index .about-img-block {
  margin-top: 20px;
}

#index .about-img-block .img-wrap img {
  border-radius: 12px;
}

/*
-----------------------------------------------------------
[#top-content2] services-block
----------------------------------------------------------- */
#top-content2 {
  background: #f6f6f6;
}

#index .services-block .services-wrap .Title-small {
  color: #333;
  text-align: left;
  font-size: 15px;
  margin-bottom: 12px;
  letter-spacing: 0.01em;
}

#index .services-block .services-wrap .top-text {
  margin-bottom: 50px;
  font-size: 15px;
}

#index .services-block .services-wrap ul.services-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: stretch;
  align-content: flex-start;
  grid-gap: 20px;
  row-gap: 15px;
}

#index .services-block .services-wrap ul.services-list li {
  width: calc((100% - 20px) / 2);
}

#index .services-block .services-wrap ul.services-list li a {
  display: block;
  text-decoration: none;
}

#index .services-block .services-wrap ul.services-list li .img-wrap {
  text-align: center;
  margin-bottom: 10px;
}

#index .services-block .services-wrap ul.services-list li .img-wrap img {
  object-fit: cover;
  width: 100%;
  height: 130px;
  border-radius: 12px;
}

#index .services-block .services-wrap ul.services-list li .body-wrap .number {
  line-height: 1.3;
  font-weight: bold;
  font-size: 14px;
  color: #2372cf;
  letter-spacing: 0.01em;
  margin-bottom: 5px;
}

#index .services-block.services-wrap ul.services-list li .body-wrap .text-wrap {
  font-size: 90%;
}

#index .services-block .services-wrap .text-wrap .text {
  line-height: 1.5;
}

/*
-----------------------------------------------------------
[#top-content3] works-block
----------------------------------------------------------- */
#index .works-block .works-wrap ul.works-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: stretch;
  align-content: flex-start;
  /*grid-gap: 30px;*/
  row-gap: 35px;
}

#index .works-block .works-wrap ul.works-list li {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  gap: 20px;
}

#index .works-block .works-wrap ul.works-list li:nth-child(2n) {
  display: flex;
  flex-direction: column;
}

#index .works-block .works-wrap ul.works-list li .left-wrap {
  border-radius: 12px;
}

#index .works-block .works-wrap ul.works-list li .left-wrap img {
  border-radius: 12px;
}

#index .works-block .works-wrap ul.works-list li .right-wrap {
  flex: 1;
}

#index .works-block .works-wrap ul.works-list li .right-wrap .number {
  line-height: 1.3;
  font-weight: bold;
  font-size: 18px;
  color: #2372cf;
  letter-spacing: 0.01em;
  margin-bottom: 15px;
  position: relative;
}

#index .works-block .works-wrap ul.works-list li .right-wrap .number:after {
  background: #2372cf;
  content: '';
  position: absolute;
  bottom: 10px;
  left: 110px;
  content: "";
  width: 230px;
  height: 1px;
}

#index .works-block .works-wrap ul.works-list li .right-wrap .date {
  font-size: 14px;
  font-weight: bold;
  line-height: 1.3;
  letter-spacing: 0.01em;
  padding: 5px 0 5px;
}

#index .works-block .works-wrap ul.works-list li .right-wrap .name {
  font-size: 19px;
  font-weight: bold;
  line-height: 1.3;
  margin-bottom: 15px;
  letter-spacing: 0;
}

/*
-----------------------------------------------------------
[#top-content4] flow-block
----------------------------------------------------------- */
#top-content4 {
  padding-top: 20px;
  padding-bottom: 150px;
}

#index .flow-block .flow-wrap .Title-small {
  text-align: left;
  margin-bottom: 10px;
}

#index .flow-block .flow-wrap ul.flow-list {
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: stretch;
  grid-gap: 30px;
  row-gap: 35px;
  flex-direction: column;
}

/*#index .flow-block .flow-wrap ul.flow-list li {
    width: calc((100% - 61px) / 3);
}*/
#index .flow-block .flow-wrap ul.flow-list li a {
  display: block;
  text-decoration: none;
}

#index .flow-block .flow-wrap ul.flow-list li .title-wrap {
  font-size: 24px;
  font-weight: 600;
  color: #2372cf;
  margin-bottom: 10px;
  line-height: 1.3;
}

#index .flow-block .flow-wrap ul.flow-list li .title-wrap span {
  margin-left: 7px;
  display: inline-block;
}

#index .flow-block .flow-wrap ul.flow-list li .img-wrap {
  margin-bottom: 15px;
  text-align: center;
}

#index .flow-block .flow-wrap ul.flow-list li .img-wrap img {
  object-fit: cover;
  width: 100%;
  height: 230px;
  border-radius: 12px;
}

#index .flow-block .flow-wrap ul.flow-list li .body-wrap .number {
  line-height: 1.3;
  font-weight: bold;
  font-size: 18px;
  color: #2372cf;
  letter-spacing: 0.01em;
  margin-bottom: 10px;
}

#index .flow-block .flow-wrap ul.flow-list li .body-wrap .text-wrap .text {
  line-height: 1.5;
}

/*
-----------------------------------------------------------
[#top-content5] news-block
----------------------------------------------------------- */
#top-content5 {
  background: #f4f4f4;
}

#index .news-block .news-wrap .wb-blog-list {
  border-bottom: 1px solid #a7a7a7;
}

#index .news-block .news-wrap .wb-blog-list + .wb-blog-list {
  margin-top: 10px;
}

#index .news-block .news-wrap .wb-blog-title {
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: baseline;
  flex-direction: column;
  padding: 0px 15px 10px;
  grid-gap: 5px;
  line-height: 1.5;
}

#index .news-block .news-wrap .wb-blog-title a {
  display: block;
  color: #333;
  text-decoration: none;
  font-size: 15px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}

#index .news-block .news-wrap .wb-blog-title span {
  color: #2d65a5;
  font-size: 14px;
}

/*
-----------------------------------------------------------
[#top-content6] img-block
----------------------------------------------------------- */
#top-content6 {
  padding-top: 30px;
  padding-bottom: 0;
}

#index .img-block {
  position: relative;
}

#index .img-block .img-wrap {
  max-width: 90%;
  margin-right: auto;
}

#index .img-block .img-wrap img {
  width: 100%;
  height: 140px;
  object-fit: cover;
  border-radius: 0 20px 20px 0;
}

/*
-----------------------------------------------------------
[#top-content7] faq-block
----------------------------------------------------------- */
#top-content7 {
  padding-bottom: 20px;
}

#index .faq-block .content-title img {
  max-width: 95px;
}

#index .faq-block .content-wrap {
  margin-bottom: 75px;
}

#index .JS-accordion-body-faq {
  display: none;
}

#index .faq-block .faq + .faq {
  margin-top: 2px;
}

#index .faq-block .faq .accordion-title {
  position: relative;
  border: none;
  background: none;
  overflow: hidden;
  cursor: pointer;
  border-radius: 4px;
  width: 100%;
  padding: 15px 35px 15px 20px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 15px;
}

#index .faq-block .faq .accordion-title:before {
  content: "";
  background: url(/template05/img/index/arrow_bottom.svg);
  background-size: 12px auto;
  background-repeat: no-repeat;
  position: absolute;
  width: 12px;
  height: 7px;
  top: 25px;
  right: 15px;
  transition: all .3s;
}

#index .faq-block .faq .accordion-title.MOD-open:before {
  transform: rotate(180deg);
}

#index .faq-block .faq:nth-of-type(odd) .accordion-title,
#index .faq-block .faq:nth-of-type(odd) .accordion-body {
  background: #f6f6f6;
}

#index .faq-block .faq .accordion-title img {
  height: 25px;
}

#index .faq-block .faq .accordion-title span.text {
  font-size: 14px;
  text-align: left;
}

#index .faq-block .faq .accordion-body {
  padding: 15px 20px 15px 50px;
  font-size: 14px;
  line-height: 1.6;
}

#index .faq-block .faq .wb-faq-list-answer {
  position: relative;
}

#index .faq-block .faq .wb-faq-list-answer::before {
  content: 'A';
  color: #f56f02;
  font-weight: bold;
  display: inline-block;
  position: absolute;
  top: 0;
  left: -33px;
  line-height: 1;
  font-size: 27px;
  width: 25px;
  text-align: center;
  text-decoration: none;
}

#index .faq-block .bottom-wrap ul {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
}

#index .faq-block .bottom-wrap ul li {
  width: calc((100% - 40px) / 3);
}

#index .faq-block .bottom-wrap ul li a {
  display: block;
}

.faq-block .bottom-wrap ul li a:hover {
  opacity: 0.8;
}

/*
-----------------------------------------------------------
[#top-content8] company-block
----------------------------------------------------------- */
#top-content8 .Title-block01 {
  margin-bottom: 25px;
}

#index .company-block .company-wrap {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  gap: 25px;
}

#index .company-block .company-wrap .company .title {
  width: 60px;
}

#index .company-block .company-wrap .company .comment {
  flex: 1;
}

#index .company-block .company-wrap .company {
  display: flex;
  justify-content: flex-start;
  flex-direction: row;
  gap: 25px;
  font-size: 13px;
  padding: 10px 15px 10px;
  border-bottom: 1px solid #555;
}

#index .company-block .company-wrap .right-wrap .img-wrap img {
  border-radius: 12px;
}

/*
-----------------------------------------------------------
 スクロールに応じて表示 scroll_up ｜下から上へ出現
----------------------------------------------------------- */
.scroll_up {
  transition: 1s ease-in-out;
  transform: translateY(30px);
  opacity: 0;
}

.scroll_up.on {
  transform: translateY(0);
  opacity: 1.0;
}

.timing02 {
  transition-delay: .2s;
}

.timing03 {
  transition-delay: .4s;
}

.timing04 {
  transition-delay: .6s;
}

.timing05 {
  transition-delay: .8s;
}
