<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset 'UTF-8';
/* -----------
base
----------- */
/* 譌｢蟄呂SS荳頑嶌縺� */
.m_underLayer{
  position: relative;
}
.m_underLayer--colorPink{
  background: #FFFBF8;
}
.m_footWrap{
  width: 920px;
  margin: auto;
  padding-left: 280px;
  box-sizing: content-box;
}
@media screen and (max-width: 768px){
  .m_footWrap{
    width: auto;
    padding-left: 0;
    box-sizing: border-box;
  }
}
/* base */
body{
  counter-reset: templateNum meritNum;
}
.l_main{
  text-align: left;
  line-height: 1.6;
  font-size: 16px;
  font-family: "yu gothic", YuGothic, "繝偵Λ繧ｮ繝手ｧ偵ざ pron w3", "hiragino kaku gothic pron", Arial, 繝｡繧､繝ｪ繧ｪ, Meiryo, sans-serif;
}
.l_sideWrap{
  text-align: left;
}
/* -----------
layout
----------- */
/* 繝ｩ繝�ヱ繝ｼ */
.l_wrapper{
  display: block;
  width: auto;
}
/* 繝｡繧､繝ｳ */
.l_main{
  width: auto;
}
@media screen and (max-width: 768px){
  .l_main{
    padding: 0;
  }
}
/* 繧ｰ繝ｪ繝�ラ */
.l_grid--template{
  margin: -32px;
}
.l_grid--template &gt; .l_grid__item{
  padding: 32px;
}
.l_grid--merit{
  margin: -12px;
}
.l_grid--merit &gt; .l_grid__item{
  padding: 12px;
}
/* 繝翫ン */
.l_nav--content{
  border: 1px solid #1A5A85;
  border-top-width: 6px;
  background: #fff;
}
.l_nav--content .l_nav__item{
  width: auto;
}
.l_nav--content .l_nav__item + .l_nav__item{
  border-left: 1px dashed #1A5A85;
}
@media screen and (max-width: 768px){
  .l_nav--content{
    display: block;
    padding: 12px 0;
    /* border-top-style: none; */
  }
  .l_nav--content .l_nav__item + .l_nav__item{
    /* border-top: 1px dashed #1A5A85; */
    border-left: none;
  }
  .l_nav--content .l_nav__target{
    justify-content: flex-start;
  }
}
/* 繧ｵ繧､繝峨リ繝薙Λ繝�ヱ繝ｼ */
.l_sideWrap{
  position: absolute;
  top: 80px;
  left: 0;
  right: 0;
  width: 1220px;
  margin: 0 auto;
  pointer-events: none;
}
@media screen and (max-width: 768px){
  .l_sideWrap{
    display: none;
  }
}
/* 繧ｵ繧､繝医リ繝� */
.l_side{
  pointer-events: all;
}
/* -----------
module
----------- */

/* 隕句�縺� */
.m_heading--secoudary{
  margin-bottom: 56px;
}
.m_heading--secoudary .m_heading__ttl{
  text-align: center;
  font-size: 32px;
  line-height: 1.4;
}
.m_heading--secoudary .m_heading__ttl + .m_heading__sub{
  margin-top: 20px;
}
.m_heading--secoudary .m_heading__sub{
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.4;
}
@media screen and (max-width: 768px){
  .m_heading--secoudary .m_heading__ttl{
    font-size: 24px;
  }
  .m_heading--secoudary .m_heading__sub{
    font-size: 16px;
  }
}

/* 隍�焚繝懊ち繝ｳ */
.m_btns{
  display: flex;
  align-items: stretch;
  justify-content: center;
  margin: 0 -12px;
}
.m_btns__item{
  display: block;
  width: 50%;
  padding: 0 12px;
}
@media screen and (max-width: 768px){
  .m_btns{
    display: block;
  }
  .m_btns__item{
    width: 100%;
  }
  .m_btns__item + .m_btns__item{
    margin-top: 24px;
  }
}

