<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

================================*/
/* base */
body{
  color: #333;
  font: 400 15px "Helvetica Neue", "Noto Sans JP", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", Arial, メイリオ, Meiryo, sans-serif;
  line-height: 1.6;
  letter-spacing: .1em;
  text-align: left;
}

/* 既存CSSより */
#base { width: 1220px; }
div#cont { margin: 0; }
.wrapper_main {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  margin: 20px auto 0;
  width: 100%;
}
.header { margin: 20px 0; }
.container_main {
  position: relative;
  width: 750px;
}
@media screen and (max-width:768px) {
  #base { width: 100%; }
  .container_main { width: 100%; }
}
.sideNav { width: 200px; }
@media screen and (max-width:768px) {
  .sideNav { display: none; }
}

/*===============================

    layout

================================*/
/* 節 */
.l_section{}
.l_section__item{}
.l_section--primary &gt; .l_section__item + .l_section__item{
  margin-top: 80px;
}
.l_section--secondary &gt; .l_section__item + .l_section__item{
  margin-top: 40px;
}
/* グリッド */
.l_grid{
  display: flex;
  aling-items: stretch;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.l_grid__item{
  display: flex;
}
.l_grid__inner{
  display: block;
  width: 100%;
}
.l_grid--subscription{
  margin: -16px;
}
.l_grid--subscription &gt; .l_grid__item{
  padding: 16px;
}
.l_grid--movieType{
  margin: -16px;
}
.l_grid--movieType &gt; .l_grid__item{
  padding: 16px;
}
/*===============================

    module

================================*/
/* 見出し */
.m_heading{}
.m_heading__ttl{
  line-height: 1.4;
  font-weight: bold;
}
.m_heading__lead{}
.m_heading--primary{
  margin-bottom: 64px;
  padding: 8px 16px;
  border-left: 6px solid #A11F24;
  background: #FFEFEF;
}
.m_heading--primary .m_heading__ttl{
  font-size: 24px;
}
.m_heading--primary .m_heading__ttl + .m_heading__lead{
  margin-top: 8px;  
}
@media screen and (max-width: 768px){
  .m_heading--primary .m_heading__ttl{
    font-size: 20px;
  }
}
/* 吹き出し */
.m_balloon{
  display: inline-block;
  font-weight: bold;
  color: #fff;
  background: #A3001D;
  padding: 10px;
  position: relative;
  margin-bottom: 15px;
}
.m_balloon::before{
  content: "";
  position: absolute;
  width: 15px;
  height: 12px;
  background: #A3001D;
  bottom: -11px;
  left: 15px;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  margin: auto;
}
/* リンクボックス */
.m_linkBox{
  display: flex;
}
.m_linkBox--right{
  justify-content: flex-end;
}
/* リンク */
.m_link{
  color: #00087D;
  text-decoration: underline;
}
.m_link:hover{
  opacity: .7;
}
.m_link--hasIco{
  position: relative;
  display: block;
  padding-right: 20px;
}
.m_link--hasIco::before{
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  display: block;
  width: 8px;
  height: 8px;
  margin: auto 0;
  border-right: 2px solid;
  border-top: 2px solid;
  transform: rotate(45deg); 
}
/* 脚注 */
.m_footnote{
  position: relative;
  padding-left: 1em;
  font-size: 13px;
}
.m_footnote::before{
  content: "※";
  position: absolute;
  left: 0;
}
/* リード文 */
.m_lead{
  padding: 0 24px 0 64px;
  background: url("../../img/dougahyakkaten/about/bg-img_dougahyakkaten-logo.jpg") no-repeat right top;
}
.m_lead__ttl{
  display: inline-block;
  margin-bottom: 24px;
  padding-top: 12px;
  border-top: 4px solid #A11F24;
  line-height: 1;
  font-size: 30px;
}
.m_lead__footer{
  margin-top: 16px;
}
@media screen and (max-width: 768px){
  .m_lead{
    padding: 0;
  }
  .m_lead__ttl{
    font-size: 24px;
  }
}


/* ヒーローズエリア */
.m_herosArea{
  margin-bottom: 80px;
}
.m_herosArea__keyvisual{
  line-height: 0;
  text-align: center;
}
.m_herosArea__keyvisual img{
  max-width: 100%;
  height: auto;
}
.m_herosArea__keyvisual + .m_herosArea__lead{
  margin-top: 32px;
}
/* プラン紹介 */
.m_plan{}
.m_plan__heading{
  display: flex;
  align-items: center;
  position: relative;
  padding: 24px 38px;
  margin-bottom: 20px;
}
.m_plan__heading::before{
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  border-left: 52px solid #A11F24;
  border-bottom: 52px solid rgba(255, 255, 255, 0);
}
.m_heading__lst{
  border: 2px solid #A11F24;
  padding: 20px;
}
.m_heading__lstInner{
  font-weight: bold;
  font-size: 20px;
}
.m_heading__lstInner li{
  position: relative;
  padding-left: 25px;
}
.m_heading__lstInner li::before{
  content: "";
  position: absolute;
  top: 9px;
  left: 2px;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background-color: #A11F24;
}
.m_heading__lstInner li a {
  color: black;
}
.m_plan__ttl{
  flex: 0 0 290px;
  letter-spacing: 0;
  line-height: 1.3;
  font-weight: bold;
  font-size: 30px;
}
.m_plan__ttlLine{
  background: linear-gradient(to top, #FFEFEF 0, #FFEFEF 33%, rgba(255, 255, 255, 0) 0);
}
.m_plan__lead{
  flex: 1 1 auto;
  padding: 8px 0 8px 16px;
  border-left: 1px solid #A11F24;
  letter-spacing: 0;
}
.m_plan__body{}
.m_plan__item + .m_plan__item{
  margin-top: 10px;
}
.m_plan__footer{}
@media (any-hover:hover){
  .m_heading__lstInner li a:hover {
    text-decoration: underline;
  }
}
@media screen and (max-width: 768px){
  .m_plan__heading{
    display: block;
    padding: 0;
  }
  .m_plan__ttl{
    padding: 24px 38px;
    font-size: 24px;
  }
  .m_plan__lead{
    padding: 0;
    border-left: none;
  }
}
/* ポイント */
.m_point{
  position: relative;
  padding-left: 96px;
  border: 2px solid #A11F24;
}
.m_point__heading{
  padding: 16px 16px 10px;
}
.m_point__numWrap{
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 0;
  top: 0;
  width: 96px;
  height: 100%;
  color: #fff;
  line-height: 1;
  font-weight: bold;
  text-align: center;
  background: #A11F24;
}
.m_point__numInner{
  padding: 16px 0;
}
.m_point__numUnit{
  font-size: 20px;
}
.m_point__numUnit + .m_point__num{
  margin-top: 6px;
}
.m_point__num{
  font-size: 48px;
}
.m_point__ttl{
  color: #A11F24;
  letter-spacing: 0;
  font-size: 24px;
}
.m_point__subTtl{
  margin-left: .5em;
  font-size: 18px;
}
.m_point__body{
  padding: 0 16px 16px;
}
.m_point__msg + .m_point__msg{
  margin-top: 8px;
}
.m_flow{
  margin-top: 30px;
}
.m_flow__ttl{
  font-size: 26px;
  font-weight: bold;
  letter-spacing: 1.82px;
  position: relative;
  margin-left: 15px;
  margin-bottom: 20px;
}
.m_flow__ttl::before{
  content: "";
  position: absolute;
  top: 18px;
  left: -15px;
  width: 8px;
  height: 8px;
  background-color: #a11f24;
}
.m_flow__item,
.m_flow__itemIc{
  width: 230px;
  position: relative;
}
.m_flow__itemIc::before{
  content: "";
  pointer-events: none;
  margin: auto;
  bottom: 45%;
  right: -1.35rem;
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 0.5rem solid transparent;
  border-bottom: 0.5rem solid transparent;
  border-left: 0.8rem solid #a11f24;
  border-right: 0;
}
.m_flow__itemTtl{
  font-size: 21px;
  font-weight: 700;
  letter-spacing: 1.47px;
  text-align: cnter;
}
.m_flow__inr {
  display: flex;
  flex-direction: row;
  gap: 30px;
}
.m_flow__itemInr{
  border-right: 2px  solid #A21F25;
  border-left: 2px  solid #A21F25;
  border-bottom: 2px  solid #A21F25;
  display: flex;
  justify-content: start;
  align-items: center;
  flex-direction: column;
  padding: 14px 16px;
  height: 207px;
}
.m_flow__itemNum{
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 19px;
  font-weight: 700;
  color: #FFF;
  text-align: center;
  background: #A21F25;
  padding: 5px 46px;
}
.m_flow__itemNum span{
  font-size: 26px;
}
.m_flow__itemNote{
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.84px;
  line-height: 150%;
  text-align: center;
}
.itemNote_1line{
    margin-top: 20px;
}
.itemNote_2line{
    margin-top: 10px;
}
.m_flow__itemImg{
  line-height: 0;
}
.m_flow__annot{
    font-size: 12px;
    text-align: left;
    margin-top: 5px;
}
@media screen and (max-width: 768px){
  .m_point{
    padding-left: 0;
  }
  .m_point__heading{
    display: flex;
    align-items: stretch;
    padding: 0;
  }
  .m_point__numWrap{
    flex: 0 0 64px;
    position: static;
    height: auto;
  }
  .m_point__numUnit{
    font-size: 14px;
  }
  .m_point__num{
    font-size: 32px;
  }
  .m_point__ttl{
    padding: 16px;
    font-size: 18px;
  }
  .m_point__body{
    padding: 16px;
  }
  .m_flow__inr{
    flex-direction: column;
    align-items: center;
  }
  .m_flow__itemIc::before{
    bottom: -1.4rem;
    right: 49%;
    transform: rotate(90deg);
    background-color: var(--color-min);
  }
  .m_flow__annot{
    font-size: 13px;
    margin-top: 20px;
  }
}

/* 動画形式のカード */
.m_movieTypeCard{
  display: block;
  padding: 24px;
  border: 2px solid #A11F24;
  border-radius: 4px;
}
.m_movieTypeCard__ttl{
  padding: 8px 0 8px 8px;
  margin-bottom: 16px;
  border-left: 8px solid;
  color: #A11F24;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0;
  font-size: 16px;
}
.m_movieTypeCard__img{
  text-align: center;
  line-height: 0;
}
.m_movieTypeCard__img img{
  max-width: 100%;
  height: auto;
}
.m_movieTypeCard__img + .m_movieTypeCard__priceWrap{
  margin-top: 24px;
}
.m_movieTypeCard__priceList{
  display: flex;
  align-items: flex-end;
  justify-content: center;
  margin: -8px;
}
.m_movieTypeCard__price + .m_movieTypeCard__price{
  border-left: 1px solid;
}
.m_movieTypeCard__price{
  padding: 8px;
}
@media screen and (max-width: 768px){
  .m_movieTypeCard{
    padding: 16px;
  }
  .m_movieTypeCard__ttl{
    line-height: 1.4;
  }
}
/* 動画形式毎の価格 */
.m_movieTypePrice{}
.m_movieTypePrice__ttl{
  margin-bottom: 8px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 1;
  font-size: 13px;
}
.m_movieTypePrice__ttl_1line{
    margin-bottom: 22px;
}
.m_movieTypePrice__subttl{
  margin-bottom: 3px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 1;
  font-size: 11px;
}
.m_movieTypePrice__price{
  padding-bottom: 4px;
  border-bottom: 3px solid #A11F24;
  text-align: right;
  font-weight: bold;
}
.m_movieTypePrice__priceNum{
  font-size: 28px;
  letter-spacing: 0;
  line-height: 1;
}
.m_movieTypePrice__priceUnit{
  font-size: 12px;
  letter-spacing: 0;
  line-height: 1;
}
@media screen and (max-width: 768px){
  .m_movieTypePrice__ttl{
    line-height: 1.4;
  }
  .m_movieTypePrice__priceNum{
    font-size: 20px;
  }
  .m_movieTypePrice__priceUnit{
    font-size: 13px;
  }
}
/* サブスク型商材 */
.m_subscription{
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.m_subscription__inner{
  padding-bottom: 16px;
}
.m_subscription__heading{
  margin-bottom: 20px;
  padding: 8px 0 8px 12px;
  border-left: 6px solid;
  color: #A11F24;
  line-height: 1;
  font-weight: bold;
}
.m_subscription__ttl{
  font-size: 24px;
}
.m_subscription__ttl + .m_subscription__subTtl{
  margin-top: 6px;
}
.m_subscription__subTtl{
  font-size: 15px;
}
/* サブスク型商材のカード */
.m_subscriptionCard{}
.m_subscriptionCard__ttl{
  position: relative;
  display: inline-block;
  margin-bottom: 4px;
  padding: 8px;
  line-height: 1;
  color: #fff;
  background: #A11F24;
}
.m_subscriptionCard__ttl::after{
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  display: block;
  width: 12px;
  height: 100%;
  background: #A11F24;
  transform: skewX(20deg) translateX(50%);
}
.m_subscriptionCard__lead{
  position: relative;
  padding-left: 44px;
  letter-spacing: 0;
  font-size: 14px;
}
.m_subscriptionCard__lead::before{
  content: "\f27b";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  display: block;
  height: 1em;
  margin: auto 0;
  line-height: 1;
  font-size: 36px;
  font-family: FontAwesome;
}
.m_subscriptionCard__lead + .m_subscriptionCard__img{
  margin-top: 8px;
}
.m_subscriptionCard__img{}
.m_subscriptionCard__imgLink{
  display: block;
  line-height: 0;
  text-align: center;
}
.m_subscriptionCard__imgLink:hover{
  opacity: .7;
}
.m_subscriptionCard__imgLink img{
  max-width: 100%;
  height: auto;
}

/* 制作サービス */
.m_service__inr{
  display: flex;
  gap: 32px;
}
.m_service__inr img{
  margin-top: 7px;
}
.m_service + .m_service{
  margin-top: 40px;
}
.m_service__2 .m_linkBox{
  margin-top: 32px;
}
.m_service__ttl{
  font-size: 20px;
  font-weight: bold;
  color: #A11F24;
  position: relative;
  margin-left: 15px;
}
.m_service__ttl::before{
  content: "";
  position: absolute;
  top: 12px;
  left: -15px;
  width: 10px;
  height: 10px;
  background-color: #a11f24;
}
.m_service__note{
  font-size: 16px;
  line-height: 1.375;
  margin-top: 18px;
}
.m_service__notebox{
  background-color: #F9F9F9;
  padding: 16px 12px;
  margin-top: 32px;
}
.m_service__notebox .m_link{
  font-size: 15px;
  font-weight: 500;
  line-height: 1.375;
  letter-spacing: 1.6;
}
@media (max-width:768px){
  .m_service__inr{
    flex-direction: column;
  }
  .m_service__inr img{
    display: flex;
    margin: 0 auto;
    object-fit: cover;
    width: 400px;
  }
}

/* FAQ */
.m_faq{}
.m_faq__q{
  position: relative;
  margin-bottom: 12px;
  padding: 4px 0 4px 40px;
  font-weight: bold;
  font-size: 18px;
}
.m_faq__q::before{
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  display: block;
  width: 33px;
  height: 33px;
  margin: auto 0;
  background: url("../../img/dougahyakkaten/about/icon_q.svg") no-repeat center center / contain;
}
.m_faq__a{
  position: relative;
  padding-left: 40px;
}
.m_faq__a::before{
  content: "";
  position: absolute;
  top: 0;
  left: 15px;
  display: block;
  width: 18px;
  height: 24px;
  background: url("../../img/dougahyakkaten/about/icon_a.svg") no-repeat center center / contain;
}
.m_faq__aMsg + .m_faq__aMsg{
  margin-top: 10px;
}

/* QAへのリンク */
.m_qaLink{
  text-align: center;
}
.m_qaLink__ttl{
  position: relative;
  display: inline-block;
  padding: 0 2em;
  font-weight: bold;
  font-size: 20px;
}
.m_qaLink__ttl::before,
.m_qaLink__ttl::after{
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  display: block;
  width: 1.4em;
  height: 2px;
  margin: auto 0;
  border-radius: 100px;
  background: #333;
}
.m_qaLink__ttl::before{
  left: 0;
  transform: rotate(45deg);
}
.m_qaLink__ttl::after{
  right: 0;
  transform: rotate(-45deg);
}
.m_qaLink__ttl + .m_qaLink__bn{
  margin-top: 12px;
}
.m_qaLink__target{
  display: inline-block;
  line-height: 0;
  transition: .3s opacity;
}
.m_qaLink__target:hover{
  opacity: .7;
}
.m_qaLink__target img{
  max-width: 100%;
  height: auto;
}
@media screen and (max-width: 768px){
  .m_qaLink__ttl{
    font-size: 18px;
  }
}
@media screen and (max-width: 599px){
  .m_qaLink__ttl{
    font-size: 16px;
  }
}

/*webinsourceバナー*/
.m_webinsBn{
  display: flex;
  align-items: center;
  padding: 12px;
  border: 2px solid #A11F24;
  border-radius: 4px;
  transition: .3s opacity;
}
.m_webinsBn:hover{
  opacity: .7;
}
.m_webinsBn__ttl{
  width: 50%;
  padding: 12px;
  line-height: 0;
}
.m_webinsBn__ttl img{
  max-width: 100%;
  height: auto;
}
.m_webinsBn__msg{
  width: 50%;
  padding: 12px;
  line-height: 0;
}
.m_webinsBn__msg img{
  max-width: 100%;
  height: auto;
}
@media screen and (max-width: 768px){
  .m_webinsBn{
    padding: 6px;
  }
  .m_webinsBn__ttl{
    padding: 6px;
  }
  .m_webinsBn__msg{
    padding: 6px;
  }
}

/* 人気動画ランキング */
.l_grid_contLineup {
  display: flex;
  gap: 20px;
}
.m_contCard_lg {
  transition: opacity 0.3s;
}
.m_contCard_lg:hover {
  opacity: 0.6;
}
.m_contCard_lg__ttl {
  margin-top: 15px;
  color: #333;
  font-weight: 900;
}
.m_contCard_lg__img {
  line-height: 0;
  text-align: center;
}

.m_contCard_lg__img img {
  max-width: 100%;
  height: auto;
}
.m_contCard_lg--new .m_contCard_lg__img {
  position: relative;
}
.m_contCard_lg--new .m_contCard_lg__img::before {
  content: url(/resource/img/studio/lineup/e-learning_new.png);
  position: absolute;
  top: -2px;
  left: -2px;
  z-index: 1;
  display: block;
  line-height: 0;
}
.m_lineup_popularMovie_listItem .m_contCard_lg__img {
  position: relative;
}
.m_lineup_popularMovie_listItem .m_contCard_lg__img::before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  display: block;
  line-height: 0;
}
.m_lineup_popularMovie_listItem:nth-of-type(1) .m_contCard_lg__img::before {
  content: url(/resource/img/dougahyakkaten/lineup/ranking_01.png);
}
.m_lineup_popularMovie_listItem:nth-of-type(2) .m_contCard_lg__img::before {
  content: url(/resource/img/dougahyakkaten/lineup/ranking_02.png);
}
.m_lineup_popularMovie_listItem:nth-of-type(3) .m_contCard_lg__img::before {
  content: url(/resource/img/dougahyakkaten/lineup/ranking_03.png);
}
.m_lineup_popularMovie_listItem:nth-of-type(4) .m_contCard_lg__img::before {
  content: url(/resource/img/dougahyakkaten/lineup/ranking_04.png);
}
.m_ranking__box {
  padding: 25px 35px;
  border: 2px dashed #a11f24;
  border-radius: 15px;
}
.m_ranking__boxTtl {
  display: flex;
  justify-content: center;
  font-size: 20px;
}
.m_ranking__boxTxt {
  display: flex;
  justify-content: center;
  font-weight: 700;
}
.m_ranking__btns {
  display: flex;
  gap: 10px;
  justify-content: center;
}
.m_ranking__btn {
  width: 100%;
}
.m_ranking__btn a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 45px;
  color: #fff;
  font-size: 18px;
  background-color: #a11f24;
  border-radius: 22px;
  transition: opacity 0.3s;
}
.m_ranking__btn a::after {
  content: "";
  position: absolute;
  display: block;
  width: 10px;
  height: 12px;
  top: 0;
  bottom: 0;
  right: 30px;
  margin: auto;
  background-color: #fff;
  -webkit-clip-path: polygon(100% 50%, 0 100%, 0 0);
  clip-path: polygon(100% 50%, 0 100%, 0 0);
}
.m_ranking__btn a:hover {
  opacity: 0.6;
}

@media screen and (max-width: 768px) {
  .m_ranking__box {
    padding: 20px 15px;
    border-radius: 10px;
  }
  .m_ranking__boxTtl {
    font-size: 18px;
  }
  .m_ranking__boxTxt {
    font-weight: 700;
  }
  .m_ranking__btns {
    flex-direction: column;
  }
  .m_ranking__btn {
    max-width: 350px;
    margin: auto;
  }
  .m_ranking__btn a {
    height: 40px;
    font-size: 15px;
  }
}
/*===============================

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

/* color */
.u_color-coral { color: #ff7f50 !important; }
.u_color-rouge { color: #ec2c43 !important; }
.u_color-crimson { color: #e6002d !important; }

/* display */
.u_d-b { display: block !important; }
.u_d-ib { display: inline-block!important; }
.u_d-fx { display: flex !important; }

@media screen and (max-width: 599px){
  .u_res_d-n { display: none; }
  .u_res_d-b { display: block; }
}

/* float */
.u_fl-n { float: none !important; }
.u_fl-l { float: left !important; }
.u_fl-r { float: right !important; }

/* font-size */
.u_fz-xs { font-size: .75em !important; }
.u_fz-sm { font-size: .875em !important; }
.u_fz-md { font-size: 1em !important; }
.u_fz-lg { font-size: 1.25em !important; }
.u_fz-xl { font-size: 1.5em !important; }
.u_fz-sr { font-size: smaller !important; }
.u_fz-lr { font-size: larger !important; }

.u_fz10 { font-size: 10px !important; }
.u_fz11 { font-size: 11px !important; }
.u_fz12 { font-size: 12px !important; }
.u_fz13 { font-size: 13px !important; }
.u_fz14 { font-size: 14px !important; }
.u_fz15 { font-size: 15px !important; }
.u_fz16 { font-size: 16px !important; }
.u_fz17 { font-size: 17px !important; }
.u_fz18 { font-size: 18px !important; }
.u_fz19 { font-size: 19px !important; }
.u_fz20 { font-size: 20px !important; }

/* font-weigth */
.u_fw-b { font-weight: bold !important; }
.u_fw-n { font-weight: normal !important; }

/* line-height */
.u_lh-nm { line-height: normal !important; }
.u_lh-ih { line-height: inherit !important; }
.u_lh0 { line-height: 0 !important; }
.u_lh1 { line-height: 1 !important; }
.u_lh2 { line-height: 2 !important; }
.u_lh3 { line-height: 3 !important; }
.u_lh4 { line-height: 4 !important; }
.u_lh5 { line-height: 5 !important; }
.u_lh6 { line-height: 6 !important; }
.u_lh-xs { line-height: 1.25 !important; }
.u_lh-sm { line-height: 1.33 !important; }
.u_lh-md { line-height: 1.5 !important; }
.u_lh-lg { line-height: 1.75 !important; }
.u_lh-xl { line-height: 2 !important; }

/* padding */
.u_py0 { padding-top: 0 !important; padding-bottom: 0 !important; }

/* margin */
.u_mt0 { margin-top: 0 !important; }
.u_mt-a { margin-top: auto !important; }
.u_mt-xs { margin-top: 0.2rem !important; }
.u_mt-sm { margin-top: 0.5rem !important; }
.u_mt-md { margin-top: 1rem !important; }
.u_mt-lg { margin-top: 1.5rem !important; }
.u_mt-xl { margin-top: 3rem !important; }

.u_ml0 { margin-left: 0 !important; }
.u_ml-a { margin-left: auto !important; }
.u_ml-xs { margin-left: 0.2rem !important; }
.u_ml-sm { margin-left: 0.5rem !important; }
.u_ml-md { margin-left: 1rem !important; }
.u_ml-lg { margin-left: 1.5rem !important; }
.u_ml-xl { margin-left: 3rem !important; }

.u_mb0 { margin-bottom: 0 !important; }
.u_mb-a { margin-bottom: auto !important; }
.u_mb-xs { margin-bottom: 0.2rem !important; }
.u_mb-sm { margin-bottom: 0.5rem !important; }
.u_mb-md { margin-bottom: 1rem !important; }
.u_mb-lg { margin-bottom: 1.5rem !important; }
.u_mb-xl { margin-bottom: 3rem !important; }

.u_mr0 { margin-right: 0 !important; }
.u_mr-a { margin-right: auto !important; }
.u_mr-xs { margin-right: 0.2rem !important; }
.u_mr-sm { margin-right: 0.5rem !important; }
.u_mr-md { margin-right: 1rem !important; }
.u_mr-lg { margin-right: 1.5rem !important; }
.u_mr-xl { margin-right: 3rem !important; }

.u_my0 { margin-top: 0 !important; margin-bottom: 0 !important; }
.u_my10 { margin-top: 10px !important; margin-bottom: 10px !important; }
.u_my20 { margin-top: 20px !important; margin-bottom: 20px !important; }
.u_my30 { margin-top: 30px !important; margin-bottom: 30px !important; }

.u_mt5 { margin-top: 5px !important; }
.u_mt10 { margin-top: 10px !important; }
.u_mt15 { margin-top: 15px !important; }
.u_mt20 { margin-top: 20px !important; }
.u_mt30 { margin-top: 30px !important; }
.u_mt50 { margin-top: 50px !important; }
.u_mt100 { margin-top: 100px !important; }

.u_mt-5 { margin-top: -5px !important; }
.u_mt-10 { margin-top: -10px !important; }
.u_mt-15 { margin-top: -15px !important; }
.u_mt-20 { margin-top: -20px !important; }
.u_mt-30 { margin-top: -30px !important; }
.u_mt-50 { margin-top: -50px !important; }
.u_mt-100 { margin-top: -100px !important; }

.u_mb5 { margin-bottom: 5px !important; }
.u_mb10 { margin-bottom: 10px !important; }
.u_mb15 { margin-bottom: 15px !important; }
.u_mb20 { margin-bottom: 20px !important; }
.u_mb30 { margin-bottom: 30px !important; }
.u_mb50 { margin-bottom: 50px !important; }
.u_mb100 { margin-bottom: 100px !important; }

.u_mb-5 { margin-bottom: -5px !important; }
.u_mb-10 { margin-bottom: -10px !important; }
.u_mb-15 { margin-bottom: -15px !important; }
.u_mb-20 { margin-bottom: -20px !important; }
.u_mb-30 { margin-bottom: -30px !important; }
.u_mb-50 { margin-bottom: -50px !important; }
.u_mb-100 { margin-bottom: -100px !important; }

.u_m-a { margin: auto !important; }

/* position */
.u_pos-r { position: relative !important; }
.u_pos-a { position: absolute !important; }

/* text-align */
.u_ta-c { text-align: center !important; }
.u_ta-r { text-align: right !important; }
.u_ta-l { text-align: left !important; }

/* text-indent */
.u_ti--1 { text-indent: -1em !important; padding-left: 1em !important; }
.u_ti-0 { text-indent: 0em !important; padding-left: 0em !important; }

/* text-decoration */
.u_td-n { text-decoration: none !important; }
.u_td-u { text-decoration: underline !important; }
.u_td-o { text-decoration: overline !important; }
.u_td-l { text-decoration: line-through !important; }

/* vertical-align */
.u_va-sup { vertical-align: super !important; }
.u_va-t { vertical-align: top !important; }

.u_va-tt { vertical-align: text-top !important; }
.u_va-m { vertical-align: middle !important; }
.u_va-bl { vertical-align: baseline !important; }
.u_va-b { vertical-align: bottom !important; }
.u_va-tb { vertical-align: text-bottom !important; }
.u_va-sub { vertical-align: sub !important; }

/* flexbox */
.u_ac-fs { align-content: flex-start !important; }
.u_ac-fe { align-content: flex-end !important; }
.u_ac-c { align-content: center !important; }
.u_ac-sb { align-content: space-between !important; }
.u_ac-sa { align-content: space-around !important; }
.u_ac-s { align-content: stretch !important; }
.u_ai-fs { align-items: flex-start !important; }
.u_ai-fe { align-items: flex-end !important; }
.u_ai-c { align-items: center !important; }
.u_ai-b { align-items: baseline !important; }
.u_ai-s { align-items: stretch !important; }
.u_as-a { align-self: auto !important; }
.u_as-fs { align-self: flex-start !important; }
.u_as-fe { align-self: flex-end !important; }
.u_as-c { align-self: center !important; }
.u_as-b { align-self: baseline !important; }
.u_as-s { align-self: stretch !important; }
.u_jc-fs { justify-content: flex-start !important; }
.u_jc-fe { justify-content: flex-end !important; }
.u_jc-c { justify-content: center !important; }
.u_jc-sb { justify-content: space-between !important; }
.u_jc-sa { justify-content: space-around !important; }
.u_fx0-1-a { flex: 0 1 auto !important; }
.u_fx1-0-a { flex: 1 0 auto !important; }
.u_fx1-1-a { flex: 1 1 auto !important; }
.u_fx0-0-a { flex: 0 0 auto !important; }
.u_fx1-0-0 { flex: 1 0 0% !important; }

/* order */
.u_ord0 { order: 0 !important; }
.u_ord1 { order: 1 !important; }
.u_ord2 { order: 2 !important; }
.u_ord3 { order: 3 !important; }
.u_ord4 { order: 4 !important; }
.u_ord5 { order: 5 !important; }
.u_ord6 { order: 6 !important; }
.u_ord9999 { order: 9999 !important; }
.u_ord-1 { order: -1 !important; }

/* table-layout */
.u_tbl-a { table-layout: auto !important; }
.u_tbl-f { table-layout: fixed !important; }

/* width */
.u_w350 { width: 350px !important; }
.u_w400 { width: 400px !important; }

.u_w40p { width: 40% !important; }
.u_w45p { width: 45% !important; }
.u_w50p { width: 50% !important; }
.u_w100p { width: 100% !important; }

.u_maW70p { max-width: 70% !important; }
.u_maW75p { max-width: 75% !important; }
.u_maW80p { max-width: 80% !important; }

.u_disNon-pc { display: none; }
.u_disNon-sp { display: block; }

.sp { display: none; }

@media screen and (max-width:599px){
  .res_sm_w100p { width: 100% !important; }
  .u_disNon-pc { display: block; }
  .u_disNon-sp { display: none; }
}

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