<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* CSS Document */
/* ----------
base
---------- */
#mainContainer{
  color: #333;
  font: 500 14px "Helvetica Neue", "Noto Sans JP", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", Arial, メイリオ, Meiryo, sans-serif;
  line-height: 1.6;
  letter-spacing: 0;
}

/* ----------
layout
---------- */
/* ラッパー */
.l_wrapper {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
}
/* メインコンテンツ */
.l_mainContainer{
  order: 2;
  width: 730px;
}
@media screen and (max-width:768px){
  .l_mainContainer { width: 100%; }
  .l_wrapper { display: block; }
}


/* 節 */
.l_section{}
.l_section__item{}
.l_section--primary{}
.l_section--primary &gt; .l_section__item + .l_section__item{
  margin-top: 64px;
}
.l_section--secondary &gt; .l_section__item + .l_section__item{
  margin-top: 40px;
}
.l_section--tertiary &gt; .l_section__item + .l_section__item{
  margin-top: 16px;
}
.l_section--edit{}
.l_section--edit .ttl{
  margin-bottom: 8px;
  font-size: 16px;
}
.l_section--edit p + p,
.l_section--edit ul + p,
.l_section--edit p + ul{
  margin-top: 8px;
}
.l_section--edit div + div{
  margin-top: 16px;
}
.l_section--edit li + li{
  margin-top: 4px;
}

/* リスト */
.l_list{}
.l_list__item + .l_list__item{
  margin-top: 4px;
}

/* メディアデザイン */
.l_media{}
.l_media::after{
  content: "";
  display: block;
  clear: both;
}
.l_media__img{
  float: left;
  margin: 0 16px 16px 0;
}
.l_media__img--rev{
  float: right;
  margin: 0 0 16px 16px;
}
.l_media__body{
  overflow: hidden;
}

@media screen and (max-width: 768px){
  .l_media__body{
    overflow: visible;
  }
}
@media screen and (max-width: 599px){
  .l_media--resSmCancel .l_media__img{
    float: none;
    text-align: center;
    margin: 0 0 16px;
  }
}

/* ----------
module
---------- */
/* ボタン */
.m_btn{
  display: flex;
  align-items: stretch;
}
.m_btn::before{
  content: "";
  display: block;
  width: 0; 
}
.m_btn__target{
  display: flex;
  align-items: center;
  justify-content: center;
  color: inherit;
}
.m_btn__target:hover{
  opacity: .7;
}
.m_btn__inner{
  display: block;
}
.m_btn--center{
  justify-content: center;
}
.m_btn--cta{
  font-size: 16px;
}
.m_btn--cta::before{
  height: 2em;
}
.m_btn--cta .m_btn__target{
  width: 100%;
  max-width: 240px;
  border-radius: 100px;
  background: #222;
  color: #fff;
}
.m_btn--cta .m_btn__inner{
  position: relative;
  padding-left: 1.6em;
}
.m_btn--cta .m_btn__inner::before{
  content: "\f07a";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  display: block;
  height: 1em;
  margin: auto;
  line-height: 1;
  font-family: FontAwesome;
}
.m_btn--group{
  font-size: 14px;
}
.m_btn--group::before{
  height: 2.5em;
}
.m_btn--group .m_btn__target{
  padding: 0 1em;
  background: #4c2607;
  color: #fff;
}