/* 繝懊ち繝ｳ */
.m_btn--contMain::before{
  content: "";
  width: 0;
  height: 3em;
  display: block;
}
.m_btn--contMain .m_btn__target{
  width: 100%;
  border: 2px solid #1A5A85;
  border-radius: 8px;
  background: #1A5A85;
  font-weight: bold;
  color: #fff;
  transition: .3s background, .3s color;
}
.m_btn--contMain .m_btn__target:hover{
  color: #1A5A85;
  background: #fff;
  text-decoration: none;
}
.m_btn--contMain .m_btn__inner{
  position: relative;
  display: block;
  padding-right: 40px;
}
.m_btn--contMain .m_btn__inner::before{
  content: url("../img/leaf/eva/ico_btn_on.svg");
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  display: block;
  margin: auto 0;
  width: 20px;
  height: 20px;
}
.m_btn--contMain .m_btn__target:hover .m_btn__inner::before{
  content: url("../img/leaf/eva/ico_btn_off.svg");
}
.m_btn--contSub::before{
  content: "";
  width: 0;
  height: 3em;
  display: block;
}
.m_btn--contSub .m_btn__target{
  width: 100%;
  border: 2px solid #1A5A85;
  border-radius: 8px;
  background: #fff;
  font-weight: bold;
  color: #1A5A85;
  transition: .3s opacity;
}
.m_btn--contSub .m_btn__target:hover{
  opacity: .7;
  text-decoration: none;
}
.m_btn--contSub .m_btn__inner{
  position: relative;
  display: block;
  padding-right: 40px;
}
.m_btn--contSub .m_btn__inner::before{
  content: url("../img/leaf/eva/ico_btn_off.svg");
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  display: block;
  margin: auto 0;
  width: 20px;
  height: 20px;
}
@media screen and (max-width: 768px){
  .m_btn--contMain .m_btn__inner{
    padding-right: 28px;
    font-size: 14px;
  }
  .m_btn--contSub .m_btn__inner{
    padding-right: 28px;
    font-size: 14px;
  }
}

/* 閼壽ｳｨ繝ｪ繧ｹ繝� */
.m_footNotes{}
.m_footNotes__item + .m_footNotes__item{
  margin-top: 8px;
}

/* 閼壽ｳｨ */
.m_footNote{
  position: relative;
  padding-left: 1em;
  font-size: 12px;
}
.m_footNote::before{
  content: "窶ｻ";
  position: absolute;
  left: 0;
  display: block;
}

/* 繧ｳ繝ｳ繝�Φ繝� */
.m_content{
  position: relative;
  padding: 64px 0 144px;
}
.m_content__wave{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
  line-height: 0;
  transform: translateY(-100%) rotate(180deg);
}
.m_content__wave svg {
  display: block;
  width: calc(100% + 1.3px);
  height: 80px;
}
.m_content__wave .shape-fill {
  fill: #FFFBF8;
}
.m_content__inner{
  width: 920px;
  margin: auto;
  padding-left: 280px;
  box-sizing: content-box;
}
.m_content--deep{
  background: #FFF3E9;
}
.m_content--deep .m_content__wave .shape-fill {
  fill: #FFF3E9;
}
@media screen and (max-width: 768px){
  .m_content{
    overflow: hidden;
  }
  .m_content__inner{
    width: 95%;
    padding-left: 0;
    box-sizing: border-box;
  }
}


