<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/* -------------------------------------------------------
----------------------------------------------------------
 FONT
----------------------------------------------------------
----------------------------------------------------------*/
/* Noto Sans JP (japanese) http://www.google.com/fonts/earlyaccess */
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 400;
  src: url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Regular.woff2) format("woff2"), url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Regular.woff) format("woff"), url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Regular.otf) format("opentype");
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: bold;
  font-weight: 700;
  src: url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Bold.woff2) format("woff2"), url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Bold.woff) format("woff"), url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Bold.otf) format("opentype");
}
/*
 * Sawarabi Mincho (Japanese)is lisenced under the SIL Open Font License 1.1
 by  https://fonts.google.com/earlyaccess
 */
@font-face {
  font-family: 'Sawarabi Mincho';
  font-style: normal;
  font-weight: 400;
  src: url(//fonts.gstatic.com/ea/sawarabimincho/v1/SawarabiMincho-Regular.eot);
  src: url(//fonts.gstatic.com/ea/sawarabimincho/v1/SawarabiMincho-Regular.eot?#iefix) format("embedded-opentype"), url(//fonts.gstatic.com/ea/sawarabimincho/v1/SawarabiMincho-Regular.woff2) format("woff2"), url(//fonts.gstatic.com/ea/sawarabimincho/v1/SawarabiMincho-Regular.woff) format("woff"), url(//fonts.gstatic.com/ea/sawarabimincho/v1/SawarabiMincho-Regular.ttf) format("truetype");
}
/* --------------------------------------------------------
-----------------------------------------------------------
 transition 
-----------------------------------------------------------
----------------------------------------------------------- */
a {
  /* @mixin:transition($value) */
  -webkit-transition: all 0.8s;
  transition: all 0.8s;
}

/* --------------------------------------------------------
-----------------------------------------------------------
 clearfix 
-----------------------------------------------------------
----------------------------------------------------------- */
.clearfix {
  /* @mixin:clearfix */
}
.clearfix:after {
  content: "";
  display: block;
  clear: both;
}

/* --------------------------------------------------------
-----------------------------------------------------------
 OTHERS
-----------------------------------------------------------
----------------------------------------------------------- */
body {
  font-family: 'Noto Sans JP',Arial,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
  color: #333;
  font-feature-settings: "palt";
}

/*
---------------------------------------------------------
 Attention
--------------------------------------------------------- */
.Attention {
  color: #ed2a3f;
  font-size: 13px;
  padding: 3px;
  font-weight: bold;
}

/*
---------------------------------------------------------
 ul.No-list
--------------------------------------------------------- */
.No-list {
  list-style: none;
  padding-left: 0;
}

/*
---------------------------------------------------------
 HTMLeditor
--------------------------------------------------------- */
.HTMLeditor {
  /* @mixin:clearfix */
}
.HTMLeditor:after {
  content: "";
  display: block;
  clear: both;
}

.HTMLeditor iframe {
  max-width: 100%;
}

/*
======================================================================
sp-setting
======================================================================*/
.Table-basic {
  /* @mixin:SP-table-basic */
  width: 100%;
}
.Table-basic, .Table-basic tbody, .Table-basic tr, .Table-basic th, .Table-basic td {
  /* @mixin:SP-table-basic */
  display: block;
}
.Table-basic tr ~ tr {
  /* @mixin:SP-table-basic */
  margin-top: 10px;
}
.Table-basic td {
  /* @mixin:SP-table-basic */
  padding: 4px 10px 7px;
  background: #fefefe;
}
.Table-basic th, .Table-basic td:first-child {
  /* @mixin:SP-table-basic */
  font-weight: bold;
  background: #fefefe;
  padding: 10px 10px 4px;
  font-size: 14px;
  border-radius: 2px;
  line-height: 1.28;
}

/* --------------------------------------------------------
-----------------------------------------------------------
 Content 
-----------------------------------------------------------
----------------------------------------------------------- */
/*
---------------------------------------------------------
Content-block
--------------------------------------------------------- */
.Content-block,
.Section {
  /* @mixin:SP-content-block */
  margin-bottom: 60px;
}
.Content-block:last-child,
.Section:last-child {
  /* @mixin:SP-content-block */
  margin-bottom: 0;
}

/*
---------------------------------------------------------
Content-article
--------------------------------------------------------- */
.Content-article {
  /* @mixin:SP-content-article */
  margin-bottom: 30px;
}
.Content-article:last-child {
  /* @mixin:SP-content-article */
  margin-bottom: 0;
}

/*
---------------------------------------------------------
Content-body / SP-in-wrap
--------------------------------------------------------- */
.Content-body,
.SP-in-wrap {
  /* @mixin:SP-content-body */
  padding-left: 10px;
  padding-right: 10px;
}

/* --------------------------------------------------------
-----------------------------------------------------------
Title 
-----------------------------------------------------------
----------------------------------------------------------- */
/*
---------------------------------------------------------
 Title-block
--------------------------------------------------------- */
.Title-block {
  /* @mixin:SP-title-block */
  margin-bottom: 20px;
  line-height: 1.15;
  text-align: center;
}
.Title-block span {
  /* @mixin:SP-title-block */
  color: #333;
  display: inline-block;
  font-weight: normal;
  font-size: 20px;
  font-family: "游ゴシック", YuGothic, Arial, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  position: relative;
  padding: 25px 50px 20px 57px;
  font-weight: bold;
  /* background-color:#fff; */
  background: url("/img/tab_top.svg") no-repeat #fff top left;
  background-size: 27px;
}
.Title-block span:before {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  top: 0;
  left: 0;
  border-style: solid;
  border-width: 20px 27px 0 0;
  border-color: #f1f1f1 transparent transparent transparent;
}
.Title-block span:after {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  bottom: 0;
  right: 0;
  border-style: solid;
  border-width: 0 0 15px 20px;
  border-color: transparent transparent #000000 transparent;
}

/* .Title-block.MOD-bk
--------------------------------------------------------- */
.Title-block.MOD-bk span {
  background: url(../img/title_bg01.svg) no-repeat center center;
  background-size: 65px;
  padding: 19px 0;
}
.Title-block.MOD-bk span:before {
  content: none;
}

/*
---------------------------------------------------------
 Title-article
--------------------------------------------------------- */
.Title-article {
  /* @mixin:SP-title-article */
  color: #279b7a;
  padding: 6px 10px;
  font-weight: bold;
  line-height: 1.28;
  margin-bottom: 8px;
  font-size: 20px;
}
.Title-article a {
  color: #279b7a;
}

/*
---------------------------------------------------------
 Title-small
--------------------------------------------------------- */
.Title-small {
  /* @mixin:PC-title-small */
  color: #333;
  font-weight: bold;
  line-height: 1.28;
  margin-bottom: 4px;
  font-size: 14px;
  padding: 5px;
  text-align: center;
}

/* --------------------------------------------------------
-----------------------------------------------------------
 Button 
-----------------------------------------------------------
----------------------------------------------------------- */
/*
---------------------------------------------------------
 Btn-cv
--------------------------------------------------------- */
.Btn-cv {
  /* @mixin:SP-btn-cv */
  font-family: "Noto Sans JP", Arial, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  border: 4px double #f1f1f1;
  box-shadow: rgba(0, 0, 0, 0.1) 1px 1px 3.5px 1px;
  color: #FFF !important;
  font-size: 17px;
  padding: 9px 17px;
  border-radius: 2px;
  line-height: 1.3;
  display: block;
  font-weight: normal;
  text-decoration: none !important;
  text-align: center;
}

/*
---------------------------------------------------------
 Btn-main
--------------------------------------------------------- */
.Btn-main {
  /* @mixin:SP-btn-main */
  background-color: #279b7a;
  box-shadow: rgba(0, 0, 0, 0.1) 1px 1px 3.5px 1px;
  display: inline-block;
  padding: 6px;
  width: 100%;
  font-size: 15px;
  line-height: 1.3;
  text-decoration: none !important;
  color: #FFF !important;
  border: 3px double #f1f1f1 !important;
  text-align: center;
  margin: 0 auto;
}

/* .Btn-main.MOD-cancel
--------------------------------------------------------- */
.Btn-main.MOD-cancel {
  /* @mixin:SP-btn-cancel */
  /* @mixin:SP-btn-main */
  background-color: #279b7a;
  box-shadow: rgba(0, 0, 0, 0.1) 1px 1px 3.5px 1px;
  display: inline-block;
  padding: 6px;
  width: 100%;
  font-size: 15px;
  line-height: 1.3;
  text-decoration: none !important;
  color: #FFF !important;
  border: 3px double #f1f1f1 !important;
  text-align: center;
  margin: 0 auto;
  background-color: #444 !important;
  color: #FFF !important;
}

/*
---------------------------------------------------------
 Btn-sub
--------------------------------------------------------- */
.Btn-sub {
  /* @mixin:SP-btn-sub */
  background-color: #279b7a;
  box-shadow: rgba(0, 0, 0, 0.1) 1px 1px 3.5px 1px;
  display: block;
  padding: 6px;
  width: 70%;
  font-size: 13px;
  line-height: 1.3;
  text-decoration: none;
  color: #FFF !important;
  border: 3px double #f1f1f1;
  text-align: center;
  margin: 0 auto;
  text-decoration: none !important;
}
.Btn-sub:active {
  opacity: 0.8;
}

/*
---------------------------------------------------------
 Btn-anchor
--------------------------------------------------------- */
.Btn-anchor {
  /* @mixin:SP-btn-anchor */
  text-align: center;
  text-decoration: none !important;
  word-break: break-all;
  text-align: left;
  border: 3px double #f1f1f1;
  box-shadow: rgba(0, 0, 0, 0.1) 1px 1px 3.5px 1px;
  text-decoration: none;
  position: relative;
  display: block;
  line-height: 1.5;
  letter-spacing: 0;
  padding: 5px 12px 5px 23px;
  font-size: 13px;
  background-color: #279b7a;
  color: #fff;
}
.Btn-anchor:before {
  /* @mixin:SP-btn-anchor */
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  border-color: #fff transparent transparent transparent;
  display: block;
  top: 13px;
  left: 8px;
}

/* --------------------------------------------------------
-----------------------------------------------------------
Link 
-----------------------------------------------------------
----------------------------------------------------------- */
/*
---------------------------------------------------------
Link-text
--------------------------------------------------------- */
.Link-text {
  /* @mixin:SP-link-text */
  font-size: 16px;
  font-weight: bold;
}

/*
---------------------------------------------------------
Link-arrow
--------------------------------------------------------- */
.Link-arrow {
  /* @mixin:SP-link-arrow */
  position: relative;
  padding-left: 24px;
  display: inline-block;
  /* before */
}
.Link-arrow:before {
  /* @mixin:SP-link-arrow */
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 0 8px 8px;
  border-color: transparent transparent transparent #39c496;
  display: block;
  top: 5px;
  left: 2px;
}

/*
======================================================================
sp-global
======================================================================*/
/* --------------------------------------------------------
-----------------------------------------------------------
 COMMON 
-----------------------------------------------------------
----------------------------------------------------------- */
body {
  font-size: 12px;
  line-height: 1.5;
  letter-spacing: 0.1em;
}

a:link, a:visited {
  color: #70c9ae;
  text-decoration: underline;
}
a:hover, a:active {
  text-decoration: none;
}

html {
  -webkit-text-size-adjust: 100%;
}

/*
---------------------------------------------------------
 非表示 
--------------------------------------------------------- */
.SP-none {
  display: none;
}

/*
---------------------------------------------------------
 サイト幅 
--------------------------------------------------------- */
.In-wrap.MOD-small {
  width: 80%;
  margin: 0 auto;
}

/*
---------------------------------------------------------
画像エリア
--------------------------------------------------------- */
.SP-img-wrap {
  text-align: center;
  display: block;
  margin-bottom: 10px;
}

/* --------------------------------------------------------
-----------------------------------------------------------
 border-radius (画像用)
-----------------------------------------------------------
----------------------------------------------------------- */
.Round-img &gt; img {
  border-radius: 2px;
}

/* --------------------------------------------------------
-----------------------------------------------------------
 HTMLeditor
-----------------------------------------------------------
----------------------------------------------------------- */
.HTMLeditor {
  word-break: break-all;
}

.HTMLeditor .HTMLeditor-table-wrap {
  overflow: auto;
}

/* --------------------------------------------------------
-----------------------------------------------------------
 Edit(自由編集エリア)
-----------------------------------------------------------
----------------------------------------------------------- */
.Edit {
  padding: 0 0 0.1px;
}

.Edit .wb-edit {
  padding: 15px 10px;
  word-break: break-all;
}

.Edit .wb-edit:empty {
  padding: 0 !important;
  height: 0 !important;
  overflow: hidden !important;
  border: none !important;
  margin: 0 !important;
}

/* --------------------------------------------------------
-----------------------------------------------------------
 Pagetop 
-----------------------------------------------------------
----------------------------------------------------------- */
.Pagetop {
  /* @mixin:pagetop */
  display: none;
  position: fixed;
  right: 0;
  bottom: 10px;
  z-index: 100;
}
.Pagetop a {
  /* @mixin:pagetop */
  box-shadow: rgba(0, 0, 0, 0.1) 1px 1px 3.5px 1px;
  display: block;
  /* @mixin:text-indent */
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  outline: none;
  outline: none;
  width: 60px;
  height: 40px;
  border-radius: 0;
  background-color: rgba(0, 0, 0, 0.7);
  background-image: url(../img/icon_arrow02.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 20px auto;
}

/* --------------------------------------------------------
-----------------------------------------------------------
 Wrapper 
-----------------------------------------------------------
----------------------------------------------------------- */
/* --------------------------------------------------------
-----------------------------------------------------------
 Header 
-----------------------------------------------------------
----------------------------------------------------------- */
.Header {
  box-shadow: rgba(0, 0, 0, 0.25) 0px 1px 8px 0px;
  z-index: 99;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #fff;
  padding: 8px 5px;
}

/*
---------------------------------------------------------
 top-wrap
--------------------------------------------------------- */
.Header .top-wrap {
  padding: 14px 14px 12px 10px;
}

.Header .left-wrap {
  float: left;
  width: 81%;
  text-align: left;
}

.Header .left-wrap .logo-mark {
  margin-right: 1%;
}

.Header .left-wrap .logo-mark img {
  max-width: 16%;
}

.Header .left-wrap .logo-type img {
  max-width: 81%;
}

.Header .left-wrap img {
  max-height: 30px !important;
}

.Header .right-wrap img {
  height: 30px !important;
}

/*
---------------------------------------------------------
 SP-nav-btn
--------------------------------------------------------- */
.Header .SP-nav-btn {
  float: right;
  text-align: right;
  width: 9%;
}

.Header .SP-nav-btn a {
  display: block;
  padding: 4px;
}

.Header .SP-nav-btn img {
  height: 21px !important;
}

/* --------------------------------------------------------
-----------------------------------------------------------
 Header Nav 
-----------------------------------------------------------
----------------------------------------------------------- */
.Header .JS-accordion-body {
  display: none;
  position: absolute;
  top: 46px;
  left: 0;
  width: 100%;
  z-index: 100;
  background-color: rgba(255, 255, 255, 0.95);
  padding: 0;
  overflow: scroll !important;
  height: calc(100vh);
}

.Header .Nav ul.beta-nav-top {
  border-bottom: 1px solid #ddd;
}

.Header .Nav li {
  text-align: left;
  position: relative;
  z-index: 1;
  width: 100%;
  margin: 0 auto;
}

.Header .Nav li:first-child {
  border-top: none;
}

.Header .Nav li:first-child:before {
  content: none;
}

.Header .Nav li a {
  display: block;
  padding: 10px;
  color: #000;
  text-decoration: none;
  font-size: 14px;
  font-family: "Noto Sans JP", Arial, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-weight: bold;
  text-align: center;
}

.Header .Nav li.SP-btn-close {
  border-top: none;
  position: relative;
  z-index: 0;
  width: 60%;
  margin: 30px auto 0;
}

/* .Nav li.SP-btn-close:before{
	content:none;
} */
.Header .Nav li.SP-btn-close a {
  /* background-color: rgba(255,255,255,0.95); */
  letter-spacing: 0.2em;
  text-decoration: none;
  color: #39c496;
}

.Header .Nav .SP-btn-close a span {
  border-bottom: 1px solid #39c496;
  padding: 6px 10px 6px 40px;
  font-size: 13px;
  background: url(../img/icon_close.svg) no-repeat 10px center;
  background-size: 15px 15px;
}

.Header .beta-nav-top li {
  width: 100%;
}

.Beta-bnr-wrap {
  padding: 10px;
}

.Beta-bnr-wrap:empty {
  padding: 0 !important;
  border-top: none !important;
}

.Beta-bnr-wrap .bnr-wrap {
  padding: 0;
  margin-top: 10px;
  text-align: center;
}
.Beta-bnr-wrap .bnr-wrap :last-child {
  margin-bottom: 10px;
}

.Header .Beta-btn-wrap .btn-wrap {
  width: 50%;
  float: left;
}

.Header .Beta-btn-wrap .btn-wrap a {
  font-size: 17px;
  font-weight: bold;
  width: 100%;
  display: block;
  letter-spacing: 0;
  background-repeat: no-repeat;
  text-decoration: none;
  height: 55px;
}
.Header .Beta-btn-wrap .btn-wrap a:hover {
  text-decoration: none;
}

.Header .Beta-btn-wrap .btn-wrap .beta-btn-tel {
  background-image: url(/img/icon_tel.svg);
  background-size: 7%;
  padding: 14px 0px 13px 14%;
  background-position: 9px center;
  font-size: 19px;
  color: #279b7a;
  background-color: #d8ede6;
}

.Beta-btn-wrap .btn-wrap .beta-btn-contact {
  background-image: url(/img/icon_mail.svg);
  background-color: #279b7a;
  background-position: 13px center;
  background-size: 15%;
  font-family: "游ゴシック", YuGothic, Arial, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  color: #fff;
  padding-left: 27%;
  padding-right: 10px;
  font-size: 17px;
  padding-top: 14px;
  padding-bottom: 14px;
}

.Header .Nav .beta-nav-top li a {
  border-top: 1px solid #ddd;
}

.Header .Nav .beta-nav-bottom a {
  font-weight: bold;
  font-family: "游ゴシック", YuGothic, Arial, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  color: #333;
  font-size: 20px;
}
.Header .Nav .beta-nav-bottom a:hover, .Header .Nav .beta-nav-bottom a:active {
  text-decoration: none;
}

.Header .Nav .beta-nav-bottom li a {
  position: relative;
  padding-left: 24px;
  display: block;
  padding: 8px 10px;
}
.Header .Nav .beta-nav-bottom li a:before {
  content: '';
  display: block;
  position: absolute;
  top: 14px;
  left: 10px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 9px 0 9px 11px;
}
.Header .Nav .beta-nav-bottom li a span {
  padding-left: 24px;
}
.Header .Nav .beta-nav-bottom li:nth-of-type(odd) a:before {
  border-color: transparent transparent transparent #70c9ae;
}
.Header .Nav .beta-nav-bottom li:nth-of-type(even) a:before {
  border-color: transparent transparent transparent #d8ede6;
}

.Header .Nav .beta-nav-bottom li + li {
  border-top: 1px solid #ddd;
}

.Header .SP-btn-close.PC-none {
  background-color: #70c9ae;
  text-align: center;
  text-decoration: none;
}

.Header .SP-btn-close.PC-none a {
  color: #fff;
  /* text-align: center; */
  text-decoration: none;
  display: block;
  padding: 10px;
  font-family: "游ゴシック", YuGothic, Arial, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-weight: bold;
}
.Header .SP-btn-close.PC-none a span {
  font-weight: 13px;
  padding-left: 50px;
  background: url(/img/icon_close.svg) no-repeat center left;
}

.Header .Beta-bnr-wrap .bnr-wrap img {
	width: auto !important;
	height: auto !important;
}
.Header .Nav .nav-small {
	background-color: rgba(0,0,0,0.1);
}

.Header .Nav .nav-small .wb-blog-categ-title a {
	font-size: 12px !important;
	padding: 8px 2px!important;
	border-top: 0;
	border-bottom: 1px solid #ddd;
	border-left: 1px solid #ddd;
}
.Header .Nav .nav-small .wb-blog-categ-title{
	float: left;
	width: calc(100% / 2);
	background-color: rgba(0,0,0,0.2);

}
.Header .Nav .nav-small .wb-blog-categ-title:nth-of-type(2n+1){
	border-left: 0;
}
.Header .beta-nav-top li.M03 a{
	border-top: 0;
}
/* --------------------------------------------------------
-----------------------------------------------------------
Content 
-----------------------------------------------------------
----------------------------------------------------------- */
.Content {
  background-color: #f1f1f1;
  padding-top: 46px;
}

.Sub .Content {
  background-color: #fff;
}

.Sub .Main-wrap {
  padding: 40px 0;
  background-color: #f1f1f1;
}

.Sub .Content-block {
  margin-bottom: 50px;
}

/* --------------------------------------------------------
-----------------------------------------------------------
Alpha
-----------------------------------------------------------
----------------------------------------------------------- */
.Alpha .Alpha-alpha {
  margin-bottom: 80px;
}

/* --------------------------------------------------------
-----------------------------------------------------------
Beta
-----------------------------------------------------------
----------------------------------------------------------- */
.Beta {
  display: none;
}

/* --------------------------------------------------------
-----------------------------------------------------------
Page-head 
-----------------------------------------------------------
----------------------------------------------------------- */
.Page-head {
  position: relative;
  min-height: 70px;
  background-color: #70c9ae;
  padding: 0;
}

.Page-head .page-title {
  padding: 0;
  font-size: 23px;
  font-family: "游ゴシック", YuGothic, Arial, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  letter-spacing: 3px;
  padding: 0;
  font-weight: bold;
}

.Page-head .txt-wrap {
  width: 100%;
  text-align: center;
  padding: 20px;
  position: relative;
  background-color: rgba(0, 0, 0, 0.3);
  color: #fff;
  z-index: 2;
}

.Page-head .background {
  background: url("../img/sub_img_bg.jpg") repeat-x center #d8ede6;
  background-size: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  z-index: 1;
}

.Page-head h1 {
  font-size: 11px;
  font-weight: normal;
  color: #fff;
}

/* --------------------------------------------------------
-----------------------------------------------------------
 btn
-----------------------------------------------------------
----------------------------------------------------------- */
/*
---------------------------------------------------------
 Btn-next
--------------------------------------------------------- */
a.Btn-next {
  font-size: 18px;
  font-weight: bold;
  width: 80%;
  padding: 2% 9%;
  display: block;
  padding: 10px;
  border: 1px solid #ccc;
  background: url("/img/tab_bottom.svg") no-repeat bottom right #fff;
  letter-spacing: 0.2em;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  text-decoration: none !important;
}
a.Btn-next:hover, a.Btn-next:active {
  text-decoration: none;
}
a.Btn-next span {
  text-decoration: none;
}

a.Btn-next .color-black {
  font-size: 20px;
}

span.color-black {
  color: #333;
  font-size: 20px;
}

span.color-green {
  color: #70c9ae;
}

/* --------------------------------------------------------
-----------------------------------------------------------
Footer 
-----------------------------------------------------------
----------------------------------------------------------- */
/*
---------------------------------------------------------
contact-wrap
--------------------------------------------------------- */
.Footer .contact-wrap {
  background-color: #279b7a;
  border-bottom: 1px solid #e8e8e8;
  padding: 40px 0;
  box-shadow: inset rgba(0, 0, 0, 0.04) 0px 20px 15px -15px;
  background-color: #279b7a;
}

/* .Footer .contact-wrap .main-txt {
	color: #fff;
    font-size: 21px;
    text-align: center;
    margin-bottom: 20px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 1.4;
} */
/* contact-btn
--------------------------------------------------------- */
.Footer .contact-wrap .contact-btn a {
  font-size: 19px;
  padding: 11px 8px 8px;
}

.Footer .contact-wrap .contact-btn a span {
  background-image: url(../img/icon_mail.svg);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 28px 18px;
  letter-spacing: 0;
  padding: 0px 0px 0px 35px;
  font-family: "游ゴシック", YuGothic, Arial, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-weight: bold;
}

/* --------------------------------------------------------
-----------------------------------------------------------
top-wrap 
-----------------------------------------------------------
----------------------------------------------------------- */
.Footer .top-wrap {
  display: none;
  padding-top: 40px;
}

/* --------------------------------------------------------
-----------------------------------------------------------
bottom-wrap 
-----------------------------------------------------------
----------------------------------------------------------- */
.Footer .bottom-wrap {
  text-align: center;
}

/* txt-wrap
--------------------------------------------------------- */
.Footer .bottom-wrap .txt-wrap {
  margin-bottom: 20px;
}

.Footer .bottom-wrap .Logo {
  margin-bottom: 15px;
}

.Footer .bottom-wrap .Logo img {
  width: 90%;
  max-width: 320px;
}

.Footer .bottom-wrap .info {
  margin-bottom: 8px;
  color: #666;
}

/* tel-wrap
--------------------------------------------------------- */
.Footer .bottom-wrap .tel-wrap {
  text-align: center;
}

.Footer .bottom-wrap .tel-wrap .number {
  font-size: 25px;
  font-weight: bold;
  color: #70c9ae;
  display: block;
}

/*
---------------------------------------------------------
 Footer-nav
--------------------------------------------------------- */
.Footer-nav {
  display: none;
}

/* --------------------------------------------------------
-----------------------------------------------------------
bottom-wrap 
-----------------------------------------------------------
----------------------------------------------------------- */
.Footer .bottom-wrap {
  background-color: #f1f1f1;
  padding-top: 30px;
}

/* --------------------------------------------------------
-----------------------------------------------------------
Copyright 
-----------------------------------------------------------
----------------------------------------------------------- */
.Copyright {
  padding-bottom: 10px;
  font-size: 10px;
  line-height: 1.28;
  text-align: center;
  padding-top: 10px;
  color: #39c496;
  background-color: #f1f1f1;
}

/* --------------------------------------------------------
-----------------------------------------------------------
 PAGER 
-----------------------------------------------------------
----------------------------------------------------------- */
.wb-blog-page {
  border-top: 1px solid #ddd;
  padding-top: 20px;
  text-align: center;
  margin-top: 40px;
}

.wb-blog-page &gt; span,
.wb-blog-page &gt; a {
  box-shadow: rgba(0, 0, 0, 0.1) 1px 1px 3.5px 1px;
  border: 1px solid;
  color: #70c9ae;
  vertical-align: middle;
  display: inline-block;
  margin: 0 1px 4px;
  border-radius: 50%;
  width: 36px;
  height: 36px;
  font-size: 18px;
  line-height: 36px;
  text-decoration: none;
  letter-spacing: 0;
}

.wb-blog-page &gt; a {
  background-color: rgba(255, 255, 255, 0.8);
}

.wb-blog-page .wb-blog-btn-now {
  background-color: #70c9ae;
  color: #FFF;
  border-color: #70c9ae;
}

.wb-blog-page .wb-blog-page-separator {
  display: none;
}

.wb-blog-page .wb-blog-btn-next,
.wb-blog-page .wb-blog-btn-prev {
  /* @mixin:text-indent */
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  outline: none;
  outline: none;
  background-image: url(../img/icon_arrow01.svg);
  background-repeat: no-repeat;
  background-position: 53% center;
  background-size: 8px 15px;
}

.wb-blog-page .wb-blog-btn-prev {
  -webkit-transform: scaleX(-1);
  -moz-transform: scaleX(-1);
  -ms-transform: scaleX(-1);
  -o-transform: scaleX(-1);
  transform: scaleX(-1);
  overflow: hidden;
  box-shadow: rgba(0, 0, 0, 0.2) -1px 1px 2px 0.5px;
}

/* --------------------------------------------------------
-----------------------------------------------------------
 wb-map
-----------------------------------------------------------
----------------------------------------------------------- */
.wb-map &gt; div {
  width: 100% !important;
}

/* --------------------------------------------------------
-----------------------------------------------------------
 wb-pair(table) 
-----------------------------------------------------------
----------------------------------------------------------- */
.wb-pair .wb-pair-list-table {
  /* @mixin:SP-table-basic */
  width: 100%;
}
.wb-pair .wb-pair-list-table, .wb-pair .wb-pair-list-table tbody, .wb-pair .wb-pair-list-table tr, .wb-pair .wb-pair-list-table th, .wb-pair .wb-pair-list-table td {
  /* @mixin:SP-table-basic */
  display: block;
}
.wb-pair .wb-pair-list-table tr ~ tr {
  /* @mixin:SP-table-basic */
  margin-top: 10px;
}
.wb-pair .wb-pair-list-table td {
  /* @mixin:SP-table-basic */
  padding: 4px 10px 7px;
  background: #fefefe;
}
.wb-pair .wb-pair-list-table th, .wb-pair .wb-pair-list-table td:first-child {
  /* @mixin:SP-table-basic */
  font-weight: bold;
  background: #fefefe;
  padding: 10px 10px 4px;
  font-size: 14px;
  border-radius: 2px;
  line-height: 1.28;
}

/* --------------------------------------------------------
-----------------------------------------------------------
.wb-form  
-----------------------------------------------------------
----------------------------------------------------------- */
/*
---------------------------------------------------------
 COMMON
--------------------------------------------------------- */
/* iframe
--------------------------------------------------------- */
#sndDlg iframe {
  width: 100% !important;
  height: 1200px !important;
}

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

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

.wb-form .wb-form-btn li {
  display: inline-block;
  vertical-align: top;
  margin: 0 12px;
}

/*
---------------------------------------------------------
 BUTTON
--------------------------------------------------------- */
.wb-form input[type="submit"],
.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 */
  background-color: #279b7a;
  box-shadow: rgba(0, 0, 0, 0.1) 1px 1px 3.5px 1px;
  display: inline-block;
  padding: 6px;
  width: 100%;
  font-size: 15px;
  line-height: 1.3;
  text-decoration: none !important;
  color: #FFF !important;
  border: 3px double #f1f1f1 !important;
  text-align: center;
  margin: 0 auto;
}

.wb-form .wb-form-btn li input,
.wb-form .wb-form-table .zip-wrap input[type="button"] {
  vertical-align: middle;
}

.wb-form .wb-form-btn li input {
  font-size: 18px;
  padding: 6px 19px;
}

.wb-form .wb-form-table .zip-wrap input[type="button"] {
  padding: 5px 11px;
  margin-left: 4px;
  font-size: 14px;
  width: 30%;
}

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

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

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

.wb-form .wb-form-table td {
  padding: 0px 10px 20px;
  border-bottom: 1px solid #ddd;
}

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

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

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

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

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

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

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

/* wb-form-check / wb-form-radio
--------------------------------------------------------- */
.wb-form .wb-form-check,
.wb-form .wb-form-radio {
  list-style: none;
  padding-left: 0;
}

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

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

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

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

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

/*
---------------------------------------------------------
 確認画面/エラー画面/完了画面
--------------------------------------------------------- */
.WB-form-sub table {
  /* @mixin:SP-table-basic */
  width: 100%;
  padding: 0 10px;
}
.WB-form-sub table, .WB-form-sub table tbody, .WB-form-sub table tr, .WB-form-sub table th, .WB-form-sub table td {
  /* @mixin:SP-table-basic */
  display: block;
}
.WB-form-sub table tr ~ tr {
  /* @mixin:SP-table-basic */
  margin-top: 10px;
}
.WB-form-sub table td {
  /* @mixin:SP-table-basic */
  padding: 4px 10px 7px;
  background: #fefefe;
}
.WB-form-sub table th, .WB-form-sub table td:first-child {
  /* @mixin:SP-table-basic */
  font-weight: bold;
  background: #fefefe;
  padding: 10px 10px 4px;
  font-size: 14px;
  border-radius: 2px;
  line-height: 1.28;
}

.WB-form-sub .WB-form-top-txt {
  margin-bottom: 15px;
  padding: 0 10px;
  text-align: center;
}

.WB-form-sub .WB-form-end-txt {
  padding: 12px 15px;
  display: block;
  background-color: #f1f1f1;
  text-align: center;
}

/* --------------------------------------------------------
-----------------------------------------------------------
 Others 
-----------------------------------------------------------
----------------------------------------------------------- */
.Title-box-wrap {
  margin-bottom: 40px;
}

.Title-box {
  margin-bottom: 0;
  width: 100%;
  text-align: center;
  color: #333;
  font-size: 26px;
  background: url("/img/tab_top.svg") no-repeat left top;
  background-size: 30px;
  font-weight: bold;
  margin: 0 auto 20px;
}
.Title-box:hover, .Title-box:active {
  text-decoration: none;
}

.Title-box span {
  padding: 0;
  background: url("/img/tab_bottom.svg") no-repeat right bottom;
  background-size: 30px;
  display: block;
  padding: 20px;
}

/*
---------------------------------------------------------
 bxSlider
--------------------------------------------------------- */
/* LOADER */
.bx-wrapper .bx-loading {
  min-height: 50px;
  background: url("../img/slider/bx_loader.gif") center center no-repeat #ffffff;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2000;
}

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

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

#LO-blog14 .LO-categ-wrap .wb-blog-categ {
  float: left;
  margin: 0 0 3% 3%;
  width: 48.5%;
}
#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 a {
  /* @mixin:SP-btn-anchor */
  text-align: center;
  text-decoration: none !important;
  word-break: break-all;
  text-align: left;
  border: 3px double #f1f1f1;
  box-shadow: rgba(0, 0, 0, 0.1) 1px 1px 3.5px 1px;
  text-decoration: none;
  position: relative;
  display: block;
  line-height: 1.5;
  letter-spacing: 0;
  padding: 5px 12px 5px 23px;
  font-size: 13px;
  background-color: #279b7a;
  color: #fff;
}
#LO-blog14 .LO-categ-wrap .wb-blog-categ a:before {
  /* @mixin:SP-btn-anchor */
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  border-color: #fff transparent transparent transparent;
  display: block;
  top: 13px;
  left: 8px;
}

