@charset "UTF-8";

/*============================================================================================
      Style.css
=============================================================================================*/
body {
  font-family: YakuHanJPs, Noto Sans JP, -apple-system, BlinkMacSystemFont, "Helvetica Neue", HelveticaNeue, "Segoe UI", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN W3", HiraKakuProN-W3, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 14px;
  line-height: 1.85;
  letter-spacing: 0;
  -webkit-text-size-adjust: 100%;
  margin: 0 auto;
}
/*    a
=====================================================*/
a {
  color: inherit;
  text-decoration: inherit;
  font-size: inherit;
  text-align: inherit;
}
/*    img
=====================================================*/
img {
  line-height: 0;
  max-width: 100%;
  height: auto;
}
/*    button
=====================================================*/
button {
  font-size: inherit;
  font-family: inherit;
  border: none;
  padding: 0;
  cursor: pointer;
  background-color: transparent;
}
button:focus {
  outline: none;
}
/*    Form parts
=====================================================*/
input[type="text"],
select,
textarea {
  color: inherit;
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
  border-radius: 0;
}
input[type="submit"],
input[type="button"],
button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font: inherit;
  outline: none;
}
input,
select {
  line-height: 1;
}
select {
  color: inherit;
}
textarea {
  resize: vertical;
}
input[type="checkbox"],
input[type="radio"] {
  width: 16px !important;
  height: 16px !important;
  border: 1px solid red;
}
input[type="submit"],
input[type="button"],
input[type="radio"],
input[type="checkbox"],
label,
button,
select {
  cursor: pointer;
  vertical-align: middle;
}
input[type="radio"],
input[type="checkbox"],
select {
  all: revert;
  margin: 0;
  vertical-align: middle;
}
select::-ms-expand {
  display: none;
}
::-webkit-input-placeholder {
  color: #999999;
}
::-moz-placeholder {
  color: #999999;
}
:-ms-input-placeholder {
  color: #999999;
}
::-ms-input-placeholder {
  color: #999999;
}
::placeholder {
  color: #999999;
}
@media (max-width: 768px) {
  input,
  button,
  select,
  textarea {
    font-size: 14px;
  }
}

/*    Display
=====================================================*/
/*-- PC --*/
.u_tbl {
  display: none !important;
}
.u_sp {
  display: none !important;
}
.u_pc {
  display: block !important;
}
.u_pc.u_inlineB {
  display: inline-block !important;
}
.u_pc.u_inline {
  display: inline !important;
}
@media (max-width: 768px) {
  .u_pc {
    display: none !important;
  }
  .u_sp {
    display: none !important;
  }
  .u_tbl {
    display: block !important;
  }
  .u_tbl.u_pc {
    display: block !important;
  }
  .u_pc.u_inlineB {
    display: none !important;
  }
  .u_tbl.u_inlineB {
    display: inline-block !important;
  }
  .u_tbl.u_pc.u_inlineB {
    display: inline-block !important;
  }
  .u_pc.u_inline {
    display: none !important;
  }
  .u_tbl.u_inline {
    display: inline !important;
  }
  .u_tbl.u_pc.u_inline {
    display: inline !important;
  }
  .u_sp.u_tbl {
    display: block !important;
  }
  .u_sp.u_tbl.u_inlineB {
    display: inline-block !important;
  }
  .u_sp.u_tbl.u_inline {
    display: inline !important;
  }
}
/*-- SP --*/
@media (max-width: 576px) {
  .u_pc {
    display: none !important;
  }
  .u_tbl {
    display: none !important;
  }
  .u_sp {
    display: block !important;
  }
  .u_tbl.u_pc {
    display: none !important;
  }
  .u_sp.u_tbl {
    display: block !important;
  }
  .u_sp.u_inlineB {
    display: inline-block !important;
  }
  .u_sp.u_tbl.u_inlineB {
    display: inline-block !important;
  }
  .u_sp.u_inline {
    display: inline !important;
  }
  .u_sp.u_tbl.u_inline {
    display: inline !important;
  }
}
/*    Contents
=====================================================*/
/*-- Images --*/
figure {
  margin-bottom: 0 !important;
}
.u_img,
.u_img_def {
  display: block;
  line-height: 0;
}
.u_img img {
  display: block;
  width: 100%;
  margin: 0 auto;
}
.u_img_def img {
  display: block;
  margin: 0 auto;
}