/* 繝偵�繝ｭ繝ｼ繧ｺ繧ｨ繝ｪ繧｢ */
.m_herosArea{
  width: 920px;
  margin: auto;
  padding-left: 280px;
  box-sizing: content-box;
}
.m_herosArea__keyvisual{
  line-height: 0;
  text-align: center;
}
.m_herosArea__keyvisual img{
  max-width: 100%;
  height: auto;
}
.m_herosArea__keyvisual + .m_herosArea__nav{
  margin-top: 40px;
}
@media screen and (max-width: 768px){
  .m_herosArea{
    width: 95%;
    padding-left: 0;
    box-sizing: border-box;
  }
  .m_herosArea__nav{
    /* max-width: 320px; */
    margin-left: auto;
    margin-right: auto;
  }
}
/* 繝翫ン繝懊ち繝ｳ */
.m_navToggle{
  display: none;
}
.m_navToggle__target{
  position: relative;
  border: 1px solid #1A5A85;
  border-top-width: 6px;
  background: #fff;
  display: flex;
  align-items: center;
  height: calc(3em + 6px);
  padding: 0 14px;
  font-weight: bold;
  font-size: 13px;
  color: inherit;
}
.m_navToggle__target::before,
.m_navToggle__target::after{
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 16px;
  display: block;
  width: 20px;
  height: 4px;
  margin: auto 0;
  border-radius: 100px;
  background: #1A5A85;
}
.m_navToggle__target::after{
  transform: rotate(90deg);
  transition: .3s transform;
}
.m_navToggle__target.is_open::after{
  transform: rotate(0deg);
}
@media screen and (max-width: 768px){
  .m_navToggle{
    display: block;
  } 
}
/* 繝翫ン */
.m_contentNav{
  height: 3em;
  padding: 0 20px;
  font-weight: bold;
  font-size: 13px;
  word-break: keep-all;
  white-space: nowrap;
}
.m_contentNav--adjust{
  padding: 0 22px;
}
.m_contentNav--another{
  position: relative;
  padding-right: 18px;
}
.m_contentNav--another::before{
  content: url("../img/leaf/eva/ico_another_link.svg");
  position: absolute;
  top: 2px;
  right: 4px;
  display: block;
  width: 8px;
  line-height: 1;
}
@media screen and (max-width: 768px){
  .m_contentNav{
    position: relative;
    padding-left: 48px;
    height: 2.4em;
  }
  .m_contentNav::after{
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 12px;
    display: block;
    width: 24px;
    height: 1px;
    margin: auto 0;
    background: #1A5A85;
  }
  .m_contentNav--another::before{
    top: 0;
    bottom: 0;
    right: 12px;
    width: 16px;
    height: 18px;
    margin: auto 0;
  }
}
/* 繧｢繝舌え繝� */
.m_about{
  padding: 40px 32px;
  background: #fff;
}
.m_about__msg + .m_about__msg{
  margin-top: 16px;
}
/* 豈碑ｼ�Λ繝�ヱ繝ｼ */
.m_compareWrap{}
.m_compareWrap__body{
  padding: 24px;
  background: #fff;
}
/* 豈碑ｼ�｡ｨ */
.m_compareTable{
  table-layout: fixed;
  border-collapse: collapse;
  width: 100%;
}
.m_compareTable__heading{
  padding-bottom: 2px;
}
.m_compareTable__ttlWrap{
  padding: 0 4px;
  vertical-align: middle;
}
.m_compareTable__ttl{
  display: flex;
  align-items: center;
  justify-content: center;
  height: 72px;
  border: 2px solid;
  color: #1A5A85;
  font-size: 18px;
  font-weight: bold;
}
.m_compareTable__ttl--img{
  line-height: 0;
}
.m_compareTable__rowTtl{
  width: 146px;
  border: 4px solid #fff;
  vertical-align: middle;
  color: #fff;
  text-align: center;
  font-weight: bold;
  font-size: 16px;
  background: #1A5A85;
}
.m_compareTable__rowTtl--empty{
  border: none;
  background: none;  
}
.m_compareTable__body &gt; .m_compareTable__row + .m_compareTable__row{
  border-top: 1px dashed #1A5A85;
}
.m_compareTable__body &gt; .m_compareTable__row:last-of-type .m_compareTable__data{
  border-bottom: 1px solid #1A5A85;
}
.m_compareTable__data + .m_compareTable__data{
  border-left: 1px solid #1A5A85;
}
.m_compareTable__data{
  vertical-align: middle;
  text-align: center;
  padding: 16px;
}
@media screen and (max-width: 768px){
  .m_compareTable{
    display: flex;
    border-bottom: 1px solid #1A5A85;
  }
  .m_compareTable__heading{
    display: block;
  }
  .m_compareTable__body{
    display: flex;
    align-items: stretch;
    overflow: auto;
  }
  .m_compareTable__row{
    display: block;
  }
  .m_compareTable__rowTtl{
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
    font-size: 14px;
  }
  .m_compareTable__rowTtl br{
    display: none;
  }
  .m_compareTable__heading .m_compareTable__rowTtl{
    width: 80px;
    height: 28px;
  }
  .m_compareTable__ttl{
    height: 100%;
    border: none;
    font-size: 14px;
  }
  .m_compareTable__body .m_compareTable__rowTtl{
    width: 240px;   
    height: 28px;
  }
  .m_compareTable__body &gt; .m_compareTable__row + .m_compareTable__row{
    border-top: none;
    border-left: 1px solid #1A5A85;
  }
  .m_compareTable__ttlWrap{
    display: block;
    height: 100px;
  }
  .m_compareTable__ttlWrap + .m_compareTable__ttlWrap{
    border-top: 1px solid #1A5A85;
  }
  .m_compareTable__data{
    display: block;
    height: 100px;
    font-size: 12px;
  }
  .m_compareTable__data + .m_compareTable__data{
    border: none;
    border-top: 1px solid #1A5A85;
  }
  .m_compareTable__body &gt; .m_compareTable__row:last-of-type .m_compareTable__data{
    border: none;
  }
  .m_compareTable__body &gt; .m_compareTable__row:last-of-type .m_compareTable__data + .m_compareTable__data{
    border-top: 1px solid #1A5A85;
  }
}
/* 豈碑ｼ�｡ｨ縺ｮ荳ｭ霄ｫ */
.m_compare{}
.m_compare__msg + .m_compare__msg{
  margin-top: 12px;
}
.m_compare__msg{
  display: flex;
  justify-content: center;
  align-items: baseline;
  font-size: 14px;
}
.m_compare__em{
  font-size: 22px;
  line-height: 100%;
}
.m_compare__footNote{
  position: relative;
  padding-left: 1em;
  text-align: left;  
}
.m_compare__footNote::before{
  content: "窶ｻ";
  position: absolute;
  left: 0;
  display: block;
}
@media screen and (max-width: 768px){
  .m_compare__msg{
    display: block;
    justify-content: center;
    font-size: 12px;
  }
  .m_compare__msg br{
    display: none;
  }
  .m_compare__em{
    font-size: 16px;
  }
}
/* 繝�Φ繝励Ξ繝ｼ繝� */
.m_template{
  position: relative;
  padding: 32px 24px 264px;
  counter-increment: templateNum;
  background: #fff;
}
.m_template__heading{
  position: relative;
  margin-bottom: 40px;
  padding-left: 36px;
}
.m_template__heading::before{
  content: counter(templateNum);
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  display: block;
  height: 1em;
  margin: auto 0;
  line-height: 1;
  font-weight: bold;
  font-size: 40px;
  color: #1A5A85;
}
.m_template__ttl{
  border-bottom: 1px solid;
  padding: 0 0 12px 0.5em;
  line-height: 1.3;
  font-size: 20px;
  color: #1A5A85;
}
.m_template__list{}
.m_template__listItem{
  position: relative;
  padding-left: 16px;
}
.m_template__listItem::before{
  content: "";
  position: absolute;
  top: 5px;
  left: 0;
  display: block;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: #1A5A85;
}
.m_template__listItem + .m_template__listItem{
  margin-top: 12px;
}
.m_template__img{
  position: absolute;
  bottom: 32px;
  left: 0;
  display: block;
  width: 100%;
  padding: 0 24px;
  text-align: center;
  line-height: 0;
}
.m_template__imgBtn{
  position: relative;
  padding-top: calc(100% * 9 / 16);
  display: block;
  overflow: hidden;
}
.m_template__imgBtn:hover{
  color: inherit;
  text-decoration: none;
}
.m_template__imgBtn img{
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  display: block;
  width: 100%;
  height: auto;
}
.m_template__imgBtn::before{
  content: "繧ｯ繝ｪ繝�け縺励※諡｡螟ｧ";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  font-weight: bold;
  font-size: 18px;
  color: #fff;
  background: rgba(0, 0, 0, .8);
}
@supports (backdrop-filter: blur(3px)) {
  .m_template__imgBtn::before{
    background: none;
    color: #1A5A85;
    backdrop-filter: blur(3px);
  }
}
@media screen and (max-width: 768px){
  .m_template{
    padding: 32px 24px;
  }
  .m_template__list + .m_template__img{
    margin-top: 24px;
  }
  .m_template__img{
    position: static;
    padding: 0;
  }
}
/* 繝｡繝ｪ繝�ヨ */
.m_merit{
  position: relative;
  padding: 40px 32px;
  background: #fff;
  counter-increment: meritNum;
}
.m_merit__heading{
  position: absolute;
  top: 0;
  padding-left: 40px;
  transform: translateY(-50%);
}
.m_merit__heading::before{
  content: counter(meritNum);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  display: block;
  height: 1em;
  margin: auto 0;
  line-height: 1;
  font-size: 40px;
  font-weight: bold;
  color: #1A5A85;
  opacity: .4;
}
.m_merit__ttl{
  color: #1A5A85;
  font-size: 20px;
}
.m_merit__ttlEm{
  font-size: 26px;
  line-height: 100%;
}
.m_merit__lead{
  font-weight: bold;
}
.m_merit__lead + .m_merit__msg{
  margin-top: 16px;
}
.m_merit__msg + .m_merit__msg{
  margin-top: 16px;  
}
@media screen and (max-width: 768px){
  .m_merit__lead br{
    display: none;
  }
}
/* 繧､繝ｳ繧ｿ繝ｼ繝輔ぉ繝ｼ繧ｹ繝ｩ繝�ヱ繝ｼ */
.m_interfaceWrap__body{
  padding: 24px;
  background: #fff;
}
.m_interfaceWrap__body + .m_interfaceWrap__footer{
  margin-top: 40px;
}
/* 繧､繝ｳ繧ｿ繝ｼ繝輔ぉ繝ｼ繧ｹ */
.m_interface{}
.m_interface__nav{
  display: flex;
  justify-content: space-between;
  align-items: stretch;
}
.m_interface__navItem{
  display: flex;
}
.m_interface__navTarget{
  display: block;
  padding: 4px 3em;
  border: 1px solid #1A5A85;
  color: #1A5A85;
  transition: .3s color, .3s background; 
}
.m_interface__navTarget:hover,
.m_interface__navTarget.is_active{
  text-decoration: none;
  color: #fff;
  background: #1A5A85;
}
.m_interface__navTarget.is_active{
  cursor: default;
}
.m_interface__bodyWrap{
  position: relative;
}
.m_interface__body{
  margin-top: -1px;
}
.m_interface__img{
  padding: 24px;
  border: 1px solid #1A5A85;
  text-align: center;
  line-height: 1;
}
.m_interface__img img{
  max-width: 100%;
  height: auto;
}
.m_interface__img + .m_interface__funcsWrap{
  margin-top: 40px;
}
.m_interface__funcs{
  display: flex;
  margin: -12px;
}
.m_interface__func{
  display: flex;
  width: 33.333%;
  padding: 12px;
}
@media screen and (max-width: 768px){
  .m_interface__navItem{
    width: 50%;
  }
  .m_interface__navTarget{
    width: 100%;
    padding: 4px 1em;
    font-size: 14px;
  }
  .m_interface__funcs{
    display: block;
    margin: -12px;
  }
  .m_interface__func{
    width: 100%;
  }
  .m_interface__btns{
    display: block;
  }
  .m_interface__btn{
    width: 100%;
  }
  .m_interface__btn + .m_interface__btn{
    margin-top: 24px;
  }
}
@media screen and (max-width: 599px){
  .m_interface__navTarget{
    font-size: 13px;
    letter-spacing: 0;
  }
}
/* 讖溯� */
.m_func{
  position: relative;
  padding: 24px 16px;
  border: 1px solid #1A5A85;
}
.m_func__ttl{
  position: absolute;
  top: 0;
  left: 16px;
  padding: 0 .5em;
  font-weight: bold;
  font-size: 20px;
  color: #1A5A85;
  background: #fff;
  transform: translateY(-50%);
}
.m_func__msg{
  font-size: 13px;
}
.m_func__link{
  display: flex;
  justify-content: flex-end;
  font-size: 13px;
}
.m_func__msg + .m_func__link{
  margin-top: 8px;
}
.m_func__linkTarget{
  position: relative;
  display: block;
  padding-left: 20px;
  color: #1A5A85;
}
.m_func__linkTarget:hover{
  text-decoration: underline;
  color: #1A5A85;
}
.m_func__linkTarget::before{
  content: url("../img/leaf/eva/ico_more.svg");
  position: absolute;
  top: 2px;
  left: 0;
  display: block;
  width: 14px;
  line-height: 1;
}