/*
---------------------------------------------------------
LO-content-wrap 
--------------------------------------------------------- */
#LO-blog14 .LO-content-wrap .wb-blog-categ .wb-blog-categ-title {
  /* @mixin:SP-title-block */
  margin-bottom: 20px;
  line-height: 1.15;
  text-align: center;
}
#LO-blog14 .LO-content-wrap .wb-blog-categ .wb-blog-categ-title span {
  /* @mixin:SP-title-block */
  color: #333;
  display: inline-block;
  font-weight: normal;
  font-size: 20px;
  font-family: "游ゴシック", YuGothic, Arial, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  position: relative;
  padding: 25px 50px 20px 57px;
  font-weight: bold;
  /* background-color:#fff; */
  background: url("/img/tab_top.svg") no-repeat #fff top left;
  background-size: 27px;
}
#LO-blog14 .LO-content-wrap .wb-blog-categ .wb-blog-categ-title span:before {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  top: 0;
  left: 0;
  border-style: solid;
  border-width: 20px 27px 0 0;
  border-color: #f1f1f1 transparent transparent transparent;
}
#LO-blog14 .LO-content-wrap .wb-blog-categ .wb-blog-categ-title span:after {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  bottom: 0;
  right: 0;
  border-style: solid;
  border-width: 0 0 15px 20px;
  border-color: transparent transparent #000000 transparent;
}

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