.u_ic {
  position: relative;
}
.u_ic::before,
.u_ic::after {
  content: "";
  margin: auto;
  background-repeat: no-repeat;
  background-position: left top;
  background-size: 100% auto;
  position: absolute;
  pointer-events: none;
}
/*-- Font Weight --*/
.u_black {
  font-weight: 900;
}
.u_bold {
  font-weight: 700;
}
.u_semibold {
  font-weight: 600;
}
.u_medium {
  font-weight: 500;
}
.u_regular {
  font-weight: 400;
}
.u_light {
  font-weight: 300;
}
.u_exlight {
  font-weight: 200;
}
.u_thin {
  font-weight: 100;
}
/*-- Text Indent --*/
.u_indent {
  text-indent: -1em;
  padding-left: 1em;
}
/*    Flex box
=====================================================*/
.l_flex {
  display: flex;
}
.l_justifyContentAround {
  justify-content: space-around !important;
}
/*============================================================================================
      General.css
=============================================================================================*/
/*    link - Text -
=====================================================*/
.g_link {
  color: #1c82c6;
  text-decoration: underline;
}
@media (any-hover: hover) {
  .g_link:hover {
    text-decoration: none;
  }
}
/*    Decolation
=====================================================*/
.g_bg_blue {
  background-color: #eff9ff;
}
/*    Button - basic -
=====================================================*/
.g_btn {
  position: relative;
  display: block;
  width: 100%;
  border-radius: 5px;
  transition: color 0.2s, background 0.2s;
  border-radius: 6px;
  border: 2px solid #1c82c6;
  background-color: #1c82c6;
  color: #fff;
  text-align: center;
}
.g_btn > * {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-weight: 700;
}

.g_btn--smartpack{
    background: #C95C54;
    border: 2px solid #C95C54;
}
.g_btn--pdf{}
.g_btn--inquiry{}


.g_btn--smartpack a::before {
    content: "\f07a";
    font-family: 'font awesome 5 free';
    font-size: 20px;
    width: 20px;
}

.g_btn--pdf a::before {
    content: "\f1c1";
    font-family: 'font awesome 5 free';
    font-size: 20px;
    width: 20px;
}

.g_btn--inquiry a::before {
    content: "\f0e0";
    font-family: 'font awesome 5 free';
    font-size: 20px;
    width: 20px;
}


@media (any-hover: hover) {
  .g_btn:hover {
    color: #1c82c6;
    background-color: #fff;
  }
  .g_btn--smartpack:hover {
    color: #C95C54;
  }
}

/*    Modal
=====================================================*/
.g_modal {
  display: none;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1;
}
.g_modal_bg {
  background-color: rgba(0, 0, 0, 0.8);
  height: 100vh;
  position: absolute;
  width: 100%;
}
.g_modal_content {
  height: 700px;
  width: 84.4%;
  max-width: 1080px;
  left: 50%;
  top: 50%;
  padding: 30px;
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-color: #fff;
}
.g_modal_content .l_flex{
  height: 490px;
  width: 100%;
}


.js_modal_open {
  cursor: pointer;
  transition: opacity 0.2s;
}
@media (any-hover: hover) {
  .js_modal_open:hover {
    opacity: 0.5;
  }
}

/* hover transparent */
.g_link_transp {
  transition: opacity 0.2s;
}
@media (any-hover: hover) {
  .g_link_transp:hover {
    opacity: 0.7;
  }
}
/*============================================================================================
      Unique.css
=============================================================================================*/
/*=================================================================
      Contents
===================================================================*/
html {
  scroll-behavior: smooth;
}
.main {
  display: flex;
  gap: 30px;
  width: 1220px;
  margin: 30px auto 0 auto;
}
.main__leftnavi {
  width: 200px;
  /* background-color: skyblue; */
  flex-shrink: 0;
}
.main__left {
  width: 990px;
  flex-shrink: 0;
}
.mainContents {
  margin: 0 auto 50px;
  /* letter-spacing: 0.05em; */
}
.m_heading_ttl {
  margin-top: 30px;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.45;
}
.m_heading_lead {
  margin-top: 20px;
  font-size: 14px;
  line-height: 1.85;
}
.m_heading__img > img {
  max-width: 100%;
  height: auto;
  width: 990px;
  height: 220px;
}
@media screen and (max-width: 768px) {
  .main {
    width: 100%;
  }
  .main__leftnavi {
    display: none;
  }
  .main__left {
    width: 100%;
    flex-shrink: unset;
  }
  .mainContents {
    width: auto;
    flex-shrink: unset;
    /* margin: 0 10px; */
    /* margin: 0 10px 250px 10px; */
  }
  .m_heading__img > img {
    width: auto;
    height: auto;
  }

}

