<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 */


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

    common

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

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

.section_box {}

.section_box + .section_box {
  border-top: 1px solid #ccc;
  margin-top: 30px;
  padding-top: 30px;
}

.section_box_inner {}

.section_box_inner + .section_box_inner { margin-top: 20px; }

.text_note { font-size: 12px; }

.u_hasIndent {
  padding-left: 1em;
  text-indent: -1em;
}

/* ページトップリンク */
.to_page_top { bottom: 65px !important; }

@media screen and (max-width:768px) {
  #base { width: 100%; }
  .container_main { width: 100%; }
}


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

    サイドナビ

================================*/
.sideNav-seminar {
  width: 200px;
}


@media screen and (max-width:768px) {
  .sideNav-seminar { display: none; }
}


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

    contents header

================================*/
.container_header {
  position: relative;
}

.heading_keyvisual {}

.heading_keyvisual &gt; img { display: block; }

.logo_ida {
  position: absolute;
  top: 4px;
  right: 4px;
}

.logo_ida &gt; a {
  background-color: rgba(255,255,255,.9);
  display: block;
  padding: 4px;
}

.logo_ida &gt; a:hover {
  opacity: 0.6;
}

.logo_ida &gt; a &gt; img { display: block; }


@media screen and (max-width: 599px) {
  .heading_keyvisual {
    background-position: right center;
    background-size: cover;
    width: 100%;
  }
}


/*
    ナビ
================================*/
.navi_menu {
  border-left: 1px solid #888;
  border-right: 1px solid #888;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 30px 0;
}

.navi_menu_item {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  -o-flex: 1;
  flex: 1;
}