#LO-blog14 .LO-content-wrap .wb-blog-content-list {
  /* @mixin:SP-content-block */
  margin-bottom: 60px;
}
#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: #666;
  font-size: 12px;
  margin-right: 5px;
  padding-top: 1px;
}

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

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

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

#LO-blog-std-alpha .LO-article.MOD-continue .LO-bottom-wrap {
  border-top: 1px solid #ddd;
  padding-top: 15px;
  text-align: center;
}

#LO-blog-std-alpha .LO-article.MOD-continue .LO-bottom-wrap a {
  padding: 0 10px;
  font-size: 14px;
}

/*
---------------------------------------------------------
 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 {
  /* @mixin:SP-list-base */
  border-bottom: 1px solid #ddd;
  padding: 0px 10px 8px;
  margin-bottom: 10px;
}

#LO-blog-std-beta .LO-recently-block .wb-blog-title span {
  /* @mixin:SP-list-date */
  color: #666;
  display: block;
  font-size: 12px;
  letter-spacing: 0;
  line-height: 1;
  margin-bottom: 2px;
}

#LO-blog-std-beta .LO-side-block a {
  /* @mixin:SP-list-title */
  line-height: 1.5;
  display: inline-block;
  font-size: 15px;
  font-weight: bold;
  color: #333;
  text-decoration: none;
}