/*====================
        共通
====================*/
.l_section_ttl {
  font-size: 20px;
  font-weight: bold;
  padding-left: 15px;
  line-height: 1.6;
}
.l_section_ttl::before {
  content: "";
  width: 5px;
  height: 30px;
  left: 0;
  top: 0.1em;
  bottom: 0;
  background-color: #1a4a70;
}
/* 参加者数カウンター */
.counter_box {
  display: flex;
  justify-content: end;
  align-items: baseline;
  gap: 20px;
  margin-top: 5px;
}
.counter_box_cart {
  display: block;
  margin-top: 5px;
}
.counter_box_wrap {
  display: flex;
  justify-content: flex-end;
}
.counter_box_inr {
  position: relative;
  display: flex;
  /* width: 85px; */
  height: 25px;
  border: 1px solid #dddd;
}
/* .counter_box_inr::after{
  content: attr(data-ppl);
  display: block;
  position: absolute;
  right: -20px;
  font-size: 13px;
} */
.counter_input {
  width: 40px !important;
  padding: 1px 5px;
  font-size: 18px;
  border-left: 0;
  border-right: 0;
  line-height: 3;
  text-align: center;
  border: 1px solid #000;
  color: rgba(43, 32, 32, 0.76);
  background-color: #fff !important;
  border-top: 1px solid #d2d6dc !important;
  border-bottom: 1px solid #d2d6dc !important;
}
.counter_btn {
  width: 18px;
  font-size: 15px;
  padding: 0 1px;
  cursor: pointer;
  border-radius: 0;
  outline: 0;
  line-height: 1;
  background-color: #fafafa !important;
  border: 1px solid #dddddd !important;
}
.counter_btn__left {
  border-right: 1px solid #dddddd;
}
.counter_btn__right {
  border-left: 1px solid #dddddd;
}
.counter_pt {
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
  width: 80px;
}
.counter_pt > * {
  font-size: 14px;
}

.counter_box_unit {
  padding-left: 5px;
}
.counter_box_link {
  width: 90%;
}

.sub_total_wrap{
  text-align: right;
  margin-top: 5px;
}

.sub_total {
  font-size: 18px;
  font-weight: 700;
  width: 75px;
}
.sub_total + .sub_total {
  /* margin-top: 3px; */
}