/* 豢ｻ逕ｨ譁ｹ豕輔Λ繝�ヱ繝ｼ */
.m_usageWrap{}
.m_usageWrap__heading{}
.m_usageWrap__body{
  padding: 24px;
  background: #ECECEC;
}

/* 豢ｻ逕ｨ譁ｹ豕� */
.m_usage{
  display: flex;
  align-items: stretch;
}
.m_usage__nav{
  flex: 0 0 280px;
}
.m_usage__list{}
.m_usage__item{
  padding: 8px 0;
}
.m_usage__target{
  display: flex;
  align-items: center;
  width: 100%;
  height: 108px;
  padding: 0 24px;
  font-weight: bold;
  color: inherit;
  font-size: 14px;
  background: #fff;
  transition: .3s background, .3s transform;
}
.m_usage__target:focus{
  outline: none;
}
.m_usage__target:hover,
.m_usage__target.is_active{
  text-decoration: none;
  color: inherit;
  background: #F3FAFF;
  transform: scale(1.05);
}
.m_usage__nav + .m_usage__bodyWrap{
  margin-left: 24px;
}
.m_usage__bodyWrap{
  display: flex;
}
.m_usage__body{
  display: flex;
  align-items: center;
  width: 100%;
  padding: 40px;
  background: #fff;
}
.m_usage__ttl{
  margin-bottom: 40px;
  color: #1A5A85;
  font-weight: bold;
  font-size: 20px;
}
.m_usage__msg + .m_usage__msg{
  margin-top: 24px;
}
@media screen and (max-width: 768px){
  .m_usage{
    display: block;
  }
  .m_usage__nav{
    display: none;
  }
  .m_usage__bodyWrap{
    display: block;
  }
  .m_usage__body{
    padding: 0;
    display: block;
  }
  .m_usage__bodyInner{
    padding: 24px;
  }
  .m_usage__nav + .m_usage__bodyWrap{
    margin-left: 0;
  }
}