#LO-blog-std-beta .LO-recently-block .wb-blog-title a {
  color: #279b7a;
}

#LO-blog-std-beta .LO-categ-block a,
#LO-blog-std-beta .LO-archive-block a {
  /* @mixin:SP-link-arrow */
  position: relative;
  padding-left: 24px;
  display: inline-block;
  /* before */
}
#LO-blog-std-beta .LO-categ-block a:before,
#LO-blog-std-beta .LO-archive-block a:before {
  /* @mixin:SP-link-arrow */
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 0 8px 8px;
  border-color: transparent transparent transparent #39c496;
  display: block;
  top: 5px;
  left: 2px;
}
#LO-blog-std-beta .LO-categ-block a:before,
#LO-blog-std-beta .LO-archive-block a:before {
  border-color: transparent;
}

#LO-blog-std-beta .LO-categ-block .wb-blog .wb-blog-categ:nth-of-type(even) a:before,
#LO-blog-std-beta .LO-archive-block .wb-blog .wb-blog-categ:nth-of-type(even) a:before {
  border-color: transparent transparent transparent #70c9ae;
}

#LO-blog-std-beta .LO-categ-block .wb-blog .wb-blog-categ:nth-of-type(odd) a:before,
#LO-blog-std-beta .LO-archive-block .wb-blog .wb-blog-categ:nth-of-type(odd) a:before {
  border-color: transparent transparent transparent #279b7a;
}