/* 【選択中】参加者数カウンター */
.counter_box_inr.counter_box_inr__selection {
  width: auto;
}
/* .counter_box_inr::after{
  content: attr(data-ppl);
  display: block;
  position: absolute;
  right: -20px;
  font-size: 13px;
} */
.counter_input.counter_input__selection {
  width: 25px;
  padding: 1px 5px;
  font-size: 13px;
  line-height: 2;
}
.counter_btn.counter_btn__selection {
  padding: 0px 5px;
  font-size: 7px;
  background-color: #fafafa;
}
.counter_btn__left {
  border-right: 1px solid #dddddd;
}
.counter_btn__right {
  border-left: 1px solid #dddddd;
}
.counter_pt {
  font-size: 18px;
  font-weight: 700;
}
.counter_pt > * {
  font-size: 14px;
}
/*====================
    メインコンテンツ
====================*/
.l_section_cont {
  display: flex;
  gap: 30px;
  /* width: 660px; */
  margin-top: 45px;
  position: relative;
  justify-content: space-between;
}
.l_section--main {
  width: calc(100% - 330px);
}
/*==== 研修検索 ====*/
.l_section--search {
  width: 660px;
  flex-shrink: 0;
}
.search_lst_cont {
  padding: 30px 0px 40px 30px;
  background-color: #fafafa;
}
.search_itm {
  display: flex;
  gap: 30px;
  align-items: baseline;
}
.search_itm + .search_itm {
  margin-top: 22px;
}
.search_itm_ttl {
  min-width: 65px;
  font-size: 16px;
  font-weight: bold;
  white-space: nowrap;
  line-height: 1;
}
.search_itm_input_search {
  border: 1px solid #dddddd;
  border-radius: 5px;
  background-color: #fff;
  width: 505px;
  padding: 10px;
}
.search_itm_Lst {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr) [ 3];
  grid-template-columns: repeat(3, 1fr);
  gap: 10px 20px;
  font-weight: 500;
}
.search_itm_Lst li {
  line-height: 0;
}
.search_itm_Lst.search_itm_Lst_days {
  -ms-grid-columns: (1fr) [ 5];
  grid-template-columns: repeat(5, 1fr);
  width: 100%;
  place-content: center;
}
.search_itm_Lst.search_itm_Lst_price {
  display: flex;
  margin-bottom: 4px;
}
.search_itm_theme {
  flex-shrink: 0;
  color: #1C82C6;
}
.search_itm_theme::before {
  position: absolute;
  width: 16px;
  height: 16px;
  top: 0.4em;
  right: -22px;
  margin: auto;
  background-image: url(/common/img/select_arrow_btn.svg);
}
/* .search_itm_theme_box{
  display: flex;
  gap: 30px;
} */
.search_itm_theme_selected {
  padding-left: 15px;
  font-weight: 500;
  color: #666666;
}
.search_itm_theme_selected_itm + .search_itm_theme_selected_itm::before {
  content: ",";
}
.search_itm_Lst_price_cont {
  width: 100%;
  min-width: 505px;
}

input[type="range"] {
  appearance: none;
  max-width: 345px;
  width: 100%;
  border-radius: 0;
  cursor: pointer;
  height: 5px;
  border-radius: 9999px;
  background: #dddddd;
}
input[type="range"]::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 20px;
  height: 20px;
  border: 1px solid #dddddd;
  border-radius: 9999px;
  background: #ffffff;
  margin-top: -14px;  
}
input[type="range"]::-webkit-slider-runnable-track {
  height: 1px;
  margin-top: 12px;
}

/* input[type="range"] {
  position: relative;
  appearance: auto;
  max-width: 365px;
  width: 100%;
  height: 28px;
  overflow: hidden;
  cursor: pointer;
  border-radius: 0;
}
input[type="range"]::-webkit-slider-runnable-track {
  background: #eeeeee;
  height: 4px;
}
input[type="range"]::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  height: 20px;
  width: 20px;
  margin-top: -8px;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 50%;
  box-shadow: -200px 0 0 200px #1C82C6;
  box-sizing: border-box;
  z-index: 999999;
} */
.search_lst_btn {
  display: flex;
  justify-content: center;
  gap: 20px;
}
.search_lst_btn {
  margin-top: 30px;
}
.search_lst_btn_clear,
.search_lst_btn_send {
  width: 200px;
  height: 40px;
  padding: 0 10px;
  font-weight: 500 !important;
}
.search_lst_btn_clear {
  background-color: #fff;
  color: #999999;
  border: 1px solid #999999;
}
.search_lst_btn_delete {
  font-size: 14px;
  cursor: pointer;
  padding-left: 10px;
}