.navi_menu_item + .navi_menu_item { border-left: 1px solid #888; }

.navi_menu_item &gt; a {
  -ms-align-items: center;
  align-items: center;
  color: currentColor;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  font-size: 13px;
  justify-content: center;
  padding: 5px;
  text-align: center;
  width: 100%;
  letter-spacing: 0;
}

.navi_menu_item &gt; a:hover {
  opacity: .6;
  text-decoration: none;
}


@media screen and (max-width: 599px) {
  .navi_menu { border: none; }
  .navi_menu_item {
    border-left: 1px solid #888;
    flex: 0 0 auto;
    margin-bottom: 5px;
    width: 50%;
  }
  .navi_menu_item:nth-of-type(2n) { border-right-image: 1px solid #888; }
  .navi_menu_item &gt; a {
    justify-content: flex-start;
    text-align: left;
  }
  .navi_menu_item &gt; a &gt; br { display: none; } 
}



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

    contents body

================================*/
.container_body { margin-top: 30px; }

.text_normal {}

.text_normal + .text_normal { margin-top: 20px; }

.container_contents {}

.container_contents iframe { width: 100%; }


/*
    見出し
================================*/
.heading_primary {
  -ms-align-items: center;
  align-items: center;
  background-image: url("../../img/seminar/prem_seminar_titleornament.png");
  background-repeat: no-repeat;
  background-position: center center;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  font-size: 17px;
  font-weight: normal;
  height: 60px;
  justify-content: center;
  line-height: 1.2;
  text-align: center;
  width: 150px;
}

.heading_primary.line_two {
  background-image: url("../../img/seminar/prem_seminar_titleornament_2line.png");
  height: 72px;
}

.heading_hasIco {
  -ms-align-items: center;
  align-items: center;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  font-size: 21px;
  font-weight: normal;
  margin-bottom: 20px;
}

.heading_hasIco::before {
  display: block;
  line-height: 1;
  margin-right: 10px;
}

.heading_hasIco--schedule::before {
  content: url("../../img/seminar/prem_seminar_timeicon.png");
  height: 48px;
  width: 48px;
}
.heading_hasIco--detail::before {
  content: url("../../img/seminar/prem_seminar_texticon.png");
  height: 48px;
  width: 48px;
}
.heading_hasIco--relatedLink::before {
  content: url("../../img/seminar/prem_seminar_icon_link.png");
  height: 34px;
  width: 29px;
}
.heading_hasIco--record::before {
  content: "\f1ad";
  font-family: "Font Awesome 5 Free";
  font-size: 29px;
}

.heading_hasIco--faq::before {
  content: "\f059";
  font-family: "Font Awesome 5 Free";
  font-size: 29px;
  font-weight: 900;
}

.heading_hasIco--impression::before {
  background-image: url("../../img/seminar/prem_seminar_icon_voice.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  height: 50px;
  width: 50px;
}

.heading_bold {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
}

@media screen and (max-width: 599px) {
}



/*
    リスト
================================*/
.list_normal {}

.list_normal_item {}

.list_normal_item + .list_normal_item { margin-top: 10px; }

/* 点 */
.list_bullet {}

.list_bullet_item {
  padding-left: 1em;
  text-indent: -1em;
}

.list_bullet_item + .list_bullet_item { margin-top: 5px; }

/* チェックアイコン */
.list_hasIco {}

.list_hasIco_item {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}

.list_hasIco_item::before {
  content: url("../../img/seminar/prem_seminar_checkicon.png");
  display: block;
  flex-shrink: 0;
  height: 17px;
  line-height: 2;
  margin-right: 5px;
  width: 17px;
}

.list_hasIco_item + .list_hasIco_item { margin-top: 5px; }

/* 参加者の声リスト */
.list_hasIco--voice &gt; .list_hasIco_item::before {
  color: #398a60;
  content: "\f2bd";
  display: block;
  font-family: "Font Awesome 5 Free";
  font-size: 1.5em;
  font-weight: 900;
  flex-shrink: 0;
  height: auto;
  line-height: 1.2;
  margin-right: 5px;
  width: auto;
}


/* 矢印 */
.list_hasArrow {}

.list_hasArrow_item {
  -ms-align-items: center;
  align-items: center;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}

.list_hasArrow_item + .list_hasArrow_item { margin-top: 5px; }

.list_hasArrow_item::before {
  border: 5px solid transparent;
  border-right: none;
  border-left: 8px solid #bb0015;
  content: "";
  display: block;
  flex-shrink: 0;
  height: 0;
  margin-right: 10px;
  width: 0;
  align-self: normal;
  margin-top: 7px;
}

.list_hasArrow_item &gt; a {
  color: currentColor;
  text-decoration: none;
}

.list_hasArrow_item &gt; a:hover {
  color: currentColor;
  text-decoration: underline;
}


/* 注訳 */
.list_note {
  margin: 20px 0;
}

.list_note_item {
  font-size: 12px;
  padding-left: 1em;
  text-indent: -1em;
}

.list_note_item.red { color: red; }

.list_note_item + .list_note_item { margin-top: 5px; }



/*
    リンク
================================*/
.box_link {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
  margin: 20px 0;
}

.link_normal {
  color: #052674;
  text-decoration: none;
}

.link_normal:hover {
  color: #005580;
  text-decoration: underline;
}

.link_normal-colorBlack {
  color: currentColor;
  text-decoration: none;  
}

.link_normal-colorBlack:hover {
  color: currentColor;
  text-decoration: underline;
}

.link_hasIco {
  display: block;
  padding-left: 23px;
  position: relative;
}

.link_hasIco::before {
  content: url("../../img/consulting/dx_icon_arrow.png");
  height: 13px;
  position: absolute;
  top: 0;
  left: 0;
  width: 13px;
}

/* 楕円形 */
.link_ellipse {
  background-color: #0b1a6f;
  border-radius: 25px;
  color: #fff;
  display: inline-block;
  /*margin: auto;*/
  padding: .5em 2em;
}

.link_ellipse:hover {
  opacity: .6;
  text-decoration: none;
}


/* 画像バナー */
.box_image {}

.box_image &gt; img { display: block; }

.link_banner { display: block; }

.link_banner:hover { opacity: .6; }

.link_banner &gt; img { display: block; }

/* 角丸長方形（お問合せ） */
.box_link-contact {
  margin: 20px 0;
  text-align: center;
}

.link_rectangle-rounded {
  background-color: #0b1a6f;
  border-radius: 5px;
  color: #fff;
  display: inline-block;
  margin: auto;
  padding: 8px 5em;
}

.link_rectangle-rounded:hover {
  opacity: .6;
  text-decoration: none;
}



/*
    セミナー概要～おすすめしたい方まで
================================*/
.container_mainContents {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
}
.container_mainContents_inner {
  margin-left: auto;
  width: 75%;
}
.container_mainContents_inner .link_externalIcon:after{
  content: "\f35d";
  font-family: "Font Awesome 5 Free";
  font-size: 10px;
  font-weight: 900;
  display:inline-block;
  vertical-align: text-top;
}

/* 動画埋め込み */
.box_iframe {
  position: relative;
  width: 100%;
  padding-top: calc(100% * 9 / 16);
}

.box_iframe &gt; iframe {
  position: absolute;
  top: 0;
  left: 0;
  max-width: 100%;
  max-height: 100%;
}


/* スピーカー */
.container_mainContents_inner.speaker { align-self: center; }

@media screen and (max-width:599px) {
  .container_mainContents_inner {
    margin-top: 20px;
    width: 100%;
  }
}

/*
    キャッチコピー
================================*/
.section_box:has(#catchcopy) {
  margin-top:0px;
}
.section_box:has(#catchcopy) + .section_box{
  border-top: none;
  margin-top:0px;
}
.container_mainContents:has(#catchcopy){
  justify-content: center;
  background: #fbf6f4;
  padding: 30px;
}
#catchcopy{
  font-weight: bold;
}

/*
    セミナー内容
================================*/
.container_detail {
  background-color: #fbf6f4;
  padding: 20px;
}

.container_detail_inner {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}

.container_detail_inner + .container_detail_inner { margin-top: 20px; }

.container_detail_inner::before {
  border-right: 1px solid #1e1717;
  content: counter(detailNum);
  color: #1e1717;
  counter-increment: detailNum;
  font-size: 35px;
  font-weight: bold;
  flex-shrink: 0;
  line-height: 1;
  margin-right: 20px;
  text-align: center;
  width: 50px;
}

.detail_contents { align-self: center; }

.detail_ttl {
  font-size: 15px;
  font-weight: bold;
}

.detail_ttl + * { margin-top: 10px; }

.container_detail .list_normal_item + .list_normal_item { margin-top: 0; }

.container_detail .list_note { margin: 10px 0; }
/*
    導入実績
================================*/
#record {

}

/*
    直近のセミナー
================================*/

.m_cnt__linkBox {
  text-align: right;
  margin-top: 10px;
  line-height: 1
}
.m_cnt__linkBox__item {
  font-size: 12px;
  padding: 0 24px;
  border: 1px solid #383838;
  color: inherit;
  line-height: 1;
  letter-spacing: 2px;
  transition: .2s background;
  display: inline-flex;
  justify-content: center;
  align-items: center
}
.m_cnt__linkBox__item:before {
  height: 1em;
  padding: 4px 0;
  content: "";
  display: block;
  width: 0
}
.m_cnt__linkBox__item:hover {
  background: #e9e9e9
}

/*
    よくあるご質問
================================*/
.container_faq {}

.container_faq + .container_faq { margin-top: 30px; }

.heading_faq {
  align-items: baseline;
  background-color: #eee;
  display: flex;
  font-size: 18px;
  margin-bottom: 10px;
  padding: 5px;
}

.heading_faq::before {
  content: "Q"counter(questionNum)".";
  color: #a00000;
  counter-increment: questionNum;
  flex-shrink: 0;
  width: 2.5em;
}

.container_answer {
  align-items: baseline;
  display: flex;
}

.container_answer::before {
  content: "A"counter(answerNum)".";
  color: currentColor;
  counter-increment: answerNum;
  flex-shrink: 0;
  font-size: 18px;
  font-weight: bold;
  padding-left: 5px;
  width: 2.5em;
}

.container_answer_inner {}

.text_answer {}

.text_answer + .text_answer { margin-top: 20px; }


/*
    メルマガ登録
================================*/
.container_mlmg {
  -ms-align-items: center;
  align-items: center;
  background-color: #f4f4f4;
  border: 2px solid #f4b519;
  border-radius: 10px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  padding: 15px;
}

.container_mlmg_inner { width: auto; }

.container_mlmg_inner:last-of-type {
  margin-left: 20px;
  width: 100%;
}

.box_bgColor-white {
  background-color: #fff;
  padding: 10px;
}

.heading_mlmg {
  font-size: 15px;
  font-weight: bold;
  margin-bottom: 10px;
}

.list_mlmg {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
}

.list_mlmg_item {
  -ms-align-items: center;
  align-items: center;
  color: #27aa9a;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  font-size: 13px;
}

.list_mlmg_item + .list_mlmg_item {}

.list_mlmg_item::before {
  background-color: #27aa9a;
  border-radius: 50%;
  content: "";
  display: block;
  flex-shrink: 0;
  height: .8em;
  margin-right: 5px;
  width: .8em;
}

.container_mlmg .list_note { margin: 10px 0; }

.container_mlmg .list_note_item { font-size: 10px; }

.container_mlmg .list_note_item + .list_note_item { margin-top: 0; }

/* ボタン */
.container_mlmg .box_link { margin: 0; }

.link_mlmg {
  background: rgb(255,164,44);
  background: linear-gradient(180deg, rgba(255,164,44,1) 0%, rgba(255,122,0,1) 80%, rgba(229,106,106,1) 97%, rgba(229,106,106,1) 100%);
  border-radius: 5px;
  color: currentColor;
  display: block;
  font-size: 13px;
  font-weight: bold;
  padding: 10px 20px;
  text-align: center;
  width: 230px;
}

.link_mlmg:hover {
  color: currentColor;
  opacity: .6;
  text-decoration: none;
}

@media screen and (max-width:599px) {
  .container_mlmg { flex-direction: column; }
  .container_mlmg_inner:last-of-type { margin-left: 0; }
}


/*
    左ナビ
================================*/
#cont #c3_ll dl.cc11 table tr td.line_l{background-color:#398A60;}
#cont #c3_ll dl.cc11 table tr td.line_r{background-color:#C1EAC2;}
#cont #c3_ll dl.cc11-2    {border-color:#398A60;}
#cont #c3_ll dl.cc11 dt b img,
#cont #c3_ll dl.cc11-2 dt b img{background:#398A60;}
#cont #c3_ll dl.cc00 table tr td.line_l {background-color:#398A60;}
#cont #c3_ll dl.cc00 table tr td.line_r {background-color:#C1EAC2;}

/*2013/01/22 ページ下部リンク集 */

#servicelink table.border-b .line_l_b {background-color:#398A60;width: 190px;}
#servicelink table.border-b .line_c {width: 1px;}
#servicelink table.border-b .line_r_b {background-color:#C1EAC2;width: 309px;}

#servicelink .arrowA {background-color:#398A60;}
#servicelink .arrowB {background-color:#398A60;}

/* 2013/04/16 左ナビ関連コンテンツ追記 */
#cont #c3_ll .linkage_c_top{
background-image:url("../../../common/img/lnav_con_base_top.gif");
background-repeat:no-repeat;
background-position:top center;
}