/*
======================================================================
_sp-blog-menu
======================================================================*/
/* --------------------------------------------------------
-----------------------------------------------------------
 #LO-blog-menu
-----------------------------------------------------------
----------------------------------------------------------- */
/* ----------------
 LO-categ-wrap
------------------ */
#LO-blog-menu .LO-categ-wrap {
  margin-bottom: 30px;
  /* @mixin:SP-content-body */
  padding-left: 10px;
  padding-right: 10px;
}

#LO-blog-menu .LO-categ-wrap .wb-blog {
  overflow: hidden;
}

#LO-blog-menu .LO-categ-wrap .wb-blog-categ {
  float: left;
  margin: 0 0 3% 3%;
  width: 48.5%;
}
#LO-blog-menu .LO-categ-wrap .wb-blog-categ:nth-of-type(2n+1) {
  margin-left: 0;
  clear: both;
}

#LO-blog-menu .LO-categ-wrap .wb-blog-categ a {
  /* @mixin:SP-btn-anchor */
  text-align: center;
  text-decoration: none !important;
  word-break: break-all;
  text-align: left;
  border: 3px double #f1f1f1;
  box-shadow: rgba(0, 0, 0, 0.1) 1px 1px 3.5px 1px;
  text-decoration: none;
  position: relative;
  display: block;
  line-height: 1.5;
  letter-spacing: 0;
  padding: 5px 12px 5px 23px;
  font-size: 13px;
  background-color: #279b7a;
  color: #fff;
}
#LO-blog-menu .LO-categ-wrap .wb-blog-categ a:before {
  /* @mixin:SP-btn-anchor */
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  border-color: #fff transparent transparent transparent;
  display: block;
  top: 13px;
  left: 8px;
}

#LO-blog-menu .LO-categ-wrap .wb-blog-categ-title {
  border: 0;
}

#LO-blog-menu .LO-categ-wrap .wb-blog-categ-title span {
  border: 0;
  display: block;
  padding: 0;
}

#LO-blog-menu .Title-block.MOD-side {
  display: none;
}

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

#LO-blog-menu .LO-content-wrap .wb-blog-categ-title {
  border-bottom: 0;
  /* @mixin:SP-title-block */
  margin-bottom: 20px;
  line-height: 1.15;
  text-align: center;
}
#LO-blog-menu .LO-content-wrap .wb-blog-categ-title span {
  /* @mixin:SP-title-block */
  color: #333;
  display: inline-block;
  font-weight: normal;
  font-size: 20px;
  font-family: "游ゴシック", YuGothic, Arial, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  position: relative;
  padding: 25px 50px 20px 57px;
  font-weight: bold;
  /* background-color:#fff; */
  background: url("/img/tab_top.svg") no-repeat #fff top left;
  background-size: 27px;
}
#LO-blog-menu .LO-content-wrap .wb-blog-categ-title span:before {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  top: 0;
  left: 0;
  border-style: solid;
  border-width: 20px 27px 0 0;
  border-color: #f1f1f1 transparent transparent transparent;
}
#LO-blog-menu .LO-content-wrap .wb-blog-categ-title span:after {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  bottom: 0;
  right: 0;
  border-style: solid;
  border-width: 0 0 15px 20px;
  border-color: transparent transparent #000000 transparent;
}

#LO-blog-menu .LO-item-list {
  width: 47%;
  float: left;
  margin-left: 2%;
  margin-bottom: 5%;
}

#LO-blog-menu .LO-content-wrap .LO-product-list a {
  cursor: default;
}

#LO-blog-menu .LO-item-list:nth-of-type(2n) {
  clear: both;
}

#LO-blog-menu .wb-blog-content-list {
  clear: both;
}

#LO-blog-menu .LO-item-list .LO-blog-img-wrap {
  margin-bottom: 10px;
}

#LO-blog-menu .LO-blog-title {
  border-bottom: 1px solid #70c9ae;
}

.LO-blog-title .menu-title {
  text-align: left;
  padding: 0;
  color: #70c9ae;
  font-weight: bold;
  line-height: 1.3;
  margin-bottom: 10px;
  font-size: 15px;
  padding: 0 5px;
  text-align: center;
}

.LO-blog-price-wrap {
  text-align: right;
  font-size: 15px;
}

/*
======================================================================
sp-blog17
======================================================================*/
/* --------------------------------------------------------
-----------------------------------------------------------
 blog17
-----------------------------------------------------------
----------------------------------------------------------- */
/*
---------------------------------------------------------
 LO-item-list
--------------------------------------------------------- */
#LO-blog17 .LO-item-list {
  /* @mixin:SP-content-article */
  margin-bottom: 30px;
  padding: 10px;
  background-color: #fff;
}
#LO-blog17 .LO-item-list:last-child {
  /* @mixin:SP-content-article */
  margin-bottom: 0;
}

#LO-blog17 .LO-item-list .LO-img-wrap {
  margin-bottom: 7px;
}

#LO-blog17 .LO-item-list .LO-txt-wrap {
  margin-bottom: 10px;
  font-size: 12px;
}

#LO-blog17 .LO-item-list .LO-btn-wrap {
  text-align: center;
}

#LO-blog17 .LO-item-list .LO-btn-wrap a {
  display: block;
  padding: 5px 11px;
  font-size: 13px;
}

/*
---------------------------------------------------------
 LO-blog-article-wrap
--------------------------------------------------------- */
#LO-blog17 .LO-blog-article-body .LO-blog-img-wrap {
  margin-bottom: 7px;
}

/*
======================================================================
_sp-blog-item
======================================================================*/
/* --------------------------------------------------------
-----------------------------------------------------------
 #LO-blog-item-side
-----------------------------------------------------------
----------------------------------------------------------- */
#LO-blog-item-side {
  margin-bottom: 30px;
}

#LO-blog-item-side .wb-blog-categ {
  /* @mixin:SP-list-base */
  border-bottom: 1px solid #ddd;
  padding: 0px 10px 8px;
  margin-bottom: 10px;
  border-bottom: 0;
  background-color: #fff;
  padding: 0;
  width: 49%;
  float: left;
  margin-bottom: 10px;
}

#LO-blog-item-side .wb-blog .wb-blog-categ {
  margin-left: 2%;
}
#LO-blog-item-side .wb-blog .wb-blog-categ:nth-of-type(odd) {
  margin-left: 0;
}