.search_itm_input_range_cont {
  margin-top: 10px;
  display: flex;
  align-items: center;
  gap: 10px;
}
.search_itm_input_price{

}
.search_itm_input_price strong {
  border: 1px solid #dddddd;
  background: #fff;
  padding: 4px 15px;
  margin-right: 10px;
}
@media screen and (max-width: 768px) {
  .l_section--search {
    width: 100%;
    flex-shrink: unset;
  }
  .search_itm {
    display: block;
  }
  .search_itm_input_search {
    width: 100%;
    margin-top: 10px;
    padding: 0 10px;
    height: 40px;
  }
  .search_itm + .search_itm {
    margin-top: 20px;
  }
  .search_lst_cont {
    margin-top: 45px;
    padding: 20px 10px;
  }
  .search_itm_Lst {
    -ms-grid-columns: (1fr) [ 2];
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
    margin-top: 10px;
  }
  .search_itm_theme_cont {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px;
  }
  .search_itm_theme_selected {
    padding-left: 0;
  }
  .search_itm_theme::before {
    top: 0;
    bottom: 0;
  }
  .search_itm_Lst.search_itm_Lst_days {
    -ms-grid-columns: (1fr) [ 3];
    grid-template-columns: repeat(3, 1fr);
  }

  input[type="range"] {
    max-width: 100%;
  }
  .search_itm_input_price {
    display: block;
    margin-top: 20px;
  }
  .search_itm_Lst_price_cont {
    min-width: auto;
  }
  .search_itm_input_range_cont {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
  }
  .search_lst_btn {
    display: flex;
    flex-direction: column-reverse;
  }
  .search_lst_btn_clear, .search_lst_btn_send {
    width: 100%;
  }
}