/* 萓｡譬ｼ繝ｩ繝�ヱ繝ｼ */
.m_priceWrap{}
.m_priceWrap__body{
  padding: 40px 120px;
  background: #fff;
}
.m_priceWrap__item + .m_priceWrap__item{
  position: relative;
  padding-top: 24px;
  margin-top: 24px;
}
.m_priceWrap__item + .m_priceWrap__item::before{
  content: "��";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  display: block;
  width: 1em;
  margin: 0 auto;
  line-height: 1;
  font-size: 40px;
  transform: translateY(-50%);
}
.m_priceWrap__list + .m_priceWrap__simulation{
  margin-top: 40px;
}
.m_priceWrap__footer{
  margin-top: 40px;
}
@media screen and (max-width: 768px){
  .m_priceWrap__body{
    padding: 24px 16px;
  }
}
/* 萓｡譬ｼ */
.m_price{
  display: flex;
  align-items: stretch;
}
.m_price__ttl{
  flex: 0 0 240px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 56px;
  font-size: 18px;
  color: #fff;
  background: #1A5A85;
}
.m_price__body{
  flex: 1 1 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #1A5A85;
}
.m_price__price{
  font-size: 13px;
}
.m_price__num{
  font-weight: bold;
  font-size: 20px;
  line-height: 100%;
}
@media screen and (max-width: 768px){
  .m_price__ttl{
    flex: 0 0 140px;
  }
}
@media screen and (max-width: 599px){
  .m_price{
    display: block;
  }
  .m_price__ttl{
    height: auto;
    padding: 8px 12px;
  }
  .m_price__body{
    border-top: none;
    padding: 12px;
  }
  .m_price__num{
    display: block;
    margin-bottom: 4px;
  }
}