#LO-blog-item-side .wb-blog-categ a {
  /* @mixin:SP-list-title */
  line-height: 1.5;
  display: inline-block;
  font-size: 15px;
  font-weight: bold;
  color: #333;
  text-decoration: none;
  /* @mixin:SP-link-arrow */
  position: relative;
  padding-left: 24px;
  display: inline-block;
  /* before */
  font-weight: bold;
  color: #333;
  font-size: 15px;
  display: block;
  padding: 8px 5px 8px 30px;
  font-family: "游ゴシック", YuGothic, Arial, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
}
#LO-blog-item-side .wb-blog-categ a:before {
  /* @mixin:SP-link-arrow */
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 0 8px 8px;
  border-color: transparent transparent transparent #39c496;
  display: block;
  top: 5px;
  left: 2px;
}
#LO-blog-item-side .wb-blog-categ a:before {
  border-color: transparent;
  top: calc(50% - 10px);
  left: 10px;
}
#LO-blog-item-side .wb-blog-categ a:hover, #LO-blog-item-side .wb-blog-categ a:active {
  text-decoration: none;
  background-color: #d8ede6;
  opacity: 1;
}

#LO-blog-item-side .LO-categ-wrap &gt; .wb-blog-categ a:before {
  border-color: transparent transparent transparent #70c9ae;
}

#LO-blog-item-side .LO-categ-wrap .wb-blog .wb-blog-categ:nth-of-type(even) a:before {
  border-color: transparent transparent transparent #70c9ae;
}

#LO-blog-item-side .LO-categ-wrap .wb-blog .wb-blog-categ:nth-of-type(odd) a:before {
  border-color: transparent transparent transparent #279b7a;
}

#LO-blog-item-side .wb-blog-categ.wb-blog-categ-active a {
  font-weight: bold;
}

/* --------------------------------------------------------
-----------------------------------------------------------
 #LO-blog-item-main
-----------------------------------------------------------
----------------------------------------------------------- */
#LO-blog-item-main .LO-categ-wrap .LO-price-value {
  color: #ec2b3c;
  font-weight: bold;
}

/*
---------------------------------------------------------
 list
--------------------------------------------------------- */
#LO-blog-item-main .wb-blog-content-list {
  overflow: hidden;
  /*clearfixの代用*/
  /* @mixin:SP-content-block */
  margin-bottom: 60px;
}
#LO-blog-item-main .wb-blog-content-list:last-child {
  /* @mixin:SP-content-block */
  margin-bottom: 0;
}

#LO-blog-item-main .wb-blog-categ-title {
  /* @mixin:SP-title-block */
  margin-bottom: 20px;
  line-height: 1.15;
  text-align: center;
}
#LO-blog-item-main .wb-blog-categ-title span {
  /* @mixin:SP-title-block */
  color: #333;
  display: inline-block;
  font-weight: normal;
  font-size: 20px;
  font-family: "游ゴシック", YuGothic, Arial, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  position: relative;
  padding: 25px 50px 20px 57px;
  font-weight: bold;
  /* background-color:#fff; */
  background: url("/img/tab_top.svg") no-repeat #fff top left;
  background-size: 27px;
}
#LO-blog-item-main .wb-blog-categ-title span:before {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  top: 0;
  left: 0;
  border-style: solid;
  border-width: 20px 27px 0 0;
  border-color: #f1f1f1 transparent transparent transparent;
}
#LO-blog-item-main .wb-blog-categ-title span:after {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  bottom: 0;
  right: 0;
  border-style: solid;
  border-width: 0 0 15px 20px;
  border-color: transparent transparent #000000 transparent;
}

#LO-blog-item-main .LO-item-list {
  width: 46%;
  float: left;
  margin-left: 2.5%;
  margin-bottom: 5%;
}
#LO-blog-item-main .LO-item-list:nth-of-type(2n) {
  clear: both;
}

#LO-blog-item-main .LO-item-list .LO-img-wrap {
  margin-bottom: 5px;
  width: 100%;
  height: 0;
  padding-bottom: 74.9%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  /* @mixin:text-indent */
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  outline: none;
}

#LO-blog-item-main .LO-item-list .LO-txt-wrap {
  margin-bottom: 8px;
}

#LO-blog-item-main .LO-item-list .LO-categ-wrap {
  text-align: center;
  margin-bottom: 4px;
  font-size: 10px;
}

#LO-blog-item-main .LO-item-list .LO-categ-wrap .LO-price-value {
  font-size: 14px;
}

#LO-blog-item-main .LO-item-list .LO-btn-wrap {
  text-align: center;
}

#LO-blog-item-main .LO-item-list .LO-btn-wrap a {
  display: block;
  padding: 6px;
  font-size: 11px;
}

/*
---------------------------------------------------------
  detail
--------------------------------------------------------- */
/* bxslider
--------------------------------------------------------- */
#LO-blog-item-main .LO-slider {
  margin: 0 0 10px;
}

#LO-blog-item-main .LO-slider &gt; .bx-wrapper {
  margin: 0 0 10px;
}

#LO-blog-item-main .LO-slider .LO-slider-list {
  padding: 0;
  list-style: none;
}

#LO-blog-item-main .LO-slider .LO-slider-list li {
  text-align: center;
}

#LO-blog-item-main .LO-slider .LO-slider-list li img {
  max-height: 380px;
}

/* pager
--------------------------------------------------------- */
#LO-blog-item-main .LO-controlwrap {
  position: relative;
}

#LO-blog-item-main .LO-controlwrap .bx-wrapper {
  padding: 0 22px;
  margin: 0 auto;
}

#LO-blog-item-main .LO-controlwrap .LO-pager {
  padding: 0;
  list-style: none;
}

#LO-blog-item-main .LO-controlwrap li {
  text-align: center;
  width: 80px !important;
}

#LO-blog-item-main .LO-controlwrap li a {
  display: block;
  background: #f2f2f2;
}

#LO-blog-item-main .LO-controlwrap li a img {
  max-height: 54px;
}

#LO-blog-item-main #LO-previcon,
#LO-blog-item-main #LO-nexticon {
  position: absolute;
  top: 0;
  background-color: #fff;
  border-radius: 2px;
  display: inline-block;
}

#LO-blog-item-main #LO-previcon {
  left: 0;
}

#LO-blog-item-main #LO-nexticon {
  right: 0;
}

#LO-blog-item-main #LO-previcon a,
#LO-blog-item-main #LO-nexticon a {
  height: 54px;
  width: 20px;
  display: block;
  position: relative;
  text-indent: -9999px;
}

#LO-blog-item-main #LO-previcon a:before,
#LO-blog-item-main #LO-previcon a:after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 9px 7px 9px 0;
  display: block;
  top: 0;
  bottom: 0;
  margin: auto 0;
}

#LO-blog-item-main #LO-previcon a:before {
  border-color: transparent #333 transparent transparent;
  left: 5px;
}

#LO-blog-item-main #LO-previcon a:after {
  border-color: transparent #fff transparent transparent;
  left: 7px;
}

#LO-blog-item-main #LO-nexticon a:before,
#LO-blog-item-main #LO-nexticon a:after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 9px 0 9px 7px;
  display: block;
  top: 0;
  bottom: 0;
  margin: auto 0;
}

#LO-blog-item-main #LO-nexticon a:before {
  border-color: transparent transparent transparent #333;
  right: 5px;
}

#LO-blog-item-main #LO-nexticon a:after {
  border-color: transparent transparent transparent #fff;
  right: 7px;
}

#LO-blog-item-main #LO-previcon a.bx-prev.disabled,
#LO-blog-item-main #LO-nexticon a.bx-next.disabled {
  display: none !important;
}

/* LO-item-top-wrap
--------------------------------------------------------- */
#LO-blog-item-main .LO-item-top-wrap .LO-categ-wrap {
  margin-bottom: 10px;
}

#LO-blog-item-main .LO-item-top-wrap .LO-categ-wrap .LO-price-value {
  font-size: 20px;
}

#LO-blog-item-main .LO-item-top-wrap .LO-categ-wrap + .LO-list-wrap {
  margin-top: 2px;
  padding-top: 10px;
  border-top: 1px solid #ccc;
}

/* LO-item-bottom-wrap
--------------------------------------------------------- */
.LO-item-bottom-wrap {
  margin-top: 10px;
  padding-top: 10px;
  border-top: 1px solid #ccc;
}

/* LO-btn-back
--------------------------------------------------------- */
#LO-blog-item-main .LO-btn-back {
  margin-top: 10px;
  text-align: center;
  padding-top: 20px;
  border-top: 1px solid #CCC;
}

#LO-blog-item-main .LO-btn-back a {
  /* @mixin:SP-link-text */
  font-size: 16px;
  font-weight: bold;
}

/*
======================================================================
sp-local
======================================================================*/
/* --------------------------------------------------------
-----------------------------------------------------------
 index
-----------------------------------------------------------
----------------------------------------------------------- */
/*
---------------------------------------------------------
 Content
--------------------------------------------------------- */
#index .Content {
  background: none;
  padding-bottom: 0;
}

#index .Content-block {
  /* @mixin:SP-content-block */
  margin-bottom: 60px;
  margin: 0;
  padding: 0 0 0 0;
}
#index .Content-block:last-child {
  /* @mixin:SP-content-block */
  margin-bottom: 0;
}