/*==== テーマを選択（モーダル） ====*/
.modal_left {
  padding-right: 20px;
  width: 330px;
}
.modal_middle {
  width: 330px;
  background-color: #fafafa;
}
.modal_ttl {
  font-size: 20px;
  font-weight: 700;
  padding-bottom: 30px;
  border-bottom: 1px solid #dddddd;
}
.modal_left_ttl {
  font-size: 16px;
  font-weight: 700;
  padding: 20px 0;
}
.modal_left_txt {
  font-weight: 500;
}
.modal_left_txt_itm + .modal_left_txt_itm::before {
  content: ",";
}
.modal_middle_itm {
  font-size: 14px;
  line-height: 1.85;
  padding: 20px;
  cursor: pointer;
  width: 320px;
}
.modal_middle_itm::before {
  width: 6px;
  height: 6px;
  top: 0;
  bottom: 0;
  right: 20px;
  border-top: 1px solid #333333;
  border-right: 1px solid #333333;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
@media (any-hover: hover) {
  .modal_middle_itm:hover {
    color: #fff;
    background-color: #666666;
  }
  .modal_middle_itm:hover::before {
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
  }
}
.modal_right {
  padding: 20px;
  width: 15vw;
}
.modal_right_lst > .modal_right_itm{
  white-space: nowrap;
}
.modal_right_itm + .modal_right_itm {
  margin-top: 20px;
}

.modal_btn {
  margin-top: 30px;
  margin-left: auto;
  width: 128px;
  padding: 11px 45px;
  cursor: pointer;
}

/*==== 研修検索 ====*/
.l_section--result {
  margin-top: 50px;
}
.result_txt_cont {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
}
.l_section_num {
  font-size: 13px;
  font-weight: bold;
}
.result_lst {
  margin-top: 30px;
}
.result_itm {
  padding: 20px;
  border-top: 1px solid #dddddd;
  height: fit-content;
}
.result_itm_icon_cont {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.result_itm_icon {
  margin-top: 5px;
  flex-shrink: 0;
  font-size: 11px;
  font-weight: 700;
  border-radius: 11px;
  padding: 2px 10px;
  color: #fff;
}
/* 全階層 */
.result_itm_icon.icon_all {
  background-color: #e80000;
}
/* 入社前（学生・内定者） */
.result_itm_icon.icon_naiteisha {
  background-color: #09a2c6;
}

/* 新入社員 */
.result_itm_icon.icon_freshers {
  background-color: #1eba2c;
}
/* 若手 */
.result_itm_icon.icon_young {
  background-color: #00a99d;
}
/* 中堅 */
.result_itm_icon.icon_mid {
  background-color: #ff9e1d;
}
/* リーダー */
.result_itm_icon.icon_leader {
  background-color: #cc1b5b;
}
/* 管理職層 */
.result_itm_icon.icon_management {
  background-color: #8e6747;
}
/* 部長・経営層 */
.result_itm_icon.icon_executives {
  background-color: #b865c1;
}
@media screen and (max-width: 768px) {
  .result_itm_icon_cont {
    gap: 5px;
  }
}

/*====================
        右ナビ
====================*/
.l_section--right_inr {
  position: sticky;
  top: 20px;
  width: 300px;
}
/*==== 選択中の研修 ====*/
.selection_cont {
  width: 300px;
  padding: 20px;
  display: flex;
  flex-direction: column;
  flex-shrink: 0;
  border-radius: 10px;
  background-color: #f0f0ef;
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.16);
}
.selection_ttl {
  font-size: 14px;
  font-weight: 700;
  line-height: 2.28;
}
.selection_itm {
  margin-top: 15px;
  padding-bottom: 10px;
  border-bottom: 1px solid #707070;
}
.selection_itm_inr {
  display: flex;
  align-items: center;
  font-size: 12px;
  gap: 10px;
}
/*
.selection_itm > * {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 12px;
}
*/
.selection_plan {
  font-size: 16px;
  font-weight: bold;
  line-height: 2;
  margin-top: 20px;
}
.selection_plan_head {
  text-align: left;
}
.selection_plan_unit {
  text-align: right;
}
.selection_plan_total {
  text-align: right;
}
.selection_plan_total + .selection_plan_total{
  margin-top: 5px;
}
.selection_plan_lead {
  margin-top: 10px;
  line-height: 1.85;
  font-size: 14px;
  font-weight: 400;
}
.selection_plan_itm {
  font-size: 22px;
  color: #e6272e;
  background-color: #fff;
  border-radius: 5px;
  padding: 5px 10px;
  margin-right: 5px;
}
.selection_plan_regular_price {
  text-align: right;
  padding-right: 1rem;
  font-size: 14px;
  font-weight: normal;
}
.selection_plan_noplan {
  margin-top: 22px;
}


.right_btn {
  margin-top: 20px;
}
.right_btn + .right_btn {
  margin-top: 10px;
}
.right_btn.u_ic::after {
  left: 20px;
  top: 0;
  bottom: 0;
}
.right_btn.right_btn__pdf.u_ic::after {
  width: 18px;
  height: 25px;
  background-image: url(../img/common/ico_pdf.svg);
}
.right_btn.right_btn__mail.u_ic::after {
  width: 20px;
  height: 15px;
  background-image: url(../img/common/ico_mail.svg);
}
.right_btn a {
  height: 62px;
  padding: 0 20px 0 20px;
  justify-content: unset;
  gap: 10px;
}
.right_notes {
  margin-top: 30px;
}
.right_notes_itm + .right_notes_itm {
  margin-top: 10px;
}
@media (any-hover: hover) {
  .right_btn.right_btn__pdf.u_ic:hover::after {
    background-image: url(../img/common/ico_pdf_blue.svg);
  }
  .right_btn.right_btn__mail.u_ic:hover::after {
    background-image: url(../img/common/ico_mail_blue.svg);
  }
}
@media screen and (max-width: 768px) {
  .l_section--selection {
    width: 100%;
    flex-shrink: unset;
  }
  .selection_cont {
    flex-direction: column-reverse;
    /* padding: 0; */
    box-shadow: unset;
  }
}

/*========= 右ナビ(SP,TBL) ===============*/
@media screen and (max-width: 768px) {
  .l_section_cont {
    display: block;
    margin-top: 30px;
  }
  .l_section--main,
  .l_section--right,
  .l_section--right_inr,
  .selection_cont {
    width: 100%;
  }
  .l_section--right_inr {
    height: 100%;
  }
  .sp_nav_open {
    position: fixed;
    width: 100%;
    height: 100vh;
    padding-top: 20px;
    top: auto;
    left: 0;
    bottom: -80%;
    cursor: pointer;
    transition: all 0.6s;
    z-index: 9999;
    background: #fff;
  }
  .sp_nav_btn::before {
    background-image: url(/resource/img/pack_simulator/arrow_wh.svg);
    width: 14px;
    height: 9px;
    top: 1.1em;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 1;
  }
  .sp_nav_btn::after {
    width: 27px;
    height: 27px;
    background-color: #1c82c6;
    border-radius: 50%;
    top: 0.5em;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  .sp_nav_open.active,
  .sp_nav_btn.active {
    bottom: 0;
    top: 60px;
  }
  .sp_nav_btn__icon {
    position: absolute;
    z-index: 9999;
    width: 100%;
    height: 50px;
  }
  .sp_nav.panelactive .sp_nav_cont {
    position: fixed;
    z-index: 999;
    width: 100%;
    height: 100vh;
    overflow: auto;
    -webkit-overflow-scrolling: touch;

  }
  .sp_nav_cont_inr {
    position: absolute;
    width: 95vw;
    /* height: 100%; */
    left: 50%;
    /* padding: 20px; */
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    border-radius: 10px;
    /* background-color: #f0f0ef; */
    z-index: 999;
  }
  .g_modal_content .l_flex {
    overflow-x: scroll;
  }

  .result_itm {
    padding: 20px 5px;
  }

  .counter_box {
    gap: 15px;
  }

  .search_itm_selected_theme {
    display: inline-block;
    width: 100%;
  }

  .right_notes {
    margin-bottom: 150px;
  }
}

.isactive{
  display: block;
}

.isinactive{
  display: none;
}

.js_selected_theme_item{
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.modal_left_txt .js_selected_theme_item{
  overflow: visible;
  display: block;
}

#js_loading {
  font-size: 10px;
  margin: 50px auto;
  text-indent: -9999em;
  width: 11em;
  height: 11em;
  border-radius: 50%;
  background: #ededed;
  background: -moz-linear-gradient(left, #ededed 10%, rgba(0,255,51, 0) 42%);
  background: -webkit-linear-gradient(left, #ededed 10%, rgba(0,255,51, 0) 42%);
  background: -o-linear-gradient(left, #ededed 10%, rgba(0,255,51, 0) 42%);
  background: -ms-linear-gradient(left, #ededed 10%, rgba(0,255,51, 0) 42%);
  background: linear-gradient(to right, #ededed 10%, rgba(0,255,51, 0) 42%);
  position: relative;
  -webkit-animation: load3 1.4s infinite linear;
  animation: load3 1.4s infinite linear;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
}

#js_loading:before {
  width: 50%;
  height: 50%;
  background: #ededed;
  border-radius: 100% 0 0 0;
  position: absolute;
  top: 0;
  left: 0;
  content: '';
}

#js_loading:after {
  background: #fff;
  width: 75%;
  height: 75%;
  border-radius: 50%;
  content: '';
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

.loaded {
  opacity: 0;
  visibility: hidden;
}

#gridTag {
  display: none;
}

@-webkit-keyframes load3 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes load3 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.is_copied {
  cursor: wait;
}


/*====================
        Grid.js
====================*/
/* Grid.js */
table.gridjs-table{
  margin-top: 32px;
}
.gridjs-pagination{
  display: flex;
  justify-content: center;
}

.gridjs-wrapper{
  box-shadow: none;
}

.gridjs-thead{
  display: none;
}

td.gridjs-td{
  border: none;
  padding: 0px;
}

td.gridjs-td:first-child {
  border-top: 1px solid #d2d6dc;
}

.gridjs-footer{
  box-shadow: none;
  margin-top: 90px;
}

.gridjs *, .gridjs :after, .gridjs :before{
  border: none;
}

.gridjs-pagination .gridjs-pages button {
  border: 1px solid #d2d6dc;
  border-radius: 5px;
}

.gridjs-pagination .gridjs-pages button:hover{
  background: #333333;
  color: #cccccc;
}

.gridjs-pages button + button{
  margin-left: 5px
}

.gridjs-tr:last-child .gridjs-td{
  border-bottom: 1px solid #d2d6dc;
}

.gridjs-pagination .gridjs-pages button.gridjs-currentPage{
  background-color: #333333;
  color: #fff;
  font-weight: 700;
}

.gridjs-pagination .gridjs-pages button:hover{
  color: #fff;
}

@media screen and (max-width: 768px) {
  .gridjs-footer {
    padding: unset;
  }

   /** モーダル **/
   .modal_left {
     display: none;
   }
   .g_modal_content {
     height: unset;
     top: 40%;
   }

   .modal_ttl {
     padding-bottom: 10px;
   }

   .g_modal_content .l_flex {
     height: unset;
   }

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

}


@keyframes rotate {
  0% {
      -webkit-transform: rotate(0);
      transform: rotate(0);
  }

  50% {
      -webkit-transform: rotate(180deg);
      transform: rotate(180deg);
  }

  100% {
      -webkit-transform: rotate(360deg);
      transform: rotate(360deg);
  }
}

