<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* 笆ｼ繝医Ξ繝ｳ繝峨Ρ繝ｼ繝峨CSS Document */

body, body p {
  font-family: "Noto Sans CJK JP", YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
}
a {
  text-decoration: none;
}
.contents {
  width: 750px;
  margin: 0 auto;
  color: #1A1A1A;
}
.l_flex {
  display: flex;
  justify-content: space-between;
}
.l_flex-lineup{
  display: flex;
  justify-content: space-around;
}

.m_heading_ttl {
  margin-bottom: 27px;
}
.m_heading_ttl_img {}
.m_heading_copy_wrap {
  padding: 25px 45px;
  margin-bottom: 20px;
  background-color: #F7EDED;
  border-radius: 20px;
  font-size: 16px;
}
.m_heading_copyTtl{
  font-size: 17px;
  letter-spacing: 0px;
  font-weight: bold;
}
.m_heading_copyTtl_sub{
  font-size:16px;
  font-weight: normal;
  padding-left: 3px;
}
.m_heading_copy_img {}

.m_heading_copy_msg {
  margin-top: 10px;
  line-height: 1.6;
  overflow-wrap: break-word;
}
.m_heading_copy_msgLink{
  color: #1a1a1a;
}
.m_heading_copy_msgLink:hover{
  opacity: 0.6;
  transition: .3s;
}
.m_heading_copy_msgLink_target{
  text-decoration: underline;
}
.m_trend_word_lineup_img {
  text-align: center;
  margin-bottom: 30px;
}
.u_mr18 {
  margin-left: 18px;
}

.m_trend_word_lineup_wrap-3col{ /*min400px flex逕ｨ谿ｵ邨�∩*/
  display: flex;
  justify-content: space-between;
  width: 90%;
  margin: auto;
}

.m_trend_word_lineup_wrap-u2col{ /*max399px no-flex逕ｨ谿ｵ邨�∩*/
  display: none;
}