/*
---------------------------------------------------------
 Edit
--------------------------------------------------------- */
/*
---------------------------------------------------------
 main-image
--------------------------------------------------------- */
#index .main-img-wrap {
  background-color: #f1f1f1;
  position: relative;
}
#index .main-img-wrap:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.3);
  background: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.2) 50%, rgba(0, 0, 0, 0.02) 60%, rgba(0, 0, 0, 0.5) 100%);
  z-index: 60;
}

#index .main-img-wrap #WB-main-img {
  text-align: center;
}

#index .main-img-wrap .main-img-cover {
  position: absolute;
  top: -10%;
  left: -10%;
  z-index: 60;
  visiblity: hidden;
}

#index .main-img-wrap .main-img-cover img {
  width: 53%;
}

#index .main-img-wrap .bx-wrapper .bx-pager,
#index .main-img-wrap .bx-wrapper .bx-controls {
  position: absolute;
  bottom: 5px;
  width: 100%;
  z-index: 60;
}

/* LOADER */
.bx-wrapper .bx-loading {
  min-height: 50px;
  background: url("/img/slider/bx_loader.gif") center center no-repeat #ffffff;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2000;
}

/* PAGER */
.bx-wrapper .bx-pager {
  text-align: center;
  font-size: .85em;
  font-family: Arial;
  font-weight: bold;
  color: #666;
  padding-top: 10px;
}

.bx-wrapper .bx-pager.bx-default-pager a {
  background: rgba(255, 255, 255, 0.3);
  border: 1px solid rgba(255, 255, 255, 0.4);
  text-indent: -9999px;
  display: block;
  width: 13px;
  height: 13px;
  margin: 0 8px;
  outline: 0;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
  background: #39c496;
  border: 1px solid #39c496;
  opacity: 1;
}

.bx-wrapper .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
  display: inline-block;
  vertical-align: bottom;
  *zoom: 1;
  *display: inline;
}

.bx-wrapper .bx-pager-item {
  font-size: 0;
  line-height: 0;
}

/*
---------------------------------------------------------
 concept
--------------------------------------------------------- */
#index .concept-wrap {
  padding: 30px 0;
  text-align: center;
  color: #fff;
  background-color: #279b7a;
}

#index .concept-wrap .Title-block span,
#index .concept-wrap .Content-body {
  color: #fff;
}

#index .concept-wrap .Title-block {
  margin-bottom: 20px;
}

#index .concept-wrap .Title-block span {
  padding: 0;
}

#index .concept-wrap .Title-block span:before {
  content: none;
}

/*
---------------------------------------------------------
 rss
--------------------------------------------------------- */
#index .rss-wrap {
  position: relative;
  background-color: #fff;
  padding: 0;
}

#index .rss-wrap .Title-box {
  margin-bottom: 10px;
  text-align: center;
}

#index .rss-wrap .Title-box a {
  width: 100%;
  color: #333;
  font-size: 28px;
  text-decoration: none;
}
#index .rss-wrap .Title-box a:hover, #index .rss-wrap .Title-box a:active {
  text-decoration: none;
}

#index .rss-wrap .Title-box span {
  padding: 20px;
  background: url("/img/tab_bottom.svg") no-repeat right bottom;
}

#index .rss-wrap .news-list-wrap {
  padding: 0 10px;
}

#index .rss-wrap .news-wrap {
  text-align: center;
  position: relative;
  margin-bottom: 10px;
}

#index .rss-wrap .news-wrap a.link {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  /* @mixin:text-indent */
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  outline: none;
}

#index .rss-wrap .news-wrap {
  position: relative;
}
#index .rss-wrap .news-wrap:hover, #index .rss-wrap .news-wrap:active {
  opacity: 0.6;
  /* @mixin:transition($value) */
  -webkit-transition: all 1s;
  transition: all 1s;
}
#index .rss-wrap .news-wrap:before {
  content: "";
  width: 60px;
  height: 8px;
  background: url("/img/index_news_arrow.svg") no-repeat center center;
  background-size: 60px;
  position: absolute;
  bottom: 8px;
  right: 5px;
}

#index .rss-wrap .news-wrap .img-wrap {
  width: 40%;
  float: left;
  height: 0;
  padding-bottom: 33%;
  /* @mixin:text-indent */
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  outline: none;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

#index .rss-wrap .news-wrap .img-wrap.img-empty {
  background-color: #d8ede6;
  background-size: 80%;
}

#index .rss-wrap .news-wrap .txt-wrap {
  width: 60%;
  float: right;
  text-align: left;
  padding-left: 23px;
  padding: 10px 10px;
}

#index .rss-wrap .news-wrap .txt-wrap .categ {
  background-color: #70c9ae;
  display: inline-block;
  color: #fff;
  padding: 0px 20px;
  font-size: 14px;
  margin-bottom: 6px;
  text-decoration: none;
}

#index .rss-wrap .news-wrap .txt-wrap .categ[href='?blog_categ3=3'] {
  background-color: #1d50a2;
  /* 瑠璃色 */
}

#index .rss-wrap .news-wrap .txt-wrap .categ[href='?blog_categ3=4'] {
  background-color: #afd147;
  /* 萌黄 */
}

#index .rss-wrap .news-wrap .txt-wrap .categ[href='?blog_categ3=28'] {
  background-color: #f8b500;
  /* 山吹色 */
}

#index .rss-wrap .news-wrap .txt-wrap .categ[href='?blog_categ3=29'] {
  background-color: #f09199;
  /* 桃色 */
}

#index .rss-wrap .news-wrap .txt-wrap .date-wrap {
  font-size: 12px;
  color: #666;
  margin-bottom: 8px;
}

#index .rss-wrap .news-wrap .txt-wrap .title {
  font-size: 16px;
  color: #279b7a;
  line-height: 1;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

/*
---------------------------------------------------------
 index-Edit-wrap
--------------------------------------------------------- */
#index .index-Edit-wrap {
  background-color: #f1f1f1;
}

/*
---------------------------------------------------------
 information-wrap
--------------------------------------------------------- */
#index .information-wrap {
  padding: 60px 0 77px;
}

#index .information-wrap .information-first {
  padding: 20px 10px;
  background-color: rgba(255, 255, 255, 0.6);
  width: 84%;
  margin: 0 auto;
}

#index .information-wrap .information-first .Title-block {
  margin-bottom: 20px;
}

#index .information-wrap .information-first .Title-block span {
  display: block;
  font-weight: bold;
  background: none;
  padding: 0 0 5px;
}
#index .information-wrap .information-first .Title-block span:before, #index .information-wrap .information-first .Title-block span:after {
  content: none;
}

#index .information-wrap .information-first .Title-block span.color-green {
  font-size: 23px;
  color: #39c496;
}

#index .information-wrap .information-first .Title-block span.color-black {
  font-size: 26px;
}

#index .information-wrap .information-first p {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  line-height: 1.7;
}

/* information-btn
--------------------------------------------------------- */
#index .information-wrap .information-btn {
  background-color: #70c9ae;
  padding: 30px 0 50px;
}

#index .information-wrap .information-btn ul {
  padding: 0 10px;
}

#index .information-wrap .information-btn li {
  width: 32%;
  padding: 0 0 34%;
  height: 0;
  margin-right: 2%;
  float: left;
  background-color: #fff;
  z-index: 1;
  transition: ease-out 0.5s all;
  text-align: center;
  position: relative;
  box-shadow: rgba(0, 0, 0, 0.1) 1px 1px 3.5px 1px;
}
#index .information-wrap .information-btn li:nth-of-type(3n) {
  margin-right: 0;
}
#index .information-wrap .information-btn li:nth-of-type(3n+1) {
  clear: both;
}

#index .information-wrap .information-btn li a {
  height: 0;
  padding-top: 67%;
  padding-bottom: 40%;
  display: block;
  position: relative;
  /* @mixin:transition($value) */
  -webkit-transition: all 1s;
  transition: all 1s;
  background-repeat: no-repeat;
  background-position: center 10px;
  background-size: 80%;
  text-decoration: none;
  font-weight: bold;
  display: block;
  line-height: 1.2;
  /* 	background:
        linear-gradient(to bottom right, rgba(255,255,255,0) 50%, #d8ede6 50.5%) no-repeat top left/100% 100%; */
}
#index .information-wrap .information-btn li a:hover, #index .information-wrap .information-btn li a:active {
  text-decoration: none;
  opacity: 1;
  background-color: #d8ede6;
  		/* background:
        linear-gradient(to bottom right, #d8ede6 50%, #d8ede6 50.5%) no-repeat top left/100% 100%; */
  /* 		.color-green{
  			color:#fff;
  	} */
}
#index .information-wrap .information-btn li a:before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 15px 20px;
  border-color: transparent transparent #000000 transparent;
  /* @mixin:transition($value) */
  -webkit-transition: all 1s;
  transition: all 1s;
  z-index: -1;
}

#index .information-wrap .information-btn li a .color-black {
  font-size: 16px;
}

#index .information-wrap .information-btn li a .color-green {
  font-size: 14px;
  display: block;
}