/* 譁咎≡繧ｷ繝溘Η繝ｬ繝ｼ繧ｷ繝ｧ繝ｳ繝ｪ繧ｹ繝� */
.m_simulations{}
.m_simulations__ttl{
  margin-bottom: 24px;
  font-weight: bold;
  text-align: center;
  font-size: 20px;
}
.m_simulations__item:nth-child(odd){
  background: #FFFBF8;
}
.m_simulations__item:nth-child(even){
  background: #FFF;
}

/* 譁咎≡繧ｷ繝溘Η繝ｬ繝ｼ繧ｷ繝ｧ繝ｳ */
.m_simulation{
  display: flex;
  align-items: stretch;
}
.m_simulation__ttl{
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50%;
  height: 56px;
  font-weight: normal;
  font-size: 18px;
}
.m_simulation__body{
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50%;
}
.m_simulation__price{
  font-weight: bold;
  font-size: 13px;
}
.m_simulation__num{
  font-size: 20px;
  line-height: 100%;
}
.m_simulation__taxin{
  font-size: 13px;
}
@media screen and (max-width: 599px){
  .m_simulation__ttl{
    width: 33.333%;
    font-size: 16px;
  }
  .m_simulation__body{
    width: 66.666%;
  }
}
/* 縺翫☆縺吶ａ繝ｩ繝�ヱ繝ｼ */
.m_recommendWrap{}
.m_recommendWrap__body{
  padding: 24px;
  background: #fff;
}
.m_recommendWrap__body + .m_recommendWrap__footer{
  margin-top: 40px;
}
.m_recommendWrap__footer{
  margin: 0 auto;
}
/* 縺翫☆縺吶ａ */
.m_recommend{}
.m_recommend__list{}
.m_recommend__item{
  position: relative;
  padding: 16px 0 16px 40px;
  border-bottom: 1px dashed #1A5A85;
  font-weight: bold;
}
.m_recommend__item::before{
  content: "";
  position: absolute;
  left: 8px;
  top: 0;
  bottom: 0;
  display: block;
  width: 20px;
  height: 20px;
  margin: auto 0;
  border: 1px solid #1A5A85;
}
.m_recommend__list + .m_recommend__msg{
  margin-top: 20px;
}
.m_recommend__msg{
  position: relative;
  padding-left: 40px;
}
.m_recommend__msg::before{
  content: "\f044";
  position: absolute;
  left: 8px;
  display: block;
  line-height: 1;
  font-size: 24px;
  font-family: FontAwesome;
}

/* QA繝ｩ繝�ヱ繝ｼ */
.m_qaWrap{}
.m_qaWrap__body{
  padding: 24px;
  background: #fff;
}
.m_qaWrap__item + .m_qaWrap__item{
  margin-top: 24px;
}
.m_qaWrap__body + .m_qaWrap__footer{
  margin-top: 40px;
}
.m_qaWrap__footer{
  margin: 0 auto;
}