.m_trend_word_lineup_item_wrap {
  list-style: none;
}
.m_trend_word_lineup_item {
  margin-bottom: 10px;
  flex: 1;
  min-width: auto;
}
.m_trend_word_lineup_item::before {
  content: "";
  background-image: url("/resource/img/douga_shinjin/icon_loupe.gif");
  width: 17px;
  height: 17px;
  display: inline-block;
  margin-right: 10px;
  vertical-align: middle;
}
.m_trend_word_lineup_link {
  color: #942D2D;
  line-height: 1.6;
  font-weight: bold;
  border-bottom: 1px solid #942D2D;
}
.m_trend_word_lineup_link:hover {
  color: #EC6D5A;
  border-bottom: 1px solid #EC6D5A;
}
.l_trend_word_wrap{
  padding-bottom: 20px;
  border-bottom: 6px solid;
  border-image: linear-gradient(to right, #EC6D5A 0%, #FF8BAD 100%);
  border-image-slice: 1;
}
.l_section {}
.l_section_detail_wrap{
  flex-basis: auto;
  width:100%;
}
.m_border_gradient {
  border-bottom: 6px solid;
  border-image: linear-gradient(to right, #EC6D5A 0%, #FF8BAD 100%);
  border-image-slice: 1;
  font-size: 16px;
}
.l_trend_word_ttl_grid {
  display: flex;
  justify-content: left;
}
.m_trend_word_ttl_wrap {
  align-items: center;
  margin-top: 25px;
  margin-bottom: 20px;
  margin-left: 0px;
}
.m_trend_word_ttl {
  position: relative;
  font-size: 1.18rem;
  font-family: "Helvetica Neue", "Noto Sans JP", "Yu Gothic", YuGothic, "繝偵Λ繧ｮ繝手ｧ偵ざ ProN W3", "Hiragino Kaku Gothic ProN", Arial, 繝｡繧､繝ｪ繧ｪ, Meiryo, sans-serif, "Jun34Pro Medium-90ms-RKSJ-H*";
  color: #942D2D;
  font-weight: bold;
  padding: 0 15px;
}
/*
.m_trend_word_ttl:before {
  position: absolute;
  content: "";
  background-image: url("/resource/img/douga_shinjin/icon_trendwords.png");
  width: 37px;
  height: 36px;
  left: -45px;
  top: 0px;
}
*/
.m_trend_word_overview {
  color: #942D2D;
  line-height: 1.6;
  padding-left: 45px;
  margin-bottom: 25px;
}
.l_section_item {
  padding: 30px 0 15px;
  border-top: 1px solid #ccc;
}
.l_item_header_wrap {
  margin-bottom: 20px;
  justify-content: left;
}
.l_item_header_strings_wrap {
  display: flex;
  flex-wrap: wrap;
}
.m_item_header_ttl {
  font-size: 1.2rem;
  display: flex;
  align-self: center;
  line-height: 1.6;
  margin-left: 10px;
}
.m_item_header_imgs{
  display: flex;
  margin: 0 -4px;
}
.m_item_header_imgs_item{
  padding: 4px;
}
.m_item_header_footnote {
  text-align: right;
  color: #808080;
  line-height: 1.6;
  font-size: 0.875rem;
  margin-left: auto;
  align-self: center;
  padding-left: 10px;
}
.m_card_wrap {
  display: block;
  background-color: #fff;
  border: 1px solid #B3B3B3;
  box-shadow: 4px 4px 8px #777;
  padding: 20px;
  box-sizing: border-box;
  transition: .3s opacity;
  color: #1A1A1A;
  width: 232px;
}
.m_card_wrap:hover {
  opacity: 0.7;
}
.m_card_img {
  width: 190px;
  height: 76px;
  margin-bottom: 20px;
}
.m_card_styleType_and_time {
  display: flex;
  justify-content: space-between;
}
.m_card_styleType {
  color: #fff;
  background-color: #D66363;
  font-size: 0.78rem;
  padding: 5px 10px;
  text-align: center;
}
.m_card_time {
  font-size: 0.6rem;
}
.m_card_time::before {
  content: url("/resource/img/douga_shinjin/e-learning_time.png");
  margin-right: 2px;
  line-height: 0;
  vertical-align: -3px;
  width: 15px;
  height: 15px;
}
.m_card_ttl {
  font-weight: bold;
  margin: 8px 0 16px;
  line-height: 1.6;
  display: flex;
  flex-direction: column;
}

.m_card_ttl_withTest {
  font-size: 14px;
  color: #808080;
  font-weight: normal;
  align-self: end;
}

.m_card_buyType {
  padding: 4px 8px;
  border: 1px solid;
  border-radius: 40px;
  line-height: 1;
  font-size: 0.68rem;
  margin: 2px;
}
.l_card_buyType_wrap {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin: -2px;
}
.m_detail_info_wrap {
  display: flex;
  justify-content: left;
  align-items: center;
  margin-bottom: 10px;
}
.m_detail_info_ttl {
  margin: 0 30px;
  background-color: #fff;
  min-width: 120px;
  text-align: center;
  padding: 5px 10px;
}
.m_detail_ttl {
  margin: 20px 0 10px 30px;
  font-weight: normal;
}
.m_detail_ttl::before {
  content: url("/resource/img/douga_shinjin/icon_movie.png");
  margin-right: 5px;
  line-height: 0;
  vertical-align: -12px;
  width: 37px;
  height: 36px;
}

.m_detail_contents {
  margin-left: 30px;
  line-height: 1.6;
}
.m_detail_contents + .m_detail_contents{
  margin-top: 10px;
}
.m_detail_contents p + p{
  margin-top: 10px;
}
.m_btn_link_wrap {
  background-color: #A11F24;
  font-size: 0.875rem;
  border-radius: 7px;
  width: 400px;
  margin: 40px auto 10px auto;
  text-align: center;
  box-shadow: 5px 5px #fff;
}
.m_btn_link_wrap_multi{
  width: 100%;
  margin: 10px 0;
}
.m_btn_link_wrap_bup{
  background-color: #194a72;
}
.m_btn_link_wrap:hover {
/*
  opacity: 0.6;
*/
  text-decoration: none;
  box-shadow: none;
  transform: translate(2px, 2px)
}
.m_btn_link_target {
  color: #fff;
  display: block;
  padding: 15px;
}
.m_btn_links{
  display: flex;
  align-items: stretch;
  margin: -15px
}

.m_btn_links_item{
  width: 100%;
  padding: 15px;
}
@media screen and (max-width: 599px){
  .m_btn_links{
    display: block;
    margin: -3px;
  }
  .m_btn_links_item{
    padding: 3px;
  }
}
.m_recomend_link_wrap {
  background-color: #fff;
  border-radius: 7px;
  padding: 15px 35px;
  line-height: 1.6;
  margin-top: 40px;
}
.m_recomend_link_ttl {
  color: #942D2D;
  font-weight: bold;
}
.m_recomend_link_item_wrap {
  list-style: none;
  margin-left: 5px;
}
.m_recomend_link_item {
  text-indent: -18px;
  padding-left: 18px;
  margin-top: 10px;
  margin-bottom: 10px;
}
.m_recomened_link_item_target {
  color: #000;
}
.m_recomened_link_item_target:hover {
  opacity: 0.7;
}
.m_recomened_link_item_target::before {
  content: "";
  background-image: url("/resource/img/douga_shinjin/icon_arrow.gif");
  display: inline-block;
  width: 8px;
  height: 14px;
  margin-right: 10px;
  vertical-align: -2px;
}


/*
@media (max-width: 599px) {
  .m_trend_word_lineup_wrap {
    margin-left: 10px;
    display: flex;
    justify-content: center;
  }
}
@media (max-width: 599px) {
  .m_trend_word_lineup_item_wrap {
    font-size: 0.8125rem;
  }
}
@media (max-width: 599px) {
  .l_trend_word_ttl_grid {
    display: block;
    margin-left: 0px;
  }
}
@media (max-width: 599px) {
  .l_trend_word_ttl_grid &gt; .l_flex {
    display: flex;
    justify-content: left;
  }
}
@media (max-width: 599px) {
  .m_trend_word_ttl_img_wrap:before {
    left: 10px;
  }
}
@media (max-width: 599px) {
  .m_trend_word_ttl_img {
    padding-left: 55px;
    width: 147px;
  }
}
@media (max-width: 599px) {
  .m_trend_word_ttl {
    font-size: 1.25rem;
    padding: 10px 10px;
  }
}
@media (max-width: 599px) {
  .m_trend_word_overview {
    padding-left: 0px;
  }
}
@media (max-width: 599px) {
  .l_section_item {
    padding: 10px;
    padding-bottom: 20px;
  }
}
@media (max-width: 599px) {
  .l_item_header_wrap {
    margin-bottom: 20px;
  }
}
@media (max-width: 599px) {
  .m_item_header_img_wrap {
    text-align: center;
  }
}
@media (max-width: 599px) {
  .m_item_header_img {
    width: 160px;
    height: 92px;
  }
}
@media (max-width: 599px) {
  .m_item_header_ttl {
    padding: 10px 0 0px 0px;
    margin-left: 0px;
  }
}
@media (max-width: 599px) {
  .m_card_wrap {
    margin-bottom: 16px;
  }
}
@media (max-width: 599px) {
  .m_card_img {
    width: 100%;
    height: auto;
  }
}
@media (max-width: 599px) {
  .m_detail_info_ttl {
    margin: 0 10px 0 0;
  }
}
@media (max-width: 599px) {
  .m_detail_ttl {
    margin: 20px 0 10px 0px;
  }
}
@media (max-width: 599px) {
  .m_detail_contents {
    margin-left: 0px;
    line-height: 1.6;
  }
}
@media (max-width: 599px) {
  .m_btn_link_wrap {
    width: 90%;
  }
}
@media (max-width: 599px) {
  .m_recomend_link_wrap {
    padding: 10px 10px;
    line-height: 1.6;
  }
}
*/

@media screen and (max-width: 768px) {
  .contents {
    width: auto;
    margin: 0 10px;
  }
  .m_heading_ttl_img {
    width: 100%;
    height: auto;
  }
  .m_trend_word_lineup_item{}
  .m_detail_info_ttl{
    margin: 0 15px;
  }
  .m_detail_ttl{
    margin: 20px 0 10px 15px;
  }
  .m_detail_contents{
    margin-left: 15px;
  }
}

@media screen and (max-width: 599px) {
  .contents {
    width: auto;
    margin: 0 10px;
  }
  .l_flex {
    display: block;
  }
  .l_flex-lineup{
    display: flex;
  }
  .l_trend_word_ttl_grid {
    display: block;
    margin-left: 0px;
  }
  .l_trend_word_ttl_grid &gt; .l_flex {
    display: flex;
    justify-content: left;
  }
  .l_section_item {
    padding: 10px;
    padding-bottom: 20px;
  }
  .l_item_header_wrap {
    margin-bottom: 20px;
  }
  .m_heading_copy_wrap {
    padding: 20px 20px;
  }
  .m_heading_copy_img {
    width: 248px;
  }
  .m_trend_word_lineup_wrap {}
  .m_trend_word_lineup_wrap-3col{ /*flex逕ｨ谿ｵ邨�∩*/
    display: none;
  }
  .m_trend_word_lineup_wrap-u2col{ /*no-flex逕ｨ谿ｵ邨�∩*/
    display:block;
    width: 90%;
    margin-left: auto;
  }
  .m_trend_word_lineup_item_wrap-u2col{ /*no-flex逕ｨ谿ｵ邨�∩*/
    display:flex;
    flex-wrap: wrap;
  }
  .m_trend_word_lineup_item{
    min-width: 50%;
    text-indent: -27px;
    padding-left: 27px;
  }
  .m_trend_word_lineup_item::before{
    margin-right: 5px;
  }
  /*
  .m_trend_word_lineup_item_wrap {
    font-size: 0.8125rem;
  }
  */

  .m_trend_word_ttl_img_wrap:before {
    left: 10px;
  }
  .m_trend_word_ttl_img {
    padding-left: 55px;
    width: 147px;
  }
  .m_trend_word_ttl {
    font-size: 1.25rem;
    padding: 10px 10px;
  }
  .m_trend_word_ttl:before{
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center bottom;
    width: 25px;
    height: 25px;
    left: -25px;
    top: 10px;
  }
  .m_trend_word_overview {
    padding-left: 0px;
  }
  .m_item_header_img_wrap {
    text-align: center;
  }
  .m_item_header_img {
    width: 160px;
    height: 92px;
  }
  .m_item_header_ttl {
    padding: 10px 0 0px 0px;
    margin-left: 0px;
  }
  .m_card_wrap {
    margin-bottom: 16px;
    width: 100%;
  }
  .m_card_img {
    width: 100%;
    height: auto;
  }
  .m_detail_info_ttl {
    margin: 0 10px 0 0;
  }
  .m_detail_ttl {
    margin: 20px 0 10px 0px;
  }
  .m_detail_contents {
    margin-left: 0px;
    line-height: 1.6;
  }
  .m_btn_link_wrap {
    width: 90%;
  }
  .m_recomend_link_wrap {
    padding: 10px 10px;
    line-height: 1.6;
  }
}
@media screen and (max-width: 399px) {
  .l_flex-lineup{
    display: block;
  }
  .m_trend_word_lineup_item_wrap-u2col{
    display: block;
  }
  .m_trend_word_lineup_item {
    width: 160px;
    margin: 10px auto;
  }
  .m_trend_word_lineup_wrap{
    justify-content: flex-start;
  }
}
/* 笆ｲ繝医Ξ繝ｳ繝峨Ρ繝ｼ繝峨CSS Document */

/* 笆ｼ蜍慕判繝｡繝ｼ繝ｫ繝ｬ繧ｿ繝ｼ縲CSS Document */


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

    common

================================*/
body{
  color: #333;
  counter-reset: detailNum;
  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;
}

#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 { margin-top: 50px; }

.section_box_inner {}

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

.text_note { font-size: 12px; }

.box_image {}

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

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


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

    繧ｵ繧､繝峨リ繝�

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

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


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

    contents header

================================*/
.container_header { margin-bottom: 30px; }

.heading_keyvisual { margin-bottom: 30px; }

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

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

/*
    繧､繝ｳ繝医Ο
================================*/
.box_intoroduction {
  -ms-align-items: center;
  align-items: center;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  margin: 30px 0;
}

.box_intoroduction &gt; .text_normal { margin-right: 20px; }

/* 繝｡繝ｫ繝槭ぎ逋ｻ骭ｲ */
.box_mlmg {
  -ms-align-items: center;
  align-items: center;
  background-color: #E9F3F8;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  font-size: 14px;
  padding: 20px;
}

.box_mlmg .box_link { margin: 0 0 0 20px; }

@media screen and (max-width:  599px) {
  .box_intoroduction { flex-direction: column; }
  .box_intoroduction &gt; .text_normal { margin: 0 0 20px 0; }
  .box_mlmg { flex-direction: column; }
  .box_mlmg .box_link { margin: 20px 0 0 0; }
}

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

    contents body

================================*/
.container_body {}

.text_normal {}

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

.container_contents {}

/* 蜍慕判蝓九ａ霎ｼ縺ｿ */
.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%;
}


/*
    隕句�縺�
================================*/
.heading_primary {
  -ms-align-items: center;
  align-items: center;
  background-image: url("../../img/dougahyakkaten/4foru_pickup_title.gif");
  background-repeat: no-repeat;
  background-position: 10px center;
  border-top: 1px solid #333;
  border-bottom: 1px solid #333;
  color: #0A7FBE;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  font-size: 21px;
  font-weight: normal;
  min-height: 36px;
  margin-bottom: 20px;
  padding: 10px 10px 10px 256px;
}

.heading_secondary {
  color: #0A7FBE;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  font-size: 21px;
  margin-bottom: 20px;
}

.heading_secondary::before {
  content: url("../../img/dougahyakkaten/4foru_pickup1.png");
  display: block;
  margin-right: 10px;
}

#pickup1::before { content: url("../../img/dougahyakkaten/4foru_pickup1.png"); }
#pickup2::before { content: url("../../img/dougahyakkaten/4foru_pickup2.png"); }
#pickup3::before { content: url("../../img/dougahyakkaten/4foru_pickup3.png"); }
#pickup4::before { content: url("../../img/dougahyakkaten/4foru_pickup4.png"); }

.heading_pulusOne {
  -ms-align-items: center;
  align-items: center;
  border: 1px solid #333;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 20px;
  padding-right: 16px;
}

.heading_pulusOne::before {
  content: url("../../img/dougahyakkaten/4foru_plusone.png");
  height: 94px;
  margin-right: 16px;
  width: 154px;
}

.heading_sub {
  color: #0A7FBE;
  font-size: 18px;
  margin-bottom: 10px;
}

@media screen and (max-width: 599px) {
  .heading_primary {
    background-position: 10px 10px;
    font-size: 20px;
    padding: 46px 10px 10px 10px;
  }
  .heading_secondary { flex-direction: column; }
  .heading_pulusOne {
    align-items: flex-start;
    flex-direction: column;
  }
}



/*
    繝ｪ繧ｹ繝�
================================*/
.list_normal {}

.list_normal_item {}

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


/* 繧｢繧､繧ｳ繝ｳ */
.m_hasIco{
  position: relative;
  &amp;::before{
    content: "";
    position: absolute;
    left: 0;
    display: block;
  }
}
.m_hasIco--dot{
  padding-left: 1em;
  &amp;::before{
    content: "繝ｻ";
  }
}

/* 轤ｹ */
.list_bullet {}

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

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

/* 陦ｨ */
.m_table{
  table-layout: auto;
  border-collapse: collapse;
  width: 100%;
  border: 1px solid;
}
.m_table__head{
  border: 1px solid;
  color: #fff;
  background: #c94747;
}
.m_table__ttl{
  padding: 10px;
  border: 1px solid;
  vertical-align: middle;
  text-align: center;
  word-break: keep-all;
  @media screen and (max-width: 768px){
    vertical-align: top;
  }
}
.m_table__body{}
.m_table__data{
  padding: 10px;
  border: 1px solid;
}

/* 遏｢蜊ｰ */
.list_hasArrow {}

.list_hasArrow_item {
  -ms-align-items: baseline;
  align-items: baseline;
  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 #f65701;
  content: "";
  display: block;
  flex-shrink: 0;
  height: 0;
  margin-right: 10px;
  width: 0;
}

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

/* menu */
.list_menu {
  background-color: #E9F3F8;
  padding: 10px;
}

.list_menu_item {}

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

.list_menu_link {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  line-height: 1.3;
}

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

.list_menu_link::before {
  /*background-image: url("../../img/dougahyakkaten/4foru_pickup1.png");*/
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  content: "";
  display: block;
  flex-shrink: 0;
  height: 24px;
  margin-right: 10px;
  width: 100px;
}

.list_menu_item:nth-of-type(1) .list_menu_link::before { background-image: url("../../img/dougahyakkaten/4foru_pickup1.png"); }
.list_menu_item:nth-of-type(2) .list_menu_link::before { background-image: url("../../img/dougahyakkaten/4foru_pickup2.png"); }
.list_menu_item:nth-of-type(3) .list_menu_link::before { background-image: url("../../img/dougahyakkaten/4foru_pickup3.png"); }
.list_menu_item:nth-of-type(4) .list_menu_link::before { background-image: url("../../img/dougahyakkaten/4foru_pickup4.png"); }


/*
    繝ｪ繝ｳ繧ｯ
================================*/
.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_btn {
  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;
  min-width: 210px;
}

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


/*
    險倅ｺ倶ｸ隕ｧ
================================*/
.container_articleList {
  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: -10px;
}

.container_articleBox_inner {
  padding: 10px;
}

.box_article { height: 100%; }

.box_article_link {
  -ms-align-items: center;
  align-items: center;
  border: 1px solid #cdcdcd;
  color: currentColor;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
  height: 100%;
  padding: 20px;
}

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

.box_article_ttl {
  -ms-align-items: center;
  align-items: center;
  align-self: flex-start;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  margin-bottom: 10px;
}

.box_article_ttl::before {
  content: url("../../img/dougahyakkaten/4foru_movie_icon.png");
  flex-shrink: 0;
  margin-right: 10px;
}

.box_article_img {
  position: relative;
}

.box_article_img::before {
  content: url("../../img/dougahyakkaten/4foru_ornament.png");
  position: absolute;
  bottom: -6px;
  right: 0;
}

.box_article_img &gt; img {
  display: block;
  height: 150px;
  object-fit: cover;
  object-position: right;
  width: 320px;
}

/* 繧ゅ▲縺ｨ隕九ｋ繝懊ち繝ｳ */
.btn_moreShow { display: none; }

/*
    險倅ｺ九�繝ｼ繧ｸ
================================*/
.heading_container {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  margin-bottom: 30px;
}

.heading_container &gt; .heading_keyvisual { margin-bottom: 0; }

.heading_comment {
  -ms-align-items: center;
  align-items: center;
  background-color: #E9F3F8;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
  flex-grow: 2;
  justify-content: center;
}

.heading_comment_img {}

.heading_comment_txt {
  font-size: 14px;
  padding: 0 10px;
}

.container_menu {
  align-items: center;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  margin: -10px;
}

.box_menu { padding: 10px; }

.box_video { padding: 10px; }

@media screen and (max-width: 599px) {
  .heading_comment { display: none }
  .container_menu { flex-wrap: wrap }
  .box_menu { margin: 20px 0 0 0; }
}


/*
    蜍慕判蜀�ｮｹ隧ｳ邏ｰ
================================*/
.container_detail {
  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: -8px;
}

.container_detail_inner {
  padding: 16px;
}

/* card */
.box_card {
  border: 1px solid #cacaca;
  box-shadow: 4px 4px 8px #777;
}

.box_card_link {
  color: currentColor;
  display: block;
  padding: 16px;
  transition: .3s opacity;
}

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

.box_card_inner {}

.box_card_img {}

.box_card_img &gt; img {
  height: auto;
  width: 100%;
}

.box_card_info {
  -ms-align-items: center;
  align-items: center;
  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;
  justify-content: space-between;
  margin-top: 16px;
}

.box_card_type {
  font-size: 12px;
  line-height: 1;
  padding: 4px;
}

.box_card_type-motion{
  background: #20D392;
  color: #fff;
}

.box_card_type-trainer{
  background: #d66363;
  color: #fff;
}

.box_card_type-slide{
  background: #d66363;
  color: #fff;
}

.box_card_type-case{
  background: #d66363;
  color: #fff;
}

.box_card_type-animation{
  background: #ba60a3;
  color: #fff;
}

.box_card_type-pc{
  background: #5c6fad;
  color: #fff;
}

.box_card_time {
  -ms-align-items: center;
  align-items: center;
  font-size: 10px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  line-height: 1;
}

.box_card_time::before {
  content: url("https://www.insource.co.jp/resource/img/studio/lineup/e-learning_time.png");
  line-height: 0;
  margin-right: 2px;
}

.box_card_ttl {
  font-weight: bold;
  margin-top: 8px;
  margin-bottom: 16px;
}

.m_card__tabs { position: static; }

.list_tag {
  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: -2px;
}

.list_tag_item {
  border: 1px solid #333;
  border-radius: 40px;
  font-size: 11px;
  line-height: 1;
  margin: 2px;
  padding: 4px 8px;
}

.m_card__tabs{
  /*position: absolute;*/
  bottom: 16px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin: -2px;
}
.m_card__tabsItem{
  padding: 2px;
}
.m_card__tab{
  padding: 4px 8px;
  border: 1px solid;
  border-radius: 40px;
  line-height: 1;
  letter-spacing: 0;
  font-size: 11px;
}
.m_card--new::before{
  content: url(/resource/img/studio/lineup/e-learning_new.png);
  position: absolute;
  top: -1px;
  left: -1px;
  z-index: 1;
  display: block;
  line-height: 0;
}


/* 隧ｳ邏ｰ */
.box_detail {}

.list_info { margin-bottom: 20px; }

.list_info_inner {
  -ms-align-items: baseline;
  align-items: baseline;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}

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

.list_info_ttl {
  background-color: #E9F3F8;
  flex-shrink: 0;
  line-height: 1;
  margin-right: 10px;
  padding: 5px 10px;
  text-align: center;
  width: 8em;
}

.list_info_contents {}

.box_detail_ttl {
  -ms-align-items: center;
  align-items: center;
  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-bottom: 10px;
}

.box_detail_ttl::before {
  content: url("../../img/dougahyakkaten/4foru_movie_icon.png");
  display: block;
  margin-right: 10px;
}

/* 譌･謨ｰ */
.m_days{
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.m_days_body{
  flex: 1 1 auto;
}
.m_days_img{
  flex: 0 0 250px;
  line-height: 0;
}
.m_days_img img{
  max-width: 100%;
  height: auto;
}
@media screen and (max-width: 599px){
  .m_days{
    flex-direction: column-reverse;
  }
  .m_days_img{
    flex: 1 1 auto;
  }
}

/* 繧ｹ繧ｱ繧ｸ繝･繝ｼ繝ｫ */
.m_schedules{}
.m_schedules_item + .m_schedules_item{
  margin-top: 10px;
}
.m_schedule{}
.m_schedule_ttl{
  margin-bottom: 5px;
  font-weight: bold;
}
.m_schedule_contents{}
.m_schedule_contents iframe{
  width: 100%;
}

/*
    繝励Λ繧ｹ繝ｯ繝ｳ
================================*/
.list_flow {
  margin: 30px 0;
}

.list_flow_item {
  background-color: #E9F3F8;
  padding: 8px 8px 8px calc(8px + 2em);
  position: relative;
  text-indent: -2em;
}

.list_flow_item +.list_flow_item { margin-top: 16px; }

.list_flow_item +.list_flow_item::before {
  border: 12px solid transparent;
  border-top: 12px solid #00C076;
  border-bottom: none;
  content: "";
  display: block;
  height: 0;
  position: absolute;
  top: -20px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
}

.box_publicity {
  /*border: 1px solid #333;*/
  margin: 30px 0;
}

.box_publicity-leaf { /*border-color: #00C076;*/ }

.box_publicity_link {
  /*-ms-align-items: center;
  align-items: center;
  color: currentColor;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  height: 118px;
  justify-content: space-around;
  position: relative;*/
  display: inline-block;
}

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

.box_publicity_link .box_image {
  /*position: absolute;
  right: -1px;*/
}

.box_publicity_link .text_normal {
  /*padding: 20px;
  width: 100%;*/
}

@media screen and (max-width: 599px) {
  /*.box_publicity_link { height: 100%; }
  .box_publicity_link .box_image { position: static; }*/
}


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

/* 遐比ｿｮ縺ｮ繝�く繧ｹ繝医Μ繝ｳ繧ｯ繝ｪ繧ｹ繝� */
.m_trainingLinks{}
.m_trainingLinks__ttl  {
  margin-bottom: 10px;
  font-weight: normal;
}
.m_trainingLinks__ttl::before {
  content: "\f073";
  font-family: FontAwesome;
  font-size: 24px;
  height: 1em;
  line-height: 1em;
  width: auto;
  vertical-align: -2px;
  color:#942D2D;
}
.m_trainingLinks__list{}
.m_trainingLinks__listItem + .m_trainingLinks__listItem{
  margin-top: 5px;
}
.m_trainingLinks__link{
  position: relative;
  display: block;
  width: fit-content;
  padding-left: 1em;
}
.m_trainingLinks__link::before{
  content: "";
  position: absolute;
  top: .5em;
  left: 0;
  display: block;
  width: .4em;
  height: .4em;
  border-bottom: 2px solid;
  border-right: 2px solid;
  transform: rotate(-45deg);
}

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

    layout

================================*/
.l_grid{
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  margin: -15px;
}
.l_grid__item{
  display: flex;
  padding: 15px;
}
.l_grid__inner{
  display: block;
  width: 100%;
}
.l_grid--map{
  margin: 0;
}
.l_grid--map .l_grid__item{
  width: 50%;
  padding: 0;
}
.l_grid--map .l_grid__item:last-of-type{
  width: 48.3%;
}

/*讓ｪ蟷�*/
.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_mt40 { margin-top: 40px !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; }

/* word-break */
.u_wb-ba{
  word-break: break-all !important;
}
@media screen and (max-width:599px){
  .res_sm_w100p { width: 100% !important; }
  .u_disNon-pc { display: block; }
  .u_disNon-sp { display: none; }
}

/* 笆ｲ蜍慕判繝｡繝ｼ繝ｫ繝ｬ繧ｿ繝ｼ縲CSS Document */



.m_item_header_img_wrap{
  width: 64px;
  line-height: 0;
  filter: hue-rotate(-43deg) saturate(100%) brightness(.75) contrast(2);
}
.m_item_header_img_wrap_bup{
  filter: none;
}
.m_item_header_img_link{
  display: block;
}
.m_heading_copy_ttl p + p{
  margin-top: 16px;
}
.m_tokucho{
  margin-bottom: 16px;
}
.m_tokucho__ttl{
    align-items: center;
    border: 1px solid #942D2D;
    background: 0 0;
    color: #942D2D;
    display: flex;
    font-size: 18px;
    font-weight: 400;
    letter-spacing: 4px;
    margin-bottom: 10px;
    padding: 3px 10px;
    position: relative
}
.m_tokucho__ttl::before {
    content: "\f0ce";
    display: block;
    font-family: fontawesome;
    font-size: 1.2em;
    margin-right: 10px
}
.m_tokucho__item {
    position: relative;
    padding-left: 2em
}
.m_tokucho__item+.m_tokucho__item {
    margin-top: 5px
}
.m_tokucho__item::before {
    border-right: 4px solid #942D2D;
    border-bottom: 4px solid #942D2D;
    content: "";
    display: block;
    height: 11px;
    position: absolute;
    top: 0;
    left: .7em;
    transform: rotate(45deg);
    width: 4px
}
.m_img{
  margin-bottom: 16px;
  line-height: 0;
  text-align: center;
}
.m_img img{
  max-width: 100%;
  height: auto;
}
.m_img--link:hover{
  opacity: .7;
}
.m_img--omission{
  position: relative;
  display: block;
  aspect-ratio: 3 / 1;
  overflow: hidden;
  &amp;::before{
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    background: linear-gradient(to top, #fff 0, rgba(255, 255, 255, 0) 50%);
  }
}
.m_img--full{
  img{
    max-width: none;
    width: 100%;
  }
}

.m_target{
  margin-bottom: 16px;
}
.m_target__ttl{
    align-items: center;
    background: 0 0;
    color: #942D2D;
    display: flex;
    font-size: 18px;
    font-weight: 400;
    letter-spacing: 4px;
    margin-bottom: 10px;
    position: relative
}
.m_target__ttl::before {
    content: "\f007";
    display: block;
    font-family: fontawesome;
    font-size: 1.2em;
    margin-right: 10px
}
.m_target__item {
    position: relative;
    padding-left: 1em
}
.m_target__item+.m_target__item {
    margin-top: 5px
}
.m_target__item::before {
    content: "繝ｻ";
    display: block;
    position: absolute;
    left: 0;
}

.m_card_wrap{
  padding: 0;
  border: none;
  line-height: 0;
  box-shadow: none;
}
.m_card_img{
  width: auto;
  max-width: 100%;
  height: auto;
  margin: 0;
}
/* 隧ｳ邏ｰ */
.m_detail_info_ttl{
  min-width: 72px;
  margin: 0 12px 0 30px;
}
.m_detail_info_listItem{
  position: relative;
  padding-left: 1em;
}
.m_detail_info_listItem::before{
  content: "繝ｻ";
  position: absolute;
  left: 0;
  display: block;
}
.m_detail_ttl{
  margin-left: 0;
}
.m_detail_ttl::before{
  content: "\f024";
  font-family: FontAwesome;
  font-size: 24px;
  height: 1em;
  line-height: 1em;
  width: auto;
  vertical-align: -4px;
  color:#942D2D;
}
.m_detail_ttl_day::before{
  content: "\f02e";
}
.m_detail_ttl_prg::before{
  content: "\f00b";
}
.m_detail_ttl_schedule::before{
  content: "\f022";
}
.m_detail_contents{
  margin-left: 0;
}


/* 繧｢繧ｹ繧ｿ繝ｪ繧ｹ繧ｯ */
.m_ast{
  position: relative;
  padding-left: 1em;
}
.m_ast::before{
  content: "窶ｻ";
  position: absolute;
  left: 0;
  display: block;
}

/* 繝ｪ繝ｼ繝画枚 */
.m_lead{
  margin-bottom: 16px;
}
.m_lead__ttl{
    align-items: center;
    background: 0 0;
    color: #942D2D;
    display: flex;
    font-size: 18px;
    font-weight: 400;
    letter-spacing: 4px;
    margin-bottom: 10px;
    position: relative
}
.m_lead__ttl::before {
    content: "\f058";
    display: block;
    font-family: fontawesome;
    font-size: 1.2em;
    margin-right: 10px
}
.m_lead__item + .m_lead__item{
  margin-top: 16px;
}

/* 髢｢騾｣繝ｪ繝ｳ繧ｯ */
.m_relLink{}
.m_relLink__ttl{
    align-items: center;
    border: 1px solid #942D2D;
    background: 0 0;
    color: #942D2D;
    display: flex;
    font-size: 18px;
    font-weight: 400;
    letter-spacing: 4px;
    margin-bottom: 10px;
    padding: 3px 10px;
    position: relative
}
.m_relLink__ttl::before {
    content: "\f03a";
    display: block;
    font-family: fontawesome;
    font-size: 1.2em;
    margin-right: 10px
}
/* 逕ｻ蜒丞腰菴薙�隕∫ｴ� */
.m_onlyImg{
  line-height: 0;
  text-align: center;
}
.m_onlyImg img{
  max-width: 100%;
  height: auto;
}


/* 繝｢繝ｼ繝繝ｫ */
.m_modal{
  display: none;
  padding: 20px;
}
.m_modal__inner{
  max-height: 80vh;
  overflow: auto;
}
.m_modal__btn{
  position: absolute;
  top: 0;
  right: 0;
  transform: translate(50%, -50%);
}
.m_modal__btnTatget{
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border: 2px solid;
  border-radius: 50%;
  background: #fff;
  color: inherit;
  font-size: 20px;
  line-height: 1;
  font-weight: bold;
  transition: opacity .3;
}
.m_modal__btnTatget:hover{
  opacity: .7;
}</pre></body></html>