/* 見出し */
.m_heading{}
.m_heading__ttl{
  line-height: 1.4;
  font-weight: bold;
}
.m_heading--primary{
  position: relative;
  margin-bottom: 32px;
  /* padding: 8px 0 8px 48px;*/
  padding: 16px 0 0 8px;
  border-top: 3px solid #222;
}
.m_heading--primary::before{
  /* content: url(../../img/icons/bottom_open-seminar.svg);*/
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 40px;
}
.m_heading--primary .m_heading__ttl{
  font-size: 20px;
}
.m_heading--secondary{
  margin-bottom: 24px;
  padding: 10px 16px;
  border: 1px solid;
  color: #222;
}
.m_heading--secondary .m_heading__ttl{
  position: relative;
  padding-left: 32px;
  line-height: 1;
  font-weight: normal;
  font-size: 18px;
}
.m_heading--secondary .m_heading__ttl::before{
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  display: block;
  height: 1em;
  margin: auto;
  line-height: 1;
  font-size: 24px;
  font-family: FontAwesome;
}
.m_heading--tertiary{
  margin-bottom: 16px;
  padding: 0 0 8px 12px;
  border-bottom: 1px solid;
  color: #777;
}
.m_heading--tertiary .m_heading__ttl{
  font-size: 16px;
}
.m_heading--prod .m_heading__ttl::before{
  content: "\f06b";
}
.m_heading--buy .m_heading__ttl::before{
  content: "\f157";
  left: 4px;
}
.m_heading--about .m_heading__ttl::before{
  content: "\f0c0";
}
.m_heading--voice .m_heading__ttl::before{
  content: "\f27a";
}
/* 概要エリア */ 
.m_summaryArea{
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  padding-bottom: 16px;
  border-bottom: 3px solid #222;
}
.m_summaryArea__img{
  max-width: 273px;
  width: 100%;
}
.m_summaryArea__body{
  max-width: 440px;
  width: 100%;
}
@media screen and (max-width: 768px){
  .m_summaryArea__body{
    max-width: none;
  }
}
/* 概要イメージ */ 
.m_summaryImg{}
.m_summaryImg__mainWrap{
  display: flex;
  justify-content: center;
  width: 100%;
}
.m_summaryImg__main{
  display: inline-block;
  line-height: 0;
}
.m_summaryImg__main img{
  width: 100%;
  height: auto;
}
.m_summaryImg__mainWrap + .m_summaryImg__subWrap{
  margin-top: 24px;
}
.m_summaryImg__subList{
  display: flex;
  justify-content: center;
  align-items: stretch;
  flex-wrap: wrap;
  margin: -6px;
}
.m_summaryImg__subItem{
  width: 20%;
  display: flex;
  padding: 6px;
}
.m_summaryImg__sub{
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #ccc;
}
.m_summaryImg__sub img{
  width: 100%;
  height: auto;
}

/* 概要本体 */ 
.m_summaryBody{}
.m_summaryBody__orderBox{}
.m_summaryBody__sec{}
.m_summaryBody__sec + .m_summaryBody__sec{
  margin-top: 24px;
}
.m_summaryBody__sec--edit{}
.m_summaryBody__sec--edit .ttl{
  margin-bottom: 8px;
  font-size: 16px;
}
.m_summaryBody__sec--edit p + p
.m_summaryBody__sec--edit ul + p,
.m_summaryBody__sec--edit p + ul{
  margin-top: 8px;
}
.m_summaryBody__sec--edit div + div{
  margin-top: 16px;
}
.m_summaryBody__sec--edit li + li{
  margin-top: 4px;
}
.m_summaryBody__ttl{
  margin-bottom: 12px;
  font-size: 16px;
}
.m_summaryBody__priceBox{
  text-align: right;
  font-size: 16px;
}
.m_summaryBody__specialPrice{
  border: 2px solid #f11616;
  color: #f11616;
  font-size: 13px;
  font-weight: bold;
  margin-right: 8px;
  padding: .1em .5em;
  vertical-align: 5px;
}
.m_summaryBody__price{
  font-size: 32px;
}
.m_summaryBody__priceBox + .m_summaryBody__btn{
  margin-top: 16px;
}
.m_summaryBody__msg + .m_summaryBody__components{
  margin-top: 12px;
}
.m_summaryBody__components{
  display: flex;
  aling-items: stretch;
  jutify-content: flex-start;
  flex-wrap: wrap;
  margin: 0 0 0 1px;
}
.m_summaryBody__component{
  width: 20%; 
  margin: -1px 0 0 -1px;
  padding: 4px 0;
  border: 1px solid #222;
  line-height: 1;
  text-align: center;
}
.m_summaryBody__component--active{
  background: #222;
  color: #fff;
}
@media screen and (max-width: 768px){
  .m_summaryBody__sliderWrap + .m_summaryBody__orderBox{
    margin-top: 16px;
  }
  .m_summaryBody__priceBox{
    text-align: center;
  }
  .m_summaryBody__price{
    font-size: 28px;
  }
  .m_summaryBody__specialPrice{
    display: block;
    margin: auto;
    width: fit-content;
  }
}
/* 詳細 */
.m_datail table{
  table-layout: fixed;
  border-collapse: collapse;
  width: 100%;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}