#cont #c3_ll .linkage_c_middle{
background-image:url("../../../common/img/lnav_con_base_middle.gif");
background-repeat:repeat-y;
margin:10px 0;
_padding-bottom:20px;
}

#cont #c3_ll .linkage_c_bottom{
background-image:url("../../../common/img/lnav_con_base_bottom.gif");
background-repeat:no-repeat;
background-position:bottom center;
}

#cont #c3_ll .lc_contents{
margin:0 15px;
padding:45px 0 35px;
}

#cont #c3_ll .lc_contents dt{
background-color:#EEE;
padding:5px;
font-weight:bold;
/*text-indent:-28px;
padding-left:28px;*/
}

#cont #c3_ll .lc_contents dt span.fr{
width:130px;
}

#cont #c3_ll .lc_contents p{
text-align:center;
font-size:14px;
font-weight:bold;
color:#333;
}

#cont #c3_ll .lc_contents dl dd{
background:url("../images/line_dott_999999.gif") repeat-x bottom;
}
#cont #c3_ll .lc_contents dl dt{
margin-top:15px;
}

#cont #c3_ll .lc_contents dt img {
background-color: #468364;
}

/*#cont #c3_ll .lc_contents dl dd a{
background:url("../images/icon_arrow-r_box-s_CCCCCC.gif") no-repeat 0px 7px;
padding-left:13px;
}*/

#cont #servicelink #service_box h3#lineup{
border-bottom:none;
border-left:none;
}



/*
    flexbox
================================*/
.box_flex {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -10px;
}

.box_flex_inner {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  padding: 10px;
}

.box_flex-full {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 0 30px;
}

.box_flex-full_inner {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}

/*横幅*/
.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_hasGutterXs{padding:2.5px;}
.u_hasGutterSm{padding:5px;}
.u_hasGutterMd{padding:7.5px;}
.u_hasGutterLg{padding:10px;}
.u_hasGutterXl{padding:12.5px;}

.u_noGutterXs{margin:-2.5px;}
.u_noGutterSm{margin:-5px;}
.u_noGutterMd{margin:-7.5px;}
.u_noGutterLg{margin:-10px;}
.u_noGutterXl{margin:-12.5px;}

@media screen and (max-width:599px) {
}



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

    Utility

================================*/
/* 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>