#index .information-wrap .information-btn li.info01 a {
  background-image: url("/img/index_info01.svg");
}

#index .information-wrap .information-btn li.info02 a {
  background-image: url("/img/index_info02.svg");
}

#index .information-wrap .information-btn li.info03 a {
  background-image: url("/img/index_info03.svg");
}

/*
---------------------------------------------------------
 about
--------------------------------------------------------- */
#index .about-wrap {
  background-color: #d8ede6;
  padding: 0 0 50px;
}

#index .about-wrap .txt-wrap p {
  line-height: 1.8;
}

#index .about-wrap .img-wrap {
  text-align: center;
}

#index .about-wrap .about-btn li {
  margin-bottom: 10px;
  background-size: cover;
  background-position: center;
  position: relative;
  /* @mixin:transition($value) */
  -webkit-transition: all 1s;
  transition: all 1s;
}
#index .about-wrap .about-btn li:hover, #index .about-wrap .about-btn li:active {
  opacity: 0.5;
}
#index .about-wrap .about-btn li a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /* @mixin:text-indent */
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  outline: none;
}

#index .about-wrap .about-btn .img-wrap {
  width: 100%;
  height: 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  /* @mixin:text-indent */
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  outline: none;
  padding-bottom: 96%;
}

#index .about-wrap .about-btn li .txt-wrap {
  background-color: #fff;
}

#index .about-wrap .about-btn li .txt-wrap .title-wrap {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  padding: 8px;
}

#index .about-wrap .about-btn li .txt-wrap p {
  display: none;
}

#index .about-wrap .bx-viewport {
  margin-bottom: 20px;
}

#index .about-wrap .bx-controls-direction {
  text-align: center;
  margin-bottom: 30px;
}
#index .about-wrap .bx-controls-direction a {
  position: relative;
  color: #333;
  font-size: 15px;
  font-weight: bold;
  text-decoration: none;
  padding-top: 5px;
  padding-bottom: 5px;
}
#index .about-wrap .bx-controls-direction a:before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  position: absolute;
  top: 7px;
}
#index .about-wrap .bx-controls-direction a:hover, #index .about-wrap .bx-controls-direction a:active {
  opacity: 0.8;
}
#index .about-wrap .bx-controls-direction a + a {
  border-left: 1px solid #333;
}
#index .about-wrap .bx-controls-direction .bx-prev {
  padding-left: 30px;
  padding-right: 10px;
}
#index .about-wrap .bx-controls-direction .bx-prev:before {
  border-width: 10px 15px 10px 0;
  border-color: transparent #333333 transparent transparent;
  left: 0;
}
#index .about-wrap .bx-controls-direction .bx-next {
  padding-left: 10px;
  padding-right: 30px;
}
#index .about-wrap .bx-controls-direction .bx-next:before {
  border-width: 10px 0 10px 15px;
  border-color: transparent transparent transparent #333333;
  right: 0;
}

/*
---------------------------------------------------------
 works-wrap
--------------------------------------------------------- */
#index .works-wrap {
  background-color: #f1f1f1;
  padding-bottom: 50px;
}

#index .works-wrap li {
  width: 31.33%;
  padding: 0;
  margin-right: 3%;
  position: relative;
  float: left;
  text-align: center;
  padding-bottom: 0;
}

#index .works-wrap li .img-wrap {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  margin-bottom: 10px;
  overflow: hidden;
}

#index .works-wrap li .img-wrap a {
  height: 0;
  padding-bottom: 90%;
  /* @mixin:text-indent */
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  outline: none;
  display: block;
  background-size: cover;
}

#index .works-wrap li .txt-wrap {
  text-align: left;
  padding: 12px 10px;
  background-color: #fff;
}

#index .works-wrap li .categ-wrap {
  display: inline-block;
  background-color: #70c9ae;
  color: #fff;
  padding: 0 5px;
  font-size: 12px;
  margin-right: 10px;
}

#index .works-wrap li .date-wrap {
  display: block;
}

#index .works-wrap li .name-wrap {
  font-size: 13px;
}

#index .works-wrap .bx-viewport {
  margin-bottom: 20px;
}

#index .works-wrap .bx-controls-direction {
  text-align: center;
  margin-bottom: 30px;
}
#index .works-wrap .bx-controls-direction a {
  position: relative;
  color: #333;
  font-size: 15px;
  font-weight: bold;
  text-decoration: none;
  padding-top: 5px;
  padding-bottom: 5px;
}
#index .works-wrap .bx-controls-direction a:before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  position: absolute;
  top: 7px;
}
#index .works-wrap .bx-controls-direction a:hover, #index .works-wrap .bx-controls-direction a:active {
  opacity: 0.8;
}
#index .works-wrap .bx-controls-direction a + a {
  border-left: 1px solid #333;
}
#index .works-wrap .bx-controls-direction .bx-prev {
  padding-left: 30px;
  padding-right: 10px;
}
#index .works-wrap .bx-controls-direction .bx-prev:before {
  border-width: 10px 15px 10px 0;
  border-color: transparent #333333 transparent transparent;
  left: 0;
}
#index .works-wrap .bx-controls-direction .bx-next {
  padding-left: 10px;
  padding-right: 30px;
}
#index .works-wrap .bx-controls-direction .bx-next:before {
  border-width: 10px 0 10px 15px;
  border-color: transparent transparent transparent #333333;
  right: 0;
}

/*
---------------------------------------------------------
 recruit-wrap
--------------------------------------------------------- */
#index .recruit-wrap {
  padding: 50px 0;
  background: #ffffff;
  background: -moz-linear-gradient(left, #ffffff 50%, #d8ede6 50%);
  background: -webkit-linear-gradient(left, #ffffff 50%, #d8ede6 50%);
  background: linear-gradient(to right, #ffffff 50%, #d8ede6 50%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#d8ede6',GradientType=1 );
}

#index .recruit-wrap .title-wrap {
  text-align: center;
  font-weight: bold;
  margin-bottom: 30px;
  font-family: "游ゴシック", YuGothic, Arial, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  letter-spacing: 0.5em;
}

#index .recruit-wrap .title-wrap span.color-black {
  font-size: 28px;
  letter-spacing: 0.03em;
}

#index .recruit-wrap .title-wrap span.color-green {
  font-size: 25px;
}

#index .recruit-wrap .Content-body {
  background: none !important;
}

#index .recruit-wrap .txt-wrap p {
  margin-bottom: 45px;
  line-height: 1.7;
  text-align: center;
}

#index .recruit-wrap .img-wrap {
  margin-bottom: 20px;
}

#index .recruit-wrap .Btn-next .color-black {
  font-size: 20px;
}

/* --------------------------------------------------------
-----------------------------------------------------------
blog
-----------------------------------------------------------
----------------------------------------------------------- */
#blog .Title-article a {
  text-decoration: none;
}
#blog .Title-article a:active {
  text-decoration: underline;
}

#blog .LO-categ-link.Btn-sub[href='?blog_categ3=3'] {
  background-color: #1d50a2;
  /* 瑠璃色 */
}

#blog .LO-categ-link.Btn-sub[href='?blog_categ3=4'] {
  background-color: #afd147;
  /* 萌黄 */
}

#blog .LO-categ-link.Btn-sub[href='?blog_categ3=28'] {
  background-color: #f8b500;
  /* 山吹色 */
}

#blog .LO-categ-link.Btn-sub[href='?blog_categ3=29'] {
  background-color: #f09199;
  /* 桃色 */
}

/* --------------------------------------------------------
-----------------------------------------------------------
 company
-----------------------------------------------------------
----------------------------------------------------------- */
#company .map-wrap .map {
  border: 1px solid #dbdbdb;
  padding: 0;
  margin-bottom: 20px;
}

#company .map-wrap .map iframe {
  width: 100%;
  height: 300px;
}

#company .bnr-area-wrap .bnr-box {
  text-align: center;
}

#company .bnr-area-wrap .bnr-box + .bnr-box {
  margin-top: 20px;
}

/* --------------------------------------------------------
-----------------------------------------------------------
 LO-blog14 (concept)
-----------------------------------------------------------
----------------------------------------------------------- */
#LO-blog14 .LO-categ-wrap {
  margin-bottom: 30px;
}

/* --------------------------------------------------------
-----------------------------------------------------------
 works
-----------------------------------------------------------
----------------------------------------------------------- */
#works .LO-slider {
  background-color: #fff;
  padding: 10px;
}

#works .LO-item-detail .LO-categ-wrap .categ-name {
  background-color: #70c9ae;
  color: #fff;
  padding: 2px 10px;
  font-weight: bold;
  font-size: 15px;
}

#works .LO-item-detail .LO-categ-wrap .categ-detail {
  font-weight: bold;
  font-size: 15px;
  margin-left: 10px;
}

#works .LO-item-detail .LO-list-wrap span + span {
  margin-left: 10px;
}

#works .LO-content-wrap .wb-blog-content-list .wb-blog-categ-body {
  margin-bottom: 20px;
  padding: 0 10px;
}

/*# sourceMappingURL=sp-style.css.map */
</pre></body></html>