/* QA */
.m_qa{}
.m_qa__q{}
.m_qa__qTarget{
  position: relative;
  display: block;
  padding-left: 1.5em;
  color: inherit;
}
.m_qa__qTarget:hover{
  color: inherit;
  text-decoration: underline;
}
.m_qa__qTarget::before{
  content: "Q.";
  position: absolute;
  left: 0;
  display: block;
  font-weight: bold;
  color: #1A5A85;
}
.m_qa__aBody{
  position: relative;
  padding-top: 12px;
  padding-left: 1.5em;
}
.m_qa__aBody::before{
  content: "A.";
  position: absolute;
  left: 0;
  display: block;
  color: #1A5A85;
}
.m_qa__aMsg + .m_qa__aMsg{
  margin-top: 8px;
}
/* 繧ｵ繝ｼ繝薙せ繝ｩ繝�ヱ繝ｼ */
.m_serviceWrap{}
.m_serviceWrap__item + .m_serviceWrap__item{
  margin-top: 40px;
}
/* 繧ｵ繝ｼ繝薙せ */
.m_service{}
.m_service__heading{
  display: flex;
  justify-content: center;
  margin-bottom: 32px;
}
.m_service__ttl{
  padding: 0 64px 12px;
  border-bottom: 1px solid;
  font-size: 20px;
  color: #1A5A85;
}
.m_service__list{
  display: flex;
  margin: -12px;
}
.m_service__listItem{
  padding: 12px;
}
.m_service__link{
  display: block;
  line-height: 0;
  transition: .3s opacity;
}
.m_service__link:hover{
  opacity: .7;
}
.m_service__link img{
  max-width: 100%;
  height: auto;
}
@media screen and (max-width:768px){
  .m_service__ttl{
    padding: 0 0 12px;
    font-size: 16px;
  }
}
@media screen and (max-width:599px){
  .m_service__list{
    display: block;
  }
}

/* 繝｢繝ｼ繝繝ｫ */
.m_modal{}
.m_modal__body{
  width: 80vw;
  max-height: 80vh;
  line-height: 0;
  text-align: center;
}
.m_modal__body img{
  width: 100%;
  height: auto;
}
.m_modal__btn{
  position: absolute;
  top: 0;
  right: 0;
  transform: translate(50%, -50%);
}
.m_modal__btnTarget{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  border: 2px solid;
  border-radius: 50%;
  line-height: 1;
  color: inherit;
  font-size: 20px;
  background: #fff;
  color: inherit;
  transition: .3s opacity;
}
.m_modal__btnTarget:hover{
  color: inherit;
  text-decoration: none;
  opacity: .7;
}
@media screen and (orientation: portrait){
  .m_modal__body{
    max-width: 80vw;
    max-height: none;
    height: 80vh;
  }
  .m_modal__body img{
    width: auto;
    max-width: none;
    height: 100%;
  }
}

/* 繝ｭ繝ｼ繝繝ｼ */
.m_loading {
  position: absolute;
  top: 50%;
  left: 50%;
}
.m_loading__bar {
  display: inline-block;
  width: 4px;
  height: 18px;
  border-radius: 4px;
  animation: loading 1s ease-in-out infinite;
}
.m_loading__bar:nth-child(1) {
  background-color: #1a8192;
  animation-delay: 0;
}
.m_loading__bar:nth-child(2) {
  background-color: #4260ad;
  animation-delay: 0.09s;
}
.m_loading__bar:nth-child(3) {
  background-color: #b52d61;
  animation-delay: .18s;
}
.m_loading__bar:nth-child(4) {
  background-color: #00c77f;
  animation-delay: .27s;
}
@keyframes loading {
  0% {
    transform: scale(1);
  }
  20% {
    transform: scale(1, 2.2);
  }
  40% {
    transform: scale(1);
  }
}
/* 蟾ｦ繝翫ン繝上ャ繧ｯ */
#leaf_sub dl.nav_panel dt.nav_title--eva{
  position: relative;
  margin-bottom: 16px;
  padding-left: 24px;
  border-color: #00BDD6;
}
#leaf_sub dl.nav_panel dt.nav_title--eva::before{
  content: "";
  position: absolute;
  top: 0;
  bottom: 8px;
  left: 0;
  display: block;
  width: 18px;
  height: 18px;
  margin: auto 0;
  background: url("../img/leaf/eva/ico_star.svg") no-repeat center center / contain;
}
#leaf_sub .leaf_nav_acc_cont__em{
  color: #00BDD6;
}