.m_datail table th,
.m_datail table td {
  padding: 8px 16px;
  border-bottom: 1px dashed #ccc;
  vertical-align: top;
}
.m_datail table th{
  width: 160px;
  background-color: #eee;
  font-weight: normal;
}
@media screen and (max-width: 768px){
  .m_datail table,
  .m_datail tbody{
    display: block;
  }
  .m_datail table th,
  .m_datail table td,
  .m_datail table tr{
    display: block;
  }
  .m_datail table tr + tr{
    border-top: 1px solid #ccc;
  }
  .m_datail table th{
    width: 100%;
  }
  .m_datail table td{
    border: none;  
  }
}
/* お客さまの声ラッパー */
.m_voiceWrap{}
.m_voiceWrap__item + .m_voiceWrap__item{
  margin-top: 16px;
}
/* お客さまの声 */
.m_voice{
  display: flex;
  align-items: center;
}
.m_voice::before{
  content: "\f007";
  margin-right: 16px;
  line-height: 1;
  font-size: 48px;
  font-family: FontAwesome;  
}

/* お客さまの声（ナラティブバージョン） */
.m_rowVoiceList{}
.m_rowVoiceList__item + .m_rowVoiceList__item{
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid;
}

.m_rowVoice{
  line-height: 1.6;
  font-size: 16px;
}
.m_rowVoice__header{
  display: flex;
  align-items: center;
  position: relative;
  min-height: 40px;
  margin-bottom: 20px;
  padding-left: 50px;
}
.m_rowVoice__header::before{
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  display: block;
  width: 40px;
  height: 40px;
  margin: auto 0;
  background: url(/resource/img/buppan/voice/icon_voice.svg) no-repeat center center / contain;
}
.m_rowVoice__headerItem{
  font-weight: bold;
}
.m_rowVoice__headerItem + .m_rowVoice__headerItem{
  margin-left: 10px;
}
.m_rowVoice__ttl{
  margin-bottom: 10px;
  font-weight: bold;
}
.m_rowVoice__body{}
.m_rowVoice__msg + .m_rowVoice__msg{
  margin-top: 10px;
}
.m_rowVoice__body + .m_rowVoice__imgWrap{
  margin-top: 20px;
}
.m_rowVoice__imgs{
  display: flex;
  align-items: stretch;
  margin: -10px;
}
.m_rowVoice__img{
  width: 33.333%;
  padding: 10px;
  line-height: 0;
  text-align: center;
}
.m_rowVoice__img img{
  max-width: 100%;
  height: auto;
}
@media screen and (max-width: 768px){
  .m_rowVoice__header{
    display: block;
    min-height: auto;
    padding-left: calc(3em * 1.6 + 10px);
  }
  .m_rowVoice__header::before{
    width: calc(3em * 1.6);
    height: calc(3em * 1.6);
    background: url(/resource/img/buppan/voice/icon_voice.svg) no-repeat center center / contain;
  }
  .m_rowVoice__headerItem + .m_rowVoice__headerItem{
    margin: 0;
  }
  .m_rowVoice__body + .m_rowVoice__imgWrap{
    margin-top: 40px;
  }
  .m_rowVoice__imgs{
    display: block;
  }
  .m_rowVoice__img{
    width: 100%;
    max-width: 375px;
    margin: 0 auto;
  }
}

/* キャッチコピー */
.m_catchCopy{
  font-size: 16px;
}