/* slick繝上ャ繧ｯ */
.js_usage__nav .slick-arrow{
  position: relative;
  left: 50%;
  border: none;
  border-left: 24px solid transparent;
  border-right: 24px solid transparent;
  line-height: 0;
  text-indent: -9999px;
  transform: translateX(-50%);
  transition: .3s opacity;
}
.js_usage__nav .slick-arrow:hover{
  opacity: .7;
}
.js_usage__nav .slick-prev{
  border-bottom: 12px solid #333;
}
.js_usage__nav .slick-next{
  border-top: 12px solid #333;
}


.js_usage__bodyWrap .slick-slider{
  position: relative;
}
.js_usage__bodyWrap .slick-arrow{
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: block;
  height: 48px;
  margin: auto 0;
  border: none;
  border-top: 24px solid #fff;
  border-bottom: 24px solid #fff;
  line-height: 0;
  text-indent: -9999px;
  transform: translateX(-50%);
  transition: .3s opacity;
}
.js_usage__bodyWrap .slick-arrow:hover{
  opacity: .7;
}
.js_usage__bodyWrap .slick-prev{
  left: 6px;
  border-right: 12px solid #333;
}
.js_usage__bodyWrap .slick-next{
  right: -6px;
  border-left: 12px solid #333;
}
.js_usage__bodyWrap .slick-dots{
  margin-top: 12px;
  line-height: 1;
  text-align: center;
}
.js_usage__bodyWrap .slick-dots li{
  display: inline-block;
  padding: 6px;
  line-height: 0;
}
.js_usage__bodyWrap .slick-dots button{
  width: 12px;
  height: 12px;
  border-radius: 50%;
  border: none;
  background: #ccc;
  color: #ccc;
  text-indent: -9999px;
}
.js_usage__bodyWrap .slick-dots .slick-active button{
  background: #222;
  color: #222;
}
.js_usage__bodyWrap .slick-dots button:focus{
  outline: none;
}
.js_usage__bodyWrap .slick-track {
  display: flex;
}
.js_usage__bodyWrap .slick-slide {
  height: auto !important;
}


/* 讖溯�荳隕ｧ */
.m_funcs__body{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 20px 0;
}
.m_funcs__item{
  display: block;
  width: 300px;
  padding: 40px 20px;
  margin: 20px 0;
  color: inherit;
  text-decoration: none;
  background-color: #fff;
  transition:.3s opacity;
}
.m_funcs__item:hover{
  text-decoration: none;
  color: inherit;
  opacity: .7;
}
.m_funcs__itemTtl{
  border-bottom: 1px solid #1A5A85;
  padding-bottom: 10px;
}
.m_funcs__itemTtl_main{
  font-size: 18px;
  font-weight: bold;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.m_funcs__itemTtl_main:before{
  font-family: fontawesome;
  position: relative;
  left: -8px;
  top: -3px;
  font-size: 30px;
  }
.m_funcs__itemTtl_main-1:before{content: "\f0c5";}
.m_funcs__itemTtl_main-2:before{content: "\f003";}
.m_funcs__itemTtl_main-3:before{content: "\f040";}
.m_funcs__itemTtl_main-4:before{content: "\f274";}
.m_funcs__itemTtl_main-5:before{content: "\f1ec";}
.m_funcs__itemTtl_main-6:before{content: "\f200";}
.m_funcs__itemTtl_main-7:before{content: "\f1fe";}
.m_funcs__itemTtl_main-8:before{content :"\f1d9";}
.m_funcs__itemTtl_main-9:before{content: "\f019";}
.m_funcs__itemMsg{
  padding-top: 10px;
}
.m_funcs__itemMsg_main{
  font-size: 15px;
}
@media screen and (max-width:768px){
  .m_funcs__body{
    justify-content: center;
    margin: 20px 0 40px 0;
  }
  .m_funcs__item{
    padding: 40px 20px;
    margin: 10px 10px;
  }
}
@media screen and (max-width:599px){
  .m_funcs__body{}
  .m_funcs__item{
    margin: 10px 0;
  }
}


/*髱鍛tn*/
.m_btn--contSub-funcs .m_btn__target{
  width: 100%;
  border: 2px solid #1A5A85;
  border-radius: 8px;
  background: #1A5A85;
  font-weight: bold;
  color: #fff;
  transition: .3s;
}
.m_btn--contSub-funcs .m_btn__inner::before{
  content: url("../img/leaf/eva/ico_btn_blue_hover.svg");
}
.m_btn--contSub-funcs .m_btn__target:hover{
  opacity: 1;
  background: #fff;
  color: #1A5A85;
}

</pre></body></html>