/* WEBinsourceログイン */
.m_webinsBox{}
.m_webinsBox__item + .m_webinsBox__item{
  margin-top: 12px;
}
.m_webinsBox__ttl{
  margin-bottom: 12px;
  padding-left: 12px;
  border-left: 6px solid #DAAD38;
  font-size: 16px;
}
.m_webinsBox__msg + .m_webinsBox__btn,
.m_webinsBox__msg + .m_webinsBox__msg,
.m_webinsBox__btn + .m_webinsBox__msg{
  margin-top: 16px;
}
.m_webinsBox__btn + .m_webinsBox__btn{
  margin-top: 8px;
} 
.m_webinsBox__btn{
  display: flex;
  align-items: stretch;
  justify-content: flex-end;
  font-size: 16px;
}
.m_webinsBox__btn::before{
  content: "";
  display: block;
  height: 2.5em;
}
.m_webinsBox__btnTarget{
  display: flex;
  align-items: center;
  justify-content: center;
  width: 240px;
  border: 2px solid #DAAD38;
  color: #fff;
  background: #DAAD38;
}
.m_webinsBox__btnTarget:hover{
  color: #DAAD38;
  background: #fff;
}
.m_webinsBox__link{
  text-align: right;
}
.m_webinsBox__btn--sub .m_webinsBox__btnTarget{
  padding: 0 20px;
  color: #DAAD38;
  background: #fff;
}
.m_webinsBox__btn--sub .m_webinsBox__btnTarget:hover{
  opacity: .7;
}
.m_webinsBox__btn--pdf .m_webinsBox__btnTarget::after{
  content: "\f1c1";
  margin-left: 8px;
  line-height: 1;
  font-family: "FontAwesome";
}
@media screen and (max-width: 599px){
  .m_webinsBox__btn{
    justify-content: center;
  }
}

/* 購入時の注意点 */
.m_buyAttention{
  padding: 16px;
  border: 2px solid #e6002d;
}
.m_buyAttention__ttl{
  margin-bottom: 8px;
  font-weight: bold;
  font-size: 16px;
}
.m_buyAttention__item + .m_buyAttention__item{
  margin-top: 4px;
}
.m_buyAttention__item{
  position: relative;
  padding-left: 1em;
}
.m_buyAttention__item::before{
  content: "※";
  position: absolute;
  left: 0;
  display: block;
}
/* 脚注 */
.m_footnote{
  position: relative;
  padding-left: 1.2em;
  color: #666;
  font-size: 12px;
}
.m_footnote::before{
  content: "※";
  position: absolute;
  left: 0;
  display: block;
}
/* iframe */
.m_frame{
  width: 100%;
}

/**********
utility
**********/
/*横幅*/
.u_col1{width:8.333%;}
.u_col2{width:16.667%;}
.u_col3{width:25%;}
.u_col4{width:33.333%;}
.u_col5{width:41.666%;}
.u_col6{width:50%;}
.u_col7{width:58.333%;}
.u_col8{width:66.666%;}
.u_col9{width:75%;}
.u_col10{width:83.33%;}
.u_col11{width:91.666%;}
.u_col12{width:100%;}
@media screen and (max-width:768px){
  .u_resMdCol1{width:8.333%;}
  .u_resMdCol2{width:16.667%;}
  .u_resMdCol3{width:25%;}
  .u_resMdCol4{width:33.333%;}
  .u_resMdCol5{width:41.666%;}
  .u_resMdCol6{width:50%;}
  .u_resMdCol7{width:58.333%;}
  .u_resMdCol8{width:66.666%;}
  .u_resMdCol9{width:75%;}
  .u_resMdCol10{width:83.33%;}
  .u_resMdCol11{width:91.666%;}
  .u_resMdCol12{width:100%;}
}
@media screen and (max-width:599px){
  .u_resSmCol1{width:8.333%;}
  .u_resSmCol2{width:16.667%;}
  .u_resSmCol3{width:25%;}
  .u_resSmCol4{width:33.333%;}
  .u_resSmCol5{width:41.666%;}
  .u_resSmCol6{width:50%;}
  .u_resSmCol7{width:58.333%;}
  .u_resSmCol8{width:66.666%;}
  .u_resSmCol9{width:75%;}
  .u_resSmCol10{width:83.33%;}
  .u_resSmCol11{width:91.666%;}
  .u_resSmCol12{width:100%;}
}

/* 間隙 */
.u_mb40{
  margin-bottom: 40px;
}
.u_mb64{
  margin-bottom: 64px;
}
.u_pb40{
  padding-bottom: 40px;
}

/* フォントサイズ */
.u_fs12{
  font-size: 12px;
}

/*表示*/
.u_hide{
  display: none;
}
@media screen and (max-width:768px){
  .u_resMdHide{
    display: none;
  }
  .u_resMdInline{
    display: inline;
  }
}

@media screen and (max-width:599px){
  .u_resSmHide{
    display: none;
  }
  .u_resSmInline{
    display: inline;
  }
}</pre></body></html>